@charset "UTF-8";

/* ----------------------------------------------------
	recommend
---------------------------------------------------- */
.recommend {
	background: rgb(var(--orn));
	padding: 182px 50px 175px;
	overflow: hidden;
	position: relative;
}

.recommend__bg {
	width: 32.96875%;
	position: absolute;
	left: 0;
	bottom: 121px;
	z-index: 3;
}

.recommend .container {
	max-width: 900px;
	position: relative;
	z-index: 1;
}

.recommend__title {
	width: 338px;
	position: absolute;
	top: -97px;
	left: -27px;
	z-index: 2;
}

.recommend__wrap {
	background-color: rgb(var(--wht));
	background-image: url(../img/recommendBg01.webp);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 39.44444% auto;
	margin: 0 auto;
	padding: 66px 48px;
	position: relative;
}

.recommend__wrap:not(:last-of-type) {
	margin-bottom: 4em;
}

.recommend__header {
	margin-bottom: 3em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recommend__header--image {
	width: 465px;
	position: relative;
	top: 0;
	left: -135px;
}

.recommend__header--image img {
	width: 600px;
	box-shadow: 10px 10px 0 rgb(var(--orn));
}

.recommend__header--contents {
	width: 300px;
}

.recommend__header--contents .title {
	margin-bottom: 1rem;
	line-height: 1;
	color: rgb(var(--orn));
	font-family: var(--freeman);
	font-size: 41px;
}

.recommend__header--contents .title span.jp {
	margin-top: 0.5em;
	font-size: 18px;
	display: block;
}

.recommend__header--contents .details .time {
	margin-bottom: 1rem;
	font-size: 20px;
	letter-spacing: -0.005em;
}

.recommend__header--contents .details .reservation span {
	background: rgb(var(--brn));
	padding: 0.25em 0.5em;
	line-height: 1;
	color: rgb(var(--wht));
	font-weight: 300;
	display: inline-block;
}

.recommend__header--contents .details .text {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 1000px) {
	.recommend {
		padding: 18.2vw 5vw 17.5vw;
	}

	.recommend__bg {
		bottom: 12.1vw;
	}

	.recommend .container {
		max-width: 90vw;
	}

	.recommend__title {
		width: 33.8vw;
		top: -9.7vw;
		left: -2.7vw;
	}

	.recommend__wrap {
		padding: 6.6vw 4.8vw;
	}

	.recommend__header--image {
		width: 46.5vw;
		left: -13.5vw;
	}

	.recommend__header--image img {
		width: 60vw;
		box-shadow: 1vw 1vw 0 rgb(var(--orn));
	}

	.recommend__header--contents {
		width: 30vw;
	}

	.recommend__header--contents .title {
		font-size: 4.1vw;
	}

	.recommend__header--contents .title span.jp {
		font-size: 1.8vw;
	}

	.recommend__header--contents .details .time {
		font-size: 2vw;
	}

	.recommend__header--contents .details .text {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 768px) {
	.recommend {
		padding: 24.53333vw 6.4vw 14.4vw;
	}

	.recommend__bg {
		width: 55.55803%;
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
	}

	.recommend__title {
		width: 62.28749vw;
		top: -14.53333vw;
		left: -4.8vw;
	}

	.recommend__wrap {
		background-image: none;
		margin: 0 auto;
		padding: 5.33333vw 4.8vw;
	}

	.recommend__header {
		margin-bottom: 2em;
		display: block;
	}

	.recommend__header--image {
		margin-bottom: 2em;
		width: 100%;
		left: -11.2vw;
	}

	.recommend__header--image img {
		width: 89.76576vw;
		box-shadow: 1.86667vw 1.86667vw 0 rgb(var(--orn));
	}

	.recommend__header--contents {
		width: 100%;
	}

	.recommend__header--contents .title {
		font-size: 8vw;
	}

	.recommend__header--contents .title span.jp {
		font-size: 4.26667vw;
	}

	.recommend__header--contents .details .time {
		font-size: 4.8vw;
	}

	.recommend__header--contents .details .text {
		font-size: 4.26667vw;
	}
}

.recommend .recommend__contents {
	margin: 0 auto;
	max-width: 900px;
	display: grid;
	grid-template-columns: 55% 45%;
}

.recommend__contents--title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--orn));
	font-size: 25px;
	grid-column: 1/2;
	grid-row: 1/2;
}

