@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a433f;
  --color-title: #998877;
  --color-white: #ffffff;
  --color-beige: #fffbf8;
  --color-pink: #f7e1d7;
  /*カレントカラー*/
  --color-current: #998877;
  /*テキストリンクカラー*/
  --color-textlink:#998877;
  /*必須ボタンカラー*/
  --color-required: #998877;
  /*任意ボタンカラー*/
  --color-optional: #998877;
  /*ラジオボタンカラー*/
  --color-radio: #998877;
  /*チェックボタンカラー*/
  --color-check: #998877;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Gloock", serif;
  /*本文*/
  --font-family-body: "Shippori Mincho B1", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.25;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a433f;
  --color-title: #998877;
  --color-white: #ffffff;
  --color-beige: #fffbf8;
  --color-pink: #f7e1d7;
  /*カレントカラー*/
  --color-current: #998877;
  /*テキストリンクカラー*/
  --color-textlink:#998877;
  /*必須ボタンカラー*/
  --color-required: #998877;
  /*任意ボタンカラー*/
  --color-optional: #998877;
  /*ラジオボタンカラー*/
  --color-radio: #998877;
  /*チェックボタンカラー*/
  --color-check: #998877;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Gloock", serif;
  /*本文*/
  --font-family-body: "Shippori Mincho B1", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.25;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --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 {
  height: 10rem;
  padding: 0 1.5rem 0 0;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  background: none;
  display: flex;
  flex-direction: column;
  background-color: #fbf7f2;
  gap: 2rem;
}
.mv::before {
  width: 100%;
  content: "";
  display: block;
  aspect-ratio: 1920/820;
  background: url(../img/mv/mv.jpg) top left/cover no-repeat;
}
.mv__title {
  position: relative;
  bottom: 0;
  width: 80%;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  aspect-ratio: 1920/700;
}
.sv__title {
  font-size: 2.6rem;
  padding: 1rem 2rem;
  min-width: 60%;
  max-width: 80%;
}

.news_sv {
  background: url(../img/sv/news.jpg) top center/cover no-repeat;
}

.privacy_sv {
  background: url(../img/sv/privacy.jpg) top right/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 5rem;
}
.com-title01 .en {
  font-size: 5rem;
  text-align: center;
}
.com-title01 .en::before {
  width: 65vw;
}

.com-title02 {
  font-size: 2.2rem;
}

.com-title03 {
  font-size: 2.2rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  height: 60px;
  max-width: 300px;
}

.ig-btn {
  width: 100%;
  min-height: 73px;
  justify-content: center;
  max-width: 300px;
  margin-inline: auto;
  min-width: 200px;
}

/*==============================
    共通テーブル
==============================*/
.com-table__wrap {
  border-radius: 5rem;
}
.com-table tr th {
  width: 40%;
}
.com-table tr th::before {
  height: 0.7lh;
  transform: translateY(0);
  top: 1.7rem;
}
.com-table tr td {
  padding-left: 2rem;
}
.com-table tr:last-child th::before {
  bottom: unset;
  top: 1.7rem;
  height: 0.7lh;
}

/*==============================
    TOP
==============================*/
.top-worry {
  padding-block: 10rem 0 !important;
}
.top-worry__title {
  line-height: 1.3;
  font-size: 2.4rem;
}
.top-worry__title strong {
  font-size: 2.8rem;
}
.top-worry__list {
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
}
.top-worry__item {
  font-size: 1.8rem;
}

.top-point {
  background: var(--color-white);
}
.top-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.top-point__item {
  width: min((100% - 2rem) / 2, 240px);
}
.top-point__item p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.top-point__title {
  font-size: 1.8rem;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + 1.5rem);
}

.top-about {
  display: flex;
  flex-direction: column-reverse;
  gap: 5rem;
}
.top-about::before {
  width: 80%;
  border-radius: 15rem 0 0 0;
  margin-left: auto;
}
.top-about::after {
  position: absolute;
  width: 30%;
  border-radius: 10rem 0 10rem 0;
  bottom: 5rem;
  right: 60%;
}
.top-about__h3 {
  align-items: center;
}
.top-about__h3 .en {
  font-size: 5rem;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + -2rem);
}

