@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  background:#f5f5f5;
  margin: 0;
  padding: 0;
}
html{
    font-size: 62.5%;
}
html.hamburger-active { /* ハンバーガーメニュー */
	height: 100%;
	overflow: hidden;
	touch-action: none;
}
@media screen and (max-width: 320px) {
	html{
		font-size: 52.5%;
	}
}

/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: 100%;
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
body{
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size:15px;
	font-size:1.5em;
	color:#222;
	line-height:2.0;
	letter-spacing: 0.05em;
	text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}
html.hamburger-active body { /* ハンバーガーメニュー */
	/*padding-right: 17px;*/
}

/* font */
.ft-mincho {
    font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.ft-inter {
	font-family: 'Inter', serif;
}

/* inview */
.inview {
    transition: 0.8s;
    opacity: 0;
    transform: translate(0,20px);
}
.inview.mv {
    opacity: 1.0;
    transform: translate(0,0);
}

/* telLink（スマホ用電話リンク） */
.telLink a {
	text-decoration: underline;
}

/* ---------------------------------------- 
 - #loading
---------------------------------------- */
#loading {
	position: fixed;
	z-index: 1000;
	background-color: #ffffff;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	animation: disappear 0.8s ease-in-out 0.8s both;
}
@keyframes disappear {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
html.onload body div#loading {
	animation-play-state: paused;
}
#loading .loader,
#loading .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#loading .loader {
	display:none;
	z-index: 1000;
	margin: auto;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 5px;
	position: absolute;
	top:50%;
	left:50%;
	text-indent: -9999em;
	border-top: 2px solid rgba(204, 204, 204, 0.2);
	border-right: 2px solid rgba(204, 204, 204, 0.2);
	border-bottom: 2px solid rgba(204, 204, 204, 0.2);
	border-left: 2px solid #ccc;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---------------------------------------- 
 - #container
---------------------------------------- */
#container {
	width:100%;
	margin:0 auto;
	position: relative;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
	#container .sp {
		display:none !important;
	}
}
@media screen and (max-width: 768px) {
	#container .pc {
		display:none !important;
	}
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header{
	text-align: center;
    position: relative;
	top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
	height: 75px;
}
html.hamburger-active #header { /* ハンバーガーメニュー */
	/*position: fixed;*/
}
#header a{
    transition: .3s;
}
#header a:hover{
	opacity: 0.6;
}
header #header_wrapper{	
	width: 100%;
	height: 75px;
	text-align:center;
    transition: .3s;
	position: absolute;
	background: #f5f5f5;
}
#header #header_wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
#header #header_inner{
	width: 100%;	
	height: 100%;
	/*background: #fff;*/
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#header .header_logo{	
	width: 50%;
    max-width: 290px;
	margin-left: 35px;
}
#header .header_logo a{
	text-decoration: none;
	display: flex;
    align-items: center;
}
#header .header_logo a img{
	display: inline-block;
	backface-visibility: hidden;
}
#header ul.header_snslist{	
	margin-left: auto;
	margin-right: 25px;
}
#header ul.header_snslist li.instagram{	
	width:20px;
}
#header .header_language{	
	margin-right: 95px;
	font-size:1.6rem;
	text-decoration: none;
}
#header .header_language a{
	text-decoration: none;
}
:lang(ja) #header .header_language .ja {
    opacity: 0.6;
    pointer-events: none;
}
:lang(en) #header .header_language .en {
    opacity: 0.6;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	#header{
		height: 60px;
	}	
	header #header_wrapper{	
		height: 60px;
	}
	#header .header_logo{
		margin-left: 4%;
	}
	#header ul.header_snslist{
		margin-right: calc(50px + 5%);
	}
	#header .header_language{
		display: none;
	}
}

