@charset "UTF-8";

/*================================================================
# 共通
================================================================ */
.bedroom .back-decor,
.plan .back-decor,
.meal .back-decor,
.sightseeing .back-decor {
	width: 240px;
	opacity: 0.3;
	position: absolute;
	top: 40px;
	left: -80px;
}

.lead {
	margin: 40px 0 0;
	position: relative;
	font-size: 18px;
	color: var(--gold03);
	text-align: center;
	z-index: 1;
}

.lead:before {
	width: 100px;
	height: 1px;
	margin: auto;
	background-color: var(--gold01);
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -64px;
}

.lead::after {
	width: 100px;
	height: 1px;
	margin: auto;
	background-color: var(--gold01);
	position: absolute;
	content: '';
	top: 0;
	right: -64px;
	bottom: 0;
}

.label {
	margin: 16px 0 0;
	display: flex;
	justify-content: center;
	color: var(--gold03);
	gap: 16px;
}

.label span {
	padding: 3px 16px 4px;
	border: 1px solid var(--gold03);
	font-size: 14px;
}

.list-info {
	display: flex;
	justify-content: center;
}

/* sub-section
 ------------------------------------------------------ */
.sub-section .img-row {
	margin: 40px auto 0;
	display: grid;
	gap: 24px;
}

.sub-section .img-row img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
	aspect-ratio: 1.618 / 1;
}

.sub-section .container {
	margin: 64px auto 0;
	display: flex;
	flex-direction: column-reverse;
}

.sub-section__text {
	padding: 0;
}

.sub-section__tag {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.sub-section__ttl {
	margin: 18px 0 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--white);
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.50);
	letter-spacing: 0.02em;
}

.sub-section__lead {
	margin: 28px 0 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 2.4;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.50);
	letter-spacing: 0.04em;
}

.sub-section__media {
	margin: 40px 0 0;
}

.sub-section__media .sub-section__media-img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
	aspect-ratio: 1.618 / 1;
}

/*================================================================
# hero
================================================================ */
.hero__media img {
	object-position: center 60%;
}

/*================================================================
# checkin
================================================================ */
.checkin .intro .media {
	width: 88%;
}

.checkin .intro .media img {
	border-radius: 0 8px 8px 0;
}

.checkin .intro .text {
	margin: 64px 0 0;
	padding: 0 24px;
	text-align: center;
}

.checkin .warning {
	margin: 24px 0 0;
}

.checkin .warning span {
	padding: 8px 0 12px;
	font-size: 14px;
	letter-spacing: 0;
}

.checkin .checkin-flow .accordion__inner {
	background-color: var(--gray06);
}

.checkin .checkin-flow .accordion__step {
	padding: 24px;
}

.checkin .checkin-flow .accordion__step+.accordion__step {
	border-top: 1px solid var(--gray04);
}

.checkin .checkin-flow .accordion__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.checkin .checkin-flow .accordion__texts {
	margin: 8px 0 0;
	padding: 0;
	border-bottom: 0;
}

.checkin .checkin-flow .accordion__lead {
	padding: 0;
	border-left: 0;
	font-size: 13px;
	line-height: 1.618;
}

.checkin .checkin-flow .accordion__num {
	margin-right: 8px;
	opacity: 0.9;
	font-size: 20px;
	font-weight: 600;
	color: var(--gold02);
}

/*================================================================
# bedroom
================================================================ */
.bedroom .scene__bg img {
	aspect-ratio: 2 / 1;
	object-position: center bottom;
}

/*================================================================
# plan
================================================================ */
.plan .accordion__thumb figcaption {
	margin: 2px 0 0;
	font-size: 13px;
	text-align: center;
}

/*================================================================
# meal
================================================================ */
.meal .heading01 {
	margin: 80px 0 0;
}

.meal .scene__bg img {
	aspect-ratio: 2 / 1;
	object-position: center bottom;
}

/*================================================================
# access
================================================================ */
.access .intro {
	padding: 0 24px;
}

.access .intro .text {
	width: 100%;
	margin: 64px 0 0;
	text-align: center;
}

.access .bus {
	margin: 64px 0 0;
}