.top-pickup__h3 {
  margin-bottom: 5rem;
}
.top-pickup__h3 .en {
  font-size: 5rem;
}
.top-pickup__item {
  flex-direction: column;
  align-items: center;
}
.top-pickup__image {
  width: 90%;
  max-width: 400px;
}
.top-pickup__image::before {
  width: 102%;
  border-radius: 10rem 0 10rem 0;
}
.top-pickup__image img {
  border-radius: 10rem 0 10rem 0;
}

.top-menu__list {
  flex-direction: column;
  align-items: center;
}
.top-menu__item {
  width: 100%;
  max-width: 545px;
}
.top-menu__title {
  font-size: 2rem;
}
.top-menu__image {
  width: 50%;
}

.top-contact__text {
  border-radius: 10rem 10rem 0 0;
}
.top-contact__h3 .en {
  font-size: 5rem;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + -2rem);
}
.top-contact__list {
  margin-top: 4rem;
  flex-wrap: wrap;
  gap: 20px;
}
.top-contact__list .ln-btn {
  width: 40px;
}

.top-news .com-inbox {
  padding: 6rem 2rem;
}
.top-news .com-inbox::before {
  width: 100%;
  border-radius: 10rem 0 10rem 0;
}
.top-news__h3 {
  margin-bottom: 5rem;
}
.top-news__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0 auto;
}

/*==============================
    当サロンについて
==============================*/
.about-salon__list {
  gap: 10rem;
}
.about-salon__item {
  flex-direction: column;
  align-items: center;
}
.about-salon__image {
  width: 80%;
  position: relative;
  z-index: 0;
}
.about-salon__image::before {
  position: absolute;
  z-index: -1;
  content: "";
  z-index: -1;
  left: 2rem;
  top: 2rem;
  width: 105%;
  border-radius: 10rem 0 10rem 0;
  aspect-ratio: 600/390;
  background: linear-gradient(to right, var(--color-beige) 0%, var(--color-pink) 100%);
}
.about-salon__image img {
  border-radius: 10rem 0 10rem 0;
}
.about-salon__detail-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.about-salon__detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.about-salon__wrap {
  flex-direction: column;
  align-items: center;
}
.about-salon__box {
  width: 80%;
}

.about-staff__item {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.about-staff__image {
  width: 90%;
  border-radius: 10rem 0 10rem 0;
  overflow: hidden;
}

/*==============================
    メニュー共通
==============================*/
.com-menu__container {
  flex-direction: column;
}
.com-menu__item {
  width: 100%;
}

/*==============================
    まつ毛エクステ・ラッシュリフト
==============================*/
/*==============================
    ネイルメニュー
==============================*/
/*==============================
    アクセス
==============================*/
.access-overview {
  padding-bottom: 0 !important;
}

.access-map {
  padding-block: 0 !important;
}
.access-map__text {
  border-radius: 10rem 10rem 0 0;
}
.access-map__h3 .en {
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + -2rem);
  background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-white) 50%, var(--color-pink)) 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.access-map .map {
  height: 35rem;
}

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

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

/*タグリスト(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;
}

/*==============================
  サイトマップ
==============================*/
.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 th {
  width: 100%;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  line-height: 1.3;
  padding-left: 2rem;
}
.contact .com-table td {
  padding-inline: 0.8rem;
  padding-top: 0;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.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;
}

/*==============================
    フッター
==============================*/
.footer__logo {
  height: 6rem;
}
.footer__box:has(address) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__box address {
  width: 70%;
  text-align: center;
}
.footer__box .sub-info p {
  font-size: 1.7rem;
}
.footer__box .sub-info p .tag {
  width: 8rem;
}
.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%;
  font-size: 1.6rem;
}
.footer small {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-font);
}