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

/*** Reset ***/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, big,
em, img, small, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	letter-spacing:0;
	font-size:100%;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
html{
    overflow-y:scroll;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse:collapse; 
    border-spacing:0;
	word-break:break-all;
}
tbody, tfoot, thead, th, tr, td {
	vertical-align:top;
}
caption, th{
    text-align:left;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom:1;  
}

table { width:100%;}

a:link { color:#4c4c4c; text-decoration:none;}
a:visited {color:#4c4c4c;}
a:hover {color:#006633;}
a:active {color:#8d8d8d;} 
a,a:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.text-out {
	font:1px/1px sans-serif;
	display:none;
	text-decoration:none;
	text-indent:-9999em;
	overflow:hidden;
}

/*** Main ***/

body {
	background: #fff;  
}

#r_container {
	width:950px;
	margin:20px auto;
	color:#000;
	font-size:13px;
}

.ls {
	float:left;
}
.rs {
	float:right;
}

/*** header ***/

#headArea {
	width:950px;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}

#headArea #headBox {
	width:950px;
	height:102px;
	background:url("../img/bg_header.gif") no-repeat;
	overflow:hidden;
	clear:both;
}
#headBox .contactBox {
	float:right;
	text-align:right;
	width:350px;
	margin-top:23px;
}
#headBox .contactBox img {
	margin:0 16px 10px 0;
}

#headArea #menuBox {
	width:920px;
	height:40px;
	padding:6px 15px;
	background-color:#468772;
	border-top:1px solid #433932;
	text-align:center;
	overflow:hidden;
	clear:both;
}
#headArea #menuBox img {
	float:left;
	width:182px;
	height:42px;
	margin:0 auto;
	padding:0;
}

#headArea .topimg {
	width:950px;
	height:auto;
	border-top:6px solid #433932;
	border-bottom:6px solid #433932;
	text-align:center;
	clear:both;
}

/*** Index ***/

#top_plan {
	width:950px;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}

#top_plan h2 {
	text-align:center;
	padding:4px 0;
	margin-bottom:20px;
	background-color:#e0d8c1;
}
#top_plan h2 img {
	margin:0 auto;
}
#top_plan .planBox {
	width:285px;
	height:260px;
	text-align:center;
	padding: 10px;
	margin-bottom:20px;
	background-color:#e0d8c1;
}
#top_plan .planBox img{
	margin:0 auto 12px auto;
	clear:both;
}
#top_plan .planBox p {
	text-align:left;
	font-size:15px;
	font-weight:bold;
	line-height:166%;
}
#top_plan .ls {
	float:left;
	margin-right:17px;
}
#top_plan .rs {
	float:right;
}

#top_mapimg {
	width:950px;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
}

#top_banaArea {
	width:950px;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
}
#top_banaArea img {
	margin-bottom:20px;
}

#top_banaArea2 {
	width:950px;
	height:auto;
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
}
#top_banaArea2 img {
	margin:0 auto 10px auto;
	clar:both;
}

/*** Onsen ***/

#onsenArea {
	width:950px;
	height:auto;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}
#onsenArea img {
	display:block;
	margin:0;
	padding:0;
	clear:both;
}

/*** Room ***/

.roomArea {
	width:950px;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}
.roomArea h2 {
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px dotted #333;
}
.roomArea h2 img {
	padding-bottom:6px
}

.roomArea .pBox {
	width:460px;
	height:auto;
	text-align:center;
	margin-bottom:16px;
}
.roomArea .pBox2 {
	width:296px;
	height:autopx;
	text-align:center;
	margin-bottom:16px;
}
.ls-r30 {
	float:left;
	margin-right:30px;
}
.pBox img, .pBox2 img{
	margin:0 auto 10px auto;
	clear:both;
}
.pBox p, .pBox2 p {
	text-align:left;
	font-size:14px;
	line-height:180%;
}

/*** Facilities ***/

#bg_facilities {
	width:950px;
	height:auto;
	background:url(../img/bg_facilities.jpg) no-repeat;
	margin-bottom:20px;
	padding-top:460px;
	overflow:hidden;
	clear:both;
}
#bg_facilities .fBox {
	width:460px;
	height:326px;
	text-align:center;
	margin-bottom:16px;
}
.fBox h2 {
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px dotted #333;
}
.fBox img {
	margin:0 auto 10px auto;
	clear:both;
}
.fBox p {
	text-align:left;
	font-size:14px;
	line-height:180%;
}

.fBox table {
	text-align:left;
	font-size:12px;
}
.fBox td {
	padding:3px;
}