@charset "utf-8";


/*=============================================================================
   Layout
=============================================================================*/
.container, .content, .inner {clear: both; width: 100%; height: auto; position: relative;}
.container:after, .content:after, .inner:after{content: ""; display: block; clear: both;}
.container {
	width: 1000px;
	margin: 0px auto;
	}
#header .container, #header02 .container {width: 1200px;}
.content {
	}
.inner {
	width: 95%;
	margin: 0px auto;
	}

/* Header
-----------------------------------------------------------------------------*/
#header_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0.93em;
	font-weight: bold;
	overflow: hidden;
	}
#header {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	}
#header02 {
	width: 100%;
	height: 100px;
	position: fixed;
	top: -100px;
	left: 0;
	z-index: 50;
	color: #000;
	background-color: #fff;
	transition: .4s ease-in-out;
	transform: rotate(0.0001deg);
	}
	#header02.fixed {
	top: 0px;
	}
h1 {
	font-size: 0.90em;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 0;
	}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	}
	#header02 #logo {	left: 20px;	}
#logo a {
	}
.tel {
	position: absolute;
	top: 30px;
	right: 0;
	}

/* Navigatioon
-----------------------------------------------------------------------------*/
/* Main nav *****/
#nav {
	width: 750px;
	height: 50px;
	position: absolute;
	left: 200px;
	top: 10px;
	}
#header02 #nav {
	width: auto;
	height: auto;
	position: absolute;
	left: 20px;
	top: 72px;
	}
#nav li {
	height: 25px;
	float: left;
	}
	#nav li::after {
	content: "/";
	margin: 0 0.6em;
	}
#header02 #nav li::after {
	content: "｜";
	margin: 0 0.6em;
	}
	#header02 #nav li:last-child::after {
	content: "";
	margin: 0;
	}
	#nav a {
	color: inherit;
	}
	#nav a:hover {
	color: #c94;
	text-decoration: none;
	}

#room .nav01 a,
#cuisine .nav02 a,
#spa .nav03 a,
#facilities .nav04 a,
#sightseeing .nav05 a,
#info .nav06 a,
#access .nav07 a { color: #c94; }

/* Sub nav *****/
#subnav {
	width: auto;
	height: 23px;
	position: absolute;
	top: 0;
	left: 45%;
	}
	#subnav li {
	float: left;
	margin-right: 10px;
	}

/* Main Visual
-----------------------------------------------------------------------------*/
#mainVisual {
	width: 100%;
	min-height: 675px;
	height: auto;
	background-image: url(../../movie/top_movie.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	}
	#mainVisual::after {
	content: "";
	display: block;
	padding-top: 56.25%;
	}
	#mainVisual .gra {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/header_gra.png) repeat-x center top;
	}
#main_movie {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
	#main_movie video {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	}
#mainVisual .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
	}
	#mainVisual .title img {
	width: 100%;
	height: auto;
	}

/* Contents
-----------------------------------------------------------------------------*/
#contents {
	overflow: hidden;
	}
	#contents:after{content: ""; display: block; clear: both;}

.txt {}
	.txt p {
	margin-bottom: 1em;
	}
	.flex-justify {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
h3.mat {
	background: url(../img/deco_mat.png) no-repeat center 35px;
	min-width: 220px;
	min-height: 260px;
	text-align: center;
	}
	h3.mat p.txt-vt {
	display: block;
	margin-top: 1em;
	text-align: left;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
	}
.bgfix {background-attachment: fixed;}
.btn {
	min-width: 130px;
	width: auto;
	height: 48px;
	display: table;
	}
	.btn a {
	line-height: 1em;
	font-weight: normal;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 35px 0px 25px;
	border: 1px solid #3b230b;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 93% center;
	transition: .1s ease-in-out;
	opacity: 1;
	font-size: 0.89em;
	letter-spacing: -0.05em;
	color: #3b230b;
	position: relative;
	}
	.btn a:hover {
	background-color: #3b230b;	
	color: #fff;
	}

.matbox {
	padding: 40px;
	box-sizing: border-box;
	background: #595146 url(../img/mat01.jpg);
	margin-bottom: 40px;
	}
	.matbox:after {content: ""; display: block; clear: both;}
.matbox75 {
	padding: 40px;
	box-sizing: border-box;
	background: url(../img/mat01_75.png);
	}
	.matbox75:after {content: ""; display: block; clear: both;}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 290px;
	clear: both;
	padding: 30px 0;
	color: #fff;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	overflow: hidden;
	}
#footer .container {
	}
#footer_nav {
	width: 670px;
	height: 50px;
	margin: 0px auto 40px;
	font-size: 0.9em;
	text-align: center;
	}
	#footer_nav li {
	height: 25px;
	display: inline;
	}
	#footer_nav li::after {
	content: "/";
	margin: 0 0.6em;
	}
	#footer_nav li:last-child::after {
	content: "";
	margin: 0em;
	}
	#footer_nav a {
	color: inherit;
	}
	#footer_nav a:hover {
	color: #c94;
	text-decoration: underline;
	}

#footer_add { text-align: center;line-height: 1.4 }
#footer_add p { margin-bottom: 0.5em;	}
div#footer_yadobnr {
	text-align: center;
	}
	div#footer_yadobnr p {
	}
#copyright {
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	background-color: #2a251d;
	}

#totop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	clear: both;
	display: none;
	z-index: 500;
	width: 70px;
	height: 70px;
	transform: rotate(-45deg);
	background-image: url(../img/body.jpg);
	font-size: 0.8em;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	}
	#totop a {
	text-align: center;
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	line-height: 130%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	width:70px;
	height:70px;
	transform: rotate(45deg);
	}
#header_wrap .stay_navi{
	position: absolute;
	display:block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform:translateX(-50%);
	z-index: 9800;
	opacity: 0.8;
}
#header_wrap .stay_navi a:hover{
	opacity: 0.7;
}