@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 {
  box-shadow: 0 -0.5rem 0 var(--color-fuji) inset;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  height: 10rem;
  padding: 0 9.5rem 0 5vw;
}
#header .header__logo {
  font-size: 1.2rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo {
  font-size: 1.6rem;
}
#footer .footer__logo a {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#footer .footer__other {
  padding-inline: 5vw;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 4rem 5vw;
  margin-top: 1rem;
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-lavender);
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding: 1em 5vw;
}
.footer-nav__link::after {
  content: "";
  display: block;
  aspect-ratio: 5/6;
  width: 1rem;
  background: var(--color-purple);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 1em;
       column-gap: 1em;
  font-size: var(--font-size-sm);
  line-height: 2;
  padding-top: 2rem;
}
.footer-nav__sub-item {
  border-bottom: solid 1px var(--color-lavender);
}
.footer-nav__sub-link {
  text-align: center;
  padding-block: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  display: none;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(100svh - 10rem);
  min-height: 60rem;
}
.visual__main::before, .visual__main::after {
  width: 100%;
}
.visual__main::before {
  height: 60%;
}
.visual__main::after {
  height: 55%;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 24%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 24%);
}
.visual__box {
  width: 40rem;
  max-width: 90%;
  row-gap: 2.4rem;
  padding-block: 2.4rem;
  border-block: solid 1px var(--color-white);
}
.visual__catch--main img {
  width: 35rem;
  aspect-ratio: 350/68;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.12)) drop-shadow(0 0 1.6rem rgba(0, 0, 0, 0.18));
}
.visual__catch--main::before {
  width: 59.4286%;
  aspect-ratio: 208/18;
  left: -4%;
  bottom: -16%;
}
.visual__list {
  font-size: var(--font-size-base);
  gap: 1.2rem;
}
.visual__list li {
  letter-spacing: var(--letter-spacing-lg);
  padding: 0.6rem 1.6rem;
  padding-right: calc(1.6rem - var(--letter-spacing-lg));
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 21rem;
}
.visual__catch--sub {
  min-width: 90%;
  font-size: var(--font-size-h2);
  padding: 1.6rem 1em;
}

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

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}

.inbox {
  width: 90%;
}

/*店舗データ
-----------------------------*/
.com-info {
  width: 100%;
  font-size: calc(var(--font-size-base) - 1px);
  letter-spacing: var(--letter-spacing-sm);
}
.com-info__label {
  line-height: 1.875;
  text-align: left;
  color: var(--color-purple);
  font-weight: 700;
  background: none;
  border-radius: 0;
  border-bottom: solid 1px var(--color-purple);
  padding: 0 1rem 1rem;
  margin-bottom: 1em;
}
.com-info__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.5rem;
  width: 100%;
}
.com-info__wrap .com-replace {
  font-size: var(--font-size-xs);
}
.com-info__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 2em;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.com-tel::before {
  height: 0.75em;
}
/* 営業時間 / 営業日
-----------------------------*/
.com-time {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 1rem 1rem;
  width: 100%;
}
.com-time dt {
  text-align: center;
  font-size: calc(1em - 2px);
  line-height: 1.42858;
  padding-inline: 1rem;
}
.com-time dd {
  line-height: 1.25;
}
.com-time dd .min {
  display: inline-block;
  font-size: calc(1em - 2px);
  line-height: 1;
  margin-inline: -0.5em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 36rem;
  height: 6rem;
  margin-inline: auto;
}
.com-btn::after {
  width: 1rem;
  aspect-ratio: 10/11;
  right: 3rem;
}