.recommend__contents--title small {
	font-size: 18px;
	display: block;
}

.recommend__contents--image {
	grid-column: 2/3;
	grid-row: 1/3;
}

.recommend__contents--details {
	padding-right: 2em;
	grid-column: 1/2;
	grid-row: 2/3;
}

.recommend__contents--details .text {
	margin-bottom: 1rem;
	font-size: 15px;
}

.recommend__contents--details .price {
	margin-bottom: 1rem;
}

.recommend__contents--details .price th,
.recommend__contents--details .price td {
	font-size: 15px;
	vertical-align: top;
}

.recommend__contents--details .price th {
	padding-right: 1rem;
	color: rgb(var(--brn));
	white-space: nowrap;
}

.recommend__contents--details .price td dt {
	color: rgb(var(--brn));
}

.recommend .list.note {
	font-weight: 300;
}

.recommend__contents--link {
	padding-top: 3rem;
	grid-column: 1/3;
	grid-row: 3/4;
}

.recommend__contents--link .linkBtn:not(:last-of-type) {
	margin-bottom: 3em;
}

.recommend__contents .linkBtn a {
	background: rgb(169, 116, 67);
	background: linear-gradient(90deg, rgba(169, 116, 67, 1) 25%, rgba(209, 152, 85, 1) 73%);
	margin: 0 auto;
	max-width: 350px;
	height: 67px;
	color: rgb(var(--wht));
	font-size: 20px;
	border-radius: 67px;
}

@media screen and (max-width: 1000px) {
	.recommend__contents--title {
		font-size: 2.5vw;
	}

	.recommend__contents--title small {
		font-size: 1.8vw;
	}

	.recommend__contents--date {
		font-size: 2vw;
	}

	.recommend__contents--details .text,
	.recommend__contents--details .price th,
	.recommend__contents--details .price td {
		font-size: 1.5vw;
	}

	.recommend__contents .linkBtn a {
		max-width: 35vw;
		height: 6.7vw;
		font-size: 2vw;
		border-radius: 6.7vw;
	}
}

