@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.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;
  padding: 2rem;
}
#header .header__logo img {
  aspect-ratio: 274/60;
  height: 6rem;
  -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: 3rem;
       column-gap: 3rem;
}
#header .header__mail {
  width: 17rem;
  padding-right: 1em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-bottom: 5rem;
}
#footer::before {
  height: 11rem;
}
#footer .footer__logo {
  margin-bottom: 4rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  row-gap: 1.5rem;
}
#footer .footer__add {
  font-weight: var(--font-weight-medium);
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__schedule {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 1.5rem;
}
#footer .footer__schedule > * {
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__schedule dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  line-height: 2.14286;
  padding-bottom: 4.5rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 1.6rem 7rem;
}
.footer-nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: var(--letter-spacing-min);
  margin-right: calc(var(--letter-spacing-min) * -1);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::before {
  content: ">";
  margin-right: 0.25em;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 1080px;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(480px, 37.2340425532vw, 700px);
  background: url(../img/visual/mv_bg-pc.jpg) no-repeat center/cover;
}
.visual__catch--main {
  width: 32.8125%;
  max-width: 63rem;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(20px, 1.5625vw, 30px);
  height: 54.286%;
  padding-left: clamp(48px, 3.6458333333vw, 70px);
  border-radius: 0 100vh 100vh 0;
}
.visual__catch--main img {
  height: clamp(36px, 2.7604166667vw, 53px);
}
.visual__catch--main .main img {
  height: clamp(52px, 4.0104166667vw, 77px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(240px, 18.2291666667vw, 350px);
}
.visual__catch--sub {
  height: 1.8666667em;
  min-height: 6rem;
  font-size: clamp(3rem, 2.34375vw, 4.5rem);
  padding-inline: clamp(20px, 1.5625vw, 30px);
  border-radius: 100vh;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  background: var(--color-blue);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  width: 217px;
  margin-right: -1px;
  position: relative;
  z-index: 0;
}
.gnav__item::before {
  content: "";
  width: 2px;
  height: calc(100% - 2.8rem);
  background: linear-gradient(to bottom, var(--color-sky) 2px, transparent 2px, transparent 10px) repeat-y center top/2px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.gnav__item:last-of-type {
  margin-right: 0;
}
.gnav__item:last-of-type::after {
  content: "";
  width: 2px;
  height: calc(100% - 2.8rem);
  background: linear-gradient(to bottom, var(--color-sky) 2px, transparent 2px, transparent 10px) repeat-y center top/2px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.gnav__link {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  color: var(--color-white);
  padding-block: 2rem;
  transition: all 0.12s;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-yellow);
  background: var(--color-navy);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 4rem;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 20rem;
  height: 5rem;
}
.com-btn::after {
  width: 10px;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.6;
  border-block: solid 1px var(--color-blue);
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 1.3rem 2rem;
  border-bottom: solid 1px var(--color-white);
}
.com-table tr td {
  padding: 1.3rem 2rem;
  border-bottom: solid 1px var(--color-blue);
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  border-bottom: none;
}

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 3rem;
  margin-bottom: 5rem;
}
.com-title01--top {
  row-gap: 2rem;
  font-size: 6rem;
  margin-bottom: 4rem;
}
.com-title01--top::before {
  width: calc(100% + 14.8rem);
  height: 8rem;
}
.com-title01--top.left {
  align-items: flex-start;
  text-align: left;
  margin-left: 0;
}
.com-title01--top.left::before {
  width: calc(100% + 6.4rem);
  background: url(../img/common/ttl_deco-r.png) no-repeat right center/contain;
  left: 0;
  transform: translateY(-50%);
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*ご挨拶
-----------------------------*/
.top-greeting:has(+ .top-about) {
  padding-bottom: 5rem;
}
.top-greeting__title {
  margin-bottom: 5rem;
}
.top-greeting__box {
  min-height: 51rem;
  padding-left: 50rem;
  position: relative;
}
.top-greeting__heading {
  font-size: 3.4rem;
  margin-bottom: 4rem;
}
.top-greeting__heading > span {
  line-height: 1.61765;
}
.top-greeting__heading::after {
  width: 24rem;
  aspect-ratio: 240/207;
  bottom: -5.5rem;
  right: -6rem;
}
.top-greeting__body {
  padding-block: calc(5rem + (1em - 1lh) / 2);
  padding-right: 6rem;
}
.top-greeting__body::before {
  width: 84rem;
  right: 0;
  border-radius: 2rem;
}
.top-greeting__images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-greeting__image--lt img {
  outline: solid 0.5rem var(--color-white);
  outline-offset: -0.5rem;
}
.top-greeting__image--rb {
  margin-top: -5rem;
  margin-left: 5rem;
}
.top-greeting__image img {
  border-radius: 2rem;
}

/*当院について
-----------------------------*/
.top-about__inner {
  min-height: 50rem;
  padding-right: 56rem;
}
.top-about__inner::after {
  content: "";
  display: block;
  width: 32.5rem;
  aspect-ratio: 325/272;
  background: url(../img/common/deco03.png) no-repeat left bottom/contain;
  margin-top: 3rem;
}
.top-about__btn {
  margin-top: 4rem;
}
.top-about__image {
  width: 50%;
  height: 45rem;
  position: absolute !important;
  right: 0;
  top: 15rem;
  z-index: 3 !important;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100vh 0 0 100vh;
  box-shadow: -1rem 1rem rgba(255, 215, 94, 0.4);
}
.top-about__image::before {
  content: "";
  width: 58.1rem;
  aspect-ratio: 581/389;
  background: url(../img/index/deco_about-img.png) no-repeat left bottom/contain;
  position: absolute;
  left: -18.5rem;
  bottom: -5.8rem;
  z-index: -2;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 6rem;
}
.top-bnr__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem 4.5rem;
}
.top-bnr__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 33rem;
}
.top-bnr__balloon {
  min-width: 22.5rem;
  text-align: center;
  font-size: var(--font-size-h4);
  line-height: 2.05883;
  padding: 0 calc(3rem - var(--letter-spacing-base)) 0 3rem;
  background: var(--color-white);
  border-radius: 100vh;
  margin-bottom: -4rem;
}
.top-bnr__balloon::before {
  content: "";
  width: 1.8rem;
  aspect-ratio: 18/15;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  z-index: -1;
}
.top-bnr__balloon::after {
  content: "";
  width: 2.5rem;
  aspect-ratio: 1;
  background: url(../img/common/arrow_circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.3rem;
  z-index: -1;
}
.top-bnr__image {
  width: 100%;
  box-shadow: 1.1rem 1.1rem rgba(159, 214, 247, 0.7);
}
.top-bnr__box {
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
  background-position: right 5rem bottom;
}
.top-bnr__box::before {
  font-size: 10rem;
  left: 5rem;
  bottom: 13rem;
}
.top-bnr__heading {
  font-size: 4.5rem;
  padding-block: 0.5em;
  margin-bottom: 4rem;
}
.top-bnr__heading > span::before {
  content: "";
  width: calc(100% + 11.6rem);
  height: 3rem;
  background: url(../img/index/deco_contact-ttl-l.png) no-repeat left bottom/contain, url(../img/index/deco_contact-ttl-r.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc((1lh - 1em) / 2);
  z-index: -2;
}
.top-bnr__body {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: 2.77778;
  margin-inline: 5rem;
  margin-bottom: 3rem;
  background: linear-gradient(to right, transparent 2px, var(--color-white) 2px, var(--color-white) 3px) repeat-x left bottom/3px, linear-gradient(to top, var(--color-sky) 1px, var(--color-white) 1px, var(--color-white) 5rem) repeat-y left bottom/auto 5rem;
}
.top-bnr__body p {
  margin-bottom: 1px;
}
.top-bnr__body p:last-of-type {
  margin-bottom: 0;
}
.top-bnr__body strong {
  font-size: 2rem;
  line-height: 2.5;
}
.top-bnr__memo {
  font-size: var(--font-size-sm);
  line-height: 2.14286;
}
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 4rem 5rem 5rem;
}
.top-bnr__items:has(> *:last-child:nth-child(2)) {
  justify-content: flex-start;
}
.top-bnr__tel .com-tel__num {
  font-size: 4.5rem;
}
.top-bnr__tel .com-tel__num::before {
  height: 3.2rem;
}
.top-bnr__tel .com-tel__num span {
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
.top-bnr__tel .com-tel__info {
  font-size: 1.6rem;
  line-height: 1.5;
}
.top-bnr__mail {
  width: 29.2rem;
  height: 6.5rem;
}
.top-bnr__mail::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.top-bnr__mail::after {
  width: 1.5rem;
}

/*===============================================
  当院の特徴
===============================================*/
/*整体院ルルドについて
-----------------------------*/
.feature-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-about__text {
  width: 54rem;
}
.feature-about__image {
  width: 44rem;
  padding-top: 2rem;
}
.feature-about__image img {
  border-radius: 2rem;
}
.feature-about__image::before {
  width: 23.5rem;
  top: 0;
  left: -6rem;
}

/*施術方法とアプローチ
-----------------------------*/
.feature-approach__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.feature-approach__text {
  width: 54rem;
}
.feature-approach__image {
  width: 44rem;
  padding-top: 2rem;
}
.feature-approach__image img {
  border-radius: 2rem;
}
.feature-approach__image::before {
  width: 23.5rem;
  top: 0;
  right: -6rem;
}

/*あなたの健康を共にサポート
-----------------------------*/
.feature-support__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-support__text {
  width: 54rem;
}
.feature-support__image {
  width: 44rem;
  padding-top: 2rem;
}
.feature-support__image img {
  border-radius: 2rem;
}
.feature-support__image::before {
  width: 23.5rem;
  top: 0;
  left: -6rem;
}

/*===============================================
  メニュー
===============================================*/
/*メニュー
-----------------------------*/
.menu-about__text {
  text-align: center;
}
.menu-about__box {
  padding-top: 5rem;
}
.menu-about__heading {
  border-radius: 100vh;
  padding: 1.85rem 3rem;
  margin-bottom: 3rem;
}
.menu-about__heading::after {
  aspect-ratio: 1;
  width: 1.2rem;
}
.menu-about__list {
  display: grid;
  grid-template: 6rem 11rem/repeat(2, 1fr);
  grid-auto-flow: column;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 0 5rem 5rem;
}
.menu-about__list::before {
  height: calc(100% + 6rem);
  border-radius: 3rem;
}
.menu-about__list::after {
  width: calc(100% - 6rem);
  height: 20.7rem;
  bottom: calc(100% + 4rem);
}
.menu-about__list > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menu-about__label {
  border-radius: 2rem 2rem 0 0;
}
.menu-about__label::after {
  aspect-ratio: 1;
  width: 1.2rem;
}
.menu-about__body {
  border-radius: 0 0 2rem 2rem;
}
.menu-about__fee {
  font-size: 3rem;
}
.menu-about__fee .num {
  font-size: 2em;
  padding-bottom: 0.1em;
  margin: -1.3rem 0 calc(-0.1em - 0.3rem);
}

/*よくあるご質問
-----------------------------*/
.menu-faq__item {
  padding: 3rem;
  border-radius: 2rem;
}
.menu-faq__heading, .menu-faq__body {
  grid-template-columns: 4rem 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

/*===============================================
  患者様の声
===============================================*/
/*患者様の声
-----------------------------*/
.voice-list__items::after {
  width: calc(100% - 10rem);
  height: 15.8rem;
  bottom: 100%;
}
.voice-list__item {
  padding: 3rem;
  border-radius: 2rem;
}
.voice-list__heading .label {
  line-height: 1.94445;
  border-radius: 1rem;
}

/*===============================================
  アクセス
===============================================*/
/*院概要
-----------------------------*/
.access-info__inner {
  display: flex;
  justify-content: space-between;
}
.access-info__inner:not(:has(.access-info__map)) .access-info__table {
  width: 100%;
}
.access-info__inner:not(:has(.access-info__map)) .access-info__table tr th {
  width: 24rem;
}
.access-info__inner > * {
  width: 52rem;
}
.access-info__table tr th {
  width: 14rem;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 350px;
  text-align: left;
  line-height: 2.53334;
}
.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.53334;
}
.contact-form .contact-submits-wrap > * {
  margin: 20px 15px 0;
}

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

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: 2;
  padding: 1rem 2rem;
}

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