@charset "utf-8";
/* CSS Document */

/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap .toggle-button {
display: block;
cursor: pointer;
padding: 3px 10px;
background-color: #fff;
border: 1px solid #ddd;
font-weight: bold;
text-align: center;
margin-bottom: 1em;
border-radius: 8px;
}

.toggle-wrap .toggle-button:hover {
border-color: #999;
background: #f5f5f5;
}

.toggle-wrap .toggle-button:after {
content: ""; /* 閉じている状態のときにラベルの後ろに続く文字 */
}

/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap > input[type="checkbox"] {
display: none;
}

.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {
content: "を閉じる"; /* 開いている状態のときにラベルの後ろに続く文字 */
}

/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
display: block;
height: auto;
opacity: 1;
padding: 10px 0;
}

.can202509{margin:0 auto;text-align:center;clear:both;}
.can2025pink{background:#e4b3d0;}
.can2025blue{background:#98b2d3;}

.indent-1 {padding-left:1.5em;text-indent:-1.5em;}
.head_box{width:100%;}
.head_box_inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.head_box img{width:100%;}
.head_box_sp{display:none;}


.cv_banner{margin:30px auto;text-align:center;}
.banner_img{margin:30px auto 60px;text-align:center;clear:both;}
.back_line{background:linear-gradient(#ffF 0%, #fff 40%, #f3f8fa 40% ,#f3f8fa 100%);padding-bottom:20px;margin-bottom:60px;}
.back_line > .banner_img{margin:30px auto 0px;}

.can_box{display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px auto;}
.can1{width:959px;margin-bottom:30px;}
.can2{width:471px;}
.can4{width:953px;margin-top:30px;}
.appoint{width:467px;}

.blue_back{background:#f3f8fa;padding:20px 0;margin:30px 0 70px;}
.photo_box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.shop_photo{width:225px;margin:10px 0;}
.shop_photo img{width:100%;}

h2.titleimg{text-align:center;margin:30px auto;}

.promise_box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.promise{width:308px;margin:10px 0;}
.promise img{width:100%;}

.voice_box{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:80px;}
.voice{width:302px;margin:10px 0;}
.voice img{width:100%;}

.navy_back{background:#94a8bc;padding:20px 0 50px;margin:30px 0 70px;color:#fff;}
.navy_back2{background:#546183;padding:20px 0 20px;}
.qaq{font-size:26px;text-align:left;margin-top:30px;font-weight:700;}
.qaa{font-size:20px;text-align:left;line-height:1.6;}
.qaq:first-child{margin-top:0;}

.store_box{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;}
.store_name{width:15%;background:#bc9f70;color:#fff;display:flex;align-items:center;text-align:center;justify-content:center;font-size:20px;line-height:1.6;}
.store_con{width:85%;background:#f0f0f0;padding:30px;display:flex;flex-wrap:wrap;}
.store_tel{width:365px;}
.store_tel img{width:100%;}
.store_add{width:360px;line-height:1.4;text-align:left;padding-left:30px;}
.store_cv{width:342px;margin:30px 10px 0;}
.store_cv img{width:100%;}

/* 960px
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
.pcbr{display:none;}

.head_box img{width:90%;}
.cv_banner img{width:90%;}
.banner_img img{width:90%;}
.pcimg{display:none;}

.can1{width:100%;margin-bottom:30px;}
.can2{width:100%;margin-bottom:30px;}
.can4{width:100%;margin-top:30px;}
.appoint{width:100%;margin-bottom:10px;}

.photo_box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.shop_photo{width:48%;margin:10px 0;}
.promise{width:48%;margin:10px 0;}
.voice{width:48%;margin:10px 0;}

.navy_back{padding:20px 10px 50px;margin:30px 0 70px;color:#fff;}
.qaq{font-size:20px;text-align:left;margin-top:30px;font-weight:700;line-height:1.4;}
.qaa{font-size:16px;text-align:left;line-height:1.6;margin-top:10px;}

.store_box{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;}
.store_name{width:100%;background:#bc9f70;color:#fff;display:flex;align-items:center;text-align:center;justify-content:center;font-size:20px;line-height:1.6;padding:10px 0;}
.store_con{width:100%;background:#f0f0f0;padding:30px;display:flex;flex-wrap:wrap;}
.store_tel{width:100%;}
.store_tel img{width:100%;}
.store_add{width:100%;line-height:1.4;text-align:left;padding:20px 0;}
.store_cv{width:100%;margin:10px 0px 0;}
.can202509 img{width:100%;}

}
/* 960px
------------------------------------------------------------*/
@media only screen and (max-width: 640px){
.head_box{display:none;}
.head_box_sp{display:block;}
.head_box_sp{width:100%;}
.head_box_sp img{width:100%;}

}