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

.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;
  max-width: 186rem;
  min-height: 10rem;
  padding: 2rem 3rem 2rem 3.5rem;
}
#header .header__logo {
  width: 21.4rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 214/21;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
#header .header__btn {
  width: 18rem;
  height: 5rem;
  font-size: var(--font-size-sm);
  padding-left: 1rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 8rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 108rem;
}
#footer .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__add {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.3rem;
  width: 46rem;
  padding: 3rem 2rem;
  border-radius: 2rem;
  margin-top: 1rem;
}
#footer .footer__other dl {
  font-size: var(--font-size-sm);
}
#footer .footer__other dl + .footer__btns {
  padding-top: 1rem;
}
#footer .footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
}
#footer .footer__btn {
  width: 100%;
  font-size: 1.5rem;
  padding-left: 1rem;
}
#footer .footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 3rem;
  max-width: calc(50% + 2rem);
}
#footer .footer__bnr {
  width: 37.6rem;
  row-gap: 1.8rem;
  padding-top: 1rem;
}
#footer .footer__bnr::before, #footer .footer__bnr::after {
  width: 20rem;
}
#footer .footer__bnr::after {
  top: 2.6rem;
}
#footer .footer__bnr-title {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 0.5rem;
  filter: drop-shadow(0 0 0.4rem #fff) drop-shadow(0 0 0.4rem #fff) drop-shadow(0 0 0.4rem #fff);
}
#footer .footer__bnr-title > span {
  line-height: 1.77778;
}
#footer .footer__bnr-title::before, #footer .footer__bnr-title::after {
  width: 2.8rem;
  margin-bottom: -0.5rem;
}
#footer .footer__bnr-text {
  font-size: var(--font-size-sm);
  line-height: 2;
  margin-block: -4px;
}
#footer .footer__bnr-text span {
  padding: 0 1.2rem;
}
#footer .footer__bnr-text::after {
  content: "";
  display: block;
  width: 28.5rem;
  height: 11.4rem;
  background: url(../img/common/footer_deco-bnr1.png) no-repeat left top 2px, url(../img/common/footer_deco-bnr2.png) no-repeat right center;
  margin: 1.2rem auto 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: 1.3rem;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.8rem 1.5em;
}
.footer-nav__item {
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__link {
  letter-spacing: 0.06em;
  margin-inline-end: -0.06em;
}
.footer-nav__sub-list {
  display: none !important;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
.copy p {
  text-align: right;
  width: 108rem;
  margin-inline: auto;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 1rem;
  right: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 1rem;
  right: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  /* バナー */
}
.visual .visual__bnr {
  display: grid;
  grid-template: repeat(2, auto)/repeat(2, auto);
  align-items: center;
  gap: 1.4rem 2rem;
  padding: 2rem;
  border-radius: 2rem;
  position: absolute;
  right: clamp(40px, 3.125vw, 60px);
  bottom: clamp(-30px, -1.5625vw, -20px);
  z-index: 5;
}
.visual .visual__bnr::after {
  width: 8.5rem;
  left: -2.4rem;
  bottom: -1.4rem;
}
.visual .visual__bnr-heading {
  row-gap: 0.7rem;
  align-self: flex-end;
}
.visual .visual__bnr-heading .waa {
  font-size: 1.6rem;
}
.visual .visual__bnr-heading .main {
  font-size: 2rem;
}
.visual .visual__bnr-price {
  width: 24rem;
  grid-row: span 2;
  border-radius: 1rem;
}
.visual .visual__bnr-btn {
  width: 15rem;
  height: 4rem;
  font-size: var(--font-size-sm);
  align-self: flex-start;
}
.visual .visual__bnr-btn::after {
  right: 1.2rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(clamp(554px, 43.28125vw, 831px) - 1px);
}
.visual #slideshow {
  width: 72.917%;
  max-width: calc(50% + 44rem);
  border-radius: calc(clamp(134px, 10.46875vw, 201px) - 1px) 0 0 calc(clamp(134px, 10.46875vw, 201px) - 1px);
}
.visual__inner {
  row-gap: clamp(48px, 3.75vw, 72px);
  width: 70.834%;
  max-width: 136rem;
}
.visual__catch--main {
  font-size: clamp(30px, 2.34375vw, 45px);
  line-height: calc(clamp(46px, 3.59375vw, 69px) + 1px);
  text-shadow: 0 0 calc(clamp(14px, 1.09375vw, 21px) - 1px) var(--color-white), 0 0 calc(clamp(14px, 1.09375vw, 21px) - 1px) var(--color-white), 0 0 calc(clamp(14px, 1.09375vw, 21px) - 1px) var(--color-white), 0 0 calc(clamp(14px, 1.09375vw, 21px) - 1px) var(--color-white);
}
.visual__text {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: calc(clamp(34px, 2.65625vw, 51px) - 1px);
  margin-block: calc(clamp(-6px, -0.3125vw, -4px) + 1px);
}
.visual__text span {
  padding: clamp(2px, 0.15625vw, 3px) clamp(10px, 0.78125vw, 15px);
  border-radius: calc(clamp(6px, 0.46875vw, 9px) + 1px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 25vw, 480px);
  padding-bottom: 0.8rem;
}
.visual__sub::before {
  width: calc(60rem + 50% - clamp(20px, 1.5625vw, 30px));
  max-width: 150rem;
  left: calc(50% - 60rem);
  -webkit-mask: url(../img/visual/sv_frame.svg) no-repeat center/100% 100%;
          mask: url(../img/visual/sv_frame.svg) no-repeat center/100% 100%;
}
.visual__catch--sub {
  -moz-column-gap: clamp(12px, 0.9375vw, 18px);
       column-gap: clamp(12px, 0.9375vw, 18px);
  font-size: calc(clamp(26px, 2.03125vw, 39px) + 1px);
  line-height: 2;
  padding-inline: calc(clamp(14px, 1.09375vw, 21px) - 1px);
  margin-left: max(50% - 68rem, clamp(186px, 14.53125vw, 279px) + 1px);
  border-radius: 0.25em;
}
.visual__catch--sub::before, .visual__catch--sub::after {
  width: 0.25em;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1;
  background-color: var(--color-main);
  border-radius: 50%;
  margin-inline: 0.75em;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-green);
}