@media screen and (max-width: 768px) {
	.recommend .recommend__contents {
		display: block;
	}

	.recommend .recommend__contents:last-of-type {
		margin-bottom: 2em;
	}

	.recommend__contents--title {
		font-size: 5.86667vw;
	}

	.recommend__contents--title small {
		font-size: 3.73333vw;
	}

	.recommend__contents--date {
		margin-bottom: 1em;
		font-size: 4.8vw;
	}

	.recommend__contents--image {
		margin-bottom: 2rem;
	}

	/* .recommend__contents--image img {
		box-shadow: none;
	} */

	.recommend__contents--details {
		padding-right: 0;
	}

	.recommend__contents--details .price,
	.recommend__contents--details .price tbody,
	.recommend__contents--details .price tr,
	.recommend__contents--details .price th,
	.recommend__contents--details .price td {
		display: block;
	}

	.recommend__contents--details .text,
	.recommend__contents--details .price th,
	.recommend__contents--details .price td {
		font-size: 3.73333vw;
	}

	.recommend__contents--details .price th .sp {
		display: inline-block;
	}

	.recommend__contents .linkBtn {
		margin-top: 1em;
	}

	.recommend__contents--link {
		padding-top: 1rem;
	}

	.recommend__contents--link .linkBtn:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.recommend__contents .linkBtn a {
		max-width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
		border-radius: 13.33333vw;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 768px) {}

/* ----------------------------------------------------
	restaurant
---------------------------------------------------- */
.restaurant {
	background: rgb(var(--yel));
	padding: 182px 50px 126px;
	overflow: hidden;
	position: relative;
}

.restaurant__bg {
	width: 32.96875%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.restaurant .container {
	max-width: 900px;
	position: relative;
	z-index: 1;
}

.restaurant__title {
	width: 338px;
	position: absolute;
	top: -97px;
	left: -27px;
	z-index: 2;
}

.restaurant__wrap {
	background-color: rgb(var(--wht));
	background-image: url(../img/restaurantBg01.webp);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 39.44444% auto;
	margin: 0 auto;
	padding: 66px 48px;
	position: relative;
}

.restaurant__wrap.tea {
	background-image: url(../img/restaurantBg02.webp);
	background-position: left top;
	background-size: 57.33333% auto;
}

.restaurant__wrap:not(:last-of-type) {
	margin-bottom: 4em;
}

.restaurant__header {
	margin-bottom: 3em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.restaurant__header--image {
	width: 465px;
	position: relative;
	top: 0;
	left: -135px;
}

.restaurant__header--image img {
	width: 600px;
	box-shadow: 10px 10px 0 rgb(var(--orn));
}

.restaurant__header--contents {
	width: 300px;
}

.restaurant__header--contents .title {
	margin-bottom: 1rem;
	line-height: 1;
	color: rgb(var(--orn));
	font-family: var(--freeman);
	font-size: 41px;
}

.restaurant__header--contents .title span {
	margin-top: 0.5em;
	font-size: 18px;
	display: block;
}

.restaurant__header--contents .details .time {
	margin-bottom: 1rem;
	font-size: 20px;
	letter-spacing: -0.005em;
}

.restaurant__header--contents .details .text {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 1000px) {
	.restaurant {
		padding: 18.2vw 5vw 12.6vw;
	}

	.restaurant .container {
		max-width: 90vw;
	}

	.restaurant__title {
		width: 33.8vw;
		top: -9.7vw;
		left: -2.7vw;
	}

	.restaurant__wrap {
		padding: 6.6vw 4.8vw;
	}

	.restaurant__header--image {
		width: 46.5vw;
		left: -13.5vw;
	}

	.restaurant__header--image img {
		width: 60vw;
		box-shadow: 1vw 1vw 0 rgb(var(--orn));
	}

	.restaurant__header--contents {
		width: 30vw;
	}

	.restaurant__header--contents .title {
		font-size: 4.1vw;
	}

	.restaurant__header--contents .title span {
		font-size: 1.8vw;
	}

	.restaurant__header--contents .details .time {
		font-size: 2vw;
	}

	.restaurant__header--contents .details .text {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 768px) {
	.restaurant {
		padding: 24.53333vw 6.4vw 14.4vw;
	}

	.restaurant__bg {
		width: 55.55803%;
		top: 0;
		bottom: auto;
	}

	.restaurant__title {
		width: 62.28749vw;
		top: -12.53333vw;
		left: -4.8vw;
	}

	.restaurant__wrap {
		background-image: none;
		margin: 0 auto;
		padding: 5.33333vw 4.8vw;
	}

	.restaurant__wrap.tea {
		background-image: none;
	}

	.restaurant__header {
		margin-bottom: 2em;
		display: block;
	}

	.restaurant__header--image {
		margin-bottom: 2em;
		width: 100%;
		left: -11.2vw;
	}

	.restaurant__header--image img {
		width: 89.76576vw;
		box-shadow: 1.86667vw 1.86667vw 0 rgb(var(--orn));
	}

	.restaurant__header--contents {
		width: 100%;
	}

	.restaurant__header--contents .title {
		font-size: 8vw;
	}

	.restaurant__header--contents .title span {
		font-size: 4.26667vw;
	}

	.restaurant__header--contents .details .time {
		font-size: 4.8vw;
	}

	.restaurant__header--contents .details .text {
		font-size: 4.26667vw;
	}
}

.restaurant .restaurant__contents {
	margin: 0 auto;
	max-width: 900px;
	display: grid;
	grid-template-columns: 55% 45%;
}

.restaurant__contents--title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--orn));
	font-size: 25px;
	grid-column: 1/2;
	grid-row: 1/2;
}

.restaurant__contents--image {
	grid-column: 2/3;
	grid-row: 1/3;
}

.restaurant__contents--details {
	padding-right: 2em;
	grid-column: 1/2;
	grid-row: 2/3;
}

.restaurant__contents--details .text {
	margin-bottom: 1rem;
	font-size: 15px;
}

.restaurant__contents--details .price {
	margin-bottom: 1rem;
}

.restaurant__contents--details .price th,
.restaurant__contents--details .price td {
	font-size: 15px;
	vertical-align: top;
}

.restaurant__contents--details .price th {
	padding-right: 1rem;
	color: rgb(var(--brn));
	white-space: nowrap;
}

.restaurant__contents--details .price td dt {
	color: rgb(var(--brn));
}

.restaurant .list.note {
	font-weight: 300;
}

.restaurant__contents--link {
	padding-top: 3rem;
	grid-column: 1/3;
	grid-row: 3/4;
}

.restaurant__contents--link .linkBtn:not(:last-of-type) {
	margin-bottom: 3em;
}

.restaurant__contents .linkBtn a {
	background: rgb(169, 116, 67);
	background: linear-gradient(90deg, rgba(169, 116, 67, 1) 25%, rgba(209, 152, 85, 1) 73%);
	margin: 0 auto;
	max-width: 350px;
	height: 67px;
	color: rgb(var(--wht));
	font-size: 20px;
	border-radius: 67px;
}

@media screen and (max-width: 1000px) {
	.restaurant__contents--title {
		font-size: 2.5vw;
	}

	.restaurant__contents--date {
		font-size: 2vw;
	}

	.restaurant__contents--details .text,
	.restaurant__contents--details .price th,
	.restaurant__contents--details .price td {
		font-size: 1.5vw;
	}

	.restaurant__contents .linkBtn a {
		max-width: 35vw;
		height: 6.7vw;
		font-size: 2vw;
		border-radius: 6.7vw;
	}
}

@media screen and (max-width: 768px) {
	.restaurant .restaurant__contents {
		display: block;
	}

	.restaurant .restaurant__contents:last-of-type {
		margin-bottom: 2em;
	}

	.restaurant__contents--title {
		font-size: 5.86667vw;
	}

	.restaurant__contents--date {
		margin-bottom: 1em;
		font-size: 4.8vw;
	}

	.restaurant__contents--image {
		margin-bottom: 2rem;
	}

	.restaurant__contents--details {
		padding-right: 0;
	}

	.restaurant__contents--details .price,
	.restaurant__contents--details .price tbody,
	.restaurant__contents--details .price tr,
	.restaurant__contents--details .price th,
	.restaurant__contents--details .price td {
		display: block;
	}

	.restaurant__contents--details .text,
	.restaurant__contents--details .price th,
	.restaurant__contents--details .price td {
		font-size: 3.73333vw;
	}

	.restaurant__contents--details .price th .sp {
		display: inline-block;
	}

	.restaurant__contents .linkBtn {
		margin-top: 1em;
	}

	.restaurant__contents--link {
		padding-top: 1rem;
	}

	.restaurant__contents--link .linkBtn:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.restaurant__contents .linkBtn a {
		max-width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
		border-radius: 13.33333vw;
	}
}

/* ----------------------------------------------------
	pool
---------------------------------------------------- */
.pool {
	padding-bottom: 40px;
	position: relative;
}

.pool__title {
	width: 9.84894vw;
	position: absolute;
	top: 2.73438vw;
	left: 13.20313vw;
}

.pool__kv {
	margin-bottom: 2em;
}

.pool .container {
	padding: 0 50px;
}

.pool .pool__contents {
	margin: 0 auto 4em;
	max-width: 900px;
	display: grid;
	grid-template-columns: 55% 45%;
}

.pool__contents--title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--blu));
	font-size: 25px;
	grid-column: 1/2;
	grid-row: 1/2;
}

