/* ----------------------------------------------------
	xxx
---------------------------------------------------- */
.xxx {}

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

/* ---------------------------------------------------
	gnav
---------------------------------------------------- */
.gnav {
	display: none;
}

@media screen and (max-width: 768px) {
	.gnav {
		background: rgba(var(--blu));
		padding-top: 6rem;
		line-height: 1;
		display: block;
		z-index: 999;
	}

	.gnav--sp-toggle {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.gnav__list {
		margin: 0 auto;
		width: 34.5rem;
		display: block;
	}

	.gnav__item a {
		color: rgb(var(--gld));
		height: 9.8rem;
		font-family: var(--mincho);
		font-size: 2.5rem;
		font-weight: 900;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.gnav__item:not(:last-of-type) a {
		border-bottom: solid 1px rgb(var(--gld));
	}

	.overlay.is-gnav-overlay {
		background: rgba(var(--blk), 0.75);
		width: 100vw;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
	}

	body.is-open {
		overflow: hidden;
	}

	.is-open .gnav--sp-toggle {
		transform: translateX(0);
	}

	.is-open .overlay.is-gnav-overlay {
		opacity: 1;
		visibility: visible;
		cursor: pointer;
	}
}

/* ---------------------------------------------------
	toggle
---------------------------------------------------- */
.toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.toggle {
		background: rgba(var(--wht), 0.5);
		width: 4rem;
		height: 3.8rem;
		display: block;
		position: fixed;
		top: 1rem;
		right: 1.5rem;
		z-index: 1000;
	}

	.toggle__inner {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		cursor: pointer;
	}

	.toggle__line {
		background: rgb(var(--blk));
		width: 2.5rem;
		height: 2px;
		display: block;
		position: absolute;
		left: 50%;
		transition: all 0.6s;
		transform: translateX(-50%);
		transform-origin: center;
	}

	.toggle__line:nth-child(1) {
		top: 1.1rem;
	}

	.toggle__line:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.toggle__line:nth-child(3) {
		bottom: 1.1rem;
	}

	.is-open .toggle__line {
		transform-origin: 0 0;
	}

	.is-open .toggle__line:nth-child(1) {
		top: 50%;
		transform: rotate(40deg) translate(-50%, -50%);
	}

	.is-open .toggle__line:nth-child(2) {
		opacity: 0;
	}

	.is-open .toggle__line:nth-child(3) {
		top: 50%;
		bottom: auto;
		transform: rotate(-40deg) translate(-50%, -50%);
	}
}

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	background: linear-gradient(180deg, #6BA6CE 0%, #FFEEB0 42.79%);
	padding: 10rem 0;
	text-align: center;
	position: relative;
}

.about__title {
	margin: 0 auto 10rem;
	width: 82rem;
}

.about__lead {
	margin-bottom: 10rem;
	font-family: var(--zen);
	font-size: 3rem;
	font-weight: 700;
}

.about .plan {
	margin: 0 auto 5rem;
	width: 93rem;
}

.about .plan__title {
	background-color: rgb(var(--red));
	height: 9.5rem;
	color: rgb(var(--wht));
	font-family: var(--mincho);
	font-size: 2.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about .plan__title--small {
	font-size: 1.5rem;
	display: block;
}

.about .plan__content {
	background-color: rgb(var(--wht));
	padding: 6rem 0;
}

.about .plan__list {
	margin: 0 auto;
	width: 80rem;
	text-align: left;
}

.about .plan__list--item {
	padding-left: 7rem;
	display: flex;
	align-items: center;
}

.about .plan__list--item:not(:last-of-type) {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: solid 2px rgb(var(--red));
}

.about .plan__icon {
	margin-right: 6rem;
	width: 12rem;
}

.about .plan__desc--item {
	line-height: 1.25;
	color: rgb(var(--red));
}

.about .plan__desc--item.name {
	font-size: 3rem;
	font-weight: 700;
	display: flex;
}

.about .plan__desc--item.name span:not(:last-of-type) {
	margin-right: 0.5em;
}

.about .plan__desc--item.name .matsu {
	color: rgb(var(--matsu));
}

.about .plan__desc--item.name .take {
	color: rgb(var(--take));
}

.about .plan__desc--item.name .ume {
	color: rgb(var(--ume));
}

.about .plan__desc--item.name .fuku {
	color: rgb(var(--fuku));
}

.about .plan__desc--item.date {
	font-size: 5rem;
	font-weight: 800;
}

.about .plan__desc--item.time {
	font-size: 2.5rem;
}

.about .spgr {
	background-color: rgba(var(--wht), 0.5);
	margin: 0 auto;
	padding: 1rem;
	width: 93rem;
	border: solid 2px rgb(var(--gld));
}

.about .spgr__inner {
	padding: 4rem 0;
	border: solid 4px rgb(var(--gld));
}

.about .spgr__text {
	margin-bottom: 5rem;
	font-size: 1.6rem;
}

.about .spgr__logo {
	margin: 0 auto 2rem;
	width: 28rem;
}

.about .spgr__logo figcaption {
	margin-top: 0.5rem;
	font-size: 1.6rem;
}

.about .spgr .link-button {
	background-color: rgba(145, 129, 62, 1);
	color: rgb(var(--wht));
	border: solid 3px rgba(190, 183, 155, 1);
}

@media screen and (max-width: 768px) {
	.about {
		background: linear-gradient(180deg, #6BA6CE 0%, #FFEEB0 14.9%);
		padding: 5rem 0 10rem;
	}

	.about__title {
		margin-bottom: 5rem;
		width: 34rem;
	}

	.about__lead {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}

	.about .plan {
		width: 30rem;
	}

	.about .plan__title {
		height: 20rem;
		line-height: normal;
		font-size: 2rem;
	}

	.about .plan__title--small {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}

	.about .plan__content {
		padding: 4rem 0;
	}

	.about .plan__list {
		width: 26rem;
		text-align: center;
	}

	.about .plan__list--item {
		padding-left: 0;
		display: block;
		align-items: center;
	}

	.about .plan__list--item:not(:last-of-type) {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}

	.about .plan__icon {
		margin: 0 auto 2rem;
		width: 8rem;
	}

	.about .plan__desc--item.name {
		font-size: 1.6rem;
		justify-content: center;
	}

	.about .plan__desc--item.date {
		line-height: 1.8;
		font-size: 2.5rem;
	}

	.about .plan__desc--item.time {
		font-size: 1.6rem;
	}

	.about .spgr {
		width: 34.5rem;
	}

	.about .spgr__inner {
		padding: 2rem 1rem;
	}

	.about .spgr__text {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}

	.about .spgr__logo {
		width: 24rem;
	}
}

/* 
	reservation
------------------------------ */
.reservation {
	position: absolute;
	top: 6rem;
	right: 0;
	z-index: 997;
}

@media screen and (min-width: 769px) {
	.reservation.is-fixed-pc {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
	}
}

.reservation a {
	background-color: rgba(214, 174, 64, 1);
	width: 9.2rem;
	height: 50rem;
	color: rgb(var(--wht));
	font-family: var(--mincho);
	font-size: 3rem;
	font-weight: 900;
	text-decoration: none;
	writing-mode: vertical-rl;
	border-radius: 2rem 0 0 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.reservation {
		width: 100%;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}

	.reservation a {
		width: 100%;
		height: 7rem;
		font-size: 1.8rem;
		writing-mode: horizontal-tb;
		border-radius: 0;
	}

	.reservation.is-fixed-sp {
		position: fixed;
		top: auto;
		bottom: 0;
	}
}

/* ----------------------------------------------------
	sec
---------------------------------------------------- */
.sec {
	padding: 5rem 0 10rem;
}

.sec__title {
	margin-bottom: 7rem;
	font-family: var(--mincho);
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
}

.sec__title--bg {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 14.8rem 8.3rem;
	padding: 4rem 0 0 13rem;
	display: inline-block;
}

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

	.sec__title {
		margin-bottom: 5rem;
		font-size: 3rem;
	}

	.sec__title--bg {
		background-size: 13.2rem 7.3rem;
		padding: 4rem 0 0 11.4rem;
	}
}

/* ----------------------------------------------------
	stay
---------------------------------------------------- */
.stay .sec__title--bg {
	background-image: url(../img/title-bg-red.svg);
	color: rgb(var(--red));
}

.stay__list {
	margin: 0 auto;
	width: 92rem;
}

.stay__list--item {
	margin-bottom: 5rem;
}

.stay__list--title {
	margin-bottom: 3rem;
	color: rgb(var(--red));
	font-family: var(--zen);
	font-size: 4rem;
	font-weight: 700;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.stay__list--title::after {
	background-color: rgb(var(--red));
	margin-left: 1rem;
	width: 100%;
	height: 2px;
	content: "";
}

.stay__image {
	margin-bottom: 2rem;
}

.stay__desc {
	margin-bottom: 2rem;
}

.stay__desc--image {
	margin: 0 auto 1rem;
	width: 10rem;
}

.stay__desc--content .title {
	font-family: var(--mincho);
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.stay__desc--content .detail {
	min-height: 9rem;
	font-size: 1.6rem;
}

.stay .plan {
	display: flex;
}

.stay .plan__item {
	width: 29rem;
	display: flex;
	flex-direction: column;
}

.stay .plan__item:not(:last-of-type) {
	margin-right: calc((100% - 29rem * 3) / 2);
}

.stay .info {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}

.stay .info__content {
	font-size: 1.2rem;
}

.stay .info__content .text:not(:last-of-type) {
	margin-bottom: 1em;
}

.stay .resv {
	margin-top: auto;
}

.stay .resv__title {
	margin-bottom: 1rem;
	padding: 0 1rem;
	height: 3.4rem;
	color: rgb(var(--wht));
	font-size: 1.6rem;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
}

.stay .resv__content .price {
	margin-bottom: 3rem;
	font-size: 1.4rem;
}

.stay .resv__content .price span {
	font-size: 2rem;
}

.stay .resv__content .link-button {
	color: rgb(var(--wht));
}

.stay__notes {
	margin-bottom: 5rem;
	color: rgb(var(--red));
	font-family: var(--mincho);
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.stay__table {
	margin: 0 auto;
	width: 114rem;
}

.stay__table--image {
	margin-bottom: 1.5rem;
}

/* tab */
.tab__list {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
}

.tab__button {
	background: rgb(var(--wht));
	width: 56.4rem;
	height: 5rem;
	color: rgb(var(--red));
	font-size: 1.6rem;
	border: solid 2px rgb(var(--red));
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.tab__button:hover,
.tab__button:active,
.tab__button:focus,
.tab__button.is-active {
	background: rgba(var(--red), 1);
	color: rgb(var(--wht));
	border-color: rgb(var(--wht));
}

.tab__button svg {
	width: 2.8rem;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	transform: translateY(-50%);
}

.tab__button svg path {
	stroke: currentColor;
}

.tab__panel {
	display: none;
}

.tab__panel.is-active {
	display: block;
}

/* matsu */
.matsu .stay__desc {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	position: relative;
}

.matsu .stay__desc::after {
	background-image: url(../img/matsu-obj.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 39.6rem;
	height: 23.5rem;
	opacity: 0.8;
	position: absolute;
	top: -2.2rem;
	right: -22.3rem;
	content: "";
}

.matsu .stay__desc--image {
	margin: 0;
}

.matsu .stay__desc--content {
	margin-left: 3rem;
}

.matsu .stay__desc--content .title {
	color: rgb(var(--matsu));
	text-align: left;
}

.matsu .stay__desc--content .detail {
	margin: 0;
	min-height: 0;
}

.matsu-plan {
	margin-bottom: 3rem;
	display: flex;
}

.matsu-plan__item {
	width: calc((100% - 3rem) / 2);
}

.matsu-plan__title {
	background-color: rgba(140, 195, 144, 1);
	margin-bottom: 1rem;
	width: 10rem;
	height: 3.5rem;
	color: rgb(var(--wht));
	font-size: 1.6rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.matsu-plan__item:not(:last-of-type) {
	margin-right: 3rem;
}

.matsu-plan .info {
	margin: 0;
}

.matsu-plan .info__table:not(:last-of-type) {
	margin-bottom: 1em;
}

.matsu-plan .info__table th,
.matsu-plan .info__table td {
	font-size: 1.4rem;
	font-weight: 500;
}

.matsu-plan .info__table th {
	padding-right: 1rem;
}

.matsu .note {
	margin-bottom: 3rem;
}

.matsu .resv {
	margin: 0 auto;
	width: 60rem;
}

.matsu .resv__title {
	background-color: rgb(var(--matsu));
}

.matsu .resv__content--link {
	display: flex;
	justify-content: space-between;
}

.matsu .resv__content--link li {
	width: 29rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.matsu .resv__content--link li .link-button {
	background-color: rgb(var(--matsu));
	margin-top: 1rem;
	width: 100%;
	border: solid 2px rgba(140, 195, 144, 1);
}

/* take */
.take .stay__desc--content .title {
	color: rgb(var(--take));
}

.take .resv__title {
	background-color: rgb(var(--take));
}

.take .resv .link-button {
	background-color: rgb(var(--take));
	border: solid 3px rgba(98, 182, 168, 1);
}

/* ume */
.ume .stay__desc--content .title {
	color: rgb(var(--ume));
}

.ume .resv__title {
	background-color: rgb(var(--ume));
}

.ume .resv .link-button {
	background-color: rgb(var(--ume));
	border: solid 3px rgba(236, 146, 172, 1);
}

/* fuku */
.fuku .stay__desc--content .title {
	color: rgb(var(--fuku));
}

.fuku .resv__title {
	background-color: rgb(var(--fuku));
}

.fuku .resv .link-button {
	background-color: rgb(var(--fuku));
	border: solid 3px rgb(var(--gld));
}

@media screen and (max-width: 768px) {
	.stay__list {
		width: 34.5rem;
	}

	.stay__list--title {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

	.stay__image {
		margin-bottom: 2rem;
	}

	.stay__desc {
		margin-bottom: 2rem;
		display: flex;
		align-items: flex-start;
	}

	.stay__desc--image {
		margin-bottom: 0;
		width: 7rem;
		flex-shrink: 0;
		position: relative;
		top: 1rem;
	}

	.stay__desc--content {
		margin-left: 1.5rem;
	}

	.stay__desc--content .title {
		font-size: 2rem;
		text-align: left;
	}

	.stay__desc--content .detail {
		min-height: 0;
		font-size: 1.4rem;
	}

	.stay .plan {
		margin: 0 auto;
		width: 30rem;
		display: block;
	}

	.stay .plan__item {
		width: 100%;
	}

	.stay .plan__item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 5rem;
	}

	.stay .info {
		margin: 0 auto 2rem;
		width: 29rem;
	}

	.stay .info__content {
		font-size: 1.4rem;
	}

	.stay .resv {
		margin-top: 0;
	}

	.stay .resv__content .price {
		margin-bottom: 2rem;
	}

	.stay__notes {
		margin-bottom: 3rem;
	}

	.stay__table {
		width: 34.5rem;
	}

	.stay__table--image {
		width: 100%;
		overflow-x: auto;
	}

	.stay__table--image img {
		width: 78.5rem;
	}

	/* tab */
	.tab__list {
		margin-bottom: 1.5rem;
	}

	.tab__button {
		width: 50%;
		font-size: 1.3rem;
		letter-spacing: -0.005em;
	}

	.tab__button svg {
		margin-left: 0.8rem;
		width: 1rem;
		position: relative;
		top: 0.1rem;
		right: auto;
		transform: translateY(0);
	}

	/* matsu */
	.matsu .stay__desc {
		margin: 0 auto 2rem;
		width: 30rem;
		align-items: flex-start;
	}

	.matsu .stay__desc::after {
		display: none;
	}

	.matsu .stay__desc--image {
		margin: 0;
	}

	.matsu .stay__desc--content {
		margin-left: 1.5rem;
	}

	.matsu .stay__desc--content .detail {
		margin: 0;
		min-height: 0;
	}

	.matsu-plan {
		margin: 0 auto 2rem;
		width: 30rem;
		display: block;
	}

	.matsu-plan__item {
		width: 100%;
	}

	.matsu-plan__item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.matsu-plan .info {
		margin: 0;
	}

	.matsu-plan .info__table th,
	.matsu-plan .info__table td {
		vertical-align: top;
	}

	.matsu-plan .info__table th {
		white-space: nowrap;
	}

	.matsu .note {
		margin: 0 auto 2rem;
		width: 30rem;
	}

	.matsu .resv {
		margin: 0 auto;
		width: 30rem;
	}

	.matsu .resv__content--link {
		display: block;
	}

	.matsu .resv__content--link li {
		width: 100%;
		font-size: 1.6rem;
	}

	.matsu .resv__content--link li:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}

/* ----------------------------------------------------
	event
---------------------------------------------------- */
.event .sec__title--bg {
	background-image: url(../img/title-bg-red.svg);
	color: rgb(var(--red));
}

.event__list {
	margin: 0 auto 1rem;
	width: 92rem;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.event__list::after {
	background-image: url(../img/event-obj.webp);
	background-position: center top 10rem;
	background-repeat: no-repeat;
	background-size: 33.7rem auto;
	width: 43.5rem;
	display: block;
	content: "";
}

.event__list--item {
	margin-bottom: 4rem;
	width: 43.5rem;
	position: relative;
}

.event__list--item:nth-child(odd) {
	margin-right: calc(100% - 43.5rem * 2);
}

.event__image {
	margin-bottom: 2rem;
	position: relative;
}

.event__image::after {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 8rem;
	position: absolute;
	right: -2rem;
	bottom: -4.4rem;
	content: "";
}

.event__image.month01::after {
	background-image: url(../img/icon0101.svg);
	height: 8.7rem;
}

.event__image.month12::after {
	background-image: url(../img/icon1231.svg);
	height: 18.4rem;
}

.event__list--title {
	color: rgb(var(--red));
	font-family: var(--mincho);
	font-size: 3rem;
	font-weight: 700;
}

.event__list--content {
	font-size: 1.6rem;
}

.event__list--content .circle li::before,
.event__list--content .notes {
	color: rgb(var(--red));
}

.event__calendar {
	margin: 0 auto;
	width: 114rem;
}

.event__calendar--title {
	background-color: rgb(var(--red));
	margin-bottom: 2.5rem;
	height: 5rem;
	color: rgb(var(--wht));
	font-size: 1.6rem;
	border: solid 2px rgb(var(--wht));
	display: flex;
	justify-content: center;
	align-items: center;
}

.event__calendar--wrap {
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.event__list {
		margin-bottom: 3rem;
		width: 30rem;
		display: block;
	}

	.event__list::after {
		display: none;
	}

	.event__list--item {
		margin-bottom: 2rem;
		width: 100%;
	}

	.event__list--item:nth-child(odd) {
		margin-right: 0;
	}

	.event__image {
		margin-bottom: 2rem;
		position: relative;
	}

	.event__image::after {
		width: 5rem;
		right: -1rem;
		bottom: -2.6rem;
	}

	.event__image.month01::after {
		height: 5.4rem;
	}

	.event__image.month12::after {
		height: 11.3rem;
	}

	.event__list--title {
		font-size: 2rem;
	}

	.event__calendar {
		width: 34.5rem;
	}

	.event__calendar--wrap {
		margin-bottom: 2rem;
		width: 100%;
		overflow-x: auto;
	}

	.event__calendar--wrap img {
		width: 56.5rem;
	}
}

/* ----------------------------------------------------
	contact
---------------------------------------------------- */
.contact {
	background-color: rgb(var(--blu));
	color: rgb(var(--wht));
}

.contact .spgr {
	margin: 0 auto 1.5rem;
	padding: 3rem 0;
	width: 93rem;
	color: rgb(var(--gld));
	font-size: 1.6rem;
	text-align: center;
	border: solid 2px rgb(var(--gld));
}

.contact .spgr .text {
	margin-bottom: 1em;
}

.contact .spgr .link-button {
	background-color: rgb(var(--fuku));
	color: rgb(var(--wht));
	border: solid 3px rgba(190, 183, 155, 1);
}

.contact .cancel {
	margin-bottom: 9rem;
	font-size: 1.6rem;
	text-align: center;
}

.contact .cancel__list {
	display: flex;
	justify-content: center;
}

.contact .cancel__list--item:not(:first-of-type) {
	margin-left: 1em;
}

.contact .sec__title--bg {
	background-image: url(../img/title-bg-gld.svg);
	color: rgb(var(--fuku));
}

.contact__tel {
	margin-bottom: 8rem;
	line-height: normal;
	text-align: center;
}

.contact__tel--number {
	color: rgb(var(--fuku));
	font-size: 4rem;
}

.contact__tel--time {
	font-size: 3rem;
}

.contact .hotels {
	text-align: center;
}

.hotels__access {
	margin-bottom: 4rem;
	font-size: 3rem;
}

.hotels__sns {
	margin-bottom: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotels__sns--item {
	margin: 0 0.7rem;
	width: 3rem;
}

.hotels__logo {
	margin: 0 auto;
	width: 21rem;
}

@media screen and (max-width: 768px) {
	.contact .spgr {
		margin-bottom: 1rem;
		width: 34.5rem;
	}

	.contact .cancel {
		margin: 0 auto 4rem;
		width: 34.5rem;
		font-size: 1.2rem;
	}

	.contact .cancel__list {
		flex-wrap: wrap;
	}

	.contact .cancel__list--item {
		white-space: nowrap;
	}

	.contact .cancel__list--item:not(:first-of-type):not(:last-of-type) {
		margin-left: 1em;
	}

	.contact__tel {
		margin-bottom: 3rem;
	}

	.contact__tel--number {
		font-size: 2.8rem;
	}

	.contact__tel--time {
		font-size: 1.6rem;
	}

	.hotels__access {
		font-size: 2rem;
	}

	.hotels__logo {
		width: 15rem;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding: 3rem 0;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 3rem 0 9rem;
	}
}

/* 
	hotel-nav 
------------------------------ */
.footer .hotel-nav {
	line-height: 1;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .hotel-nav::before,
.footer .hotel-nav__item::after {
	content: "|";
}

.footer .hotel-nav__item a {
	padding: 0 1em;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.footer .hotel-nav {
		font-size: 4.267vw;
		text-align: center;
		display: block;
	}

	.footer .hotel-nav::before {
		content: "";
	}

	.footer .hotel-nav__item::before,
	.footer .hotel-nav__item::after {
		content: "|";
	}

	.footer .hotel-nav__item:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.footer .hotel-nav__item a {
		padding: 0 1em;
		text-decoration: none;
	}
}

/* 
	copy
------------------------------ */
.footer .copy {
	margin-top: 2em;
	line-height: normal;
	font-size: 1.1rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer .copy {
		font-size: 2.933vw;
	}
}