.top__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.top__hero::after {
  content: "";
  position: relative;
  display: block;
  padding-top: 45%;
}

@media (max-width: 640px) {
  .top__hero::after {
    padding-top: 47%;
  }
}

.top__hero video {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.top__btn {
  margin-top: 32px;
  display: none;
}

@media (max-width: 640px) {
  .top__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top__btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  border-radius: 5px;
  padding: 10px 16px;
  color: #636363;
  border: 1px solid #a0a0a0;
}

.top__btn a::after {
  content: "";
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  border-bottom: 1px #a0a0a0 solid;
  border-right: 1px #a0a0a0 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 8px;
}

.top__about__text {
  font-size: 12px;
  line-height: 200%;
  margin: 50px 0 0;
  color: #444;
}

.top__about__head {
  font-family: Hiragino Mincho Pro;
  font-size: 18px;
  line-height: 1.8em;
  margin: 50px 0 0;
  letter-spacing: 0.2em;
  color: #333;
}

@media (max-width: 640px) {
  .top__about__head {
    font-size: 4.5vw;
  }
}

.top__about__powder {
  background: url(../img/top/about_bg.jpg);
  background-size: cover;
  overflow: hidden;
  margin: 100px 0 0;
  padding: 65px 0;
}

@media (max-width: 640px) {
  .top__about__powder {
    margin: 60px 0 0;
  }
}

.top__about__powder__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.6);
}

.top__about__powder h2 {
  padding: 0 0 36px;
  border-bottom: 1px solid #666;
}

.top__about__powder h2 span {
  color: #444;
}

.top__about__powder .top__about__head {
  font-weight: bold;
}

.top__about__powder.is-mens .top__about__powder__inner {
  background: rgba(0, 0, 0, 0.3);
}

.top__about__powder.is-mens h2 {
  color: #efefef;
  border-bottom: 1px solid #e1e1e1;
}

.top__about__powder.is-mens h2 span {
  color: #ccc;
}

.top__about__powder.is-mens .top__about__head {
  color: #ddd;
}

.top__about__powder.is-mens .top__about__text {
  color: #ddd;
}

.top__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__block__box {
  width: 47%;
}

.top__block__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 54px 0 0;
  font-size: 14px;
  font-family: futura-pt, "Futura";
}

.top__block__box dl dt {
  width: 100px;
  border-bottom: 1px solid #a0a0a0;
  padding: 0 0 10px;
  margin: 0 0 20px;
  color: #666;
}

.top__block__box dl dd {
  width: calc(100% - 100px);
  border-bottom: 1px solid #a0a0a0;
  padding: 0 0 16px;
  margin: 0 0 20px;
}

.top__block__box dl dd span {
  font-size: 12px;
  line-height: 1.8em;
}

.top__block__box dl dd img {
  margin: 20px 0 0;
}

.top__block__box__example {
  font-size: 10px;
  line-height: 1.8em;
  margin: 20px 0 0;
}

.top__block__card {
  font-size: 12px;
  color: #999;
}

.top__block__card img {
  margin: 15px 0 0;
}

.top__block__card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid #a0a0a0;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  margin: 20px 0 0;
}

.top__block__caution {
  margin: 50px 0 0;
  font-size: 10px;
  line-height: 1.8em;
}

.top__therapist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.top__therapist__box {
  margin-right: 10px;
}

