@charset "UTF-8";
/*----------------------------------------------------------------------

Setting

----------------------------------------------------------------------*/
@import "normalize.css";
html { background-color: #fff; height: 100%; }
body {
	color: #101010;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .03em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	width: 100%;
	height: 100%;
}
/*
a:hover img , a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
*/
#container { overflow: hidden; position: relative; }
#main { padding: 0 0; }
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------

Animation Style

----------------------------------------------------------------------*/
.opacity:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	text-decoration: none;
}
a:link, a:visited { text-decoration: none; color: #101010; }
@media only screen and (min-width: 960px) {
.sp-only { display: none !important; }
}

/*----------------------------------------------------------------------

Header Style

----------------------------------------------------------------------*/
#header {
	background-color: #000;
	height: 70px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
#header .container {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
#header-logo { width: 138px; }
.header-nav {
	width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-nav > ul { 
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Hind', sans-serif;
}
.header-nav > ul li a { color: #fff; }

/*----------------------------------------------------------------------

Main-Visual Style

----------------------------------------------------------------------*/
.swiper-container { position: relative; width: 100%; }
.main-visual-txt {
	width: 180px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*----------------------------------------------------------------------

Top-About Style

----------------------------------------------------------------------*/
#top-about {
	padding: 170px 0 230px;
	box-sizing: border-box;
	position: relative;
}
#top-about h2 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 45px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#top-about p {
	font-size: 18px;
	line-height: 2.3;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.scroll-box { text-align: center; }
#top-about h3 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;	
}

/*----------------------------------------------------------------------

Hot-Spring-Info Style

----------------------------------------------------------------------*/
#hot-spring-info {
	box-sizing: border-box;
	background-color: #000;
}
#hot-spring-info .container {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#hot-spring-info h2 {
	top: 50px;
	right: 10%;
	position: absolute;
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: .2em;
	z-index: 999;
}
#hot-spring-info p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	z-index: 999;
}
#hot-spring-info .top-concept-img-container p {
	position: absolute;
	top: 10%;
	left: 5%;
	text-align: left!important;
	font-size: 13px!important;
	line-height: 1.7!important;
}
#hot-spring-info .top-concept-img:nth-child(1) {
	-webkit-order: 1;order: 1;
}
#hot-spring-info img {
	position: relative;
}

/*----------------------------------------------------------------------

Main-Nav Style

----------------------------------------------------------------------*/
#main-nav { width: 100%; }
#main-nav li {
	width: 100%;
	height: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 14%;
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.2em;
}
#main-nav li:first-child { background-image: url(../img/img-main-nav-room-gallery@2x.jpg?201001); }
#main-nav li:nth-child(2) { background-image: url(../img/img-main-nav-food@2x.jpg?201001); }
#main-nav li:nth-child(3) { background-image: url(../img/img-main-nav-price@2x.jpg?201001); }
#main-nav li:last-child { background-image: url(../img/img-main-nav-access@2x.jpg?201001); }
#main-nav li a {
    width: 100%;
    height: 100%;
    display: block;
}
#main-nav li a p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-nav li a:hover::before { background-color: rgba(0,0,0,0); }
#main-nav li a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}


/*----------------------------------------------------------------------

Top-Concept Style

----------------------------------------------------------------------*/
#top-concept { background-color: #000; }
#top-concept .container {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;

}
.top-concept-img {
	width: 50%;
	position: relative;
}
.top-concept-img:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    display: block
}
#top-concept h2 {
	top: 190px;
	left: 50%;
	right: 50%;
	position: absolute;
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: .2em;
	z-index: 999;
}
#top-concept p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	z-index: 999;
}
.top-concept-img-container { position: relative; }
.top-concept-img-container p {
	position: absolute;
	bottom: 10%;
	left: 5%;
	text-align: left!important;
	font-size: 13px!important;
	line-height: 1.7!important;
}
.top-concept-img-container-02 {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-concept-img-container-02 figure {
	width: 50%;
}

/*----------------------------------------------------------------------

Access Style

----------------------------------------------------------------------*/
#access { padding: 100px 0 0; box-sizing: border-box; }
#access h2 {
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.access-container {
	width: 1200px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 70px;
}
.access-img { width: 430px; }
.access-txt { width: 720px; padding-top: 30px; }
.access-txt h3 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 35px;
}
.access-txt li { font-size: 18px; line-height: 1.7; }
.map-link {
	width: 290px;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: center;
	font-size: 20px;
}
.map-link a { display: block; padding: 10px 0; }

/*----------------------------------------------------------------------

Footer Style

----------------------------------------------------------------------*/
footer { padding: 75px 0; }
#footer-logo { margin: 0 auto 45px; width: 94px; }
.copyright { text-align: center; font-size: 14px; }
#page-top {
	position: fixed;
	right: 45px;
	bottom: 55px;
}