/* hamburger */
.hamburger {
	width: 30px;
	height: 24px;
	position: absolute;
    top: 50%;
    right: 35px;
	cursor: pointer;
	z-index: 1000;
    transform: translate(0,-50%);
}
.hamburger i {
	position: absolute;
    top: 0;
	left: 0;
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background: #222;
}
.hamburger i::before,
.hamburger i::after{
	display: block;
    width: 30px;
    height: 2px;
    margin-top: 8px;
    content: '';
    transition: .3s;
    background: #222;
}
.hamburger i::before{
    margin-top: 10px;
}
.hamburger.active {
	position: fixed;
	top: 37px;
    /*right: 53px;*/
}
.hamburger.active i {
	margin-top: 10px;
    transform: rotate(-45deg);
	background: #222 !important;
}
.hamburger.active i::before {
	display: none;
}
.hamburger.active i::after {
	transform: rotate(90deg);
	margin-top: 0;
	background: #222 !important;
}
.hamburger:hover {
	opacity:0.6;
}
@media screen and (max-width: 768px) {
	.hamburger {
		right: 4%;
	}
	.hamburger.active {
		top: 30px;
		right: 4%;
	}
}

/* ---------------------------------------- 
 - gnavi
---------------------------------------- */
#gnavi{
	/*display:none;*/
	background:#fff;
	margin:0 auto;
	position: fixed;
	top: 0;
	left: 0;	
	text-align:left;
	overflow: auto;
	width: 100%;
    height: 100%;
    transition: .8s;
	opacity: 0;
    z-index: 1;
    visibility: hidden;
}
#gnavi.active{
	/*display:block;*/
	opacity: 1;
    z-index: 900;
    visibility: visible;
}
#gnavi a{
    transition: .3s;
	text-decoration: none;
}
#gnavi a:hover{
	opacity: 0.6;
}
#gnavi #gnavi_inner{
	width:90%;
	max-width: 1200px;
	margin:0 auto;
	padding:80px 0 60px;
}
#gnavi .gnavi_logo{
	width: 50%;
    max-width: 290px;
	margin-bottom: 60px;
}
#gnavi .gnavi_list{
    display: flex;
    justify-content: space-between;
}
#gnavi .gnavi_list .gnavi_list-box:nth-child(1){
	width: 66%;
}
#gnavi .gnavi_list .gnavi_list-box:nth-child(2){
	width: 28%;
}
#gnavi .gnavi_list ul.gnavi_nav > li{
	border-bottom:solid 1px #a9a9a9;
	padding: 0.5em 0 1em;
    margin-bottom: 1.5em;
}
#gnavi .gnavi_list ul.gnavi_nav > li > a{
    display: flex;
	align-items: center;
    position: relative;
    padding-right: 35px;
}
#gnavi .gnavi_list ul.gnavi_nav > li > a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
	width: 18px;
    height: 6px;
    background-image: url(/assets/images/common/ico_arw_next.svg);
    transform: translate(0, -50%);
}
#gnavi .gnavi_list ul.gnavi_nav > li .en{
	font-size: 3.6rem;
	line-height: 1.6;
}
#gnavi .gnavi_list ul.gnavi_nav > li .jp{
	font-size: 1.4rem;
	margin-left: 1.5em;
}
#gnavi .gnavi_list ul.gnavi_nav ul.sublist{
    display: flex;
	align-items: center;
    position: relative;
}
#gnavi .gnavi_list ul.gnavi_nav ul.sublist li {
    font-size: 2.0rem;
	padding-left: 40px;
	margin-right: 40px;
	position: relative;
}
#gnavi .gnavi_list ul.gnavi_nav ul.sublist li::before {
    content: '';
    display: inline-block;
	background: #b0b0b0;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    left: 0;
	width: 25px;
    height: 1px;
}
#gnavi .gnavi_list ul.gnavi_other.pc {
    display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
