@charset "utf-8";



/*=============================================================================
   Layout
=============================================================================*/
.container, .content, .inner {	clear: both;	height: auto;	}
.container:after, .content:after, .inner:after{content: ""; display: block; clear: both;}
.container {
	width: 920px;
	margin: 0px auto;
	}
.content {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	}
.inner {
	zoom:1;
	padding: 0px 20px;
	}
	
#scrlwin {
	box-sizing: border-box;
	padding-left: 20%;
	width: auto;
	height: 100%;
	position: relative;
	top: 0px;
	}
	@media (max-width: 1280px){
	#scrlwin {
	padding-left: 240px;
	}
	}

.bar {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
	background: url(../img/bar.jpg) repeat-x center top;
	line-height: 10px;
	}
.planserch_wrap {
	background-image: url(../img/mat01.jpg);
	height: 90px;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 10;
	min-width: 960px;
	}
	.planserch_wrap .cap, .planserch { display: inline-block; 	}
	.planserch_wrap table { margin: 0px auto; 	}	
	.planserch_wrap th, .planserch_wrap td { padding: 0px; 	}	
/* Header
-----------------------------------------------------------------------------*/
#header_wrap {
	min-width: 240px;
	width: 20%;
	height: 100%;
	background: url(../img/bg_header.jpg) repeat center top;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 500;
	text-align: center;
	overflow: auto;
	}
#header {
	width: auto;
	height: 730px;
	}
div#logo {
	height: 260px;
	width: 240px;
	margin: 0px auto;
	}
div#tel {
	height: 30px;
	width: 240px;
	margin: 0px auto 30px;
	}


/* Navigatioon
-----------------------------------------------------------------------------*/
/* Main nav *****/
#nav {
	width: 100px;
	height: auto;
	margin: 0px auto 50px;
	}
	#nav li {
	margin-bottom: 15px;
	height: 30px;
	width: 100px;
	}
	#nav li:last-child {
	margin-bottom: 0px;
	}
	#nav a {
	display: block;
	opacity: 1;
	transition: .3s ease-in-out;
	position: relative;
	}
	#nav a:hover {
	opacity: 0.8;
	}
	#nav li a:after{
	content: "";
	position: absolute;
	left: 7%;
	bottom: 0px;
	width: 0;
	height: 1px;
	background-color: #666;
	transition: .3s ease-in-out;
	}
	#nav li a:hover:after,
#onsen #nav01 a:after,
#cuisine #nav02 a:after,
#facilities #nav03 a:after,
#charge #nav04 a:after,
#access #nav05 a:after {
	width: 86%;
	}

/* Sub nav *****/
#subnav {
	height: auto;
	width: 170px;
	margin: 0px auto;
	}
	#subnav li {
	height: 40px;
	width: 170px;
	margin-bottom: 10px;
	}
	#subnav a {
	display: block;
	opacity: 1;
	transition: 0.3s ease-in-out 0s;
	}
	#subnav a:hover {
	opacity: 0.7;
	background-color: rgba(255,255,255,0.3);
	}
/*qrコード*/
.qr{
	text-align: center;
}
.qr img{
	display:table;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
}
.qr a{
	color: #FFFFFF;
}


/* main title_img
-----------------------------------------------------------------------------*/
#mainVisual {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	}
#index #mainVisual {
	background-image: none;
	height: auto;
	max-height: 900px;
	width: 100%;
    position: relative;
    overflow: hidden;
	}
#onsen #mainVisual {	background-image: url(../img/onsen/onsen_mainimg.jpg);	}
#cuisine #mainVisual { background-image: url(../img/cuisine/cuisine_mainimg.jpg);	}
#facilities #mainVisual { background-image: url(../img/facilities/facilities_mainimg.jpg);	}
#charge #mainVisual { background-image: url(../img/charge/charge_mainimg.jpg);	}
#access #mainVisual { background-image: url(../img/access/access_mainimg.jpg);	}
#sightseeing #mainVisual { background-image: url(../img/sightseeing/sightseeing_mainimg.jpg);	}
#info #mainVisual { background-image: url(../img/info/info_mainimg.jpg);	}


#main_movie {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	z-index: 1;
	}
	#main_movie video {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	}
	

.btn_scrldwn {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 10%;
	z-index:11;
	}
	

/*社内タブレット（縦）対策*/
/*@media screen and (min-width:769px) and (max-width:1010px) {
	#main_movie {
			background: url(../../movie/top_movie.jpg) no-repeat top center;
			background-size:cover;
	}
	#main_movie #example_video_1{
		display:none;
}
}*/

h2#title_img {
	clear: both;
	width: 170px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}


/* Contents
-----------------------------------------------------------------------------*/
div#contents {
	width: 100%;
	height: auto;
	background: url(../img/body.jpg) center top;
	padding-bottom: 10px;
	z-index:10;
	position:relative;
	}
	div#contents:after{content: ""; display: block; clear: both;}

.txtArea {}
	.txtArea p { margin-bottom: 0.8em; }
.imgArea {}

.rbox {
	float: right;
	}
.lbox {
	float: left;
	}

.matbox {
	padding: 30px;
	background: url(../img/mat02.jpg) center top;
	}
.white_mat {
	background-color: rgba(255,255,255,0.6);
	}
	
.lead {
	height: 580px;
	width: 960px;
	position: relative;
	margin: 0px auto 20px;
	}

/* Footer
-----------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 145px;
	right: 10px;
	clear: both;
	display: none;
	z-index: 500;
	}
	#pagetop a {
	text-align: center;
	text-decoration: none;
	color: #eee;
	height: 52px;
	width: 52px;
	padding: 0px;
	font-size: 10px;
	line-height: 130%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	}

div#footer_wrap {
	width: 100%;
	height: auto;
	clear: both;
	background-image: url(../img/bg_footer.jpg);
	position:relative;
	z-index:1;
	}
div#footer {
	width: 100%;
	padding: 20px 0 10px;
	height: auto;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #313311 url(../img/bg_footer.jpg) center top;
	text-align: center;
	position:relative;
	z-index:1;
	}
div#footer_add {
	float: left;
	height: auto;
	width: 360px;
	text-align: left;
	margin-bottom: 10px;
	}

div#footernavi {
	width: auto;
	height: auto;
	font-size: 0.92em;
	float: right;
	margin-bottom: 40px;
	}
	div#footernavi ul {
	margin-bottom: 4px;
	}
	div#footernavi li {
	padding: 0px 11px;
	border-right: 1px solid #6c533b;
	display: inline;
	}
	div#footernavi li:first-child {
	border-left: 1px solid #6c533b;
	}
	div#footernavi a {
	color: #BBAA88;
	text-decoration: underline;
	}
	div#footernavi a:hover {
	color: #bb6644;
	text-decoration: underline;
	}

div#footer_yadobnr {
	width: auto;
	float: right;
	clear: right;
	}
	div#footer_yadobnr p { display: inline-block; 	}

#copyright {
	float: left;
	font-family: "Times New Roman", Times, serif;
	clear: left;
	}
