@charset "utf-8";
/* CSS Document */
/*パンくずリスト*/
header {
  background-image: url("../images/salon/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/salon/profile.jpeg");
  max-width: 100%;
  height: auto;
  padding: 3.3% 5%;
  letter-spacing: 0.6rem;
  background-size: cover;
}
.section-salon {
  padding: 0 0 155px 0;
}
/*修正*/
.section-salon::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 156vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/salon/profilepic.jpeg");
  background-size: cover;
}
/*.section-salon {
  background-image: url("../images/salon/profilepic.jpeg");
  background-size: cover;
  max-width: 100%;
  height: auto;
  padding: 0 0 155px 0;
  background-attachment: fixed;
}*/
.section-salon h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-family: SimSun;
  text-align: center;
}
.section-salon h3 {
  font-size: clamp(14px, 2vw, 17px);
  text-align: center;
}
.section-salon_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 100px 0 280px 0;
}
@media(max-width: 480px) {
  .title {
    padding: 8% 5%;
  }
  /*修正*/
  .section-salon::before {
    width: 100%;
    height: 100vh;
    background-position: 35% 100%;
  }
  /*.section-salon{
    background-image: url("../images/salon/profilepic-sp.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
  }*/
}
/*月美容・3つのメニューとは*/
.moonbeauty, .salonmenu {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 3px;
  font-size: clamp(17px, 1vw, 18px);
  width: 326px;
  height: auto;
}
.salon-viewmore {
  text-align: right;
}
.salon-viewmore a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #44443f;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  max-width: 350px;
  width: 79%;
  margin: 13px 0 0 0;
}
.salon-line {
  width: 40px;
  height: 1px;
  background-color: #44443f;
  margin: 0 0 0 15px;
}
@media(max-width: 670px) {
  .moonbeauty-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 100px 0;
  }
  .salonmenu-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .moonbeauty, .salonmenu {
    width: 67%;
    padding: 30px 0;
  }
}
/*サロン詳細*/
.section-information_container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 7% 8%;
  font-size: clamp(13px, 1vw, 16px);
  max-width: 897px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 7%;
}
.section-information {
  max-width: 325px;
  width: 100%;
  /*height: 394px;*/
  height: auto;
}
.salonname {
  display: flex;
}
.puremana {
  margin: 0 0 0 50px;
}
.openclose-day {
  display: flex;
}
.openclose-day p {
  letter-spacing: 1px;
}
.businessday {
  margin: 0 0 0 50px;
}
.information-line {
  max-width: 325px;
  height: 0.5px;
  background-color: #44443f;
  margin: 17px 0;
}
.address-information {
  display: flex;
}
.address-salon {
  margin: 0 0 30px 50px;
}
.section-access__map {
  margin: 0 auto;
  max-width: 482px;
  width: 100%;
  overflow: hidden;
}
.section-access__map iframe {
  height: 355px;
  width: 482px;
}
/*フッター*/
.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);
}