@charset "UTF-8";

/* en ----------------------------------------*/
.home {
	width: 100%;
	height: 100svh;
	/* height: 100vh;
	height: calc(var(--vh, 1vh) * 100); */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: black;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-logo {
	width: 70px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.home-logo {
		width: 50px;
	}
}

.home-name {
	font-family: "秀英にじみ明朝 L";
	letter-spacing: 0.2em;
	font-size: 1.5rem;
	line-height: 2.5;
	margin-top: 80px;
	text-align: center;
	color: white;
	position: relative;
	z-index: 1;
}

.home-name h1,
.home-name h2,
.home-name h3,
.home-name h4,
.home-name h5,
.home-name h6 {
	font-family: "秀英にじみ明朝 L";
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.home-name {
		font-size: 1.4rem;
		line-height: 2;
	}
}

.home-name a {
	text-decoration: underline;
}

.home-name a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.home-name {
		margin-top: 40px;
	}
}

.home__video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.7;
}

.home__video video,
.home__video img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.en-section {
	margin: 160px 0;
	padding: 0 8vw;
}

@media screen and (max-width: 768px) {
	.en-section {
		margin: 100px 0;
	}
}

.en-section__title {
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: center;
	color: black;
}

@media screen and (max-width: 768px) {
	.en-section__title {
		font-size: 2rem;
	}
}

.en-section__title:after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	margin: 40px auto;
	margin-bottom: 80px;
	background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
	.en-section__title:after {
		margin: 20px auto;
		margin-bottom: 40px;
	}
}

.en-section .main-body-text {
	margin: 40px auto;
}

@media screen and (max-width: 576px) {
	.en-section .main-body-text {
		margin: 20px auto;
	}
}

.en-sub {
	margin: 100px 0;
}

.en-sub__title {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
	color: black;
}

@media screen and (max-width: 768px) {
	.en-sub__title {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.main-body-text {
	max-width: 480px;
	margin: 80px auto;
	text-align: justify;
}

.swp-carrousel {
	margin: 160px 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	.swp-carrousel {
		margin: 100px 0;
	}
}

.swp-carrousel-inner {
	-webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.swp-carrousel__item {
	position: relative;
}

.swp-carrousel__item p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	position: absolute;
	left: -20px;
	top: 0;
	font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
	.swp-carrousel__item p {
		font-size: 1rem;
	}
}

.swp-carrousel__item source,
.swp-carrousel__item img {
	border-radius: 5px;
}

.swp-carrousel__description {
	max-width: 480px;
	margin: 0 auto;
}

.swp-carrousel__description li {
	font-size: 1.5rem;
	line-height: 2.5;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.swp-carrousel__description li {
		font-size: 1.4rem;
		line-height: 2;
	}
}

.swp-carrousel__description li a {
	text-decoration: underline;
}

.swp-carrousel__description li a:hover {
	text-decoration: none;
}

.swp-carrousel__description li span {
	display: block;
	color: black;
}

.swp-carrousel .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -30px !important;
}

.swp-carrousel .swiper-pagination-bullet {
	width: 10px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 1000ms cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 1000ms cubic-bezier(0.65, 0, 0.35, 1);
}

.swp-carrousel .swiper-pagination-bullet:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: black;
	-webkit-transition: all 1000ms cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 1000ms cubic-bezier(0.65, 0, 0.35, 1);
}

.swp-carrousel .swiper-pagination-bullet-active {
	width: 30px;
}

.swp-carrousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

/* intro -------------------------------------*/
.intro-catch {
	font-size: 3rem;
	line-height: 1.6;
	text-align: center;
	color: black;
}

@media screen and (max-width: 768px) {
	.intro-catch {
		font-size: 2.6rem;
	}
}

.intro__video {
	max-width: 300px;
	margin: 80px auto;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.intro__video {
		margin: 40px auto;
	}
}

.intro__video video {
	width: 100%;
	height: auto;
}

/* onsen -------------------------------------*/
.onsen-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
	.onsen-list {
		max-width: 400px;
		display: block;
	}
}

.onsen-list__item {
	max-width: calc((100% - 120px) / 3);
	-ms-flex-preferred-size: calc((100% - 120px) / 3);
	flex-basis: calc((100% - 120px) / 3);
	margin-right: 60px;
	margin-top: 60px;
	position: relative;
}

.onsen-list__item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.onsen-list__item {
		max-width: calc((100% - 60px) / 2);
		-ms-flex-preferred-size: calc((100% - 60px) / 2);
		flex-basis: calc((100% - 60px) / 2);
	}

	.onsen-list__item:nth-child(3n) {
		margin-right: 60px;
	}

	.onsen-list__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 576px) {
	.onsen-list__item {
		max-width: none;
		margin-right: 0 !important;
		margin-top: 40px;
	}
}

.onsen-list__item p {
	font-size: 1.2rem;
	line-height: 2.5;
}

@media screen and (max-width: 768px) {
	.onsen-list__item p {
		font-size: 1.1rem;
	}
}

.onsen-list__item p span {
	font-size: 1.5rem;
	line-height: 2.5;
	color: black;
}

@media screen and (max-width: 768px) {
	.onsen-list__item p span {
		font-size: 1.4rem;
		line-height: 2;
	}
}

.onsen-list__item p span a {
	text-decoration: underline;
}

.onsen-list__item p span a:hover {
	text-decoration: none;
}

.onsen-list__image {
	margin-bottom: 10px;
	position: relative;
}

.onsen-swiper .swiper-slide img {
	border-radius: 5px;
}

.onsen-swiper .swiper-pagination {
	width: auto !important;
	right: -20px;
	left: auto !important;
	bottom: 0 !important;
}

