@charset "UTF-8";


/* 下層ページ共通
=======================================================*/
/*fv*/
.fv__intro {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_3);
  text-shadow: 1.5px 1.5px 0.5px var(--color_1), -1.5px 1.5px 0.5px var(--color_1), 1.5px -1.5px 0.5px var(--color_1), -1.5px -1.5px 0.5px var(--color_1), 3px 0 0.5px var(--color_1), -3px 0 0.5px var(--color_1), 0 3px 0.5px var(--color_1), 0 -3px 0.5px var(--color_1), 2.1px 2.1px 0.5px var(--color_1), -2.1px 2.1px 0.5px var(--color_1), 2.1px -2.1px 0.5px var(--color_1), -2.1px -2.1px 0.5px var(--color_1), 1.2px 2.8px 0.5px var(--color_1), -1.2px 2.8px 0.5px var(--color_1), 2.8px 1.2px 0.5px var(--color_1), -2.8px 1.2px 0.5px var(--color_1);
}

.fv__intro p {
  margin: 0.5rem 0;
}
.fv__intro p:nth-of-type(2) {
  margin-left: 1em;
}

.fv__head {
  margin-top: 3rem;
}

.fv__ttl {
  margin-top: 1rem;
}


@media screen and (max-width: 896px) {
  .fv__intro {
    font-size: 2rem;
  }

}

@media screen and (max-width: 600px) {
  .fv__intro {
    font-size: clamp(1.6rem, 5vw, 2.8rem);
  }
  .fv__head {
    margin-top: 1.5rem;
    font-size: clamp(2rem, 6vw, 3.4rem);
  }
  .fv__ttl {
    font-size: clamp(2rem, 6vw, 3.4rem);
    letter-spacing: -0.01em;
  }
}

/*↓交通事故・産後・マタニティのみバナー*/
.sub-banner__wrap { 
  padding: 5rem 0;
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 600px) {
}


/*施術内容詳細セクション*/
.treatment__detail {
  padding: 8rem 0 0;
}

.treatment__detail.-end {
  padding: 8rem 0;
}
/*色付き*/
.treatment__detail.-bg {
  margin-top: 3rem;
  background-color: var(--color_6);
}

.detail__ttl {
  display: inline-block;
  width: 80%;
  max-width: 65rem;
  padding: 2rem 4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color_1);
  background-color: var(--color_4);
  -webkit-clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%,calc(100% - 5rem) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%,calc(100% - 5rem) 100%, 0 100%);
}

/*****背景色ありhead部分*****/
.detail__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}

.detail__head-ttl {
  position: relative;
  margin-left: 4rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 2;
  color: var(--color_4);
  isolation: isolate;
}
.detail__head-ttl::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -4rem;
  width: 12rem;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: var(--color_5);
  border-radius: 50%;
  z-index: -1;
}

.detail__head-ttl span.big {
  font-size: 120%;
}

.detail__head-ttl span.dot {
  position: relative;
}
.detail__head-ttl span.dot::before {
  content: '•';
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  color: var(--color-amber, #f5a800);
  line-height: 1;
}

.detail__head-img {
  width: 30%;
  height: 25rem;
}
.detail__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*トラブル　画像grid*/
.trouble-img__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);/*
  grid-template-rows: repeat(2, 1fr);*/
  gap: 5rem;
  margin-bottom: 4rem;
}

.trouble-img__item {
  width: 100%;
  padding: 2rem;
  background-color: var(--color_1);
  border-radius: 2rem;
  -webkit-filter: drop-shadow(#cccccc80 0 4px 10px);
          filter: drop-shadow(#cccccc80 0 4px 10px);
  text-align: center;
}

.trouble-img__item img {
  width: 100%;
}

.trouble-img__item h4 {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: var(--color_3);
}

.trouble-img__item:nth-child(n+4):nth-child(-n+6) h4 {
  color: #167DB6;
}

/*トラブル　テキストlist*/
.trouble-txt__list {
  position: relative;
  padding: 3rem 8rem 6rem;
  background-color: var(--color_1);
  border-radius: 2rem;
}
.trouble-txt__list::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 4rem);
  width: 8rem;
  height: 4rem;
  display: inline-block;
  background-color: var(--color_3);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.trouble-txt__item {
  position: relative;
  padding: 3rem 1rem 3rem 2em;
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: var(--color_3) 2px dashed;
}
.trouble-txt__item::before {
  content: "";
  position: absolute;
  top: 3.28rem;
  left: 0;
  width: 2.9rem;
  height: 2.4rem;
  background: url(../img/trouble_checkmark.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.detail__head-cta {
  margin: 5rem 0 0;
  padding-bottom: 8rem;
}

.detail__head-cta p {
  text-align: center;
}

.detail__cta-sub {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_4);
}

.detail__cta-main {
  margin: 2rem 0 4rem;
  font-size: 6.4rem;
  font-weight: bold;
  color: #FDDDB0;
  -webkit-text-stroke: 8px var(--color_3);
  paint-order: stroke fill;
  transform: rotate(-2deg);
}

.detail__cta-main span {
  font-size: 70%;
}

.detail__cta-main br {
  display: none;
}

.detail__cta-desc {
  font-size: 2.4rem;
  line-height: 1.7;
}
/*****背景色ありhead部分ここまで*****/


/*****その他治療詳細*****/
/*基本*/
.detail__inner {
  margin-top: 3rem;
  padding: 0 4rem;
}

.detail__inner.-flex {
  display: flex;
  gap: 5rem;
  align-items: flex-end;
  margin-top: -5rem;
}

/*本文*/
.detail__txt {
  margin-top: 1em;
  padding: 0 4rem;
  font-size: 1.8rem;
  line-height: 1.7;
}

.-flex .detail__txt {
  width: 72rem;
  padding: 0;
}

/*横並びの時の画像*/
.detail__flex-img {
  width: 30rem;
  height: 20rem;
  text-align: center;
}
.detail__flex-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*h3サブタイトル*/
.detail__subTtl {
  position: relative;
  margin: 5rem 0 1rem 0;
  padding-left: calc(4rem + 1.2em);
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color_4);
}
.detail__subTtl::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 4rem;
}

