@charset "utf-8";


@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */

html {
	font-size: 62.5%;
	height: 100%;
	overflow: auto;
}

body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	color: rgba(0,0,0,1);
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background: url(../images/common/bg.jpg);
	background-size: 200px;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: inherit;
	color: rgba(0,0,0,1);
}

p,
td,
th,
blockquote {
	font-size: inherit;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

strong,
em {
	color: rgba(0,0,0,1);
	font-weight: 500;
}

a {
	font-weight: inherit;
	color: rgba(0,0,0,1);
	text-decoration: underline;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}

a:hover {
	text-decoration: none;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/* ============================================================================================== */
/* global-header                                                                                  */
/* ============================================================================================== */

#global-header {
	height: 50px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center; 
	        align-items: center;
	padding: 0 60px 0 20px;
	box-sizing: border-box;
	border-top: solid 5px #8a0000;
	box-shadow: 2px 0 5px rgba(0,0,0,.4);
	background: url(../images/common/bg_black.jpg);
	background-size: 200px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#global-header .logo img.jp {
	width: 90px;
	vertical-align: middle;
}

#global-header .logo img.en {
	width: 150px;
	margin-left: 5px;
	vertical-align: middle;
	display: none;
}

#global-header .reserve img {
	width: 40px;
	vertical-align: bottom;
}

#global-header .reserve img {
	width: 40px;
	vertical-align: bottom;
}

#global-header .language {
	display: none;
}

#global-header .language a {
	color: #fff;
	font-size: .8em;
}


/* ---------------------------------------------------------------------------------------------- */
/* global-nav                                                                                     */

.base-wrapper {
	position: relative;
	z-index: 1;
	max-width: 1024px;
	margin: 0 auto;
}

.overlay {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg_black.jpg);
	background-size: 200px;
	-webkit-transition: all .4s cubic-bezier(.17,.84,.44,1);
	        transition: all .4s cubic-bezier(.17,.84,.44,1);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.side-open .overlay {
	opacity: .95;
	visibility: visible;
}

.global-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/common/bg_black.jpg);
	background-size: 200px;
	border-top: solid 5px #8a0000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: all .4s cubic-bezier(.17,.84,.44,1);
	        transition: all .4s cubic-bezier(.17,.84,.44,1);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.global-nav__inner {
	width: 100%;
	max-width: 414px;
	height: 100vh;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}

.side-open .global-nav {
	opacity: 1;
	visibility: visible;
}

.global-nav .nav-item {
	position: relative;
	top: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top 0.25s steps(3), left 0.25s steps(3), opacity 0.25s ease, -webkit-transform 0.25s steps(3);
	   -moz-transition: top 0.25s steps(3), left 0.25s steps(3), opacity 0.25s ease,    -moz-transform 0.25s steps(3);
	    -ms-transition: top 0.25s steps(3), left 0.25s steps(3), opacity 0.25s ease,     -ms-transform 0.25s steps(3);
	        transition: top 0.25s steps(3), left 0.25s steps(3), opacity 0.25s ease,         transform 0.25s steps(3);
}

.global-nav .nav-item:nth-child(1) {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.global-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}
.global-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .4s;
	        transition-delay: .4s;
}

.side-open .global-nav .nav-item {
	top: 0;
	left: 0 !important;
	
	-webkit-transform: rotate(0deg) !important;
	   -moz-transform: rotate(0deg) !important;
	    -ms-transform: rotate(0deg) !important;
	        transform: rotate(0deg) !important;
	
	visibility: visible;
	opacity: 1;
}


/* ---------------------------------------------------------------------------------------------- */
/* nav-header                                                                                     */

.global-nav .nav-header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	height: 80px;
	position: relative;
}

.nav-header .logo img {
	width: 120px;
	vertical-align: bottom;
}

.nav-header .english {
	margin-left: 20px;
	border-bottom: solid 1px #fff;
}

.nav-header .english img {
	width: 60px;
	vertical-align: bottom;
}

.nav-header .nav-btn {
	position: absolute;
	right: 5px;
	top: calc(50% - 15px);
}


/* ---------------------------------------------------------------------------------------------- */
/* nav-main                                                                                       */

