.area-sp-fv-image,
.area-budge-sp{
	display:none;
}
.area-title{
	background-color:#fff;
	color:#2E908D;
	padding:0.3rem 0.8rem;
	font-size:28px;
	margin-right:1rem;
	border-radius:5px;
}

.area-budge{
	display: block;
    position: absolute;
    right: 3%;
    top: -25%;
    font-size: 26px;
    font-weight: 900;
	z-index:1;
}

.area-budge::before{
	content:"";
	display:block;
	position:absolute;
	width:140px;
	height:140px;
	background-image:url(https://cools-kyutoki.com/wp-content/uploads/2025/12/prefectures-badge.gif);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:-1;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.area-top3{
	height:auto;
	padding:2rem 0;
}

.top-3-heading{
	position: relative;
    display:block;
    padding: 5px 20px;
    color: #000;
    font-weight: bold;
	width:fit-content;
	margin:0 auto;
	font-size:30px;
	text-align:center;
}



.area-name-deco{
	display:block;
	width:fit-content;
	margin:0 auto;
	font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.area-name-deco::before,
.area-name-deco::after{
	display:inline-block;
	font-size:25px;
}

.area-name-deco::before{
	content:"＼";
	margin-right:0.3rem;
}
.area-name-deco::after{
	content:"／";
	margin-left:0.3rem;
}

.top3-area-name{
	font-size:26px;
	font-weight:900;
	color:#b22222;
}

@media (max-width: 768px) {
	.area-top-h1{
		padding:0.5rem 0;
		font-size:11px;
	}
	.area-title{
		font-size:16px;
		margin-right:0.5rem;
	}
	
	.area-sp-fv-product,
	.area-budge{
		display:none;
	}
	
	.area-sp-fv-image{
		display:flex;
		width:fit-content;
		margin:0 auto;
		align-items:center;
	}
	
	.area-budge-sp{
		position:relative;
		display:block;
		z-index:1;
		font-family: "M PLUS 1p", sans-serif;
		font-weight: 400;
    	font-style: normal;
		font-size:23px;
	}
	.area-budge-sp::before{
	content:"";
	display:block;
	position:absolute;
	width:110px;
	height:110px;
	background-image:url(https://cools-kyutoki.com/wp-content/uploads/2025/12/prefectures-badge.gif);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:-1;
	margin:auto;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	}
	.area-fv-crowns{
		margin-top:1rem;
	}
}


/*エリアランキング*/

.area-ranking{
	width:1000px;
	max-width:1000px;
	margin:10px auto;
	display:flex;
	justify-content:space-between;
}

.area-ranking-item{
	width:300px;
	border:2px solid #C2C2C2;
	padding:0rem;
}

.area-ranking-ecocute{
	width:170px;
	margin-right:0.5rem;
	height:100%;
}

.area-ranking-box-title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background-color:#53AAC5;
	padding:0.3rem 0.5rem;
	color:#fff;
	font-weight:900;
}

.area-ranking-box-title img{
	width:120px;
	background-color:#fff;
	padding:0 0.2rem;
}

.area-ranking-content{
	text-align:center;
}

.area-spec{
	display:flex;
	justify-content:center;
	width:100%;
}

.area-spec{
	background-color:#0b8996;
}
.area-spec li{
	display:block;
	width:33.33%;
	padding:3px 10px;
	color:#fff;
	font-weight:900;
	font-size:13px;
}

.area-spec :nth-child(2){
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

.area-price span{
	display:block;
}

span.including-tax{
	display:inline-block;
}

.area-real-price-label{
	background-color:#D74646;
	color:#fff;
	font-weight:900;
	text-align:center;
}

.area-original-price{
	position:relative;
	margin:0.5rem 0;
}

.area-original-price::before{
	content:"";
	display:block;
	position:absolute;
	width:50%;
	height:2px;
	background-color:#D74646;
	transform:rotate(5deg);
	right:0;
	left:0;
	bottom:0;
	top:0;
	margin:auto;
}

.real-price{
	font-size:28px;
	font-family:oswald;
	font-weight:900;
	color:#D74646;
}

.including-tax{
	font-size:18px;
}

.area-ranking-image{
	display:flex;
	justify-content:right;
	width:100%;
	padding:1rem;
	min-height:300px;
	
}

.area-budges{
	display:flex;
	flex-direction:column;
}

.area-hojokin-budge,
.area-off-budge,
.only-cools-budge{
	display: flex;
  flex-direction: column;  /* 縦並びにする */
  justify-content: center; /* 縦方向の中央揃え（縦並び時はこちらが主軸） */
  align-items: center;     /* 横方向の中央揃え */
  gap: 0px;                /* 上下の隙間 */
	width:60px;
	height:60px;
	border-radius:50%;
	color:#fff;
	font-size:11px;
	font-weight:900;
	padding:5px;
}
.area-hojokin-budge{
	background-color:#53A2BB;
	margin-bottom:5px;
}

.area-off-budge,
.only-cools-budge{
	background-color:#D74646;
}

.area-hojokin-price{
	font-size:14px;
}

.area-percent{
	font-size:16px;
}

.only-cools-budge{
	font-size:8px;
}

.special-price{
	font-size:14px;
}

.area-open-price{
	margin:0.5rem 0;
}

@media (max-width: 768px) {
	.area-ranking{
		display:block;
		width:fit-content;
		margin:0 auto;
	}
	
	.area-ranking-item{
		margin-bottom:1rem;
	}
	
	.top-3-heading{
		font-size:23px;
		margin-bottom:1rem;
	}
}

/*納期と在庫状況*/

.lead-time{
	padding:2rem 0;
}

.lead-time-wrapper{
	width:1000px;
	max-width:1000px;
	margin:0 auto;
	background-color:#e0f4f6;
	padding:1rem;
}
.lead-time-wrapper h2{
	text-align:center;
	font-size:30px;
	padding:0.5rem 0;
	display:block;
	font-weight:900;
	line-height:2.2rem;
	color:#00a6b5;
	border-bottom:2px solid #00a6b5;
}

.stock-block,
.lead-time-block{
	border-bottom:1px solid #00a6b5;
	padding-bottom:1rem;
}

.stock-block h3,
.lead-time-block h3{
	font-size:23px;
	text-align:center;
	margin:1rem 0 0.5rem 0;
}


.stock-status{
	display:flex;
	flex-direction:column;
	text-align:center;
}

.stock-status span{
	font-size:24px;
}

.fa-circle,
.fa-xmark{
	margin:0 auto;
	font-size:42px;
	margin-bottom:5px;
}

.fa-circle{
	color:#32cd32;
}

.fa-xmark{
	color:#D74646;
}

span.stock-note,
span.lead-time-note{
	font-size:13px;
	margin:0 auto;
	display:block;
	width:fit-content;
}

.lead-time-day{
	display:block;
	font-size:34px;
	font-weight:900;
	margin:0 auto;
	width:fit-content;
}

.area-cta-btns,
.bottom-cta-btns{
	display:flex;
	flex-direction:column;
	margin:0 auto;
	margin-top:2rem;
	width:40%;
}

.area-cta-btns a,
.bottom-cta-btns a{
	width:100%;
	text-align:center;
	display: inline-block;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	margin-bottom:1rem;
}

.area-cta-form,
.bottom-cta-form{
	background-color:#ffa500;
}

.area-cta-tel{
	background-color:#4169e1;
}

.area-cta-line,
.bottom-cta-line{
	background-color:#01B902;
}

.area-cta-btns a:hover {
    transform: scale(1.05);
}

.area-today{
	font-size:30px;
	color:#D74646;
	font-weight:900;
	display:block;
}

.triangle-icon{
	width:42px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.lead-time-wrapper{
		width:90%;
	}
	.lead-time-wrapper h2{
		font-size:22px;
	}
	
	.lead-time-block h3{
		font-size:20px;
	}
	
	span.lead-time-note,
	span.stock-note{
		font-size:11px;
	}
	
	.area-cta-btns{
		width:100%;
	}
}

/*選ばれる理由*/
.area-top-feature{
	max-width:1000px;
	margin: 0 auto;
}
.area-top-feature img{
	width:78px;
	height:78px;
}

.area-top-feature .sub_color_kome{
	color:#fff;
}


.area-top-feature .top_section_header{
	margin-top:0;
}

.area-top-feature .top_content_wapper{
	background-color:#fff!important;
	padding-right:0;
	padding-left:0;
}

.area-top-feature .feature_item{
	background-color:#00a6b5!important;
}

.area-top-feature p{
	color:#e0f4f6;
}

.area-top-feature .top_content_wapper .main_color{
	color:#fff;
}

@media (max-width: 768px) {
	.area-top-feature{
		width:95%;
		margin:0 auto;
	}
}

/*工事の流れ*/

.construction-flow{
	width:80%;
	max-width:1000px;
	margin:0 auto;
	padding:1rem 0;
}

.construction-flow h2{
	font-size:24px;
	font-weight:900;
	margin-bottom:2rem;
	border-bottom:2px solid #00a6b5;
}

.p-before-steps{
	margin-bottom:2rem;
}
.construction-flow li{
	margin-bottom:3rem;
	position:relative;
	border:2px solid #d3d3d3;
	border-radius:8px;
	padding:50px 30px;
	position: relative;
}

.construction-flow li::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%); 
  border: 30px solid transparent; 
  border-top-color: #00a6b5; 
}

.construction-flow li:last-child::after {
  content: none;
}

.step-content img{
	width:90px;
}

.construction-flow h3{
	font-weight:900;
	font-size:20px;
	margin:0.5rem 0;
}

.step-content{
	display:flex;
	align-items:center;
	justify-content:space-around;
}

.step-right{
	width:60%;
}

.step-content span{
	display:block;
	text-align:center;
	width:fit-content;
	font-size:32px;
	font-weight:900;
	height:100%;
	border-right:2px solid #d3d3d3;
	padding-right:50px;
	padding-top:4rem;
	padding-bottom:4rem;
}

.step-content span::before{
	content:"STEP";
	display:block;
	width:fit-content;
	height:1rem;
	font-size:18px;
	margin-bottom:0.5rem;
}

@media (max-width: 768px) {
	.step-content{
		flex-direction:column;
		width:fit-content;
	}
	
	.step-content span{
		border-right:none;
		border-bottom:2px solid #d3d3d3;
		padding:0;
		height:fit-content;
		width:100%;
		text-align:center;
		margin-bottom:1rem;
	}
	
	.step-content img{
		margin-bottom:1rem;
	}
	
	.step-title{
		text-align:center;
		margin:0!important;
		margin-bottom:1rem!important;
	}
	
	.construction-flow li{
		padding:1rem;
	}
	
	.step-right{
		width:100%;
	}
	.step-right p{
		font-size:15px;	
	}
	.step-content span::before{
		margin:0 auto;
		height:auto;
	}
}

/*補助金情報*/

.area-hojokin{
	padding:2rem 0;
}

.area-hojokin img{
	width:100%;
	height:auto;
	margin:1rem 0;
}
.area-hojokin-wrapper{
	width:1000px;
	max-width:1000px;
	margin: 0 auto;
	border:2px solid #b22222;
	padding:1rem;
}

.area-hojokin-wrapper h2{
	text-align:center;
	color:#b22222;
	font-size:32px;
	font-weight:900;
}

.area-hojokin-wrapper h2::before,
.area-hojokin-wrapper h2::after{
	content:"";
	width:100px;
	height:1px;
	background-color:#b22222;
	display:inline-block;
	vertical-align: middle;
}

.area-hojokin-wrapper h2::before{
	margin-right:1rem;
}

.area-hojokin-wrapper h2::after{
	margin-left:1rem;
}

.area-hojokin-text{
	text-align:center;
}

.area-hojokin-wrapper h3{
	font-size:24px;
	margin:1rem 0;
	border-left:5px solid #b22222;
	color:#b22222;
	padding-left:0.5rem;
	font-weight:900;
}

.area-hojokin-container{
	width:95%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	
	.area-hojokin-wrapper{
		width:90%;
		padding:0.5rem;
	}
	
	.area-hojokin-container{
		width:90%;
	}
	.area-hojokin-wrapper h2{
		font-size:16px;
	}
	
	.area-hojokin-wrapper h3{
		font-size:15px;
	}
	
	.stock-block h3{
		font-size:20px;
	}
	
	.area-hojokin-wrapper h2::before, 
	.area-hojokin-wrapper h2::after{
		width:50px;
	}
}

/*施工事例(基本はトップページのcssを流用)*/

.cases-wrapper{
	padding-bottom:0;
}

.area-page-cases{
	padding:1rem 0;
}

.area-page-cases h2{
	font-size:24px;
	font-weight:900;
	text-align:center;
	color:#00a6b5;
	border:1px solid #00a6b5;
	width:fit-content;
	display:block;
	margin:0 auto;
	padding:0.5rem 2rem;
}

@media (max-width: 768px) {
	.area-page-cases h2{
		font-size:21px;
		padding:0.5rem 1rem;
	}
	
	.area-case-btn{
		font-size:16px;
		padding:0.5rem 1rem;
		margin-bottom:0;
	}
}

/*よくある質問*/

.area-faq{
	max-width:1000px;
	margin: 0 auto;
	padding:1rem 0;
}

.area-faq-title{
	font-size:30px;
	text-align:center;
	font-weight:900;
	margin-bottom:1rem;
}
.area-faq-title::before{
	content:"\f059";
	font-family: "Font Awesome 5 Free";
    font-weight: 400; 
	display:inline;
	margin-right:0.5rem;
}

.area-faq p{
	padding-bottom:1rem;;
}

.area-faq h3 {
    background-color: #00a6b5;
    color: #FFF;
    min-height: 56px;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
    padding: 1em;
}

.trivia-panel {
    border-bottom: 1px solid #00A6B5;
}

.trivia-panel:first-child {
    border-top: 1px solid #00A6B5;
}

/* 質問アイコン（Qマーク） */
.trivia-panel h3::before {
    content: url(../svg/icon-light.svg); /* デフォルトは電球アイコン */
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 12px;
}

.trivia-panel h3.question::before {
    content: url(../svg/icon-question.svg); /* .questionクラスがつくとQマークになる */
    top: 8px;
}

/* 開閉のプラスアイコン */
.trivia-panel h3::after {
    content: url(../svg/icon-plus.svg);
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 25px;
}

/* アクティブ（開いた）時のスタイル */
.trivia-panel .active {
    background: #E0F4F6!important;
}

/* 開いた時はマイナスアイコンにする */
.trivia-panel.active h3::after {
    content: url(../svg/icon-minus.svg);
}

/* コンテンツ部分（初期は非表示） */
.trivia-panel .trivia-panel-content {
    display: none;
    padding: 0 50px;
}
@media (max-width: 768px) {
.area-faq-title{
	font-size:18px;
	position:relative;
}
	.trivia-panel p{
		font-size:16px;
	}
	.trivia-panel h3 {
		font-size:16px;
	}
	
	.trivia-panel h3.question::before{
		top:20px;
	}
}


@media screen and (max-width: 480px) {
    .trivia-panel h3::after {
        right: -24px;
    }
    .trivia-panel h3 {
        margin-right: 50px;
        line-height: 30px !important;
        padding-left: 20px;
        text-indent: -20px;
        margin-left: 40px;
		
    }
}

.trivia-panel h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #00A6B5;
    padding: 0 10px 10px 0;
}

