/* ------------------------------------
// #clinicoutline
------------------------------------ */
#clinicoutline {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 4.2vw;
}
#clinicoutline .text p {
  margin-bottom: 2rem;
}
#clinicoutline .text .timetable {
  margin: 5rem auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem;
}
#clinicoutline .text .timetable h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Zen Old Mincho";
  letter-spacing: 0.1em;
  padding-left: -0.1em;
  font-weight: 500;
}
#clinicoutline .text .timetable .note {
  text-align: center;
  font-size: 1.5rem;
}
#clinicoutline .text .timetable table {
  width: 100%;
  margin: 0 auto 0.5rem;
  border-spacing: 0;
  border-bottom: 2px solid #F4A7A4;
}
#clinicoutline .text .timetable table th,
#clinicoutline .text .timetable table td {
  padding: 0.6em 0.2em 0.7em;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
}
#clinicoutline .text .timetable table thead th {
  padding: 0em 0.2em 0.4em;
  font-weight: normal;
  border-bottom: 2px solid #F4A7A4;
}
#clinicoutline .text .timetable table tbody tr:first-child th,
#clinicoutline .text .timetable table tbody tr:first-child td {
  border-bottom: 1px solid #F4A7A4;
}
#clinicoutline .text .timetable table tbody tr th {
  width: 20%;
  line-height: 1.1;
  white-space: nowrap;
}
#clinicoutline .text .timetable table tbody tr td {
  width: 11.4285714286%;
  text-align: center;
  vertical-align: center;
  line-height: 1.3;
  color: #F4A7A4;
  font-size: clamp(1.8rem, 1.4vw, 1.4vw);
}
#clinicoutline .text .timetable table tbody tr td span {
  display: block;
  transform: rotate(90deg);
}
#clinicoutline .text .timetable table tbody tr td.allday {
  border-right: 1px solid #F4A7A4;
  border-left: 1px solid #F4A7A4;
  border-bottom: none;
  color: #282828;
  font-size: clamp(1.4rem, 1.3vw, 1.3vw);
  white-space: nowrap;
}
#clinicoutline .text .timetable table tbody tr td.clinicClose {
  color: #282828;
}
@media screen and (max-width: 1024px) {
  #clinicoutline .text .timetable {
    width: 80%;
  }
  #clinicoutline .text .timetable table {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #clinicoutline .text .timetable {
    margin: 3rem auto;
    width: auto;
  }
  #clinicoutline .text .timetable table {
    min-width: 0;
    margin: 0 auto 0.5rem;
  }
  #clinicoutline .text .timetable table span {
    display: block;
    transform: rotate(90deg);
  }
}
#clinicoutline .photolink .btn {
  margin-top: 1rem;
}
#clinicoutline .photolink .btn .btn01 {
  width: 100%;
  padding: 0.5rem 1rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #clinicoutline {
    margin-bottom: 5rem;
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------
// #transportation
------------------------------------ */
#transportation {
  margin-bottom: 10rem;
}
#transportation .lead {
  text-align: center;
  margin-bottom: 5rem;
}
#transportation .photolist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2vw;
}
#transportation .photolist li p {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}
#transportation .subtransportation {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2vw;
}
#transportation .subtransportation section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
#transportation .subtransportation section p {
  text-align: center;
  margin-bottom: 2rem;
}
#transportation .subtransportation section .photo_single p {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #transportation {
    margin-bottom: 5rem;
  }
  #transportation .lead {
    text-align: left;
    margin-bottom: 3rem;
  }
  #transportation .photolist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2vw;
  }
  #transportation .subtransportation {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  #transportation .subtransportation section p {
    text-align: left;
  }
}

/* ------------------------------------
// #safety
------------------------------------ */