/* メインビジュアル
---------------------------------------------------- */
#mainVisualContainer{
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
	padding-bottom:10px;
}
#mainVisualContainer img{
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
}

/* localNav
---------------------------------------------------- */
#hdNav{
	margin:10px 0px 10px 0px;
	

}
/* mainbotton
---------------------------------------------------- */
ul#nav1st{
	border:1px solid #000;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background-color: rgba(216,200,177,0.6);
	
		margin-bottom:5px;
		border-right:1px solid #000;
		border-left:1px solid #000;
}



#hdNav:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
#hdNav ul:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
.br_b{
	border-right:1px solid #000;
}
#hdNav ul li{
	float:left;
	width:33.3%;
	text-align:center;
	border-bottom:1px solid #000;
	
}
/* mainbotton_text
---------------------------------------------------- */
ul#nav1st li a{
	height:70px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#111111;
	padding:10px 0px 20px;
	background-repeat:no-repeat;
	background-position:center bottom;

	
}
ul#nav1st li a .english{
	color:#403014;
	font-size:11px;
}	
#hdNav ul li.down{
	float:left;
	width:33.3%;
	text-align:center;
	border-bottom:none;
}
/* mainbotton_text
---------------------------------------------------- */
ul#nav1st li.down a{
	height:70px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#111111;
	padding:10px 0px 20px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
ul#nav1st li:nth-child(1) a{
	background-image:url(../images/top/top_ic_plan.png);
	-webkit-background-size:61px 71px;
	background-size:61px 71px;
}
ul#nav1st li:nth-child(2) a{
	background-image:url(../images/top/top_ic_room.png);
	-webkit-background-size:61px 71px;
	background-size:61px 71px;
}
ul#nav1st li:nth-child(3) a{
	background-image:url(../images/top/top_ic_onsen.png);
	-webkit-background-size:61px 71px;
	background-size:61px 71px;
}
ul#nav1st li:nth-child(4) a{
	background-image:url(../images/top/top_ic_foods.png);
	-webkit-background-size:61px 71px;
	background-size:61px 71px;
}
ul#nav1st li:nth-child(5) a{
	background-image:url(../images/top/top_ic_access.png);
	-webkit-background-size:61px 71px;
	background-size:61px 71px;
}
ul#nav1st li:nth-child(6) a{
	background-image:url(../images/top/top_ic_contact.png);
	-webkit-background-size:61px 71px;
	background-size:61px 71px;
}



/* stayplan
---------------------------------------------------- */
#stayplan{
	clear:both;
	margin-top:20px;
	padding:10px;
	background-color:#fffefa;
}
/* stayplan_text
---------------------------------------------------- */
#stayplan h2{
	display:block;
	color:#fff;
	
	font-size:16px;
	letter-spacing:1px;
	padding-bottom:3px;
}

.campaign{
	display:block;
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
}

.campaign p{
	font-size:12px;
	padding-top:10px;
	width:auto;
}
.campaign dl{
	overflow:hidden;
	list-style-type:none;
}
.campaign dl dt{
	float:left;
	display:table-cell;
	width:80px;
	vertical-align:middle;
	padding-right:10px;
}
.campaign dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
}

#campaign div:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}

*+html .campaign div{
	min-height:1%;
}

*html .campaign div{
	height:1%;
	overflow:visible;
}


/* news
---------------------------------------------------- */
#news{
	clear:both;
	margin-top:20px;
	padding:10px;
/*	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0.8)));
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0.8));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.8),rgba(255,255,255,0.8));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.8),rgba(255,255,255,0.8));*/
}
/* stayplan_text
---------------------------------------------------- */
#stayplan h2{
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 3px;
	/*background-image: url(../images/h2_back.gif);*/
	background-size: contain;
	font-weight: bold;
	background-color: #046603;
	padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* news_text
---------------------------------------------------- */
#news h2{
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 3px;
	/*background-image: url(../images/h2_back.gif);*/
	background-size: contain;
	font-weight: bold;
	background-color: #046603;
	padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
