@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  height: 6rem;
  aspect-ratio: 98/60;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 4rem;
}
#footer::before {
  width: 78rem;
  height: calc(2.4rem + 1px);
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3.2rem;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  height: 9rem;
  aspect-ratio: 15/9;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
}
#footer .footer__add {
  line-height: calc(1em + 1rem);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 0.8rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  font-size: var(--font-size-sm);
  background: var(--color-line);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-bg);
}
.footer-nav__item:nth-last-of-type(2n + 1):first-of-type {
  display: none;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding: 1em 3.5vw;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: var(--font-size-xs);
  line-height: 2;
  padding: 2em 3.5vw;
  background: rgba(243, 125, 165, 0.12);
}
.footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__sub-item::after {
  content: "｜";
  margin-inline: 0.25em;
}
.footer-nav__sub-item:last-of-type::after {
  display: none;
}
/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5rem;
  right: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::after {
  background-size: 78rem 100%;
  height: calc(3.2rem + 1px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 54rem;
  padding-bottom: 5rem;
}
.visual__catch--main {
  width: 80%;
  max-width: 36rem;
}
.visual__catch--main img {
  width: calc(100% - min(2.5rem, 5vw));
}
.visual__catch--main::after {
  width: calc(100% + 14rem);
  height: 8rem;
  bottom: -4rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
  padding-top: 2rem;
}
.visual__catch--sub {
  font-size: var(--font-size-h2);
  padding: 0.5em 1em;
  border-radius: 1rem;
}
.visual__catch--sub > span {
  background-size: max(100% + 6px, 21.6rem) 9rem;
  background-position: center bottom calc(0.5lh - 0.5em - 1.2rem);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section:has(+ .com-contact) {
  padding-block-end: 2rem;
}
.section--bg {
  background-size: 78rem min(12rem, 100% - 5rem);
  padding: 7.2rem 0 5rem;
}
.section--bg::before {
  width: 78rem;
  height: calc(8rem + 1px);
}
.section--bg::after {
  width: 78rem;
  height: calc(5rem + 1px);
}
.section--bg + .section:not(.com-contact) {
  padding-top: 10rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1.1rem;
}
.com-tel__num {
  font-size: 3rem;
}
.com-tel__num::before {
  font-size: var(--font-size-h6);
  transform: translateY(0.3rem);
}
.com-tel__num span {
  margin-block-start: -0.4rem;
  margin-block-end: -0.1rem;
}
.com-tel .com-replace {
  font-size: calc(var(--font-size-sm) - 1px);
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 7rem;
}
.com-btn::after {
  width: 3.4rem;
  right: 2rem;
}
.com-btn--mail {
  width: 30rem;
  height: 6rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.com-btn--mail::before {
  width: 2rem;
}

.com-link {
  padding-bottom: 0.9rem;
}
.com-link::after {
  height: 1.2rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: 4.5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1.25em 0.25em;
}
.com-table--noblock tr th {
  width: 9em;
}
.com-table--noblock tr th > label,
.com-table--noblock tr th > span:not([class$=-mark]) {
  padding-left: 1.2rem;
}
.com-table--noblock tr th > label::before,
.com-table--noblock tr th > span:not([class$=-mark])::before {
  width: 0.4rem;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table--noblock tr:last-of-type th,
.com-table--noblock tr:last-of-type td {
  padding-bottom: 0;
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
.com-table:not(.com-table--noblock) tr th {
  padding-bottom: 1em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}
.com-text .mb {
  margin-bottom: 1.5em;
}
.com-text .check {
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  padding-block: calc((2em - (1em + 4px)) / 2);
  margin-right: 1em;
}
.com-text .check:last-of-type {
  margin-right: 0.5em;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.com-post__link {
  letter-spacing: var(--letter-spacing-lg);
  line-height: 1.875;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.5rem;
  margin-bottom: 5rem;
}
.com-title01 > span.en {
  font-size: var(--font-size-h5);
  margin-block-start: -0.2rem;
}
.com-title01--grad {
  font-size: 3rem;
  margin-bottom: 4.5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 7.2rem 5.6rem;
  background-size: 78rem min(18rem, 100% - 5rem);
}
.com-contact__box {
  padding: 5rem 2.4rem 4rem;
  border-radius: 2rem;
}
.com-contact__box::before {
  width: 36rem;
  height: 8rem;
  top: 1.6rem;
}
.com-contact__title {
  margin-bottom: 3.2rem;
}
.com-contact__text {
  font-size: calc(1em + 1px);
  line-height: calc(1em + 1rem);
  word-break: keep-all;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 3.2rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*通わなくてもいい身体を目指して。
-----------------------------*/
.top-about::before {
  height: 100%;
  max-height: 37rem;
}
.top-about::after {
  width: 92%;
  height: 10rem;
  background-position: left bottom;
  bottom: -4rem;
  z-index: 3;
}
.top-about__title {
  font-size: 2.8rem;
}
.top-about__title .mid {
  font-size: 2.4rem;
}
.top-about__title .b {
  font-size: calc(1em + 2px);
  line-height: 1;
}
.top-about__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__image {
  margin-bottom: 3rem;
}
.top-about__image img {
  border-radius: 1.6rem;
}
.top-about__body {
  row-gap: calc(var(--font-size-base) * 1.5);
}
.top-about__list {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.top-about__list li {
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.top-about__link {
  margin-top: 4.7rem;
}

/*カイロプラクティック癒にできること
-----------------------------*/
.top-service__item {
  margin-bottom: 6.4rem;
}
.top-service__item::after {
  width: calc(100vw + 2rem);
  max-width: 170rem;
  min-width: calc(1200px + 2rem);
  height: clamp(10.4rem, 20vw - 8.8rem, 29.6rem);
  bottom: clamp(-8rem, 15vw - 27.2rem, 0px);
}
.top-service__heading {
  justify-content: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.top-service__heading::before {
  width: 4rem;
  aspect-ratio: 45/41;
}
.top-service__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__image {
  margin-bottom: 3rem;
}
.top-service__image img {
  border-radius: 1.6rem;
}
.top-service__btn {
  width: 100%;
  margin-top: 4rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-bottom: 4rem;
}
.top-bnr__item {
  height: 16rem;
  border-radius: 1.6rem;
  margin-bottom: 2rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__inner {
  flex-direction: row;
  width: 80%;
  max-width: 30rem;
  height: 10rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  border-radius: 1.5rem;
}
.top-bnr__inner::after {
  height: 1.2rem;
}

/*お知らせ
-----------------------------*/
.top-news__title {
  font-size: 3.6rem;
  margin-bottom: 5rem;
}
.top-news__title::before {
  width: 24rem;
  aspect-ratio: 343/331;
  top: -9rem;
  opacity: 0.8;
}
.top-news__btn {
  margin-top: 4rem;
}

/*===============================================
  私たちについて
===============================================*/
/*カイロプラクティックとは？
-----------------------------*/
.about-lead::after {
  width: 92%;
  height: 9rem;
  bottom: -4rem;
  z-index: 3;
}
.about-lead__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-lead__image img {
  border-radius: 1rem;
}
.about-lead__title {
  max-width: 90%;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  margin-top: -5rem;
  margin-left: -1.5rem;
  margin-bottom: 3rem;
}

/*カイロプラクティック癒の特徴
-----------------------------*/
.about-feature__item {
  margin-bottom: 6.4rem;
}
.about-feature__heading {
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
.about-feature__heading::before {
  width: var(--line-height-h4);
}
.about-feature__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature__image {
  margin-bottom: 3rem;
}
.about-feature__image img {
  border-radius: 1rem;
}

/*===============================================
  肩こり・首こり・腰痛
===============================================*/
/*こんな症状ありませんか？
-----------------------------*/
.symptom-example__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
.symptom-example__lists:has(+ .symptom-example__text) {
  padding-bottom: 6rem;
  margin-bottom: 3rem;
}
.symptom-example__lists:has(+ .symptom-example__text)::after {
  height: 3rem;
}
.symptom-example__list {
  width: 100%;
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
}
.symptom-example__heading {
  margin-bottom: 2.5rem;
}
.symptom-example__items {
  font-size: var(--font-size-h6);
}
.symptom-example__items p {
  margin-bottom: 2rem;
}
.symptom-example__text {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1.6rem);
  word-break: keep-all;
}

/*痛みの主な原因とは？
-----------------------------*/
.symptom-causes__item {
  margin-bottom: 5.6rem;
}
.symptom-causes__item:last-of-type {
  margin-bottom: 0;
}
.symptom-causes__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.symptom-causes__image {
  margin-bottom: 2rem;
}
.symptom-causes__image img {
  border-radius: 1rem;
}
.symptom-causes__heading {
  justify-content: center;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
.symptom-causes__heading::before {
  width: var(--line-height-h4);
}

/*カイロプラクティック癒の施術方法
-----------------------------*/
.symptom-method::before {
  width: 108rem;
  height: 17.7rem;
  top: 17rem;
}
.symptom-method__text {
  text-align: center;
  word-break: keep-all;
}
.symptom-method__list {
  margin-top: 6.4rem;
}
.symptom-method__item {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-bottom: 8rem;
}
.symptom-method__item::after {
  height: calc(100% - 2rem - 7.2rem);
  bottom: 1rem;
  left: 3.4rem;
}
.symptom-method__inner {
  padding-top: 0.5rem;
}
.symptom-method__icon {
  width: 7.2rem;
}
.symptom-method__heading {
  row-gap: 1.2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*===============================================
  おうちケア（総合指導法）
===============================================*/
/*おうちケアの重要性
-----------------------------*/
.care-lead::after {
  width: 92%;
  height: 10rem;
  bottom: -4rem;
  z-index: 3;
}
.care-lead__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.care-lead__image img {
  border-radius: 1rem;
}
.care-lead__title {
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  margin-top: -5rem;
  margin-left: -1.5rem;
  margin-bottom: 3rem;
}

/*ヘルスリングという考え方
-----------------------------*/
.care-concept__list {
  margin-top: 5.6rem;
}
.care-concept__item {
  padding: 3.2rem 2.4rem;
  border-radius: 1.6rem;
  margin-bottom: 3rem;
}
.care-concept__item:last-of-type {
  margin-bottom: 0;
}
.care-concept__item:nth-of-type(2n) {
  outline-color: var(--color-sub);
}
.care-concept__item:nth-of-type(2n) .care-concept__heading {
  color: var(--color-sub);
}
.care-concept__item:nth-of-type(2n) .care-concept__heading::before {
  background-color: var(--color-sub);
}
.care-concept__heading {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 2rem;
}
.care-concept__heading > span {
  margin-block: 0;
}
.care-concept__heading::before {
  width: var(--line-height-h4);
}

/*自宅でできるおうちケアのアドバイス
-----------------------------*/
.care-advice__title .min {
  font-size: calc(1em - 0.4rem);
}
.care-advice__item {
  margin-bottom: 6.4rem;
}
.care-advice__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.care-advice__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.care-advice__image {
  margin-bottom: 3rem;
}
.care-advice__image img {
  border-radius: 1rem;
}
.care-advice__box {
  padding: 3.6rem 2rem 2rem;
  border-radius: 1rem;
  margin-top: 8rem;
}
.care-advice__label {
  margin-bottom: 2.5rem;
}
.care-advice__value {
  padding-inline: 0.5rem;
}
.care-advice__method {
  padding: 3rem 2rem;
  border-radius: 1rem;
  margin-top: 4rem;
}
.care-advice__method dt {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.care-advice__method dd {
  line-height: 1.875;
  padding-left: 1.75em;
  margin-bottom: 1.5rem;
}
.care-advice__method dd::before {
  line-height: 1.66667;
}

/*===============================================
  料金案内
===============================================*/
/*料金案内 一覧
-----------------------------*/
.price-list__wrap,
.price-list .com-empty {
  margin-top: 4.5rem;
}
.price-list__box {
  padding-bottom: calc(6rem + 1px);
  margin-bottom: 6rem;
}
.price-list__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.price-list__image img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-list__image {
  margin-bottom: 3rem;
}
.price-list__image img {
  border-radius: 1rem;
}
.price-list__items {
  padding-top: 4rem;
}
.price-list__item {
  row-gap: 1.5rem;
  padding: 2.4rem 2rem 3rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.price-list__price {
  font-size: var(--font-size-h5);
  line-height: calc(1em + 1rem);
}
.price-list__value:has(p) {
  padding-top: 2rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声 一覧
-----------------------------*/
.voice-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2.4rem 2.4rem 3.2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.voice-list__image {
  width: 20rem;
  margin-bottom: 1.2rem;
}
.voice-list__status {
  font-size: calc(var(--font-size-base) - 1px);
  line-height: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.voice-list__status dt {
  width: 4em;
}
.voice-list__status dd {
  margin-right: 1rem;
}

/*===============================================
  店舗案内
===============================================*/
/*挨拶
-----------------------------*/
.overview-greeting__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-greeting__image {
  margin-bottom: 3rem;
}
.overview-greeting__image img {
  border-radius: 1.6rem;
}

/*店舗概要
-----------------------------*/
.overview-info__table tr td .com-replace {
  display: inline-block;
}
.overview-info__map {
  height: 32rem;
  padding-top: 5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__heading {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1.2rem);
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/