@charset "UTF-8";

/* ---------------------------------------------------
	poolContents
---------------------------------------------------- */
.poolContents {
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.poolContents.active {
	display: block;
	opacity: 1;
}

/* ---------------------------------------------------
	about
---------------------------------------------------- */
.about {
	padding: 0 50px 60px;
	background: url(../img/daypool_bg.webp);
	background-size: 100% auto;
}

.about .container {
	margin: 0 auto;
	max-width: 980px;
	background: rgba(255, 255, 255, 0.8);
	padding: 60px 90px 0 90px;
}

.about__main {
	margin-bottom: 2em;
	display: flex;
}

.about__main--image {
	margin-right: 3%;
	width: 46%;
}

.about__main--contents {
	width: calc(52%);
}

.about__main--contents .title {
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: 30px;
	color: #006cda;
}

.title_en {
	margin-bottom: 60px;
	line-height: 1.5;
	color: #006cda;
	text-align: center;
	font-family: var(--futura);
	font-size: 60px;
	font-weight: 600;
}

.about__main--contents .date__item {
	line-height: 1.5;
	margin-bottom: 1rem;
	font-size: 24px;
	font-weight: bold;
}

.about__main--contents .date__item small {
	font-size: 18px;
	font-weight: normal;
	display: block;
}

.about__main--contents .text {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.about__main--contents .notes li {
	line-height: 1.4;
	font-size: 13px;
}

.container .link {
	display: flex;
	margin: 3rem auto 0;
	padding-bottom: 4rem;
	width: fit-content;
}

.container .link .linkBtn:not(:last-of-type) {
	margin-right: 2em;
}

.container .link .linkBtn a {
	padding: 0 0.5em;
	color: rgb(var(--blk));
	font-size: 17px;
	border-bottom: solid 1px rgb(var(--blk));
}

.container .link .linkBtn a:hover {
	opacity: 0.6;
}

.container .link .linkBtn a svg {
	margin-left: 1em;
	width: 8px;
	display: inline-block;
}

.container .link+.list.note {
	margin-top: 2rem;
}

.about .container__camp {
	border: #00a1ff 5px solid;
	padding: 30px 90px;
}

.about .container__camp p {
	font-size: 72px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.container__camp--ttl01 {
	color: #32a6ff;
}

.container__camp--ttl02 {
	color: #5ad150;
	font-size: 46px;
}

.container__camp--ttl03 {
	color: #ff43b1;
}

.container__camp--ttl04 {
	font-size: 67px;
	color: #ff9e4a;
}

.container__camp--ttl05 {
	font-size: 59px;
	color: #ff3b9c;
}

.container__camp--ttl06 {
	font-size: 59px;
	color: #68d861;
}

.container__camp--ttl07 {
	font-size: 59px;
	color: #426bff;
}

.container__camp--ttl08 {
	font-size: 59px;
	color: #ff6659;
}

.container__camp--ttl09 {
	font-size: 59px;
	color: #2b85ff;
}

.container__camp--ttl10 {
	font-size: 59px;
	color: #ff993e;
}

.container__camp--inner {
	display: flex;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.container__camp--inner:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.container__camp--inner.box01 {
	background: url(../img/dayAbout_c01.svg) right 20px no-repeat;
	background-size: 220px 180px;
}

.container__camp--inner.box02 {
	background: url(../img/dayAbout_c02.svg) right 20px no-repeat;
	background-size: 140px 149px;
}

.container__camp--inner.box03 {
	background: url(../img/dayAbout_c03.svg) right 20px no-repeat;
	background-size: 172px 163px;
}

.flex__camp02 {
	display: flex;
	margin-bottom: 20px;
}

.container__camp--inner>div:first-child {
	margin-right: 20px;
}

.container__camp--cercle {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #006cda;
	font-family: var(--futura);
	font-size: 45px;
	font-weight: 500;
	border-radius: 100%;
	height: 88px;
	width: 88px;
}

.about .container__camp .flex__camp01>p {
	font-size: 30px;
	color: #006cda;
	text-align: left;
	line-height: 1.4;
}

.about .container__camp .flex__camp01 .flex__camp--ttl {
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 5px;
}


.flex__camp--sttl {
	font-size: 16px;
	color: #006cda;
	border-radius: 40px;
	text-align: center;
	border: 1px solid #006cda;
	width: 82px;
	display: block;
	margin-right: 10px;
}

.container ul.note li {
	font-size: 13px;
}


.about .container__garden {
	padding: 30px;
	background: #00a1ff;
	color: #fff;
}

.about .container__garden--main {
	display: flex;
	width: fit-content;
	margin: 40px auto 40px;
	align-items: center;

	.container__garden--logo {
		width: 289px;
		margin-right: 20px;
	}

	.container__garden--copy {
		font-size: 25px;
		font-weight: 600;
	}

}

.about .container__garden--sub {
	display: flex;
	width: fit-content;
	margin: 0 auto;

	.container__garden--sttl {
		font-size: 30px;
		margin-right: 20px;

	}

	.container__garden--copy {
		font-size: 18px;
		font-weight: 400;
		margin-top: 10px;
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 768px) {

	.title_en {
		margin-top: 8vw;
		font-size: 6vw;
		margin-bottom: 4vw;
	}

	.container .link {
		display: block;
		margin: 2rem auto 0;
		padding-bottom: 2rem;
		width: fit-content;
	}

	.container .link .linkBtn:not(:last-of-type) {
		margin-right: 0;
	}

	.container .link .linkBtn a {
		padding: 0 0.5em;
		font-size: 4vw;
		margin-bottom: 2vw;
	}

	.about .container__camp p {
		font-size: 9vw;
		text-align: center;
		font-weight: 600;
		margin-bottom: 4vw;
		line-height: 1;
	}

	.container__camp--ttl01 {}

	.container__camp--ttl02 {
		font-size: 5vw;
	}

	.container__camp--ttl03 {}

	.container__camp--ttl04 {
		font-size: 9vw;
	}

	.container__camp--ttl05 {
		font-size: 6.5vw;
	}

	.container__camp--ttl06 {
		font-size: 6.5vw;
	}

	.container__camp--ttl07 {
		font-size: 6.5vw;
	}

	.container__camp--ttl08 {
		font-size: 6.5vw;
	}

	.container__camp--ttl09 {
		font-size: 6.5vw;
	}

	.container__camp--ttl10 {
		font-size: 6.5vw;
	}

	.container__camp--cercle {
		font-size: 7vw;
		height: 11.47vw;
		width: 11.47vw;
	}

	.about .container__camp .flex__camp01>p {
		font-size: 5vw;
	}

	.flex__camp01 .flex__camp02 {
		display: flex;
		margin-bottom: 3vw;
		margin-left: -16vw;
	}


	.container__camp--inner.box01 {
		background: url(../img/dayAbout_c01.svg) right 2vw no-repeat;
		background-size: 30vw auto;
	}

	.container__camp--inner.box02 {
		background: url(../img/dayAbout_c02.svg) right 2vw no-repeat;
		background-size: 20vw auto;
	}

	.container__camp--inner.box03 {
		background: url(../img/dayAbout_c03.svg) right 2vw no-repeat;
		background-size: 20vw auto;
	}
}

.about .container--bottom {
	padding: 40px;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;

	>div {
		width: calc(50% - 20px);
	}

	.container--bottom--ttl {
		font-size: 30px;
		color: #006cda;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.container--bottom--copy {
		font-size: 20px;
	}

	.slick-dots li {
		border-radius: 10px;
		background: #666;
		bottom: 30px;
		width: 15px;
		height: 15px;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}


	.slick-dots li.slick-active {
		background: #fff;
	}

}

/* foodTruck */
.foodTruck {
	margin-bottom: 0;
}

.foodTruck .inner {
	padding-left: 1em;
}

.foodTruck .about__main--image {
	margin-right: 0;
	width: calc(37.8997% + 5.28522%);
}

.foodTruck .about__main--contents .title {
	margin: 18px 0 0.5em;
}

.night .about {
	background: #ffddee;
	padding: 0 50px 0;
}

.night .about__main--contents .date__item {
	font-size: 20px;
	color: #000;
}

@media screen and (max-width: 1200px) {
	.about {
		padding: 0 4.16667vw;
	}

	.about__main--contents .title {
		font-size: 2.5vw;
	}

	.about__main--contents .date__item {
		font-size: 2vw;
	}

	.about__main--contents .date__item small {
		font-size: 1.5vw;
	}

	.about__main--contents .text,
	.about__main--contents .notes li {
		font-size: 1.5vw;
	}

	.about__main--contents .link .linkBtn a {
		font-size: 1.41667vw;
	}

	.about__main--contents .link .linkBtn a svg {
		width: 0.66667vw;
	}

	/* foodTruck */
	.foodTruck .about__main--contents .title {
		margin-top: 1.5vw;
	}
}

@media screen and (max-width: 768px) {


	.about .container__camp .flex__camp01 .flex__camp--ttl {
		font-size: 3.4vw;
	}

	.flex__camp--sttl {
		font-size: 3.4vw;
		width: 18vw;
	}

	.container ul.note li {
		font-size: 3vw;
	}

	.night .about {
		padding: 6vw 0 0 !important;
		background-size: 100% 100%;
	}

	.about .container {
		padding: 4vw;
		display: block;
	}

	.about .container--bottom {
		>div {
			width: 100%;
			margin-bottom: 10vw;
		}

		.container--bottom--ttl {
			font-size: 7vw;
		}

		.container--bottom--copy {
			font-size: 4vw;
		}
	}


	.about__main {
		/*margin-bottom: 5em;*/
		display: block;
	}

	.about__main--image {
		margin: 0 -5% 1em;
		width: 110%;
	}

	.about__main--contents {
		width: 100%;
	}

	.about__main--contents .title {
		font-size: 4.8vw;
		text-align: center;
	}

	.about__main--contents .date__item {
		font-size: 4vw;
		text-align: center;
	}

	.about__main--contents .date__item small {
		font-size: 3.3vw;
	}

	.about__main--contents .text {
		font-size: 3.73333vw;
	}

	.about__main--contents .notes li {
		font-size: 3.2vw;
	}

	.about__main--contents .link {
		display: block;
	}

	.about__main--contents .link .linkBtn:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 1em;
	}

	.about__main--contents .link .linkBtn a {
		height: 8vw;
		font-size: 3.73333vw;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}

	.about__main--contents .link .linkBtn a svg {
		width: 1.6vw;
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
	}

	.about .container__garden--main {
		display: block;
		width: fit-content;
		margin: 4vw auto 4vw;
		align-items: center;
	}

	.about .container__garden--main {
		.container__garden--logo {
			width: 48vw;
			margin-right: 0;
			margin: 0 auto 5vw;
		}

		.container__garden--copy {
			font-size: 3.6vw;
			font-weight: 600;
			text-align: center;
		}
	}

	.about .container__garden--sub {
		display: block;
	}

	.about .container__garden--sub {
		.container__garden--sttl {
			font-size: 5vw;
			margin-right: 0;
			margin-bottom: 0;
		}

		.container__garden--copy {
			font-size: 4vw;
			font-weight: 400;
			margin-top: 0;
			margin-bottom: 5px;
		}
	}

	/* foodTruck */
	.foodTruck {
		display: flex;
		flex-direction: column-reverse;
	}

	.foodTruck .inner {
		padding: 0;
	}

	.foodTruck .about__main--image {
		margin: 1em auto 0;
		width: 100%;
	}

	.foodTruck .about__main--image img {
		margin-left: 10.4vw;
		width: 80%;
		display: inline-block;
	}

}

/*
	day
------------------------------ */
.day .about__60th {
	margin: 0 auto 5em;
	max-width: 940px;
	display: flex;
	justify-content: space-between;
}

.day .about__60th--image {
	margin-left: 5%;
	width: 41.01339%;
}

.day .about__60th--inner {
	width: calc(100% - 46.01339%);
}

.day .about__60th--title {
	margin-bottom: 2rem;
	line-height: 1.5;
	color: #A30012;
	font-size: 33px;
	display: flex;
	align-items: center;
}

.day .about__60th--title .image {
	margin-right: 1em;
	width: 35.7002%;
}

.day .about__60th--contents .title {
	color: #A30012;
	font-size: 30px;
}

.day .about__60th--contents .title span {
	margin-right: 0.5rem;
	font-size: 20px;
	display: inline-block;
}

.day .about__60th--contents .title span::before {
	margin-right: 0.5rem;
	font-size: 30px;
	display: inline-block;
	content: "◆";
}

.day .about__60th--contents .detail {
	margin-bottom: 1em;
}

.day .about__60th--contents .detail .text {
	margin-bottom: 0.5em;
}

.day .about__60th--contents .detail .text,
.day .about__60th--contents .detail .table th,
.day .about__60th--contents .detail .table td {
	font-size: 18px;
}

.day .about__60th--contents .detail .table th {
	padding-right: 1em;
	vertical-align: top;
}

@media screen and (max-width: 1200px) {
	.day .about__60th--title {
		font-size: 2.75vw;
	}

	.day .about__60th--contents .title {
		font-size: 2.5vw;
	}

	.day .about__60th--contents .title span {
		font-size: 1.66667vw;
	}

	.day .about__60th--contents .title span::before {
		font-size: 2.5vw;
	}

	.day .about__60th--contents .detail .text,
	.day .about__60th--contents .detail .table th,
	.day .about__60th--contents .detail .table td {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.day .about__60th {
		display: block;
	}

	.day .about__60th--image {
		margin: 1em auto 0;
		width: 60%;
	}

	.day .about__60th--inner {
		width: 100%;
	}

	.day .about__60th--title {
		font-size: 5.6vw;
	}

	.day .about__60th--title .image {
		width: 30%;
	}

	.day .about__60th--contents .title {
		margin-bottom: 0.5em;
		margin-left: 1.5em;
		line-height: 1.5;
		font-size: 5.6vw;
		text-indent: -0.75em;
	}

	.day .about__60th--contents .title span {
		margin-right: 0;
		font-size: 4.26667vw;
		display: block;
	}

	.day .about__60th--contents .title span::before {
		font-size: 6.4vw;
	}

	.day .about__60th--contents .detail .text,
	.day .about__60th--contents .detail .table th,
	.day .about__60th--contents .detail .table td {
		font-size: 3.73333vw;
	}

	.day .about__60th--contents .detail .table,
	.day .about__60th--contents .detail .table tbody,
	.day .about__60th--contents .detail .table tr,
	.day .about__60th--contents .detail .table th,
	.day .about__60th--contents .detail .table td {
		display: block;
	}

	.day .about__60th--contents .detail .table td {
		margin-bottom: 0.5em;
	}
}

/*
	night
------------------------------ */
.night .about {
	background: #ffddee;
	padding: 0 0 0;
}

.night .about__main--contents .date__item {
	font-size: 20px;
	color: #000;
}

.about__top {
	background: url(../img/night_mochif_top.webp) top center no-repeat;
}

.about__center {
	background: url(../img/night_mochif_center.webp) top center no-repeat;
	height: 721px;
	margin-bottom: 60px;
}

.about__bottom {
	background: url(../img/night_mochif_bottom.webp) bottom center no-repeat;
	padding-bottom: 60px;
}

.about__bottom__info {
	width: 836px;
	height: 394px;
	background: url(../img/night_bottom.webp) top center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 120px;
	padding-top: 140px;


}

.about__bottom__info--ttl {
	font-size: 18px;
	color: #ec007c;
	font-weight: 600;
}

.about__bottom__inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;

	>div {
		width: calc(50% - 20px);
		padding-bottom: 60px;

		img {
			box-shadow: 15px -15px 0px 0 #f9b2d8;
			margin-bottom: 10px;
		}

		.about__bottom--ttl {
			font-size: 30px;
			color: #ec007c;
			margin-bottom: 5px;
			font-weight: 600;
		}

		.about__bottom--txt {
			font-size: 20px;
			font-weight: 600;

		}
	}
}

.about__center--logo {
	width: 447px;
	margin: 0 auto 50px;
	padding-top: 150px;
}

.about__center--txt01 {
	font-size: 30px;
	color: rgb(var(--pin));
	text-align: center;
	font-weight: 600;
}

.about__center--txt02 {
	font-size: 24px;
	color: rgb(var(--pin));
	font-weight: 600;
	text-align: center;
}

.about__top__inner {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}

.about__bottom__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;

	>div {
		width: calc(50% -20px);
	}
}

.about__main--ttl {
	width: 637px;
	margin: 0 auto 20px;
}

.night .about__main--contents .title,
.night .about__main--contents .date,
.night .about__main--contents .text.color {
	color: rgb(var(--pin));
}

.night .about__main--contents .date__item small {
	font-size: 18px;
}

.night .about__main--contents .link .linkBtn {
	margin: 0 2rem 0 0;
}

.night .about__main--contents .link .linkBtn a {
	background: none;
	width: auto;
	height: auto;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
}

.night .about__main--contents .link .linkBtn a:hover {
	color: rgb(var(--blk));
	border-color: rgb(var(--blk));
}

.night .about__main--contents .link .linkBtn a svg {
	position: relative;
}

.night-link {
	display: flex;
	margin: 3rem auto 0;
	padding-bottom: 4rem;
	width: fit-content;
}

.night-linkBtn {
	margin-right: 2em;
}

.night-linkBtn a {
	padding: 0 0.5em;
	color: rgb(var(--blk));
	font-size: 17px;
	border-bottom: solid 1px rgb(var(--blk));
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.night-linkBtn a svg {
	margin-left: 1em;
	width: 8px;
	display: inline-block;
}

.night-top-p {
	color: rgb(var(--pin));
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.align-center {
	text-align: center;

	li {
		width: fit-content;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1200px) {
	.night .about__main--contents .date__item {
		/*font-size: 2.5vw;*/
		font-size: 2.4vw;
	}

	.night .about__main--contents .date__item small {
		font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.night .about__main--image {
		margin: 0 0 1em;
		width: 100%;
	}

	.about__top {
		background: url(../img/night_mochif_top_sp.webp) top center no-repeat;
		padding: 0 6vw;
		background-size: 100%;
	}

	.about__center {
		background: url(../img/night_mochif_center_sp.webp) top center no-repeat;
		height: auto;
		background-size: cover;
		margin-bottom: 12vw;
		padding: 0 0 30vw;
	}

	.about__bottom {
		background: url(../img/night_mochif_bottom_sp.webp) bottom center no-repeat;
		padding: 0 6vw 6vw;
		background-size: contain;
	}

	.night-top-p {

		margin-bottom: 4vw;
		font-size: 3.6vw;
	}

	.align-center {
		text-align: left;
		margin-bottom: 10vw;
	}

	.night-link {
		display: block;
		margin: 3rem auto 0;
		padding-bottom: 4vw;
		width: fit-content;
	}

	.night-linkBtn {
		margin-right: 0;
	}

	.night-linkBtn a {
		padding: 0 0.5em;
		color: rgb(var(--blk));
		font-size: 4vw;
		border-bottom: solid 1px rgb(var(--blk));
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-bottom: 5vw;
	}


	.night .about__main--contents .date__item {
		font-size: 4.8vw;
		letter-spacing: -0.005em;
	}

	.night .about__main--contents .date__item small {
		font-size: 3.73333vw;
		letter-spacing: 0.005em;
	}

	.night .about__main--contents .link .linkBtn {
		margin-right: 0;
	}

	.night .about__main--contents .link .linkBtn:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.night .about__main--contents .link .linkBtn a svg {
		position: absolute;
	}

	.about__main--ttl {
		width: 80vw;
		margin: 0 auto 20px;
	}

	.about__center--logo {
		width: 80vw;
		margin: 0 auto 5vw;
		padding-top: 22vw;
	}

	.about__bottom__inner {
		display: block;
	}

	.about__bottom__inner {
		>div {
			width: 100%;
			padding-bottom: 10vw;
		}
	}

	.about__bottom__info {
		width: 100%;
		height: auto;
		background: none;
		background-size: 100% 100%;
		margin: 0 auto 15vw;
		padding-top: 10vw;
	}

	.about__center--txt01 {
		font-size: 5vw;
		line-height: 1.4;
	}

	.about__center--txt02 {
		font-size: 3.8vw;
		line-height: 1.4;
	}
}

/* ---------------------------------------------------
	pool
---------------------------------------------------- */
.pool .container {
	margin: 0 auto;
	padding: 50px;
	max-width: 1100px;
}

.pool__area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pool__area--item {
	margin-bottom: 1em;
	width: 47.16981%;
}

.pool__area--item:nth-child(even) {
	margin-top: 4em;
}

.pool__contents {
	margin-top: 1em;
}

.pool__contents--title {
	margin-bottom: 1rem;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
}

.pool__contents--title small {
	font-family: var(--futura);
	font-size: 20px;
	display: block;
}

.pool__contents--title .en {
	font-family: var(--acumin);
}

.pool__contents--detail .text {
	font-size: 20px;
}

.pool .slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* poolSlide */
.poolSlide {
	line-height: 0;
}

.poolSlide .slick-dots {
	line-height: 1;
	bottom: 1em;
}

.poolSlide .slick-dots li {
	margin: 0 0.5em;
}

.poolSlide .slick-dots button {
	box-shadow: 0 0 10px rgb(var(--blk));
	border: solid 1px rgb(var(--wht));
	border-radius: 100%;
	text-indent: -9999px;
}

.poolSlide .slick-dots .slick-active button {
	background: rgb(var(--wht));
}

@media screen and (max-width: 1200px) {
	.pool .container {
		padding: 4.16667vw;
	}

	.pool__contents--title {
		font-size: 2.5vw;
	}

	.pool__contents--title small {
		font-size: 1.66667vw;
	}

	.pool__contents--detail .text {
		font-size: 1.66667vw;
	}

	.poolSlide .slick-dots button {
		width: 1.66667vw;
		height: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.pool .container {
		padding: 8vw 3.2vw;
	}

	.pool__area {
		display: block;
	}

	.pool__area--item {
		margin-bottom: 2em;
		width: 90%;
	}

	.pool__area--item:nth-child(odd) {
		margin-right: auto;
	}

	.pool__area--item:nth-child(even) {
		margin-top: 0;
		margin-left: auto;
	}

	.pool__contents--title {
		font-size: 6.4vw;
	}

	.pool__contents--title small {
		font-size: 4.8vw;
	}

	.pool__contents--detail .text {
		font-size: 3.73333vw;
	}

	.poolSlide .slick-dots {
		bottom: 0;
	}

	.poolSlide .slick-dots button {
		width: 2.4vw;
		height: 2.4vw;
	}

	.about__bottom__inner {
		&>div {
			img {
				box-shadow: 3vw -3vw 0px 0 #f9b2d8;
				margin-bottom: 2vw;
			}

			.about__bottom--ttl {
				font-size: 4.5vw;
				line-height: 1.4;
			}

			.about__bottom--txt {
				font-size: 4vw;
				line-height: 1.4;
			}
		}
	}
}

/*
	day
------------------------------ */
.day .pool__about {
	background: #0096CF;
	padding: 2em 50px;
	color: rgb(var(--wht));
	display: flex;
	justify-content: center;
}

.day .pool__about--title {
	line-height: 1.25;
	font-size: 30px;
	font-weight: bold;
	padding-right: 1em;
}

.day .pool__about--title small {
	font-family: var(--futura);
	font-size: 20px;
	display: block;
}

.day .pool__contents--title {
	color: rgb(var(--navBlu));
}

@media screen and (max-width: 1200px) {
	.day .pool__about {
		padding: 2em 4.16667vw;
	}

	.day .pool__about--title {
		font-size: 2.5vw;
	}

	.day .pool__about--title small {
		font-size: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.day .pool__about {
		padding: 2em 3.2vw;
		display: block;
	}

	.day .pool__about--title {
		margin-bottom: 1rem;
		font-size: 6.4vw;
	}

	.day .pool__about--title small {
		font-size: 4.8vw;
	}
}

/*
	night
------------------------------ */
.night .pool {
	background: url(../img/nightPool.png) repeat;
	background-size: auto 100%;
}

.night .pool__kv,
.night .pool__about {
	margin-bottom: 4em;
}

.night .pool__about--contents {
	color: rgb(var(--pin));
	text-align: center;
}

.night .pool__about--contents .title {
	margin-bottom: 2em;
}

.night .pool__about--contents .title img {
	width: 180px;
}

.night .pool__about--contents .detail .text {
	margin-bottom: 1em;
	font-size: 20px;
}

.night .pool__about--contents .detail .note li::before {
	position: relative;
}

.night .pool__theme {
	margin-bottom: 2em;
	color: rgb(var(--pin));
	display: flex;
	justify-content: center;
	align-items: center;
}

.night .pool__theme--title {
	width: 420px;
}

.night .pool__theme--contents {
	margin-left: 1em;
	font-size: 25px;
	font-weight: bold;
}

.night .pool__area {
	background: url(../img/nightPoolBg.webp) right bottom 6em no-repeat;
	background-size: 50% auto;
}

.night .pool__contents--title {
	color: rgb(var(--pin));
}

.night .pool__area+.list.note li {
	text-align: right;
}

.night .pool__area+.list.note li::before {
	position: relative;
}

@media screen and (max-width: 1200px) {
	.night .pool__about--contents .title img {
		width: 15vw;
	}

	.night .pool__about--contents .detail .text {
		font-size: 1.66667vw;
	}

	.night .pool__theme--title {
		width: 35vw;
	}

	.night .pool__theme--contents {
		font-size: 2.08333vw;
	}
}

@media screen and (max-width: 768px) {

	.night .pool__kv,
	.night .pool__about {
		margin-bottom: 2em;
	}

	.night .pool__about--contents .title {
		margin-bottom: 2em;
	}

	.night .pool__about--contents .title img {
		width: 25.71429%;
	}

	.night .pool__about--contents .detail .text {
		font-size: 3.73333vw;
	}

	.night .pool__theme {
		display: block;
	}

	.night .pool__theme--title {
		margin: 0 auto;
		width: 80%;
	}

	.night .pool__theme--contents {
		font-size: 4.26667vw;
		letter-spacing: -0.005em;
	}

	.night .pool__area {
		background: url(../img/nightPoolBg.webp) right bottom no-repeat;
		background-size: 50% auto;
	}

	.night .pool__contents--title {
		color: rgb(var(--pin));
	}

	.night .pool__area+.list.note li {
		padding-left: 0;
		text-align: left;
	}

	.night .pool__area+.list.note li::before {
		position: relative;
	}
}

/* ----------------------------------------------------
	movie
---------------------------------------------------- */
.movie {
	padding: 80px 50px;
}

.movie__title {
	margin-bottom: 1rem;
	line-height: 1.25;
	font-family: var(--futura);
	font-size: 36px;
	text-align: center;
}

.movie__title small {
	font-size: 25px;
	display: block;
}

.movie .mov {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie .mov.thumbnail {
	max-width: 310px;
}


.night .movie .mov {
	margin: 0 auto;
	max-width: 310px;
	width: 100%;
	aspect-ratio: 9 / 16;
}

.movie .mov iframe {
	width: 100%;
	height: 100%;
}

.movie .list.note li {
	padding-left: 0;
	display: flex;
	justify-content: center;
	color: #fff;
}

.movie .list.note li::before {
	margin-right: 0;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.movie {
		padding: 6.66667vw 4.16667vw;
	}

	.movie__title {
		font-size: 3vw;
	}

	.movie__title small {
		font-size: 2.08333vw;
	}
}

@media screen and (max-width: 768px) {
	.movie {
		padding: 8vw;
	}

	.movie__title {
		font-size: 4.8vw;
	}

	.movie__title small {
		font-size: 4.8vw;
	}
}

/*
	day
------------------------------ */
.day .movie {
	background: rgb(168, 203, 237);
	background: linear-gradient(180deg, rgba(151, 219, 208, 1) 0%, rgba(46, 142, 215, 1) 100%);
}

.day .movie__title {
	color: rgb(var(--wht));
}

/*
	night
------------------------------ */
.night .movie {
	background: linear-gradient(180deg, rgba(228, 139, 210, 0.8) 0%, rgba(237, 175, 80, 0.8) 100%);
}

.night .movie__title {
	color: #fff;
}

/* ----------------------------------------------------
	ticket
---------------------------------------------------- */
.ticket {
	padding: 100px 50px;
}

.ticket__title {
	margin-bottom: 2rem;
	line-height: 1;
	font-size: 70px;
	text-align: center;
}

.ticket__title small {
	font-family: var(--futura);
	font-size: 27px;
	margin-top: 15px;
	font-weight: 400;
	display: block;
}

.ticket__notes {
	margin-bottom: 2rem;
}

.ticket__notes .list.note li {
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 13px;
}

.ticket__notes .list.note li::before {
	margin-right: 0;
	position: relative;
}

.ticket .container {
	background: rgb(var(--wht));
	max-width: 980px;
}

.ticket__contents {
	margin: 0 auto;
}

.ticket__contents+.list.note {
	margin-top: 2em;
}

.day .ticket {
	background: url(../img/daypool_bg.webp);
	background-size: 100% 100%;
}

@media screen and (max-width: 1200px) {
	.ticket {
		padding: 8.33333vw 4.16667vw;
	}

	.ticket__title {
		font-size: 5.83333vw;
	}

	.ticket__title small {
		font-size: 3.75vw;
	}

	.ticket .container {
		max-width: 900px;
	}
}

@media screen and (max-width: 768px) {
	.day .ticket {
		padding: 8.8vw 3.2vw;
		background: url(../img/daypool_bg_sp.webp);
		background-size: 100% 100%;
	}

	.ticket__title {
		font-size: 8.53333vw;
	}

	.ticket__title small {
		font-size: 6.4vw;
	}

	.ticket__notes .list.note li {
		display: block;
	}

	.ticket__contents {
		width: 100%;
	}
}

/*
	day
------------------------------ */


.day .ticket__title {
	color: #006cda;
	font-size: 70px;
}

.day .ticket .container {
	padding: 0;
}

.day .ticket .container .inner {}

.day .ticket__contents--title {
	margin-bottom: 1em;
	line-height: 1;
	color: rgb(var(--navBlu));
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: #006cda;
	padding: 20px 40px;
}

.day .ticket__contents--detail {
	padding: 1em 90px 0;
}

.day .ticket__contents--detail .blue {
	padding-left: 1em;
	text-indent: -1em;
}

.day .ticket__contents--detail .blue::before {
	content: "●";
	color: #006cda;
	font-size: 12px;
	padding-right: 0.2em;
}

.day .ticket__contents--detail:not(:last-of-type) {
	margin-bottom: 2em;
}

.day .ticket__contents--detail .title {
	line-height: 1;
	font-size: 20px;
	color: #006cda;
}

.day .ticket__contents--detail .detail {
	margin: 1em 0 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}

.day .ticket__contents--detail .detail:last-child {
	border-bottom: none;
}

.day .ticket__contents--detail .price {
	/* margin: 0 auto; */
	width: auto;
}

.day .ticket__contents--detail .price__th {
	width: auto;
	vertical-align: middle;
}

.day .ticket__contents--detail .price__td {
	padding: 0 2em 0 1em;
}

.day .ticket__contents--detail .noMark:not(:last-of-type) {
	margin-bottom: 1em;
}

.day .ticket__contents--detail .noMark .price__th::before {
	display: none;
}

.day .ticket__contents--detail .noMark .price__td {
	padding: 0 0 0 1em;
}

.day .topics {
	margin-top: 2em;
	padding: 2em 4em;
	border: solid 2px rgb(var(--darkRed));
	border-radius: 5px;
}

.day .topics__title {
	margin-bottom: 0.5em;
	color: rgb(var(--darkRed));
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.day .topics__contents .table th {
	padding-right: 1em;
	vertical-align: top;
}

.red {
	color: #ff0000;
}

.ticket__contents--detail.option {
	padding-bottom: 50px !important;
	padding-top: 0 !important;
}

.detail.option {
	margin: 0 !important;
}

@media screen and (max-width: 1200px) {
	.day .ticket__title {
		text-shadow: none;
		font-size: 8vw;
	}

	.day .ticket .container {
		padding: 2.5vw;
	}

	.day .ticket .container .inner {
		padding: 3.5vw;
	}

	.day .ticket__contents--title {
		font-size: 2.5vw;
	}

	.day .ticket__contents--detail .title {
		font-size: 1.66667vw;
	}

	.day .topics__title {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.day .ticket .container {
		padding: 0;
	}

	.day .ticket__contents--detail {
		padding: 5vw 5vw 0 5vw;
	}

	.day .ticket .container .inner {
		padding: 0;
	}

	.ticket__notes .list.note li {
		text-align: left;
	}

	.day .ticket__contents--title {
		line-height: 1.2;
		font-size: 4.8vw;
		padding: 5vw;
		margin-bottom: 0;
	}

	.day .ticket__contents--detail .title {
		line-height: 1.5;
		font-size: 4.26667vw;
		letter-spacing: -0.005em;
	}

	.day .ticket__contents--detail .price__th,
	.day .ticket__contents--detail .price__td {
		white-space: nowrap;
		display: block;
	}

	.day .ticket__contents--detail .price__th {
		vertical-align: top;
		margin-right: 5vw;
	}

	.day .ticket__contents--detail .noMark .price__th::before {
		display: none;
	}

	.day .ticket__contents--detail tr .price__td:nth-child(2) {
		padding: 0 1em;
	}

	.day .ticket__contents--detail tr .price__td:nth-child(3) {
		padding: 0;
	}

	.day .ticket__contents--detail .price.option,
	.day .ticket__contents--detail .price.option tbody,
	.day .ticket__contents--detail .price.option tr {
		width: 100%;
	}

	.day .ticket__contents--detail .price.option tr {
		display: flex;
		flex-wrap: wrap;
	}

	.day .ticket__contents--detail .price.option .price__th {
		width: 55%;
	}

	.day .topics {
		padding: 4.8vw;
	}

	.day .topics__title {
		font-size: 4.8vw;
	}
}

/*
	night
------------------------------ */
.night .ticket {
	background: url(../img/nightTicketBg.webp) center top no-repeat;
	background-size: cover;
}

.night .ticket__title {
	color: rgb(var(--wht));
}

.night .ticket .container {
	margin-bottom: 2em;
	padding: 20px 0;
}

.night .ticket .container .inner {
	padding: 0 0 30px;
	position: relative;
}


.night .ticket__contents {
	width: 660px;
}

.night .ticket__contents--title {
	margin-bottom: 1em;
	color: rgb(var(--pin));
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.night .ticket__contents--detail .price {
	margin: 0 0 1em;
}

.night .ticket__contents--detail .price__th,
.night .ticket__contents--detail .price__td {
	padding-right: 1em;
	font-weight: bold;
}

.night .ticket__contents--detail .price__th::before {
	font-size: 0.75em;
	content: "●";
	color: rgb(var(--pin));

}

.night .ticket__contents--detail .list.note {
	width: fit-content;
	margin: 0 auto;
}

.night .ticket__contents--detail .price.type2 .price__th {
	vertical-align: top;
}

.night .ticket__link {
	margin: 2em auto;
	max-width: 440px;
}

.night .ticket__link .info {
	margin: 3em 0 2em;
	text-align: center;
}

.night .info__title {
	margin-top: 2em;
	margin-bottom: 1.5em;
	color: #fff;
	background: #e66496;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.night__linkBtn__wrap {
	border-top: 1px solid #000;
	padding-top: 20px;
	width: 800px;
	margin: 0 auto;
}

.night .linkBtn {
	margin: 0 auto 1em;
}

.night .linkBtn a{
	background: rgb(230, 100, 150);
	background: linear-gradient(0deg, rgba(230, 100, 150, 1) 0%, rgba(240, 170, 200, 1) 100%);
	margin: 0 auto;
	width: 440px;
	height: 80px;
	color: rgb(var(--wht));
	font-size: 18px;
	font-weight: bold;
	border: solid 2px rgb(var(--wht));
	border-radius: 80px;
}

.night .linkBtn a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--pin));
	border-color: rgb(var(--pin));
}

.night .list.note a {
	color: rgb(var(--blk));
	text-decoration: underline;
}

.night .list.note a:hover {
	text-decoration: none;
}

.space {
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {


	.space {
		margin-top: 1vw;
	}

	.night .ticket .container {
		padding: 4.16667vw 18px;
	}

	.night .ticket .container .inner {
		padding: 2.5vw 4.58333vw;
	}

	.night .ticket .container .inner::before,
	.night .ticket .container .inner::after {
		height: 4.16667vw;
	}

	.night .ticket .container .inner::before {
		top: -4.16667vw;
	}

	.night .ticket .container .inner::after {
		bottom: -4.16667vw;
	}

	.night .ticket__contents--title {
		font-size: 1.5vw;
	}

	.night .ticket__link {
		max-width: 36.66667vw;
	}

	.night .ticket__link .info__title {
		font-size: 1.5vw;
	}

	.night .linkBtn a {
		width: 36.66667vw;
		height: 6.66667vw;
		font-size: 1.5vw;
		border-radius: 6.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.night .ticket .container {
		padding: 5.6vw 2.66667vw;
	}

	.night .ticket .container .inner {
		padding: 3.2vw 2vw;
	}

	.night .ticket .container .inner::before,
	.night .ticket .container .inner::after {
		height: 4.8vw;
	}

	.night .ticket .container .inner::before {
		top: -4.8vw;
	}

	.night .ticket .container .inner::after {
		bottom: -4.8vw;
	}

	.night .ticket__contents {
		width: 100%;
	}

	.night .ticket__contents--title {
		line-height: 1.5;
		font-size: 4vw;
		text-align: left;
		letter-spacing: -0.005em;
		text-align: center;
	}

	.night .ticket__contents--detail .price,
	.night .ticket__contents--detail .price tbody,
	.night .ticket__contents--detail .price .price__th,
	.night .ticket__contents--detail .price .price__td {}

	.night .ticket__contents--detail .price tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.night .ticket__contents--detail .price.type1 .price__th {
		width: 60%;
	}

	.night .ticket__contents--detail .price.type2 .price__th {}

	.night .ticket__contents--detail .price.type2 .price__td {
		padding-left: 1em;
		font-size: 3.2vw;
		font-weight: 400;
	}

	.night .ticket__contents--detail .price.type2 tr:not(:last-of-type) .price__td {
		padding-bottom: 0;
		font-size: 3.2vw;
		font-weight: 400;
	}

	.night .ticket__link {
		margin: 2em auto;
		max-width: 100%;
	}

	.night .ticket__link .info {
		margin: 3em 0 2em;
		text-align: center;
	}

	.night .ticket__link .info__title {
		line-height: 1.5;
		font-size: 4vw;
	}

	.night .linkBtn {
		margin: 0 auto 1em;
	}

	.night .linkBtn a {
		width: 80vw;
		height: 13.33333vw;
		font-size: 3.2vw;
		border-radius: 13.33333vw;
	}

	.detail.option {
		margin: 5vw 0 0 !important;
	}

	.night__linkBtn__wrap {
		width: 100%;
	}

	.disp_bl {
		display: block;
		width: 100%;
	}

	.night .info__title {
		margin-top: 2em;
		margin-bottom: 1.5em;
		color: #fff;
		background: #e66496;
		font-size: 6vw;
		font-weight: bold;
		text-align: center;
		padding: 5vw;
		line-height: 1.4;
		width: 91.7vw;
		margin-left: -4.6vw;
	}
}

/* ----------------------------------------------------
	stay
---------------------------------------------------- */
.stay {
	padding: 100px 50px 0;
}

.stay .container {
	max-width: 980px;
}

.stay__title {
	margin-bottom: 2rem;
	line-height: 1;
	font-size: 70px;
	text-align: center;
}

.stay__contents--info {
	border-radius: 8px;
	border: 1px solid #006cda;
	padding: 10px;
	text-align: center;
	line-height: 1.6;
}

.night .stay__contents--info {
	border-radius: 8px;
	border: 1px solid #ec007c;
	padding: 10px;
	text-align: center;
	line-height: 1.6;
}

.stay__contents--text01 {
	color: #006cda;
	margin-bottom: 10px !important;
}
.stay__contents--text02.note {
	text-align: left;
	width: 80%;
	margin: auto;
	text-indent: -1.45em;
	padding-left: 1.45em;
	margin-bottom: 0 !important;
}

.night .stay__contents--text01 {
	color: #ec007c;
}

.stay__title small {
	font-family: var(--futura);
	font-size: 27px;
	margin-top: 15px;
	font-weight: 400;
	display: block;
}

.stay__plan {
	margin-top: 2em;
	margin-bottom: 2em;
}

.stay__plan--item {
	display: flex;
	justify-content: space-between;
}

.stay__plan--item:not(:last-of-type) {
	margin-bottom: 4em;
}

.stay__image {
	width: 51.78290%;
}

.stay__contents {
	width: 44.89796%;
}

.stay__contents--title {
	margin-bottom: 10px;
	font-family: var(--futura);
	line-height: 1;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	color: #006cda;
}

.night .stay__contents--title {
	text-align: left;

}

.stay__contents--title .limited {
	display: block;
}

.stay__contents--detail .text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.stay__contents--detail .linkBtn {
	margin-top: 1em;
}

.stay__contents--detail .linkBtn a,
.stay__contents--detail .linkBtn .noLink,
.box-lyt-pickup .lyt-inner .linkBtn a {
	width: 100%;
	height: 80px;
	color: rgb(var(--wht));
	font-size: 18px;
	font-weight: bold;
	border: solid 2px rgb(var(--wht));
	border-radius: 80px;
}

.stay .contact {
	margin: 6em auto;
	max-width: 400px;
	text-align: center;
}

.stay .contact__title {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: normal;
	border-bottom: solid 2px rgb(var(--blk));
}

.stay .contact__contents--title {
	font-size: 18px;
}

.stay .contact__contents--detail {
	font-size: 30px;
}

.stay .contact__contents--detail .tel {
	color: rgb(var(--blk));
	font-size: 41px;
	text-decoration: none;
}

.stay .contact__contents--detail .time {
	font-size: 15px;
	display: block;
}

.night__collabo {
	border: 3px solid #ec007c;
	background: rgba(243, 137, 193, 0.2);
	padding: 40px 60px;
}

.collabo__ttl {
	font-size: 36px;
	color: #ec007c;
	font-weight: 600;
	margin-bottom: 0 !important;
	padding: 0;
	line-height: 1;
	text-align: center;
}

.collabo__en {
	font-family: var(--futura);
	font-size: 27px;
	color: #ec007c;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.collabo__inner {
	display: flex;
	gap: 30px;
}

.collabo__inner>div {
	width: 400px;
}

.collabo__inner>div:first-child {
	width: 465px;
}

.collabo__sttl {
	font-family: var(--futura);
	font-size: 35px;
	color: #ec007c;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.collabo__text {
	font-size: 18px;
	margin-bottom: 8px !important;
}

.collabo__place {
	border-radius: 40px;
	border: 1px solid #ec007c;
	padding: 0 1em;
	color: #ec007c;
	font-size: 18px;
	margin-right: 20px;
	display: inline-block;
	line-height: 1.2;

}

.collabo__text02 {
	font-size: 20px;
	margin-bottom: 8px !important;
	line-height: 1.2;

}

@media screen and (max-width: 1200px) {
	.stay {
		padding: 8.33333vw 4.16667vw;
	}

	.stay__title {
		font-size: 5.83333vw;
	}

	.stay__title small {
		font-size: 3.75vw;
	}

	.stay__contents--title {
		font-size: 2.91667vw;
	}

	.stay__contents--detail .text {
		font-size: 1.5vw;
	}

	.stay__contents--detail .linkBtn a,
	.stay__contents--detail .linkBtn .noLink,
	.box-lyt-pickup .lyt-inner .linkBtn a {
		height: 6.66667vw;
		font-size: 1.5vw;
		border-radius: 6.66667vw;
	}

	.stay .contact {
		max-width: 33.33333vw;
	}

	.stay .contact__title {
		font-size: 1.66667vw;
	}

	.stay .contact__contents--title {
		font-size: 1.5vw;
	}

	.stay .contact__contents--detail {
		font-size: 2.5vw;
	}

	.stay .contact__contents--detail .tel {
		font-size: 3.41667vw;
	}

	.stay .contact__contents--detail .time {
		font-size: 1.25vw;
	}
	.stay__contents--text02.note {
		max-width: 300px;
	}
}

@media screen and (max-width: 768px) {
	.stay {
		padding: 8.8vw 3.2vw;
	}

	.stay__title {
		font-size: 8.53333vw;
	}

	.stay__title small {
		font-size: 6.4vw;
	}

	.stay__plan--item {
		display: block;
	}

	.stay__image,
	.stay__contents {
		width: 100%;
	}

	.stay__image {
		margin-bottom: 1em;
	}

	.stay__contents--title {
		font-size: 6.4vw;
	}

	.stay__contents--detail .text {
		font-size: 3.73333vw;
	}

	.stay__contents--detail .linkBtn a,
	.stay__contents--detail .linkBtn .noLink,
	.box-lyt-pickup .lyt-inner .linkBtn a {
		margin: 0 auto;
		width: 80vw;
		height: 13.33333vw;
		font-size: 3.2vw;
		border-radius: 13.33333vw;
	}

	.stay .contact {
		max-width: 80%;
	}

	.stay .contact__title {
		font-size: 4.26667vw;
	}

	.stay .contact__contents--title {
		font-size: 4vw;
	}

	.stay .contact__contents--detail {
		font-size: 4.26667vw;
	}

	.stay .contact__contents--detail .tel {
		font-size: 6.4vw;
	}

	.stay .contact__contents--detail .time {
		font-size: 3.2vw;
	}
	.stay__contents--text02.note {
		max-width: 600px;
		width: 100%;
	}


	.stay .contact {
		margin: 4rem auto 0;
		max-width: 400px;
		text-align: center;
	}

	.night__collabo {
		padding: 4vw 6vw;
	}

	.collabo__inner {
		display: block;
		gap: 30px;
	}

	.collabo__inner>div:first-child {
		width: 100%;
	}

	.collabo__inner>div {
		width: 100%;
	}

	.collabo__ttl {
		font-size: 6vw;
		line-height: 1.4;
	}

	.collabo__en {
		font-size: 4vw;
		line-height: 1.4;
	}

	.collabo__sttl {
		font-size: 6vw;

	}

	.collabo__text {
		font-size: 3.5vw;
		margin-bottom: 8px !important;
	}

	.collabo__place {
		font-size: 3.5vw;
	}

	.collabo__text02 {
		font-size: 3.5vw;
		margin-bottom: 8px !important;
		line-height: 1.4;
	}

}

/*
	day
------------------------------ */
.day .stay__title {
	color: #006cda;
}

.day .stay__contents--detail .linkBtn a,
.box-lyt-pickup .lyt-inner .linkBtn a{
	background: rgb(50, 80, 170);
	background: linear-gradient(0deg, rgba(50, 80, 170, 1) 0%, rgba(73, 146, 218, 1) 100%);
	transition: .3s;
}

.day .stay__contents--detail .linkBtn a:hover,
.box-lyt-pickup .lyt-inner .linkBtn a:hover{
	background: rgb(var(--wht));
	color: rgb(50, 80, 170);
	border-color: rgb(50, 80, 170);
}

/*
	night
------------------------------ */
.night .stay__title {
	color: #ec007c;
}

.night .stay__title+.note li {
	padding: 0;
	text-align: center;
}

.night .stay__title+.note li::before {
	margin: 0;
	position: relative;
}

.night .stay__contents--title {
	color: rgb(var(--pin));
}

.night .stay__contents--detail .text {
	color: #000;
	text-align: left;
	line-height: 1.4;
}

.night .stay__contents--title .limited {
	margin-bottom: 0.25em;
}

.night .stay__contents--title .limited i {
	background: #f580bd;
	padding: 0.25em 0.5em;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: var(--gothic);
	font-size: 20px;
	font-weight: bold;
}

.night .stay__contents--detail .linkBtn a,
.night .stay__contents--detail .linkBtn .noLink {
	background: rgb(230, 100, 150);
	background: linear-gradient(0deg, rgba(230, 100, 150, 1) 0%, rgba(240, 170, 200, 1) 100%);
}

.night .stay__contents--detail .linkBtn .noLink {
	font-size: calc(1em + 4px);
}

.night .stay__contents--detail .linkBtn a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--pin));
	border-color: rgb(var(--pin));
}

@media screen and (max-width: 1200px) {
	.night .stay__contents--title .limited i {
		font-size: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.night .stay__contents--title .limited i {
		font-size: 3.73333vw;
	}

	.night .stay__contents--detail .linkBtn .noLink {
		font-size: calc(1em + 1px);
	}
}

/* ---------------------------------------------------
	day
---------------------------------------------------- */
.day {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

/* ---------------------------------------------------
	night
---------------------------------------------------- */
.night {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

/* ---------------------------------------------------
	kitchen
---------------------------------------------------- */
.kitchen {
	background: #ffddee;
	padding: 100px 0;
	margin-bottom: 100px;
}

.kitchen .container {
	background: #fff;
	padding: 10px 0;
	max-width: 1000px;
	position: relative;
}


@media screen and (max-width: 1200px) {
	.kitchen {
		padding: 8.33333vw 4.16667vw;
	}

	.kitchen .container {
		padding: 0.83333vw 0;
	}

	.kitchen .container::before,
	.kitchen .container::after {
		height: 4.16667vw;
	}

	.kitchen .container::before {
		top: -4.16667vw;
	}

	.kitchen .container::after {
		bottom: -4.16667vw;
	}
}


/*
	kitchenHeader
-------------------------------- */
.kitchenHeader {
	margin: 0 auto;
	padding: 40px 60px 80px;
	position: relative;
	margin-bottom: 80px;
}

.kitchenHeader::before {
	content: "";
	background: url(../img/kitchen_top.webp) no-repeat;
	background-size: 100%;
	width: 277px;
	height: 370px;
	position: absolute;
	top: -100px;
	right: -50px;
}

.kitchenHeader::after {
	content: "";
	background: url(../img/kitchen_bottom.webp) no-repeat;
	background-size: 100%;
	width: 272px;
	height: 182px;
	position: absolute;
	bottom: -50px;
	left: -30px;
}

.kitchen_day {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #ec007c;
}

.kitchenHeader__title {
	margin-bottom: 0;
	line-height: 1;
	font-family: var(--futura);
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	color: #ec007c;
}

.kitchenHeader__title small {
	font-size: 43px;
	display: block;
	font-weight: 400;

}

.kitchenHeader__date {
	font-size: 23px;
}

.kitchenHeader__date--title {
	text-align: center;
}

.kitchenHeader__date--contents {
	margin: 0 auto;
	width: 650px;
}


.menu__photo {
	width: calc(100% - 500px);
}

.menu_text {
	color: #ec007c;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 5px;
}

.menu__notice {
	background: #bf0012;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	padding: 2px 20px;
	width: fit-content;
	margin-top: -50px;
	margin-bottom: 20px;
}


.menu__notice.menu__notice--bottom {
	background: #bf0012;
	border-radius: 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 2px 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.menu__name {
	color: #ec007c;
	font-size: 21px;
	font-weight: 600;

	span {
		margin-left: 10px;
		background: #ec007c;
		color: #fff;
		padding: 0 5px;
		line-height: 1.3;
		display: inline-block;
	}
}

.drink-box {
	margin-bottom: 30px;
}

.notice__bottom {
	font-size: 13px;
}

@media screen and (max-width: 1200px) {
	.kitchenHeader {
		padding: 2.5vw 5vw;
		width: calc(100% - 6.66667vw);
	}

	.kitchenHeader__title {
		font-size: 6.83333vw;
	}

	.kitchenHeader__title small {
		font-size: 3.41667vw;
	}

	.kitchenHeader__date {
		font-size: 1.91667vw;
	}

	.kitchenHeader__date--contents {
		width: 54.16667vw;
	}
}

@media screen and (max-width: 768px) {
	.kitchenHeader {
		padding: 9.6vw 3.2vw 0;
		width: calc(100% - 9.6vw);
	}

	.kitchenHeader__title {
		font-size: 11.73333vw;
	}

	.kitchenHeader__title small {
		font-size: 5.86667vw;
	}

	.kitchenHeader__date {
		font-size: 3.73333vw;
	}

	.kitchenHeader__date--contents {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.kitchen {
		padding: 14.4vw 2.4vw;
		margin-top: 10vw;
		margin-bottom: 5vw;
		overflow: hidden;
	}

	.kitchen .container {
		padding: 1.6vw 0;
	}

	.kitchen .container::before,
	.kitchen .container::after {
		height: 4.8vw;
	}

	.kitchen .container::before {
		top: -4.8vw;
	}

	.kitchen .container::after {
		bottom: -4.8vw;
	}

	.kitchenHeader::before {
		content: "";
		background: url(../img/kitchen_top.webp) no-repeat;
		background-size: 100%;
		width: 27vw;
		height: 37vw;
		position: absolute;
		top: -10vw;
		right: -10vw;
	}

	.kitchenHeader::after {
		content: "";
		background: url(../img/kitchen_bottom.webp) no-repeat;
		background-size: 100%;
		width: 27vw;
		height: 18vw;
		position: absolute;
		bottom: -20vw;
		left: -6vw;
	}

	.kitchen_day {
		font-size: 4vw;
	}

	.menu__ttl {
		font-size: 5vw;
		text-align: center;
	}

	.menu_text {
		font-size: 3.4vw;
	}

}

/*
	kitchenHeader
-------------------------------- */
.menu__area {
	max-width: 880px;
	margin: 0 auto 60px;
}

.menu__flex {
	display: flex;
	gap: 20px;

	>div:first-child {
		width: 480px;
	}
}

.menu__ttl {
	font-size: 40px;
	font-family: var(--futura);
	font-weight: 600;
	color: #ec007c;
}

.line {
	position: relative;
	display: flex;
}

.line::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	background: url(../img/menu_dot.svg) repeat-x center right;
}

.line .name {
	padding-right: 10px;
	font-size: 21px;
	color: #ec007c;
	background-color: #fff;
	margin-right: auto;
	display: block;
	z-index: 2;
	font-weight: 600;
}

.line .page {
	font-size: 21px;
	color: #ec007c;
	background-color: #fff;
	margin-left: auto;
	display: block;
	z-index: 2;
	font-weight: 600;
}

.menu__sub {
	ul {
		display: flex;
		gap: 10px;
		color: #ec007c;
		margin: 5px 0;
		font-size: 15px;
		font-weight: 600;

		.category {
			text-align: center;
			width: 130px;
			color: #ec007c;

			span {
				border: 1px solid #ec007c;
				padding: 0 5px;
				display: block;
			}
		}

		.more {

			color: #ec007c;
			width: calc(100% - 140px);
			line-height: 1.4;
		}

		.more100 {
			width: 100%;
		}
	}
}



@media screen and (max-width: 768px) {
	.menu__area {
		padding: 0 5vw;
		margin: 0 auto 10vw;
	}

	.menu__flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;

		>div:first-child {
			width: 100%;
			margin: 0 auto;
		}
	}

	.menu__photo {
		width: 100%;
	}

	.line .name {
		font-size: 4vw;
	}

	.line .page {
		font-size: 4vw;
	}

	.menu__sub {
		ul {
			font-size: 3.6vw;

		}
	}

	.menu__notice {
		background: #bf0012;
		border-radius: 20vw;
		color: #fff;
		font-size: 3.2vw;
		padding: 2vw 4vw;
		width: fit-content;
		margin-top: -12vw;
		margin-bottom: 2vw;
		line-height: 1.4;
	}

	.menu__name {
		font-size: 5vw;

		span {
			margin-left: 10px;
			background: #ec007c;
			color: #fff;
			padding: 0 5px;
			line-height: 1.3;
			display: inline-block;
		}
	}

	.menu__notice.menu__notice--bottom {
		font-size: 3.4vw;
		padding: 2vw 1vw;

	}



	.line .name.twoline {
		line-height: 1.3;
		background-color: transparent;
	}

	.line .page.twoline {
		display: flex;
		align-items: end;
		line-height: 1.3;
	}

	.line.twoline::after {
		top: 80%;
	}

	.line.twoline .towline_bg {
		background-image: linear-gradient(0deg, #ffffff 1em, transparent 1em);
	}

	.twoline.sp {
		display: inline !important;
	}

}


/* ---------------------------------------------------
	限定チケット
---------------------------------------------------- */

.box-lyt-pickup-bnr a {
	display: block;
	width: 100%;
	background: #00a1ff;
	border: 4px solid #00a1ff;
	text-decoration: none;
}
.box-lyt-pickup-bnr a:hover {
	opacity: .5;
}
.box-lyt-pickup-bnr a h3 {
	display: flex;
	align-items: center;
	font-size: 28px;
	text-align: center;
	color: #F8F018;
	font-weight: 700;
	padding: .2em .6em;
	background: #00a1ff;
}
.box-lyt-pickup-bnr a h3 p {
    border-radius: 4px;
	font-size: .6em;
	color: #00a1ff;
	padding: .2em .6em .3em;
	margin-right: 1em;
}
.box-lyt-pickup-bnr a p {
	padding: 1em;
	font-size: 18px;
	font-weight: 600;
	color: rgba(62, 58, 57,1.00);
	background-color: white;
}






.box-lyt-pickup {
	width: 100%;
	background: url(../img/daypool_bg.webp);
	background-size: cover;
	border: 4px solid #00a1ff;
}
.box-lyt-pickup .lyt-inner {
	padding: 1em;
	background-color: rgba(255,255,255,.8)
}
.box-lyt-pickup .lyt-inner .lyt-h3 {
	font-size: 34px;
	text-align: center;
	color: #006cda;
}
.box-lyt-pickup .lyt-inner p {
	max-width: 640px;
	margin: auto;
	font-size: 18px;
	text-align: center;
}
.box-lyt-pickup .lyt-inner p + p {
	margin-top: 1em;
}
.box-lyt-pickup .lyt-inner dl {
	max-width: 640px;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 2em auto;
}
.box-lyt-pickup .lyt-inner dl dt{
	width: 100px;
    color: #006cda;
    border-radius: 40px;
	padding: .2em 0 .2em .2em;
    text-align: center;
    border: 1px solid #006cda;
	background-color: white;
}
.box-lyt-pickup .lyt-inner dl dd{
	width: calc(100% - 100px);
	padding-left: 1em;
}
.box-lyt-pickup .lyt-inner dl dt:nth-child(n+3),
.box-lyt-pickup .lyt-inner dl dd:nth-child(n+3){
	margin-top: 1em;
}
.box-lyt-pickup .lyt-inner .linkBtn a{
	max-width: 360px;
	margin: auto;	
}


@media screen and (max-width: 767px) {
	.box-lyt-pickup-bnr a:hover {
		opacity: 1;
	}
	.box-lyt-pickup-bnr a h3 {
		display: block;
		font-size: 6.6vw;
		line-height:1.5;
		padding: .2em .6em;
	}
	.box-lyt-pickup-bnr a h3 p {		
		font-size: 4.73333vw;
		padding: .2em .6em .3em;
		margin: 0 0 .2em;
	}
	.box-lyt-pickup-bnr a p {		
		font-size: 3.73333vw;
	}
	
	.box-lyt-pickup {
		border: 4px solid #00a1ff;
	}
	.box-lyt-pickup .lyt-inner {
		padding: .8em;
	}
	.box-lyt-pickup .lyt-inner .lyt-h3 {
		font-size: 4.6vw;
		line-height:1.5;
		font-weight: 700;
	}
	.box-lyt-pickup .lyt-inner p {
		font-size: 3.73333vw;
	}
	.box-lyt-pickup .lyt-inner dl {
		font-size: 3.73333vw;
		display: block;
	}
	.box-lyt-pickup .lyt-inner dl dt{
		width: 100%
	}
	.box-lyt-pickup .lyt-inner dl dd{
		width:100%;
		padding: 0 .6em;
		margin-top: 1em;
	}
	.box-lyt-pickup .lyt-inner .linkBtn a{width: 100%;}

}



/*25.08.20 追加*/
.box-lyt-ccnp{
	padding: 100px 0 0;
}
.box-lyt-ccnp .lyt-ccnplead{
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    color: #ec007c;
	padding: 0 0 1.2em;
}
.box-lyt-ccnp .lyt-ccnplead span{
	position: relative;
	border-radius: 60px;
	display: inline-block;
    font-size: 20px;
    font-weight: 600;
	padding: .4em 1.2em;
	margin-bottom: .8em;
	border: 2px solid #ec007c;
}
.box-lyt-ccnp .lyt-ccnplead span::after{
	content: "";
	position: absolute;
	bottom: -1.05em;
	left: 0;
	right: 0;
	margin: auto;
	width: 1em;
	height: 1.5em;
	background-color: #ffddee;
	border-right: 2px solid #ec007c;
	transform: rotate(40deg);
}

@media screen and (max-width: 768px) {
    .box-lyt-ccnp{
		padding:14.4vw 0 0;
	}
	.box-lyt-ccnp .lyt-ccnplead{
		font-size: 6vw;
		padding: 0 0 .6em;
	}
	.box-lyt-ccnp .lyt-ccnplead span{
		font-size: 3.6vw;
	}
}

