@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

body{
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	counter-reset: number;
	height: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	-webkit-text-size-adjust: none;
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul { list-style: none;}

q:before,q:after { content:''; }
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend{ color: inherit; }

select,input,button,textarea { font-family: var(--sansSerif); }

pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}

main { display: block; }

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus,
a:active { text-decoration: none; }

a img { border: none; }

img, iframe {
	max-width: 100%;
	vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
body.en {
	text-align: left;
	text-justify: auto;
}
body { -webkit-text-size-adjust: 100%; }

:root {
	--sansSerif: "Noto Sans JP", sans-serif;
}

.sans-serif { font-family: var(--sansSerif); }
.barlow {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

#wrapper {
	min-height: 100vh;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	#content {
		flex-grow: 1;
	}
}
@media screen and (min-width:769px), print{
	body {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.inner {
		max-width: 1000px;
		margin-inline: auto;
		padding-inline: 50px;
		box-sizing: content-box;
	}
	.sp { display: none !important; }
	a[href^="tel:"] { pointer-events: none; }
	#wrapper {
		padding-top: 135px;
		#content {
			padding-block: 160px 390px;
		}
	}
}
@media screen and (max-width:768px){
	body { font-size: 12px; }
	:root { --buttonSize: 55px; }
	.pc { display: none !important; }
	#wrapper {
		padding-top: calc(var(--buttonSize) * 2);
		#content { padding-bottom: 200px; }
	}
}

/* Header */
#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	letter-spacing: 0.06em;
	.buttons {
		.bookNow a {
			color: #fff;
			background-color: #000;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.langMenu ul {
			display: flex;
			align-items: center;
			&::before {
				content: "｜";
				display: inline-block;
			}
			& > li {
				line-height: 1;
				&::after {
					content: "｜";
					display: inline-block;
				}
				& > * {
					display: inline-block;
					&::after {
						content: "";
						height: 1px;
						display: block;
						background-color: #000;
					}
				}
			}
		}
	}
}
@media screen and (min-width:769px), print{
	#header {
		display: flex;
		background-color: #fff;
		justify-content: space-between;
		transition-duration: .3s;
		transition-property: opacity;
		#hLogo { padding: 50px 0 0 50px; }
		#gNavi {
			flex-grow: 1;
			max-width: 715px;
			margin-top: 45px;
			.list ul {
				font-size: 15px;
				line-height: 1.5;
				display: flex;
				justify-content: space-between;
				li a {
					display: block;
					position: relative;
					&::after {
						content: "";
						height: 1px;
						display: block;
						transform: scale(0,1);
						background-color: #000;
						transition-duration: .3s;
						transition-property: transform;
					}
					&:hover::after {
						transform: scale(1,1);
					}
				}
			}
		}
		.buttons {
			.bookNow a {
				width: 160px;
				height: 80px;
				font-size: 15px;
				text-shadow: 0 0 3px #231815;
				transition-duration: .3s;
				transition-property: color, background-color;
				&:hover {
					color: #000;
					background-color: #fff;
				}
			}
			.langMenu ul {
				height: 55px;
				margin-inline: -0.4em;
				li {
					& > a::after {
						transform: scale(0,1);
						transition-duration: .3s;
						transition-property: transform;
					}
					& > a:hover::after {
						transform: scale(1,1);
					}
				}
			}
		}
		&:is(body.scroll &) {
			opacity: 0;
			&:hover { opacity: 1; }
		}
	}
}
@media screen and (max-width:768px){
	#header {
		#hLogo {
			padding: 10px 15px;
			svg { width: 91px; }
		}
		#gNavi {
			.icon {
				top: 0;
				right: 0;
				z-index: 1;
				color: #fff;
				width: var(--buttonSize);
				aspect-ratio: 1 / 1;
				position: fixed;
				cursor: pointer;
				font-size: 7.5px;
				padding-top: 30px;
				text-align: center;
				box-sizing: border-box;
				background-color: #505050;
				transition-duration: .3s;
				transition-property: opacity;
				font-family: var(--sansSerif);
				&::before, &::after, & > span::before {
					content: "";
					left: 0;
					right: 0;
					margin-inline: auto;
					width: 20px;
					position: absolute;
				}
				&::before {
					top: 16px;
					height: 9px;
					border-top: 1px solid #fff;
					border-bottom: 1px solid #fff;
				}
				&::after {
					top: 21px;
					height: 1px;
					background-color: #fff;
				}
			}
			.list {
				top: 0;
				left: 100%;
				color: #fff;
				width: 100%;
				height: 100%;
				z-index: 5;
				position: fixed;
				overflow-y: auto;
				box-sizing: border-box;
				transition-duration: .3s;
				transition-property: left;
				background-color: rgba(0,0,0,0.8);
				.close {
					height: 60px;
					display: flex;
					align-items: center;
					justify-content: flex-end;
					padding-inline: 20px;
					font-family: var(--sansSerif);
					&::before {
						content: "";
						width: 11px;
						height: 11px;
						display: block;
						margin-right: 3px;
						background: url(../images/icon_close.svg) no-repeat center center;
						background-size: 100%;
					}
				}
				li {
					border-top: 1px solid #707070;
					&:last-child { border-bottom: 1px solid #707070; }
					a {
						display: flex;
						align-items: center;
						justify-content: space-between;
						padding: 16px 20px;
						&::after {
							content: "";
							width: 7.5px;
							height: 15px;
							display: block;
							background: url(../images/icon_arrow_r.svg) no-repeat center center;
							background-size: 100%;
						}
					}
				}
			}
			&.open {
				.icon { opacity: 0; }
				.list { left: 0; }
			}
		}
		.buttons {
			.bookNow {
				z-index: 1;
				top: var(--buttonSize);
				right: 0;
				position: fixed;
				transition-duration: .3s;
				transition-property: opacity;
				a {
					font-size: 7.5px;
					line-height: 10px;
					text-align: center;
					font-family: var(--sansSerif);
					width: var(--buttonSize);
					aspect-ratio: 1 / 1;
					display: flex;
					align-items: center;
					justify-content: center;
				}
			}
			.langMenu {
				z-index: 1;
				top: 9px;
				right: 65px;
				position: fixed;
				font-size: 12px;
				ul li a::after { content: none; }
			}
			&:is(.open ~ &){
				.bookNow { opacity: 0; }
			}
		}
	}
}

