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

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

/* ヘッダー幅を全幅に */
.header-container-in.hlt-top-menu {
	width:100% !important;
	padding-left: 1%;
	padding-right: 1%;
}

/* 目次メニューの上下余白 */
#toc {
  margin-top: 40px;
  margin-bottom: 40px;
}


/* 検索窓調整 */
.header-search {
	width: 150px !important;
}
.header-search .search-box {
	margin-left: 7px;
	margin-right: 20px;
	margin-top: -3px;
}

.header-search input[type="text"]{
	padding: 7px 10px;
	font-size: 11px;
	border-radius: 14px 14px 14px 14px/ 50% 50% 50% 50%;
	}

.header-search .search-submit{
	color: #378cb0;
}

/* リンク下線有無　マウスオーバー時のカラー */
.entry-content a {
	text-decoration: none;
}
.entry-content a:hover {
	color: #1111cc;
	text-decoration: underline;
}

/* メニュー　マウスオーバー時のカラー */
#navi .navi-in a:hover {
  background-color:rgba(115,125,158,0.5) !important;
  transition: all 0.2s ease-in-out;
  color: #000;
}

.menu-drawer a {
font-size: 0.9em;
line-height: 1.6em;
border-bottom: solid 1px #e6e6e6;
}
.menu-drawer a:hover {
background-color:#c1f2f5;　/*マウスオーバー時の背景色*/
}
.sub-menu li {                                      
font-size: 0.9em;
color: #e6e6e6;
}

/*モバイルメニュー検索窓の位置調整*/
.menu-drawer .search-box{
	margin-left:0px !important;
	margin-top:10px !important;
	}

/*reCAPTCHAのロゴ非表示*/
.grecaptcha-badge { visibility: hidden; }

/*モバイルメニュー'×'アイコンを移動*/
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}

/*モバイルヘッダーメニューのラベル非表示*/
.mobile-menu-buttons .menu-caption {
	display: none;
}
/*モバイルヘッダーメニューのアイコン位置調整*/
.mobile-header-menu-buttons .navi-menu-button .navi-menu-icon {
	padding-top: 3px !important;
	font-size: 30px !important; 
  }

/*モバイルヘッダーメニューのロゴ位置調整*/
.logo-menu-button img {
	margin-top: 10px;
	}


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

/* アピールエリアコンテンツ背景・文字色 */
.appeal-content {background-color: rgba(80, 80, 80, 0.00);
 color: #fff;
}

/* アピールエリア高さ */
#appeal { 
height: 33vw; 
}

/*1981px以上*/
@media screen and (min-width: 1981px){
.appeal-content{
position: relative;
top: -35px ;
left: -15%;
font-size: 25px ;
	}
}


/*1980px以下*/
@media screen and (max-width: 1980px){
.appeal-content{
position: relative;
top: -100px ;
left: -20%;
font-size: 23px ;
	}
}

/*1450px以下*/
@media screen and (max-width: 1350px){
.appeal-content{
position: relative;
top: -180px;
left: -16%;
font-size: 20px ;	
}
}	

/*1024以下でロゴの大きさ変更*/
@media screen and (max-width: 1024px){
.logo-menu-button img {
	width: 200px;
    　　max-height: none;
	}
#navi {
	display: none;/*通常メニュー非表示*/
	}
.appeal-content{
	position: relative;
	top: -205px;
	left: -17%;
	font-size: 17px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
.appeal-content{
	position: relative;
	top: 25px !important;
	left: -22% !important;;
	font-size: 15px;
	}
}

/*600px以下*/
@media screen and (max-width: 600px){
.appeal-content{
	position: relative;
	top: 32px !important ;
	left: -21% !important;
	font-size: 11px !important;
	}
#appeal { 
height: 50vw !important; 
}
#footer {/*フッター非表示*/
		display:none;
}
}

/*--------------------------------- 
スマホで改行
 --------------------------------*/ 
@media screen and (min-width: 600px){
.sp-br {display: none; } }

h3.wp-block-heading {
  all: unset;
  display: block; /* ブロック要素として表示させる */
}

/* その上で自分のスタイルを定義 */
h3.wp-block-heading {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-left: 5px solid #000;
  padding-left: 10px;
  margin-top: 2em;
  margin-bottom: 1em;
}