.pool__contents--date {
	margin-bottom: 1rem;
	font-size: 20px;
	grid-column: 1/2;
	grid-row: 2/3;
}

.pool__contents--date span {
	background: rgb(var(--blu));
	padding: 0.25em 0.5em;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 16px;
}

.pool__contents--image {
	grid-column: 2/3;
	grid-row: 1/4;
}

.pool__contents--image img {
	box-shadow: 10px 10px 0 rgb(var(--blu));
}

.pool__contents--details {
	padding-right: 2em;
	grid-column: 1/2;
	grid-row: 3/4;
}

.pool__contents--details .text {
	margin-bottom: 1rem;
	font-size: 15px;
}

.pool__contents--details .price {
	margin-bottom: 1rem;
}

.pool__contents--details .price th,
.pool__contents--details .price td {
	font-size: 15px;
	vertical-align: top;
}

.pool__contents--details .price th {
	padding-right: 1rem;
	color: rgb(var(--brn));
	white-space: nowrap;
}

.pool__contents--details .price td th {
	padding-right: 0.5em;
	color: rgb(var(--blk));
}

.pool .list.note {
	font-weight: 300;
}

.pool__contents .notes {
	margin-top: 2rem;
	padding: 1rem 1.5rem;
	font-size: 12px;
	font-weight: normal;
	grid-column: 1/3;
	grid-row: 4/5;
	border: solid 1px rgb(var(--blk));
}

