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


/* hotspring page
=============================================================================*/
#hotspring #mainVisual { 	background: url(../img/hotspring/mainimg.jpg) no-repeat center center / cover; }

#lead {
	padding: 90px 0;
	background: url(../img/bg01.jpg);
	text-align: center;
	}
	#lead .txtArea {
	width: 800px;
	margin: 0 auto;
	font-family: Times, "Times New Roman", Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "HGS明朝E", serif;
	font-size: 1.2em;
	}

#cont01 {
	margin-bottom: 50px;
	}
	#cont01 .txtArea {
	width: 360px;
	float: right;
	margin-top: 40px;
	}
	#cont01 .slide_wrap {
	width: 720px;
	float: left;
	margin-left: -110px;
	}
	#cont01 .slider {
	height: 480px;
	width: 720px;
	}
	#cont01 .deco01 { position: absolute;top: -210px;left: -210px; z-index: -1;}
	#cont01 .deco02 { position: absolute;top: 300px;right: -300px; z-index: -1;}


#cont02 { margin-bottom: 40px; }
	#cont02 .txtArea {
	width: 360px;
	float: left;
	}
	#cont02 .img01 { position: absolute; top: 0; right: -100px;}
	#cont02 .img02 { margin: 30px 0 0 -30px;}
	#cont02 .deco01 { position: absolute;top: 450px; right: -180px; z-index: -1;}
	#cont02 .slide_wrap {
	width: 720px;
	float: right;
	margin-right: -110px;
	}
	#cont02 .slider {
	height: 480px;
	width: 720px;
	}


#cont03 { 
	height: 950px;
	margin-bottom: 40px;
	}
	#cont03 .txtArea {
	width: 380px;
	float: right;
	}
	#cont03 .img01 { position: absolute; top: 340px; right: 0px;}
	#cont03 .img02 { position: absolute; top: 0px; left: 100px;}
	#cont03 .img03 { position: absolute; top: 240px; left: -160px;}
	#cont03 .deco02 { position: absolute;top: -20px;left: -220px; z-index: -1;}

#cont04 { 
	background: url(../img/bg02.png);
	padding: 30px 0 100px;
	}
	#cont04 .container {
	width: 1200px;
	}
	#cont04 table {
	width: 47%;
	margin: 0 10px;
	}
	#cont04 td {
	padding: 12px 6px 12px;
	vertical-align: top;
	border-bottom: dotted 2px rgba(170,34,34,0.6);
	}
	#cont04 td h3 {
	border-bottom: solid 1px #888;
	margin-bottom: 0.6em;
	display: inline-block;
	}
	#cont04 td p {
	margin-bottom: 0.6em;
	}