.access .bus .popup {
	width: 160px;
	margin: 0 0 0 24px;
	padding: 6px 16px;
	border: 1px solid var(--gold02);
	position: relative;
	color: var(--gold02);
	text-align: center;
}

.access .bus .popup::after {
	width: 30px;
	height: 1px;
	background-color: var(--gold02);
	box-shadow: 0 1px 0 var(--blue), 0 -1px 0 var(--blue);
	position: absolute;
	content: "";
	top: calc(100% + 5px);
	left: 50%;
	box-sizing: border-box;
	rotate: 50deg;
}

.access .bus .container {
	padding: 32px 24px;
	border: 1px solid rgba(232, 237, 242, 0.18);
	background: var(--gray06);
}

.access .bus .title-area {
	margin: 24px 0 0;
	text-align: center;
}

.access .bus .copy {
	opacity: 0.9;
	font-size: 16px;
	letter-spacing: 0.14em;
}

.access .bus .title {
	margin: 8px 0 0;
	font-size: 22px;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

.access .bus .left {
	padding: 0 0 40px;
}

.access .bus .left .text {
	margin: 32px 0 0;
	font-size: 14px;
}

.access .bus .list-info {
	margin: 0;
	flex-direction: column;
}

.access .bus .left .list-info {
	margin: 24px 0 0;
}

.access .bus .list-info li+li {
	margin: 4px 0 0;
}

.access .bus .right {
	padding: 40px 0 0;
	border-top: 1px solid rgba(232, 237, 242, 0.18);
}

.access .bus .sub-title {
	padding: 4px 0 4px 16px;
	border-left: 3px solid var(--gray01);
	font-size: 18px;
	letter-spacing: 0.08em;
}

.access .bus .sub-title strong {
	opacity: 0.95;
	font-weight: 600;
	color: var(--gold01);
}

.access .bus .dl-wrap {
	margin: 8px 0 0;
}

.access .bus .dl-wrap dl {
	margin: 0;
	padding: 24px 0;
	border-bottom: 1px solid rgba(232, 237, 242, 0.12);
}

.access .bus .dl-wrap dl:last-child {
	border-bottom: 0;
}

.access .bus .dl-wrap dt {
	opacity: 0.85;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.access .bus .dl-wrap dt span {
	padding: 3px 8px 4px;
	border: 1px solid var(--gray02);
	display: inline-block;
}

.access .bus .dl-wrap dd {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: 0.06em;
}

.access .train {
	margin: 64px 0 0;
}

.access .train .heading {
	font-size: 20px;
	text-align: center;
}

.access .train .heading img {
	margin: 0 0 16px;
}

.access .train-route {
	width: 88%;
	margin: 32px auto 0;
}

.access .car {
	margin: 64px 0 0;
}

.access .car .heading {
	font-size: 20px;
	text-align: center;
}

.access .car .heading img {
	margin: 0 0 16px;
}

.access .car-route {
	width: 88%;
	margin: 32px auto 0;
}

.access .airplane {
	margin: 64px 0 0;
}

.access .airplane .heading {
	font-size: 20px;
	text-align: center;
}

.access .airplane .heading img {
	margin: 0 0 16px;
}

.access .airplane-route {
	width: 88%;
	margin: 32px auto 0;
}

/*================================================================
# 観光
================================================================ */

.tour__grid {
	margin: 44px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.tour-card {
	margin: auto;
	border-radius: 8px;
	background: #000;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.tour-card__media {
	width: 100%;
	position: relative;
	aspect-ratio: 3 / 4;
}

.tour-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.6s;
	transform: scale(1.02);
}

.tour-card__media:after {
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48));
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	transition: opacity 0.35s;
}

.tour-card__overlay {
	width: 100%;
	padding: 24px 10px 0 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.tour-card__sub {
	font-size: 13px;
	font-weight: 600;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 0.04em;
}

.tour-card__main {
	margin: 8px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 0.02em;
}

.tour-card:hover {
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
	transform: translateY(-6px);
}

.tour-card:hover .tour-card__media img {
	transform: scale(1.08);
}

.tour-card:hover .tour-card__media:after {
	opacity: 1;
}

.tour-card:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 4px;
}