@charset "UTF-8";

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header .header__official {
	background: rgb(var(--wht));
	padding: 0 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .kv {
	background: rgb(var(--blk));
}

.header .kv figcaption {
	padding: 1rem;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: var(--gothic);
	font-size: 13px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.header .kv figcaption {
		font-size: 2.93333vw;
	}
}

/* ----------------------------------------------------
	main
---------------------------------------------------- */
.main {
	background: rgb(var(--blk));
	width: 100%;
	color: rgb(var(--wht));
}

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	padding-top: 4em;
}

.about__title {
	margin-bottom: 3em;
	padding: 0 50px;
	text-align: center;
}

.about__title img {
	max-width: 880px;
}

.about .collaboration__date {
	margin-bottom: 1em;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.about .collaboration__date span.big {
	font-size: 45px;
}

.about .collaboration__date.small {
	font-size: 37px;
}

.about .collaboration__detail--title {
	margin-bottom: 1em;
	padding: 0.75em 0;
	line-height: 1;
	color: rgb(var(--yel));
	font-size: 28px;
	text-align: center;
	border-top: solid 1px rgb(var(--yel));
	border-bottom: solid 1px rgb(var(--yel));
}

.about .collaboration__detail--text .text {
	line-height: 2.5;
	font-size: 22px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.about .collaboration__date {
		font-size: 4.0vw;
	}

	.about .collaboration__date span.big {
		font-size: 4.5vw;
	}

	.about .collaboration__date.small {
		font-size: 3.7vw;
	}

	.about .collaboration__detail--title {
		font-size: 2.8vw;
	}

	.about .collaboration__detail--text .text {
		font-size: 2.2vw;
	}
}

@media screen and (max-width: 768px) {
	.about .collaboration__date {
		/*font-size: 5.33333vw;*/
		font-size: 5.11111vw;
	}

	.about .collaboration__date span.big {
		/*font-size: 6.66667vw;*/
		font-size: 6.44445vw;
	}

	.about .collaboration__date.small {
		/*font-size: 4.53333vw;*/
		font-size: 4.42222vw;
	}

	.about .collaboration__detail--title {
		line-height: 1.5;
		font-size: 4.8vw;
	}

	.about .collaboration__detail--text .text {
		line-height: 1.8;
		font-size: 4.26667vw;
		text-align: left;
	}
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contents {
	padding: 6em 0 0;
}

.contents__header {
	margin: 0 auto 5em;
	max-width: 1000px;
	padding: 0 50px;
}

.contents__title {
	color: rgb(var(--yel));
	margin-bottom: 0.5em;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.contents__lead {
	margin-bottom: 2em;
	font-size: 20px;
	text-align: center;
}
.contents__lead.line {
	border: 2px solid red;
	padding: 1em;
}

@media screen and (max-width: 1000px) {
	.contents__header {
		padding: 0 5vw;
	}

	.contents__title {
		font-size: 4vw;
	}

	.contents__lead {
		font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.contents {
		padding: 3em 0;
	}

	.contents__header {
		margin-bottom: 2.5em;
		padding: 0 6vw;
	}

	.contents__title {
		line-height: 1.25;
		font-size: 7.2vw;
	}

	.contents__lead {
		margin-bottom: 1em;
		font-size: 4.26667vw;
		text-align: left;
	}
}

/*
	lineBox
------------------------------ */
.contents .lineBox {
	margin-bottom: 3em;
	padding: 2em 0;
	text-align: center;
	border: solid 1px;
}

.contents .lineBox.type1 {
	border-color: rgb(var(--wht));
}

.contents .lineBox.type2 {
	border-color: rgb(var(--yel));
}

.contents .lineBox .title {
	margin-bottom: 0.5em;
	font-size: 28px;
	font-weight: bold;
}

.contents .lineBox .title .pc {
	display: inline-block;
}

.contents .lineBox.type2 .title {
	color: rgb(var(--yel));
}

.contents .lineBox.type2 .text {
	padding: 0 50px;
}

.contents .lineBox.type2 .text p {
	margin-bottom: 1em;
	font-size: 18px;
}

@media screen and (max-width: 1000px) {
	.contents .lineBox .title {
		font-size: 2.8vw;
	}

	.contents .lineBox.type2 .text {
		padding: 0 5vw;
	}

	.contents .lineBox.type2 .text p {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 768px) {
	.contents .lineBox .title {
		font-size: 4.8vw;
	}

	.contents .lineBox.type2 .title {
		line-height: 1.25;
		font-size: 7.2vw;
	}

	.contents .lineBox .title .pc {
		display: none;
	}

	.contents .lineBox.type1 .text,
	.contents .lineBox.type2 .text {
		padding: 0 6vw;
		text-align: left;
	}

	.contents .lineBox.type1 .text p,
	.contents .lineBox.type2 .text p {
		font-size: 4vw;
	}
}

/* ----------------------------------------------------
	room
---------------------------------------------------- */
.room .roomContents {
	padding: 6em 0;
	text-shadow: 0 0 5px rgba(var(--blk), 0.8);
}

.room .roomContents:last-of-type {
	margin-bottom: 3em;
}

.room .room1 {
	background: url(../img/room1Bg.webp) center top no-repeat;
	background-size: cover;
}

.room .room2 {
	background: url(../img/room2Bg.webp) center top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.room .room1 {
		background-image: url(../img/room1Bg_sp.webp);
		background-size: cover;
	}

	.room .room2 {
		background-image: url(../img/room2Bg_sp.webp);
		background-size: cover;
	}
}

/*
	roomContents__header
------------------------------ */
.roomContents__header {
	margin-bottom: 3em;
}

.roomContents__header--title {
	text-align: center;
	letter-spacing: 0.5em;
}

.roomContents__header--title small {
	padding: 0 4em;
	font-size: 28px;
	letter-spacing: 0.1em;
	display: inline-block;
}

.room1 .roomContents__header--title small {
	background: rgb(4, 12, 46);
	background: linear-gradient(90deg, rgba(4, 12, 46, 0) 0%, rgba(4, 12, 46, 0.95) 20%, rgba(4, 12, 46, 0.95) 80%, rgba(4, 12, 46, 0) 100%);
}

.room2 .roomContents__header--title small {
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0) 100%);
}

.roomContents__header--title span {
	font-size: 56px;
	display: block;
}

.roomContents__header--lead {
	margin-bottom: 2em;
	line-height: 2;
	font-size: 20px;
	text-align: center;
}

.roomContents__header--lead.strongest {
	margin-top: 1em;
	font-size: 24px;
}

.roomContents__header--image {
	margin-bottom: 0.5em;
}

.roomContents__header--image figcaption {
	margin-top: 1em;
	font-family: var(--gothic);
	font-size: 14px;
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.roomContents__header--title small {
		font-size: 2.8vw;
	}

	.roomContents__header--title span {
		font-size: 5.6vw;
	}

	.roomContents__header--lead {
		font-size: 2vw;
	}

	.roomContents__header--lead.strongest {
		font-size: 2.4vw;
	}

	.roomContents__header--image {
		margin-bottom: 0.5em;
	}

	.roomContents__header--image figcaption {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 768px) {
	.roomContents__header {
		margin-bottom: 2em;
	}

	.roomContents__header--title small {
		padding: 0;
		font-size: 5.33333vw;
		display: block;
	}

	.roomContents__header--title span {
		font-size: 9.6vw;
	}

	.roomContents__header--lead {
		line-height: 1.8;
		font-size: 4.26667vw;
		text-align: left;
	}

	.roomContents__header--lead.strongest {
		font-size: 6.13333vw;
		text-align: center;
	}

	.roomContents__header--image {
		margin-bottom: 0.5em;
	}

	.roomContents__header--image figcaption {
		font-size: 2.93333vw;
	}
}

/*
	amenities
------------------------------ */
.amenities__title {
	margin-bottom: 1em;
	text-align: center;
}

.amenities__title span {
	font-size: 28px;
}

.amenities__title span i {
	display: inline-block;
}

.amenities__contents {
	margin-bottom: 4em;
}

.amenities__contents--lead {
	margin-bottom: 2em;
	text-align: center;
}

.amenities__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.amenities__item {
	margin-bottom: 2em;
	text-align: center;
}

.amenities__item.oneColumns {
	margin-bottom: 0;
	width: 100%;
}

.amenities__image {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: space-between;
}

.amenities__image img {
	margin-bottom: 1em;
	display: inline-block;
}

.amenities__image figcaption {
	margin-top: auto;
	font-size: 20px;
}

.amenities__image figcaption small {
	font-family: var(--gothic);
	font-size: 14px;
	display: block;
}

/* diorama */
.amenities__image.diorama img {
	width: auto;
	height: 235px;
}

/* cushion */
.amenities__image.cushion img {
	width: auto;
	height: 235px;
}

/* key */
.amenities__image.key {
	height: auto;
}

.amenities__image.key img {
	max-width: 453px;
}

.amenities__image.key figcaption small {
	margin-left: 0.5em;
	display: inline-block;
}

/* cardkey */
.amenities__item .cardkey {
	margin-top: 1em;
	font-size: 20px;
}

.amenities__item .cardkey__title {
	margin-bottom: 1em;
	padding: 0 1em;
	border: solid 1px rgb(var(--wht));
	display: inline-block;
}

/* linkBtn */
.roomContents .linkBtn {
	display: flex;
	justify-content: center;
}

.roomContents .linkBtn__item {
	width: 45.74689%;
}

.roomContents .linkBtn__item a {
	background: rgba(var(--blk), 0.5);
	padding: 0 1.5em;
	height: 90px;
	line-height: 1.5;
	color: rgb(var(--wht));
	font-size: 20px;
	border: solid 1px rgb(var(--wht));
	justify-content: center;
}

.roomContents .linkBtn__item a:hover {
	background: rgb(var(--blk));
}

.roomContents .linkBtn__item a svg {
	fill: rgb(var(--wht));
	width: 11px;
	right: 1.5em;
}

@media screen and (max-width: 1000px) {
	.amenities__title span {
		font-size: 2.8vw;
	}

	.amenities__image figcaption {
		font-size: 2vw;
	}

	.amenities__image figcaption small {
		font-size: 1.4vw;
	}

	/* diorama */
	.amenities__image.diorama img {
		/* height: 21.8vw; */
		height: 23.5vw;
	}

	/* cushion */
	.amenities__image.cushion img {
		height: 23.5vw;
	}

	/* key */
	.amenities__image.key img {
		max-width: 45.3vw;
	}

	/* cardkey */
	.amenities__item .cardkey {
		font-size: 2vw;
	}

	/* linkBtn */
	.roomContents .linkBtn__item a {
		height: 9vw;
		font-size: 2vw;
	}

	.roomContents .linkBtn__item a svg {
		width: 1.1vw;
	}
}

@media screen and (max-width: 768px) {
	.amenities__title {
		overflow-y: hidden;
		position: relative;
	}

	.amenities__title span {
		line-height: 1.25;
		font-size: 6.93333vw;
		display: block;
		position: relative;
	}

	.amenities__title.etc::before,
	.amenities__title.etc::after,
	.amenities__title.etc span::before,
	.amenities__title.etc span::after {
		background: rgb(var(--wht));
		width: 1px;
		height: 100%;
		position: absolute;
		content: "";
	}

	.amenities__title.etc::before,
	.amenities__title.etc::after {
		left: 0;
	}

	.amenities__title.etc span::before,
	.amenities__title.etc span::after {
		right: 0;
	}

	.amenities__title.etc::before {
		bottom: 50%;
		transform: rotate(30deg);
		transform-origin: left bottom;
	}

	.amenities__title.etc::after {
		top: 50%;
		transform: rotate(-30deg);
		transform-origin: left top;
	}

	.amenities__title.etc span::before {
		bottom: 50%;
		transform: rotate(-30deg);
		transform-origin: right bottom;
	}

	.amenities__title.etc span::after {
		top: 50%;
		transform: rotate(30deg);
		transform-origin: right top;
	}

	.amenities__title.etc span i {
		display: none;
	}

	.amenities__contents--lead {
		font-size: 4vw;
		text-align: left;
	}

	.amenities__list {
		display: block;
	}

	.amenities__item.oneColumns {
		width: 100%;
	}

	.amenities__image {
		height: auto;
		display: block;
	}

	.amenities__image figcaption {
		font-size: 5.33333vw;
	}

	.amenities__image figcaption small {
		font-size: 3.73333vw;
	}

	/* diorama */
	.amenities__image.diorama img {
		width: 100%;
		height: auto;
	}

	/* cushion */
	.amenities__image.cushion img {
		width: 100%;
		height: auto;
	}

	/* key */
	.amenities__image.key img {
		max-width: 100%;
	}

	.amenities__image.key figcaption small {
		margin-left: 0;
		display: block;
	}

	/* cardkey */
	.amenities__item .cardkey {
		font-size: 4.8vw;
	}

	.amenities__item .cardkey__title {
		padding: 0.5em 0;
		line-height: 1.25;
		display: block;
	}

	.amenities__item .cardkey__contents {
		font-size: 4vw;
		letter-spacing: -0.005em;
	}

	/* linkBtn */
	.roomContents .linkBtn {
		display: block;
	}

	.roomContents .linkBtn__item {
		width: 100%;
	}

	.roomContents .linkBtn__item:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.roomContents .linkBtn__item a {
		height: 19.2vw;
		font-size: 4.26667vw;
	}

	.roomContents .linkBtn__item a svg {
		width: 2.4vw;
	}
}

/*
	price
------------------------------ */
.room .price {
	margin-bottom: 2em;
	text-align: center;
}

.room .price__title {
	margin-bottom: 0.5em;
	font-size: 18px;
}

.room .price__detail {
	font-size: 34px;
}

.room .price__table {
	margin: 0 auto;
}

.room .price__table th,
.room .price__table td {
	line-height: 1.5;
	vertical-align: middle;
}

.room .price__table th {
	padding-right: 1em;
	font-size: 18px;
}

.room .price__table td {
	font-size: 34px;
}

.room .price+.list {
	margin: 1em 0 2em;
}

@media screen and (max-width: 1000px) {
	.room .price__title {
		font-size: 1.8vw;
	}

	.room .price__table th {
		font-size: 1.8vw;
	}

	.room .price__table td {
		font-size: 3.4vw;
	}
}

@media screen and (max-width: 768px) {
	.room .price__title {
		font-size: 4.8vw;
	}

	.room .price__detail {
		font-size: 8vw;
	}

	.room .price__table {
		display: block;
	}

	.room .price__table tbody,
	.room .price__table tr,
	.room .price__table th,
	.room .price__table td {
		padding: 0;
		width: 100%;
		text-align: center;
		display: block;
	}

	.room .price__table th {
		font-size: 4vw;
	}

	.room .price__table td {
		font-size: 8vw;
	}

	.room .price+.list {
		margin: 1em 0 2em;
	}
}

/*
	linkBtn
------------------------------ */
.room .lineBox .linkBtn {
	margin-top: 2em;
}

.room .lineBox .linkBtn a {
	margin: 0 auto;
	max-width: 350px;
	height: 64px;
	color: rgb(var(--wht));
	font-size: 20px;
	border: solid 1px rgb(var(--wht));
}

.room .lineBox .linkBtn a svg {
	fill: rgb(var(--wht));
	height: 19px;
	right: 1em;
}

.room .lineBox .linkBtn a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--blk));
}

.room .lineBox .linkBtn a:hover svg {
	fill: rgb(var(--blk));
}

@media screen and (max-width: 1000px) {
	.room .lineBox .linkBtn a {
		max-width: 350px;
		height: 6.4vw;
		font-size: 2vw;
	}

	.room .lineBox .linkBtn a svg {
		height: 1.9vw;
	}
}

@media screen and (max-width: 768px) {
	.room .lineBox .linkBtn a {
		max-width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
	}

	.room .lineBox .linkBtn a svg {
		height: 4.8vw;
	}
}

/*
	panel
------------------------------ */
.panel {
	margin-top: 3em;
}

.panel__list {
	display: flex;
	flex-wrap: wrap;
}

.panel__list .panel__item {
	margin: 0 6px 6px 0;
}

.panel__list .panel__item.elevator {
	width: calc((100% - 6px) / 2);
}

.panel__list .panel__item.corridor {
	width: calc((100% - 18px) / 4);
}

.panel__list .panel__item:nth-child(2),
.panel__list .panel__item:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	.panel__list .panel__item {
		margin: 0 0.6vw 0.6vw 0;
	}

	.panel__list .panel__item.elevator {
		width: calc((100% - 0.6vw) / 2);
	}

	.panel__list .panel__item.corridor {
		width: calc((100% - 1.8vw) / 4);
	}
}