.pool__contents .linkBtn {
	margin-top: 2rem;
	grid-column: 1/3;
	grid-row: 5/6;
}

.pool__contents .linkBtn a {
	background: rgb(169, 116, 67);
	background: linear-gradient(90deg, rgba(169, 116, 67, 1) 25%, rgba(209, 152, 85, 1) 73%);
	margin: 0 auto;
	max-width: 350px;
	height: 67px;
	color: rgb(var(--wht));
	font-size: 20px;
	border-radius: 67px;
}

@media screen and (max-width: 1000px) {
	.pool {
		padding-bottom: 4vw;
	}

	.pool .container {
		padding: 0 5vw;
	}

	.pool__contents--title {
		font-size: 2.5vw;
	}

	.pool__contents--date span {
		font-size: 1.6vw;
	}

	.pool__contents--date {
		font-size: 2vw;
	}

	.pool__contents--image img {
		box-shadow: 1vw 1vw 0 rgb(var(--blu));
	}

	.pool__contents--details .text,
	.pool__contents--details .price th,
	.pool__contents--details .price td {
		font-size: 1.5vw;
	}

	.pool__contents .notes {
		font-size: 1.2vw;
	}

	.pool__contents .linkBtn a {
		max-width: 35vw;
		height: 6.7vw;
		font-size: 2vw;
		border-radius: 6.7vw;
	}
}

@media screen and (max-width: 768px) {
	.pool {
		padding-bottom: 7.2vw;
	}

	.pool__title {
		width: 21.85053vw;
		top: -9.06667vw;
		left: 6.13333vw;
	}

	.pool .container {
		padding: 0 6.4vw;
	}

	.pool .pool__contents {
		display: block;
	}

	.pool .pool__contents:last-of-type {
		margin-bottom: 2em;
	}

	.pool__contents--title {
		font-size: 5.86667vw;
	}

	.pool__contents--date span {
		font-size: 4vw;
		letter-spacing: -0.005em;
		display: block;
	}

	.pool__contents--date {
		margin-bottom: 1em;
		font-size: 4.8vw;
	}

	.pool__contents--image {
		margin-bottom: 1rem;
	}

	.pool__contents--image img {
		box-shadow: none;
	}

	.pool__contents--details {
		padding-right: 0;
	}

	.pool__contents--details .text,
	.pool__contents--details .price th,
	.pool__contents--details .price td {
		font-size: 3.73333vw;
	}

	.pool__contents--details .price,
	.pool__contents--details .price tbody,
	.pool__contents--details .price tr,
	.pool__contents--details .price th,
	.pool__contents--details .price td {
		display: block;
	}

	.pool__contents .notes {
		margin-top: 1rem;
		padding: 1rem;
		font-size: 3.2vw;
	}

	.pool__contents .linkBtn {
		margin-top: 1em;
	}

	.pool__contents .linkBtn a {
		max-width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
		border-radius: 13.33333vw;
	}
}