@media screen and (max-width: 576px) {
	.onsen-swiper .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0;
		bottom: -20px !important;
	}
}

.onsen-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
}

.onsen-swiper .swiper-pagination-bullet:before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border: 1px solid black;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onsen-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background-color: black;
}

/* cuisine -----------------------------------*/
.cuisine-image {
	height: calc(300px + 30vw);
	position: relative;
	left: calc(-40px - 4vw);
}

.cuisine-image__item {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cuisine-image__item picture,
.cuisine-image__item img {
	width: auto;
	height: 100%;
	border-radius: 5px;
}

/* rooms -------------------------------------*/
.rooms-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
	.rooms-list {
		max-width: 400px;
		display: block;
	}
}

.rooms-list__item {
	max-width: calc((100% - 120px) / 3);
	-ms-flex-preferred-size: calc((100% - 120px) / 3);
	flex-basis: calc((100% - 120px) / 3);
	margin-right: 60px;
	margin-top: 60px;
	position: relative;
}

.rooms-list__item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.rooms-list__item {
		max-width: calc((100% - 60px) / 2);
		-ms-flex-preferred-size: calc((100% - 60px) / 2);
		flex-basis: calc((100% - 60px) / 2);
	}

	.rooms-list__item:nth-child(3n) {
		margin-right: 60px;
	}

	.rooms-list__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 576px) {
	.rooms-list__item {
		max-width: none;
		margin-right: 0 !important;
		margin-top: 40px;
	}
}

.rooms-list__item p {
	font-size: 1.5rem;
	line-height: 2.5;
	color: black;
}

.rooms-list__item .rooms-list-type {
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 768px) {
	.rooms-list__item p {
		font-size: 1.4rem;
		line-height: 2;
	}

	.rooms-list__item .rooms-list-type {
		font-size: 1.1rem;
	}
}

.rooms-list__item p a {
	text-decoration: underline;
}

.rooms-list__item p a:hover {
	text-decoration: none;
}

.rooms-list__image {
	margin-bottom: 20px;
	position: relative;
}

@media screen and (max-width: 576px) {
	.rooms-list__image {
		margin-bottom: 10px;
	}
}

.rooms-list__image img {
	border-radius: 5px;
}

.rooms-price {
	max-width: 480px;
	margin: 0 auto;
}

.rooms-price-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media screen and (max-width: 576px) {
	.rooms-price-nav {
		overflow-x: scroll;
		scroll-behavior: smooth;
	}
}

.rooms-price-nav__item {
	font-size: 1.5rem;
	line-height: 2.5;
	height: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.rooms-price-nav__item {
		font-size: 1.4rem;
		line-height: 2;
	}
}

.rooms-price-nav__item a {
	text-decoration: underline;
}

.rooms-price-nav__item a:hover {
	text-decoration: none;
}

@media screen and (max-width: 576px) {
	.rooms-price-nav__item {
		min-width: 68px;
	}
}

.rooms-price-nav__item.active:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: black;
	position: absolute;
	left: 0;
	bottom: 0;
}

.rooms-price-main {
	position: relative;
	border-top: 1px solid black;
}

.rooms-price__item {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.rooms-price__item.show {
	position: relative;
	opacity: 1;
	pointer-events: visible;
}

.rooms-price__child {
	font-size: 1.2rem;
	line-height: 2.5;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.rooms-price__child {
		font-size: 1.1rem;
	}
}

.rooms-price__child p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

.rooms-price__child p:first-child {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding-right: 5px;
	color: black;
}

.rooms-price__child p:nth-child(2) {
	max-width: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	padding-right: 5px;
}

.rooms-price__child p:last-child {
	max-width: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	text-align: right;
}

.rooms-price-table {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.rooms-price-table.show {
	position: relative;
	opacity: 1;
	pointer-events: visible;
}

.rooms-price-table th,
.rooms-price-table td {
	padding: 10px 5px;
	font-size: 1.2rem;
	line-height: 1.8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.rooms-price-table th {
	padding-left: 0;
}

.rooms-price-table td {
	width: 150px;
}

.rooms-price-table td:last-child {
	width: 70px;
	padding-right: 0;
	text-align: right;
}

.rooms-price-table td span {
	display: inline-block;
}

.rooms-notice {
	max-width: 480px;
	margin: 20px auto;
}

.rooms-notice li {
	font-size: 1.2rem;
	line-height: 2.5;
	margin-bottom: 5px;
	padding-left: 10px;
	position: relative;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.rooms-notice li {
		font-size: 1.1rem;
	}
}

.rooms-notice li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background-color: black;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.rooms-price-kids {
	max-width: 480px;
	margin: 20px auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rooms-price-kids__item {
	font-size: 1.2rem;
	line-height: 2.5;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.rooms-price-kids__item {
		font-size: 1.1rem;
	}
}

.rooms-sublist {
	max-width: 480px;
	margin: 20px auto;
}

.rooms-sublist li {
	font-size: 1.2rem;
	line-height: 2.5;
	margin-bottom: 5px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.rooms-sublist li {
		font-size: 1.1rem;
	}
}

.map {
	max-width: 600px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.map {
		height: 400px;
	}
}

.contact-btn {
	max-width: 300px;
	margin: 10px auto;
}

.contact-btn a {
	font-size: 1.8rem;
	line-height: 2;
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid black;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.contact-btn a {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.contact-btn a:hover {
	background-color: black;
	color: white;
}

.contact-list {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-list li {
	font-size: 1.2rem;
	line-height: 2.5;
	margin: 0 10px;
}

@media screen and (max-width: 768px) {
	.contact-list li {
		font-size: 1.1rem;
	}
}
