@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #51340b;
  --color-white: #ffffff;
  --color-lightgreen: #e2ecea;
  --color-green: #a0c1b9;
  --color-deepgreen: #759f95;
  --color-lightorange: #ecb78f;
  --color-orange: #dd9259;
  --color-gray: #dad6d0;
  --color-nav-gray:#b7b3ac;
  --color-grad-green:#e0efeb;
  --color-tag-orange:#eeba92;
  --color-dot-orange:#f4d2b8;
  /*カレントカラー*/
  --color-current: #dd9259;
  --color-required:#dd9259;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-lora: "Lora", serif;
  --font-family-ephesis: "Ephesis", cursive;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-27: 2.7rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-36: 3.6rem;
  --font-size-40: 4.0rem;
  --font-size-42: 4.2rem;
  --font-size-60: 6.0rem;
  --font-size-80: 8.0rem;
  --font-size-100: 10rem;
  --font-size-180: 18rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471;
  /*その他行間*/
  --line-height-2xs:1.364;
  --line-height-xs: 1.6;
  --line-height-sm: 1.733;
  --line-height-md: 1.737;
  --line-height-lg: 1.765;
  --line-height-xl: 1.810;
  --line-height-2xl: 1.882;
  --line-height-3xl: 2.222;
  --line-height-4xl: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
  /*その他文字間*/
  --letter-spacing-xs: 0.025em;
  --letter-spacing-sm: 0.1em;
  --letter-spacing-md: 0.15em;
  --letter-spacing-lg: 0.2em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #51340b;
  --color-white: #ffffff;
  --color-lightgreen: #e2ecea;
  --color-green: #a0c1b9;
  --color-deepgreen: #759f95;
  --color-lightorange: #ecb78f;
  --color-orange: #dd9259;
  --color-gray: #dad6d0;
  --color-nav-gray:#b7b3ac;
  --color-grad-green:#e0efeb;
  --color-tag-orange:#eeba92;
  --color-dot-orange:#f4d2b8;
  /*カレントカラー*/
  --color-current: #dd9259;
  --color-required:#dd9259;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-lora: "Lora", serif;
  --font-family-ephesis: "Ephesis", cursive;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-27: 2.7rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-36: 3.6rem;
  --font-size-40: 4.0rem;
  --font-size-42: 4.2rem;
  --font-size-60: 6.0rem;
  --font-size-80: 8.0rem;
  --font-size-100: 10rem;
  --font-size-180: 18rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471;
  /*その他行間*/
  --line-height-2xs:1.364;
  --line-height-xs: 1.6;
  --line-height-sm: 1.733;
  --line-height-md: 1.737;
  --line-height-lg: 1.765;
  --line-height-xl: 1.810;
  --line-height-2xl: 1.882;
  --line-height-3xl: 2.222;
  --line-height-4xl: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
  /*その他文字間*/
  --letter-spacing-xs: 0.025em;
  --letter-spacing-sm: 0.1em;
  --letter-spacing-md: 0.15em;
  --letter-spacing-lg: 0.2em;
}

/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
  background: url(../img/common/body-bg-top.png) top 35rem center/100% auto no-repeat;
}

.container {
  overflow-x: hidden;
}

.com-inbox {
  width: 90%;
}

.map {
  width: 100%;
  height: 30rem;
  margin-bottom: 5rem;
}

.access {
  margin-bottom: 8rem;
  gap: 3rem;
  flex-direction: column;
}
.access::before {
  display: none;
}
.access__ttl {
  font-size: var(--font-size-26);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-font);
}
.access__item {
  position: relative;
  padding-left: 1em;
}
.access__item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

