@charset "UTF-8";



/* 温泉ページCSS
===================================*/

.section01 img{width: 100%;}
.section02{width: 100%;height: auto; background: url("./img/section01_back.jpg") top center / contain repeat-y;}
.ph_ttl{width: 70px;float: right; margin-bottom:-100px;z-index: 100;position: relative;margin-right: 5%;}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
	.ph_ttl{width: 60px;float: right; margin-bottom:-100px;z-index: 100;position: relative;margin-right: 3%;}

}