@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Kaku+Gothic+New:wght@300;400&display=swap");

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* グローバルスタイル */
html {
  font-size: 62.5%;
  /* scroll-padding-top: 16.4rem; */
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.2rem;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

section {
  padding: 8rem 0;
}

/* グローバルクラス */
#top_fv_area {
  padding-top: 0;
  padding-bottom: 50rem;
}

.flex_wrapper {
  display: flex;
  gap: 2rem;
}

.flex_wrapper > div {
  width: calc(100% / 2 - 2rem);
}

.bold {
  font-weight: bold;
}

.sub_ttl {
  font-weight: 500;
}

.btn {
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #000;
  text-align: center;
}

.center_wrapper {
  text-align: center;
}

.container1110px {
  max-width: 1110px;
  margin: 0 auto;
}

.container1100px {
  max-width: 1100px;
  margin: 0 auto;
}

.container455px {
  max-width: 455px;
  margin: 0 auto;
  width: 100%;
}

.brandon_font {
  font-family: "Montserrat", sans-serif;
}
/* .brandon_font {
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
  font-weight: 400;
} */

.sec_ttl_wrapper {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.sec_ttl_wrapper h1 {
  /* font-weight: 300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic; */
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1rem;
  line-height: 1.3;
  font-size: 3rem;
}

.sec_ttl_wrapper span {
  color: #d0c59d;
}

.sec_ttl_wrapper h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
}

.border_dot {
  border-bottom: 2px dotted #d0c59d;
  padding-top: 2rem;
  margin-bottom: 2rem;
  border-width: 100%;
}

/* / */
.ttl_border {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 1.8rem;
  height: 3.2rem;
  transform: translateX(25%) rotate(-145deg);
}

.ttl_border::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.ttl_border::after {
  top: 0;
  right: 10px;
  bottom: 0;
  width: 1px;
}

.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.flex_wrapper > .flow_item {
  width: calc(100% / 2 - 4rem);
}

/* hamburger */
.hamburger_nav {
  display: none;
}

/* header */
header {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: 4rem;
}

.header_flex_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: 0 auto;
  align-items: center;
  font-size: 2rem;
}

.header_nav_flex {
  display: flex;
  gap: 4rem;
}

.header_nav_flex li {
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  /* font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: italic; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.header_nav_flex span {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 2.7rem;
  line-height: 1;
}

.header_nav_right {
  width: 100%;
  max-width: 267px;
  text-align: center;
}

.header_nav_right a {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5rem;
  font-weight: 500;
}

/* トップへ戻るボタン */
.page_top_btn {
  margin-top: 10rem;
  text-align: right;
}
/* .pagetop {
  height: 75px;
  width: 75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  padding-bottom: 0.5rem;
  opacity: 0.4;
}

.pagetop__arrow {
  display: block;
  width: 7px;
  height: 33px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: skewY(225deg);
  margin: 17px 5px 5px 10px;
}

.pagetop.disp_none {
  display: none !important;
} */

/* footer */
footer {
  padding: 5rem 0 20rem;
}

.footer_flex_wrapper.pc_disp {
  display: flex;
  align-items: center;
  max-width: 1020px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer_nav_flex {
  display: flex;
  list-style: none;
  gap: 4rem;
  font-style: italic;
}

/* top */
#top_fv_area img {
  position: relative;
}

.top_fv_wrapper {
  position: relative;
}

.top_sec_ttl {
  position: absolute;
  bottom: -295px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top_sec_ttl h2 {
  font-size: 3.3rem;
  letter-spacing: 0.8rem;
  line-height: 1.7;
  margin: 4rem auto;
}

.top_sec_ttl p {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  line-height: 2.5;
  font-weight: 400;
}

/* menu */
.flow_ttl_flex {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5rem;
}

.flow_ttl_flex h2 {
  font-weight: 600;
}

.flow_txt_wrapper {
  margin-top: 2rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
}

.flow_txt_wrapper p {
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px dotted #d0c59d;
  font-weight: 400;
}

.flow_txt_wrapper .border_middle_txt {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.flow_txt_wrapper .border_none_txt {
  border-bottom: none;
}

.flow_txt_wrapper .price {
  font-size: 2.4rem;
  font-weight: bold;
}

#menu .sec_ttl_wrapper.center_ttl,
#reservation .sec_ttl_wrapper.center_ttl {
  max-width: 390px;
  margin: 0 auto;
}

.reservatin_ttl_container.pc_disp {
  display: flex;
  justify-content: center;
}

#reservation .sec_ttl_wrapper.center_ttl {
  display: inline-block;
}

#menu .sec_ttl_wrapper.center_ttl h2,
#reservation .sec_ttl_wrapper.center_ttl h2 {
  font-weight: 600;
}

