@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;
	}
.content {
	}
.inner {
	width: 95%;
	margin: 0px auto;
	}

h3 {	}
h3.ttl {
	font-size: 3.4rem;
	line-height: 1;
	text-align: center;
	padding: 0.7em 0;
	background: url(../img/dot_line.png) no-repeat center bottom;
	margin-bottom: 1.5em;
	}
	h3.ttl + p {
	text-align: center;
	margin: -1.5em 0 4em;
	}
h3.verticalDeco {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
	font-family: serif;
	font-size: 3rem;
	line-height: 1;
	position: relative;
	padding-top: 35px;
	margin-bottom: 0.6em;
	}
	h3.verticalDeco::before {
	content: '';
	display: block;
	width: 5px;
	height: 25px;
	background-color: #222;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -2.5px;
	}
h4.deco {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	color: #5B6B63;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0.6em;
	}
	h4.deco::before {
	content: '';
	display: block;
	width: 25px;
	height: 5px;
	background-color: #6d7973;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	}
h5 {font-weight: bold;}

/* Header
-----------------------------------------------------------------------------*/
#header_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	}
#header {
	width: 100%;
	height: 90px;
	background: url(../img/bg_header.jpg) repeat-x center top;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	transition: .3s;
	}
	#header::before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 5px #e7baa0;
	position: absolute;
	top: 0;
	z-index: -1;
	}
	#header .container {
	height: 100%;

	}
#header.fixed {
	position: fixed;
	top: 0;
	height: 55px;
	animation: fade-down .3s linear 0s forwards;
	}
@keyframes fade-down {
	0% {opacity: 0; transform: translateY(-100%);}
	100% {opacity: 1; transform: translateY(0%);}
	}

#logo {
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 10;
	color: #3f3931;
	font-size: 1.3rem;
	line-height: 1.2;
	}
	#header.fixed #logo {
	left: -30px;
	top: -5px;
	transform: scale(.73);
	font-size: 0rem;
	}

#header_btns {
	float: right;
	}
	#header_btns p {
	float: left;
	height: 35px;
	margin-left: 10px;
	text-indent: -9999px;
	}
	#header_btns p a {
	display: block;
	height: 100%;
	transition: .2s;
	opacity: 1;
	}
	#header_btns p a:hover {
	opacity: .75;
	}
	#header_btns #tel, #header_btns #tel a {
	background: url(../img/btn_tel.jpg) no-repeat;
	width: 200px;
	}
	#header_btns #plan a {
	background: url(../img/btn_plan.jpg) no-repeat;
	width: 140px;
	}
#header.fixed #header_btns {
	float: right;
	 margin-top: 15px;
	}
	#header.fixed #header_btns #tel, #header.fixed #header_btns #tel a {
	background: url(../img/icon_tel.png) no-repeat;
	width: 35px;
	display: none;
	}
	#header.fixed #header_btns #plan a {
	background: url(../img/icon_plan.png) no-repeat;
	width: 35px;
	}


/* Navigatioon
-----------------------------------------------------------------------------*/
/* Main nav *****/
#nav {
	width: auto;
	height: 40px;
	position: absolute;
	right: 3px;
	bottom: 0;
	overflow: hidden;
	}
	#header.fixed #nav { right: 103px; }
	#nav li {
	float: left;
	margin-left: 40px;
	}
	#nav a {
	width: auto;
	height: 37px;
	display: block;
	position: relative;
	}
	#nav a::after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	border-bottom: solid 3px #e89868;
	position: absolute;
	bottom: -6px;
	transition: .2s;
	}
	#nav a:hover img { opacity: 1; }
	#nav a:hover::after { bottom: -3px; }

#index #nav01 a::after,
#facilities #nav02 a::after,
#cuisine #nav03 a::after,
#sightseeing #nav04 a::after,
#access #nav06 a::after {
	bottom: -3px;
	}

/* Main Visual
-----------------------------------------------------------------------------*/
#mainVisual {
	width: 100%;
	max-height: 700px;
	height: auto;
	background: url(../../movie/top_movie.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	}
	#mainVisual::before {
	content: "";
	display: block;
	padding-top: 43.75%;
	}
	#index #mainVisual { max-height: 100vh; }
	#index #mainVisual::before { padding-top: 0%; }
#facilities #mainVisual { background: url(../../common/img/facilities/mainimg.jpg) no-repeat center; }
#cuisine #mainVisual { background: url(../../common/img/cuisine/mainimg.jpg) no-repeat center; }
#sightseeing #mainVisual { background: url(../../common/img/sightseeing/mainimg.jpg) no-repeat center; }
#access #mainVisual { background: url(../../common/img/access/mainimg.jpg) no-repeat center; }

#news #mainVisual { background: url(../../common/img/news/mainimg.jpg) no-repeat center; }
#mainVisual h2 {
	width: 50px;
	height: auto;
	position: absolute; top: 0px; left: 74%;
	background-color: rgba(255,255,255,0.75);
	padding-top: 150px;
	text-align: center;
	}
	#mainVisual h2::before {
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute; top: -0px; left: 50px;
	background-color: rgba(227,176,146,.9);
	}

