@charset "UTF-8";



/* 温泉ページCSS
===================================*/
.section01{width: 100%;height: auto; background: url("./img/section01_back.svg") top center / contain no-repeat;}
.section01 img,.section03 img,.section04 img{width: 100%;}
.section02{width: 100%;height: auto; background: url("./img/section02_back.jpg") top center / contain repeat-y;}
.section03{width: 100%;height: auto; background: url("./img/section03_back.jpg") top center / contain repeat-x;}
.section04{width: 100%;height: auto; background: url("./img/section04_back.jpg") top center / contain repeat-x;}
.sauna_ttl{color: #604c3f;border-bottom: solid 1px #604c3f;}
.sauna_box{width: 42%; background-color: #f5f2e1;padding: 3%;margin-bottom: 5%;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.section03{width: 100%;height: auto; background: url("./img/section03_back_sp.jpg") top center / contain repeat-x;}
.section04{width: 100%;height: auto; background: url("./img/section04_back_sp.jpg") top center / contain repeat-x;}
.sauna_box{width: 100%; background-color: #f5f2e1;padding: 6%;margin-bottom: 5%;}
}