/* ----------------------------------------------------
	stay
---------------------------------------------------- */
.stay {
	padding: 3.04688vw 0 0;
	position: relative;
}

.stay__title {
	width: 24.84375vw;
	position: absolute;
	top: 0;
	left: 12.5vw;
}

.stay__kv {
	margin-bottom: 2em;
}

.stay .container {
	padding: 0 50px;
}

.stay .stay__contents {
	margin: 0 auto 4em;
	max-width: 900px;
	display: grid;
	grid-template-columns: 55% 45%;
}

.stay__contents--title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--blu));
	font-size: 25px;
	grid-column: 1/2;
	grid-row: 1/2;
}

.stay__contents--title small {
	font-size: 18px;
	display: block;
}

.stay__contents--date {
	margin-bottom: 1rem;
	font-size: 20px;
	grid-column: 1/2;
	grid-row: 2/3;
}

.stay__contents--image {
	grid-column: 2/3;
	grid-row: 1/4;
}

.stay__contents--image img {
	box-shadow: 10px 10px 0 rgb(var(--blu));
}

.stay__contents--details {
	padding-right: 2em;
	grid-column: 1/2;
	grid-row: 3/4;
}

.stay__contents--details .text {
	margin-bottom: 1rem;
	font-size: 15px;
}

.stay__contents--details .price {
	margin: 1rem 0;
}

.stay__contents--details .price th,
.stay__contents--details .price td {
	font-size: 15px;
	vertical-align: top;
}

.stay__contents--details .price th {
	padding-right: 1rem;
	color: rgb(var(--brn));
	white-space: nowrap;
}

.stay .list.note {
	font-weight: 300;
}

.stay__contents .linkBtn {
	margin-top: 1rem;
	grid-column: 1/3;
	grid-row: 4/5;
}

.stay__contents .linkBtn a {
	background: rgb(169, 116, 67);
	background: linear-gradient(90deg, rgba(169, 116, 67, 1) 25%, rgba(209, 152, 85, 1) 73%);
	margin: 0 auto;
	max-width: 350px;
	height: 67px;
	color: rgb(var(--wht));
	font-size: 20px;
	border-radius: 67px;
}

.stay__contents+.list.note {
	margin: 0 auto;
	max-width: 900px;
}

@media screen and (max-width: 1000px) {
	.stay {
		padding: 3.04688vw 0 0;
	}

	.stay .container {
		padding: 0 5vw;
	}

	.stay__contents--title {
		font-size: 2.5vw;
	}

	.stay__contents--title small {
		font-size: 1.8vw;
	}

	.stay__contents--date {
		font-size: 2vw;
	}

	.stay__contents--image img {
		box-shadow: 1vw 1vw 0 rgb(var(--blu));
	}

	.stay__contents--details .text,
	.stay__contents--details .price th,
	.stay__contents--details .price td {
		font-size: 1.5vw;
	}

	.stay__contents .linkBtn a {
		max-width: 35vw;
		height: 6.7vw;
		font-size: 2vw;
		border-radius: 6.7vw;
	}
}

@media screen and (max-width: 768px) {
	.stay {
		padding: 11.46667vw 0 0;
	}

	.stay__title {
		width: 56.8vw;
		top: 0;
		left: 6.13333vw;
	}

	.stay .container {
		padding: 0 6.4vw;
	}

	.stay .stay__contents {
		display: block;
	}

	.stay .stay__contents:last-of-type {
		margin-bottom: 2em;
	}

	.stay__contents--title {
		font-size: 5.86667vw;
	}

	.stay__contents--title small {
		font-size: 4.26667vw;
		letter-spacing: -0.005em;
	}

	.stay__contents--date {
		margin-bottom: 1em;
		font-size: 4.8vw;
	}

	.stay__contents--image {
		margin-bottom: 1rem;
	}

	.stay__contents--image img {
		box-shadow: none;
	}

	.stay__contents--details {
		padding-right: 0;
	}

	.stay__contents--details .text,
	.stay__contents--details .price th,
	.stay__contents--details .price td {
		font-size: 3.73333vw;
	}

	.stay__contents--details .price,
	.stay__contents--details .price tbody,
	.stay__contents--details .price tr,
	.stay__contents--details .price th,
	.stay__contents--details .price td {
		display: block;
	}

	.stay__contents .linkBtn {
		margin-top: 1em;
	}

	.stay__contents .linkBtn a {
		max-width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
		border-radius: 13.33333vw;
	}
}

