@charset "utf-8";
/* CSS Document */
/*パンくずリスト*/
header {
  background-image: url("../images/esthe/header.jpeg");
  max-width: 100%;
  height: auto;
  padding: 1.8% 5%;
  background-size: cover;
}
@media(max-width: 480px) {
  header {
    padding: 4% 5%;
  }
}
nav.header a {
  display: inline-block;
  font-family: HGｺﾞｼｯｸM;
  color: #333;
  text-decoration: none;
  font-size: clamp(13px, 1vw, 16px);
}
/* ========== ハンバーガーメニュー ==========*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  /*動き*/
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(35px); /* グラスモーフィズム */
  backdrop-filter: blur(35px); /* グラスモーフィズム */
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
/*ナビゲーションリスト*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #44443f;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*========= ボタン設定 ==========*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 140px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
/*×設定*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #A19D9D;
  width: 43px;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 30px;
}
.openbtn1 span:nth-of-type(3) {
  top: 45px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50px;
}
@media(max-width: 1024px) {
  .openbtn1 {
    top: 0%;
    right: 65px;
  }
}
@media(max-width: 480px) {
  .top-art img {
    width: 306px;
    height: auto;
  }
  .openbtn1 {
    top: 10px;
    right: 77px; /*直す*/
    width: 0px;
    height: 0px;
  }
  .openbtn1 span {
    height: 2px;
  }
  /*ハンバーガー幅修正する*/
  .openbtn1 span:nth-of-type(1) {
    top: 10px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 36px;
  }
  .sp-only {
    display: block;
  }
}
/*ハンバーガーメニュー・左アート*/
.menu {
  display: flex;
  width: 100%;
  justify-content: space-around;
  max-width: 1367px;
  margin: 13% auto;
  flex-wrap: wrap;
}
.top-art img {
  max-width: 423px;
}
.top-art p {
  color: #44443f;
  font-size: 18px;
  text-align: center;
  margin: 30px 0;
  max-width: 423px;
  width: 100%;
}
.viewmore a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #44443f;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  max-width: 423px;
  width: 100%;
}
.viewmore-line {
  width: 50px;
  height: 1px;
  background-color: #44443f;
  margin: 0 0 0 15px;
}
/*右メニュー*/
.top-menu_esthe, .top-menu_relaxation, .top-menu_healing, .top-menu_lingerie, .top-menu_salon {
  display: flex;
  line-height: 35px;
}
.top-menu_esthe img, .top-menu_healing img, .top-menu_salon img {
  width: 35px;
  height: 31px;
  margin: 13px 15px 0 0;
}
.top-menu_relaxation img, .top-menu_lingerie img {
  width: 30px;
  height: 27px;
  margin: 15px 15px 0 4px;
}
.top-menu a {
  color: #fdfdfd;
  font-size: 18px;
  text-decoration: none;
}
/*追加*/
@media(max-width: 670px) {
  .menu {
    flex-direction: column-reverse;
    align-items: center;
  }
  .top-menu {
    margin: 0 0 100px 0;
  }
}
/* ハーブ */
.title {
  background-image: url("../images/esthe/harbs_title.jpeg");
  max-width: 100%;
  height: auto;
  padding: 3.3% 5%;
  letter-spacing: 0.6rem;
  background-size: cover;
}
.section-herbs h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-family: SimSun;
  text-align: center;
}
.section-herbs h3 {
  font-size: clamp(14px, 2vw, 17px);
  text-align: center;
}
/*ハーブ画像*/
.section-herbs_container {
  position: relative;
  scroll-snap-type: y mandatory;
}
.section-herbs_pic {
  display: flex;
}
.section-herbs_pic img {
  max-width: 50%;
  scroll-snap-align: start;
}
/*ハーブメッセージ*/
.section-herbs_description p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: justify;
  line-height: 1.5em;
  font-size: clamp(13px, 1vw, 16px);
  width: 60vw;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.sp-only {
  display: none;
}
/*ハーブ*/
@media(max-width: 480px) {
  .title {
    padding: 8% 5%;
  }
  .section-herbs_pic {
    flex-direction: column;
  }
  .section-herbs_pic img {
    max-width: 100%; /*画像サイズ*/
  }
  .section-herbs_description {
    display: flex;
    justify-content: center;
    align-content: center;
  }
}
/* フェイシャル */
.title2 {
  background-image: url("../images/esthe/facial_title.jpeg");
  max-width: 100%;
  height: auto;
  padding: 3.3% 5%;
  letter-spacing: 0.6rem;
  background-size: cover;
  background-position-x: center;
}
.section-facial h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-family: SimSun;
  text-align: center;
}
.section-facial h3 {
  font-size: clamp(14px, 2vw, 17px);
  text-align: center;
}
/*フェイシャル画像*/
.section-facial_container {
  position: relative;
}
.section-facial_pic {
  display: flex;
}
.section-facial_pic img {
  max-width: 50%;
}
/*フェイシャルメッセージ*/
.section-facial_description p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: justify;
  line-height: 1.5em;
  font-size: clamp(13px, 1vw, 16px);
  width: 60vw;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}
