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

/*------------------------------------

　館ヶ森高原ホテル　spa

------------------------------------*/
/*------------------------------------------------------------------------
 ▼ページタイトル
------------------------------------------------------------------------*/
/*PC
---------------------------------------------------*/
.page_title{
	background-image: url("images/page_title_bg.jpg");
}
.page_title span img{
	width: 104px;
	height: 151px;
}
/*SP
---------------------------------------------------*/
@media screen and (max-width:736px){
	/*PCの0.6倍*/
	.page_title span img{
		width: 63px;
		height: 91px;
	}
}
/*------------------------------------------------------------------------
 ▼温泉紹介
------------------------------------------------------------------------*/
/*PC
---------------------------------------------------*/
.spa_img_main{
	background-color: #ccc;
	width: 100%;
	height: 500px;
	border-radius: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 50px;
}
/*温泉施設のご案内*/
#info .spa_img_main{
	background-image: url("images/info_img_main.jpg");
	position: relative;
}
#info .spa_img_main span.caption{
	position: absolute;
	bottom: 2%;
	left: 2%;
	color: #fff;
	font-size: 1.3em;
	text-shadow: 0 0 5px #000;
}
/*日帰り入浴*/
#oneday .spa_img_main{
	background-image: url("images/oneday_img_main.jpg")
}
#oneday .column02_wrap .column:nth-child(1){order: 2}
#oneday .column02_wrap .column:nth-child(2){order: 1}
.lunch{
	display: block;
	color: #2B8C96;
	font-size: 1.25em;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	margin: 15px 0 50px;
	padding: 0;
}
/*SP
---------------------------------------------------*/
@media screen and (max-width:736px){
	.spa_img_main{
		height: 0;
		padding-top: 50%;
		margin: 0 0 30px;
	}
	#info .spa_img_main span.caption{
		font-size: 4.5vw;
		bottom: 3%;
		left: 4%;
	}
}