.top__therapist__img {
  display: block;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

@media (max-width: 640px) {
  .top__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__block__box {
    width: 100%;
  }
  .top__block__box dl {
    display: block;
  }
  .top__block__box dl dt,
  .top__block__box dl dd {
    width: 100%;
  }
  .top__block__box dl dt {
    border-bottom: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.top__map {
  width: 100%;
  height: 300px;
  margin: 50px 0;
}

.top__map__text {
  font-size: 14px;
  line-height: 2em;
}

@media (max-width: 640px) {
  .top__map {
    width: 100%;
    height: 200px;
  }
}

.menu__caution {
  margin: 60px 0;
  font-size: 14px;
  line-height: 180%;
  color: #666;
}

@media (max-width: 640px) {
  .menu__caution {
    margin: 30px 0;
  }
}

.menu__list {
  margin: 100px 0 0;
}

@media (max-width: 640px) {
  .menu__list {
    margin: 50px 0 0;
  }
}

.menu__box {
  margin: 100px 0 0;
}

@media (max-width: 640px) {
  .menu__box {
    margin: 80px 0 0;
  }
}

.menu__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .menu__wrap {
    display: block;
  }
}

.menu__info {
  width: 48%;
}

@media (max-width: 640px) {
  .menu__info {
    width: 100%;
  }
}

.menu__movie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Hiragino Mincho Pro, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .menu__title {
    font-size: 16px;
  }
}

.menu__title span {
  margin: 0 0 0 20px;
  font-weight: bold;
  color: #444;
}

.menu__text {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #333;
}

.menu__sub {
  margin-top: 26px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #666;
  padding: 10px;
  border: 1px solid #eeeeee;
}

.menu__time {
  margin: 50px 0 0;
  color: #333;
  font-family: serif;
}

.menu__time span {
  display: inline-block;
  width: 100px;
  color: #666;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.menu__time li {
  font-size: 14px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
  margin: 0 0 40px;
}

.menu__flow {
  margin-top: 60px;
}

.menu__flow__title {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #333333;
}

.menu__flow__text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 180%;
  color: #666;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 20px;
}

.menu__flow__text__inner {
  background: #efefef;
  margin-top: 20px;
  padding: 16px;
}

.menu__cancel {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .menu__cancel {
    margin-top: 30px;
  }
}

.menu__cancel__title {
  display: block;
  font-size: 20px;
  color: #333;
  width: 100%;
  font-family: futura-pt, "Futura";
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width: 640px) {
  .menu__cancel__title {
    padding: 60px 0 0;
  }
}

.menu__cancel__title span {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.2em;
  margin: 10px 0 0;
}

.menu__cancel__text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 180%;
  color: #666;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 20px;
}

.menu__option {
  margin: 60px 0 0;
}

.menu__option__box {
  margin: 60px 0 0;
  border-bottom: 1px solid #a0a0a0;
}

.menu__option__box .menu__text {
  margin: 30px 0;
}

.menu__option__box .menu__text-caution {
  margin: 0 0 30px;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #666666;
}

.menu__item .menu__title {
  margin-top: 40px;
}

.menu__item .menu__text {
  margin-top: 16px;
}

.menu__item__wrap {
  margin: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.menu__item__box {
  margin: 0 16px 0 0;
  width: 200px;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  padding: 10px 10px 20px;
}

@media (max-width: 640px) {
  .menu__item__box {
    width: 160px;
    min-width: 160px;
  }
}

.menu__item__box-img {
  width: 100%;
}

.menu__item__box-title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #333333;
}

.menu__item__box-text {
  margin-top: 8px;
  font-weight: 300;
  font-size: 10px;
  line-height: 180%;
  color: #666666;
}

.menu__item__caution {
  margin-top: 20px;
  background: #f8f8f8;
  border: 1px solid #efefef;
  padding: 16px;
}

.menu__item__caution-title {
  font-family: "Hiragino Mincho Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #7b7b7b;
}

.menu__item__caution-title span {
  margin-left: 20px;
  color: #7b7b7b;
  font-weight: bold;
}

.menu__item__caution-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #333333;
}

.menu__room {
  margin: 60px 0 0;
}

.menu__room .menu__text {
  margin-top: 32px;
}

.menu__room-list li {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 32px;
  padding-bottom: 16px;
}

.menu__room-list__title {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.2em;
}

@media (max-width: 640px) {
  .menu__room-list__title {
    font-size: 16px;
  }
}

.menu__room-list__title span {
  font-family: "Hiragino Mincho Pro";
  color: #333;
  margin-left: 20px;
}

.menu__room-list__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.2em;
  color: #666666;
}

.menu__deli .menu__text {
  margin-top: 32px;
}

.menu__deli .menu__caution {
  margin-top: 24px;
  font-size: 11px;
  color: #666666;
}

.menu__cos,
.menu__item {
  margin: 60px 0 0;
}

.menu__cos__box {
  margin: 60px 0 0;
}

.menu__cos__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Hiragino Mincho Pro, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.menu__cos__price span {
  font-size: 14px;
  margin-left: 20px;
}

