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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

#appeal {
    height: calc(100vw * calc(522 / 1400));
}
/*以下追加css*/
.page .main, .page .sidebar {
  background-color: transparent;
  box-shadow: none;
}

.article h1,h2,h3,h4,h5,h6{
	color: #0A2853;
}

.article h2{
    background-color: transparent;
}
.article h3{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid var(--cocoon-thin-color);
}
.article h4{
	border: none;
}
/*モバイルメニュー設定*/
.mobile-menu-buttons .menu-icon,
.menu-close-button{
	color:#1b2e4f;
}
/*×アイコンを移動*/
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}
/*モバイルメニューを開いた時の記事色を変えない*/
#navi-menu-input:checked ~ #navi-menu-close,
#sidebar-menu-input:checked ~ #sidebar-menu-close,
#search-menu-input:checked ~ #search-menu-close,
#share-menu-input:checked ~ #share-menu-close,
#follow-menu-input:checked ~ #follow-menu-close {
opacity: 0;
}
/*モバイルメニュー背景色*/
.navi-menu-content {
background-color: #fffffff0;
}
.menu-drawer a {
font-size: 0.9em;
line-height: 1.6em;
border-bottom: solid 1px #e6e6e6;
}
.menu-drawer a:hover {
background-color:#96cdfb45;　/*マウスオーバー時の背景色*/
}
.menu-drawer li {                                      
font-size: 0.9em;
}
.wp-block-button__link {
	color:#fff;
	background-color:#1b2e4f;
	border-radius:3px;
	border:2.3px solid #1b2e4f;
}
.wp-block-button a:hover{
	color:#1b2e4f;
	background-color:#fff0;
}