/* ========================================
   Reservation Page Styles
   ======================================== */

/* ----------------------------------------
   WEB Online Reservation Section
   ---------------------------------------- */
.l-section--online-reservation {
  padding: 60px 0;
  background-color: #f9f8f5;
}

.l-online-reservation__box {
  border: 2px solid var(--col-accent);
  padding: 60px 40px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.l-online-reservation__box::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid var(--col-accent);
  pointer-events: none;
}

.l-section__header--online-reservation {
  margin: 0;
}

.c-heading--online-reservation {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0;
}

.l-online-reservation__features {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-bottom: 45px;
}

.c-reservation-feature {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.c-reservation-feature:not(:last-child) {
  border-right: 1px solid var(--col-accent);
}

.c-reservation-feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--col-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-reservation-feature:nth-child(1) img {
  width: 25px;
  height: 25px;
}

.c-reservation-feature:nth-child(2) img {
  width: 25px;
  height: 22px;
  padding-left: 2px;
}

.c-reservation-feature:nth-child(3) img {
  width: 21px;
  height: 20px;
  padding-top: 2px;
}

.c-reservation-feature__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #333;
  margin: 0;
}

.l-online-reservation__button {
  text-align: center;
  position: relative;
  z-index: 1;
}

.c-btn--online-reservation {
  background-color: var(--col-main);
  color: #fff;
  border: 1px solid var(--col-main);
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2.5;
  padding: 12px 48px 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 420px;
  width: 100%;
  height: 70px;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
}

.c-btn--online-reservation:hover {
  background-color: #4a9baa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(84, 183, 198, 0.3);
}

.c-btn--online-reservation .c-btn__arrow {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* ----------------------------------------
   Reservation Flow Section
   ---------------------------------------- */
.l-section--reservation-flow {
  padding: 60px 0 75px;
  background-color: #fff;
}

.l-section__header--reservation-flow {
  margin-bottom: 45px;;
}

.c-heading--reservation-flow {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}

.l-reservation-flow-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.c-reservation-flow-step {
  text-align: center;
  background-color: #F2F9FB;
  border: 1px solid #2A9CAE;
  border-radius: 4px ;
  padding: 30px 20px;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-reservation-flow-step__number {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 600;
  color: #A6E0ED;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-reservation-flow-step__title {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  padding-bottom: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.c-reservation-flow-step__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  letter-spacing: 0;
  padding-top: 18px;
  margin: 0;
}

.c-reservation-flow-step__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------
   Reservation Notice Section
   ---------------------------------------- */
.l-section--reservation-notice {
  padding: 55px 0 60px;
  background-color: #f9f8f5;
}

.l-section__header--reservation-notice {
  margin-bottom: 45px;
}

.c-heading--reservation-notice {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}

.l-reservation-notice-list {
  background-color: #fff;
  padding: 40px 50px;
  list-style: none;
  margin: 0;
}

.c-reservation-notice-item {
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin: 0 0 12px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.c-reservation-notice-item::before {
  content: '・';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.c-reservation-notice-item:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------
   Clinic Hours Section
   ---------------------------------------- */
.l-section--clinic-hours {
  padding: 75px 0 120px;
  background-color: #fff;
}

.l-section__header--clinic-hours {
  margin-bottom: 45px;
}

.c-heading--clinic-hours {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}

.c-table__cell--day {
  text-align: center;
}

/* ----------------------------------------
   Responsive
   ---------------------------------------- */
@media (max-width: 1024px) {
  .l-reservation-flow-steps {
    gap: 40px;
  }

  .l-clinic-hours-content {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .l-section--online-reservation,
  .l-section--reservation-flow,
  .l-section--reservation-notice,
  .l-section--clinic-hours {
    padding: 60px 0;
  }

  .c-heading--reservation,
  .c-heading--reservation-flow,
  .c-heading--reservation-notice,
  .c-heading--clinic-hours {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .c-label--reservation,
  .c-label--reservation-flow,
  .c-label--reservation-notice,
  .c-label--clinic-hours {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .c-text--online-reservation {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .c-btn--online-reservation {
    max-width: 260px;
    font-size: 14px;
  }

  .l-reservation-flow-steps {
    flex-direction: column;
    gap: 30px;
  }

  .c-reservation-flow-step__arrow {
    transform: rotate(90deg);
  }

  .c-reservation-flow-step {
    padding: 30px 20px;
    margin-top: 0;
  }

  .c-reservation-flow-step__number {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .c-reservation-flow-step__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .c-reservation-flow-step__text {
    font-size: 14px;
    line-height: 24px;
  }

  .l-reservation-notice-list {
    padding: 30px 20px;
  }

  .c-reservation-notice-item {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .l-online-reservation__box {
    padding: 40px 20px;
  }

  .c-reservation-feature {
    flex-direction: column;
    text-align: center;
  }

  .c-reservation-feature__text {
    font-size: 13px;
  }

  .l-reservation-flow-steps {
    gap: 20px;
  }

  .c-reservation-flow-step {
    min-width: 100%;
    max-width: 100%;
  }

  .l-table {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .l-section--online-reservation,
  .l-section--reservation-flow,
  .l-section--reservation-notice,
  .l-section--clinic-hours {
    padding: 40px 0;
  }

  .c-heading--online-reservation,
  .c-heading--reservation-flow,
  .c-heading--reservation-notice,
  .c-heading--clinic-hours {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .c-label--online-reservation,
  .c-label--reservation-flow,
  .c-label--reservation-notice,
  .c-label--clinic-hours {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .l-online-reservation__features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .c-reservation-feature {
    gap: 5px;
  }

  .c-reservation-feature:not(:last-child) {
    border: none;
  }

  .c-text--online-reservation {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .c-btn--online-reservation {
    max-width: 240px;
    font-size: 13px;
    padding: 10px 40px 10px 20px;
    height: 45px;
  }

  .c-reservation-flow-step__number {
    font-size: 28px;
    width: 80px;
    height: 80px;
  }

  .c-reservation-flow-step__title {
    font-size: 18px;
  }

  .c-reservation-flow-step__text {
    font-size: 13px;
    line-height: 22px;
  }

  .c-reservation-notice-item {
    font-size: 13px;
    line-height: 22px;
  }

  .c-clinic-hours-item__title {
    font-size: 18px;
  }

  .c-clinic-hours-item__text {
    font-size: 13px;
    line-height: 22px;
  }

  .c-clinic-hours-item__tel {
    font-size: 20px;
  }
}