#gnavi .gnavi_list ul.gnavi_other.pc li {
	margin-right: 2.6em;
	margin-top: 0.5em;
}
#gnavi .gnavi_list ul.gnavi_other.sp {
    display: none;
}
#gnavi .gnavi_list .gnavi_booking{
	margin-bottom: 20px;
}
#gnavi .gnavi_list .gnavi_booking a{
	display: block;
	background-color: rgba(107,0,0,1.0);
	color:#fff;
	font-size: 1.7rem;
	height: 80px;
	line-height: 80px;
	padding: 0 35px;
    display: flex;
    align-items: center;
    transition: .3s;
}
#gnavi .gnavi_list .gnavi_booking a:hover{
	background-color: rgba(107,0,0,0.8);
	opacity: 1;
}
#gnavi .gnavi_list .gnavi_booking a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height:16px;
 	background-image: url(/assets/images/common/ico_booking.svg);
  	background-size: contain;
  	vertical-align: text-bottom;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right:20px; 
}
#gnavi .gnavi_list .gnavi_member{
	margin-bottom: 30px;
}
#gnavi .gnavi_list .gnavi_member a{
	display: block;
	border: solid 1px #a9a9a9;
	font-size: 1.7rem;
	height: 80px;
	line-height: 80px;
	padding: 0 35px;
    display: flex;
    align-items: center;
    transition: .3s;
	position: relative;
}
#gnavi .gnavi_list .gnavi_member a::after { /* blank */
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
	width: 12px;
    height: 12px;
    background-image: url(/assets/images/common/ico_blank.svg);    
    margin-left: auto;
}
#gnavi .gnavi_list ul.gnavi_links{
	font-size: 1.7rem;
	border-top: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
}
#gnavi .gnavi_list ul.gnavi_links li{
	margin: 1.8em 0;
}
#gnavi .gnavi_sns_lang {
    display: flex;
	align-items: center;
	margin-top: 30px;
}
#gnavi ul.gnavi_sns li a{
    display: flex;
	align-items: center;
}
#gnavi ul.gnavi_sns li a img{
	width: 20px;
	margin-right: 15px;
}
#gnavi .gnavi_language{
	text-align: center;
	font-size:1.8rem;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
}
:lang(ja) #gnavi .gnavi_language .ja {
    color: #bbb;
    pointer-events: none;
}
:lang(en) #gnavi .gnavi_language .en {
    color: #bbb;
    pointer-events: none;
}
#gnavi .gnavi_language::after {
	content: "";
	background-color:#b0b0b0;
	width: 1px;
	height: 25px;
	position: absolute;
	margin: auto;
	top:0;
	bottom: 0;
	left:0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
	#gnavi .gnavi_list ul.gnavi_nav > li .en{
		font-size: 3.6vw;
	}
	#gnavi .gnavi_list ul.gnavi_nav > li .jp{
		font-size: 1.4vw;
	}
	#gnavi .gnavi_list ul.gnavi_nav ul.sublist li {
		font-size: 1.8vw;
		padding-left: 20px;
		margin-right: 20px;
	}	
	#gnavi .gnavi_list ul.gnavi_nav ul.sublist li::before {
		width: 15px;
	}
	#gnavi .gnavi_list ul.gnavi_other.pc {
		font-size: 1.3vw;
	}
	#gnavi .gnavi_list ul.gnavi_other.pc li {
		margin-right: 2.5em;
	}
	#gnavi .gnavi_list .gnavi_booking a{
		font-size: 1.7vw;
		padding: 0 20px;
	}
	#gnavi .gnavi_list .gnavi_booking a::before {;
		margin-right:10px; 
	}
	#gnavi .gnavi_list .gnavi_member a{
		font-size: 1.7vw;
		padding: 0 20px;
	}
	#gnavi .gnavi_list ul.gnavi_links{
		font-size: 1.8vw;
	}
	#gnavi ul.gnavi_sns li a img {
		 margin-right: 0; 
	}
	#gnavi ul.gnavi_sns li a span {
		display: none;
	}
	#gnavi .gnavi_language{
		font-size:1.8vw;
		padding-left: 20px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	#gnavi #gnavi_inner{
		padding:20px 0 35px;
	}
	#gnavi .gnavi_logo{
		margin-bottom: 45px;
	}
	#gnavi .gnavi_list{
		display: block;
	}
	#gnavi .gnavi_list .gnavi_list-box:nth-child(1),
	#gnavi .gnavi_list .gnavi_list-box:nth-child(2){
		width: 100%;
	}
	#gnavi .gnavi_list ul.gnavi_nav > li .en{
		font-size: 2.6rem;
	}
	#gnavi .gnavi_list ul.gnavi_nav > li .jp{
		font-size: 1.2rem;
	}
	#gnavi .gnavi_list ul.gnavi_nav ul.sublist{
		display: block;
		padding-right: 0;
	}
	#gnavi .gnavi_list ul.gnavi_nav ul.sublist li {
		font-size: 1.7rem;
		padding-left: 25px;
		margin-right: 0;
	}
	#gnavi .gnavi_list ul.gnavi_nav ul.sublist li::before {
		width: 15px;
	}
	#gnavi .gnavi_list ul.gnavi_other.sp {
		display: block;
		padding: 15px 0;
		width: 100%;
		border-bottom: solid 1px #a9a9a9;
	}
	#gnavi .gnavi_list ul.gnavi_other.sp li {
		margin: 1.0em 0;
	}
	#gnavi .gnavi_list ul.gnavi_other.pc {
		display: none;
	}	
	#gnavi .gnavi_list ul.gnavi_links{
		font-size: 1.5rem;
		padding: 15px 0;
	}	
	#gnavi .gnavi_list ul.gnavi_links li{
		margin: 1.0em 0;
	}
	#gnavi .gnavi_sns_lang {
		margin-top: 15px;
	}
}