section:not(.privacy__box) {
  padding-block: 8rem;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*共通ボタン*/
.com-btn {
  width: min(100%, 320px);
}
.com-btn--arw-o {
  position: absolute;
  gap: 1.4rem;
  background-color: transparent;
  color: var(--color-orange);
  font-weight: 300;
  font-size: var(--font-size-18);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  border: none;
}
.com-btn--arw-o::after {
  position: relative;
  top: unset;
  right: unset;
  transform: translateY(0);
  width: 5.6rem;
  aspect-ratio: 56/42;
  background: url(../img/common/btn_orange.svg) top left/contain no-repeat;
}
.com-btn--line {
  width: 100%;
  max-width: 320px;
  min-height: 80px;
  gap: 2rem;
  font-size: var(--font-size-16);
  padding-inline: max(2rem, 20px);
}
.com-btn--line span:not(.inline-block) {
  flex-shrink: 0;
}
.com-btn--line::before {
  width: 40px;
  flex-shrink: 0;
}
.com-btn--mail {
  width: 100%;
  max-width: 320px;
  min-height: 80px;
  gap: 2rem;
  font-size: var(--font-size-16);
}
.com-btn--mail::before {
  width: 30px;
}

/*共通テーブル*/
.com-table th,
.com-table td {
  padding: 1rem 1.5rem;
}
.com-table th {
  width: 30%;
}
.com-table td img {
  margin-left: 0;
  vertical-align: middle;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-block: 0 !important;
  display: flex;
  flex-direction: column-reverse;
  gap: 11rem;
}
.mv::before {
  left: 5%;
  bottom: 10%;
  width: 10rem;
}
.mv__ttl {
  padding-left: 0;
  gap: 2rem;
  align-items: center;
}
.mv__ttl .main {
  font-size: var(--font-size-40);
  text-align: center;
  margin-right: -1em;
}
.mv__ttl .sub {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-18);
}
.mv__ttl .sub::after {
  top: unset;
  left: -0.25em;
  bottom: 21rem;
  font-size: var(--font-size-40);
  text-shadow: 0 0 1rem var(--color-white);
}
.mv__container {
  width: 100%;
  height: 40rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-block: 0 !important;
}
.sv__container {
  width: 100%;
  height: 40rem;
}
.sv__ttl {
  top: calc(50% + 5.25rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.sv__ttl .en {
  -webkit-text-stroke: rgba(255, 255, 255, 0.8) 4px;
  paint-order: stroke;
  white-space: nowrap;
}
.sv__ttl .ja {
  width: 80%;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  min-width: 32rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 5rem;
}
.com-title01 .en {
  top: -30%;
  font-size: var(--font-size-80);
}
.com-title01 .ja {
  font-size: var(--font-size-32);
  text-align: center;
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding: 1.5rem;
}
.header__logo {
  height: 9rem;
  aspect-ratio: 157/137;
}
.header__logo a {
  width: 100%;
  height: 100%;
}

/*ドロワ内予約ボタン*/
.drawer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: url(../img/common/deco_bk_btn.png) center right/contain no-repeat, var(--color-lightorange);
  color: var(--color-white);
  font-size: var(--font-size-18);
  height: 6.5rem;
  min-height: 65px;
  width: 32rem;
  border-radius: 2rem;
  outline: 3px solid var(--color-white);
  outline-offset: -4px;
  margin-inline: auto;
  margin-top: 5rem;
}
.drawer__btn::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/28;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icon_calender.svg);
          mask-image: url(../img/common/icon_calender.svg);
  background: var(--color-white);
}

/*==============================
    TOP
==============================*/
/*お知らせ*/
.top-news::before {
  width: 20rem;
}
.top-news .com-title01 {
  align-items: center;
}
.top-news .com-inbox {
  padding: 4rem 2rem 10rem 2rem;
  flex-direction: column;
  background: url(../img/top/deco_flower01.png) top 3rem right 3rem/20% auto no-repeat, linear-gradient(to bottom, var(--color-white) 0%, var(--color-lightgreen) 100%);
  border-radius: 3rem;
}
.top-news .com-inbox::after {
  z-index: 0;
  display: none;
}
.top-news .com-btn {
  left: unset;
  right: 2rem;
  bottom: 2rem;
}

/*ここは、情報にあふれる毎日を、そっと手放す場所*/
.top-concept__container {
  flex-direction: column;
  align-items: center;
}
.top-concept__container .img-box {
  margin-left: 0;
}
.top-concept .com-title01 .en {
  color: rgba(226, 236, 234, 0.5);
  top: -20%;
}
.top-concept .com-title01 .ja {
  font-size: var(--font-size-26);
}