/* ----------------------------------------------------
	event
---------------------------------------------------- */
.event {
	background: url(../img/eventBg.webp) center top no-repeat;
	background-size: cover;
	padding: 173px 50px 123px;
}

.event .container {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}

.event__title {
	width: 18.71257%;
	position: absolute;
	top: -90px;
	left: -23px;
}

.event__image {
	margin-bottom: 3em;
}

.eventMain {
	display: flex;
	justify-content: space-between;
}

.eventMain__contents {
	width: calc(100% - 45.1386% - 3em);
}

.eventMain__contents--title {
	margin-bottom: 1.5rem;
	line-height: 1;
	font-size: 45px;
	font-weight: 600;
}

.eventMain__contents--details .date {
	margin-bottom: 1rem;
	line-height: 1;
	font-size: 20px;
}

.eventMain__contents--details .text {
	margin-bottom: 1rem;
	font-size: 15px;
}

.eventMain__contents--details .table {
	margin-bottom: 1em;
}

.eventMain__contents--details .table th,
.eventMain__contents--details .table td {
	font-size: 15px;
	vertical-align: top;
}

.eventMain__contents--details .table th {
	padding-right: 1em;
	color: rgb(var(--brn));
	white-space: nowrap;
}

.eventMain__image {
	width: 45.1386%;
}

.eventMain__image img {
	box-shadow: 10px 10px 0 rgb(var(--blu));
}

@media screen and (max-width: 1000px) {
	.event {
		padding: 17.3vw 5vw 12.3vw;
	}

	.event__title {
		top: -9vw;
		left: -2.3vw;
	}

	.eventMain__contents--title {
		font-size: 4.5vw;
	}

	.eventMain__contents--details .date {
		font-size: 2vw;
	}

	.eventMain__contents--details .text,
	.eventMain__contents--details .table th,
	.eventMain__contents--details .table td {
		font-size: 1.5vw;
	}

	.eventMain__image img {
		box-shadow: 1vw 1vw 0 rgb(var(--blu));
	}
}

@media screen and (max-width: 768px) {
	.event {
		background: url(../img/eventBg_sp.webp) center top no-repeat;
		background-size: cover;
		padding: 26.66667vw 0 14.4vw;
	}

	.event__title {
		width: 30.00728%;
		top: -13.33333vw;
		left: 8vw;
	}

	.event__image {
		margin-bottom: 2em;
	}

	.eventMain {
		padding: 0 6.4vw;
		display: block;
	}

	.eventMain__contents {
		margin-bottom: 2em;
		width: 100%;
	}

	.eventMain__contents--title {
		font-size: 5.86667vw;
	}

	.eventMain__contents--details .date {
		font-size: 4.8vw;
	}

	.eventMain__contents--details .text,
	.eventMain__contents--details .table th,
	.eventMain__contents--details .table td {
		font-size: 3.73333vw;
	}

	.eventMain__contents--details .table,
	.eventMain__contents--details .table tbody,
	.eventMain__contents--details .table tr,
	.eventMain__contents--details .table th,
	.eventMain__contents--details .table td {
		display: block;
	}

	.eventMain__image {
		width: 100%;
	}

	.eventMain__image img {
		box-shadow: none;
	}
}

/* ----------------------------------------------------
	spgr
---------------------------------------------------- */
.spgr {
	padding: 123px 50px;
	text-align: center;
}

.spgr .container {
	background: rgb(var(--pnk));
	padding: 5em 0;
	max-width: 900px;
}

