@charset "utf-8";

/**************************************************************
* カスタム用CSS
**************************************************************/

/* ロゴ（サイズの調整したい場合、コメントアウトを削除）
********************************/
/* //MEMO 大体1/1の画像であれば、widthの調整だけでリサイズ可能（max-widthかかっている）*/
/* .g-header__logo[class*="--v@2"] > a img {
  width: 5.25rem;
}

@media all and (min-width: 1024px) {
  .g-header__logo[class*="--v@2"] > a img {
    width: 9rem;
  }
} */

/* //MEMO 縦長の場合、画像の親要素の高さも調整する */
/* .g-header__logo[class*="--v@2"] {
  height: 30vw;
}

@media all and (min-width: 1024px) {
  .g-header__logo[class*="--v@2"] {
    height: 15.35vw;
  }
} */

/* //MEMO 背景が黒い時のフォームのラジオボタンの色調整 ※確認画面のみ*/
/* @media (min-width: 1024px) {
  .c-form-control__option input[type="radio"]:disabled,
  .c-form-control__option input[type="checkbox"]:disabled {
    filter: invert(1) brightness(10);
  }
} */


body {
  font-size: 1.3rem;
}

@media (min-width: 1024px){
  body {
    font-size: 1.5rem;
  }
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (min-width: 1024px) {

  .c-heading__alphabetic.has-left-line>i,
  .c-heading__alphabetic.has-right-line>i {
    width: 55%;
  }
}

/* floating btn */

@media (min-width: 1024px) {
  .followArea {
    left: 20px;
  }

}

/* header */
.g-header__logo[class*="--v@2"]>a img {
  width: 8.25rem;
}

@media (min-width: 1024px) {
  .g-header__logo[class*="--v@2"]>a img {
    width: 11rem;
  }
}

@media (max-width: 1023px) {
  .nav-grid {
    font-size: 1.1rem;
  }
}

/* mv */
.mv .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(1, 1, 1, 0.6);
}

/* concept */
@media (max-width: 767px) {
  .concept-title {
    font-size: 190%;
  }

}

/* therapist */
.therapist-name>dt {
  font-weight: bold;
  font-size: 24px;
}

@media (min-width: 1024px) {
  .therapist-name>dt {
    text-align: center;
  }
}

/* gallery */
.gallery .gallery__swiper-title {
  font-size: 18px;
}

.gallery .gallery__swiper-text {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .gallery .gallery__swiper-title {
    font-size: 24px;
  }

  .gallery .gallery__swiper-text {
    font-size: 18px;
    text-align: left;
  }
}

/* company */
@media (max-width: 1023px) {
  .l-heading-block {
    padding-left: 0;
    padding-right: 0;
  }

  .c-heading {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .map-link::after {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 1024px) {
  .map-link::after {
    width: 20px;
    height: 20px;
  }
}

/* contact */
.c-form-control__textarea:is(.privacy-textarea) {
  font-size: 1rem;
}

/* footer */
.footer-info {
  padding: 0 16px;
}

@media (max-width: 1023px) {
  .followArea .followArea-list {
    grid-template-columns: repeat(1, 1fr);
  }
}