@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #6a5145;
  --color-white: #ffffff;
  --color-pink: #c36b8c;
  --color-whitepink: #ffeee6;
  --color-lightpink: #ffbfbb;
  /*カレントカラー*/
  --color-current: #c36b8c;
  /*テキストリンクカラー*/
  --color-textlink:#c36b8c;
  /*必須ボタンカラー*/
  --color-required: #c36b8c;
  /*任意ボタンカラー*/
  --color-optional: #c36b8c;
  /*ラジオボタンカラー*/
  --color-radio: #c36b8c;
  /*チェックボタンカラー*/
  --color-check: #c36b8c;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Poppins", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.353;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #6a5145;
  --color-white: #ffffff;
  --color-pink: #c36b8c;
  --color-whitepink: #ffeee6;
  --color-lightpink: #ffbfbb;
  /*カレントカラー*/
  --color-current: #c36b8c;
  /*テキストリンクカラー*/
  --color-textlink:#c36b8c;
  /*必須ボタンカラー*/
  --color-required: #c36b8c;
  /*任意ボタンカラー*/
  --color-optional: #c36b8c;
  /*ラジオボタンカラー*/
  --color-radio: #c36b8c;
  /*チェックボタンカラー*/
  --color-check: #c36b8c;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Poppins", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.353;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

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

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

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 10rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  min-height: 10rem;
  padding: 0 1.5rem 0 0;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-top: 3rem;
  flex-direction: column;
  padding-inline: 5%;
  gap: 3.5rem;
}
.mv::before {
  bottom: -8rem;
  left: -5%;
}
.mv__title {
  gap: 2rem;
}
.mv__title strong {
  font-size: 3rem;
}
.mv__title small {
  font-size: 2.2rem;
}
.mv__container {
  aspect-ratio: 16/9;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-inline: 5%;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 3rem;
}
.sv__title {
  font-size: 3rem;
  gap: 2rem;
  margin-right: auto;
}
.sv__title::before {
  width: 5rem;
}
.sv__container {
  width: 80%;
  margin-left: auto;
  border-radius: 2rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 1.5rem;
}
.com-title01 .ja {
  font-size: 2.8rem;
  text-align: center;
}

.com-title02 {
  font-size: 2.2rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}

/*==============================
    共通ボタン
==============================*/
.line-btn {
  height: 80px;
  gap: 20px;
  width: 100%;
  max-width: 300px;
}
.line-btn::before {
  width: 40px;
}

.official-btn {
  height: 60px;
  width: 100%;
  max-width: 300px;
}

.reserve-btn {
  height: 60px;
  width: 100%;
  max-width: 300px;
}

/*==============================
    共通テーブル
==============================*/
.com-table__wrap {
  padding: 6rem 2.5rem;
}
.com-table tr th,
.com-table tr td {
  padding-left: 1.2rem;
}
.com-table tr th {
  width: 30%;
}
.com-table tr td {
  padding-right: 0.8rem;
}

/*==============================
    TOP
==============================*/
.top-movie {
  padding-block: 10rem 0 !important;
}
.top-movie__h3 {
  font-size: 2.6rem;
}

.top-worry::before {
  width: 80%;
}
.top-worry__h3 {
  font-size: 2.6rem;
  margin-inline: -2rem;
  margin-top: -1.3rem;
  margin-bottom: 4rem;
}
.top-worry__box {
  padding: 0 2rem 8rem 2rem;
}
.top-worry__box::before {
  width: 20%;
  bottom: -5rem;
  left: 0;
}
.top-worry__box::after {
  width: 30%;
  bottom: -8rem;
  right: 0;
}
.top-worry__list {
  gap: 4rem;
}
.top-worry__text {
  font-size: 2rem;
  line-height: 4rem;
}
.top-worry__text strong {
  font-size: 2.5rem;
}
.top-worry__text .strong {
  font-size: 2.6rem;
}

