@charset "UTF-8";
/* =========================================================
   Common components: Section Title (for fixed pages)
   ========================================================= */
/* 見出しブロック（PC） */
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20rem;
}

.section-title img {
  width: 60px;
  height: auto;
  margin-bottom: 0.5rem;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: "秀英丸ゴシック B", sans-serif;
  color: #444;
  font-size: 3.4rem;
  width: auto;
  background: linear-gradient(to top, #D9EEF9 50%, transparent 50%);
  padding: 0;
  margin: 0 auto;
}

.section-line-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}

.section-line-dots span {
  display: block;
  width: 10px;
  height: 4px;
  background-color: #444;
  border-radius: 2px;
}

/* =========================================================
   Common components: Facility Intro (for school pages)
   ========================================================= */
/* ========== 施設詳細（PC） ========== */
.facility-intro-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 10rem auto;
  padding: 0 30px;
  width: 1100px;
}

.facility-description {
  flex: 1 1 48%;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.facility-lead {
  color: #767676;
  margin: 40px 0;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.facility-table {
  flex: 1 1 48%;
  background-color: #EAF8FF;
  border-radius: 20px;
  padding: 0 2rem 1rem;
}

.facility-table table {
  width: 100%;
  border-collapse: collapse;
}

.facility-table .table-title {
  color: #767676;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

.facility-table th {
  color: #767676;
  text-align: center;
  width: 95px;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  height: 80px;
}

.facility-table td {
  color: #767676;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: left;
  letter-spacing: -0.02em;
  padding-left: 3.2rem;
  line-height: 3.2rem;
  height: 80px;
}

.facility-table tr {
  border-top: dashed 1px #6ACDFF;
  border-bottom: dashed 1px #6ACDFF;
}

.facility-table tr.table-title-row {
  border-top: none;
}

.facility-table a {
  color: #6FBA2C;
  text-decoration: underline;
}

/* =========================================================
   Responsive overrides (max-width: 767px)
   ========================================================= */
@media screen and (max-width: 767px) {
  /* 見出しブロック（SP） */
  .section-title {
    margin-top: 60px;
  }
  .section-title img {
    width: 40px;
  }
  .section-heading {
    font-size: 1.8rem;
  }
  .section-line-dots {
    gap: 4px;
  }
  .section-line-dots span {
    width: 5px;
    height: 2px;
    border-radius: 2px;
  }
  /* 施設詳細（SP） */
  .facility-intro-container {
    flex-direction: column;
    margin: 6rem auto;
    width: 100%;
    gap: 0rem;
  }
  .facility-description,
  .facility-table {
    flex: 1 1 100%;
  }
  .facility-lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 auto 40px;
  }
  .facility-table .table-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .facility-table th {
    font-size: 13px;
    font-size: 1.3rem;
    height: 50px;
    width: 55px;
  }
  .facility-table td {
    font-size: 13px;
    font-size: 1.3rem;
    height: 50px;
    line-height: 1.6rem;
  }
}

/*# sourceMappingURL=components.css.map */