/*ご年齢に合わせたメニューをご用意*/
.top-menu {
  padding-bottom: 0 !important;
}
.top-menu .com-title01 {
  margin-bottom: 7rem;
}
.top-menu .com-title01 .en {
  top: -20%;
  bottom: unset;
  left: 50%;
  right: unset;
  width: unset;
  transform: translate(-50%, -50%) rotate(0);
}
.top-menu .com-title01 .en::before {
  content: "Menu";
  color: rgba(226, 236, 234, 0.5);
}
.top-menu .com-title01 .en img {
  display: none;
}
.top-menu .com-title01 .ja {
  text-align: center;
}
.top-menu__title {
  position: absolute;
  left: 2rem;
  top: -6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.top-menu__title span {
  margin-block: calc((1em - 1lh) / 2);
}
.top-menu__title span.num {
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + -0.8rem);
}
.top-menu__title .num--line {
  background-color: transparent;
}
.top-menu__title .num--line::before {
  display: inline-block;
  content: "-";
  color: var(--color-font);
  font-size: var(--font-size-60);
  margin-bottom: 0.3lh;
}
.top-menu__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-menu__list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.top-menu__item {
  background-color: var(--color-lightgreen);
  border-radius: 3rem;
  padding: 7rem 2rem 4rem 2rem;
}
.top-menu__item .img-box.deco {
  position: relative;
  margin-top: 5rem;
  border-radius: 3rem;
  overflow: hidden;
}
.top-menu__item .img-box.deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__item:first-child .top-menu--worry__list {
  background: none;
}
.top-menu__item:nth-child(2) .top-menu--worry__list::after {
  display: none;
}
.top-menu--recommend__list {
  flex-direction: column;
  align-items: center;
}
.top-menu--recommend__list::before {
  transform: rotate(90deg);
}
.top-menu--recommend__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-menu--recommend__text::before {
  right: 2rem;
  bottom: 2rem;
}
.top-menu--recommend__text p {
  text-align: center;
}
.top-menu--worry__title {
  text-align: center;
  margin-bottom: 2rem;
}
.top-menu--worry__title span:not(.inline-block) {
  padding: 0.5rem 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.top-menu--worry__item {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-block: 4rem;
}
.top-menu--worry__item .p {
  text-align: center;
  margin-bottom: 3rem;
}
.top-menu__btn {
  width: 100%;
  max-width: 646px;
  margin-top: 6rem;
}
.top-menu__btn::before {
  left: 7rem;
  top: 0;
}
.top-menu__btn::after {
  right: 2rem;
}

/*お客様の声*/
.top-voice {
  padding-top: 16rem !important;
  background: url(../img/top/menuvoice_bg.png) top center/cover no-repeat;
}
.top-voice::before {
  display: none;
}
.top-voice::after {
  width: 45%;
  opacity: 0.3;
  top: 10%;
}
.top-voice .com-title01 {
  align-items: center;
}
.top-voice .com-title01 .en {
  top: -170%;
  left: 50% !important;
  transform: translateX(-50%);
}
.top-voice__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.top-voice__item {
  width: unset;
  margin-top: 0 !important;
}

/*店舗情報*/
.top-information {
  padding-top: 11rem !important;
}
.top-information::before {
  background: url(../img/top/title_information_bg.jpg) top left/cover no-repeat;
  aspect-ratio: 1920/850;
}
.top-information .com-title01 {
  margin-bottom: 3rem;
}
.top-information .com-title01 .en {
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--font-size-60);
  top: -10%;
}
.top-information--link__list {
  flex-direction: column;
  align-items: center;
}

/*==============================
    当店について
==============================*/
.about-concept .com-title01 {
  margin-bottom: 3rem;
}
.about-concept__title {
  line-height: 5.1rem;
  background: repeating-linear-gradient(to bottom, transparent 0 4.9rem, var(--color-gray) 5rem 5.1rem);
  margin-bottom: 3rem;
}
.about-concept .mb {
  margin-bottom: 1lh;
}

/*サロンの特徴*/
.about-features {
  padding-top: 0 !important;
  background: none;
}
.about-features .about-features .com-inbox {
  width: 90%;
}
.about-features .about-features__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.about-features .about-features__item {
  flex-direction: column;
}
.about-features .about-features__item:nth-child(odd) {
  gap: 3rem;
}
.about-features .about-features__item:nth-child(even) {
  gap: 3rem;
}
.about-features .about-features__item:nth-child(2) .img-box img:not(.license) {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  aspect-ratio: 1;
  height: unset;
  border-radius: 3rem;
}
.about-features .about-features__item:nth-child(2) .img-box .license {
  left: 0;
  bottom: 0;
  width: 50%;
  height: unset;
}
.about-features .about-features__item .img-box {
  border-radius: 3rem;
  overflow: hidden;
  aspect-ratio: 7/5;
  width: 100%;
}
.about-features .about-features__item .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: unset;
}
.about-features .about-features__item .img-box::before {
  display: none;
}
.about-features__title {
  padding-left: 10rem;
  gap: 2rem;
  display: block;
  padding-bottom: 2rem;
}
.about-features__title span {
  line-height: var(--line-height-xs);
  background: repeating-linear-gradient(to bottom, transparent, transparent calc(1lh - 1.7rem), var(--color-lightgreen) calc(1lh - 1.7rem), var(--color-lightgreen) 1lh);
}
.about-features__title::before {
  position: absolute;
  top: calc(50% - 1.5rem);
  transform: translateY(-50%);
  left: 0;
  width: 8rem;
}
.about-features__title::after {
  width: 100%;
}
.about-features__text {
  margin-top: 0 !important;
  width: 100%;
}

