/* ========================================
  hotel-detail
======================================== */
:root {
  --rgb-black: 0, 0, 0;
/*
  --padding-horizontal-global: 0;
*/
  --color-gray: #888888;
  --color-obi: #504831;
  --color-white: #fff;
  --color-gray-border: #CCCCCC;
  --color-caution: #E30002;
  --faq-bg: #F4F4F4;
  --base-line-height: 1.4;
  --base-letter-spacing: 0.04em;
  --color-border-bottom: #767465;
  --color-black-bg: #292929;
}
:where(a){
  text-decoration: none;
  color: var(--color-secondary, inherit);
  transition: opacity var(--transition-duration, 0.3s) var(--transition-timing-function, ease);
}
@media (hover: hover) {
  :where(a):hover {
    opacity: 0.7;
  }
}
.l-container--md {
  padding-inline: 1.5rem;
}
.global-contents {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .l-container--md {
    width: 100%;
    padding-inline: 2.0rem;
  }
}

/* ================================================================== sticky-hotel-header */
.sticky-hotel-header {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  background-color: rgba(var(--rgb-black), 0.6);
  color: var(--color-white);
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
  z-index: 9;
}
body.is-scrolled .sticky-hotel-header {
  transform: translateY(0);
}
@media (max-width: 768px) {
  body:has(.c-reserve-widget) .sticky-hotel-header {
    min-height: 13.3rem;
  }
  body:has(.c-reserve-widget) .sticky-hotel-header__inner {
    padding-block: 1rem 9.8rem;
  }
}
.sticky-hotel-header__inner {
  padding-block: 1.1rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.0rem;
  line-height: 1;
}
.sticky-hotel-header__name {
  position: relative;
  bottom: -0.4rem;
  font-size: 1.5rem;
  align-self: center;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--tracking-default);
}
.sticky-hotel__location {
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--tracking-default);
}
/* ================================================================== .c-reserve-widget */
@media (min-width: 767px) {
  body:has(.sticky-hotel-header) .c-reserve-widget {
    bottom: 7.0rem;
  }
}
/* ================================================================== hotel-info */

/* ================================================ hotel-info__header */
.hotel-info {
  display: flex;
  flex-direction: column;
}
.hotel-info__top {
  display: flex;
  flex-direction: column;
  gap: 6.0rem;
  justify-content: space-between;
}
.hotel-info__bottom {
  display: flex;
  flex-direction: column;
  gap: 2.0rem;
  justify-content: space-between;
}
.hotel-info__content {
  padding-inline: 1.5rem;
  flex-grow: 1;
}
.hotel-info__header {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
  line-height: 1;
}
.hotel-info__brand {
  font-size: 1.5rem;
  letter-spacing: var(--tracking-default);
}
.hotel-info__name-ja {
  font-size: 2.2rem;
  letter-spacing: var(--tracking-default);
}
.hotel-info__name-en {
  font-size: 1.2rem;
  letter-spacing: var(--tracking-default);
  color: var(--color-gray);
  font-family: var(--font-en);
  font-weight: var(--fw-light);
}

@media (min-width: 768px) {
  .hotel-info {
    gap: 1.8rem;
  }
  .hotel-info__top {
    flex-direction: row;
  }
  .hotel-info__bottom {
    flex-direction: row;
    gap: 5.0rem;
  }
  .hotel-info__content {
    padding-inline: 0;
  }
}
/* ================================================ hotel-info__slider */
.hotel-slider {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: fit-content;
}
.hotel-slider.hotel-slider--noimage {
  aspect-ratio: auto;
}
.hotel-slider__img{
  width: 100%;
}
.hotel-slider__item {
  position: relative;
}
.hotel-slider__img-container {
  width: 100%;
  height: auto;
}
.hotel-main__text {
  flex: 1;
}
.hotel-slider__indicators{
  right: 1.5rem;
  bottom: 2.2rem;
}

.hotel-info__slider:has(.hotel-slider__obi) .hotel-slider__indicators{
  bottom: calc(2.2rem + 3.5rem);
}

