@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700;800&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Sawarabi+Mincho&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul {
  list-style: none; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ""; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

img, abbr, acronym, fieldset {
  border: 0; }

/* 共通
------------------------------------------------------------*/
html {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.d_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

a {
  text-decoration: none;
  transition: all 0.4s; }

a:hover {
  opacity: 0.6; }

a.btn {
  width: 280px;
  background-color: #8c825c;
  padding: 17px 0;
  text-align: center;
  color: #ffffff;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: thin;
  position: relative;
  transition: all 0.4s;
  opacity: 1;
  font-size: 16px; }

a.btn::before {
  position: absolute;
  content: "";
  margin: auto;
  bottom: 0;
  top: 0;
  right: -20px;
  width: 50px;
  height: 2px;
  background-color: #c7bc93;
  transition: all 0.4s; }

a.btn:hover::before {
  right: -35px; }

a.btn:hover {
  color: #fff; }

.s_title {
  text-align: center; }

.s_title h2 {
  font-size: 33px;
  line-height: 1; }

.s_title .line {
  width: 100px;
  height: 1px;
  background-color: #aca380;
  margin: 35px auto; }

.sp_only {
  display: none !important; }

/* フェードイン
------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition-duration: 1100ms;
  transition-property: opacity, transform; }

.fadeIn-up {
  transform: translate(0, 50px); }

.fadeIn-down {
  transform: translate(0, -50px); }

.fadeIn-left {
  transform: translate(-50px, 0); }

.fadeIn-right {
  transform: translate(50px, 0); }

.scrollIn {
  opacity: 1;
  transform: translate(0, 0); }

/* ヘッダー
------------------------------------------------------------*/
header {
  height: 85px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff; }

header .container {
  width: 100%;
  align-items: center;
  height: 100%; }

.container .d-left {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: inherit; }

.container .d-left span.discription {
  padding: 0 0 0 10px;
  letter-spacing: 1px;
  font-size: 12px; }

.h-menu {
  align-items: center;
  width: 85%;
  margin: 0 0 0 auto;
  padding: 60px 0 40px; }

.h-menu li {
  width: 100%;
  margin: 0 auto;
  width: 80%;
  transition: all .4s;
  display: inline-block; }

header .menu_hover_img {
  position: fixed;
  top: 0;
  width: 50vw;
  height: 100vh;
  left: 0;
  transition: all .5s;
  display: none; }

header .menu_hover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.h-menu li a {
  color: #282828;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  line-height: 1.75em;
  font-size: 30px;
  border-left: none;
  position: relative;
  font-family: "Montserrat", sans-serif; }

.h-menu li span.menu_s {
  font-size: 14px;
  color: #8c825c; }

.h-menu li a:before {
  position: absolute;
  content: none;
  width: 30px;
  height: 1px;
  background-color: #282828;
  left: -50px;
  top: 0;
  bottom: 0;
  transition: .4s all;
  display: inline-block;
  margin: auto; }

.h-menu li.menu_banner {
  margin-top: 10px;
  padding: 5px 20px;
  background-color: #8c825c; }
  .h-menu li.menu_banner a {
    line-height: 1.5em;
    text-align: center;
    color: #ffffff; }
  .h-menu li.menu_banner span.menu_s {
    display: block;
    text-align: center;
    color: #ffffff; }
  .h-menu li.menu_banner:hover {
    background-color: #aca380; }

.h-menu li:hover a:before {
  content: ''; }

header .d-right {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  right: -110%;
  transition: all 0.5s;
  top: 0;
  display: flex;
  flex-direction: row-reverse; }
  header .d-right ul {
    width: 50%; }
  header .d-right .nav-imagearea {
    width: 50%;
    height: 100%; }
    header .d-right .nav-imagearea img {
      width: 100%;
      height: 100vh;
      object-fit: cover; }

@media (max-width: 768px) {
  .h-menu li a {
    color: #282828;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    font-size: 26px;
    border-left: none;
    position: relative;
    font-family: "Montserrat", sans-serif; }

  header .d-right {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: -110%;
    transition: all 0.5s;
    top: 0;
    display: flex;
    flex-direction: row-reverse; }
    header .d-right ul {
      padding: 60px 0;
      width: 100%; }
    header .d-right .nav-imagearea {
      display: none; } }
header .open .d-right {
  top: 0px;
  right: 0;
  background-color: #ffffff;
  padding: 0; }

.hamburger {
  display: block;
  position: fixed;
  right: 30px;
  top: 35px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300; }

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  background-color: #000000;
  transition: all 0.5s; }

.hamburger__line--1 {
  top: 1px; }

.hamburger__line--3 {
  top: 12px; }

header .open .d-right {
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff; }

.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px; }

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px; }

header .logo img {
  width: 260px;
  display: block; }

/* メインビジュアル
------------------------------------------------------------*/
.sp-mv {
  display: none; }

.mv {
  position: relative;
  height: calc(100vh - 85px);
  width: 100%;
  background: url("../img/all_staff.png") no-repeat 50% 50%;
  background-size: cover; }

.mv .mv_img {
  margin: 0 0 0 auto;
  display: block; }

.mv .copy {
  position: absolute;
  bottom: 15%;
  left: 0;
  background-color: rgba(101, 89, 44, 0.5);
  padding: 40px 30px 40px 85px; }

.mv h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  line-height: 1.4em;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  position: relative; }
  .mv h1 span.sub_copy {
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding: 15px 0 0;
    letter-spacing: 1px;
    line-height: 1.9;
    display: block;
    font-size: 22px;
    color: #ffffff;
    /* font-family: "Sawarabi Mincho", serif; */ }

/* ママになったから自分史上最高に美しくありたい
------------------------------------------------------------*/
.section_philosophy {
  padding: 70px 0 0; }

.section_philosophy .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }

.section_philosophy .inner .d_flex {
  justify-content: space-between;
  align-items: center; }

.section_philosophy .inner .d_flex .d_left {
  width: 47%; }

.section_philosophy .inner .d_flex .d_left img {
  width: 100%;
  max-width: 554px; }

.section_philosophy .inner .d_flex .d_right {
  width: 47%; }

.section_philosophy .inner .d_flex .d_right span.en {
  color: #5f5f5f;
  font-size: 55px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  opacity: .25; }

.section_philosophy .inner .d_flex .d_right p.title {
  color: #333333;
  margin: 15px 0 0;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 1.4;
  /* font-family: "Sawarabi Mincho", serif; */ }

.section_philosophy .inner .d_flex .d_right p.txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin: 25px 0 0; }

.section_philosophy .inner .d_flex .d_right a.btn {
  margin: 30px 0 auto 0; }

/* サロンインフォ
------------------------------------------------------------*/
.info {
  padding: 150px 0; }

.info .bg_col .d_box {
  width: 49.8%; }

.info .bg_col .d_box img {
  width: 100%; }

.info .shop_box {
  width: 350px;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 0; }

.info .shop_box::before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 10px;
  width: 30px;
  height: 1px;
  top: 4px;
  margin: auto;
  background: #a9a9a3;
  transition: all .3s; }

.info .shop_box::after {
  content: '';
  position: absolute;
  top: 48%;
  margin: auto;
  right: 9px;
  width: 13px;
  height: 1px;
  background: #a9a9a3;
  transform: rotate(35deg);
  transition: all .3s; }

.info .shop_box:hover::before {
  right: 6px; }

.info .shop_box:hover::after {
  right: 5px; }

.info .shop_box span.btn_s {
  font-size: 16px;
  padding: 0 0 5px;
  color: #000000;
  display: block; }

.info .shop_box span.btn_m {
  color: #000000;
  font-size: 27px;
  line-height: 1em; }

.info .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0; }