/*==============================
    メニュー
==============================*/
.menu-section__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.menu-section__item {
  padding: 4rem 2rem 7rem;
}
.menu-section__item .img-box {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2rem;
}
.menu-section__item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-section__item .com-btn {
  height: -moz-fit-content;
  height: fit-content;
}
.menu-section__title {
  margin-bottom: calc(2rem + (1lh - 1em) / 2);
}
.menu-section__text {
  flex-direction: column;
}

/*==============================
    メニュー詳細
==============================*/
.menu-detail__wrap {
  flex-direction: column;
}
.menu-detail__list {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.menu-detail__item {
  width: unset;
}
.menu-detail .img-box {
  width: 100%;
}

/*==============================
    お客様の声
==============================*/
.voice-section__list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.voice-section__item {
  padding: 4rem 2rem;
  width: unset;
}
.voice-section__item .img-box {
  width: 40%;
}
.voice-section__wrap {
  justify-content: center;
  gap: 2rem;
}

/*==============================
    店舗情報
==============================*/
/*ページ内リンク*/
.information-link__list {
  padding-top: 8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 4rem;
  width: 90%;
}
.information-link__item {
  width: unset;
}
.information-link__btn {
  width: 100%;
}

/*スタッフ紹介*/
.information-staff__list {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.information-staff__item {
  width: 100%;
}

/*アクセス*/
.information-access {
  background: none;
}
.information-access::before {
  width: 28rem;
  top: 10rem;
  z-index: -1;
}
.information-access::after {
  width: 20rem;
  top: unset;
  bottom: -20rem;
  z-index: -1;
}
.information-access .com-inbox {
  background-color: transparent;
}

/*ギャラリー*/
.information-gallery .com-title01 {
  margin-bottom: 5rem;
}
.information-gallery__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-flow: row;
  gap: 2rem;
}
.information-gallery__item {
  width: unset;
}
.information-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  padding-bottom: 1rem;
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail .tag__list {
  margin-bottom: 3rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  width: 100%;
  min-height: 10rem;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 6rem;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::before {
  top: calc(50% - 0.4rem);
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  border-bottom: 1px solid var(--color-orange);
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-bottom: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  padding-inline: 10px;
}
.contact .com-table th,
.contact .com-table td {
  font-size: 1.7rem;
  padding-block: 12px 8px;
}
.contact .contact-submits-wrap {
  gap: 5rem;
}
.contact .com-btn {
  width: 100%;
  max-width: 320px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
  font-size: 1.7rem;
}
.contact textarea {
  line-height: 1.3;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 60px;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 60px;
}
.privacy__wrap {
  padding: 4rem 2rem;
}
.privacy .com-title01 .en {
  font-size: var(--font-size-60);
  top: -10%;
}
.privacy .com-title01 .ja {
  font-size: 24px;
  text-align: center;
}
.privacy .com-title02 {
  font-size: 19px;
  padding-bottom: 2px;
  background: none;
}
.privacy .com-title02 span {
  background: repeating-linear-gradient(to bottom, transparent, transparent calc(1lh - 1.7rem), var(--color-lightgreen) calc(1lh - 1.7rem), var(--color-lightgreen) 1lh);
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding: 60px 0;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    一番最後のセクション
==============================*/
/*背景にグラデーションを設置*/
main section:last-child:not(.privacy__box) {
  background: url(../img/common/last-section_bg.png) bottom center/100% 50rem no-repeat;
}

/*==============================
    ご予約・ご相談
==============================*/
.reserve-section {
  padding-block: 0 8rem !important;
  margin-top: -1px;
}
.reserve-section::before {
  bottom: 50%;
}
.reserve-section .com-title01 {
  margin-bottom: 0;
}
.reserve-section__btn {
  width: 100%;
  max-width: 480px;
}
.reserve-section__btn::after {
  width: 8rem;
  top: 4rem;
  right: 0;
  aspect-ratio: 83/104;
  background: url(../img/common/ill_reserve.png) top left/cover no-repeat;
}
.reserve-section__list {
  align-items: center;
}
.reserve-section__item {
  flex-basis: 100%;
}
.reserve-section__item .com-btn {
  margin-inline: auto;
}

/*==============================
    フッター
==============================*/
.footer {
  background-color: var(--color-white);
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__box:has(.footer__logo) {
  gap: 2rem;
}
.footer__logo {
  width: 15rem;
  min-width: 100px;
  aspect-ratio: 157/137;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(3rem, 20px);
}
.footer address {
  text-align: center;
}
.footer .sns__list {
  order: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer .sns__item {
  width: 40px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: max(3rem, 20px);
}
.footer-nav__list {
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer-sub__list {
  display: none;
}
.footer small {
  padding-block: 1.5rem;
  font-size: var(--font-size-12);
}