@charset "UTF-8";
.about-header {
  background: url("../images/img_about.png") no-repeat center center;
  background-size: cover;
}

.service-header {
  background: url("../images/img_service.png") no-repeat center center;
  background-size: cover;
}

.menu-header {
  background: url("../images/img_menu.png") no-repeat center center;
  background-size: cover;
}

.therapist-header {
  background: url("../images/img_therapist.png") no-repeat center center;
  background-size: cover;
}

.access-header {
  background: url("../images/img_access.png") no-repeat center center;
  background-size: cover;
}

.page-header__title {
  color: white;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.circle-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  padding: 0 24px;
}

.circle-image {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .circle-image {
    width: 100px;
  }
}
.circle-image .thumbnail {
  margin-bottom: 10px;
}
.circle-image .thumbnail img {
  display: block;
}
.circle-image p {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .circle-image p {
    font-size: 13px;
  }
}

.menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  padding: 0 20px;
}

.menu-item-header {
  background: #804f21;
  font-size: 16px;
  line-height: 1.3;
  color: white;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 3px 2px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .menu-item-header {
    font-size: 13px;
  }
}
.menu-item-header dl {
  display: flex;
}
.menu-item-header dl dt, .menu-item-header dl dd {
  text-align: left;
}
.menu-item p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-item p {
    font-size: 11px;
  }
}
.menu-item .sm {
  font-size: 0.88em;
}

.menu-thumbnail {
  margin-bottom: 12px;
}
.menu-thumbnail img {
  display: block;
}

.service {
  background: url("../images/bg_white.png") center top no-repeat;
  background-size: cover;
}

.sec-map {
  width: calc(100% - 60px);
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  margin: 30px auto;
}
.sec-map .iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.facial .sec-title, .facial .menu-item-header {
  background: #a07c54;
}

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