#main_movie {
	width: 100%;
	height: 100vh;
	position: relative;
	}
@media screen and (orientation: portrait) {
	#main_movie {
	height: auto;
	}
	#main_movie::before {
	content: "";
	display: block;
	padding-top: 62.5%;
	}
}
	#main_movie video {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*z-index: 0;*/
	}

/* Contents
-----------------------------------------------------------------------------*/
#contents { padding-top: 30px; }
	#contents:after{content: ""; display: block; clear: both;}
#index #contents { padding-top: 0px; }

.txt {}
	.txt p {
	margin-bottom: 1em;
	}
.flex-box {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	}
	.flex-box.jc_space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	.flex-box.jc_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.flex-box.va_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	.flex-box.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

.btn {
	min-width: 130px;
	width: auto;
	height: 48px;
	display: inline-table;
	}
	.btn a {
	line-height: 1;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 1.6em 0px 2.4em;
	border: 0px solid #888;
	border-radius: 0px;
	background: rgba(231,186,160,.9) url(../img/arrow.png) no-repeat 12% center;
	transition: .1s ease-in-out;
	opacity: 1;
	color: #fff;
	position: relative;
	}
	.btn a:hover {
	background-color: #e89868;	
	color: #fff;
	}

#btm_bnr {
	width: 1000px;
	margin: 0 auto 60px;
	border: solid 1px #776c65;
	padding: 40px 65px;
	box-sizing: border-box;
	}
#index #btm_bnr {
	display: none;
	}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(../img/bg01.png);
	font-size: 1.5rem;
	}
	#footer .container {
	width: 1060px;
	}
	#footer_img {
	background: url(../img/footer_gaikan.png) no-repeat left bottom;
	width: 395px;
	min-height: 260px;
	height: 100%;
	float: left;
	margin: 0 10px 0 -15px;
	text-indent: -9999px;
	}
	#footer_add {
	float: left;
	height: auto;
	width: 385px;
	margin-top: 35px;
	display: inline-block;
	}
	#footer_bnr a {
	margin-right: 0.5em;
	}

#footer_nav {
	position: absolute;
	left: 390px;
	bottom: 1.5em;
	font-size: 1.3rem;
	}
	#footer_nav li {
	padding: 0 1em;
	border-right: 1px solid #333;
	display: inline;
	}
	#footer_nav li:first-child {
	border-left: 1px solid #333;
	}
	#footer_nav a {
	color: #111;
	}
	#footer_nav a:hover {
	color: #bb6644;
	text-decoration: underline;
	}

#copyright {
	width: auto;
	text-align: center;
	font-size: 1.3rem;
	line-height: 3;
	color: #fff;
	background-color: #e7aa87;
	}

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	clear: both;
	display: none;
	z-index: 500;
	}
	#pagetop a {
	text-align: center;
	text-decoration: none;
	color: #eee;
	height: auto;
	width: auto;
	padding: 12px 10px;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 130%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.6);
	background-image: url(../img/bg_bluebar.jpg);
	}

/* plansearch
-----------------------------------------------------------------------------*/
#plansearch {
	width: 1100px;
	height: 80px;
	padding: 25px 0;
	margin: 0 auto;
	position: relative;
	top: -40px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	background-color: #e6c8b5;
	font-size: 1.3rem;
	font-family: Times, "Times New Roman", Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "HGS明朝E", serif;
	}
#plansearch h3 {
	width: 209px;
	height: 80px;
	float: left;
	padding-right: 10px;
	margin-right: 20px;
	border-right: dotted 1px #764;
	}
.plan_form{
	max-width: 760px;
	float: right;
	padding-top: 10px;
	}
.plan_form form > div{
	float: left;
	}
.plan_form input,
.plan_form textarea,
.plan_form select{
	margin: 0.4em;
	padding: 0.1em 0.7em;
	color:#211;
	font-size: 1em;
	border: 1px solid #888;
	background-color: rgba(255,255,255,1.00);
	}
	.plan_form select {
	height: 1.6em;
	}
.plan_form .search_btn input{
	cursor: pointer;
	background-color: #E89868;
	border: none;
	color: #FFFFFF;
	}

/* News
-----------------------------------------------------------------------------*/
#index #news { margin-bottom: 1em;}
	#news h4 {
	float: left;
	padding-right: 70px;
	border-right: dotted 1px;
	}
	#news .rssArea {
	float: left;
	margin-left: 110px;
	padding: 10px 0;
	}
#news .rssArea dl {
	line-height: 1.4;
	margin-bottom: 1em;
	}
	#news .rssArea dt, #news .rssArea dd {
	vertical-align: top;
	display: inline-block;
	}
	#news .rssArea .date {
	width: 5em;
	margin-right: 2em;
	}
	#news .rssArea .cont {
	width: auto;
	}
