@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #3a7591;
  background-color: #fff;
}

.copyright {
  color: #3a7591;
}
/************************************
** すべてのページのタイトルを非表示にする
************************************/
.entry-title {
display: none;
}

.footer.footer-container.nwa,
.footer-in.wrap.cf,
.footer-bottom.fdt-up-and-down.fnm-text-width.cf
{
  height: 10px!important; /*メニュー縦幅設定*/
	
}

@media screen and (max-width: 768px) {
	#navi .navi-in > .menu-mobile li {
		width: 20%;
	}
	#navi .navi-in > .menu-mobile li a {
		font-size: 6px; /*場合によってフォントサイズを小さく*/
	}
}

/************************************
** ■フッターメニューカスタマイズ
************************************/
.footer.footer-container.nwa,
.footer-in.wrap.cf,
.footer-bottom.fdt-up-and-down.fnm-text-width.cf
{
  height: 10px!important; /*メニュー縦幅設定*/
  display: flex; /*並列スタイル指定*/
  align-items: flex-end; /*縦中央寄せ*/
  justify-content: center; /*横中央寄せ*/
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.header div.header-in {
min-height: 90px;
}
.header {
background-image: url(https://ill-corporation.jp/wp-content/uploads/2023/06/logo-ill-1-scaled-e1703044332297.jpg);
background-size: 100%;
background-position: center;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.header div.header-in {
min-height: 90px;
}
.header {
background-image: url(https://ill-corporation.jp/wp-content/uploads/2023/06/logo-ill-1-scaled-e1703044332297.jpg);
background-size: 100%;
background-position: center;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.header div.header-in {
min-height: 90px;
}
.header {
background-image: url(https://ill-corporation.jp/wp-content/uploads/2023/06/logo-ill-1-scaled-e1703044332297.jpg);
background-size: 100%;
background-position: center;
}
}
}
