@charset "UTF-8";
/* 当院について------------------------------ */
.about-flex p {
  padding-top: 1rem;
}
.about-important {
  background-color: #effeff;
  padding: 3.25rem 4% 2rem;
  margin: 3rem 0 2rem;
}
.about-important .center {
  position: relative;
  top: -4.5rem;
  font-size: 1.25rem;
}
.about-important dl {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #23b8c5;
  padding: 2rem 4%;
  margin-bottom: 4.75rem;
  position: relative;
}
.about-important dl:last-child {
  margin-bottom: 0;
}
.about-important dt,
.about-reservation dt {
  color: #23b8c5;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.about-important dt {
  border-bottom: #23b8c5 1px dotted;
}
.about-important-1::before {
  content: '01';
}
.about-important-2::before {
  content: '02';
}
.about-important-3::before {
  content: '03';
}
.about-important-4::before {
  content: '04';
}
.about-important-1::before,
.about-important-2::before,
.about-important-3::before,
.about-important-4::before {
  position: absolute;
  display: block;
  font-size: 2.5rem;
  top: -60px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #effeff;
  color: #8c6b1f;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}
.about-reservation {
  border-radius: 20px;
  border: 1px solid #23b8c5;
  padding: 1rem 4%;
  margin: 0 0 2rem;
}
.about-reservation dt {
  border-bottom: #23b8c5 1px dotted;
}
.about-reservation ul {
  background-color: #fffbf2;
  padding: 0.5rem;
  margin: 0 0 1rem;
}
.about-reservation li {
  margin: 0 0 0 1rem;
  padding: 0.5rem 0;
  list-style-type: disc;
}
.about-reservation .link {
  text-align: center;
}
.about-reservation .link p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.about-point {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #8c6b1f;
}

/* スライダー */
.ref {
  list-style-type: circle;
  margin-left: 20px;
}
/* スライダーのサイズ */
.swiper {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  /* padding-bottom: 24px; */
}
/* ページネーションの位置調整 */
/* .swiper-pagination {
  bottom: 0 !important;
} */
/* 左右のナビゲーション */
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #aaa;
}

@media (min-width: 768px) {
  .about-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .about-flex img {
    order: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-important {
    margin-top: 3.75rem;
  }
  .about-important .center {
    top: -5rem;
    font-size: 2rem;
  }
  .about-important dl {
    max-width: 700px;
    margin: 0 auto 3rem;
  }
  .about-important dl:last-child {
    margin: 0 auto;
  }
  .about-important-1::before,
  .about-important-2::before,
  .about-important-3::before,
  .about-important-4::before {
    top: -30px;
    left: -30px;
  }
  .about-reservation {
    max-width: 700px;
    margin: 0 auto 2rem;
  }
}
/* ご予約・受診の流れ */
/* 休診日など */
.reservation {
  margin-bottom: 1.5rem;
}
.table-border {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #23b8c5;
  border-radius: 20px;
  width: 100%;
}
.table-box {
  overflow-x: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.table-border div:last-child {
  margin: 1rem 0 0;
}
.time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 500px;
}
.time th,
.time td {
  padding: 1rem 0;
  border-bottom: 1px #23b8c5 solid;
  text-align: center;
  background: #fff;
  white-space: nowrap;
}
.time .sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 150px;
}
.time thead .sticky-col {
  z-index: 3;
}
.time tbody th {
  font-weight: normal;
}
.reservation .link {
  text-align: center;
  margin-top: 0.5rem;
}
.reservation .link a {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .reservation .flex {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
  }
  .reservation .table-border {
    max-width: 500px;
  }
}
