@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Shippori+Mincho&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #7B7871;
	font-family: "Shippori Mincho", serif;
	background: #282221;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.reserve_open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.56411vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Crimson Text", serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 1.7rem 0 3.3rem;
	pointer-events: none;
	z-index: 1500;
	transition: transform .3s;
}
.header.scdown {
	transform: translateY(-100%);
}
.open .header {
	z-index: 2500;
}
.header_logo {
	width: 9.6rem;
	padding-top: 4rem;
	z-index: 1000;
	pointer-events: all;
}
.header_logo a {
	display: block;
}
.header_logo a img {
	width: 100%;
}
.header_btn {
	appearance: none;
	display: block;
	border-radius: 0;
	border: 0;
	margin: 1.2rem 0 0 2rem;
	padding: 0;
	width: 6rem;
	height: 6rem;
	background: none;
	z-index: 1000;
	cursor: pointer;
	outline: none;
	pointer-events: all;
}
.header_btn::before,
.header_btn::after {
	content: '';
}
.header_btn::before,
.header_btn::after,
.header_btn span {
	display: block;
	width: 6rem;
	height: .1rem;
	background: #EDEBDD;
	position: absolute;
	top: 2rem;
	left: 0;
	right: 0;
	transition: background .3s, transform .3s, top .3s, opacity .3s;
}
.header_btn span {
	top: 3rem;
}
.header_btn::after {
	top: 4rem;
}
.open .header_btn::before,
.open .header_btn::after,
.open .header_btn span {
	width: 6rem;
	transform: rotate(-20deg);
	top: 3.2rem;
}
.open .header_btn::after,
.open .header_btn span {
	transform: rotate(20deg);
}
.open .header_btn span {
	opacity: 0;
}
.header_lang,
.wovn-lang-list{
	margin: 3.2rem 0 0 auto;
	color: #EDEBDD;
	font-size: 1.2rem;
	letter-spacing: .05em;
	display: flex;
	gap: 1.8rem;
	pointer-events: all;
}
.wovn-lang-list{
	margin: 0;
}
.wovn-lang-list li {
	cursor: pointer;
}
.header_lang a {
	display: block;
}
.header_lang a + a::before,
.wovn-lang-list li + li::before {
	content: ' | ';
	display: block;
	position: absolute;
	top: 0;
	left: -1.1rem;
	pointer-events: none;
}
@media (hover:hover) {
	.header_reserve > button:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 2.85rem 0 3rem;
	}
	.header_logo {
		width: 7.3rem;
		padding-top: 3.5rem;
	}
	.header_btn {
		margin: 3.1rem 0 0 2.6rem;
		width: 3.25rem;
		height: 3.25rem;
	}
	.header_btn::before,
	.header_btn::after,
	.header_btn span {
		width: 3.25rem;
		top: .6rem;
	}
	.header_btn span {
		top: 1.7rem;
	}
	.header_btn::after {
		top: 2.8rem;
	}
	.open .header_btn::before,
	.open .header_btn::after,
	.open .header_btn span {
		left: -1.7rem;
		top: 1.3rem;
	}
	.header_lang {
		margin: 4rem 0 0 auto;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	position: fixed;
	top: 0;
	right: 0;
	width: 36.6rem;
	height: 100%;
	padding: 0 6.8rem;
	overflow: auto;
	background: #221815;
	transform: translateX(100%);
	pointer-events: none;
	transition: transform .3s;
	z-index: 1000;
}
.open .gnav {
	transform: none;
	pointer-events: all;
}
.gnav ul {
	font-size: 1.6rem;
	letter-spacing: .1em;
	padding: 12.1rem 0 2.8rem;
}
.gnav ul li + li {
	margin-top: 3.4rem;
}
.gnav a {
	display: block;
}
.gnav_instagram {
	width: 1.7rem;
}
@media only screen and (max-width: 768px) {
	.gnav {
		width: 100%;
		padding: 0 5.2rem;
	}
	.gnav ul {
		padding: 10.8rem 0 3.8rem;
	}
	.gnav ul li + li {
		margin-top: 3.3rem;
	}
}

