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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
div#header-container {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.header-container-in.hlt-top-menu .logo-header img {
/*	max-height: 25px;*/
    height: auto;
    vertical-align: middle;
}

.entry-content>*, .demo .entry-content p {
    line-height: 1.5;
}
.widget-entry-card {
    font-size: 16px;
    position: static;
}
figure.navi-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    position: unset;
}

header#header {
    width: 100%;
	padding-right: 1em;
}
.header-container-in.hlt-top-menu .wrap {
    width: 100%;
}
.tagline {
    display: none;
}

.anton-sc-regular {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.m-plus-rounded-1c-bold {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}
span.site-name-text {
	 font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.header-in {
  display: flex;
    flex-direction: row;
/*	 align-items: center;*/
    justify-content: flex-start;
}

/* ヘッダーお問合せボタン */
.header-contact {
    flex-basis: 210px;
    max-width: 210px;
    height: 60px;
    box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
	    padding: 0;
    background-image: linear-gradient(180deg, rgba(246, 157, 79, 1), rgba(255, 119, 1, 1) 50%, rgba(235, 110, 1, 1));
    margin-left: auto;
    transition: all 0.3s;
}

.header-contact:last-child {
        margin-left: 40px;
    }
 .header-contact:hover {
        filter: brightness(1.1);
    }
.btn_contact {
    font-size: 1rem;
}

.btn_tel {
    font-size: 1.375rem;
}

.header-contact .btn {
	text-align: left;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    height: 100%;
    color: #fff;
	 flex-basis: 210px;
    max-width: 210px;
	height: 60px;
    box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
	  padding: 0;
    background-image: linear-gradient(180deg, rgba(246, 157, 79, 1), rgba(255, 119, 1, 1) 50%, rgba(235, 110, 1, 1));
    margin-left: auto;
    transition: all 0.3s;
	    border-color: transparent;
}

   .header-contact .btn i {
        font-size: 1.8rem;
    }

    .btn_tel__text {
        display: block;
        font-size: 0.625rem;
        text-align: center;
        color: #FF7701;
        background-color: #fff;
        font-weight: bold;
        line-height: 1;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 100px;
    }
.small.btn_tel__text {
	margin-bottom:5px;
}
.pc{
	display:block;
}
.sp{
	display:none;
}

.pc-none {
	display: none ;
}
@media screen and (max-width: 834px){
	.sp-none {
		display: none !important ;
	}
	.pc-none {
		display: block !important;
	}
}

/* コラム一覧 */
h2.colimn__title {
    padding: 12px;
    background-color: #ff7701;
    color: #fff;
}
.pagination-next-link {
  display: none;
}
.pagination .current {
    border-radius: 100%;
}
a.page-numbers {
    border: 1px solid #ff7701;
    border-radius: 100%;
}
aside#popular_entries-4 {
    display: none;
}
aside#custom_html-6 {
    display: none;
}
#breadcrumb {
    max-width: 1256px;
    margin: 0 auto;
}
/* フッター調整 */
div#footer-in {
    max-width: 1100px;
}
/* 追従ボタン */
.followingBtns a.btn.btn_contact {
    color: #fff !important;
}
/* お問い合わせフォーム */
p.check_text {
    margin-top: 8px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	#breadcrumb {
    padding: 0 3%;
}

.mobile-header-menu-buttons {
        padding-left: 24px;
    }
	.blog ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
    display: none;
}
aside#popular_entries-4 {
    display: block;
}
aside#custom_html-6 {
    display: block;
}
	.widget-index-bottom-title.main-widget-label.widget-title {
    padding: 12px;
    background-color: #ff7701;
    color: #fff;
}
	div#content-bottom {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    padding: 36px 29px;
}
	h2.widget-content-bottom-title.main-widget-label.widget-title {
    padding: 12px;
    background-color: #ff7701;
    color: #fff;
    margin-bottom: 1rem;
}
  div#content-bottom {
			margin-top: -13px;
    }	     
	body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
        margin-top: 0;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
	.pc{
	display:none;
}
.sp{
	display:block;
}
	
#header .site-name-text {
        font-size: 20px;
    }
	header#header {
    width: 100%;
    padding-right: 0;
		 height: 50px;
}

.header-container-in.hlt-top-menu .header .header-in, .header-container-in.hlt-top-menu .header .logo-text {
        display: flex;
        height: 100%;
    }
.header-contact.sp {
	    border: 1px solid #fff;
}	
.header-contact.header-contact-tel.sp {
    margin-left: 0;
	border-left:none;
}
	.header-container-in.hlt-top-menu .logo-header img {
/*	max-height: 20px;*/
    height: auto;
    vertical-align: middle;
}
a.btn.btn_contact.btn_contact_tel::before{
	        content: "TEL";
	        letter-spacing: 0.3em;
}
.banner__title span {
    font-size: 18px;
	}
	.banner__title {
    font-size: 20px;
	}
	.banner__title span::before, .banner__title span::after {
    height: 27px;
    width: 11px;
	}
	/*お問い合わせ*/
table.r_contact_form-table {
	width:94%;
    padding-left: 1rem;
    padding-right: 1rem;
}
th.r_contact_form-table-tr-th {
    display: block;
    text-align: left;
    width: 100%;
}
th.r_contact_form-table-tr-th {
    width: 100%;
}
tr.r_contact_form-table-tr {
    display: block;
}
aside#popular_entries-4 {
    display: block;
}
aside#custom_html-6 {
    display: block;
}
	div#content-bottom {
        margin: 0;
		margin-top: -13px;
    }
	aside#custom_html-7 {
    margin-bottom: 0;
}
.footer-mobile, .footer-left, .footer-center, .footer-right {
    padding: 0;
}
ul.footer__snsLists {
    padding-left: 0;
}
		div#content-bottom {
    padding: 32px 16px;
}
	.logo-menu-button img {
		max-height: 20px;
	}
	dl.faq {
    width: 94%;
}
    .footer-widgets {
        display: block;
    }
.footer-right {
    display: none;
}	        
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}


.cta_button{
	padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.cta_button .text_title {
	font-size: 32px;
	color: #FF0000;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.cta_button .date-font-big {
	font-size: 50px;
	font-weight: bold;
	color: #FF0000;
}
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 834px){
	.cta_button .text_title {
		font-size: 5vw;
		color: #FF0000;
		text-align: center;
		margin-bottom: 20px;
		display: block;
	}
	.cta_button .date-font-big {
		font-size: 6vw;
		font-weight: bold;
		color: #FF0000;
	}
}


/************************************
** お知らせのCSS
************************************/
/*コンテンツの横幅を100%にする*/
.post-type-archive-news .main,
.single-news .main{
    width: 100%;
}


/************************************
** 対応エリアのCSS
************************************/
/*/css/area-style.cssに記載*/

.click-icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin-right: 20px; 
	margin-left: -430px; 
	transform:rotate(45deg);
}
@media screen and (max-width: 834px){
	.click-icon {
		position: absolute;
		top: 0;
		left: 50% !important;
		margin-right: 20px;
		margin-left: -185px !important;
		transform:rotate(45deg);
	}
}


.time-sensitive {
    display: none; /* デフォルトで非表示 */
}
.wpcf7-response-output[aria-hidden="true"] {
    display: block !important; /* 強制表示 */
    visibility: visible !important;
    opacity: 1 !important;
}