@media screen and (max-width: 480px) {
    .trivia-panel h4 {
        padding: 0 10px 10px;
    }
}

@media screen and (max-width: 480px) {
    .trivia-panel .trivia-panel-content {
        padding: 0 10px;
    }
}

/*文末CTA*/

.bottom-cta{
	width:90%;
	max-width:1000px;
	border:2px solid #02A6B5;
	margin: 2rem auto;
	
}

.bottom-cta h2{
	display:block;
	width:100%;
	background-color:#00a6b5;
	text-align:center;
	font-size:32px;
	padding:0.5rem 0;
	color:#fff;
	font-weight:900;
}

.bottom-cta-content{
	width:90%;
	margin: 0 auto;
	text-align:center;
	display:flex;
	flex-direction:column;
	padding:2rem;
}

.tel-opening-hours{
	font-size:23px;
	font-weight:900;
}

.phone-numnber{
	font-size:45px;
	font-weight:900;
}

.phone-numnber::before{
	content:"";
	display:inline-block;
	background-image:url(https://cools-kyutoki.com/wp-content/uploads/2025/12/toll-free.webp);
	background-size:contain;
	width:75px;
	height:50px;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-bottom:0.5rem;
	margin-right:0.5rem;
}

.bottom-bottom-cta{
	display:flex;
	width:100%;
	justify-content:space-around;
	text-align:center;
	margin-top:1rem;
}

.bottom-bottom-cta a{
	display:block;
	width:45%;
	font-size:28px;
	font-weight:900;
	color:#fff;
	border-radius:5px;
	
}

.bottom-cta-form-bottom,
.bottom-cta-line-bottom{
	padding:0.5rem 0 0.5rem 1.5rem;
	position:relative;
	
}

.bottom-cta-line-bottom::before,
.bottom-cta-form-bottom::before{
	content:"";
	display:block;
	background-size:contain;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	background-repeat:no-repeat;
}

.bottom-cta-line-bottom::before{
	background-image:url(https://cools-kyutoki.com/wp-content/themes/cools/svg/icon-line.svg);
	left:0.75rem;
	width:35px;
	height:35px;
}

.bottom-cta-form-bottom::before{
	background-image:url(https://cools-kyutoki.com/wp-content/themes/cools/svg/icon-file_white.svg);
	width:25px;
	height:25px;
	left:3.25rem;
}

@media (max-width: 768px) {
	.bottom-cta h2{
		font-size:18px;
	}
	
	.phone-numnber{
		font-size:30px;
	}
	.bottom-cta-content{
		width:95%;
		padding:0.5rem;
		padding-bottom:1rem;
	}
	
	.bottom-bottom-cta{
		flex-direction:column;
	}
	.bottom-bottom-cta a{
		width:100%;
		font-size:23px;
	}
	
	.bottom-cta-form-bottom::before{
		left:1rem;
	}
	.bottom-cta-form-bottom{
		margin-bottom:0.5rem;
	}
	.tel-opening-hours{
		margin:0.5rem 0;
		font-size:18px;
	}
	.phone-numnber::before{
		width:50px;
		height:30px;
		}
}