@media (min-width: 768px) {
  .hotel-slider {
    width: 68rem;
    margin-left: 0;
    max-width: none;
    flex-shrink: 0;
  }
  .hotel-slider__indicators{
    right: 2rem;
    bottom: 2rem;
  }
  .hotel-info__slider:has(.hotel-slider__obi) .hotel-slider__indicators {
    bottom: calc(2rem + 3.5rem);
  }
}

/* ------------------------------------------ hotel-slider__obi */
.hotel-slider__obi {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background-color: var(--color-obi);
  align-items: center;
  display: flex;
  color: var(--color-white);
  gap: 4.7rem;
  padding-inline: 1.5rem;
}
.hotel-slider__obi-icon {
  display: block;
  width: 1.8rem;
  height: auto;
}
.hotel-slider__obi-text {
  font-size: 1.3rem;
  letter-spacing: var(--tracking-default);
  line-height: 1;
}
.hotel-section .section__inner {
  padding-bottom: 4.0rem;
}
[data-section-border="gray"] {
  border-bottom: 1px solid var(--color-gray-border);
}
.hotel-section:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .hotel-slider__obi {
    justify-content: center;
  }
}
/* ------------------------------------------ hotel-info__address */
.hotel-info__address {
  position: relative;
  padding-right: 4.5rem;
}
.hotel-info__address-map {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.hotel-info__address-map-icon {
  display: block;
  width: 4.0rem;
  height: 4.0rem;
}
.hotel-list-map-modal {
  top: 50%;
  left: 50%;
  width: 100%;
  border: none;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  opacity: 0;
  transition: opacity var(--transition-default), overlay var(--transition-default) allow-discrete, display var(--transition-default) allow-discrete;
}
.hotel-list-map-modal[open] {
  opacity: 1;
}
@starting-style {
  .hotel-list-map-modal[open] {
    opacity: 0;
  }
}
.hotel-list-map-modal::backdrop {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.hotel-list-map-modal-content {
  position: relative;
  width: 100%;
}
.hotel-list-map-modal-title {
  font-size: 2.2rem;
  padding-right: 5rem;
}
.hotel-list-map-modal-iframe-box {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}
.hotel-list-map-modal-iframe-box iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.hotel-list-map-modal-close {
  position: absolute;
  top: 3.4rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

/* ================================================================== hotel-info__cta */
.hotel-info__cta {
  align-self: center;
  width: 100%;
}
.hotel-info__cta .c-button {
  padding: 1.75rem;
}

@media (min-width: 768px) {
  .hotel-info__cta {
    width: 37rem;
  }
  .hotel-list-map-modal {
    max-width: 100rem;
  }
  .hotel-list-map-modal-content {
    padding: 3rem 3rem 2rem;
  }
  .hotel-list-map-modal-iframe-box {
    aspect-ratio: 47/23;
  }
  .hotel-list-map-modal-close {
    right: 3rem;
  }
}

/* ================================================ hotel-info__body */
.hotel-info__body {
  display: flex;
  flex-direction: column;
  row-gap: 1.0rem;
  position: relative;
  padding-top: 2.2rem;
  margin-top: 2.2rem;
  letter-spacing: var(--tracking-default);
  border-top: 1px solid var(--color-gray-border);
}
@media (max-width: 767px) {
  .hotel-list-map-modal {
    max-width: min(38rem, 95%);
  }
  .hotel-list-map-modal-content {
    padding: 3rem 1.5rem 2rem;
  }
  .hotel-list-map-modal-iframe-box {
    aspect-ratio: 35/46;
  }
  .hotel-list-map-modal-close {
    right: 2.4rem;
  }
}
.hotel-info__body p {
  font-size: 1.3rem;
  line-height: 1.38461536;
}
.hotel-info__check-label {
  font-size: 1.3rem;
  margin-right: 1.0rem;
}
.hotel-info__check-value {
  font-family: var(--font-en);
}
.hotel-info__check-label:last-child {
  position: relative;
  margin-right: 0rem;
  padding-left: 1.5rem;
}
.hotel-info__check-label:last-child::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  left: 0;
  display: block;
  height: 1.5rem;
  width: 0.1rem;
  background-color: var(--color-gray-border);
}
.hotel-info__tel {
  font-family: var(--font-en);
}
.hotel-info__note {
  margin-block: 0.2rem 2.4rem;
}
.hotel-info__note-link {
  text-decoration: underline;
  color: var(--color-secondary);
  font-size: 1.2rem;
}
.hotel-info__note-link + .hotel-info__note-link {
  margin-left: 2.0rem;
}
@media (min-width: 768px) {
  .hotel-info__body {
    margin-top: 0rem;
  }
}

/* ================================================================== .dynamic-package */
.dynamic-package {
  border: 1px solid var(--color-secondary);
  padding: 1.2rem 2.0rem;
}
.dynamic-package__title {
  font-size: 2.0rem;
  line-height: 1.8;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-semibold);
}
/* スマホ */
.dynamic-package__text {
  font-size: 1.3rem;
  letter-spacing: var(--tracking-default);
  line-height: 1.4;
}
.dynamic-package__text strong {
  font-size: 1.5rem;
  letter-spacing: var(--tracking-default);
  text-decoration: underline;
  font-weight: var(--fw-semibold);
}
.hotel-info__package {
  margin-top: 3.0rem;
  padding: 1.3rem 2.0rem 1.8rem;
}
@media (min-width: 768px) {
  .dynamic-package__text {
    line-height: normal;
  }
  .hotel-info__package {
    margin-top: 2.0rem;
    padding: 2.0rem;
  }
}

/* ================================================ dynamic-package__list */
.dynamic-package__btn {
  margin-top: 2.0rem;
}
.dynamic-package__btn a {
  background-color: var(--color-black-bg);
  display: flex;
  gap: 0.6rem;
  padding: 1.8rem 1.0rem 1.7rem 1.0rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  text-align: center;
  border-radius: 10px;
}
.dynamic-package__btn--top {
  font-size: 1.5rem;
  line-height: 1.2;
}
.dynamic-package__btn--bottom {
  font-size: 1.8rem;
  line-height: 1.2;
}

.hotel-section + .hotel-section {
  margin-block: 2.0rem;
}
.hotel-section:last-child {
  margin-bottom: 0;
}
.hotel-section:last-child .section__inner {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hotel-section + .hotel-section {
    margin-block: 4.0rem;
  }
}
/* ================================================================== hotel-caution */
.hotel-section[ data-section="caution"] {
  margin-block: 4.0rem 0;
}
.hotel-section[ data-section="caution"] .section__inner {
  padding-block: 0;
}
.hotel-caution {
  position: relative;
  margin-bottom: 5rem;
  color: var(--color-caution);
  font-size: 1.3rem;
  border: 1px solid currentColor;
}
.hotel-caution__body {
  text-align: left;
}
.hotel-caution__body-item a {
  color: currentColor;
}
.hotel-caution__header {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-block: 0.5rem;
  color: var(--color-white);
  background-color: var(--color-emphasis);
}
.hotel-caution__header-text {
  line-height: 1;
  align-self: center;
}
.hotel-caution__header-icon {
  width: 2.3rem;
}
.hotel-caution__body {
  margin-block: 1em;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .hotel-caution {
    width: 95%;
    margin-inline: auto;
  }
}
/* ================================================================== data-section="tab" */
.hotel-section[data-section="tab"] .c-tab__selector {
  position: relative;
  gap: 0.2rem;
}
.hotel-section[data-section="tab"] {
  margin-block: 3.0rem 4.0rem;
}
.hotel-section[data-section="tab"] .c-tab__selector::before {
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hotel-section[data-section="tab"] .c-tab__selector--item:not(:last-of-type) .c-tab__selector--button[aria-selected="true"] {
  background-color: var(--color-white);
  border: 1px solid var(--color-secondary);
  border-bottom: none;
}
.hotel-section[data-section="tab"] .c-tab__selector--item:not(:first-of-type) .c-tab__selector--button[aria-selected="true"] {
  border-right: 1px solid var(--color-secondary);
}
.hotel-content-wrapper {
  margin-top: 2.0rem;
  padding-inline: 2.0rem;
}
.hotel-content__title {
  font-size: 1.6rem;
  font-weight: var(--fw-light);
}
.hotel-section[data-section-border="black"] .section__inner {
  padding-bottom: 0rem;
}
.hotel-section[data-section="tab"] .c-button--icon {
  width: 3.0rem;
  aspect-ratio: 1/1;
}
.hotel-section[data-section="tab"] .c-button {
  padding: 0.7rem 1.5rem;
  gap: 0.5rem;
  font-size: 1.4rem;
}
.hotel-section[data-section="tab"] .c-modal__frame {
  position: relative;
  --modal-padding: 3.0rem 1.5rem;
}
.hotel-section[data-section="tab"] .c-modal__close {
  position: absolute;
  width: 3.0rem;
  height: 3.0rem;
  right: 1.5rem;
  top: 3.0rem;
}
.hotel-section[data-section="tab"] .c-modal__close-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.hotel-section[data-section="tab"] .c-modal__close-inner::before,
.hotel-section[data-section="tab"] .c-modal__close-inner::after {
  content: "";
  display: block;
  height: 1px;
  width: 1.4rem;
  background-color: var(--color-secondary);
  position: absolute;
  left: 50%;
  top: 50%;
}
.hotel-section[data-section="tab"] .c-modal__close-inner::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hotel-section[data-section="tab"] .c-modal__close-inner::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hotel-info__body .c-modal__frame {
  position: relative;
}
.hotel-info__body .c-modal__close {
  position: absolute;
  width: 3.0rem;
  height: 3.0rem;
  right: 1.0rem;
  top: 1.0rem;
}
.hotel-info__body .c-modal__close-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.hotel-info__body .c-modal__close-inner::before,
.hotel-info__body .c-modal__close-inner::after {
  content: "";
  display: block;
  height: 1px;
  width: 1.4rem;
  background-color: var(--color-secondary);
  position: absolute;
  left: 50%;
  top: 50%;
}
.hotel-info__body .c-modal__close-inner::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hotel-info__body .c-modal__close-inner::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hotel-section[data-section="tab"] .c-modal__title {
  font-size: 2.2rem;
  letter-spacing: var(--tracking-default);
}
.hotel-section[data-section="tab"] .c-modal__img {
  margin-top: 2.0rem;
}
.hotel-section[data-section="tab"] .c-modal__text p {
  margin-top: 2.0rem;
  font-size: 1.3rem;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-medium);
  line-height: calc(19.5 / 12);
  color: var(--color-black);
}
.hotel-section[data-section="tab"] .c-modal__text p a {
    text-decoration: underline;
    background-color: #FFE984;
}
.hotel-facilities {
  margin-top: 1.0rem;
}
.hotel-facilities__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
[data-section-border="black"] {
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 3.0rem;
}
.hotel-content__text {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  letter-spacing: var(--tracking-default);
}

.hotel-content__text a{
  text-decoration: underline;
  background-color: #FFE984;
}

.hotel-content__note {
  font-size: 1.2rem;
  color: var(--color-gray);
  letter-spacing: var(--tracking-default);
}
@media (min-width: 768px) {
  [data-section-border="black"] {
    padding-bottom: 4.0rem;
  }
  .hotel-section[data-section="tab"] .c-modal__frame {
    position: relative;
    --modal-padding: 3.0rem 3.0rem;
  }
  .hotel-section[data-section="tab"] .c-tab__selector {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
  .hotel-section[data-section="tab"] {
    margin-block: 6.4rem 4.0rem;
  }
  .hotel-section[data-section="tab"] .c-tab__selector--button {
    min-width: 30rem;
  }
  .hotel-section[data-section="tab"] .c-modal__close {
    right: 3.0rem;
    top: 2.0rem;
  }
}
/* ================================================================== data-section="news" */
.hotel-news-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.hotel-news-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.hotel-news-list__date {
  font-size: 1.2rem;
  letter-spacing: var(--tracking-default);
  line-height: 1;
  font-family: var(--font-en);
}
.hotel-news-list__text {
  font-size: 1.4rem;
  letter-spacing: var(--tracking-default);
  line-height: calc(21/14);
}

/* ================================================================== data-section="room" */
.hotel-section[data-section="room"] .c-section-header__title {
  margin-bottom: 0.8rem;
}
.hotel-room__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.0rem;
  margin-bottom: 1.0rem;
  padding-block: 0.5rem;
}
.hotel-room-list__item .c-button {
  position: relative;
  padding: 1.0rem 1.2rem 1.1rem;
  line-height: 1;
}
.hotel-room-list__item .c-button[aria-selected="true"][data-outline] {
  border: 2px solid var(--color-secondary);
}
.hotel-room-list__item .c-button[data-outline] {
  border: 2px solid var(--color-gray-border);
}
.c-icon-list {
  position: absolute;
  top: -0.7rem;
  right: 0.5rem;
  display: flex;
  gap: 0.2rem;
}
.c-icon-list__item {
  width: 2.0rem;
  flex: 1;
}
.hotel-room__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.hotel-room__gallery {
  width: 100%;
  aspect-ratio: 370 / 247;
  border-radius: 10px;
}
.hotel-room__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-room__info {
  flex: 1;
}
.hotel-room__main-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.hotel-room__content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-room__thumb-swiper {
  margin-top: 0.5rem;
}
.hotel-room__thumb-swiper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.hotel-room__thumb-swiper .swiper-slide {
  width: 9rem !important;
}
.hotel-room__header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hotel-room__name {
  font-size: 1.6rem;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-semibold);
}
.hotel-room__price {
  font-size: 1.6rem;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-semibold);
}
.hotel-room__spec {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
  margin-top: 1.6rem;
  line-height: 1;
}
.hotel-room__spec-item {
  display: flex;
}
.hotel-room__spec-icon {
  width: 1.4rem;
}
.hotel-room__spec-label {
  display: flex;
  align-items: center;
  gap: 1.0rem;
  min-width: 8.4rem;
}
.hotel-room__spec-value {
  font-size: 1.4rem;
  letter-spacing: var(--tracking-default);
}
.hotel-room__cta {
  margin-top: 2.0rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 1.0rem;
}
@media (min-width: 768px) {
  .hotel-room__name {
    font-size: 1.8rem;
  }
  .hotel-room__wrapper {
    flex-direction: row;
  }
  .hotel-room__gallery {
    width: 58rem;
    aspect-ratio: 580 / 387;
  }
  .hotel-room__wrapper {
    gap: 4.0rem;
  }
  .hotel-room__cta {
    margin-top: 2.0rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0rem;
  }
  .hotel-section[data-section="room"] .c-button {
    font-size: 1.5rem;
    padding: 1.3rem;
  }
}