/*----------------------------------------------------------------------

Sub Style

----------------------------------------------------------------------*/
.sub #header {
	background-color: #fff;	
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height: 65px;
}
.sub #header-logo {
	width: 175px;
	position: relative;
	top: 60px;
}
.sub-title { width: 100%; margin-bottom: 65px; }
.sub-title h1 {
	font-size: 50px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-title h1 span {
	font-size: 18px;
	margin: 15px 25px 0 0;
	font-family: 'Hind', sans-serif;
}

/*----------------------------------------------------------------------

Price-Info Style

----------------------------------------------------------------------*/
#price-info { padding-top: 90px; box-sizing: border-box; }
.price-info-container { width: 1160px; margin: 0 auto; }
#price-info table {
	width: 100%;
	border-collapse: collapse;
	border:2px solid #000;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#price-info table th {
	border:2px solid #000;
	text-align: center;
	vertical-align: middle;
	background-color: #DCDDDD;
	font-size: 18px;
}
#price-info table td {
	border:1px solid #000;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.3;
}
#price-info table td:last-child {
	text-align: left;
	padding-left: 25px;
	font-size: 21px;
}
#price-info table td span {font-size: 15px; }
.price-note { text-align: right; margin-bottom: 55px; }
dl.price-info-main {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1160px;
	margin: 0 auto 65px;
}
dl.price-info-main dt {
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	border-right: 1px solid #000;
}
dl.price-info-main dd { box-sizing: border-box; padding-left: 65px; }
dl.price-info-main dd p { font-size: 20px; line-height: 1.7; }
.price-info-container h3 {
	font-size: 30px;
	width: 1100px;
	text-align: center;
	background-color: #3E3A39;
	margin: 0 auto;
	color: #fff;
	padding: 12px 0;
	margin-bottom: 30px;
	line-height: 1.5;
}
dl.price-info-facility {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1100px;
	border-bottom: 1px solid #000;
	padding-bottom: 12px;
	margin: 0 auto 17px;
}
dl.price-info-facility dt {
	font-size: 20px;
	display: inline-block;
	line-height: 1.7;
}
dl.price-info-facility dd {
	width: 90%;
	font-size: 20px;
	line-height: 1.7;
}
.payment {
	width: 1100px;
	padding: 50px 0 60px;
	box-sizing: border-box;
	margin: 0 auto;
}
.payment h3 {
	font-size: 35px;
	background-color: inherit;
	color: #000;
}
.payment img { width: 1096px; margin-bottom: 20px; }
.payment p { font-size: 20px; line-height: 1.7; }

/*----------------------------------------------------------------------

Sub-Main-content Style

----------------------------------------------------------------------*/
.sub-main-content-container ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sub-main-content-container ul li { width: 25%; position: relative; }
.room .sub-main-content-container ul li a { position: relative; display: block; }
.sub-main-content-container ul li a:hover { opacity: 0.9; }
.room .sub-main-content-container ul li h2 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
}

/*----------------------------------------------------------------------

Popup Style

----------------------------------------------------------------------*/
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 50% !important; cursor: auto; }
.room .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 60% !important; }
#inline-wrap p , #inline-wrap2 p , #inline-wrap3 p , #inline-wrap4 p , #inline-wrap5 p , #inline-wrap6 p , #inline-wrap7 p , #inline-wrap8 p {
	position: absolute;
	color: #fff;
	font-size: 27px;
	bottom: 35px;
	left: 45px;
	font-weight: bold;
	line-height: 1.3;
}
.mfp-close-btn-in .mfp-close:after {
    position: absolute;
    display: block;
    width: 100%;
    color: #000;
    content: "CLOSE";
    text-align: center;
    font-size: 13px;
    top: 40px;
    left: 17px;
}
.mfp-close {
    position: absolute;
    left: 0;
    top: 10px;
    width: 45px !important;
    height: 62px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.mfp-close .bar {
	display: block;
	width: 60px;
	height: 1px;
	background: #000;
	position: absolute;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.mfp-close .bar:first-of-type {
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 0px;
	top: 7px;
	width: 60px;
	height: 1px;
	background-color: #000;
}
.mfp-close .bar:nth-of-type(2) {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 0;
	top: 7px;
	width: 60px;
	height: 1px;
	background-color: #000;
}

/*追加*/
/*
.lb-container {
    padding: 4px;
    position: relative;
}

.lb-dataContainer {
    position: relative;
    top: 0;
    left: 0;
    }
.lb-data .lb-number { display: none!important; }

.lb-data .lb-close {
    display: block;
    float: inherit!important;
    width: 30px;
    height: 30px;
    background-image: url(../img/img-close@2x.png)!important;
    background-size: 79px;
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


.lb-data .lb-close {
       position: absolute;
       top: -50px;
       margin-right: -50px;
}
*/


/*----------------------------------------------------------------------

Scroll Style

----------------------------------------------------------------------*/
.btns {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    text-align: center;
}
#main-visual .btns {
	bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 99999;
}