/*olリスト*/
.-list-o {/*
  margin-bottom: 2em;*/
}  
.-list-o li {
  margin-left: 1.5em;
  margin-bottom: 1rem;
  list-style: decimal;
}  

/*ulリスト*/
.-list-u {
  margin-bottom: 2em;
}  
.-list-u li {
  margin-left: 1.5em;
  margin-bottom: 1rem;
  list-style: disc;
}

/*文字装飾*/
.brown {
    color: var(--color_4);
    font-weight: bold;
}
.-big {
  margin-top: 6rem;
  font-size: 133%;
}
/*ブロックの一つ目のmargin-top*/
.treatment__detail .detail__txt:first-of-type,
.treatment__detail .-big:first-of-type {
  margin-top: 4rem;
}
/*****その他治療詳細ここまで*****/

@media screen and (max-width: 896px) {
  .detail__head-ttl {
    margin-left: 2rem;
    font-size: 3rem;
    line-height: 1.7;
  }
  .detail__head-ttl::before {
    top: -0.8rem;
    left: -2rem;
    width: 8rem;
  }
  .detail__head-img {
    width: 26%;
    height: 16.5rem;
  }
  .trouble-img__list {
    gap: 2rem;
  }
  .trouble-img__item h4 {
    font-size: 2rem;
  }
  .trouble-txt__list {
    padding: 3rem 4rem 6rem;
  }
  .detail__cta-main {
    line-height: 1.2;
  }
  .detail__cta-main br {
    display: block;
  }
  .detail__ttl {
    padding: 2rem;
    font-size: 2.4rem;
  }
  .detail__inner {
    padding: 0 2rem;
  }
  .detail__inner.-flex {
    margin-top: 0;
    align-items: flex-start;
  }
  .detail__subTtl {
    padding-left: calc(2rem + 1.2em);
  }
  .detail__subTtl::before {
    left: 2rem;
  }
  .detail__txt {
    padding: 0 2rem;
  }
}