/* ---------------------------------------- 
 - #follow_booking
---------------------------------------- */
.follow_booking{ /*モーダルを開くボタン*/
    display: flex;
	justify-content: center;
    align-items: center;
	position: fixed;
    bottom: 0;
    right: 0;
	width: 240px;
	height: 55px;
	color: #fff;
	background-color: rgba(107,0,0,0.9);
	font-size: 1.8rem;
    line-height: 55px;
    padding: 0 10px;
	cursor: pointer;
    transition: .3s;
	z-index: 10;
}
.follow_booking::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/common/ico_booking.svg);
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.follow_booking:hover{
	background-color: rgba(107,0,0,0.8);
}
/* booking_container */
.booking_container{ /*モーダル本体 + モーダル外側の背景*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: 40px 10%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 100;
}
.booking_container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.booking_container.active{
	opacity: 1;
	visibility: visible;
}
/* booking_wrap */
.booking_wrap{ /*モーダル枠*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 625px;	
	background: #f5f5f5;
	overflow: auto;
}
/* booking_close */
.booking_close{ /*モーダルを閉じるボタン*/
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.booking_close::before,
.booking_close::after {
    display: block;
    width: 30px;
    height: 2px;
    content: '';
    transition: .3s;
    background: #222;
	margin-top: 14px;
}
.booking_close::before {
    transform: rotate(-45deg);
}
.booking_close::after {
    transform: rotate(45deg);
    margin-top: -2px;
    background: #222 !important;
}
/* booking_content */
.booking_content{ /*モーダル内のコンテンツ*/
	width: 90%;
	max-width: 450px;
	text-align: left;
	padding: 35px 0 50px;
	margin: 0 auto;
}
.booking_content > .ttl {
	margin-bottom: 1.0em;
	text-align: center;
}
.booking_content > .ttl .en {
	font-size: 3.6rem;
	display: block;
	line-height: 1.4;
}
.booking_content > .ttl .jp {
	font-size: 1.3rem;
	display: block;
}
.booking_content .flexbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.booking_content legend{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0.3em;
}
.booking_content fieldset{
	padding: 0;
	margin: 0 0 1.5em;
	font-weight: bold;
}
.booking_content fieldset:nth-of-type(1){
	width: 100%;
	border: none;
}
.booking_content fieldset:nth-of-type(2),
.booking_content fieldset:nth-of-type(3),
.booking_content fieldset:nth-of-type(4),
.booking_content fieldset:nth-of-type(5){
	width: 46%;
	border: none;
}
.booking_content fieldset:nth-of-type(2) input,
.booking_content fieldset:nth-of-type(1) select,
.booking_content fieldset:nth-of-type(3) select,
.booking_content fieldset:nth-of-type(4) select,
.booking_content fieldset:nth-of-type(5) select{
	width: 100%;
	text-align: left;
	padding: 6px;
	background-color: white;
	border: solid 1px #a9a9a9;
	border-radius: 0;
	box-sizing: border-box;
	font-weight: normal;
	height: 40px;
}
.booking_content p.field-button{
	width: 100%;
	position: relative;
	margin: 1.2em auto;
}
.booking_content p.field-button input{	
	border: none;
	width: 100%;
	height: 50px;
	color: #fff;
	background-color: rgba(107,0,0,0.9);
	font-size: 1.7rem;
	line-height: 50px;
	cursor: pointer;
	transition: .3s;
}
.booking_content p.field-button input:hover{
	background-color: rgba(107,0,0,0.8);
}
.booking_content .btn_conf{
	margin: 0.5em auto;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
	padding-right: 18px;
}
.booking_content .btn_conf::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/common/ico_blank.svg);
	margin-top: -2px;
}
.booking_content .btn_conf a:hover{
	text-decoration: none;
}
.booking_content .btn_corporate{
	margin: 1.5em auto 0;
}
.booking_content .btn_corporate a{
	display: block;
	border: solid 1px #a9a9a9;
	font-size: 1.7rem;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	transition: .3s;
	position: relative;
	text-decoration: none;
	text-align: center;
	position: relative;
	background: #fff;
}
.booking_content .btn_corporate a::after { /* blank */
	content: '';
	display: inline-block;
	background-size: contain;
	vertical-align: text-bottom;
	background-position: left top;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/common/ico_blank.svg);    
	position: absolute;
	top: 0;
	bottom: 0;
	right:25px;
	margin: auto;
}
.booking_content .btn_corporate a:hover{
	opacity: 0.6;
}
.booking_content .attributes{
	display: none;
}
@media screen and (max-width: 768px) {
	.follow_booking{ /*モーダルを開くボタン*/
		left: 0;
    	margin: auto;
		height: 50px;
		font-size: 1.6rem;
	}
	/* booking_container */
	.booking_container {
		padding: 80px 5% 0 5%;
	}
	.booking_container::before {
		content: none;
	}
	/* booking_close */
	.booking_close{
		top: 10px;
		right: 10px;
	}
	/* booking_content */	
	.booking_container .booking_content {
		max-width: 90%;
		padding: 25px 0 35px;
	}
	.booking_content > .ttl .en {
		font-size: 2.6rem;
	}
	.booking_content > .ttl .jp {
		font-size: 1.2rem;
	}
	.booking_content .flexbox{
		font-size: 1.4rem;
	}
	.booking_content legend{
		font-size: 1.4rem;
	}
	.booking_content fieldset{
		margin-bottom: 1.0em;
	}
	.booking_content fieldset:nth-of-type(2),
	.booking_content fieldset:nth-of-type(3),
	.booking_content fieldset:nth-of-type(4),
	.booking_content fieldset:nth-of-type(5){
		width: 47%;
	}
	.booking_content fieldset:nth-of-type(2) input,
	.booking_content fieldset:nth-of-type(1) select,
	.booking_content fieldset:nth-of-type(3) select,
	.booking_content fieldset:nth-of-type(4) select,
	.booking_content fieldset:nth-of-type(5) select{
		height: 36px;
	}
	.booking_content p.field-button{
		margin: 1.0em auto;
	}
	.booking_content p.field-button input{	
		font-size: 1.5rem;
	}	
	.booking_content .btn_conf{
		font-size: 1.5rem;
	}
	.booking_content .btn_corporate a{
		font-size: 1.5rem;
	}
}

