@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(9px, 0.6896551724vw, 10px);
  scroll-padding-top: calc(clamp(95px, 7.2916666667vw, 140px) + 5rem);
}

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

a[href^="tel:"] {
  pointer-events: none;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(95px, 7.2916666667vw, 140px);
  padding: 0 3rem 0 4rem;
}
#header .header__logo {
  font-size: clamp(15px, 1.171875vw, 18px);
}
#header .header__time {
  font-size: clamp(10px, 0.78125vw, 14px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 10rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: 108rem;
}
#footer .footer__logo {
  font-size: var(--font-size-base);
  margin-bottom: 1rem;
}
#footer .footer__logo a {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
#footer .footer__other {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.8em;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: var(--letter-spacing-sm);
  padding-top: 3rem;
  border-top: solid 1px var(--color-purple);
}
.footer-nav__list, .footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item, .footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__item::after, .footer-nav__sub-item::after {
  content: "|";
  color: var(--color-purple);
  margin-inline: 1em;
}
.footer-nav__item:last-of-type, .footer-nav__sub-item:last-of-type {
  margin-inline-end: calc(var(--letter-spacing-sm) * -1);
}
.footer-nav__item:last-of-type::after, .footer-nav__sub-item:last-of-type::after {
  display: none;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 6rem;
}

/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  bottom: 10rem;
}
#side li {
  width: 60px;
  border-bottom: solid 1px var(--color-white);
}
#side li:last-of-type {
  border-bottom: none;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(500px, 38.6458333333vw, 742px);
}
.visual__main::before, .visual__main::after {
  height: 100%;
}
.visual__main::before {
  width: 67.448%;
}
.visual__main::after {
  width: 55.7292%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15.888%);
          mask-image: linear-gradient(to right, transparent 0%, black 15.888%);
}
.visual__box {
  width: clamp(435px, 33.8541666667vw, 650px);
  row-gap: clamp(28px, 2.1875vw, 42px);
  padding-block: clamp(28px, 2.1875vw, 42px);
  border-block: solid 2px var(--color-white);
}
.visual__catch--main img {
  width: clamp(360px, 28.125vw, 540px);
  filter: drop-shadow(0 0 clamp(4px, 0.3125vw, 6px) rgba(0, 0, 0, 0.1)) drop-shadow(0 0 clamp(8px, 0.625vw, 12px) rgba(0, 0, 0, 0.12)) drop-shadow(0 0 clamp(14px, 1.09375vw, 21px) rgba(0, 0, 0, 0.18));
}
.visual__catch--main::before {
  width: 59.4445%;
  aspect-ratio: 321/29;
  left: -3.8889%;
  bottom: -18.096%;
}
.visual__list {
  font-size: clamp(16px, 1.25vw, 24px);
  -moz-column-gap: clamp(14px, 1.09375vw, 21px);
       column-gap: clamp(14px, 1.09375vw, 21px);
}
.visual__list li {
  letter-spacing: var(--letter-spacing-lg);
  padding: clamp(6px, 0.46875vw, 9px) clamp(20px, 1.5625vw, 30px);
  padding-right: calc(clamp(20px, 1.5625vw, 30px) - var(--letter-spacing-lg));
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 24.5833333333vw, 472px);
}
.visual__catch--sub {
  width: clamp(470px, 36.4583333333vw, 700px);
  font-size: clamp(23px, 1.7708333333vw, 34px);
  line-height: 6.6rem;
}
.visual__catch--sub > span {
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: var(--letter-spacing-sm);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  background: var(--color-fuji);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "|";
  color: var(--color-purple);
  margin-inline: 1em;
}
.gnav__item:last-of-type {
  margin-inline-end: calc(var(--letter-spacing-sm) * -1);
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-purple);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 13rem;
}

.inbox {
  width: 108rem;
}

/*店舗データ
-----------------------------*/
.com-info {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-sm);
}
.com-info__label {
  line-height: 1.57143;
  margin-bottom: calc(1em - 2px);
}
.com-info__wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: flex-start;
  gap: 1rem 2em;
}
.com-info__wrap .com-replace {
  font-size: calc(var(--font-size-xs) - 1px);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  grid-column: 2;
}
.com-info__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: calc(1em - 2px);
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 2em;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.com-tel::before {
  height: calc(0.75em - 1px);
}
.com-tel span {
  margin-block-start: calc(-0.25em + 1px);
  margin-block-end: -0.2rem;
}

