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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*固定ページ日付削除*/
.post-1039 .date-tags,
.post-903 .date-tags,
.post-619 .date-tags,
.post-1800 .date-tags,/*TwitterJP*/
.post-1801 .date-tags,/*TwitterEN*/
.post-47 .date-tags,
.post-62 .date-tags,
.post-1865 .date-tags/*紹介者特典EN*/
.post-1356 .date-tags/*紹介者特典JP*/
.post-1676 .date-tags/*メンテナンスモード*/
{display: none;}
/*固定ページのタイトルを削除*/
.post-1800 .entry-title {display: none;}/*TwitterJP*/
.post-1801 .entry-title {display: none;}/*TwitterEN*/
.post-1676 .entry-title {display: none;}/*HPメンテナンス*/
.post-1865 .entry-title {display: none;}/*紹介者特典EN*/
.post-1356 .entry-title {display: none;}/*紹介者特典JP*/
/* 特定の投稿IDでタイトルを非表示 */


/*アピールエリアの高さ設定　PC*/
#appeal {height: calc(80vw * calc(900 / 1600));}
/*アピールエリアの高さ設定　スマホ*/
@media (max-width: 500px){#appeal {height: 80vw;}}
/*アピールエリアの高さ設定　モバイル[背景画像の高さ÷（背景画像の幅+ブラウザのスクロールバーの幅）]*/
#appeal {height: calc(100vw * 0.41);}



/*メインカラムの背景不透明度を0*/
.page .main {
background-color: transparent;
box-shadow: none;
}

/*カラムブロック横並び*/
.wp-block-columns {
  flex-wrap: nowrap;
}
/*カテゴリータイトル*/
.archive-title {
	color: #4682b4;
	background: #e6e6fa;
	padding: 1em;
	margin: 0 0 1em;
	border-left: 8px solid #4169e1;
	border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 500px) {
	.archive-title {
		font-size: 20px;
	}
}
/*フッターの項目選択時の色*/
.navi-in a:hover {
    background-color: #000;
}

.navi-footer-in a:hover {
    background-color: #000;
}
/*ヘッダーメニューを左にずらす*/
.hlt-top-menu .navi {
  margin-right: 150px;
}
/*モバイル　ヘッダーのアイコンの色*/
.mobile-menu-buttons .menu-icon,
.menu-close-button{
	color:#FFFFFF;
}
/*モバイル　ヘッダー　テキスト削除*/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
}
/*モバイル　ヘッダーの色と高さを変える*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #000000;
		height: 55px;
	
}
.logo-menu-button.menu-button{
	background-color: #000000;
	height: 55px;
}
/*モバイル　ヘッダーロゴ　右にずらす*/
.mobile-menu-buttons .menu-button > a {
  margin-right: 65px;
}
/*モバイル　ヘッダー　メニューアイコンを中心に*/
.mobile-menu-buttons .menu-button {
  align-items: center;
  display: flex;
  justify-content: center;
}

.mobile-menu-buttons {
  width: 100%;
}

.mobile-menu-buttons .sidebar-menu-button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* モバイルスライドインメニュー */
.fa-times {
color: #000342;/* 閉じるボタンの色 */
font-size: 0.8em;
}
ul.menu-drawer:before {
background-color: #000080;/* Menu背景色 */
font-size: 1.2em;
}
ul.menu-drawer:after {
background-color: #fff;
}
.menu-drawer a {
color: #333 !important;/* 文字色 */
font-size: 1.2em;
font-weight: 900;
}
.menu-drawer a:hover {
background-color: #eff8f9;
}
.menu-drawer a .fas, .menu-drawer a .far,.menu-drawer a .fa,.menu-drawer a .fab {
margin-right: 3px;
}
.sub-menu li {
font-size: 0.8em;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