/* ---------------------------------------- 
 - #cookie_content
---------------------------------------- */
#cookie_content{
	position: fixed;
	bottom: 15px;
	left:0;
	right: 0;
	width: 96%;
	max-width: 1200px;	
	background: #f5f5f5;
	border:solid 1px #000;
	margin: 0 auto;
	padding: 20px 40px 20px 30px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
	font-size: 1.4rem;
	line-height: 1.8;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 100;
}
#cookie_content.is-fade{
	opacity: 1;
	visibility: visible;
}
#cookie_content.is-close{
	opacity: 0;
	visibility: hidden;
	animation:none;
}
.cookie_close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.cookie_close::before,
.cookie_close::after {
    display: block;
    width: 30px;
    height: 2px;
    content: '';
    transition: .3s;
    background: #222;
	margin-top: 14px;
}
.cookie_close::before {
    transform: rotate(-45deg);
}
.cookie_close::after {
    transform: rotate(45deg);
    margin-top: -2px;
    background: #222 !important;
}
.cookie_txt {
	margin-bottom: 0.2em;
}
.cookie_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookie_btn .privacy {
	position: relative;
}
.cookie_btn .privacy::after {
    content: '';
    display: inline-block;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-image: url(/assets/images/common/ico_blank.svg);
    margin-top: -2px; 
	margin-left: 10px;
}
.cookie_btn .privacy:hover{
	text-decoration: none;
}
.cookie_btn .agree{
	display: block;
	font-size: 1.6rem;
	width: 160px;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	transition: .3s;
	text-decoration: none;
	text-align: center;
	background: #6b0000;
	color: #fff;
}
.cookie_btn .agree:hover{
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	#cookie_content{
		font-size: 1.4rem;
		padding: 20px 40px 20px 20px;
	}
	.cookie_close{
		top: 10px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.cookie_txt {
		margin-bottom: 0.5em;
	}
	.cookie_btn .privacy {
		letter-spacing: 0;
	}
	.cookie_btn .agree{
		font-size: 1.5rem;
		width: 110px;
		height: 40px;
		line-height: 40px;
		padding: 0 2%;
	}
}

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents {
	width:100%;
	height: auto !important;
	margin:0 auto;
	box-sizing:border-box;
	position: relative;
    z-index: 1;
}
#contents #contents_inner {
	position: relative;
	margin:0 auto;
	overflow:hidden;	
	text-align:left;
	width:100%;
}

