/* ============================================
   Access Page
   ============================================ */

/* --------------------------------------------
   Section heading (shared pattern)
   -------------------------------------------- */
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-heading__en {
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-navy);
  font-style: normal;
}

.section-heading__en em {
  color: var(--color-pink);
  font-style: normal;
}

.section-heading__ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-navy);
}

/* --------------------------------------------
   Shared utilities
   -------------------------------------------- */
.ac-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
}

.ac-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
}

.ac-highlight {
  font-weight: 700;
  color: var(--color-pink);
}

.ac-note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-pink);
}

.ac-phone-link {
  color: #589dd8;
  text-decoration: underline;
}

/* --------------------------------------------
   AC Divider (dotted pink line)
   -------------------------------------------- */
.ac-divider {
  border: none;
  height: 2px;
  background: url('../images/facility/divider.svg') no-repeat center;
  background-size: 100% 2px;
  margin: 0;
}

/* --------------------------------------------
   AC Feature Box (bullet list)
   -------------------------------------------- */
.ac-feature-box {
  background: var(--color-white);
  border: 1px solid #cce8fe;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ac-feature-box__item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
}

.ac-feature-box__dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--color-pink);
  border-radius: 50%;
  margin-top: 8px;
}

.ac-feature-box__line {
  border: none;
  height: 1px;
  background: linear-gradient(to right, #fedbde, #cce8fe);
  margin: 0;
}

/* --------------------------------------------
   AC Section (h2 content block)
   -------------------------------------------- */
.ac-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ac-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --------------------------------------------
   AC Subsection (h3 block)
   -------------------------------------------- */
.ac-subsection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ac-subsection__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-navy);
}

.ac-subsection__diamond {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: var(--color-pink);
  transform: rotate(45deg);
}

/* --------------------------------------------
   AC Schedule Table
   -------------------------------------------- */
.ac-schedule-wrap {
  overflow-x: auto;
}

.ac-schedule {
  background: var(--color-white);
  border: 2px solid #cce8fe;
  padding: 20px 24px;
  min-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ac-schedule__row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.ac-schedule__label {
  width: 130px;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.3;
  color: var(--color-navy);
}

.ac-schedule__days {
  display: flex;
  gap: 28px;
  font-size: 18px;
  line-height: 1.3;
}

.ac-schedule__line {
  border: none;
  height: 1px;
  background: linear-gradient(to right, #fedbde, #cce8fe);
  margin: 0;
}

.ac-schedule__active {
  color: var(--color-pink);
}

.ac-schedule__closed {
  color: var(--color-navy);
}

/* Schedule + text side-by-side on PC */
.ac-hours__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 769px) {
  .ac-hours__row {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .ac-schedule-wrap {
    flex-shrink: 0;
    max-width: 618px;
  }

  .ac-hours__text {
    flex: 1;
    min-width: 0;
  }
}

/* --------------------------------------------
   AC Info Table
   -------------------------------------------- */
.ac-info-table {
  width: 100%;
  border-collapse: collapse;
}

.ac-info-table th {
  background: var(--color-pink-bg);
  border: 1px solid var(--color-pink);
  color: var(--color-pink);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 30px;
  text-align: left;
  white-space: nowrap;
}

.ac-info-table td {
  background: var(--color-white);
  border: 1px solid var(--color-pink);
  color: var(--color-navy);
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 30px;
  text-align: left;
}

@media (min-width: 769px) {
  .ac-info-table th {
    width: 310px;
  }
}

@media (max-width: 768px) {
  .ac-info-table,
  .ac-info-table tbody,
  .ac-info-table tr,
  .ac-info-table th,
  .ac-info-table td {
    display: block;
    width: 100%;
  }

  .ac-info-table th {
    border-bottom: none;
  }

  .ac-info-table td {
    border-top: none;
  }
}

/* --------------------------------------------
   AC Map
   -------------------------------------------- */
.ac-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.ac-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .ac-map {
    height: 300px;
  }
}

/* --------------------------------------------
   AC About Section (hero text-left + photo-right)
   -------------------------------------------- */
.ac-about {
  padding: 40px 40px 0;
}

.ac-about__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.ac-about__hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ac-about__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ac-about__photo {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 auto;
}

.ac-about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .ac-about {
    padding: 60px 120px 0;
  }

  .ac-about__hero {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }

  .ac-about__text {
    flex: 1;
    min-width: 0;
  }

  .ac-about__photo {
    width: 400px;
    flex-shrink: 0;
    margin: 0;
  }
}

/* --------------------------------------------
   AC Hours Section (gradient)
   -------------------------------------------- */
.ac-hours {
  padding: 80px 40px 0;
  background: linear-gradient(to bottom, #fff 0%, var(--color-pink-bg) 40%, var(--color-pink-bg) 60%, #fff 100%);
}

.ac-hours__inner {
  max-width: 1040px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .ac-hours {
    padding: 100px 120px 0;
  }
}

/* --------------------------------------------
   AC Location Section
   -------------------------------------------- */
.ac-location {
  padding: 80px 40px 0;
}

.ac-location__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1040px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .ac-location {
    padding: 100px 120px 0;
  }
}

/* --------------------------------------------
   AC Parking Section (gradient)
   -------------------------------------------- */
.ac-parking {
  padding: 80px 40px 80px;
  background: linear-gradient(to bottom, #fff 0%, var(--color-pink-bg) 30%, var(--color-pink-bg) 70%, #fff 100%);
}

.ac-parking__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1040px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .ac-parking {
    padding: 100px 120px 100px;
  }
}
