@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*タイトルを消す*/
.home .entry-title { display: none; }

/*モバイルヘッターの文字を消す*/
.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}
/*フッターをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   /*z-index: 99;*/
}

/*フッターメニューを横並びにする*/
#sp-fixed-menu ul{
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   background: #E9FF00;
}

/*フッター文字の調整*/
#sp-fixed-menu li a{
   color: #000;
   font-size: 14px;

   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
   text-decoration: none;
   letter-spacing:0.1em;
}

/*フォントの設定*/
.BizUDPGothic{
   font-family: "BIZ UDPGothic";
}

/* 見出しリセット */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1025px以上（PC用）*/
@media screen and (min-width: 1025px){
  /*必要ならばここにコードを書く*/
.navi-in > ul {
    flex-wrap: nowrap;
 }
	
.navi-in a {
    font-size: 20px;
	font-weight:bold;
}

}

/*600px以上（タブレット用）*/
@media screen and (min-width: 600px){
  /*必要ならばここにコードを書く*/
	#main.main{
		padding:0;
	}

.entry-content.cf{
margin:0 auto;
width:80%;
 }
	
}