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

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

@media screen and (min-width: 1024px) {
  .tel-header {
    background: #fff;
    .th-inner {
      position: relative;
  	  max-width: 1256px;
  	  margin: 0 auto;
  	  div {
  	    background: #7abf3c;
  	    /*background: #387054;*/
  	    padding: 10px;
  	  	position: absolute;
  	  	right: 0;
  	  	border-radius: 0 0 10px 10px;
  	  	color: #fff;
  	  	font-size: 12px;
  	  	.tel_no {
  	  		font-size: 22px;
  	  		font-weight: bold;
  	  	}
  	  }
  	}
  }
  header {
  	.logo {
  		text-align: left;
  	}
  }
  .navi-in > ul >li {
  	width: 18%;
  }
  .navi-in > ul >li:first-child {
  	width: 28%;
  }
}

/* ページタイトル */
body.page-template-default main article header h1,
body.page-template-page-event  main article header h1 {
	margin: -36px -29px 60px -29px;
	padding: 70px 29px;
	text-align: center;
	background-color: #d0ecd3;
	/*
	background: url("images/title_bg.png");
	background-position: center center;
	background-size: cover;
	background-color: rgba(0,0,0,0.4);
	background-blend-mode: darken;
	*/
	color: #213d20;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
}

.wp-block-image figcaption {
	font-size: calc( 1rem * 0.9 ) !important ;
}

div.entry-content h2 i.fa {
	margin-right: 1rem;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .tel-header {
    background: #7abf3c;
    .th-inner {
      position: relative;
  	  margin: 0 auto;
  	  div {
  	    padding: 10px;
  	  	color: #fff;
  	  	font-size: 12px;
  	  	.tel_no {
  	  		font-size: 16px;
  	  		font-weight: bold;
  	  	}
  	  }
  	}
  }
}

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

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