@charset "UTF-8";



/* 温泉ページCSS
===================================*/
.section01{width: 100%;height: auto; background: url("./img/section01_back.svg") top center / cover no-repeat;}
.section01 img{width: 100%;}
.price{height: 120px;}
.border_b{border-bottom: solid 1px #595757;}

.section02{width: 100%;height: auto; background-color: #f4f1ef;}
.eigyou{border-bottom: solid 1px #595757;border-top: solid 1px #595757;padding: 2% 5%}
.fd80per{font-size: 80%;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.price{height: auto;}
	.res_h3{font-size: 16px;}
}