@charset "UTF-8";



/* 温泉ページCSS
===================================*/
.section01{width: 100%;height: auto; background: url("./img/section01_back.svg") top center / cover no-repeat;}
.section01 img,.section03 img,.section04 img{width: 100%;}
.w60per_w90per {
	width: 60%;margin: 0 auto;
}
.w70per_w100per{
	width: 70%;margin: 0 auto;
}
.w28per_w100per{width: 28%;margin: 0 auto;}

element.style {width: 80%; !important}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.w60per_w90per {
	width: 90%;
}
.w70per_w100per{
	width: 100%;margin: 0 auto;
}
.w28per_w100per{width: 100%;margin: 0 auto;}
}