/* ===== ACCESS PAGE ===== */
.section-store-info {
  position: relative;
  background-color: var(--color-bg);
  overflow: hidden;
}

.section-store-info::before,
.section-room-service::before,
.section-parking::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../common/images/back01.png');
  background-size: 720px auto;
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.section-store-info > .container,
.section-room-service > .container,
.section-parking > .container {
  position: relative;
  z-index: 1;
}

.section-store-info .section-en,
.section-store-info h2 {
  text-align: center;
}

.section-store-info h2 {
  margin-bottom: 32px;
}

.store-info-list {
  max-width: 980px;
  margin: 0 auto 40px;
}

.store-info-list div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(161, 123, 64, 0.24);
}

.store-info-list dt {
  color: var(--color-sub);
  font-size: 15px;
  font-weight: var(--base-weight2);
  line-height: 1.6;
}

.store-info-list dd {
  font-size: 16px;
  line-height: 1.75;
}

.store-info-list a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 40px;
}

.store-photo,
.parking-image {
  margin: 0;
}

.parking-layout {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.section-parking .section-copy {
  text-align: center;
}

.parking-image {
  width: min(100%, 420px);
  margin-right: auto;
  margin-left: auto;
}

.parking-image a {
  display: block;
  cursor: zoom-in;
}

.parking-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(161, 123, 64, 0.34);
  background-color: rgba(250, 246, 239, 0.9);
}

.store-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 133 / 52;
  object-fit: cover;
  border: 1px solid rgba(161, 123, 64, 0.34);
}

.store-map {
  width: 100%;
  max-width: 980px;
  aspect-ratio: 133 / 52;
  margin: 0 auto;
  border: 1px solid rgba(161, 123, 64, 0.34);
  background-color: #ddd;
  overflow: hidden;
}

.store-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.section-room-service,
.section-parking {
  position: relative;
  overflow: hidden;
}

.section-room-service {
  background-color: var(--color-main);
  color: var(--color-white);
}

.section-parking {
  background-color: var(--color-bg);
}

.access-split,
.parking-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.parking-layout {
  gap: 18px;
}

.section-copy h2 {
  margin: 0 0 18px;
}

.section-copy p:not(.section-en) {
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.section-room-service .section-copy {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-room-service .section-copy h2 {
  color: var(--color-white);
}

.section-room-service .section-copy p:not(.section-en) {
  color: rgba(255, 255, 255, 0.84);
}

.service-grid article {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  align-content: center;
  justify-items: center;
  gap: 18px;
  min-height: 220px;
  padding: 32px 18px;
  border-top: 1px solid rgba(161, 123, 64, 0.5);
  text-align: center;
}

.service-grid article:last-child {
  border-bottom: 1px solid rgba(161, 123, 64, 0.5);
}

.service-grid img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.service-grid h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color-white);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: var(--base-weight3);
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.service-grid p {
  width: 100%;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

.mobile-order-note {
  display: grid;
  gap: 20px;
  margin-top: 56px;
  padding: 28px 32px;
  border: 1px solid rgba(161, 123, 64, 0.5);
}

.mobile-order-note-en {
  color: var(--color-sub);
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: var(--base-weight2);
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 0 10px;
}

.mobile-order-note h3 {
  color: var(--color-white);
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: var(--base-weight3);
  line-height: 1.5;
  margin: 0 0 10px;
}

.mobile-order-note p:not(.mobile-order-note-en) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.mobile-order-note ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-order-note li {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  line-height: 1.7;
}

.mobile-order-note li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-sub);
}

.section-parking .section-copy p.parking-note {
  color: #5f5548;
  font-family: var(--title-font);
  font-size: 13px;
  line-height: 1.45;
  margin: 6px 0 0;
}

.parking-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 1000;
}

.parking-modal:target {
  display: flex;
}

.parking-modal a {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}

.parking-modal img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: min(94vw, 900px);
  max-height: 88vh;
  border: 1px solid rgba(255, 255, 255, 0.2);
  object-fit: contain;
}

@media (min-width: 768px) {
  .store-photo-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid article {
    grid-template-rows: 64px 3em minmax(3.4em, auto);
    gap: 12px;
  }

  .service-grid h3 {
    min-height: 3em;
  }

  .mobile-order-note {
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .mobile-order-note ul {
    grid-template-columns: repeat(2, max-content);
    column-gap: 28px;
  }
}

@media (min-width: 1024px) {
  .access-split {
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: center;
    gap: 64px;
  }

  .section-room-service .section-copy {
    margin-bottom: 60px;
  }

  .service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
  }

  .service-grid article {
    min-height: 250px;
    padding: 0 18px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(161, 123, 64, 0.5);
  }

  .service-grid article:last-child {
    border-right: 1px solid rgba(161, 123, 64, 0.5);
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .store-info-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .store-map {
    aspect-ratio: 4 / 3;
  }

}
