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

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


/*固定ページで投稿日・更新日を非表示*/
.page .date-tags {
 display: none;
}

.author-info {
	display:none;
}

#header-container .navi {
	background-color:#999999/*#1e886b*/;
}

#navi .navi-in a {
	color: #fff;
}

.center-title  {
	text-align: center;
	background-color: #fff;
}

.cat-link {
	color: #fff;
}

.cat-label {
	color: #fff;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
	height: 250px;
}

/*h3*/

.fusen {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #970214;
border-left: none;
}

.fusen:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #970214 transparent transparent;
}

.fusen:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.center_box {
text-align: center;
}
.center_box p {
display: inline-block;
text-align: left;
}

/*ボタン2*/

.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 390px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  transition: 0.3s;
border: solid 1px #fff;	
	text-decoration: none;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}


/*新着情報*/

.widget-entry-cards .a-wrap {
    padding: 5px;
    line-height: 1.3;
    margin-bottom: 4px;
    border: solid 1px;
}

/**
** ボタン
**/
.p-button {
    max-width: 300px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:25px 0;
    padding: 0.8em 1em;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #eba02f;
    box-shadow: 0 5px 20px rgba(235, 160, 47, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}

table th, table td {
	border: 1px solid #777;
}

.fluid-box{
 width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ede4e1;
    padding: 40px;
}
.fluid-box-inner{
 margin: 0 auto;
 width: 1256px;
}

.article h2 {
background-color: Transparent;
}

/*CTA*/
.airdan-contact-area {
    max-width: 800px;
    margin: 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 2px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #EC6943;
}

.airdan-contact-tel {
    padding: 1.4em 10px 1.6em;
}
.airdan-contact-tel, .airdan-contact-mail {
    width: 50%;
    position: relative;
}

.airdan-contact-tel , .airdan-contact-mail  {
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 2px;
}

.airdan-contact-tel ::before {
    content: '\f879';
    color: #EC6943;
}
.airdan-contact-tel ::before, .airdan-contact-mail ::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: .2em;
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.airdan-contact-tel span, .airdan-contact-mail  span {
    display: block;
    font-size: 50%;
    line-height: 1.2em;
}

.airdan-contact-mail {
    background-color: #EC6943;
}

.airdan-contact-mail a {
    display: block;
    padding: 1.4em 10px 1.6em;
	color: #fff;
	text-decoration:none; 
}

.airdan-contact {
    text-align: center;
}

.contact-text {
font-size: 0.8em;
line-height: 1em;
letter-spacing: 2px;
}

/*CTA*/
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 0 auto 20px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn-pc-sp--contact {
  color: #fff;
  background: #eb6100;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #094;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/*テキストを左寄せ*/

.text-center {
	margin: 16px auto;
	text-align: center;
	display: block;
}

.text-center p {
	text-align: left;
	display: inline-block;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}


a.btn-solid {
  color: #fff;
  border-radius: 30px;
  background: #003300;
}

a.btn-solid:hover {
  color: #fff;
  border-left: 4px solid #0a5f4a;
}

a.btn-watch {
color: #fff;
border-radius: 30px;
background: #800000;
}

a.btn-watch:hover {
  color: #fff;
  border-left: 4px solid #0a5f4a;
}

a.btn-hear {
color: #fff;
border-radius: 30px;
background: #c71585;
}

a.btn-hear:hover {
  color: #fff;
  border-left: 4px solid #0a5f4a;
}


a.btn-zoom {
color: #fff;;
border-radius: 0;
background: #2d8cff;
}

a.btn-zoom:hover {
  color: #fff;
  border-left: 4px solid #0a5f4a;
}



.sp {
	display: none;
}
.content {
	margin-top: 0;
}

.logo-image {
	padding: 10px 0 0 0;align-content}


/*フッター右問い合わせ*/
#head_inquiry {
	display:table;
	margin:0 auto;
	background:#513e34;
	border-radius:0 0 8px 8px;
	overflow:hidden;
	color:#fff;
	padding: 10px 0;
	width: 100%;
}
#head_inquiry > * { display:table-cell; vertical-align:middle; text-align:left/*center*/; line-height:130%/*100%*/; padding:0 2% 0 3%; }
#head_inquiry h3 { border-right:1px solid #fff; padding:0 0 0 3%/*0 10px 0 0*/; font-size: 14px; font-weight: normal; line-height:130%}
#head_inquiry a { color:#fff; font-size:1em/*1.25em*/; }
#head_inquiry .head_tel,
#head_inquiry .head_mail { padding:0 3px; }
#head_inquiry .head_times { font-size:0.8em; padding:5px 10px 0; }

	@media (max-width: 768px){
		#head_right { padding:10px 0; }
		#head_inquiry { border-radius:0; text-align:right; }
		/*#head_inquiry h3, #head_search { display:none; }*/
}




/*トップページカテゴリー*/

.cat-area {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	justify-content: space-between;
}

.cat-area::after {
display: block;
content:"";
width: 395px;
}

.cat-area a {
	color: #333;
}

.cat-box:hover {
	background: #FFFFEF;
}

.cat-box {
	width: 33%;
	border: solid 2px #cacaca/*#efefef*/;
	padding: 10px;
	margin-bottom: 10px;
}


.left-img {
	width:33.333%;
	width: 33.333%;
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-top: 15px;	
}

.right-textarea {
	width:66.66666667%;
	float:left;
	
}

.right-textarea p {
	font-size: 14px;
}

h3.cat-title{
margin-top: 0px;
margin-bottom: 10px;
border-left: none;
border-right: none;
border-top: none;
border-bottom: none;
font-size: 18px;
padding-left: 5px;
}


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

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.fluid-box {
		padding: 16px 20px;
	}
	
	menu-drawer a {
    color: #333;
    text-decoration: none;
    padding: 12px;
    display: block;
    border-bottom: dotted;
	}

	
	.onlypc {
		display: none;
	}		
	
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	    .home #main .widget-entry-cards .e-card {
        margin:0 5px;
    }
    .home #main .large-thumb a {
        width: 100%;
        padding: 0;
        margin:0 0 15px;
    }
    .home .mobile-2{
        justify-content:space-between;
    }
    .home .mobile-2 a{
        width:48% !important;
    }
    .home .mobile-2 figure img {
        object-fit: unset !important;
        height: auto !important;
    }
    .home #main .large-thumb .new-entry-card-title{
        line-height:1.3;
    }
	
	.wp-block-media-text .wp-block-media-text__content {
		padding: initial;
	}
	
	.wp-block-media-text__content {
    padding: 1em;
	}
	
	.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
	height: 120px;
	}
	
	.sp {
		display: block;
	}
	
	.button01 a {
		width: 300px;
	}
	
	.cat-box {
    width: 100%;
	}
	
	/*202310add rogo resize mobile*/
	.sp_img-50 {
		width: 50%; 
		margin:0 auto;
		text-align: center;
	}
	/*202310add rogo none mobile*/
	.sp_img-none {
		display: none;
	}
	
}