.top-service__list {
  gap: 8rem;
}
.top-service__item {
  flex-direction: column-reverse;
  gap: 5rem;
}
.top-service__item::before {
  width: 90%;
}
.top-service__image {
  aspect-ratio: 16/9;
  margin-bottom: 3rem;
}
.top-service__title {
  font-size: 2rem;
  max-width: 425px;
  margin-inline: auto;
}

.top-voice {
  padding-block: 0 !important;
}
.top-voice .com-inbox {
  text-align: center;
  padding: 7rem 6rem;
  background: url(../img/common/bg_left-recommend.png) top left/8.8% auto no-repeat, url(../img/common/bg_right-recommend.png) top right/9.352% auto no-repeat, url(../img/top/sp-review-img.png) bottom left/100% auto no-repeat, var(--color-white);
}

.top-reserve {
  overflow: hidden;
}
.top-reserve::before {
  top: calc(100% - 30rem);
  bottom: unset;
  right: 1%;
  width: 60%;
  pointer-events: none;
  max-width: 265px;
}
.top-reserve__text {
  margin-inline: auto;
  width: 90%;
  max-width: 600px;
}
.top-reserve__text::before {
  width: 90vw;
  height: calc(100% + 5rem);
}
.top-reserve__h3 {
  font-size: 2.5rem;
  padding-block: 1.5rem;
}
.top-reserve__title {
  line-height: 1.3;
}
.top-reserve__box {
  padding-inline: 2rem;
}
.top-reserve__box::after {
  top: unset;
  bottom: -5rem;
  right: 70.26%;
}
.top-reserve .off {
  margin-bottom: 3rem;
}
.top-reserve .off .txt {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.top-reserve .off .txt .yen {
  font-size: 2.5rem;
}
.top-reserve .off .txt strong {
  font-size: 4rem;
}
.top-reserve .coupon {
  gap: 0.5rem;
}
.top-reserve .coupon .main {
  font-size: 2.2rem;
}
.top-reserve .coupon .main > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}
.top-reserve .coupon .main .green {
  font-size: 2.2rem;
}
.top-reserve .coupon .main .green strong {
  font-size: 4rem;
}
.top-reserve .coupon .main .green .yen {
  font-size: 2.5rem;
}
.top-reserve .coupon .sub {
  font-size: 2rem;
}
.top-reserve .com-reserve__list {
  width: 100%;
  position: relative;
  z-index: 3;
}

.top-news .com-btn {
  justify-content: center;
  margin-top: 5rem;
}

