@media screen and (max-width: 767px) {
  .features .txt--center {
    text-align: left;
  }
}

.treatment {
  padding-top: 64px;
}

@media screen and (max-width: 767px) {
  .treatment {
    padding-top: 48px;
  }
}

.treatment::before {
  height: 80%;
}

.treatment .treatment-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .treatment .treatment-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .treatment .treatment-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit {
    gap: 16px;
  }
}

.treatment .treatment-unit__dtl {
  width: calc(100% - 440px);
}

@media screen and (max-width: 1023px) {
  .treatment .treatment-unit__dtl {
    width: calc(100% - 412px);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit__dtl {
    width: calc(100% - 364px);
  }
}

@media screen and (max-width: 767px) {
  .treatment .treatment-unit__dtl {
    width: 100%;
  }
}

.treatment .treatment-unit__vsl {
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .treatment .treatment-unit__vsl {
    width: 380px;
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit__vsl {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .treatment .treatment-unit__vsl {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
}

.gallery {
  overflow: hidden;
}

.gallery .gallery-list .slick-list {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .gallery .gallery-list .slick-list {
    margin: 0 -10px;
  }
}

.gallery .gallery-list .slick-slide {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .gallery .gallery-list .slick-slide {
    margin: 0 10px;
  }
}

.director .director-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .director .director-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .director .director-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.director .director-unit__vsl {
  position: relative;
  width: 324px;
}

@media screen and (max-width: 1023px) {
  .director .director-unit__vsl {
    width: 300px;
  }
}

@media screen and (max-width: 959px) {
  .director .director-unit__vsl {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__vsl {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.director .director-unit__vsl .director-vsl-inner {
  position: relative;
}

.director .director-unit__vsl .director-vsl-inner img {
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .director .director-unit__vsl .director-vsl-inner img {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__vsl .director-vsl-inner img {
    border-radius: calc(8px * 0.5);
  }
}

.director .director-unit__vsl .director-vsl-inner .director-name {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: bold;
  padding: 12px;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .director .director-unit__vsl .director-vsl-inner .director-name {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__vsl .director-vsl-inner .director-name {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .director .director-unit__vsl .director-vsl-inner .director-name {
    padding: 10px;
  }
}

@media screen and (max-width: 959px) {
  .director .director-unit__vsl .director-vsl-inner .director-name {
    gap: 8px;
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__vsl .director-vsl-inner .director-name {
    padding: 6px;
  }
}

.director .director-unit__vsl .director-vsl-inner .director-name dt {
  font-size: 2rem;
}

@media screen and (max-width: 1023px) {
  .director .director-unit__vsl .director-vsl-inner .director-name dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .director .director-unit__vsl .director-vsl-inner .director-name dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__vsl .director-vsl-inner .director-name dt {
    font-size: 1.4rem;
  }
}

.director .director-unit__vsl .director-vsl-inner .director-name dd {
  font-size: 2.4rem;
}

@media screen and (max-width: 1023px) {
  .director .director-unit__vsl .director-vsl-inner .director-name dd {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .director .director-unit__vsl .director-vsl-inner .director-name dd {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__vsl .director-vsl-inner .director-name dd {
    font-size: 1.6rem;
  }
}

.director .director-unit__dtl {
  width: calc(100% - 364px);
}

@media screen and (max-width: 1023px) {
  .director .director-unit__dtl {
    width: calc(100% - 332px);
  }
}

@media screen and (max-width: 959px) {
  .director .director-unit__dtl {
    width: calc(100% - 304px);
  }
}

@media screen and (max-width: 767px) {
  .director .director-unit__dtl {
    width: 100%;
  }
}

.director .director-unit__dtl .information-ttl {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: solid 1px #55cad9;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .director .director-unit__dtl .information-ttl {
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-size: 1.6rem;
  }
}

.director .director-unit__dtl .background-list {
  display: grid;
  gap: 8px;
}

.director .director-unit__dtl .background-list__item {
  display: grid;
  gap: 10px;
  grid-template-columns: 80px 1fr;
}

@media screen and (max-width: 767px) {
  .director .director-unit__dtl .background-list__item {
    grid-template-columns: 66px 1fr;
  }
}

.director .director-unit__dtl .background-list__item .year {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .director .director-unit__dtl .background-list__item .year {
    font-size: 1.2rem;
  }
}

.director .director-unit__dtl .background-list__item .year .number {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .director .director-unit__dtl .background-list__item .year .number {
    font-size: 1.6rem;
  }
}

.outline .wrap {
  max-width: 1060px;
}

.outline .overview-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 959px) {
  .outline .overview-unit {
    gap: 30px;
  }
}

@media screen and (max-width: 959px) {
  .outline .overview-unit {
    gap: 20px;
  }
}

.outline .overview-unit .tbl {
  width: calc( 100% - 85px);
}

@media screen and (max-width: 959px) {
  .outline .overview-unit .tbl {
    width: calc( 100% - 70px);
  }
}

@media screen and (max-width: 767px) {
  .outline .overview-unit .tbl {
    width: calc( 100% - 54px);
  }
}

.outline .overview-unit .tbl table tbody tr th {
  width: 245px;
}

@media screen and (max-width: 959px) {
  .outline .overview-unit .tbl table tbody tr th {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .outline .overview-unit .tbl table tbody tr th {
    width: 120px;
  }
}

@media screen and (max-width: 519px) {
  .outline .overview-unit .tbl table tbody tr th {
    width: 108px;
  }
}

.gmap iframe {
  margin-bottom: calc(8px * 4);
  width: 100%;
  height: 444px;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .gmap iframe {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .gmap iframe {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 320px;
  }
}

@media screen and (max-width: 519px) {
  .gmap iframe {
    height: 240px;
  }
}

.schedule {
  position: relative;
  padding-top: 48px;
}

@media screen and (max-width: 959px) {
  .schedule {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .schedule {
    padding-top: 32px;
  }
}

.schedule::before {
  height: 70%;
}

.schedule .schedule-content {
  position: relative;
  margin-inline: auto;
  max-width: 720px;
  background: #ffffff;
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .schedule .schedule-content {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .schedule .schedule-content {
    border-radius: calc(8px * 0.5);
  }
}

.schedule .schedule-content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .schedule .schedule-content::before {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 767px) {
  .schedule .schedule-content::before {
    border-radius: calc(8px * 0.5);
  }
}

.schedule .schedule-content::after {
  position: absolute;
  top: -125px;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  content: "";
  width: 320px;
  height: 280px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
  box-shadow: 0 0 12px rgba(77, 75, 61, 0.12);
}

@media screen and (max-width: 959px) {
  .schedule .schedule-content::after {
    top: -100px;
    width: 250px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .schedule .schedule-content::after {
    top: -72px;
    width: 220px;
    height: 200px;
  }
}

.schedule .schedule-content .schedule-content-inner {
  position: relative;
  padding: 48px 80px;
}

@media screen and (max-width: 959px) {
  .schedule .schedule-content .schedule-content-inner {
    padding: 40px 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .schedule .schedule-content .schedule-content-inner {
    padding: 32px 40px 20px;
  }
}

@media screen and (max-width: 519px) {
  .schedule .schedule-content .schedule-content-inner {
    padding: 32px 20px 20px;
  }
}

.schedule .schedule-content .schedule-content-inner::before, .schedule .schedule-content .schedule-content-inner::after {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/marble-aqu.png") center/contain no-repeat;
  width: 200px;
  height: 62px;
}

@media screen and (max-width: 767px) {
  .schedule .schedule-content .schedule-content-inner::before, .schedule .schedule-content .schedule-content-inner::after {
    background-image: url("/wp-content/themes/itreat_base/dist/img/common/marble-aqu-sp.png");
    width: 80px;
    height: 72px;
  }
}

@media screen and (max-width: 519px) {
  .schedule .schedule-content .schedule-content-inner::before, .schedule .schedule-content .schedule-content-inner::after {
    width: 60px;
    height: 54px;
  }
}

.schedule .schedule-content .schedule-content-inner::before {
  top: 0;
  right: 0;
  border-radius: 0 8px 0 0;
}

.schedule .schedule-content .schedule-content-inner::after {
  bottom: 0;
  left: 0;
  scale: -1 -1;
  border-radius: 0 8px 0 0;
}

.schedule .schedule-content .hours-tbl {
  position: relative;
  z-index: 1;
}

.schedule .schedule-content .hours-tbl table {
  margin-bottom: 10px;
}

.schedule .schedule-content .hours-tbl .footnote-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.schedule .schedule-content .hours-tbl .footnote-unit__vsl {
  width: 20px;
}

/*# sourceMappingURL=../../maps/pages/branch.css.map */