/* スタッフ
------------------------------------------------------------*/
.staff {
  padding: 0 0 150px;
  text-align: center; }

.staff .txt {
  line-height: 2;
  color: #333333;
  font-size: 16px; }

.staff .d_flex {
  margin: 35px 0 0; }

.staff .d_flex .d_box {
  width: 25%;
  border-right: 2px solid #ffffff;
  box-sizing: border-box;
  /* font-family: "Montserrat", sans-serif; */ }

.staff .d_flex .d_box:last-child {
  border-right: none; }

.staff .d_flex .d_box img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover; }

.staff .d_flex .d_box .staff_title {
  font-size: 13px;
  padding: 10px 0;
  display: block;
  color: #b4b4b4; }

.staff .d_flex .d_box p.staff_name {
  font-size: 25px;
  color: #000000;
  line-height: 1;
  font-family: "Montserrat", sans-serif; }

.staff a.btn {
  margin: 50px auto 0; }

@media (max-width: 1200px) {
  /* メインビジュアル
  ------------------------------------------------------------*/
  .mv .copy {
    position: absolute;
    bottom: 15%;
    left: 0;
    background-color: rgba(101, 89, 44, 0.5);
    padding: 40px 60px 40px 60px; }

  .mv h1 {
    font-size: 45px; }
    .mv h1 span.sub_copy {
      font-size: 18px;
      right: -20px;
      /* font-family: "Sawarabi Mincho", serif; */ } }
@media (max-width: 768px) {
  /* 共通
  ------------------------------------------------------------*/
  a.btn {
    width: 260px;
    padding: 15px 0;
    font-size: 15px; }

  .s_title .line {
    width: 60px;
    margin: 25px auto; }

  .sp_only {
    display: block !important; }

  .pc_only {
    display: none; }

  /* ヘッダー
  ------------------------------------------------------------*/
  header {
    height: 60px; }

  .hamburger {
    right: 20px;
    top: 20px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300; }

  header .logo img {
    width: 170px; }

  /* メインビジュアル
  ------------------------------------------------------------*/
  .mv {
    display: none; }

  .sp-mv {
    display: block; }
    .sp-mv img {
      width: 100%; }
    .sp-mv h1 {
      padding: 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 38px;
      font-weight: 500;
      line-height: 1.2em; }
      .sp-mv h1 em {
        color: #8c825c; }
    .sp-mv p {
      padding: 0 15px;
      font-size: 15px; }

  /* ママになったから自分史上最高に美しくありたい
  ------------------------------------------------------------*/
  .section_philosophy {
    padding: 40px 20px 0; }

  .section_philosophy .inner .d_flex .d_left {
    width: 100%; }

  .section_philosophy .inner .d_flex .d_left {
    width: 70%;
    margin: 0 auto; }

  .section_philosophy .inner .d_flex .d_right span.en {
    font-size: 33px; }

  .section_philosophy .inner .d_flex .d_right {
    width: 100%;
    padding: 0; }

  .section_philosophy .inner .d_flex .d_right p.title {
    font-size: 20px;
    margin-top: 0; }

  .section_philosophy .inner .d_flex .d_right p.txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 15px 0 0; }

  .section_philosophy .inner .d_flex .d_right a.btn {
    margin: 30px auto 0; }

  /* サロンインフォ
  ------------------------------------------------------------*/
  .info {
    padding: 60px 0; }

  .info .shop_box {
    display: block;
    width: 90%;
    margin: 0 auto;
    /* font-family: "Sawarabi Mincho", serif; */
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: left; }

  .info .shop_box span.btn_s {
    font-size: 14px;
    padding: 0 0 0px; }

  .info .bg_col .d_box {
    width: 100%; }

  .info .d_box:nth-child(1) .shop_box,
  .info .d_box:nth-child(2) .shop_box {
    margin: 0 auto 23px; }

  .info .shop_box a.shop_btn::after {
    top: 48.5%; }

  .info .shop_box span.btn_m {
    color: #000000;
    font-size: 22px; }

  .info .shop_box a.shop_btn {
    width: 280px; }

  /* スタッフ
  ------------------------------------------------------------*/
  .staff {
    padding: 0 20px 60px; }

  .staff .txt {
    line-height: 1.7;
    font-size: 15px;
    letter-spacing: 1px; }

  .staff .d_flex .d_box {
    width: 49%;
    margin: 0 0 30px; }

  .staff .d_flex .d_box:nth-child(1) {
    margin: 0 0 0; }

  .staff .d_flex .d_box .staff_title {
    padding: 5px 0; }

  .staff .d_flex .d_box img {
    height: 230px; }

  .staff .d_flex .d_box p.staff_name {
    font-size: 16px;
    color: #000000;
    line-height: 1; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=top.css.map */