/*==============================
    【共通】サービス内容紹介
==============================*/
.com-service {
  padding-block: 10rem 0 !important;
}
.com-service::before {
  position: absolute;
  left: 0;
  top: 15rem;
  z-index: -1;
  content: "";
  width: 100%;
  aspect-ratio: 320/50;
  display: block;
  background: url(../img/common/bg-pettern500_500.png) top left/500px 500px repeat;
}
.com-service__wrap {
  gap: 5rem;
  flex-direction: column-reverse;
  align-items: center;
}
.com-service__text p {
  line-height: 2;
}
.com-service__title {
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.com-service__title > span {
  padding: 1rem 1.5rem;
  font-size: 2.5rem;
}
.com-service__image {
  margin-bottom: 2rem;
}

/*==============================
    【共通】こんな方におすすめ
==============================*/
.com-recommend .com-inbox {
  padding: 0 3rem 8rem;
}
.com-recommend__h3 {
  font-size: 2.8rem;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
.com-recommend__title {
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.com-recommend__image {
  width: 40%;
  bottom: -8rem;
  right: 0;
}
.com-recommend__list {
  gap: 2.5rem;
}
.com-recommend__item {
  font-size: 1.8rem;
  gap: 1rem;
}
.com-recommend__item::before {
  width: 2.1rem;
}
.com-recommend__item strong {
  background: linear-gradient(to bottom, #f1dbe3 0%, #f1dbe3 100%) bottom 0.2rem left/100% 1rem no-repeat;
}

/*==============================
    【共通】施術の特徴
==============================*/
.com-feature {
  padding-block: 10rem 0 !important;
}
.com-feature .com-title01 {
  margin-bottom: 10rem;
}
.com-feature__list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10rem 3rem;
}
.com-feature__item {
  padding: 0 2rem 5rem 2rem;
  gap: 2rem;
}
.com-feature__image {
  width: 40%;
  max-width: 120px;
}
.com-feature__title {
  font-size: 2rem;
  padding: 0.8rem 1.2rem;
  margin-bottom: 2rem;
}

/*==============================
    【共通】メニュー
==============================*/
.com-menu {
  padding-block: 10rem 0 !important;
}
.com-menu__item {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.com-menu__title {
  font-size: 2rem;
}

/*==============================
    【共通】ご予約はこちらから
==============================*/
.com-reserve__list {
  flex-direction: column;
  align-items: center;
}
.com-reserve .com-inbox {
  padding-inline: 2rem;
}
.com-reserve .com-inbox::before {
  width: 40%;
  right: unset;
  top: -7rem;
  max-width: 171px;
  left: 0;
}
.com-reserve .com-inbox::after {
  width: 40%;
  right: -5%;
  left: unset;
}
.com-reserve__box {
  width: 100%;
}
.com-reserve__item {
  width: 100%;
}
.com-reserve__item a {
  margin-inline: auto;
}

/*==============================
    ヘッドスパ・全身ケア
==============================*/
.headspa-feature .com-feature__item:nth-child(3) .com-feature__title, .headspa-feature .com-feature__item:last-child .com-feature__title {
  font-size: 2rem;
}
.headspa-feature .com-feature__item:nth-child(3) .com-feature__image, .headspa-feature .com-feature__item:last-child .com-feature__image {
  width: 30%;
}

/*==============================
    サロン概要
==============================*/
.info-section {
  padding-block: 10rem 0 !important;
}
.info-section .com-table tr td:has(img) a {
  font-size: 1.7rem;
}
.info-section .com-table tr td:has(img) p {
  font-size: 1.35rem;
}
.info-section .com-table tr td:has(img) img {
  height: 1.35rem;
}
.info-section .map {
  height: 30rem;
}

.info-access .com-title02 {
  margin-bottom: 3rem;
}
.info-access__list {
  gap: 3rem;
  margin-bottom: 5rem;
}
.info-access__list:last-child .info-access__item::after {
  display: none;
}
.info-access__list.train li figure::before {
  font-size: 2.3rem;
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
}
.info-access__item {
  width: calc((100% - 3rem) / 2);
}
.info-access__item:nth-child(2n) .info-access__image::after, .info-access__item:last-child .info-access__image::after {
  display: none;
}
.info-access__image::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1rem);
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 18/23;
  width: 1.3rem;
  background: url(../img/info/arw_access.svg) top left/contain no-repeat;
}

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

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

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

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

/*==============================
  サイトマップ
==============================*/
.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 {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table tr {
  padding-bottom: 1rem;
}
.contact .com-table tr:last-child {
  padding-bottom: 0;
}
.contact .com-table tr th,
.contact .com-table tr td {
  padding-block: 1rem;
  padding-inline: 1rem;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  font-size: max(1.7rem, 14px);
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  height: 60px;
  width: 100%;
  max-width: 300px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.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: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

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

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  right: 1rem;
  bottom: 6.5rem;
}
.follow_btn a {
  height: 8rem;
}
.follow_btn a img {
  height: 100%;
  width: auto;
}

/*==============================
    フッター
==============================*/
.footer address {
  gap: 20px;
}
.footer address .ig {
  width: 40px;
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .info__list {
  margin-top: 5rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-font);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-font);
}
.footer-nav__item {
  border-top: 1px solid var(--color-font);
  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 small {
  border-top: 1px solid var(--color-font);
  padding-block: 3.5rem;
}