/*===============================================
  main#container
===============================================*/
#container.top .section:first-of-type::before {
  height: calc(100% + 10rem + clamp(554px, 43.28125vw, 831px) - 1px);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-block: calc(clamp(26px, 2.03125vw, 39px) + 1px - 0.5em);
  top: calc(clamp(-81px, -4.21875vw, -54px) + 1px);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 13rem;
}
.section:first-of-type::before {
  min-width: 192rem;
  height: calc(100% + 10rem + clamp(320px, 25vw, 480px));
  -webkit-mask: url(../img/common/bg_frame.png) no-repeat center top/100% 180rem, linear-gradient(to bottom, transparent calc(180rem - 1px), var(--color-white) calc(180rem - 1px));
          mask: url(../img/common/bg_frame.png) no-repeat center top/100% 180rem, linear-gradient(to bottom, transparent calc(180rem - 1px), var(--color-white) calc(180rem - 1px));
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  row-gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.com-tel__num {
  font-size: 4rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.com-tel__num::before {
  height: 2.5rem;
}
.com-tel__num span {
  margin-block-start: -0.7rem;
  margin-block-end: -0.3rem;
}
/*ボタン
-----------------------------*/
.com-btn {
  width: 30rem;
  height: 6rem;
}
.com-btn::after {
  right: 2rem;
}
.com-btn--mail::before {
  width: 1.4rem;
  left: 2rem;
}
.com-btn--ig {
  height: max(58px, 6rem);
}
.com-btn--ig::before {
  width: max(29px, 3rem);
  left: 15px;
}
.com-btn--reserve {
  height: max(58px, 6rem);
}
.com-btn--reserve::before {
  width: 2.4rem;
  left: 1.8rem;
}

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

/*テーブル
-----------------------------*/
.com-table table {
  border-collapse: separate;
  border-spacing: 1rem 0.5rem;
  margin-block: -0.5rem;
}
.com-table tr th,
.com-table tr td {
  padding: 1.5rem 2rem;
  border-radius: 1rem;
}

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

/*お知らせ
-----------------------------*/
.com-post__link {
  padding: 3.7rem 2rem;
}
.com-post__tag {
  padding-inline: 1em;
  border-radius: 100vh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 8rem;
}

/*中タイトル
-----------------------------*/
.com-title02 > span.mark {
  line-height: calc(1em + 2rem);
  padding-inline: 1.6rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-top: 10rem;
}
.com-contact::before {
  width: calc(100% - 4rem);
  max-width: 150rem;
  height: calc(100% - 13rem);
  border-radius: 6rem;
}
.com-contact::after {
  width: calc(100% - 10rem);
  max-width: 130rem;
  height: 13.6rem;
  bottom: 10.4rem;
}
.com-contact__title {
  margin-bottom: 6rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem 6rem;
  padding-bottom: 5.7rem;
}
.com-contact__info {
  width: 100%;
  padding: 3rem 4rem;
  border-radius: 1rem;
}
.com-contact__info .ttl {
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.com-contact__info .list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.com-contact__time {
  line-height: 1.66667;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-contact__time dt {
  padding-inline: 1rem;
}
.com-contact__btn {
  width: 40rem;
  height: 10rem;
}
.com-contact__btn.com-btn--reserve::before {
  width: 3rem;
  left: 4rem;
}
.com-contact__btn.com-btn--mail {
  padding-left: 1.8rem;
}
.com-contact__btn.com-btn--mail::before {
  width: 2rem;
  left: 3rem;
}

/*よくあるご質問
-----------------------------*/
.com-faq__image {
  width: calc(100% - 6rem);
  max-width: 150rem;
  height: 58.8rem;
  -webkit-mask: url(../img/common/faq_frame.svg) no-repeat center/100% 100%;
          mask: url(../img/common/faq_frame.svg) no-repeat center/100% 100%;
}
.com-faq__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-faq__inner {
  display: grid;
  grid-template-columns: 43.5rem 1fr;
  align-items: flex-start;
  margin-top: -1rem;
}
.com-faq__title {
  align-items: flex-start;
  margin-bottom: 6rem;
}
.com-faq__text {
  grid-row: span 2;
  margin-top: calc(5.6rem + (1em - 1lh) / 2);
}
.com-faq--top {
  padding-bottom: 0;
}
.com-faq--guide {
  padding-top: 0;
}

/*===============================================
  トップページ
===============================================*/
/*心と体をゆったり休めるリフレクソロジーを。
-----------------------------*/
.top-about__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 74rem;
  padding-top: 0.8rem;
  padding-right: 50rem;
}
.top-about__title {
  row-gap: 3rem;
  padding-block: 0.5rem;
}
.top-about__title .mark {
  display: inline-block;
  line-height: calc(1em + 1rem);
}
.top-about__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 48rem;
  height: 74rem;
  position: absolute;
  top: 0;
  right: 0;
}
.top-about__image {
  aspect-ratio: 1;
}
.top-about__image--top {
  width: 40rem;
}
.top-about__image--bottom {
  width: 30rem;
  margin-left: auto;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10rem;
}

/*こんなお悩みありませんか？
-----------------------------*/
.top-worries__title {
  font-size: var(--font-size-h2);
  padding-block: 0.5rem;
}
.top-worries__title > span {
  line-height: 1.25;
}
.top-worries__title .mark {
  display: inline-block;
  font-size: var(--font-size-h3);
  line-height: calc(1em + 1rem);
}
.top-worries__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.top-worries__list {
  width: 100%;
  padding-top: 25.7rem;
  position: relative;
}
.top-worries__list::before {
  content: "";
  width: 42.6rem;
  height: 5.5rem;
  background: url(../img/index/balloon_worries-l.svg) no-repeat left 3.3rem top/3.8rem, url(../img/index/balloon_worries-r.svg) no-repeat right bottom/4.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24rem;
  z-index: -1;
}
.top-worries__list::after {
  width: 34rem;
  margin-top: 0.6rem;
}
.top-worries__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.66667;
  position: absolute;
  word-break: keep-all;
}
.top-worries__item:nth-of-type(1) {
  width: 17.4rem;
  aspect-ratio: 174/130;
  background: url(../img/index/balloon_worries01.svg) no-repeat center/contain;
  left: 0;
  top: 10.4rem;
}
.top-worries__item:nth-of-type(2) {
  width: 16.6rem;
  aspect-ratio: 166/108;
  background: url(../img/index/balloon_worries02.svg) no-repeat center/contain;
  left: 10.7rem;
  top: 0;
}
.top-worries__item:nth-of-type(3) {
  width: 18.6rem;
  aspect-ratio: 186/124;
  background: url(../img/index/balloon_worries03.svg) no-repeat center/contain;
  left: 18.5rem;
  top: 13.3rem;
}
.top-worries__item:nth-of-type(4) {
  width: 16.1rem;
  aspect-ratio: 161/108;
  background: url(../img/index/balloon_worries04.svg) no-repeat center/contain;
  right: -0.4rem;
  top: 13.7rem;
}
.top-worries__item:nth-of-type(5) {
  width: 17.4rem;
  aspect-ratio: 174/129;
  background: url(../img/index/balloon_worries05.svg) no-repeat center/contain;
  right: 7.6rem;
  top: 0;
}
.top-worries__inner {
  width: 50rem;
  padding: 3rem;
  border-radius: 2rem;
  flex-shrink: 0;
}
.top-worries__btn {
  margin-top: 3rem;
}

/*美風の3つの安心
-----------------------------*/
.top-feature__inner {
  display: grid;
  grid-template-columns: 30.5rem auto;
  justify-content: center;
  align-items: center;
  gap: 4rem 6rem;
}
.top-feature__title {
  font-size: var(--font-size-h2);
  margin-bottom: 0;
}
.top-feature__title .b {
  font-size: var(--font-size-h3);
  line-height: 1;
}
.top-feature__text {
  grid-row: span 2;
}
.top-feature__btn {
  margin-inline: auto;
}
.top-feature__list {
  padding-top: 8rem;
}
.top-feature__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding: 6rem;
  margin-bottom: 6rem;
  border-radius: 6rem;
}
.top-feature__heading {
  order: 0;
  writing-mode: vertical-rl;
  max-height: 12em;
  text-orientation: mixed;
  line-height: 2.33334;
  margin-block: calc(0.5em - 0.5lh + 1rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-feature__heading {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-feature__heading > span {
  padding: 1.2rem 0.3rem;
}
.top-feature__body {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  letter-spacing: 0.06em;
  order: 1;
}
@media screen and (max-width: 767px) {
  .top-feature__body {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-feature__body .mb {
  margin-block-end: 1em;
}
.top-feature__icon {
  width: 38rem;
  order: 2;
  flex-shrink: 0;
}

/*施術メニュー・料金
-----------------------------*/
.top-menu::before {
  width: calc(100% - 8rem);
  max-width: 134rem;
  height: 12.4rem;
  top: -2.2rem;
}
.top-menu__title {
  row-gap: 2rem;
}
.top-menu__title .sub {
  padding-inline: 2rem;
  border-radius: 100vh;
}
.top-menu__text {
  text-align: center;
}
.top-menu__list {
  padding-top: 6rem;
}
.top-menu__item {
  display: grid;
  grid-template-columns: 17rem 1fr;
  align-items: center;
  gap: 3rem 5rem;
  padding: 3rem 6rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
.top-menu__heading {
  grid-row: span 2;
  aspect-ratio: 1;
  border-radius: 50%;
  row-gap: 1.2rem;
}
.top-menu__heading > span:has(.b) {
  font-size: var(--font-size-h4);
}
.top-menu__heading > span:has(.b) .b {
  font-size: 2em;
}
.top-menu__price {
  align-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 1rem;
  border-radius: 1rem;
}
.top-menu__price .before {
  padding-left: 2rem;
}
.top-menu__price .before .fee {
  font-size: 3rem;
}
.top-menu__price .after {
  padding: 1.5rem 1.6rem;
  border-radius: 1.2rem;
}
.top-menu__price .after .label {
  font-size: 1.6rem;
  padding-block: 0.5rem;
  letter-spacing: 0.08em;
  margin-right: 1.2rem;
}
.top-menu__price .after .fee {
  display: inline-block;
  margin-top: -0.5rem;
  font-size: 3.5rem;
}
.top-menu__body {
  align-self: flex-start;
}
.top-menu__bnr {
  width: 49rem;
  font-weight: 700;
  padding: 2rem 4rem;
  margin-top: 6rem;
  border-radius: 2rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}
.top-menu__bnr dt {
  margin-bottom: 2rem;
}
.top-menu__bnr dd {
  line-height: 1.6;
  padding-inline: 2rem;
}
.top-menu__bnr .c-green {
  color: var(--color-green);
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 6rem 4rem;
}
.top-news__title {
  align-items: flex-start;
  margin-bottom: 0;
  order: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  order: 1;
}

/*===============================================
  このようなお悩みの方へ
===============================================*/
/*「年齢のせい」と我慢しがちな体の不調
-----------------------------*/
.guide-lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.guide-lead__title {
  padding-top: 0.5rem;
  margin-bottom: 0;
  flex-shrink: 0;
}
.guide-lead__title .mark {
  display: inline-block;
  line-height: calc(1em + 1rem);
}
.guide-lead__title::after {
  content: "";
  display: block;
  width: 38.3rem;
  height: 21.3rem;
  background: url(../img/guide/deco_lead.png) no-repeat center/contain;
  margin-top: 8rem;
}
.guide-lead__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  width: 100%;
  padding-top: 6rem;
}
.guide-lead__item {
  width: 100%;
  padding: 3rem 2rem;
  border-radius: 2rem;
}
.guide-lead__heading {
  font-size: 2.2rem;
  line-height: 1.81819;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

/*足のめぐりを整えると、
体全体が楽になりやすい理由
-----------------------------*/
.guide-reason::after {
  width: 123.2rem;
  height: 12.4rem;
  bottom: -3rem;
}
.guide-reason__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.guide-reason__image {
  width: 50rem;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.guide-reason__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  border-radius: 4rem;
}
.guide-reason__text {
  width: 100%;
  align-self: center;
}

/*美風の施術について
-----------------------------*/
.guide-about::before {
  height: clamp(464px, 36.25vw, 696px);
}
.guide-about__text {
  text-align: center;
}

/*===============================================
  美風について
===============================================*/
/*年齢とともに変わる体に寄り添い、
安心して過ごせる場所をつくりたい
-----------------------------*/
.about-lead__inner {
  min-height: 68rem;
}
.about-lead__title {
  row-gap: 1rem;
  margin: -0.5rem 0 7.5rem;
}
.about-lead__title > span {
  line-height: 1.75;
  padding: 1px 1.8rem;
}
.about-lead__text {
  width: 50%;
}
.about-lead__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 40rem;
  height: 68rem;
  position: absolute;
  top: 0;
  right: 0;
}
.about-lead__image {
  aspect-ratio: 1;
}
.about-lead__image--top {
  width: 34rem;
  margin-left: auto;
}
.about-lead__image--bottom {
  width: 30rem;
}
.about-lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10rem;
}

/*美風が大切にしていること
-----------------------------*/
.about-values__text {
  text-align: center;
}
.about-values__list {
  padding-top: 6rem;
}
.about-values__item {
  display: grid;
  grid-template: 18rem auto/1fr 53rem;
  grid-auto-flow: column;
  gap: 3rem 4rem;
  padding: 6rem 8rem;
  border-radius: 6rem;
  margin-bottom: 6rem;
}
.about-values__icon {
  text-align: center;
}
.about-values__heading {
  text-align: center;
  word-break: keep-all;
}
.about-values__heading .ki {
  display: inline-block;
  margin-right: -0.5em;
}
.about-values__body {
  grid-row: span 2;
  align-self: center;
}
.about-values__body .mb {
  margin-bottom: 0.5lh;
}

/*===============================================
  よくあるご質問
===============================================*/
/*よくあるご質問一覧
-----------------------------*/
.faq-list__text {
  text-align: center;
}
.faq-list__box {
  padding-top: 10rem;
}
.faq-list__title {
  margin-bottom: 6rem;
}
.faq-list__item {
  padding: 3rem;
  margin-bottom: 4rem;
  border-radius: 2rem;
}
.faq-list__heading {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 1rem;
}
.faq-list__heading::before {
  width: 5rem;
}
.faq-list__body {
  line-height: 1.94445;
  padding: calc(2.4rem - (1lh - 1em)) 2.4rem;
  border-radius: 1rem;
}

/*===============================================
  アクセス
===============================================*/
/*店舗情報
-----------------------------*/
.access-info__inner {
  display: grid;
  grid-template-columns: 1fr 54rem;
  align-items: center;
  gap: 6rem 2rem;
  padding-block: 6rem;
}
.access-info__inner::before {
  width: calc(100% + 20rem);
  border-radius: 6rem;
}
.access-info__heading {
  margin-bottom: -2rem;
  align-self: flex-end;
}
.access-info__image {
  grid-row: span 2;
  height: 40rem;
}
.access-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10rem;
}
.access-info__table {
  grid-template-columns: 15rem 1fr;
  gap: 1rem 1.5rem;
  align-self: flex-start;
}
.access-info__table dt {
  border-radius: 2rem;
}
.access-info__map {
  height: 40rem;
  grid-column: span 2;
}
.access-info__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  grid-column: span 2;
}
.access-info__btn {
  width: 40rem;
  height: 10rem;
}
.access-info__btn::before {
  width: max(29px, 3rem) !important;
  left: 4rem !important;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__item .com-post__heading {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 4rem 5rem;
  border-radius: 2rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.375;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem 5rem;
  border-radius: 4rem;
}
.privacy-policy__heading {
  margin-bottom: 3rem;
}

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

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 3rem 4rem;
  border-radius: 2rem;
}