/* 営業時間 / 営業日
-----------------------------*/
.com-time {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.com-time dt {
  font-size: calc(1em - 2px);
  line-height: 1.33334;
  padding-inline: 0.5rem;
}
.com-time dd {
  line-height: 1.14286;
  margin-right: 0.5rem;
}
.com-time dd:last-of-type {
  margin-right: 0;
}
.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;
}
.com-btn::after {
  width: 1rem;
  aspect-ratio: 10/11;
  right: 3.5rem;
}

.com-link {
  width: 22rem;
  padding: 1em 1rem;
  margin-top: -1em;
}
.com-link::after {
  width: 1.4rem;
  aspect-ratio: 7/8;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table table {
  margin-block: calc((1em - 1lh) / 2);
}
.com-table tr th,
.com-table tr td {
  border-bottom: solid 1px var(--color-lavender);
  padding-block: calc((5.8rem - 1lh) / 2);
}
.com-table tr th {
  width: 16.5rem;
  padding-left: 3rem;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: none;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 2.7rem;
  margin-bottom: 2.7rem;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.com-post__item--image .com-post__image {
  width: 36rem;
}
.com-post__item--image .com-post__image img {
  aspect-ratio: 36/25;
}
.com-post__item--image .com-post__inner {
  font-size: 1.6rem;
  gap: 2rem 1em;
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-h5);
  margin-bottom: 1rem;
}
.com-post__item--image .com-post__body {
  font-size: 1em;
}
.com-post__link {
  font-size: 1.6rem;
  gap: calc(1lh - 1em) 1em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 4.9rem;
  margin-bottom: 6rem;
}
.com-title01 .en {
  font-size: 2.2rem;
  margin-block-start: -0.4rem;
  margin-block-end: -0.1rem;
}
.com-title01::after {
  width: 6.4rem;
}
.com-title01--left {
  align-items: flex-start;
  text-align: left;
}

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

/*===============================================
  共通セクション
===============================================*/
/*○○とは
-----------------------------*/
.com-about__inner {
  min-height: 54rem;
  padding-right: 51rem;
}
.com-about__title {
  white-space: nowrap;
}
.com-about__image {
  width: calc(50% - 14.6rem);
  position: absolute !important;
  top: 13rem;
  left: calc(50% + 14.6rem);
}
.com-about__image img {
  width: 100%;
  height: 54rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*施術内容
-----------------------------*/
.com-treatment::before {
  height: 46rem;
}
.com-treatment__text {
  text-align: center;
}
.com-treatment__list {
  display: grid;
  grid-template: auto 1fr/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 3rem 4rem;
  padding: 7rem 0 1.3rem;
}
.com-treatment__list dt {
  padding: 0.9rem 8rem;
}
.com-treatment__list dt::before {
  width: 6.6rem;
  top: -2.6rem;
  left: 0.6rem;
}
.com-treatment__list dd {
  text-align: center;
}
.com-treatment__image {
  margin-top: 8rem;
}
.com-treatment__image img {
  width: 100%;
  height: 48.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  トップページ
===============================================*/
/*このようなお悩みございませんか？
-----------------------------*/
.top-worries {
  padding-bottom: 0;
}
.top-worries::before {
  height: calc(100% - 42rem);
  max-height: 68.5rem;
}
.top-worries__title {
  margin-bottom: 7.4rem;
}
.top-worries__inner {
  padding-top: 8rem;
  position: relative;
}
.top-worries__item {
  font-size: var(--font-size-h5);
  line-height: calc(1em + 1rem);
  letter-spacing: 0;
  padding: 0.4rem 3rem;
  position: absolute;
}
.top-worries__item p {
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
}
.top-worries__item::before {
  width: 6.6rem;
  top: -3.7rem;
  left: -0.2rem;
}
.top-worries__item:nth-of-type(1) {
  top: 25rem;
  left: 14.4rem;
}
.top-worries__item:nth-of-type(2) {
  top: 57rem;
  left: 12.4rem;
}
.top-worries__item:nth-of-type(3) {
  top: 3.7rem;
  left: 26.8rem;
}
.top-worries__item:nth-of-type(4) {
  top: 57rem;
  right: 15.9rem;
}
.top-worries__item:nth-of-type(5) {
  bottom: 13rem;
  right: 1.1rem;
}
.top-worries__item:nth-of-type(6) {
  top: 14.4rem;
  left: 6.9rem;
}
.top-worries__item:nth-of-type(7) {
  bottom: 45rem;
  left: 6.2rem;
}
.top-worries__item:nth-of-type(8) {
  bottom: 13rem;
  left: 5.4rem;
}
.top-worries__item:nth-of-type(9) {
  top: 3.7rem;
  right: 23.4rem;
}
.top-worries__item:nth-of-type(10) {
  top: 25rem;
  right: 6.4rem;
}
.top-worries__item:nth-of-type(11) {
  bottom: 45rem;
  right: 16.4rem;
}
.top-worries__item:nth-of-type(12) {
  top: 14.4rem;
  right: 13.4rem;
}
.top-worries__item:nth-of-type(13) {
  top: 46.4rem;
  left: 4.4rem;
}
.top-worries__item:nth-of-type(14) {
  top: 46.4rem;
  right: 5.4rem;
}
.top-worries__image img {
  height: 77rem;
}

/*ご挨拶
-----------------------------*/
.top-greeting__inner {
  padding-right: 51rem;
}
.top-greeting__images {
  width: calc(50vw - 10.6rem);
  max-width: 85.4rem;
  min-width: 494px;
  height: calc(100% + 14rem);
  position: absolute;
  top: -6rem;
  left: calc(50% + 10.6rem);
}
.top-greeting__image {
  position: absolute;
}
.top-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-greeting__image--front {
  width: calc(100% - 16rem);
  max-width: 53.4rem;
  height: calc(100% - 35.3rem);
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top-greeting__image--back {
  width: calc(100% - 9rem);
  height: calc(100% - 33.6rem);
  right: 0;
  top: 0;
  z-index: 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding: 5rem 2rem 0;
}
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
}
.top-bnr__item {
  width: 100%;
  height: 41rem;
}
.top-bnr__heading {
  justify-content: center;
  row-gap: 0.8125em;
  width: clamp(375px, 29.2397660819vw, 500px);
  max-width: calc(100% - 4rem);
  height: 6.875em;
  font-size: clamp(12px, 0.9356725146vw, 16px);
  border-radius: 100vh;
}
.top-bnr__heading .en {
  letter-spacing: 0.3em;
  margin-inline-end: -0.3em;
}
.top-bnr__heading .ja {
  font-size: 1.75em;
}

/*メニュー・店舗案内
-----------------------------*/
.top-menu::before {
  height: calc(100% - 42rem);
  max-height: 54rem;
}
.top-menu__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
}
.top-menu__item {
  width: 52rem;
}
.top-menu__image img {
  width: 100%;
  aspect-ratio: 1.0924369748;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__image img {
  outline: solid 1px var(--color-purple);
  outline-offset: -1px;
}
.top-menu__heading {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 2.2rem 2rem;
  border-bottom: solid 1px var(--color-purple);
}
.top-menu__heading::after {
  content: "";
  display: block;
  aspect-ratio: 7/8;
  width: 1.4rem;
  background: var(--color-purple);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*ご予約・お問い合わせ
-----------------------------*/
.top-contact {
  padding-bottom: 8rem;
}
.top-contact__top {
  padding-block: 5rem;
  margin-bottom: 8rem;
}
.top-contact__title {
  row-gap: 2.9rem;
  margin-bottom: 4.5rem;
}
.top-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  padding: 6rem 8rem;
  border-radius: 2.8rem;
}
.top-contact__items {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -moz-column-gap: 0;
       column-gap: 0;
}
.top-contact__item {
  font-size: 1.6rem;
  padding-right: 5.5rem;
  margin-right: 5.5rem;
  border-right: solid 1px var(--color-lavender);
}
.top-contact__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.top-contact__item .com-tel {
  font-size: 2.375em;
}
.top-contact__item .com-tel::before {
  aspect-ratio: 21/27;
  height: 2.7rem;
}
.top-contact__item .com-tel span {
  margin-block-end: -0.25rem;
}
.top-contact__body {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
.top-contact__btn {
  width: 48rem;
}
.top-contact__box {
  width: 100%;
  padding: 4rem;
}
.top-contact__heading {
  font-size: 2.2rem;
  padding-bottom: 1.9rem;
  margin-bottom: 2.5rem;
}
.top-contact__value {
  text-align: center;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template: auto 1fr/1fr 69.5rem;
  gap: 6.5rem 6rem;
}
.top-news__title {
  row-gap: 2.9rem;
  margin-bottom: 0;
}
.top-news__title::after {
  display: none;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news__item:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: none;
}

/*===============================================
  当店について
===============================================*/
/*コンセプト
-----------------------------*/
.about-concept__title {
  margin-bottom: 7rem;
}
.about-concept__inner {
  padding-block: 7rem;
  padding-right: 38.5rem;
}
.about-concept__inner::before {
  width: calc(50vw + 54rem);
  min-width: calc(600px + 54rem);
  height: 100%;
  right: calc(50% - 54rem);
}
.about-concept__image {
  width: 40.8rem;
  position: absolute;
  top: 7rem;
  left: calc(50% + 24.2rem);
  z-index: 1;
}
.about-concept__image img {
  width: 100%;
  aspect-ratio: 408/667;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-concept__item {
  margin-bottom: 5.6rem;
}
.about-concept__heading {
  font-size: var(--font-size-h3);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.about-concept__heading > span {
  line-height: var(--line-height-h3);
}
.about-concept__heading::before {
  font-size: var(--font-size-h5);
  margin-top: calc(var(--font-size-h3) - 1em);
}

/*プロフィール
-----------------------------*/
.about-profile__heading {
  border-left-width: 0.6rem;
  padding-left: 1.5rem;
  margin-bottom: 5rem;
}
.about-profile__heading .min {
  font-size: 1.6rem;
}
.about-profile__inner {
  min-height: 49.5rem;
  padding-right: 47rem;
  position: relative;
}
.about-profile__image {
  width: 50rem;
  position: absolute;
  top: 0;
  right: -10rem;
}
.about-profile__image img {
  width: 100%;
  aspect-ratio: 500/495;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.about-profile__item {
  padding: 3.4rem 5rem;
  margin-top: 9.5rem;
}
.about-profile__label {
  font-size: 2.2rem;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
}
.about-profile__value {
  text-align: center;
}

/*===============================================
  カイロプラクティック
===============================================*/
/*カイロプラクティックとは？
-----------------------------*/
/*施術内容
-----------------------------*/
/*ホームケア
-----------------------------*/
.chiropractic-self__inner {
  min-height: 33.7rem;
  padding-left: 63rem;
  position: relative;
}
.chiropractic-self__image {
  width: 56rem;
  position: absolute;
  top: 0;
  left: 0;
}
.chiropractic-self__image img {
  width: 100%;
  height: 33.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.chiropractic-self__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  padding-top: 13rem;
}
.chiropractic-self__item {
  width: 100%;
  max-width: 52rem;
  padding: 4.5rem 3rem;
}
.chiropractic-self__heading {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

/*===============================================
  美容カイロエステティック
===============================================*/
/*美容カイロエステティックとは？
-----------------------------*/
/*施術内容
-----------------------------*/
/*オプション
-----------------------------*/
.aesthetic-option__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
}
.aesthetic-option__item {
  width: 100%;
  max-width: 52rem;
  padding: 3.5rem 2rem;
}
.aesthetic-option__heading {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

/*スキンケア商品
-----------------------------*/
.aesthetic-skin__box {
  padding-top: 6rem;
  margin-top: 7rem;
}
.aesthetic-skin__box::before {
  min-width: 1200px;
  height: calc(100% - 10rem);
  max-height: 51rem;
}
.aesthetic-skin__heading {
  margin-bottom: 3rem;
}
.aesthetic-skin__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4.5rem;
  padding-top: 4.5rem;
}
.aesthetic-skin__thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.aesthetic-skin__thumb {
  margin-bottom: 3rem;
}
.aesthetic-skin__label {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}

/*===============================================
  八王子店 / 青梅店
===============================================*/
/*メニュー
-----------------------------*/
.shop-menu__box {
  row-gap: 3rem;
  margin-bottom: 7.5rem;
}
.shop-menu__heading .min {
  font-size: var(--font-size-base);
}
.shop-menu__list {
  padding: 3.2rem 5rem;
}
.shop-menu__item {
  padding: 0 1rem 2rem;
  margin-bottom: 2rem;
}

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

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

/*===============================================
  お客様の声
===============================================*/
/*お客様の声
-----------------------------*/
.voice-list__item {
  padding: 4rem;
  padding-right: 3.5rem;
  margin-bottom: 6rem;
}
.voice-list__heading {
  margin-bottom: 3rem;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: calc(4rem / var(--font-size-base));
  padding-block: 2rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(2rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: calc(4rem / var(--font-size-base));
  padding: 2rem 3rem 2rem 5rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(6, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  line-height: 1.5;
  padding: 1em 1.5em;
}

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