@media (max-width: 640px) {
  .menu__cos__price {
    display: block;
  }
  .menu__cos__price span {
    display: block;
    margin-left: 0;
  }
}

.menu__cos__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.menu__cos__wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

@media (max-width: 640px) {
  .menu__cos__wrap img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}

.menu__coupon {
  background-color: #aeccb3;
  padding: 0 0 100px;
  margin-top: 120px;
}

.menu__coupon h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #333333;
}

.menu__coupon h2 span {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  color: #666666;
}

@media (max-width: 640px) {
  .menu__coupon h2 {
    font-size: 20px;
  }
  .menu__coupon h2 span {
    margin-top: 12px;
  }
}

.menu__coupon__inner {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.menu__coupon__block {
  background: rgba(255, 255, 255, 0.8);
  padding: 32px 40px 56px;
  margin-top: 36px;
}

.menu__coupon__block__title {
  font-family: "Hiragino Mincho Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #000000;
}

.menu__coupon__block__text {
  margin-top: 22px;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #666666;
}

.menu__coupon__block__img {
  margin-top: 32px;
  width: 100%;
  max-width: 400px;
}

.menu__coupon__block__sub {
  margin-top: 48px;
  font-family: "Hiragino Mincho Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #666666;
}

.menu__coupon__block__list {
  margin-top: 8px;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

.menu__coupon__block__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #a0a0a0;
  margin-top: 15px;
  padding-bottom: 10px;
}

.menu__coupon__block__list-time {
  color: #666666;
  width: 60px;
}

.menu__coupon__block__list-price1 {
  font-family: "Hiragino Mincho Pro";
  color: #a0a0a0;
  width: 100px;
  text-decoration: line-through;
}

.menu__coupon__block__list-price2 {
  font-family: "Hiragino Mincho Pro";
  color: #333333;
}

.menu__coupon__block__caution {
  margin-top: 32px;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #666666;
}

.therapist .contents__wrapper {
  max-width: 1000px;
}

@media (max-width: 640px) {
  .therapist .contents__wrapper {
    padding: 0px 40px;
  }
}

.therapist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px -30px 0;
}

@media (max-width: 640px) {
  .therapist__list {
    margin: 80px 0 0;
  }
}

.therapist__box {
  position: relative;
  width: calc(100% / 3 - 60px);
  margin: 0 30px 80px;
}

@media (max-width: 900px) {
  .therapist__box {
    width: calc(50% - 60px);
  }
}

@media (max-width: 640px) {
  .therapist__box {
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
    margin: 0 0 70px;
    padding: 0 0 40px;
  }
}