/* ================================================================== data-section="breakfast" */
[data-section="breakfast"] .section__inner {
  padding-inline: 0;
}
.hotel-breakfast__lead {
  margin-top: 2.0rem;
  font-size: 1.8rem;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-semibold);
}
.hotel-breakfast__text {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  letter-spacing: var(--tracking-default);
}
.hotel-breakfast__text p a {
  text-decoration: underline;
  background-color: #FFE984;
}

.hotel-meal-container {
  position: relative;
}
.hotel-breakfast {
  position: relative;
}
.hotel-section[data-section="breakfast"] .hotel-meal {
  display: flex;
  gap: 0;
  width: auto;
  box-sizing: border-box;
}
.hotel-meal__item-inner {
  aspect-ratio: 370/247;
}
.hotel-meal.swiper-wrapper {
  display: flex;
  gap: 0;
}
.hotel-meal__indicators {
  position: static;
  margin-top: 2.0em;
  justify-content: center;
}
.hotel-meal__indicators .c-slider-indicator__item {
  flex: none;
}
.c-hotel-slider-button svg {
  display: none;
}
.c-hotel-slider-button {
  position: absolute;
  width: 5.0rem;
  height: 5.0rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 0 2rem rgb(0 0 0 / 0.16);
  border-radius: 50%;
}
.c-hotel-slider-next {
  right: 1.5rem;
  background: url(../img/hotel-list/icon_slider_arrow_next.svg) no-repeat center / contain;
}
.c-hotel-slider-prev {
  left: 1.5rem;
  background: url(../img/hotel-list/icon_slider_arrow_prev.svg) no-repeat center / contain;
}
@media (min-width: 768px) {
  [data-section="breakfast"] .section__inner {
    padding-inline: 2.0rem;
  }
  .js-hotel-meal-slider:not(.swiper-initialized) ~ .hotel-meal__indicators {
    display: none !important;
  }
  .c-hotel-slider-button {
    display: none;
  }
  .js-hotel-meal-slider.swiper-initialized ~ .c-hotel-slider-button {
    display: block;
  }
  .hotel-section[data-section="breakfast"] .hotel-meal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  .hotel-meal__item.swiper-slide {
    flex-shrink: 0;
  }
  .js-hotel-meal-slider.swiper-initialized .hotel-meal {
    display: flex;
    gap: 0;
  }
  .hotel-meal__item.swiper-slide {
    width: auto;
  }
  .c-hotel-slider-next {
    right: -2.5rem;
  }
  .c-hotel-slider-prev {
    left: -2.5rem;
  }
}
@media (max-width: 767px) {
  .hotel-section[data-section="breakfast"] .c-section-header,
  .hotel-section[data-section="breakfast"] .hotel-breakfast__lead,
  .hotel-section[data-section="breakfast"] .hotel-breakfast__text {
    padding-inline: 1.5rem;
  }
  .hotel-section[data-section="breakfast"] .hotel-meal:has(.hotel-meal__item:only-child) {
    padding-inline: 1.5rem;
  }
}
/* ================================================================== data-section="sightseeing" */
[data-section="sightseeing"] .section__inner {
  padding-inline: 0;
}
[data-section="sightseeing"] .c-section-header {
  padding-inline: 1.5rem;
}
.hotel-sightseeing__title {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-semibold);
}
.hotel-sightseeing__lead {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: var(--tracking-default);
  text-align : justify
}
.hotel-sightseeing-wrapper {
  position: relative;
}
.hotel-sightseeing__img {
  aspect-ratio: 3/2;
}
.hotel-sightseeing__indicators {
  position: static;
  margin-top: 2.0em;
  justify-content: center;
}
.hotel-sightseeing__indicators .c-slider-indicator__item {
  flex: none;
}
.js-hotel-sightseeing-slider.swiper-initialized .swiper-wrapper {
  display: flex;
  gap: 0rem;
}
[data-section="sightseeing"] .c-hotel-slider-button {
  top: 9.0rem;
}
@media (min-width: 768px) {
  [data-section="sightseeing"] .section__inner {
  padding-inline: 2.0rem;
  }
  [data-section="sightseeing"] .c-section-header {
  padding-inline: 0rem;
  }
  .hotel-sightseeing {
    display: grid;
    overflow-x: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
    --grid-gap: 3rem;
  }
  .hotel-sightseeing__item {
    flex: none;
  }
  .hotel-sightseeing__img {
    width: 100%;
  }
}
/* ==================================================================  */
.hotel-nearby__lead--en {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: var(--tracking-default);
}

