@charset "UTF-8";


/*-- 画像4枚並び --*/

.left p{
	font-size:20px;
	line-height:30px;
}

.right p{
	font-size:20px;
	line-height:30px;
}

#pageTop{
	width:100%;
	background-image:url("../images/onsen/mainV.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:847px;
	padding-bottom:500px;
}

.header {
	width:1080px;
	margin:0 auto;
}


/*-- con1 --*/

.con1{
	width:100%;
	margin:0 auto;
	display:inline-block;
}

.con1 h1{
	text-align:center;
	font-size:36px;
}

.con1Left02{
	float:left;
	width:50%;
	margin:0 auto;
	background-image:url("../images/onsen/onsenBg01.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:630px;
	padding-bottom:150px;
	background-position:bottom;
}

.con1LeftInner{
	width:450px;
	margin:150px auto 0 auto;
}

.con1Text{
	padding:10px 0 30px 0;
}

.con1Text p{
	font-size:18px;
	line-height:30px;
}

.con1Right02{
	float:right;
	width:50%;
	margin:0 auto;
	background-image:url("../images/onsen/onsenImg03.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:630px;
	padding-bottom:150px;
	background-position:bottom;
}

.con1Img{
	text-align:center;
}


/*-- zeitaku --*/

.zeitaku{
	width:100%;
	margin:0 auto;
	background-image:url("../images/onsen/onsenBg.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:854px;
}

.zeitakuInner{
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
	top:250px;
}

.zeitaku h1{
	font-size:28px;
}

.zeitakuText{
	text-align:center;
}

.zeitakuText p{
	line-height:50px;
	font-size:24px;
}

