@charset "UTF-8";
.about {
  background-image: url(../images/common/illust_1.png);
}
.about span:nth-child(3) {
  transform: translate(-1px, 0);
}
.about span:nth-child(4) {
  transform: translate(-3px, 0);
}
.about span:nth-child(5) {
  transform: translate(-5px, 0);
}
.about span:nth-child(6) {
  transform: translate(-7px, 0);
}

#summary {
  display: grid;
  gap: 20px;
}
#summary p small {
  font-size: var(--small);
}

#info {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  #info {
    gap: 15px;
  }
}
#info dl {
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 2px dotted #c8c8c8;
}
@media screen and (max-width: 500px) {
  #info dl {
    padding: 0 0 10px 0;
  }
}
#info dl:last-child {
  padding: 0;
  border-bottom: none;
}
#info dl dt {
  width: 30%;
  font-size: var(--small);
}
#info dl dt br {
  display: none;
}
@media screen and (max-width: 500px) {
  #info dl dt br {
    display: block;
  }
}
#info dl dd {
  width: 70%;
  text-align: left;
}
#info dl dd small {
  font-size: var(--small);
}
#info dl dd br {
  display: none;
}
@media screen and (max-width: 500px) {
  #info dl dd br {
    display: block;
  }
}
#info dl #generations dl {
  display: flex;
  border-bottom: none;
  padding: 0 0 5px 0;
}
#info dl #generations dl dt {
  width: 6em;
}
#info dl #philosophy {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 500px) {
  #info dl #philosophy {
    padding: 10px 0 0 0;
  }
}
#info dl #philosophy li::before {
  content: "・";
}
#info dl #map img {
  margin: 0 0 10px 0;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  #info dl #map img {
    margin: 0 0 5px 0;
    border-radius: 10px;
  }
}
#info dl #map figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #info dl #map figcaption {
    flex-direction: column;
    align-items: flex-start;
  }
}

#doctor {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 500px) {
  #doctor {
    gap: 20px;
  }
}
#doctor .personal {
  display: grid;
  gap: 20px;
}
#doctor .personal figure {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  #doctor .personal figure {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#doctor .personal figure img {
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  #doctor .personal figure img {
    width: 50%;
    border-radius: 10px;
  }
}
#doctor .personal figure figcaption h3 {
  font-size: var(--medium);
  line-height: 1;
  margin: 0 0 10px 0;
}
#doctor .personal figure figcaption h3 small {
  font-size: var(--small);
}
#doctor .personal figure figcaption h3 small:first-child {
  padding: 0 10px 0 0;
}
#doctor .personal .career {
  font-size: var(--small);
  padding: 20px;
  display: grid;
  gap: 5px;
  border-radius: 10px;
  background-color: var(--sub-color_3);
}
@media screen and (max-width: 500px) {
  #doctor .personal .career {
    padding: 10px;
  }
}
#doctor .personal .career p {
  font-family: "BIZUDPGothic-Bold";
  transform: translate(-10px, 0);
}
@media screen and (max-width: 500px) {
  #doctor .personal .career p {
    transform: translate(0, 0);
  }
}
#doctor .personal .career dl {
  display: flex;
}
@media screen and (max-width: 500px) {
  #doctor .personal .career dl {
    flex-direction: column;
  }
}
#doctor .personal .career dl dt {
  width: 15%;
}
@media screen and (max-width: 500px) {
  #doctor .personal .career dl dt {
    width: 100%;
  }
}
#doctor .personal .career dl dd {
  width: 85%;
}
@media screen and (max-width: 500px) {
  #doctor .personal .career dl dd {
    width: 100%;
    padding: 0 0 0 5px;
  }
}

#facilities {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 500px) {
  #facilities {
    gap: 30px;
  }
}
#facilities .list {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  #facilities .list {
    gap: 10px;
  }
}
#facilities .list h3 {
  font-family: "BIZUDPGothic-Bold";
  font-size: var(--medium);
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#facilities .list .piece {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 40px;
}
@media screen and (max-width: 500px) {
  #facilities .list .piece {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
#facilities .list .piece figure img {
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  #facilities .list .piece figure img {
    border-radius: 10px;
  }
}
#facilities .list .piece figure figcaption {
  margin: 10px 0 0 0;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 500px) {
  #facilities .list .piece figure figcaption {
    padding: 0;
  }
}
#facilities .list .piece figure figcaption h4 {
  font-family: "BIZUDPGothic-Bold";
  color: var(--theme-color);
  line-height: 1;
  margin: 0 0 5px 0;
}
#facilities .list .piece figure figcaption p {
  font-size: var(--small);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  #facilities .list .piece figure figcaption p {
    font-size: var(--regular);
  }
}
#facilities .list .piece #slider_1, #facilities .list .piece #slider_2 {
  aspect-ratio: 8/5;
  position: relative;
  overflow: hidden;
}
#facilities .list .piece #slider_1 li, #facilities .list .piece #slider_2 li {
  width: 100%;
  position: absolute;
  opacity: 0;
  transform-origin: center center;
}/*# sourceMappingURL=about.css.map */