.global-nav .nav-main {
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.nav-main .gnav-main {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nav-main .gnav-main li {
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.nav-main .gnav-main li:last-child {
	border-right: none;
}

.nav-main .gnav-main a {
	display: block;
	padding: 10px 20% 50px 20%;
	position: relative;
}

.nav-main .gnav-main a:after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/common/arrow_white.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav-main .gnav-main a img {
	width: 100%;
	vertical-align: bottom;
}

.nav-main .gnav-sub {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nav-main .gnav-sub li {
	width: calc(((100% - 21px) / 7) - 10px);
	padding: 10px 0
}

.nav-main .gnav-sub li.hr + li {
	width: 1px;
	margin: 0 10px;
	background-color: rgba(255,255,255,0.2);
}

.nav-main .gnav-sub a {
	display: block;
}

.nav-main .gnav-sub a img {
	width: 100%;
	vertical-align: bottom;
}


/* ---------------------------------------------------------------------------------------------- */
/* nav-info                                                                                       */

.global-nav .nav-info {
	text-align: center;
	padding: 60px 0 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nav-info h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	position: relative;
}

.nav-info h3:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/common/tel-icon.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav-info .tel {
	width: 160px;
	border-bottom: solid 2px #fff;
	margin: 10px auto 15px;
}

.nav-info .tel img {
	width: 100%;
	vertical-align: bottom;
}

.nav-info .note {
	color: #fff;
	font-size: 1.0rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.nav-info .note:before {
	content: "";
	width: 80px;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav-info .other-contents {
	width: 100%;
	text-align: center;
}

.nav-info .other-contents li {
	display: inline-block;
	margin: 0 .5em;
}

.nav-info .other-contents li a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------------------------- */
/* nav btn                                                                                        */

.nav-btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all .2s;
	        transition: all .2s;
}

.nav-btn.open {
	position: fixed;
	top: 12px;
	right: 20px;
	z-index: 4;
}

.side-open .nav-btn.open {
	display: none;
}

.ellipsis-v {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.ellipsis-v .point {
	width: 100%;
	vertical-align: bottom;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.25s steps(3);
	        transition: 0.25s steps(3);
}

.ellipsis-v .point.top {
	top:1px;
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
}

.ellipsis-v .point.mid {
	top: calc(50% - 2px);
	left: 1px;
}

.ellipsis-v .point.bot {
	bottom: 1px;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
}

.side-open .point.top {
	width: 25px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.side-open .point.mid {
	opacity: 0;
}

.side-open .point.bot {
	width: 25px;
	bottom: -1px;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.nav-btn-wrapper {
	padding: 20px 0 100px;
	position: relative;
}

.nav-btn-wrapper .nav-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/* ============================================================================================== */
/* Layout                                                                                         */
/* ============================================================================================== */

/* ---------------------------------------------------------------------------------------------- */
/* basic layout                                                                                   */

main {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.7;
	padding-top: 50px;
}

.width-state {
	width: 88%;
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.bottom-space {
	padding-bottom: 80px;
}

.list-style__disc {
	list-style-type: disc;
	margin-left: 2.5rem;
}


/* ---------------------------------------------------------------------------------------------- */
/* separation                                                                                     */

.separation-bird {
	position: relative;
	padding-bottom: 100px;
}

.separation-bird:before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/common/separation-bg.png) repeat-x center top;
	background-size: auto 100%;
}

.separation-bird:after {
	content: "";
	width: 60px;
	height: 45px;
	position: absolute;
	bottom: 10px;
	right: 15%;
	background: url(../images/common/separation-illust.png) no-repeat center top;
	background-size: 100%;
}

.separation {
	position: relative;
	padding-top: 60px;
}

.separation.basic {
	padding-top: 40px;
}

.separation:before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/common/separation-bg.png) repeat-x center top;
	background-size: auto 100%;
}


/* ---------------------------------------------------------------------------------------------- */
/* sub title dot                                                                                  */

.sub-title__dot {
	font-size: inherit;
	margin-bottom: 1em;
}

.sub-title__dot:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/common/icon-dot.png) no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 3px;
}


/* ---------------------------------------------------------------------------------------------- */
/* page title basic                                                                               */

.page-title-container.basic {
	padding: 25px 0 20px;
	text-align: center;
}

.page-title-container.basic img {
	width: 40%;
	vertical-align: bottom;
	margin: 0 auto;
}


/* ---------------------------------------------------------------------------------------------- */
/* part title basic                                                                               */

.part-title.basic {
	text-align: center;
	font-size: 1.3em;
	margin: 40px 0 20px;
	position: relative;
}

.part-title.basic:before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.part-title.basic.room:before {
	background: url(../images/common/icon__room.png) no-repeat center center;
	background-size: 100%;
}

.part-title.basic.ic__lunch:before {
	background: url(../images/common/icon__lunch.png) no-repeat center center;
	background-size: 100%;
}

.part-title.basic.spa:before {
	background: url(../images/common/icon__spa.png) no-repeat center center;
	background-size: 100%;
}


/* ---------------------------------------------------------------------------------------------- */
/* other-information                                                                              */

.other-information {
	box-sizing: border-box;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	border-radius: 3px;
	background-image: url(../images/common/bg_black.jpg);
	background-size: 200px;
	padding: 0 10px;
	margin: 60px auto;
	max-width: 414px;
}

.other-information .rakuten-travel {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.other-information .rakuten-travel div {
	padding: 15px 0;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

.other-information .rakuten-travel h2 {
	width: 35%;
	margin: 0;
}

.other-information .rakuten-travel p {
	width: 65%;
	margin: 0;
}

.other-information .rakuten-travel h2 img,
.other-information .rakuten-travel p img {
	width: 100%;
	vertical-align: bottom;
}

.other-information .rakuten-travel ul {
	padding: 0 0 15px 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.other-information .rakuten-travel li {
	width: calc(50% - 5px);
}

.other-information .rakuten-travel li a {
	display: block;
	border: solid 2px #fff;
	border-radius: 2px;
}

.other-information .rakuten-travel li a img {
	width: 100%;
	vertical-align: bottom;
}

.plans {
	padding: 10px 0;
	display: -webkit-flex;
	display: flex;
}

.plans .online-reservation {
	width: 40%;
}

.plans .lunch-plan {
	width: 60%;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.plans .plan a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	padding: 10px 0;
}

.plans .plan p,
.plans .plan h2 {
	margin: 0;
	height: 200px;
}

.plans .plan h2 {
	margin-left: 5px;
	position: relative;
}

.plans .plan h2:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/common/arrow_white.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.plans .plan p img,
.plans .plan h2 img {
	height: 100%;
	vertical-align: bottom;
}


/* ============================================================================================== */
/* footer                                                                                         */
/* ============================================================================================== */

#global-footer {
	font-size: 1.2rem;
	line-height: 1.7;
	position: relative;
	z-index: 2;
	margin: 0 -50%;
}

#global-footer a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

#global-footer .other-contents {
	margin: 2.5em 0 1.5em;
	padding: 0 0 1.5em 0;
	width: 100%;
	text-align: center;
	position: relative;
}

#global-footer .other-contents:after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#global-footer .other-contents li {
	display: inline-block;
	margin: .25em .5em;
}

#global-footer .other-contents li.en {
	display: block;
}

#global-footer .address {
	text-align: center;
	font-size: 1.3rem;
	padding: 0 0 1.5em 0;
	margin: 0 0 1.5em 0;
	position: relative;
}

#global-footer .address dt {
	font-weight: 500;
}

