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

/* Header
-----------------------------------------------------------------------------*/
#header_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	}
#header {
	width: 100%;
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	}
#header #logo {
	height: 100px;
	width: 230px;
	float: left;
	margin-right: 20px;
	}
#header_bnr {
	float: right;
	margin: 10px -50px 0 0;
	}
	#header_bnr p {
	margin-left: 10px;
	float: left;
	}

/* Navigatioon
-----------------------------------------------------------------------------*/
/* Main nav *****/
#nav {
	width: auto;
	height: 165px;
	float: left;
	}
	#nav li {
	float: right;
	margin-left: 10px;
	}
	#nav a {
	width: 50px;
	height: 165px;
	display: block;
	background-color: rgba(0,0,0,0.30);
	transition: .2s;
	}
	#nav a:hover {
	background-color: rgba(170,34,34,.6);
	}
	#nav a:hover img { opacity: 1;}
#nav06 a {width: 70px;}

#hotspring #nav01 a,
#cuisine #nav02 a,
#facilities #nav03 a,
#reservation #nav04 a,
#fukushima #nav05 a,
#access #nav06 a {
	background-color: rgba(170,34,34,.6);
	}


/* Main Visual
-----------------------------------------------------------------------------*/
#mainVisual {
	width: 100%;
	height: auto;
	max-height: 950px;
	position: relative;
	overflow: hidden;
	}
	#mainVisual::before {
	content: "";
	display: block;
	padding-top: 43.75%;
	}
	#mainVisual .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/cover.png) repeat center top;
	opacity: .3;
	}
#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;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)*/
	}

/* Contents
-----------------------------------------------------------------------------*/
#contents {
	}
	#contents:after{content: ""; display: block; clear: both;}
h2.title {
	background: url(../img/line_rough.png) no-repeat center bottom;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 40px;
	/*position: relative;
	left: 50%;
	transform: translateX(-50%);*/
	}
.underline {
	background: url(../img/line_rough.png) repeat-x center bottom;
	padding: 20px 0 5px 0;
	margin-bottom: 15px;
	}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
.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;
	}
.flex-wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: auto;
	padding: 20px 0;
	background: url(../img/bg01.jpg);
	font-size: 0.93em;
	line-height: 1.5;
	}
#footer_add {
	width: 385px;
	float: left;
	}
.closed{
	color: #AA2222;
}
#footer_nav {
	text-align: center;
	margin-bottom: 5em;
	}
	#footer_nav ul {
	}
	#footer_nav li {
	line-height: 1;
	padding: 0 0.6em;
	border-left: 1px solid #aaa;
	display: inline-block;
	}
	#footer_nav li:first-child {
	border-left: 0px;
	}
	#footer_nav a {
	color: #111;
	text-decoration: none;
	}
	#footer_nav a:hover {
	color: #a22;
	text-decoration: underline;
	}

div#footer_yadobnr {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: .8em;
	}
	div#footer_yadobnr p { 
		display: inline-block; 
		font-size: 9px;
		text-align: center;
		line-height: 1.2;
	}

#copyright {
	text-align: center;
	padding: 10px 0px;
	width: auto;
	font-size: .8em;
	line-height: 20px;
	background: url(../img/bg02.png);
	}

.pagetop {
	margin: 10px 0px 5px;
	width: auto;
	clear: both;
	text-align: right;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	}
#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(170,34,34,0.70);
	/*background-image: url(../img/bg_bluebar.jpg);*/
	}



/* rough *********************/

/*#contents {
	position: relative;
	background-image: url(../img/temporary/index_cont.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 2200px;
	width: 100%;
	}*/

/* Arow *************************/
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -0.6em;
	z-index: 50;
	font-size: 1.2em;
	padding-top: 0em;
	font-weight: bold;
	cursor: pointer;
	background-color: rgba(255,255,255,.6);
	}
	.slick-arrow.prev {
	padding-right: 0.5em;
	left: -0.3em;
	}
	.slick-arrow.next {
	padding-left: 0.5em;
	right: -0.3em;
	}
/* Dots *************************/
.slick-dotted.slick-slider { margin-bottom: 40px;}
.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	}
	.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 1em;
	padding: 0;
	cursor: pointer;
	}
	.slick-dots li button {
	/*font-size: 0;
	line-height: 0;*/
	display: block;
	width: auto;
	height: auto;
	padding: 0.4em;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	}
	.slick-dots li button:hover,
	.slick-dots li button:focus {  outline: none; }
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before { opacity: 1;}
	.slick-dots li button:before {
	/*font-family: 'slick';*/
	font-size: 1.4em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	content: '●';
	/*content: '•';*/
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	.slick-dots li.slick-active button:before{ opacity: .75; color: black;}