.spgr__title {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 26px;
}

.spgr__image {
	margin: 0 auto 2em;
	width: 71.11111%;
	font-weight: 400;
}

.spgr__image img {
	border: solid 1px rgb(var(--blk));
}

.spgr__image figcaption {
	margin-top: 2em;
}

.spgr .linkBtn a {
	background: rgb(var(--blk));
	margin: 0 auto;
	max-width: 260px;
	height: 50px;
	color: rgb(var(--wht));
	font-size: 18px;
	border-radius: 50px;
}

@media screen and (max-width: 1000px) {
	.spgr {
		padding: 12.3vw 5vw;
	}

	.spgr__title {
		font-size: 2.6vw;
	}

	.spgr .linkBtn a {
		max-width: 26vw;
		height: 5vw;
		font-size: 1.8vw;
		border-radius: 5vw;
	}
}

@media screen and (max-width: 768px) {
	.spgr {
		padding: 0;
	}

	.spgr .container {
		padding: 14.4vw 6.4vw;
	}

	.spgr__title {
		font-size: 5.33333vw;
	}

	.spgr__image {
		width: 100%;
		text-align: left;
	}

	.spgr__image figcaption {
		margin-top: 1em;
	}

	.spgr .linkBtn a {
		max-width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
		border-radius: 13.33333vw;
	}
}

/* ----------------------------------------------------
	inquiry
---------------------------------------------------- */
.inquiry {
	padding: 0 50px 123px;
}

.inquiry .container {
	max-width: 900px;
}

.inquiry__title {
	margin-bottom: 2rem;
	line-height: 1;
	color: rgb(var(--orn));
	text-align: center;
}

.inquiry__title span {
	margin-bottom: 1rem;
	font-size: 22px;
	font-weight: 600;
	display: block;
}

.inquiry__title img {
	max-width: 472px;
}

.inquiry__table {
	width: 100%;
	border-top: solid 1px rgb(var(--light-gry));
}

.inquiry__table--th,
.inquiry__table--td {
	padding: 1em 0;
	line-height: 1;
	white-space: nowrap;
	border-bottom: solid 1px rgb(var(--light-gry));
}

.inquiry__table--th {
	padding-left: 10%;
	width: 38%;
	font-size: 20px;
	font-weight: 600;
}

.inquiry__table--td {
	display: flex;
	align-items: baseline;
}

.inquiry__table--td span {
	font-size: 26px;
	font-weight: 600;
}

.inquiry__table--td a {
	color: rgb(var(--blk));
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}

.inquiry__table--td small {
	margin-left: 0.5em;
	font-size: 15px;
	font-weight: 400;
}

@media screen and (max-width: 1000px) {
	.inquiry {
		padding: 0 5vw 12.3vw;
	}

	.inquiry__title span {
		font-size: 2.2vw;
	}

	.inquiry__title img {
		max-width: 47.2vw;
	}


	.inquiry__table--th {
		font-size: 2vw;
	}

	.inquiry__table--td span {
		font-size: 2.6vw;
	}

	.inquiry__table--td a {
		font-size: 3vw;
	}

	.inquiry__table--td small {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.inquiry {
		padding: 14.4vw 6.4vw;
	}

	.inquiry__title span {
		font-size: 4.26667vw;
	}

	.inquiry__title img {
		max-width: 82.19427%;
	}

	.inquiry__table,
	.inquiry__table tbody,
	.inquiry__table tbody tr,
	.inquiry__table--th,
	.inquiry__table--td {
		text-align: center;
		display: block;
	}

	.inquiry__table--th {
		padding: 1em 0 0;
		width: 100%;
		font-size: 4.8vw;
		border: none;
	}

	.inquiry__table--td {
		padding-top: 0.5rem;
		line-height: 1.5;
		display: block;
	}

	.inquiry__table--td span {
		font-size: 6.93333vw;
	}

	.inquiry__table--td a {
		font-size: 8vw;
	}

	.inquiry__table--td small {
		margin-left: 0;
		font-size: 4vw;
		display: block;
	}
}