/* ---------------------------------------- 
 - contents（maintitle）メインタイトル
---------------------------------------- */
#maintitle {
	margin-top: 40px;
	margin-bottom: 55px;
	text-align: center;
}
#maintitle .ttl {
	margin-bottom: 55px;
}
#maintitle .ttl .en {
	font-size: 4.6rem;
	display: block;
	line-height: 1.4;
}
#maintitle .ttl .jp {
	font-size: 1.5rem;
	display: block;
}
#maintitle .visual {
	width: 100%;
	max-height: 520px;
    height: 45vw;
	margin-bottom: 75px;
	overflow: hidden;
}
#maintitle .visual picture,
#maintitle .visual img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#maintitle .lead {
	width: 90%;
	max-width: 750px;
	font-size: 1.6rem;
	margin: 0 auto;
}
@media screen and (min-width: 1367px) {
	#maintitle .visual {
		max-height: 650px;
	}
}
@media screen and (max-width: 768px) {
	#maintitle {
		margin-top: 25px;
		margin-bottom: 40px;
	}
	#maintitle .ttl {
		margin-bottom: 30px;
	}
	#maintitle .ttl .en {
		font-size: 3.2rem;
	}
	#maintitle .ttl .jp {
		font-size: 1.2rem;
	}
	#maintitle .visual {
		height: 55vw;
		margin-bottom: 40px;
	}
	#maintitle .lead {
		font-size: 1.4rem;
	}	
}

/* kiyaku（タイトル日本号表記） */
#maintitle.kiyaku .ttl .en {
	font-size: 1.5rem;
}
#maintitle.kiyaku .ttl .jp {
	font-size: 3.8rem;
	line-height: 1.6;
	margin-bottom: 0.2em;
}
#maintitle.kiyaku .lead.ta_l {
    text-align: left;
}
@media screen and (max-width: 768px) {
	#maintitle.kiyaku .ttl .en {
		font-size: 1.2rem;
	}
	#maintitle.kiyaku .ttl .jp {
		font-size: 2.4rem;
	}
}

/* ---------------------------------------- 
 - contents（btn_more,section_btn）共通ボタン
---------------------------------------- */
/* link_text */
.link_text a {
    position: relative;
    padding-right: 30px;
    line-height: 1.8;
    border-bottom: solid 1px #222;
    display: inline-block;
    transition: .3s;
	text-decoration: none;
	min-width: 135px;
	text-align:left;
	box-sizing: border-box;
}
.link_text a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
	width: 18px;
    height: 6px;
    background-image: url(/assets/images/common/ico_arw_next.svg);
    transform: translate(0, -50%);
}
.link_text.blank a::after { /* blank */
	right: 5px;
    width: 12px;
    height: 12px;
    background-image: url(/assets/images/common/ico_blank.svg);
}
.link_text a:hover {
    border-bottom: none;
}
@media screen and (max-width: 768px) {
	.link_text a::after {
		width: 20px;
		height: 7px;
	}
}