.therapist__img {
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.therapist__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.therapist__img.is-noimg {
  background: #ddd;
}

.therapist__info {
  position: relative;
}

.therapist__name {
  font-family: futura-pt, "Futura";
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #3c3c3c;
  margin: 40px 0 20px;
}

.therapist__name.is-mens {
  font-family: "Hiragino Mincho Pro";
  font-size: 30px;
  letter-spacing: 0.1em;
  font-style: normal;
}

/* .therapist__info {
  margin-top: 24px;
  font-size: 10px;
  line-height: 170%;
  letter-spacing: 0.2em;
  color: #666666;
  white-space: pre-wrap;
} */

.therapist__info {
    padding: 10px 0;
    width: 300px; /* 固定幅 */
    margin: 0 auto; /* 中央揃え */
    text-align: left; /* テキストを左寄せ */
    overflow: visible; /* はみ出しテキストを表示 */
    white-space: normal; /* 自動改行を許可 */
}

.therapist__text {
  margin-top: 16px;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.2em;
  color: #3c3c3c;
  white-space: pre-wrap;
}

.therapist__sns {
  top: 12px;
  right: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../common/img/icon_tw.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.8;
}

.carousel-cell {
  width: 100%;
  height: auto;
  padding: 0;
}

.carousel-cell:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.carousel-nav {
  margin-top: 15px;
}

.carousel-nav .carousel-cell {
  margin: 0 10px 0 0;
  width: 20%;
  background-size: cover;
  background-position: center center;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
}

.carousel-nav .carousel-cell:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.carousel-nav .carousel-cell.is-nav-selected {
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel-main:hover .flickity-button {
  background: #bfafa0;
  opacity: 0.4;
}

.carousel-main:hover .flickity-button:hover {
  background: #bfafa0;
  opacity: 0.9;
}

.flickity-button {
  background: #bfafa0;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.main-carousel:hover .flickity-button {
  background: #bfafa0;
  opacity: 0.4;
}

.main-carousel:hover .flickity-button:hover {
  background: #bfafa0;
  opacity: 0.9;
}

.flickity-prev-next-button .flickity-button-icon {
  fill: #fff;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

.flickity-button:disabled {
  opacity: 0 !important;
}

.faq__list {
  margin: 60px 0 0;
}

.faq__box {
  margin: 30px 0 60px;
  padding: 0 0 30px;
  border-bottom: 1px solid #a0a0a0;
}

.faq__q,
.faq__a {
  position: relative;
  padding: 0 0 0 65px;
}

.faq__q-q,
.faq__a:before {
  content: "Q";
  display: block;
  position: absolute;
  font-family: Hiragino Mincho Pro;
  font-size: 18px;
  top: 0;
  left: 0;
  letter-spacing: 0.2em;
}

.faq__a:before {
  content: "A";
}

.faq__q {
  font-family: Hiragino Mincho Pro;
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 0 20px;
  color: #333;
}

.faq__a {
  font-size: 12px;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  color: #666;
  white-space: pre-wrap;
}

.faq__caution {
  margin: 20px 0 0;
  font-size: 10px;
  color: #3c3c3c;
}

.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin-top: 24px;
}

.faq__wrap-img {
  display: block;
  width: 100px;
  min-width: 100px;
  margin: 0 16px 0 0;
}

.recruit__about {
  font-family: "Hiragino Mincho Pro";
  padding: 157px 0 149px;
  font-weight: 300;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #666;
}

@media (max-width: 640px) {
  .recruit__about {
    padding: 40px 5%;
    font-size: 12px;
    letter-spacing: 0;
  }
}

.recruit__feature {
  background: url(../img/recruit/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

@media (max-width: 640px) {
  .recruit__feature {
    padding: 40px 0;
  }
}

.recruit__feature-inner {
  width: 90%;
  max-width: 800px;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit__feature-inner img {
  width: 100%;
}

@media (max-width: 640px) {
  .recruit__feature-inner {
    padding: 32px 16px;
  }
}

.recruit__block {
  margin-top: 140px;
}

.recruit__block h3 {
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #666;
}

@media (max-width: 640px) {
  .recruit__block h3 {
    font-size: 22px;
  }
}

.recruit__contact {
  margin-top: 50px;
}

.recruit__contact a {
  display: block;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  width: 390px;
  padding: 36px 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 640px) {
  .recruit__contact a {
    width: 100%;
  }
}

.recruit__contact a p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2em;
  color: #999999;
}

@media (max-width: 640px) {
  .recruit__contact a p {
    font-size: 12px;
  }
}

.recruit__contact a div {
  margin-top: 16px;
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #333333;
}

@media (max-width: 640px) {
  .recruit__contact a div {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .review .contents__title div {
    letter-spacing: 0.1em;
  }
}

.review .contents__wrapper {
  max-width: 1000px;
}

.review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0;
}

.review__lightbox {
  display: block;
  width: calc(100% / 4 - 20px);
  margin: 0 10px 50px;
}

@media (max-width: 640px) {
  .review__lightbox {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 30px;
  }
}

.review__img {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #efefef;
}

.review__img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.review__cap {
  font-size: 12px;
  color: #444;
  margin-top: 16px;
}

.contact-table {
  width: 100%;
  margin-bottom: 20px;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 30%; /* 横幅30%指定（グレーの背景色部分） */
  background-color: #eee; /* グレーの背景色 */
  vertical-align: middle;
}

.contact-body {
  width: 70%; /* 横幅70%指定（白背景色部分） */
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.form-text-age {
  width:5%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.contact-sex + .contact-sex {
  margin-left: 10px;
}

.contact-sex-txt {
  margin-left: 5px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-option {
  display: block;
}

.contact-option + .contact-option {
  margin-top: 10px;
}

.contact-option-txt {
  margin-left: 5px;
}

.contact-submit {
  width: 250px; /* 横幅指定 */
  background-color: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 16px; /* 文字の大きさ */
  padding: 15px; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.therapist__list {
    display: flex; /* フレックスボックスを使用 */
    flex-wrap: wrap; /* 複数行に対応 */
    justify-content: space-between; /* アイテムの間にスペースを均等に配置 */
    padding: 10px; /* 全体の内側の余白 */
    background-color: #f2f2f2; /* 背景色 */
    border-radius: 10px; /* 角を丸くする */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
    max-width: 1500px; /* 最大幅を1500pxに設定 */
    margin: auto; /* 中央揃え */
}

.therapist__item {
    border: 1px solid #ccc; /* グレーの枠 */
    border-radius: 8px; /* 角を丸くする */
    padding: 10px; /* 内側の余白 */
    background-color: #f9f9f9; /* 背景色 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影を追加 */
    max-width: 300px; /* 最大幅を設定 */
    text-align: center; /* テキストを中央揃え */
}

.therapist__image-container {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-button {
    position: absolute; /* 位置を絶対配置に変更 */
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    z-index: 1; /* 画像の上に表示 */
}

#prevBtn {
    left: 10px; /* 左端からの距離 */
}

#nextBtn {
    right: 10px; /* 右端からの距離 */
}

.therapist__main-image {
    max-width: 100%; /* 画像のサイズを調整 */
    height: auto; /* アスペクト比を保持 */
}

.therapist__link {
    display: inline-block; /* ボタンのように表示 */
    background-color: black; /* 黒ベースの背景色 */
    color: white; /* 文字色 */
    padding: 10px 15px; /* 内側の余白 */
    border-radius: 5px; /* 角を丸くする */
    text-decoration: none; /* 下線を消す */
    margin-top: 10px; /* 上部のマージン */
    transition: background-color 0.3s; /* ホバー時のエフェクト */
}

.therapist__link:hover {
    background-color: #333; /* ホバー時の色変更（ダークグレー） */
}

@media (max-width: 640px) {
  .therapist__list {
      display: flex; /* フレックスボックスを使用 */
      flex-wrap: wrap; /* 複数行に対応 */
      justify-content: space-between; /* アイテムの間にスペースを均等に配置 */
      padding: 10px; /* 全体の内側の余白 */
      background-color: #f2f2f2; /* 背景色 */
      border-radius: 10px; /* 角を丸くする */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
      max-width: 1500px; /* 最大幅を1500pxに設定 */
      margin: auto; /* 中央揃え */
  }

  .therapist__item {
      border: 1px solid #ccc; /* グレーの枠 */
      border-radius: 8px; /* 角を丸くする */
      padding: 10px; /* 内側の余白 */
      background-color: #f9f9f9; /* 背景色 */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影を追加 */
      max-width: 300px; /* 最大幅を設定 */
      text-align: center; /* テキストを中央揃え */
  }

  .therapist__image-container {
      position: relative;
      display: flex;
      align-items: center;
  }

  .nav-button {
      position: absolute; /* 位置を絶対配置に変更 */
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      padding: 10px;
      cursor: pointer;
      z-index: 1; /* 画像の上に表示 */
  }

  #prevBtn {
      left: 10px; /* 左端からの距離 */
  }

  #nextBtn {
      right: 10px; /* 右端からの距離 */
  }

  .therapist__main-image {
      max-width: 100%; /* 画像のサイズを調整 */
      height: auto; /* アスペクト比を保持 */
  }

  .therapist__link {
      display: inline-block; /* ボタンのように表示 */
      background-color: black; /* 黒ベースの背景色 */
      color: white; /* 文字色 */
      padding: 10px 15px; /* 内側の余白 */
      border-radius: 5px; /* 角を丸くする */
      text-decoration: none; /* 下線を消す */
      margin-top: 10px; /* 上部のマージン */
      transition: background-color 0.3s; /* ホバー時のエフェクト */
  }

  .therapist__link:hover {
      background-color: #333; /* ホバー時の色変更（ダークグレー） */
  }
}

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