@charset "utf-8";

/* =========================================
   Reception system page
========================================= */
.page-reception-system .guide-page__panel{
  overflow: hidden;
}

.reception-intro{
  margin-bottom: 40px;
}

.reception-intro__head{
  text-align: center;
  margin-bottom: 26px;
}

.reception-intro__eyebrow{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #256fb2;
  font-weight: 600;
}

.reception-intro__title{
  margin: 0;
  font-size: 34px;
  line-height: 1.5;
  color: #0a3f73;
  font-weight: 700;
}

.reception-intro__notice{
  padding: 28px 30px;
  text-align: center;
}

.reception-intro__notice p{
  margin: 0;
  font-size: 17px;
  line-height: 2;
  color: #334155;
  font-weight: 500;
}

.reception-hours__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.reception-hours__card{
  padding: 32px 24px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f9fe 100%);
  border: 1px solid #dce9f5;
  box-shadow: 0 12px 24px rgba(10, 35, 66, .06);
  text-align: center;
}

.reception-hours__label{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #0a3f73;
}

.reception-hours__time{
  margin: 0;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
  color: #0062b2;
  letter-spacing: .02em;
}

.reception-request__box{
  position: relative;
  padding: 28px 28px 24px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid #8dc4f2;
  box-shadow: 0 10px 22px rgba(10, 35, 66, .05);
}

.reception-request__label{
  position: absolute;
  top: -16px;
  left: 22px;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  font-size: 28px;
  line-height: 1;
  color: #7fc0f2;
  font-family: "Zen Old Mincho", serif;
}

.reception-request__text{
  margin: 0;
  font-size: 17px;
  line-height: 1.95;
  color: #334155;
}

.reception-leadCard{
  padding: 34px 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  border: 1px solid #dce9f5;
  box-shadow: 0 16px 30px rgba(10, 35, 66, .06);
  text-align: center;
}

.reception-leadCard p{
  margin: 0;
  font-size: 24px;
  line-height: 1.8;
  color: #334155;
}

.reception-leadCard__strong{
  margin-top: 8px !important;
  line-height: 1.45 !important;
  color: #F82143 !important;
  font-weight: 500 !important;
}

.reception-card + .reception-card{
  margin-top: 18px;
}

.reception-card--attention{
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.reception-example{
  margin-top: 20px;
  padding: 24px 26px;
  border-radius: 18px;
  background: #f8fbfe;
  border: 1px solid #dce9f5;
}

.reception-example__label{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #0a3f73;
}

.reception-example p:last-child{
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #334155;
}

/* ご利用時間グリッドを中央寄せ */
.reception-hours .guide-receptionGrid{
  justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 280px));
}

/* フロー1内のWeb予約ボタンを左寄せ＋margin-top */
.reception-patchflow__content .clinic-info__reserveBtnWrap,
.inspection-patchflow__content .clinic-info__reserveBtnWrap{
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ご利用方法セクション上マージン */
.page-reception-system .inspection-patchflow{
  margin-top: 48px;
}

/* --- patchflow timeline style --- */
.reception-patchflow__timeline{
  position: relative;
  display: flex;
  flex-direction: column;
}

.reception-patchflow__timeline::before{
  content: "";
  position: absolute;
  left: 39px;
  top: 40px;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0062b2 0%, #2f8fda 100%);
  border-radius: 999px;
  z-index: 0;
}

.reception-patchflow__row:last-child::after{
  content: "";
  position: absolute;
  left: 39px;
  top: calc(4px + 40px);
  bottom: 0;
  width: 3px;
  background: #fff;
  z-index: 1;
}

.reception-patchflow__row{
  position: relative;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 0 0 28px 0;
}

.reception-patchflow__row:last-child{
  padding-bottom: 0;
}

.reception-patchflow__marker{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding-top: 4px;
}

.reception-patchflow__num{
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0062b2 0%, #2f8fda 100%);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 98, 178, .28);
}

.reception-patchflow__content{
  flex: 1;
  padding: 22px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dce9f5;
  box-shadow: 0 10px 24px rgba(10, 35, 66, .06);
}

.reception-patchflow__content h3{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #0a3f73;
}

.reception-patchflow__content p{
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #334155;
}

.reception-howto__cta{
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.reception-howto__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b8d 0%, #ef496d 100%);
  box-shadow: 0 14px 26px rgba(239, 73, 109, .28);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  transition: transform .2s ease, opacity .2s ease;
}

.reception-howto__button:hover{
  transform: translateY(-1px);
  opacity: .95;
}

@media (max-width: 1100px){
  .reception-hours__time{
    font-size: 32px;
  }

  .reception-leadCard__strong{
  }
}

@media (max-width: 767px){
  .reception-intro{
    margin-bottom: 24px;
  }

  .reception-intro__head{
    margin-bottom: 18px;
  }

  .reception-intro__title{
    font-size: 26px;
    line-height: 1.55;
  }

  .reception-intro__notice{
    padding: 20px 16px;
    border-radius: 14px;
  }

  .reception-intro__notice p{
    font-size: 15px;
    line-height: 1.9;
  }

  .reception-hours__grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reception-hours__card{
    padding: 22px 16px 20px;
    border-radius: 14px;
  }

  .reception-hours__label{
    margin-bottom: 6px;
    font-size: 16px;
  }

  .reception-hours__time{
    font-size: 29px;
    line-height: 1.4;
  }

  .reception-request__box{
    padding: 22px 16px 18px;
    border-radius: 14px;
  }

  .reception-request__label{
    top: -12px;
    left: 14px;
    font-size: 22px;
  }

  .reception-request__text{
    font-size: 15px;
    line-height: 1.9;
  }

  .reception-leadCard{
    padding: 22px 16px;
    border-radius: 16px;
  }

  .reception-leadCard p{
    font-size: 18px;
    line-height: 1.8;
  }

  .reception-leadCard__strong{
    margin-top: 6px !important;
    line-height: 1.7 !important;
  }

  .reception-example{
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .reception-example__label{
    font-size: 16px;
  }

  .reception-example p:last-child{
    font-size: 15px;
    line-height: 1.9;
  }

  .reception-step{
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px 16px 16px;
    border-radius: 14px;
  }

  .reception-step__num{
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .reception-step__body h3{
    margin-bottom: 8px;
    font-size: 18px;
  }

  .reception-step__body p{
    font-size: 15px;
    line-height: 1.9;
  }

  .reception-howto__cta{
    padding: 2px 0 4px;
  }

  .reception-howto__button{
    min-width: 210px;
    min-height: 48px;
    padding: 0 24px;
    font-size: 22px;
  }

  .reception-patchflow__timeline::before{
    left: 27px;
  }

  .reception-patchflow__row:last-child::after{
    left: 27px;
    top: calc(4px + 28px);
  }

  .reception-patchflow__num{
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .reception-patchflow__row{
    gap: 16px;
    padding-bottom: 20px;
  }

  .reception-patchflow__content{
    padding: 16px 18px;
    border-radius: 14px;
  }

  .reception-patchflow__content h3{
    font-size: 18px;
    margin-bottom: 8px;
  }

  .reception-patchflow__content p{
    font-size: 15px;
    line-height: 1.9;
  }

  .reception-howto__cta{
    margin-top: 14px;
  }
}