/* link_btn */
.link_btn a {
    position: relative;
    padding: 0 45px 0 20px;
    border: solid 1px #222;
    display: inline-block;
    transition: .3s;
	text-decoration: none;
	min-width: 145px;
	height: 36px;
	line-height: 32px;
	box-sizing: border-box;
	text-align: left;
}
.link_btn a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
	width: 18px;
    height: 6px;
    background-image: url(/assets/images/common/ico_arw_next.svg);
    transform: translate(0, -50%);
}
.link_btn a:hover {
    opacity: 0.6;
}
.link_btn.prev a {
    padding: 0 20px 0 45px;
}
.link_btn.prev a::after {
	right: auto;
    left: 15px;
    background-image: url(/assets/images/common/ico_arw_prev.svg);
}
.link_btn.blank a::after {
    right: 20px;
	width: 12px;
    height: 12px;
    background-image: url(/assets/images/common/ico_blank.svg);
}

/* ---------------------------------------- 
 - contents（breadcrumb）パンくずリスト
---------------------------------------- */
#breadcrumb {
	width: 100%;
	margin:0 auto;
	text-align:left;
}
#breadcrumb ul.breadcrumb_list {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 35px;
}
#breadcrumb ul.breadcrumb_list li {
	font-size:1.3rem;
	position:relative;
	padding-left: 15px;
	margin-left: 8px;
	line-height: 0.8;
}
#breadcrumb ul.breadcrumb_list li:first-child {
	padding-left: 0;
	margin-left:0;
}
#breadcrumb ul.breadcrumb_list li a {
	font-weight:normal;
	display:inline-block;
	transition: 0.5s;
	text-decoration: none;
}
#breadcrumb ul.breadcrumb_list li::before{
	content: "/";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
#breadcrumb ul.breadcrumb_list li:first-child::before {
	display: none;
}
#breadcrumb ul.breadcrumb_list li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#breadcrumb ul.breadcrumb_list {
		padding: 15px 5%;
	}
	#breadcrumb ul.breadcrumb_list li {
		font-size:1.1rem;
	}
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	position: relative;
	width:100%;
	background:#ececec;
}
#footer a {
    transition: .3s;
	text-decoration: none;
}
#footer a:hover {
	opacity: 0.6;
}
#footer ul.list{
	margin:0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 750px;
}
#footer ul.list li {
	margin: 0.3em 1.2em;
}
#footer #footer_menu{
	width:100%;
	padding:75px 5% 50px;
	box-sizing: border-box;
}
#footer ul.footer_nav {
	background: #f5f5f5;
	width: 550px;
}
#footer ul.footer_nav li {
	margin: 0.3em 2.0em;
}
#footer ul.footer_other {
	font-size: 1.3rem;
}
#footer .footer_logo{
	margin:55px auto 0;
	width: 50%;
	max-width: 360px;
}
#footer #footer_hotels{
	width: 100%;
    padding: 30px 5% 0px;
    box-sizing: border-box;
    border-top: solid 1px #d7d7d7;
}
#footer ul.hotels_list{
	font-size: 1.3rem;
}
#footer ul.hotels_list li{
	width:29%;
	text-align: center;
}
#footer #footer_corporate{
	width:100%;
	padding:50px 5% 65px;
	box-sizing: border-box;
	background: #222;
	color: #fff;
}
#footer .corporate_logo {
	margin:0 auto 20px;
	width: 35%;
	max-width: 150px;
}
#footer ul.corporate_links {
	font-size: 1.2rem;
}
#footer .copy {
	font-size: 1.2rem;
	color: #777;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#footer ul.list{
		margin-bottom:20px;
		justify-content: space-between;
	}
	#footer ul.list li {
		width: 48%;
		margin: 0.5em 0;
		box-sizing: border-box;
	}
	#footer ul.list li.w100 {
		width: 100%;
	}
	#footer #footer_menu{
		padding-top:40px;
		padding-bottom:40px;
	}
	#footer ul.footer_nav {
		width: 100%;
	}
	#footer ul.footer_nav li {
		margin: 0.7em 0;
		padding: 0 5%;
	}
	#footer ul.footer_other {
		letter-spacing: 0;
		line-height: 1.6;
	}
	#footer .footer_logo{
		margin-top:35px;
		width: 65%;
	}
	#footer #footer_hotels {
		padding-top: 20px;
	}
	#footer ul.hotels_list{
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#footer ul.hotels_list li{
		text-align: left;
	}	
	#footer #footer_corporate{
		padding-top: 35px;
	}
	#footer ul.corporate_links {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#footer .copy {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}