/* ----------------------------------------------------
	plan
---------------------------------------------------- */
.plan {
	padding-top: 0;
}

.plan__table {
	margin-bottom: 11.5rem;
}

.plan .link-button {
	background-image: url(../img/stay/link-pdf.svg);
	background-position: center right 2.5rem;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
	margin: 0 auto;
	width: 25rem;
}

.plan__notes {
	margin-top: 5rem;
	font-size: 1.6rem;
	text-align: center;
}

.plan__benefits {
	background-color: rgb(var(--wht));
	margin-top: 10rem;
	padding: 0.5rem;
	border: solid 1px rgb(var(--blu));
}

.plan__benefits--inner {
	padding: 5rem 0;
	text-align: center;
	border: solid 1px rgb(var(--blu));
}

.plan__offer {
	background-color: rgba(233, 232, 225, 1);
	margin-top: 6rem;
	padding: 0.9rem;
}

.plan__offer--inner {
	padding: 4.5rem 0;
	text-align: center;
	border: solid 1px rgb(var(--gol));
}

.plan__benefits--title,
.plan__offer--title {
	margin-bottom: 1rem;
	font-size: 2.5rem;
}

.plan__benefits--content,
.plan__offer--content {
	font-size: 2rem;
}

.plan__benefits--title {
	color: rgb(var(--blu));
}

.plan__offer--title {
	color: rgb(var(--gol));
}

.plan__offer--content .note {
	margin-top: 1rem;
}

.plan__offer+.note {
	margin-top: 4rem;
}

@media screen and (max-width: 768px) {
	.plan__table {
		margin-bottom: 5rem;
	}

	.plan__notes {
		margin-top: 3rem;
		font-size: 1.4rem;
	}

	.plan__benefits {
		margin-top: 5rem;
	}

	.plan__offer {
		margin-top: 3rem;
	}

	.plan__benefits--inner,
	.plan__offer--inner {
		padding: 3rem 2rem;
	}

	.plan__benefits--title,
	.plan__offer--title {
		font-size: 1.8rem;
	}

	.plan__benefits--content,
	.plan__offer--content {
		font-size: 1.4rem;
	}

	.plan__offer+.note {
		margin: 4rem auto 0;
		width: 32rem;
	}
}

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

.booking .content-title {
	background-color: rgba(89, 87, 87, 1);
}

.booking__detail {
	text-align: center;
}

.booking__detail:not(:last-of-type) {
	margin-bottom: 12rem;
}

.booking__detail--title {
	margin-bottom: 4.5rem;
	line-height: normal;
	font-size: 2.2rem;
	font-weight: 700;
}

.booking__list {
	font-size: 2rem;
}

.booking__item:not(:last-of-type) {
	border-bottom: solid 1px rgba(150, 145, 136, 1);
	margin-bottom: 4.5rem;
	padding-bottom: 4.5rem;
}

.booking__item .title {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking__item .title.reservation::after {
	background-image: url(../img/stay/icon-reservation.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0.5em;
	width: 9.5rem;
	height: 2.6rem;
	content: "";
}

@media screen and (max-width: 768px) {
	.booking__detail:not(:last-of-type) {
		margin-bottom: 6rem;
	}

	.booking__detail--title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}

	.booking__list {
		font-size: 1.4rem;
	}

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

	.booking__item .title {
		font-size: 1.6rem;
	}

	.booking__time {
		display: inline-block;
		text-align: left;
	}
}