@media screen and (max-width: 768px) {
	.panel__list {
		display: flex;
		flex-wrap: wrap;
	}

	.panel__list .panel__item {
		margin: 0 1.6vw 1.6vw 0;
	}

	.panel__list .panel__item.elevator {
		width: 100%;
	}

	.panel__list .panel__item.corridor {
		width: calc((100% - 1.6vw) / 2);
	}

	.panel__list .panel__item:nth-child(1),
	.panel__list .panel__item:nth-child(2n),
	.panel__list .panel__item:last-of-type {
		margin-right: 0;
	}
}

/*
	roomNav
------------------------------ */
.roomNav__list {
	display: flex;
	justify-content: space-between;
}

.roomNav__item {
	width: 47.77778%;
}

.roomNav__item a {
	background-size: cover;
	width: 100%;
	height: 137px;
	line-height: 1.25;
	color: rgb(var(--wht));
	font-size: 38px;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgb(var(--blk));
	text-decoration: none;
	letter-spacing: 0.2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.roomNav__item.kaigyoku a {
	background: url(../img/roomBtn1.webp) center no-repeat;
}

.roomNav__item.shibuya a {
	background: url(../img/roomBtn2.webp) center no-repeat;
}

.roomNav__item a::after {
	margin-top: 0.25rem;
	width: 16px;
	height: 16px;
	border-bottom: solid 1px rgb(var(--wht));
	border-right: solid 1px rgb(var(--wht));
	display: block;
	transform: rotate(45deg) translateX(-50%);
	content: "";
}

.roomNav__item a small {
	font-size: 24px;
	letter-spacing: 0.1em;
	display: block;
}

@media screen and (max-width: 1000px) {
	.roomNav__item a {
		height: 13.7vw;
		font-size: 3.8vw;
	}

	.roomNav__item a::before {
		width: 1.6vw;
		height: 1.6vw;
	}

	.roomNav__item a small {
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 768px) {
	.roomNav__list {
		display: block;
	}

	.roomNav__item {
		width: 100%;
	}

	.roomNav__item:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.roomNav__item a {
		height: 27.2vw;
		line-height: 1.25;
		font-size: 6.93333vw;
	}

	.roomNav__item a::after {
		width: 3.2vw;
		height: 3.2vw;
	}

	.roomNav__item a small {
		font-size: 4.26667vw;
	}
}

/* ----------------------------------------------------
	modal
---------------------------------------------------- */
.modalContent {
	background: rgb(var(--wht));
	max-width: 800px;
	width: 90%;
	max-height: 98vh;
	color: rgb(var(--blk));
	border: solid 20px rgb(var(--yel));
	display: none;
	flex-direction: column-reverse;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1100;
	transform: translate(-50%, -50%);
}

.modalInner {
	padding: 0 40px 40px;
}

.closeModal {
	padding-right: 1em;
	min-height: 65px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.closeModal .closeBtn {
	padding-right: 48px;
	line-height: 1;
	font-size: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.closeModal .closeBtn::before,
.closeModal .closeBtn::after {
	background: rgb(var(--blk));
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}

.closeModal .closeBtn::before {
	transform: translateY(-50%) rotate(45deg);
}

.closeModal .closeBtn::after {
	transform: translateY(-50%) rotate(-45deg);
}

.modalBackground {
	background: rgba(var(--blk), 0.75);
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1099;
}

@media screen and (max-height: 950px) {
	.modalContent {
		max-width: 580px;
		width: 90%;
		max-height: 95vh;
		border-width: 2.10526vh;
	}

	.modalInner {
		padding: 0 4.21053vh 4.21053vh;
	}

	.closeModal {
		min-height: 6.84211vh;
	}

	.closeModal .closeBtn {
		padding-right: 5.05263vh;
		font-size: 2.10526vh;
	}

	.closeModal .closeBtn::before,
	.closeModal .closeBtn::after {
		width: 4.21053vh;
	}
}

@media screen and (max-width: 1000px) {
	.modalContent {
		width: 90%;
		border-width: 2vw;
	}

	.modalInner {
		padding: 0 4vw 5vw;
	}

	.closeModal {
		min-height: 6.5vw;
	}

	.closeModal .closeBtn {
		padding-right: 4.8vw;
		font-size: 2vw;
	}

	.closeModal .closeBtn::before,
	.closeModal .closeBtn::after {
		width: 4vw;
	}
}

@media screen and (max-width: 768px) {
	.modalContent {
		border-width: 2.66667vw;
	}

	.modalInner {
		padding: 0 6vw 6vw;
	}

	.closeModal {
		min-height: 12vw;
	}

	.closeModal .closeBtn {
		padding-right: 9.6vw;
		font-size: 4.26667vw;
	}

	.closeModal .closeBtn::before,
	.closeModal .closeBtn::after {
		width: 8vw;
	}
}

/*
	modalInner
------------------------------ */
.modalInner .menuName {
	margin-top: 1em;
	line-height: 1.25;
	font-size: 34px;
}

.modalInner .menuPrice {
	margin: 0.5em 0;
	line-height: 1;
	font-size: 27px;
}

.modalInner .material__title {
	font-size: 18px;
}

.modalInner .material__contents {
	font-family: var(--gothic);
	font-size: 16px;
}

.modalInner .menuName,
.modalInner .menuPrice,
.modalInner .material__title {
	color: #a39516;
	font-weight: bold;
}

@media screen and (max-height: 950px) {
	.modalInner .menuName {
		margin-top: 0.5em;
		font-size: 2.94737vh;
	}

	.modalInner .menuPrice {
		font-size: 2.52632vh;
	}

	.modalInner .material__title {
		font-size: 2.10526vh;
	}

	.modalInner .material__contents {
		font-size: 1.89474vh;
	}
}

@media screen and (max-width: 1000px) {
	.modalInner .menuName {
		font-size: 3.4vw;
	}

	.modalInner .menuPrice {
		font-size: 2.7vw;
	}

	.modalInner .material__title {
		font-size: 1.8vw;
	}

	.modalInner .material__contents {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 768px) {
	.modalInner .menuName {
		font-size: 6.4vw;
	}

	.modalInner .menuPrice {
		font-size: 4.8vw;
	}

	.modalInner .material__title {
		font-size: 4.26667vw;
	}

	.modalInner .material__contents {
		font-size: 3.73333vw;
	}
}

/* ----------------------------------------------------
	lounge
---------------------------------------------------- */
.lounge .list.note li {
	text-align: center;
}

.lounge .list.note li::before {
	position: relative;
}

/*
	loungeTime
------------------------------ */
.lounge .loungeTime {
	margin-bottom: 3em;
	text-align: center;
}

.lounge .loungeTime__title {
	margin-bottom: 0.5em;
	font-size: 24px;
}

.lounge .loungeTime__table {
	margin: 0 auto;
}

.lounge .loungeTime__table th,
.lounge .loungeTime__table td {
	line-height: 1.5;
	font-size: 24px;
	vertical-align: middle;
}

.lounge .loungeTime__table th {
	padding-right: 1em;
}

@media screen and (max-width: 1000px) {

	.lounge .loungeTime__title,
	.lounge .loungeTime__table th,
	.lounge .loungeTime__table td {
		font-size: 2.4vw;
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
	.lounge .loungeTime__title {
		font-size: 5.33333vw;
	}

	.lounge .loungeTime__table {
		width: 100%;
	}

	.lounge .loungeTime__table th,
	.lounge .loungeTime__table td {
		font-size: 4.8vw;
	}
}

/*
	loungeType
------------------------------ */
.loungeType {
	display: flex;
	flex-wrap: wrap;
}

.loungeType__item {
	margin-bottom: 60px;
	padding: 40px;
	width: 46.66667%;
	border: solid 1px rgb(var(--wht));
	display: flex;
	flex-direction: column;
}

.loungeType__item:not(:nth-child(even)) {
	margin-right: calc(100% - (46.66667% * 2));
}

.loungeType__title {
	margin-bottom: 1em;
	line-height: 1;
	text-align: center;
}

.loungeType__title .type {
	margin-bottom: 1em;
	padding: 0.25em 0.5em;
	font-size: 23px;
	border: solid 1px rgb(var(--wht));
	display: inline-flex;
	align-items: center;
	overflow: hidden;
}

.loungeType__title .type i {
	padding-left: 1em;
	font-size: 36px;
	display: inline-block;
	position: relative;
}

.loungeType__title .type i::after {
	background: rgb(var(--wht));
	width: 1px;
	height: 200%;
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%) rotate(30deg);
	content: "";
}

.loungeType__title .title {
	line-height: 1.25;
	font-size: 32px;
	display: block;
}

.loungeType__text {
	margin-bottom: 1em;
}

.lounge .modalSwitch {
	margin-top: auto;
}

.lounge .modalSwitch span {
	background: rgb(var(--yel));
	height: 70px;
	color: rgb(var(--blk));
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.modalSwitch span:hover {
	background: rgba(var(--yel), 0.5);
}

@media screen and (max-width: 1000px) {
	.loungeType__item {
		margin-bottom: 6vw;
		padding: 4vw;
	}

	.loungeType__title .type {
		font-size: 2.3vw;
	}

	.loungeType__title .type i {
		font-size: 3.6vw;
	}

	.loungeType__title .title {
		font-size: 3.2vw;
	}

	.loungeType__title .text {
		font-size: 1.6vw;
	}

	.lounge .modalSwitch span {
		height: 7vw;
		font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.loungeType {
		flex-direction: column;
	}

	.loungeType__item {
		margin-bottom: 7.46667vw;
		padding: 6.4vw;
		width: 100%;
	}

	.loungeType__item:not(:nth-child(even)) {
		margin-right: 0;
	}

	.loungeType__title .type {
		font-size: 4.8vw;
	}

	.loungeType__title .type i {
		font-size: 7.46667vw;
	}

	.loungeType__title .title {
		font-size: 6.93333vw;
	}

	.loungeType__text {
		font-size: 4vw;
	}

	.lounge .modalSwitch span {
		height: 13.33333vw;
		font-size: 5.33333vw;
	}
}

/*
	lineBox
------------------------------ */
.lounge .lineBox .title {
	color: rgb(var(--yel));
	font-size: 30px;
	letter-spacing: 0.05em;
}

.lounge .lineBox .list.note {
	margin: 1em 0 2em;
}

.lounge .lineBox .sample-image {
	margin-bottom: 1em;
	padding: 0 50px;
}

@media screen and (max-width: 1000px) {
	.lounge .lineBox .title {
		font-size: 3vw;
	}

	.lounge .lineBox .sample-image {
		padding: 0 5vw;
	}
}

@media screen and (max-width: 768px) {
	.lounge .lineBox .title {
		line-height: 1.25;
		/* font-size: 8vw; */
		font-size: 7.2vw;
	}

	.lounge .lineBox .text {
		padding: 0 6vw;
		text-align: left;
	}

	.lounge .lineBox .list.note li {
		padding: 0;
		text-align: left;
	}

	.lounge .lineBox .sample-image {
		padding: 0;
	}
}

/*
	howToBuy
------------------------------ */
.howToBuy {
	background: rgb(var(--wht));
	margin: 0 50px 2em;
	padding: 2em 50px;
	color: rgb(var(--blk));
	text-align: center;
}

.howToBuy__title {
	font-size: 22px;
}

.howToBuy__detail .text {
	margin-bottom: 1em;
}

.howToBuy__detail .image img {
	max-width: 530px;
}

@media screen and (max-width: 1000px) {
	.howToBuy {
		margin: 0 5vw 2em;
		padding: 2em 5vw;
	}

	.howToBuy__title {
		font-size: 2.2vw;
	}
}

@media screen and (max-width: 768px) {
	.howToBuy {
		margin: 0 6vw 2em;
		padding: 2em 6vw;
		text-align: left;
	}

	.howToBuy__title {
		font-size: 4.26667vw;
	}

	.howToBuy__detail .text {
		padding: 0 !important;
	}

	.howToBuy__detail .image img {
		max-width: 100%;
	}
}

/* ----------------------------------------------------
	menu
---------------------------------------------------- */
/*
	period
------------------------------ */
.menu .period {
	margin-bottom: 3em;
	text-align: center;
}

.menu .period__table {
	margin: 0 auto 3em;
}

.menu .period__table th,
.menu .period__table td {
	line-height: 1.5;
	font-size: 24px;
	vertical-align: middle;
}

.menu .period__table tr:first-of-type th,
.menu .period__table tr:first-of-type td {
	padding-top: 0.5em;
	border-top: solid 1px rgb(var(--wht));
}

.menu .period__table tr:last-of-type th,
.menu .period__table tr:last-of-type td {
	padding-bottom: 0.5em;
	border-bottom: solid 1px rgb(var(--wht));
}

.menu .period__table th {
	padding-right: 1em;
}

.menu .period__table th {
	padding-left: 0.5em;
}

.menu .period__table td {
	padding-right: 0.5em;
}

.menu .period+.list.note li {
	color: rgb(var(--red));
	text-align: center;
}

.menu .period+.list.note li::before {
	position: relative;
}

@media screen and (max-width: 1000px) {

	.menu .period__table th,
	.menu .period__table td {
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 768px) {
	.menu .period__table {
		width: 100%;
	}

	.menu .period__table th,
	.menu .period__table td {
		font-size: 5.33333vw;
	}

	.menu .period__table th {
		text-align: right;
	}

	.menu .period__table th {
		padding-right: 0;
		text-align: left;
	}

	.menu .period+.list.note li {
		margin-left: 1.25em;
		padding-left: 0;
		text-align: left;
		text-indent: -1.25em;
	}
}

/*
	menuContents
------------------------------ */
.menuContents {
	margin-bottom: 4em;
}

.menuContents__title {
	background: rgb(var(--yel));
	margin-bottom: 1em;
	padding: 0.5em 0;
	line-height: 1;
	color: rgb(var(--blk));
	font-size: 26px;
	text-align: center;
}

.menuContents__time {
	margin-bottom: 1em;
	font-size: 20px;
	text-align: center;
	letter-spacing: -0.005em;
}

.menuContents__time--detail .pc-only {
	display: inline-block;
}

.menuContents__time--detail .list:not(:last-of-type) {
	margin-bottom: 1em;
}

.menuContents__time--detail .list.note li::before {
	position: relative;
}

.jp .menuContents__time--detail .list {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1000px) {
	.menuContents__title {
		font-size: 2.6vw;
	}

	.menuContents__time {
		font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.menuContents__title {
		font-size: 4.8vw;
	}

	.menuContents__time {
		font-size: 4.26667vw;
	}

	.menuContents__time--detail .pc-only {
		display: none;
	}

	.jp .menuContents__time--detail .list {
		display: block;
	}
}

/*
	menuContents__tab
------------------------------ */
.menuContents__tab {
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
}

.menuContents__tab--item {
	margin: 0 1em;
	width: 210px;
	height: 40px;
	font-size: 23px;
	border: solid 1px rgb(var(--wht));
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	position: relative;
	cursor: pointer;
}

.menuContents__tab--item.active,
.menuContents__tab--item:hover {
	background: rgb(var(--wht));
	color: rgb(var(--blk));
}

.menuContents__tab--item::after {
	margin-top: 0.25rem;
	width: 8px;
	height: 8px;
	border-bottom: solid 1px rgb(var(--wht));
	border-right: solid 1px rgb(var(--wht));
	display: block;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 1em;
	content: "";
}

.menuContents__tab--item.active::after,
.menuContents__tab--item:hover::after {
	border-bottom-color: rgb(var(--blk));
	border-right-color: rgb(var(--blk));
}

@media screen and (max-width: 1000px) {
	.menuContents__tab--item {
		width: 21vw;
		height: 4vw;
		font-size: 2.3vw;
	}

	.menuContents__tab--item::after {
		width: 0.8vw;
		height: 0.8vw;
	}
}

@media screen and (max-width: 768px) {
	.menuContents__tab--item {
		margin: 0;
		width: calc((100% - 8vw) / 3);
		height: 14.66667vw;
		font-size: 4.8vw;
	}

	.menuContents__tab--item:not(:last-of-type) {
		margin-right: 4vw;
	}

	.menuContents__tab--item::after {
		margin-top: 0;
		width: 2.13333vw;
		height: 2.13333vw;
		transform: rotate(45deg) translateX(-50%);
		right: auto;
		bottom: 1.5vw;
		left: 50%;
		content: "";
	}
}

/*
	menuList
------------------------------ */
.menuList {
	display: flex;
	flex-wrap: wrap;
}

.menuList__item {
	margin-bottom: 37px;
	width: calc((100% - 37px * 4) / 5);
	display: flex;
	flex-direction: column;
}

.menuList__item:not(:nth-child(5n)) {
	margin-right: 37px;
}

.menuList__item .category {
	font-family: var(--gothic);
	display: flex;
}

.menuList__item .image.modalSwitch {
	margin-bottom: 0.5em;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.menuList__item .image.modalSwitch:hover {
	opacity: 0.8;
}

.menuList__item .category {
	margin-bottom: 0.25em;
}

.menuList__item .category__item {
	margin-right: 0.25em;
	padding: 0.25em;
	line-height: 1;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}

.menuList__item .category__item.type1 {
	color: #00b1ea;
	border-color: #00b1ea;
}

.menuList__item .category__item.type2 {
	color: #f55046;
	border-color: #f55046;
}

.menuList__item .category__item.type3 {
	color: #ddd583;
	border-color: #ddd583;
}

.menuList__item .menuTitle {
	line-height: 1.5;
}

.menuList__item .price {
	margin: 0.5em 0 1em;
	line-height: 1;
}

.menuList__item .modalNote {
	margin-top: auto;
}

.menuList__item .modalNote span {
	padding: 0.5em 0;
	line-height: 1;
	font-size: 14px;
	text-align: center;
	border: solid 1px rgb(var(--wht));
	display: block;
	position: relative;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.menuList__item .modalNote span::before {
	background: rgb(var(--wht));
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
}

@media screen and (max-width: 1000px) {
	.menuList__item {
		margin-bottom: 3.7vw;
		width: calc((100% - 3.7vw * 4) / 5);
	}

	.menuList__item:not(:nth-child(5n)) {
		margin-right: 3.7vw;
	}

	.menuList__item .category__item {
		font-size: 1.4vw;
	}

	.menuList__item .modalNote span {
		font-size: 1.4vw;
		cursor: pointer;
	}

	.menuList__item .modalNote span::before {
		width: 1vw;
		height: 1vw;
	}
}

@media screen and (max-width: 768px) {
	.menuList__item {
		margin-bottom: 6.66667vw;
		width: calc((100% - 6.66667vw) / 2);
	}

	.menuList__item:not(:nth-child(5n)) {
		margin-right: auto;
	}

	.menuList__item:not(:nth-child(even)) {
		margin-right: 6.66667vw;
	}

	.menuList__item .category__item {
		font-size: 3.73333vw;
	}

	.menuList__item .menuTitle,
	.menuList__item .price {
		font-size: 4.26667vw;
	}

	.menuList__item .modalNote span {
		font-size: 3.73333vw;
	}

	.menuList__item .modalNote span::before {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

/*
	lineBox
------------------------------ */
.menu .lineBox__title {
	margin-bottom: 1em;
	color: rgb(var(--yel));
	font-size: 30px;
}

.menu .lineBox .lineBox__detail .title {
	font-size: 20px;
}

.menu .lineBox .lineBox__detail .title small {
	font-size: 16px;
	display: block;
}

.menu .lineBox .lineBox__detail .title {
	font-size: 20px;
}

.menu .lineBox .image {
	margin-bottom: 1em;
	padding: 0 50px;
}

.menu .lineBox .image:not(:last-of-type) {
	margin-bottom: 3em;
}

.menu .lineBox .sample-image {
	display: flex;
	flex-direction: column-reverse;
}

.menu .lineBox .sample-image figcaption {
	margin: 0 0 1em;
}

@media screen and (max-width: 1000px) {
	.menu .lineBox__title {
		font-size: 3vw;
	}

	.menu .lineBox .lineBox__detail .title {
		font-size: 2vw;
	}

	.menu .lineBox .lineBox__detail .title small {
		font-size: 1.6vw;
	}

	.menu .lineBox .lineBox__detail .title {
		font-size: 2vw;
	}

	.menu .lineBox .image {
		padding: 0 5vw;
	}
}

@media screen and (max-width: 768px) {
	.menu .lineBox__title {
		/* font-size: 8vw; */
		font-size: 7.2vw;
	}

	.menu .lineBox .lineBox__detail .title,
	.menu .lineBox .lineBox__detail .title small,
	.menu .lineBox .sample-image figcaption {
		margin: 0;
		font-size: 4vw;
	}

	.menu .lineBox .image {
		padding: 0 6vw;
	}

	.menu .lineBox .sample-image figcaption {
		margin-bottom: 1em;
	}
}


/*24.06.24　追加*/
.about .collaboration__date.end_en{
	flex-wrap: wrap;
	max-width: 64.5%;
	margin: 0 auto 1em;
}
@media screen and (min-width: 769px)  and (max-width: 1000px) {
	.about .collaboration__date.end_en{max-width: 45.6%;}
}
@media screen and (min-width: 1001px) {
	.about .collaboration__date.end_en{max-width: 456px;}
}

.about .collaboration__date.end{
	flex-wrap: wrap;
	max-width: 82.1%;
	margin: 0 auto 1em;
}
@media screen and (min-width: 769px)  and (max-width: 1000px) {
	.about .collaboration__date.end{max-width: 59.4%;}
}
@media screen and (min-width: 1001px) {
	.about .collaboration__date.end{max-width: 593px;}
}

.about .collaboration__date.end div,
.about .collaboration__date.end_en div{
	width: 100%;
}
.about .collaboration__date.end div + div,
.about .collaboration__date.end_en div + div{
	padding-top: .4em;
	color: rgb(var(--red));
	text-align: right;
}
.lyt-extension{
	color: rgb(var(--red));
	background-color: rgb(var(--blk,.6));
}
.lyt-date-out{
	position: relative;
}
.lyt-date-out::before {
	position: absolute;
	content: "";
	top: 40%;
	width: 100%;
	height: 1px;
	border-bottom: 5px solid rgb(var(--red));
}