.com-link {
  width: 20rem;
  padding: 1em 1rem;
  margin-top: -1em;
}
.com-link::after {
  width: 1rem;
  aspect-ratio: 10/11;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 2.5rem;
}
.com-sns li {
  width: 5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr {
  border-bottom: solid 1px var(--color-purple);
}
.com-table tr th,
.com-table tr td {
  padding: 1em 0.75em;
}
.com-table--noblock tr th {
  width: 7.5em;
  padding-inline: 0.5em;
}
.com-table--noblock tr td {
  padding-inline: 0.5em;
}
.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 {
  border-bottom: none;
}
.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 td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__item--image .com-post__image {
  width: 12rem;
}
.com-post__item--image .com-post__inner {
  font-size: var(--font-size-xs);
  gap: 1.5rem 1em;
}
.com-post__item--image .com-post__heading {
  margin-bottom: 0.5rem;
}
.com-post__item--image .com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__link {
  font-size: var(--font-size-sm);
  line-height: 2;
  gap: calc(1lh - 1em) 1em;
}
.com-post__heading {
  font-size: var(--font-size-base);
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.7rem;
  margin-bottom: 4rem;
}
.com-title01 .en {
  font-size: var(--font-size-h6);
  margin-block-start: -0.3rem;
  margin-block-end: -0.1rem;
}
.com-title01::after {
  width: 4.5rem;
  margin-top: 1px;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
.com-title03--line {
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
}
.com-title03--line::before {
  width: 0.4rem;
  height: calc(100% - 1.6rem);
}

/*===============================================
  共通セクション
===============================================*/
/*○○とは
-----------------------------*/
.com-about__image img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-about__image {
  margin-top: 5rem;
}

/*施術内容
-----------------------------*/
.com-treatment {
  padding-bottom: 8rem;
}
.com-treatment::before {
  height: calc(8rem + 25vw);
}
.com-treatment__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4rem;
  padding: 5rem 0 1rem;
}
.com-treatment__list dt {
  width: 100%;
  padding: 1.5rem 2.5rem;
  margin-bottom: -1.6rem;
}
.com-treatment__list dt::before {
  width: 4rem;
  top: -1.6rem;
  left: 0.4rem;
}
.com-treatment__list dd {
  margin-inline: auto;
}
.com-treatment__image {
  margin-top: 5rem;
}
.com-treatment__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  トップページ
===============================================*/
/*このようなお悩みございませんか？
-----------------------------*/
.top-worries {
  padding-bottom: 0;
}
.top-worries::before {
  height: 24rem;
}
.top-worries__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  padding-top: 1.2rem;
  margin-bottom: 2rem;
}
.top-worries__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: calc(var(--font-size-h6) - 1px);
  line-height: calc(1em + 1rem);
  letter-spacing: 0;
  padding: 0.6rem 1rem 0.6rem max(1.8rem, 4vw);
}
.top-worries__item::before {
  width: 3.2rem;
  top: -1.2rem;
  left: -0.4rem;
}
.top-worries__image img {
  width: 26rem;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/*ご挨拶
-----------------------------*/
.top-greeting__images {
  aspect-ratio: 5/4;
  padding-top: 5rem;
  position: relative;
}
.top-greeting__image {
  aspect-ratio: 3/2;
  position: absolute;
}
.top-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-greeting__image--front {
  width: 64%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top-greeting__image--back {
  width: 60%;
  right: 0;
  top: 10;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding: 3rem 0 0;
}
.top-bnr__item {
  height: 20rem;
  margin-bottom: 2rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__heading {
  justify-content: center;
  row-gap: 1.25em;
  width: 100%;
  height: 9em;
  font-size: var(--font-size-xs);
  background: rgba(188, 120, 255, 0.64);
}
.top-bnr__heading .en {
  letter-spacing: 0.2em;
  margin-inline-end: -0.2em;
}
.top-bnr__heading .ja {
  font-size: 1.75em;
}

/*メニュー・店舗案内
-----------------------------*/
.top-menu::before {
  height: 32rem;
}
.top-menu__item {
  display: grid;
  grid-template-columns: 11rem 1fr auto;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background: var(--color-white);
  outline: solid 1px var(--color-purple);
  outline-offset: -1px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.top-menu__item::after {
  content: "";
  display: block;
  aspect-ratio: 7/8;
  width: 1.4rem;
  background: var(--color-purple);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 1rem;
}
.top-menu__item:hover {
  background: color-mix(in srgb, var(--color-fuji) 50%, var(--color-white));
}
.top-menu__item:last-of-type {
  margin-bottom: 0;
}
.top-menu__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__heading {
  font-size: var(--font-size-h4);
}

/*ご予約・お問い合わせ
-----------------------------*/
.top-contact {
  padding-bottom: 0;
}
.top-contact__top {
  padding: 5rem 5vw;
}
.top-contact__title {
  row-gap: 2.1rem;
  margin-bottom: 4rem;
}
.top-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  row-gap: 4rem;
  padding: 4rem 5vw;
  background: rgba(255, 255, 255, 0.8);
}
.top-contact__items {
  row-gap: 3rem;
}
.top-contact__item {
  width: 100%;
  font-size: var(--font-size-base);
}
.top-contact__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.top-contact__item .com-tel {
  font-size: 2.25em;
}
.top-contact__item .com-tel::before {
  aspect-ratio: 21/27;
  height: 2.7rem;
}
.top-contact__item .com-tel span {
  margin-block-start: -0.5rem;
}
.top-contact__item .com-time {
  width: 100%;
}
.top-contact__body {
  font-size: var(--font-size-sm);
}
.top-contact__btn {
  width: 45rem;
}
.top-contact__box {
  width: 100%;
  padding: 3.6rem 2.4rem;
}
.top-contact__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}

/*お知らせ
-----------------------------*/
.top-news__title {
  row-gap: 2.1rem;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 5rem;
}
.top-news__title::after {
  display: none;
}
.top-news__btn {
  margin: 4rem 0 0 auto;
}

/*===============================================
  当店について
===============================================*/
/*コンセプト
-----------------------------*/
.about-concept__inner {
  padding-bottom: 8rem;
}
.about-concept__inner::before {
  width: 100vw;
  height: calc(100% - 16rem);
  left: -5vw;
}
.about-concept__image {
  width: 25.2rem;
}
.about-concept__image img {
  width: 100%;
  aspect-ratio: 0.875;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-concept__image {
  margin: 0 auto 5rem;
}
.about-concept__item {
  margin-bottom: 6rem;
}
.about-concept__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}
.about-concept__heading::before {
  font-size: var(--font-size-h6);
  margin-top: calc(var(--font-size-h4) - 1em);
  margin-right: 0.25em;
}

/*プロフィール
-----------------------------*/
.about-profile__heading {
  border-left-width: 0.4rem;
  padding-left: 1.2rem;
  margin-bottom: 3rem;
}
.about-profile__heading .min {
  font-size: var(--font-size-sm);
}
.about-profile__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-profile__image {
  margin-bottom: 3rem;
}
.about-profile__image img {
  -o-object-position: center 24%;
     object-position: center 24%;
}
.about-profile__item {
  padding: 3.6rem 2.4rem;
  margin-top: 5rem;
}
.about-profile__label {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}

/*===============================================
  カイロプラクティック
===============================================*/
/*カイロプラクティックとは？
-----------------------------*/
/*施術内容
-----------------------------*/
/*ホームケア
-----------------------------*/
.chiropractic-self__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.chiropractic-self__image {
  margin-top: 5rem;
}
.chiropractic-self__list {
  padding-top: 5rem;
}
.chiropractic-self__item {
  padding: 3.6rem 2.4rem;
  margin-bottom: 3rem;
}
.chiropractic-self__item:last-of-type {
  margin-bottom: 0;
}
.chiropractic-self__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}
.chiropractic-self__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*===============================================
  美容カイロエステティック
===============================================*/
/*美容カイロエステティックとは？
-----------------------------*/
/*施術内容
-----------------------------*/
/*オプション
-----------------------------*/
.aesthetic-option__item {
  padding: 3.2rem 2.4rem;
  margin-bottom: 3rem;
}
.aesthetic-option__item:last-of-type {
  margin-bottom: 0;
}
.aesthetic-option__heading {
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}
.aesthetic-option__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*スキンケア商品
-----------------------------*/
.aesthetic-skin__box {
  padding-block: 6rem;
  margin-top: 6rem;
}
.aesthetic-skin__box::before {
  height: 100%;
}
.aesthetic-skin__heading {
  margin-bottom: 2.4rem;
  word-break: keep-all;
}
.aesthetic-skin__list {
  padding-top: 4rem;
}
.aesthetic-skin__item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 2.5rem 2rem;
  background: var(--color-white);
  padding: 2rem 2rem 3rem;
  margin-bottom: 3rem;
}
.aesthetic-skin__item:last-of-type {
  margin-bottom: 0;
}
.aesthetic-skin__thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.aesthetic-skin__label {
  justify-content: center;
  padding-inline: 0.5em;
}
.aesthetic-skin__label br {
  display: none;
}
.aesthetic-skin__value {
  grid-column: span 2;
}

/*===============================================
  八王子店 / 青梅店
===============================================*/
/*メニュー
-----------------------------*/
.shop-menu__box {
  row-gap: 2.4rem;
  margin-bottom: 6rem;
}
.shop-menu__heading .min {
  display: inline-block;
  font-size: var(--font-size-base);
}
.shop-menu__list {
  padding: 3rem 2rem;
}
.shop-menu__item {
  padding: 0 0.5rem 2rem;
  margin-bottom: 2rem;
}
.shop-menu__memo {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  word-break: keep-all;
}

/*店舗概要
-----------------------------*/
.shop-info__table tr td .com-replace {
  font-size: calc(var(--font-size-sm) - 1px);
}

/*アクセスマップ
-----------------------------*/
.shop-map__box {
  height: 36rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声
-----------------------------*/
.voice-list__item {
  padding: 3.2rem 2.4rem;
  margin-bottom: 4rem;
}
.voice-list__heading {
  margin-bottom: 2.4rem;
}

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

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

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

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