@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
address,em,strong,th {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	vertical-align: top;
}
a{
	outline:none;
	text-decoration: none;
	color: #000;
	display: inline-block;	
	background:transparent;
}

p {
	margin-bottom: 1.5em; 
}

/* Fonts
------------------------------------------------------------*/
body {
	font-family: 'Noto Serif JP',serif;
	-webkit-text-size-adjust: 100%;
    color: #333333;
	letter-spacing: 0.03em;
	line-height: 1.78;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 767px) {
    body {
    }
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {  
	visibility: hidden;  
	display: block;  
	content: " ";  
	clear: both;  
}  
/*------------ 初期設定 ------------*/
img {
	display: block;
	height: auto;
	max-width: 100%;
}

/*------------ 全体 ------------*/
html {
	scroll-behavior: smooth;
}
body {
	position:relative;
}
.sp {
	display:none;
}
.pc_space {
	margin: 0 1em;
}
.nobr {
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.pc{
		display:none;
	}	
	.sp{
		display:block;
	}
	.pc_space {
		margin: 0;
	}
}

html {
	scroll-behavior: smooth;
}
/*------------ header ------------*/
#header{
	width:100%;
	position: absolute;
	z-index: 99;
}
/* IE10 & IE11 */
_:-ms-input-placeholder, :root .header_image img {
	height: auto;
}
.header_text {
width: 20%;
	max-width: 320px;
top: max(2.08vw, 26px);
left: max(3.27vw, 30px);
	position: absolute;
}
.header_reserve_sp {
	display: none;
}
.header_reserve {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
writing-mode: vertical-rl; 
letter-spacing: 0.27em;
padding-right: 20px;
	padding-left: 0.3em;
	padding-top: 0.3em;
line-height: 1;
	z-index: 998;
	transition: 0.35s;
	opacity: 0;
}
.header_reserve.active {
	opacity: 1;
}
.header_reserve span {
border-bottom: 1px solid #333;
padding-bottom: 0.3em;
display: block;
}
.header_reserve:hover {
 /*letter-spacing: 0.66em;*/
	background: rgba(255,255,255,0.60);
	padding-right: 30px;
}
.header_reserve:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.7em;
	height: 0.7em;
	background: url("../images/arrow.png") no-repeat;
	background-size: contain;
	opacity: 0;
	transition: 0.35s;
}
.header_reserve:hover:after {
	opacity: 1;
}
.language {  
	position: absolute;
	right: 25px;
	top: calc(96vh - 28px);
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	font-size: max(1.1111vw, 16px);
	filter: drop-shadow(0 0 0.5rem rgba(0,0,0,0.70));
}
.language .language_head img {
	width: max(1.528vw, 22px);
	display: inline-block;
	vertical-align: text-top;
	margin-right: 0.5em;
}
.language .language_head {
	cursor: pointer;
	margin: 0;
	opacity: 0.9;
}
.language ul.language_list {
	bottom: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 5px;
	position: absolute;
	transition: 0.4s ease-in-out;
	transform: translateY(0.5em);
	width: 100%;
}
.language:hover ul.language_list {
 height: fit-content;
 opacity: 1;
 transform: translateY(0);
}
.language ul.language_list li {
	border-top: 1px solid rgba(255,255,255,0.9);
}
.language ul.language_list li:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.9);
}
.language a {
	color: #fff;    
	transition: 0.2s ease-in-out;
}
.language a:hover {
	opacity: 0.6;
}
.ja .language .ja a,
.en .language .en a,
.tc .language .tc a {
	opacity: 0.7;
	cursor: default;
	pointer-events: none;
}
.header_nav {
	display: block;
	padding-top: 55px;
	top: 0;
	text-align: right;
	position: absolute;
	width: 100%;
}
.header_nav li {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.header_nav li a {
	color: white;
	display: inline-block;
	position: relative;
}
.header_nav li a:after {
	background-color: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0,1);
	/* transform-origin: left center; */
	transition: transform 0.3s;
	width: 100%;
}
.header_nav li a:hover:after {
	transform: scale(1,1);
}
.header_reserve_btn {
	right: 5px;
	position: absolute;
	top: 0;
}
.header_reserve_btn a {
	background: #000;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 20px;
	position: relative;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.3s;
}
.header_reserve_btn a:hover {
	opacity: 0.7;
}
/*------------ footer ------------*/
#footer {
	background: url("../images/bg.jpg") no-repeat center center/cover;
	padding-top: 3em;
	font-size: max(1.1111vw, 16px); /*16px/1440px*/
	padding-bottom: 1.5em;
}
.footer_fade {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.footer_fade.active {
	opacity: 1;
}
.footer_fade_text {
	filter: blur(40px);
	transition: filter 0.8s ease-out;
}
.footer_fade_text.active {
	filter: blur(0px);
}
.footer_title {
	font-size: max(2.222vw, 32px);	/*32px/1440px*/
	letter-spacing: 0.08em;
    margin-bottom: 2.777vw;	/*40px/1440px*/
}
.footer_time {
    margin-bottom: 2.222vw;	/*32px/1440px*/
}
.footer_price {
margin-bottom: 5.833vw;	/*84px/1440px*/
margin-left: auto;
margin-right: auto;
}
.footer_price dt {
font-size: 87.5%;
}
.footer_price dd {
line-height: 1.6;
margin: 0 auto 0.5em;
width: fit-content;
}
.footer_price .note {
font-size: 80%;
}
.footer_address {
    margin-bottom: 3.958vw;	/*57px/1440px*/
    line-height: 2.2;
}
.footer_tel {
	margin-bottom: 3.194vw;	/*46px/1440px*/    
}
.footer_tel a {
	transition: 0.2s;
}
.footer_tel a:hover {
	opacity: 0.7;
}
.footer_payment {
	margin-bottom: 5.833vw;	/*84px/1440px*/
	width: 37vw;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.footer_payment dt {
font-size: 87.5%;
}
.footer_payment dd {
	line-height: 1.4;
}
.footer_payment dd.card {
	margin-top: 0.7em;
	border: 1px solid #777;
	padding: 0.6em 0.8em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 75%;
	color: #555;
}
.footer_hotel {
	width: 12vw; /*290px/1440px*/
	max-width: 384px;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4vw; /*150px/1440px*/
}
.footer_hotel a {
	display: block;
	transition: opacity 0.2s;
}
.footer_hotel a:hover {
	opacity: 0.7;
}
.maps_link {
	border-bottom: 1px solid #333;
	padding-right: 1em;
	line-height: 2;
	margin-left: 1em;
	position: relative;
	transition: 0.35s;
font-size: 87.5%;
}
.maps_link:after {
	content: " ";
	display: block;
	width: 0.5em;
	height: 1px;
	background: #333;
	transform: rotate(45deg);
	transform-origin: bottom right;
	position: absolute;
	right: 1px;
	bottom: -1px;
}
.maps_link:hover {
 /*animation-name: mapsAnime;
	animation-duration:0.4s;
	animation-iteration-count: 1;
	animation-fill-mode:both;
	animation-direction:alternate;*/
	letter-spacing: 0.18em;
}
.copyright {
font-size: 14px;
margin-bottom: 0;
}

/* award追加 */
.footer_row .footer_hotel {
	margin: 0;
}
.footer_award {
	margin: 10px auto 2vw;
	max-width: 100px;
	/* padding-left: 2em; */
	position: relative;
}
/* .footer_award:before {
	background-color: #ffffff99;
	content: '';
	bottom: 0;
	display: block;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 1px;
} */
@keyframes spLine {
  0% {
      transform: scale(0,0);
  }
  100% {
      transform: scale(1,1);
  }
}
@media screen and (max-width: 767px) {
		/*------------ SP header ------------*/
		.header_nav {
			background: #000;
			height: 100%;
			opacity: 0;
			padding-top: 150px;
			position: fixed;
			text-align: center;
			transition: opacity 0.1s ease-out, z-index 0.1s ease-out, visibility 0.1s;
			visibility: hidden;
			width: 100%;
		}
		.header_nav._active {
			opacity: 1;
			transition: opacity 0.5s ease-out, z-index 0.5s ease-out;
			visibility: visible;
			z-index: 99;
		}
		.header_nav ul {
			margin: 0 auto;
			display: block;
			width: 90%;
		}
		.header_nav li {
				display: block;
				padding: 0 0px 25px;
		}
		.header_nav li a:after {
				transform-origin: left center;
		}	
    .header_text {
			height: auto;
			left: 5%;
			min-width: 0;
			top: 30px;
			width: 157px;
    }
    .header_reserve {
        display: none;
    }
		.header_reserve_btn {
			margin: 2em auto 0;
			max-width: 100%;
			position: relative;
			width: 195px;
		}
		.header_reserve_btn a {
			color: #000;
			background-color: #fff;
		}
		.btn_menu{
			position:absolute;
			right:5%;
			top:35px;
			width: 30px;
			height:20px;
			display:block;
			/* z-index:110; */
			cursor:pointer;
		}
		.btn_menu span {
			display: block;
			background: #FFF;
			width: 30px;
			height: 2px;
			position: absolute;
			left: 7.5px;
			
		}
		.btn_menu span:first-child {
			top: 0px;
		}
		.btn_menu span:nth-child(2) {
			margin-top: -1px;
			top: 50%;
		}
		.btn_menu span:last-child {
			bottom: 0px;
		}
		.btn_menu.close span:first-child {
			-webkit-transform: translateY(9px) rotate(45deg);
			-moz-transform: translateY(9px) rotate(45deg);
			-ms-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
		.btn_menu.close span:nth-child(2) {
			opacity: 0;
		}
		.btn_menu.close span:last-child {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			-moz-transform: translateY(-9px) rotate(-45deg);
			-ms-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
		/*------------ SP footer ------------*/
		#footer {
				padding-top: 24vw;
				font-size: 4.266vw; /*16px/375px*/
		}
		.footer_title {
				font-size: 8vw;	/*30px/375px*/
				margin-bottom: 10.666vw;	/*40px/1440px*/
		}
		.footer_time {
				margin-bottom: 16vw;	/*60px/375px*/
		}
		.footer_address {
				margin-bottom: 12.266vw;	/*46px/375px*/
				line-height: 1.9;
		}
		.en .footer_address p {
				line-height: 1.4;
				margin-bottom: 0.65em;
		}
		.footer_tel {
				margin-bottom: 14.133vw;	/*53px/375px*/    
		}
		.footer_payment {
				margin-bottom: 26.666vw;	/*100px/375px*/
				width: 80vw;
				max-width: inherit;
		}
		.footer_hotel {
				width: 77.333vw; /*290px/375px*/
				margin-bottom: 48vw; /*180px/375px*/
		}
		.copyright {
				font-size: 12px;
		padding-bottom: 20px;
		}
		/* award */
		.footer_award {
				margin-bottom: 5.666vw;	/*40px/1440px*/
				max-width: 115px;
		}
	}


/* 背景グレー版 */
:root {
	/* --main-bg-color: rgb(51 51 51); */
	--main-bg-color: rgb(0 0 0);;
}
.bg_gray {
	background-color: var(--main-bg-color);
	color: white;
}
.bg_gray .header_reserve {
	color: white;
}
.bg_gray .header_reserve span {
	border-color: white;
}
.bg_gray .header_reserve:after {
	background-image: url(../images/arrow-white.png);
}
.bg_gray .header_reserve:hover {
	background: rgba(62, 59, 52, 0.3);;
}
.bg_gray .menu_link a {
	color: white;
	border-color: white;
}
.bg_gray .menu_link a:after {
	background-image: url(../images/arrow-white.png);
}
.bg_gray .ig_logo img {
	filter: invert();
}
.bg_gray #footer {
	background: url(../images/bg-black.jpg) no-repeat center center/cover;
	color: white;
}
.bg_gray .maps_link {
	border-color: white;
	color: white;
}
.bg_gray .maps_link:after {
	background: white;
}
.bg_gray .footer_tel a {
	color: white;
}
.bg_gray .footer_payment dd.card {
	color: rgba(255,255,255,0.9);
}