/*main
----------------------------------------*/
main.sub {
	max-width: calc(50% + 55rem);
	margin: 0 0 0 auto;
	padding: 12.8rem 0 0;
	display: grid;
	grid-template-columns: 19.8rem 1fr;
}
.ttl_page h1 {
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1.6667;
	font-weight: 400;
	margin-bottom: 15rem;
}
@media only screen and (max-width: 768px) {
	main.sub {
		max-width: none;
		padding: 13.3rem 0 0;
		display: block;
	}
	.ttl_page h1 {
		text-align: center;
		margin-bottom: 6rem;
	}
	.contents {
		width: 36rem;
		margin: 0 0 0 auto;
	}
}

/* btn
----------------------------------------*/
.btn {
	display: block;
	width: fit-content;
	min-width: 18rem;
	font-size: 1.3rem;
	letter-spacing: .1em;
	padding: .8rem 1.5rem .8rem 0;
	border-bottom: .1rem solid #565550;
}
.btn::after {
	content: '→';
	position: absolute;
	right: .5rem;
	bottom: .8rem;
}
.btn[href$=".pdf"]::after {
	content: '';
	display: block;
	width: .9rem;
	height: 1.3rem;
	background: url(../img/common/icon_pdf.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: .3rem;
	bottom: 1rem;
}
@media only screen and (max-width: 768px) {
	.btn {
		width: 33rem;
		max-width: 100%;
		text-align: center;
		padding: 1.925rem;
		border: .1rem solid #565550;
	}
	.btn::after {
		right: 1rem;
		top: 0;
		bottom: 0;
		right: 1.2rem;
		display: flex;
		align-items: center;
		margin: auto 0;
	}
	.btn[href$=".pdf"]::after {
		right: 2.2rem;
		bottom: 0;
	}
}

/*float_btn
----------------------------------------*/
.float_btn {
	position: fixed;
	bottom: 1.7rem;
	right: 1.7rem;
	background: #EDEBDD;
	width: 21.9rem;
	border-radius: .5rem;
	font-size: 1.4rem;
	letter-spacing: .1em;
	color: #904B2E;
	text-align: center;
	padding: 1.5rem 1rem 1.5rem 3.5rem;
	z-index: 1100;
}
.float_btn::before {
	content: '';
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	background: url(../img/index/mv_logo_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.5rem;
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.float_btn {
		bottom: 1rem;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 36.9rem;
		padding: 1.5rem 1rem 1.5rem 2rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	border-top: .1rem solid #565550;
	background: #282221;
	padding: 12.5rem 0 5rem;
	z-index: 1010;
}
.footer_logo {
	max-width: 11.3rem;
	margin: 0 auto 4.8rem;
}
.footer_instagram {
	display: block;
	width: 1.7rem;
	margin: 0 auto;
}
.footer_access {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .15em;
	margin: 9.5rem 0 1.2rem;
}
.footer_tel {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .15em;
	margin-bottom: 5rem;
}
.footer_nav {
	display: flex;
	justify-content: center;
	gap: 4.5rem;
}
.footer_nav a {
	display: block;
	font-size: 1.3rem;
	letter-spacing: .15em;
	text-decoration: underline;
	text-underline-offset: .7rem;
}
.footer .copyright {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin-top: 5.2rem;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 6.4rem 0 9rem;
	}
	.footer_access {
		line-height: 2.1538;
		margin: 9rem 0 1.4rem;
	}
	.footer_tel {
		margin-bottom: 3.8rem;
	}
	.footer_nav a {
		text-underline-offset: .1rem;
	}
	.footer .copyright {
		margin-top: 4.5rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.show {
	opacity: 1;
	transform: none;
}