#global-footer .credit {
	text-align: center;
	font-size: 1.1rem;

	color: #cba880;
	background-color: rgba(0,0,0,1);
	padding: 1em 0;
	margin-top: 150px;
	position: relative;
}

#global-footer .credit a {
	color: #cba880;
}

#global-footer .credit:before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../images/common/footer-line.png) repeat-x center top;
	background-size: auto 100%;
}

#global-footer .credit:after {
	content: "";
	width: 220px;
	height: 150px;
	position: absolute;
	top: -145px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/common/footer-illust.png) no-repeat center top;
	background-size: 100%;
}

#global-footer .link {
	display: none;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

@media screen and (min-width: 375px) {

	main {
		font-size: 1.4rem;
	}

	.nav-main .gnav-main a:after {
		width: 20px;
		height: 20px;
	}

	.other-information .rakuten-travel div {
		width: 80%;
	}

	#global-header .logo img.en {
		width: 170px;
	}

}

@media screen and (min-width: 414px) {

	.nav-main .gnav-main a {
		padding: 10px 25% 80px 25%;
	}

	.nav-main .gnav-sub li {
		width: calc(((100% - 21px) / 7) - 15px);
	}

}

@media screen and (orientation:landscape) {

	.global-nav {
		left: 0;
	}

	.page-title-container.basic img {
		width: 30%;
	}

}


/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 768px) {

	main {
		font-size: 1.5rem;
	}

	.global-nav {
		left: 0;
	}

	.page-title-container.basic img {
		width: 25%;
	}

	.part-title.basic {
		margin: 60px 0 30px;
	}

}


/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1280px) {

}