.section-facial_description span {
  font-size: clamp(11px, 1vw, 13px);
}
/*フェイシャル*/
@media(max-width: 480px) {
  .title2 {
    padding: 8% 5%;
  }
  .section-facial_pic {
    flex-direction: column;
  }
  .section-facial_pic img {
    max-width: 100%; /*画像サイズ*/
  }
  .section-facial_description {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .section-facial_description p {
    right: unset;
  }
}
/* ラテスパ */
.title3 {
  background-image: url("../images/esthe/lateespa_title.jpeg");
  max-width: 100%;
  height: auto;
  padding: 3.3% 5%;
  letter-spacing: 0.6rem;
  background-size: cover;
}
.section-lateespa h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-family: SimSun;
  text-align: center;
}
.section-lateespa h3 {
  font-size: clamp(14px, 2vw, 17px);
  text-align: center;
}
/*ラテスパ画像*/
.section-lateespa_container {
  position: relative;
}
.section-lateespa_pic {
  display: flex;
}
.section-lateespa_pic img {
  max-width: 50%;
}
/*ラテスパメッセージ*/
.section-lateespa_description p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: justify;
  line-height: 1.5em;
  font-size: clamp(13px, 1vw, 16px);
  width: 60vw;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
/*ラテスパ*/
@media(max-width: 480px) {
  .title3 {
    padding: 8% 5%;
  }
  .section-lateespa_pic {
    flex-direction: column;
  }
  .section-lateespa_pic img {
    max-width: 100%; /*画像サイズ*/
  }
  .section-lateespa_description {
    display: flex;
    justify-content: center;
    align-content: center;
  }
}
/*フェードイン前*/
.js-fade {
  opacity: 0.1;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}
/*フェードイン後*/
.scroll {
  opacity: 1;
  visibility: visible;
}
/* ギャラリー */
.section-gallery {
  background-image: url("../images/esthe/gallery_bg.jpeg");
  max-width: 100%;
  padding: 65px 0 100px 0;
  letter-spacing: 0.6rem;
  background-size: cover;
}
.section-gallery h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-family: SimSun;
  text-align: center;
}
.section-gallery h3 {
  font-size: clamp(14px, 2vw, 17px);
  text-align: center;
}
/*スライド*/
.slider {
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
/*中央以外のスライド*/
.slick-img img {
  max-width: 409px;
  width: 100%;
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opecity.5s, transform.5s;
  /*margin: 0 60px;*/
}
/*中央のスライド*/
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/*矢印表示*/
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-arrow {
  z-index: 2 !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.slick-next:before {
  background: url("../images/esthe/arrow_right.png") !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url("../images/esthe/arrow_left.png") !important;
  background-size: contain !important;
}
/*矢印のサイズ調整*/
.slick-arrow {
  z-index: 2 !important;
  width: 80px !important;
  height: 80px !important;
}
.slick-next {
  right: 9% !important;
  top: 35% !important;
}
.slick-prev {
  left: 9% !important;
  top: 35% !important;
}
/*スライダー*/
@media(max-width: 480px) {
  /*スライド*/
  .slider {
    margin: 70px auto 0 auto;
  }
  /*中央以外のスライド*/
  .slick-img img {
    max-width: 409px;
    width: 100%;
    height: auto;
    opacity: .3;
    transform: scale(.8);
    transition: opecity.5s, transform.5s;
    /*margin: 0 60px;*/
  }
  /*中央のスライド*/
  .slider .slick-center img {
    opacity: 1;
    transform: scale(1);
    height: 160px;
    object-fit: cover;
  }
  /*矢印のサイズ調整*/
  .slick-arrow {
    width: 55px !important;
    height: 55px !important;
  }
}
/*フッター*/
.footer {
  text-align: center;
  text-decoration: none;
  background-color: #FFFEFB;
}
.footer_container {
  display: flex;
  flex-flow: column;
  align-items: center;
}
/*ロゴ（仮）*/
.footer_logo {
  margin: 45px 0;
}
.footer_logo img {
  width: 102px;
  height: auto;
}
/*予約する*/
.footer_reservation-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fdfdfd;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  background-size: 200% 100%;
  transition: background-position 0.1s ease;
}
.footer_reservation-button span {
  color: #44443f;
  text-decoration: none;
  letter-spacing: 3px;
}
/*マウスホバー*/
.footer_reservation-button {}
.footer_reservation-button:hover {
  background: linear-gradient(90deg, rgba(189, 111, 188, 1) 0%, rgba(186, 92, 149, 1) 50%, rgba(173, 22, 106, 1) 100%);
  background-position: 100% 0;
  border: none;
}
.footer_reservation-button:hover span {
  color: #fdfdfd;
}
.footer_reservation-button:active {
  background-position: 100% 0; /* クリック時も背景位置を変更しないように設定 */
}
/*SNS*/
.footer_sns-links ul {
  display: flex;
  list-style-type: none;
}
.footer_sns-links ul li {
  text-decoration: none;
}
.footer_sns-links img {
  margin: 45px 17px 20px 17px;
  width: 60px;
  height: auto;
}
/*プライバシーポリシーなど*/
.footer_site-map {
  height: 40px;
}
.footer_site-map ul {
  display: flex;
  list-style-type: none;
  margin: 0 0 10px 0;
}
.footer_site-map ul li {
  text-decoration: none;
  display: block;
  margin: 10px;
}
.footer_site-map a {
  text-decoration: none;
  font-size: clamp(12px, 1vw, 13px);
}
.footer_copyright {
  font-size: clamp(12px, 1vw, 13px);
}