/* Footer */
#footer {
	color: #969696;
	background-color: #000;
	font-family: var(--sansSerif);
	#fLogo {
		path, polygon { fill: #969696; }
	}
}
@media screen and (min-width:769px), print{
	#footer {
		padding-block: 50px 100px;
		a:hover { text-decoration: underline; }
		.inner {
			display: flex;
			& > * { padding-block: 1px; }
			#fInfo {
				width: 480px;
				line-height: 28px;
				#fLogo { margin-bottom: 18px; }
				.copyright {
					font-size: 12px;
					margin-bottom: -1em;
				}
			}
			#fMenu {
				border-left: 1px solid #969696;
				.list {
					font-size: 12px;
					line-height: 32px;
					padding-left: 50px;
					margin-block: -1em;
				}
			}
		}
	}
}
@media screen and (max-width:768px){
	#footer {
		font-size: 12px;
		line-height: 24px;
		padding: 50px 25px 75px;
		#fLogo svg {
			width: 111px;
			margin-bottom: 8px;
		}
		.copyright { font-size: 10px; }
		#fMenu { display: none; }
	}
}

/* LowerPage */
#pageHeaderWrapper, .pageHeaderWrapper {
	&::after {
		content: "";
		display: block;
		aspect-ratio: 5 / 4;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
#pageHeader, .pageHeader {
	padding-bottom: 1px;
	#pageEnTitle, .pageEnTitle { line-height: 1; }
	&:is(.page &) {
		.text {
			p + p { margin-top: 2em; }
			p:empty { display: none; }
		}
		& > *:last-child { margin-bottom: -0.5em; }
	}
}
@media screen and (min-width:769px), print{
	#pageHeaderWrapper, .pageHeaderWrapper {
		position: relative;
		padding-right: 10px;
		border-left: 10px solid #000;
		#pageHeader, .pageHeader {
			z-index: 1;
			position: relative;
		}
		&::after {
			z-index: 0;
			left: 50%;
			width: 500px;
			bottom: -100px;
			position: absolute;
			pointer-events: none;
		}
	}
	#pageHeader, .pageHeader {
		max-width: 1000px;
		margin-inline: auto;
		padding-inline: 50px;
		#pageEnTitle, .pageEnTitle { font-size: 20px; }
		&:is(.page &) {
			#pageTitle, .pageTitle {
				font-size: 32px;
				line-height: 48px;
				margin-block: 40px 32px;
			}
		}
	}
	body.en {
		#pageHeader, .pageHeader {
			& > * { margin-right: 50%; }
		}
	}
}
@media screen and (max-width:768px){
	#pageHeaderWrapper, .pageHeaderWrapper {
		&::after {
			max-width: 312px;
			margin-left: max(63px,calc(100% - 312px));
			margin-block: 50px;
		}
	}
	#pageHeader, .pageHeader {
		padding-inline: 20px;
		border-left: 5px solid #000;
		#pageEnTitle, .pageEnTitle { font-size: 17.5px; }
		&:is(.page &) {
			padding-right: 22px;
			#pageTitle, .pageTitle {
				font-size: 24px;
				line-height: 39px;
				margin-block: 23px 25px;
			}
		}
	}
}

/* modal */
#popBack {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
}
#popCont {
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: 50%;
	overflow-y: auto;
	border-radius: 5px;
	width: 1000px;
	max-width: calc(100vw - 50px);
	max-height: calc(100vh - 50px);
	background-color: #fff;
	transform: translate(-50%,-50%);
	iframe {
		height: auto;
		max-width: 100%;
		aspect-ratio: 5 / 4;
	}
}

/* scrollFade */
.fadeIn {
	transition-duration: 3s;
	transition-property: opacity, transform;
	opacity: 0;
	@media screen and (min-width:769px), print{
		transform: translateY(50px);
	}
	@media screen and (max-width:768px){
		transform: translateY(25px);
	}
	&.show {
		opacity: 1;
		transform: translateY(0);
	}
}