@media screen and (max-width: 600px) {
  .treatment__detail span.sp {
    display: inline-block;
  }
  .treatment__detail {
    padding: 5rem 0 0;
  }
  .detail__ttl {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 1rem 2rem;
    -webkit-clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
  }
  .detail__head {
    display: block;
    margin: 2.5rem 0;
  }
  .detail__head-ttl {
    margin-left: 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .detail__head-ttl br {
    display: none;
  }
  .detail__head-ttl span.dot::before {
    top: -0.5em;
    font-size: 0.8em;
  }
  .detail__head-ttl::before {
    width: 6rem;
  }
  .detail__head-img {
    width: 60%;
    max-width: 20rem;
    height: 15rem;
    margin: auto;
  }
  .trouble-img__list {/*
    grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .trouble-img__item {
    padding: 1rem;
  }
  .trouble-img__item h4 {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .trouble-txt__list {
    padding: 1rem 1.5rem 3rem;
  }
  .trouble-txt__item {
    padding: 2rem 0 2rem 1.3em;
    font-size: 1.8rem;
  }
  .trouble-txt__item::before {
    top: 2.2rem;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
  }
  .trouble-txt__list::after {
    left: calc(50% - 3rem);
    width: 6rem;
    height: 3rem;
  }
  .detail__head-cta {
    padding-bottom: 5rem;
  }
  .detail__cta-sub {
    font-size: 1.8rem;
  }
  .detail__cta-main {
    font-size: clamp(2.4rem, 8.5vw, 4rem);
    -webkit-text-stroke: 4px var(--color_3);
  }
  .detail__cta-desc {
    font-size: 1.8rem;
  }
  .detail__cta-desc span {
    display: inline-block;
  }
  .detail__inner {
    padding: 0;
  }
  .detail__inner.-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .detail__txt {
      padding: 0;
  }
  .-flex .detail__txt {
    width: 100%;
  }
  .detail__flex-img {
    width: 100%;
    max-width: 26rem;
    margin: auto;
  }
  .detail__subTtl {
    margin: 4rem 0 0 0;
    padding-left: 1.2em;
  }
  .detail__subTtl::before {
    left: 0;
  }
  .-big {
    margin-top: 4rem;
  }
  .treatment__detail.-end {
    padding: 5rem 0;
  }
  .treatment__detail .detail__txt:first-of-type, .treatment__detail .-big:first-of-type, .detail__subTtl:first-of-type {
    margin-top: 2rem;
  }
}

/*=====================================================
施術後コメント
=======================================================*/
.comment__gallery {
  padding: 0 0 10rem;
}

.comment__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.comment__ttl::before,
.comment__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1em;
  width: 0.4rem;
  height: 4rem;
  background-color: var(--color_3);
  transform: rotate(-30deg);
  transform-origin: bottom center;
}
.comment__ttl::after {
  left: auto;
  right: -1em;
  transform: rotate(30deg);
}

.comment__ttl span.care-name {
  padding: 0 0.5em;
  color: var(--color_4);
  background-color: var(--color_6);
}

.comment__ttl span.orange {
  color: var(--color_3);
}

.comment__ttl br {
  display: none;
}

.comment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.comment__item {
  width: calc((100% - 6rem) / 4);
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
}

.comment__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*首肩用*/
body.page-id-140 .comment__item {
  width: calc((100% - 4rem) / 3);
}

@media screen and (max-width: 896px) {
  .comment__ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 600px) {
  .comment__ttl {
    font-size: 2rem;
  }
  .comment__ttl br {
    display: block;
  }
  .comment__item, body.page-id-140 .comment__item {
    width: calc((100% - 2rem) / 2);
  }
}

/*=====================================================
partsアスリート-カスタム（スポーツ外傷146/インナーマッスル148以外非表示）
=======================================================*/
body:not(:is(.page-id-146, .page-id-148)) .athlete__head,
body:not(:is(.page-id-146, .page-id-148)) .athlete__ttl,
body:not(:is(.page-id-146, .page-id-148)) .athlete__voiceList,
body:not(:is(.page-id-146, .page-id-148)) .voice__footer {
  display: none;
}
#athlete {
  padding: 10rem 0 12rem;
}

@media screen and (max-width: 600px) {
  #athlete {
    padding: 5rem 0 8rem;
  }
}

/*=====================================================
下層　マタニティ整体用
=======================================================*/
@media screen and (max-width: 380px) {
  .page-id-138 .fv__intro br {
    display: none;
  }
}


/*=====================================================
下層　首・肩の痛み用
=======================================================*/
@media screen and (max-width: 896px) {
  .page-id-140 .detail__inner.-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .page-id-140 .detail__txt.-neckOnly {
    margin-top: 0;
  }
  .page-id-140 .-flex .detail__txt {
    width: 100%;
  }
  
  .page-id-140 .detail__flex-img {
    width: 100%;
    max-width: 26rem;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .page-id-140 .fv__intro {
    font-size: clamp(1.4rem, 4.6vw, 2.6rem);
  }
}

/*=====================================================
下層　腰の痛み用
=======================================================*/
.page-id-142 .detail__flex-img {
    height: 45rem;
}

@media screen and (max-width: 600px) {
  .page-id-142 .fv__intro {
    font-size: clamp(1.4rem, 4.6vw, 2.6rem);
  }
}

/*=====================================================
下層　スポーツ外傷用
=======================================================*/
.page-id-146 .detail__inner.-sportsOnly {
  margin-top: -9rem;
}

/*スポーツトレーナー画像*/
.page-id-146 .sportstrainer__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1em;
  padding: 0 4rem;
}

.sportstrainer__gallery figure {
  width: calc((100% - 6rem) / 4);
}

.sportstrainer__gallery figure figcaption {
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .page-id-146 .detail__inner.-sportsOnly {
    margin-top: 0
  }
  .page-id-146 .detail__flex-img {
    height: 14rem;
  }
  .page-id-146 .sportstrainer__gallery {
      padding: 0 2rem;
    }
  .sportstrainer__gallery figure figcaption {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .page-id-146 .sportstrainer__gallery {
    gap: 1rem;
    padding: 0;
  }
  .page-id-146 .sportstrainer__gallery figure {
    width: calc((100% - 1rem) / 2);
  }
  .sportstrainer__gallery figure figcaption {
    margin-top: 0.5rem;
    font-size: clamp(0.9rem, 3vw, 1.6rem);
  }
}

/*=====================================================
下層　インナーマッスル・EMS用
=======================================================*/
.page-id-148 br.sp {
  display: none;
}

.page-id-148 .detail__inner.-innerOnly {
  margin-top: auto;
}
@media screen and (max-width: 896px) {
  .page-id-148 .detail__inner.-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .page-id-148 .detail__flex-img {
    width: 100%;
    max-width: 26rem;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .page-id-148 br.sp {
    flex-direction: column;
    gap: 1.5rem;
  }
}