.dear_customer {
  border: 1px solid #d0c59d;
  padding: 4rem 8rem;
}

.dear_customer p {
  margin: 4rem auto 6rem;
  line-height: 2;
}

.dear_customer p span {
  border-bottom: 1px solid #d0c59d;
}

/* サロン */
#salon {
  background: url(../img/salon_bg.png) no-repeat center;
  background-position: center;
}

#salon .btn {
  max-width: 267px;
  margin: 0 auto;
  letter-spacing: 0.5rem;
}

.flex_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.salon_contents .flex_contents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  letter-spacing: normal;
  font-weight: 400;
}

.info_sub_ttl {
  font-weight: 600;
}

#salon .salon_contents {
  margin: 35rem auto;
}

.google_map iframe {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1 / 1;
}

.name {
  font-size: 2rem;
  text-align: center;
  margin-top: 4rem;
  position: relative;
}

#sister01::before {
  content: "";
  position: absolute;
  background: url(../img/sister01.png) no-repeat center;
  width: 55px;
  height: 33px;
  left: 15px;
  top: -15px;
}

#sister02::before {
  content: "";
  position: absolute;
  background: url(../img/sister02.png) no-repeat center;
  width: 55px;
  height: 33px;
  left: 15px;
  top: -15px;
}

#therapist .flex_wrapper {
  margin: 8rem auto 0;
  max-width: 1070px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

#therapist .flex_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 482px;
  letter-spacing: 0.2rem;
}

#therapist .flex_items .name {
  font-weight: 600;
  margin: 4rem 0;
}

#therapist .sub_ttl {
  font-weight: 600 !important;
}

#therapist .flex_items p {
  font-weight: 400;
  margin-top: 0.5rem;
}

.profile_txt_top > div:first-child {
  margin-bottom: 2rem;
}

.profile_txt_top {
  padding: 0 2rem;
}

.profile_txt_bottom {
  border-top: 2px dotted #d0c59d;
  padding: 3rem 2rem;
}

#gallery .sec_ttl_wrapper h1 {
  margin-bottom: 4rem;
}

