@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;
	}
.content .container {height: 100%}
/* Header
-----------------------------------------------------------------------------*/
#header_wrap {
	width: 100%;
	height: auto;
	position: relative;
	}
#header {
	width: 100%;
	height: 130px;
	background: url(../img/header.png) no-repeat center top, url(../img/header_bg.jpg) repeat-x center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	}
h1 {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: .81rem;
	}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	}
#tel {
	position: absolute;
	left: 30px;
	top: 67px;
	}
#header .btn_reserved {
	position: absolute;
	top: 50px;
	right: -5px;
	}

/* Navigatioon
-----------------------------------------------------------------------------*/
/* Main nav *****/
#nav {
/*	width: auto;*/
	height: auto;
	position: absolute;
	top: 45px;
	left: 233px;
    width:min(100%,620px);
	}
#nav ul{
    display: flex;
    justify-content: space-around;
}
	#nav li {
	width: auto;
	height: 40px;
	float: left;
	padding: 0 25px;
	background: url(../img/nav_partition.png) no-repeat top right;
	}
#nav li:last-child {background: none}
	#nav a {
	display: block;
	height: 40px;
	border-bottom: solid 0px #EED169;
	transition: .3s;
	}
	#nav a:hover {
	border-bottom: solid 3px #EED169;
	}

#facilities #nav01 a,
#restaurant #nav02 a,
#tokunoshima #nav03 a,
#reservation #nav04 a,
#access #nav05 a {
	border-bottom: solid 3px #EED169;
	}


/* Main Visual
-----------------------------------------------------------------------------*/
#mainVisual {
	width: 100%;
	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::before {
	content: "";
	display: block;
	padding-top: 40%;
	}
	#index #mainVisual::before {
	padding-top: 56.25%;
	}
	#mainVisual .title {
	color: #fff;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.95);;
	font-size: 1.25rem;
	font-weight: bold;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
	}
	#index #mainVisual .title {
	display: none;
	}
#main_movie {
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	#main_movie video {
	min-width: 100%;
	min-height: 100%;
	width:100%;
	height: auto;
	}

/* Contents
-----------------------------------------------------------------------------*/
#contents {
	background: url(../img/bg_btmimg.png) no-repeat center bottom / contain;
	padding-bottom: 500px;
	overflow: hidden;
	}
	#contents:after{content: ""; display: block; clear: both;}
h2 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	}
h2.underline {
	background: url(../img/line.png) no-repeat center bottom;
	color: rgba(233,145,17,1.00);
	}
h3.capdeco1 {
	font-size: 1.3rem;
	font-weight: bold;
	background: url(../img/cap_deco.png) no-repeat left top, url(../img/line.png) repeat-x bottom;
	padding: 0 0 5px 55px;
	margin-bottom: 0.8em;
	}
h3.capdeco2 {
	font-size: 1.3rem;
	font-weight: bold;
	background: url(../img/cap_deco2.png) no-repeat left top, url(../img/line2.png) repeat-x bottom;
	padding: 0 0 5px 55px;
	margin-bottom: 0.8em;
	}

.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;
	}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: auto;
	clear: both;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	bottom: 0;
	}
	#footer .container {
	padding-top: 70px;
	margin-bottom: 35px;
	}
#footer_add {
	float: left;
	height: auto;
	width: 400px;
	font-size: .93rem;
	line-height: 1.6;
	}
.right_bottom_Area {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	}
#footer_nav {
	font-size: 0.87rem;
	line-height: 1;
	margin-bottom: 1em;
	}
	#footer_nav ul {
	margin-bottom: 0.2em;
	}
	#footer_nav li {
	padding: 0px 9px;
	border-right: 1px solid #666;
	display: inline;
	}
	#footer_nav li:last-child {
	border-right: none;
	}
	#footer_nav a {
	color: #222;
	text-decoration: none;
	}
	#footer_nav a:hover {
	text-decoration: underline;
	}
#footer_nav .btn_reserved {
	position: absolute;
	top: -68px;
	right: 50px;
	}

#footer_yadobnr {
	width: auto;
	font-size: .7rem;
	}
	div#footer_yadobnr p {
	}

#copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: .75rem;
	background-color: rgba(238,204,68,0.25);
	text-align: center;
	}

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	clear: both;
	display: block;
	z-index: 500;
	}
	#pagetop a {
	text-align: center;
	text-decoration: none;
	color: #333;
	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(238,209,105,1.00);
	}
