@charset "utf-8";

/*------------- 院内紹介 --------------*/

/*---- 写真表示 ----*/

.hospital-photo {
  margin-top: 40px;
}

.hospital-photo h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #4EB4B8;
  position: relative;
  margin-bottom: 30px;
}

.hospital-photo h2::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 23%;
  height: 2px;
  background: #4E62B8;
}

.hospital-photo-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.hospital-photo-flex img{
  width: 330px;
  height: auto;
}

.hospital-photo-contents p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}



/* 

.hospital-photo-main {
  max-width: 1100px;
  height: auto;
}

.hospital-photo-sub {
  display: flex;
  margin-top: 40px;
}

.hospital-photo-sub__img img {
  width: 249px;
  height: auto;
}

.hospital-photo-sub__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
} */

/* 最終行左寄せ */
/* .hospital-photo-sub__flex::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.hospital-photo-sub__flex::after {
  content: "";
  display: block;
  width: 23%;
} */

/*---- MEDICAL HOURS ----*/
.medical-hours {
  margin-top: 100px;
}

/* 表 */

table.hospital-time-table {
  font-size: 20px;
  width: 1100px;
  margin-top: 25px;

  border: 1px solid #4EB4B8;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

.hospital-time-table tr {
  height: 50px;
  line-height: 50px;
}

.hospital-time-table th {
  background-color: #4EB4B8;
  color: #fff;
  text-align: center;
}

.hospital-week th {
  border-right: 1px solid #fff;
}

.hospital-week th:last-child {
  border-right: none;
}

.hospital-time-table td {
  background-color: #fff;
  border-right: 1px solid #4EB4B8;
  text-align: center;
}

.hospital-time-table td:last-child {
  border-right: none;
}

td.hospital-time {
  width: 28%;
  border-top: 1px solid #4EB4B8;
}

.hospital-days {
  border-top: 1px solid #4EB4B8;

}

.hospital-visit {
  border-top: 1px solid #4EB4B8;
}

/* dl */

.dl-medical-hours {
  margin-top: 22px;
}

.dl-medical-hours dt {
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  width: 85px;
  text-align: left;
  /* width: 8%;
  max-width: 85px; */
  padding-right: 20px;
}

.dl-medical-hours dd {
  font-size: 16px;
  font-weight: 300;
}

.medical-hours-section {
  display: flex;
  padding-bottom: 10px;
  position: relative;
  margin-left: 10px;
}

.medical-hours-section:last-child {
  padding-bottom: 0;
}

.medical-hours-section dt::before {
  content: "●";
  font-size: 8px;
  color: #4EB4B8;
  position: absolute;
  top: 8px;
  left: -10px;
}

footer h3::before {
  content: "●";
  font-size: 8px;
  color: #4EB4B8;
  padding-right: 5px;
  vertical-align: middle;
}


/*---- ACCESS ----*/
.access {
  margin: 100px 0 200px 0;
}

.access iframe {
  max-width: 1100px;
  width: 100%;
  height: 320px;
  margin: 30px auto 20px auto;
}

/* 電話番号 */
.access-tel-container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.access-tel {
  width: 49%;
  border-radius: 10px;
  padding: 30px 0;
}

.access-tel dt {
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 30px;
}

.access-tel dd {
  font-size: 16px;
  margin-left: 30px;
}

.access-tel__1 {
  background-color: #EEF5F5;
}

.access-tel__2 {
  background-color: rgba(196, 175, 106, 0.2);
}

/* dl-access */
.dl-access {
  display: flex;
  position: relative;
  margin-left: 10px;
}

.dl-access dt {
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  padding-right: 55px;
}

.dl-access dd {
  font-size: 16px;
  font-weight: 300;
}

.dl-access dt::before {
  content: "●";
  font-size: 8px;
  color: #4EB4B8;
  position: absolute;
  top: 8px;
  left: -10px;
}

.dl-access:last-child {
  margin-top: 15px;
}

.dl-access__1 dd {
  margin-left: 130px;
}

.dl-access__2 dd {
  margin-left: 40px;
}