.reservation_txt_container {
  background-color: #ebe8dd;
  padding: 6rem 0;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.reservation_txt_container .btn {
  background-color: #fff;
  max-width: 460px;
  margin: 0 auto;
  font-size: 2rem;
  padding: 2rem 1rem;
}

.reservation_txt_container .center_wrapper p {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: normal;
}

.swiper-container,
.swiper-slide {
  height: 100vh;
}
.swiper-slide > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.pc_disp {
  display: block;
}

.sp_disp {
  display: none;
}

@media screen and (max-width: 1100px) {
  section {
    padding: 8rem 3rem;
  }

  .header_flex_wrapper {
    padding: 0 3rem;
  }

  footer {
    padding: 5rem 3rem 20rem;
  }

  #top_fv_area {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40rem;
  }

  .top_sec_ttl {
    margin-left: 3rem;
  }

  #gallery {
    padding-left: 0;
    padding-right: 0;
  }

  #gallery .sec_ttl_wrapper {
    padding: 0 3rem;
  }

  .page_top_btn {
    padding: 0 3rem;
  }

  #therapist .flex_wrapper {
    align-items: center;
  }

  .google_map {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 4rem 3rem;
  }

  header {
    position: fixed;
    margin-top: 0;
  }

  .header_flex_wrapper {
    margin-top: 3rem;
    margin-right: 3rem;
  }

  /* ハンバーガーメニュー */
  .hamburger_wrapper {
    display: flex;
    justify-content: end;
    padding-right: 3rem;
  }

  .hamburger_nav {
    display: block;
  }

  .hamburger_nav.brandon_font {
    font-style: normal;
    font-size: 2.3rem;
  }

  .hamburger_nav .menu-icon {
    display: block;
  }

  .hamburger_nav ul {
    display: none;
    flex-direction: column;
    background-color: #444;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }

  .hamburger_nav ul.active {
    display: flex;
    z-index: -1;
    top: 0;
    height: 100dvh;
    background-color: #fff;
    justify-content: space-between;
    padding-bottom: 8rem;
    min-height: -webkit-fill-available;
    overflow-y: scroll;
  }

  .hamburger_nav ul.active li {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .hamburger_nav ul.active li a {
    color: #000;
  }

  .hamburger_nav ul.active li:last-child {
    max-width: 260px;
    margin: 5rem auto 0;
  }

  .hamburger_reservation_btn {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
    font-size: 1.9rem;
    background-color: #f5f4ee;
    border: 1px solid #000;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
  }

  .header_right.active .header_menu {
    display: none;
  }

  .openbtn1.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 2rem;
    background: #000;
  }
  .openbtn1.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    background: #000;
  }

  .hamburger_nav li {
    list-style: none;
    display: none;
    width: 100%;
    text-align: right;
  }

  .openbtn1 {
    position: relative;
    cursor: pointer;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    height: 1px;
    border-radius: 2px;
    background: #333;
    width: 100%;
    margin-top: 0.5rem;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 10px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 20px;
  }

  .active.openbtn1::before {
    display: none;
  }

  .hamburger_menu_active {
    margin-top: 12rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .hamburger_sub_menu {
    color: #dddee5;
  }

  .pc_disp {
    display: none;
  }

  .sp_disp {
    display: block;
  }

  .header_nav_flex,
  .header_nav_right a {
    display: none;
  }

  #top_fv_area {
    padding: 0;
  }

  .top_fv_wrapper {
    padding: 4rem 3rem;
  }

  .top_sec_ttl {
    position: relative;
    bottom: 0;
    margin-left: 0;
  }

  .sec_ttl_wrapper {
    margin-bottom: 4rem;
  }

  .sec_ttl_wrapper h1 {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }

  .top_sec_ttl h2 {
    font-size: 2rem;
  }

  .top_sec_ttl p {
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 2;
  }

  .ttl_border::after {
    right: 8px;
  }

  #menu .flex_wrapper {
    gap: 0;
  }

  #salon {
    background: url(../img/salon_bg_sp.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }

  .flow_txt_wrapper {
    margin-top: 2rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
  }

  .flow_ttl_flex {
    flex-direction: column;
    gap: 0;
  }

  .flow_ttl_flex h2 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }

  .flow_txt_wrapper .price {
    font-size: 1.9rem;
  }

  .dear_customer {
    padding: 4rem 3rem;
  }

  .flex_wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .salon_contents .flex_right {
    gap: 4rem;
  }

  .flex_wrapper > div {
    width: 100%;
  }

  .flow_txt_wrapper .border_none_txt {
    margin-bottom: 0;
  }

  .dear_customer p {
    margin: 4rem auto 2rem;
  }

  #salon .salon_contents {
    margin: 4rem auto;
  }

  .google_map iframe {
    width: 100%;
    max-width: 550px;
    aspect-ratio: 1 / 0.58;
  }

  .flex_wrapper > .flow_item {
    width: 100%;
  }

  #therapist .flex_items .name {
    margin: 4rem 0 2rem;
  }

  #therapist .flex_items {
    gap: 2rem;
  }

  #gallery {
    padding: 0;
  }

  #gallery .sec_ttl_wrapper {
    padding: 0 3rem;
  }

  #gallery .sec_ttl_wrapper h1 {
    margin-bottom: 0;
  }

  .center_wrapper p {
    font-size: 1.6rem;
  }

  .reservation_txt_container {
    padding: 4rem 3rem 6rem;
    gap: 3rem;
  }

  #reservation .sec_ttl_wrapper.center_ttl {
    text-align: left;
    margin-bottom: 3rem;
  }

  .reservatin_ttl_container.pc_disp {
    display: none;
  }

  .reservation_txt_container .center_wrapper p {
    text-align: left;
    line-height: 1.6;
    font-size: 1.6rem;
  }

  .reservation_txt_container .btn {
    padding: 1rem;
  }

  footer {
    padding: 6rem 3rem 10rem;
  }

  .footer_flex_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer_nav_flex {
    flex-direction: column;
  }

  .footer_flex_wrapper.pc_disp {
    display: none;
  }

  .footer_logo_wrapper img {
    max-width: 220px;
  }

  .footer_nav_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8rem;
  }

  .page_top_btn {
    margin-top: 0;
    padding: 0;
  }
}
