/* LESS Document */
header {
  background-image: url("/facility/img/kv_facility.webp");
}
/*+++++++++++++++++++++++++++++++++++++++++++
	index
+++++++++++++++++++++++++++++++++++++++++++ */
.doctorArea section {
  margin: 0;
  padding: 35px 0;
  border-bottom: #EEE 1px solid;
}
.doctorArea section .sp_show img {
  width: 50vw;
  height: 60vw;
  object-fit: cover;
  object-position: top;
}
.doctorArea section .flex {
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex {
    flex-direction: column;
    gap: 0;
  }
}
.doctorArea section .flex .name {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex .name {
    order: -2;
  }
}
.doctorArea section .flex .name h3 {
  order: 1;
  padding: 0;
  background: none;
  color: #000;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex .name h3 {
    font-size: 5.6vw;
  }
}
.doctorArea section .flex .name h3 .kana {
  color: #A38B77;
  font-size: 1.7rem;
}
.doctorArea section .flex .name p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex .name p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex .flexImg {
    order: -1;
    align-self: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex .flexImg img {
    width: 50vw;
    height: 70vw;
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 767px) {
  .doctorArea section .flex .flexText {
    display: contents;
  }
}
.doctorArea section .btn_2 {
  max-width: 350px;
}
.doctorArea section .dlList_01 {
  margin: 0 0 10px;
}
.doctorArea section .dlList_01 .dl {
  gap: 10px;
  padding: 3px 0;
}
.doctorArea section .dlList_01 .dl dt {
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .doctorArea section .dlList_01 .dl dt {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .doctorArea section .dlList_01 .dl dd {
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