/* ================================================================== data-section="access" */
.hotel-access {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.0rem;
}
.hotel-access__title {
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--tracking-default);
  border-bottom: 1px solid var(--color-border-bottom);
}
.hotel-access__detail {
  margin-top: 1.0rem;
  font-size: 1.3rem;
  line-height: calc(21/13);
  letter-spacing: var(--tracking-default);
}
.hotel-map {
  margin-top: 2.0rem;
}
.hotel-map__iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.hotel-map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.hotel-map__link {
  position: absolute;
  bottom: 8.0rem;
  right: 1.5rem;
  width: fit-content;
}
.hotel-map__link a {
  padding: .7rem 2.0rem;
  font-size: 1.4rem;
  letter-spacing: var(--tracking-default);
  line-height: 1;
  gap: 1.0rem;
  display: flex;
  color: var(--color-secondary);
  border: 1px solid var(--color-gray-border);
  border-radius: 9999px;
  background-color: var(--color-white);
}
.hotel-map__download {
  text-align: center;
  margin-top: 3rem;
}
.hotel-map__download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  font-size: 1.8rem;
}
.hotel-map__download-icon {
  display: block;
  width: 2.2rem;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  [data-section="faq"] .c-button {
    min-width: 40rem;
  }
  [data-section="faq"] .c-cta-area {
    max-width: 40rem;
  }
  .hotel-access {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.0rem;
  }
  .hotel-map__iframe {
    aspect-ratio: 1140 / 460;
  }
  .hotel-map__iframe iframe {
    pointer-events: auto;
  }
  .hotel-map__download {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .hotel-map__download-btn {
    width: 100%;
    justify-content: center;
    font-size: 1.5rem;
  }
}

/* ================================================================== data-section="other-hotel" */
.hotel-sightseeing__lead--en {
  margin-top: 0.8rem;
  color: var(--color-gray);
  font-family: var(--font-en);
}

/* ================================================================== data-section="faq" */
.hotel-section[data-section="faq"] .c-accordion {
  border-radius: 5px;
  background-color: var(--faq-bg);
}
.hotel-section[data-section="faq"] .c-accordion__heading {
  font-size: 1.5rem;
  letter-spacing: var(--tracking-default);
  font-weight: var(--fw-regular);
  padding: 1.0rem 3.5rem 0.7rem 1.0rem;
}
.hotel-section[data-section="faq"] .c-accordion__content {
  letter-spacing: var(--tracking-default);
  font-size: 1.5rem;
  font-weight: var(--fw-regular);
  padding: 0rem 1.0rem 0.7rem 1.0rem;
}
.hotel-section[data-section="faq"] .c-accordion__content a{
background-color: #FFE984;
}

.hotel-section[data-section="faq"] .c-accordion__heading[data-has-status-icon]::before {
  right: 1.0rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iYmFzZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3QgaWQ9IumVt+aWueW9ol8zNzEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM3MSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDApIi8+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0iJmd0OyIgZD0iTTMxNC40NzcsMzVsNiw2LDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwOS43OTUgLTI4LjI1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjkyOTI5IiBzdHJva2Utd2lkdGg9IjEiLz4KPC9zdmc+');
  width: 2.0rem;
  height: 2.0rem;
  background-color: inherit;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
}
.hotel-section[data-section="faq"] .c-accordion[data-state-accordion="opened"] .c-accordion__heading[data-has-status-icon]::before {
  rotate: 180deg;
}
.hotel-section[data-section="faq"] .c-accordion__heading[data-has-status-icon]::after {
  display: none;
}

.p-faq-select {
  width: 80%;
  margin: 2.0rem;
}
.faq-content {
  margin-top: 2.0rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.faq-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .hotel-section[data-section="faq"] .c-section-header__title {
    margin-bottom: 1.0rem;
  }
  .faq-wrapper {
    grid-template-columns: 1fr 60%;
    gap: 2.0rem;
  }
}
/* ================================================================== data-section="other-hotel" */ 
.hotel-other-list {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 1.0rem;
  padding-bottom: 1.0rem;
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #CCCCCC;
}
.hotel-other-list__item {
  flex: 0 0 28rem;
  scroll-snap-align: start;
}
.hotel-other-list__img {
  width: 28rem;
  aspect-ratio: 3 / 2;
}
.hotel-other-list__img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hotel-other-list {
    display: grid;
    overflow-x: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
    gap: 2.0rem;
  }
  .hotel-other-list__item {
    flex: none;
  }
  .hotel-other-list__img {
    width: 100%;
  }


/* ============================================================================================ utilities */
.hotel-sightseeing__access {
  margin-top: 1.0rem;
  font-size: 1.3rem;
  line-height: 1;
  width: fit-content;
  border-radius: 9999px;
  padding: 0.6rem 1.0rem 0.5rem;
  color: var(--color-white);
  background-color: var(--color-secondary);
}
button, a, input, select, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

button:focus, a:focus {
  outline: none;
}

.c-button, .c-tab__selector--button {
  -webkit-appearance: none; 
  appearance: none;
}
[data-section="room"] .c-tab__selector--button {
  height: auto;
  text-align: left;
  line-height: 1.2;
}
.js-tab-content:focus {
  outline: none;
}
[role="tabpanel"][tabindex="0"]:focus {
  outline: none;
}