@charset "UTF-8";
/* CSS Document */
/*------------------------
       共通の装飾のCSS
------------------------*/
/*----共通／H2 ライン装飾の見出し----*/
/*英語*/
.section-title_en {
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #A39568;
  position: relative;
  margin-bottom: 130px;
  z-index: 10;
}
/*日本語*/
.section-title_ja {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A39568;
  position: relative;
  margin-bottom: 130px;
  z-index: 10;
}
.section-title_en::after, .section-title_ja::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  width: 50%;
  height: 27px;
  background-image: url("../images/section_heading-line.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .section-title_ja {
    font-size: 2.8rem;
  }
  .section-title_en, .section-title_ja {
    margin-bottom: 80px;
  }
  .section-title_en::after, .section-title_ja::after {
    width: 100%;
  }
}
/*----共通／H2 ライン装飾と太陽マークの見出し----*/
.section-title_en span {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2;
}
.sun ::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -65px;
  width: 12%;
  height: 67px;
  background-image: url("../images/section_heading-decoration.svg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .sun ::before {
    width: 25%;
  }
}
/*----共通／H2 装飾がない見出し----*/
.section-title_gold_en {
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #A39568;
  margin-bottom: 40px;
}
.section-discription {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.3rem;
  margin-bottom: 120px;
}
/*----共通／H3 装飾がない見出し----*/
.content-heading {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 4.5rem;
  margin-bottom: 120px;
}
@media (max-width: 599px) {
  .content-heading {
    font-size: 2.0rem;
    line-height: 3.5rem;
    margin-bottom: 40px;
  }
}
/*----共通／右または左に写真のついた記事----*/
/*写真が右*/
.content {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 4% 0 4%;
  margin-bottom: 130px;
  /*  position: relative;*/
}
/*写真が左*/
.content_img-left {
  flex-direction: row-reverse;
}
.content-text {
  width: 60%;
  text-align: left;
}
.content-name {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  color: #A39568;
  font-size: 2.4rem;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #D1C59E;
  margin-bottom: 25px;
}
.content-lead {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4rem;
  margin-bottom: 20px;
  position: relative;
}
.content_img-right .content-lead::before {
  content: '';
  position: absolute;
  top: -230px;
  left: -45%;
  z-index: -100;
  width: 80%;
  height: 461px;
  background-image: url("../images/pattern-bg.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.content_img-left .content-lead::before {
  content: '';
  position: absolute;
  top: -230px;
  right: -45%;
  z-index: -100;
  width: 80%;
  height: 461px;
  background-image: url("../images/pattern-bg.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.content-discription {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.3rem;
  margin-bottom: 40px;
}
.content-img {
  width: 32%;
  max-width: 295px;
  height: auto;
}
@media (max-width: 599px) {
  .content {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 50px;
  }
  .content-text {
    width: 100%;
  }
  .content-lead {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .content-discription {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
  .content-img {
    width: 70%;
    height: auto;
    margin-left: auto;
  }
  .content_img-right .content-lead::before {
    top: -150px;
    left: -30%;
    width: 80%;
    height: 461px;
  }
  .content_img-left .content-lead::before {
    top: -150px;
    left: -30%;
    width: 80%;
    height: 461px;
  }
  .section-menu .content, .section-hair_menu .content {
    flex-direction: column-reverse;
  }
  .section-menu .content img, .section-hair_menu .content img {
    margin-bottom: 15px;
  }
  .section-menu .content .content-name {
    margin-bottom: 20px;
  }
}
/*----四角ゴールドのボタン----*/
.gold-btn {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 50px;
  color: white;
  background-color: #A89C76;
  width: 300px;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
.gold-btn:hover {
  opacity: 0.8;
}
@media (max-width: 599px) {
  .gold-btn {
    font-size: 1.6rem;
    line-height: 45px;
    width: 200px;
    height: 45px;
  }
  .section-menu .content .gold-btn, .section-hair .content .gold-btn {
    margin-bottom: 30px;
  }
}
/*----ミントグリーンの柄の背景----*/
.pattern-bg {
  background-image: url("../images/pattern-bg_tile.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: 200px;
}
/*----ページトップの幅いっぱいの写真----*/
.main-visual {
  width: 100%;
  height: 450px;
  /*  margin-bottom: 150px;*/
}
@media (max-width: 599px) {
  .main-visual {
    height: 200px;
    /*  margin-bottom: 50px;*/
  }
}
/*----セクション間の幅いっぱいの写真----*/
.key-visual {
  width: 100%;
  height: 365px;
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  .key-visual {
    height: 200px;
    margin-bottom: 50px;
  }
}
/*----モーダルウィンドウ----*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
.modaal-content-container {
  position: relative;
  padding: 40px;
}
.modaal-content-container .content-lead {
  color: #A89C76;
}
.modaal-content-container .content-discription {
  color: #453910;
  margin-bottom: 10px;
}
.modaal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  }
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #A89C76;
  width: 2px;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
@media (max-width: 599px) {
    .modaal-content-container {
  padding: 20px;
}
  }

  /*------------------------
index.html > section_concept
トップページ　アバウトラデュール
------------------------*/
  .section_concept {
    padding-top: 200px;
  }
  @media (max-width: 599px) {
    .section_concept {
      padding-top: 100px;
      padding-bottom: 50px;
    }
  }
  /*------------------------
index.html > section_profile
トップページ　プロフィール
------------------------*/
  .section_profile .content {
    align-items: center;
  }
  .section_profile figure {
    width: 28%;
  }
  .section_profile figure img {
    width: 100%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  }
  .section_profile figure figcaption {
    font-size: 1.5rem;
  }
  @media (max-width: 599px) {
    .section_profile {
      padding-bottom: 50px;
    }
    .section_profile .content {
      flex-direction: column-reverse;
    }
    .section_profile figure {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: row-reverse;
    }
    .section_profile figure img {
      width: 45%;
    }
    .section_profile figure figcaption {
      font-size: 1.2rem;
      text-align: left;
    }
    .section_profile figure figcaption span {
      font-size: 1.6rem;
    }
  }
  /*------------------------
index.html > section_menu
トップページ　メニュー
------------------------*/
  .section_menu {
    margin-bottom: 120px;
  }
  .menu-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .menu-card {
    width: 32%;
  }
  .menu-card img {
    width: 100%;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2))
  }
  .menu-card img:hover {
    transform: scale(1.02, 1.02);
    transition: all 0.5s ease 0s;
  }
  @media (max-width: 599px) {
    .section_menu {
      margin-bottom: 70px;
    }
    .menu-list {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
    }
    .menu-card {
      width: 90%;
      margin-bottom: 30px;
    }
  }
  /*------------------------
index.html > section_blog
トップページ 　ブログ
------------------------*/
  .section_blog {
    margin-bottom: 120px;
  }
  /*----WPブログポストの取得----*/
  .wp-post ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .wp-post li {
    list-style: none;
    width: 320px;
    height: 120px;
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .wp-post ul li:hover {
    transform: scale(1.02, 1.02);
    transition: all 0.5s ease 0s;
  }
  .post_img_wrap {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  .post_img_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  .post_text {
    width: 183px;
    overflow: hidden;
  }
  .post_date {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    color: #888;
    margin-bottom: 5px;
  }
  .post_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #707070;
  }
  .post_title :hover {
    color: #A39568;
  }
  .post_title a {
    color: #707070;
  }
  @media (max-width: 599px) {
    .wp-post ul {
      justify-content: center;
      margin-bottom: 20px;
    }
    .section_blog {
      margin-bottom: 100px;
    }
    .wp-post li {
      width: 100%;
      max-width: 343px;
    }
    .post_text {
      width: 210px;
    }
  }
  /*------------------------
index.html > section_access
トップページ　アクセス
------------------------*/
  .section_access {
    margin-bottom: 120px;
  }
  .map-area {
    width: 100%;
    height: 350px;
    margin-bottom: 60px;
  }
  .map-area iframe {
    width: 100%;
    height: 100%;
  }
  .accsess-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .accsess-inner .accsess-text {
    width: 60%;
    text-align: left;
  }
  .accsess-text p {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .accsess-text p span {
    font-size: 1.8rem;
  }
  .accsess-text address {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: solid 1px #D1C59E;
    margin-bottom: 20px;
  }
  .accsess-text address i, .accsess-text address a {
    color: #453910;
    text-decoration: underline;
  }
  .accsess-text dl {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .accsess-text dl dt {
    width: 15%;
    margin-bottom: 7px;
  }
  .accsess-text dl dd {
    width: 85%;
    margin-bottom: 7px;
  }
  .accsess-inner img {
    width: 300px;
    height: 200px;
  }
  @media (max-width: 599px) {
    .section_access {
      margin-bottom: 100px;
    }
    .map-area {
      width: 100%;
      height: 300px;
      margin-bottom: 30px;
    }
    .accsess-inner .accsess-text {
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
    }
    .accsess-text address {
      font-size: 1.4rem;
    }
    .accsess-text p {
      line-height: 1.3;
    }
    .accsess-text dl {
      font-size: 1.4rem;
    }
    .accsess-text dl dt {
      width: 100%;
      font-family: 'Shippori Mincho', serif;
      font-size: 1.6rem;
      margin-bottom: 0px;
    }
    .accsess-text dl dd {
      width: 100%;
      margin-bottom: 10px;
    }
    .accsess-inner img {
      width: 100%;
      max-width: 375px;
      height: auto;
    }
  }
  /*------------------------
index.html > section-reserve
トップページ 　リザーブ
------------------------*/
  .section-reserve {
    padding: 100px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reserve_inner {
    width: 100%;
    padding: 75px 0 50px 0;
    background-image: url("../images/contact_frame.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .reserve_inner .privacy {
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #A39568;
    margin-top: 20px;
  }
  @media (max-width: 599px) {
    .section-reserve {
      padding: 100px 0 100px 0;
    }
    .reserve_inner {
      padding: 75px 0 50px 0;
      background-size: cover;
    }
    .reserve_inner .gold-btn {
      font-size: 1.8rem;
      line-height: 50px;
      width: 300px;
      height: 50px;
    }
    .reserve_inner .privacy {
      font-size: 1.2rem;
      margin-top: 20px;
    }
  }
  /*------------------------
about.html > section-about
アバウトページ
------------------------*/
  .section-about {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .about_top-img {
    background-image: url("../images/about_top-img@3x.png");
    background-size: cover;
    background-position: center;
  }
  .section-about .star {
    content: url("../images/star.svg");
    width: 25px;
    height: auto;
    margin-bottom: 40px;
  }
  .pattern-left::before {
    content: '';
    position: absolute;
    top: -180px;
    left: -10%;
    z-index: -1;
    width: 461px;
    height: 390px;
    background-image: url("../images/pattern-bg.svg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .pattern-right::after {
    content: '';
    position: absolute;
    top: -180px;
    right: -10%;
    z-index: -1;
    width: 461px;
    height: 390px;
    background-image: url("../images/pattern-bg.svg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .section-about .menu-list {
    width: 100%;
    display: flex;
    padding-top: 20px;
    margin-bottom: 60px;
    justify-content: space-around;
  }
  .section-about .menu-list li {
    width: 28%;
  }
  .section-about .menu-list li img {
    width: 100%;
    border-radius: 3px;
  }
  .section-about .menu-list .menu-lead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #A39568;
    font-size: 2.6rem;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  .menu-lead::before {
    content: url("../images/lead-deco_left.svg");
    position: absolute;
    width: 25px;
    left: -40px;
    top: -4px;
  }
  .menu-lead::after {
    content: url("../images/lead-deco_right.svg");
    position: absolute;
    width: 25px;
    right: -40px;
    top: -4px;
  }
  .section-about .menu-list h3 {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .section-about .menu-list p {
    font-size: 1.4rem;
  }
  .bottom-logo {
    padding-top: 20px;
  }
  @media (max-width: 599px) {
    .section-about {
      padding-top: 100px;
      padding-bottom: 50px;
    }
    .section-about .content-discription {
      text-align: left;
      margin-bottom: 40px;
    }
    .section-about .menu-list {
      margin-bottom: 20px;
    }
    .section-about .menu-list li {
      width: 80%;
      max-width: 280px;
      margin-bottom: 30px;
    }
    .section-about .menu-list .menu-lead {
      margin-bottom: 0px;
    }
    .pattern-left::before {
      top: -150px;
      left: -30%;
      width: 80%;
      height: 461px;
    }
    .pattern-right::after {
      top: -150px;
      right: -30%;
      width: 80%;
      height: 461px;
    }
    .bottom-logo {
      padding-top: 0px;
    }
  }
  /*------------------------
about.html > section-recommend
アバウトページ　おすすめリンク先
------------------------*/
  .section-recommend {
    padding: 60px 0 130px 0;
  }
  .recommend-area {
    display: flex;
    justify-content: space-around;
  }
  .recommend-contents {
    /* width: 31%; */
    height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    position: relative;
  }
  /* .recommend-contents::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../images/pattern_left-corner.svg");
    background-size: contain;
    transform: rotateZ(-90deg);
    bottom: 5px;
    left: 5px;
  } */
  /* .recommend-contents::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../images/pattern_left-corner.svg");
    background-size: contain;
    transform: rotateZ(180deg);
    bottom: 5px;
    right: 5px;
  } */
  .recommend-contents:hover {
    transform: scale(1.02, 1.02);
    transition: all 0.5s ease 0s;
  }
  .recommend-contents .recommend-img {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }
  .recommend-contents .recommend-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  .recommend-taxt {
    border: solid 1px #fff;
    padding: 30px 0 25px 0;
    position: relative;
  }
  /* .recommend-taxt::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../images/pattern_left-corner.svg");
    background-size: contain;
    top: 5px;
    left: 5px;
  } */
  /* .recommend-taxt::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../images/pattern_left-corner.svg");
    background-size: contain;
    transform: rotateZ(90deg);
    top: 5px;
    right: 5px;
  } */
  .recommend-lead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #A39568;
    font-size: 2.4rem;
    margin-bottom: 5px;
    position: relative;
  }
  /* .recommend-lead::after {
    content: url("../images/star.svg");
    position: absolute;
    display: block;
    width: 20px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-10px);
  } */
  .recommend-discription {
    color: #453910;
    margin-bottom: 15px;
    padding: 5px 30px 0px 30px;
  }
  .reccomend-readmore a {
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    /*  line-height: 30px;*/
    color: #A39568;
    /*  background-color: #A89C76;*/
    /*  width: 110px;*/
    /*  height: 30px;*/
    /*  border-radius: 3px;*/
  }
  .reccomend-readmore a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-size: 1.6rem;
    font-weight: bold;
    color:#A39568;
  }
  @media (max-width: 599px) {
    .recommend-area {
      flex-wrap: wrap;
    }
    .recommend-contents {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  /*------------------------
menu.html > section-menu
メニューページ
------------------------*/
  .section-menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .menu_top-img {
    background-image: url("../images/menu_top-img@2x.png");
    background-size: cover;
    background-position: center;
  }
  @media (max-width: 599px) {
    .section-menu {
      padding-top: 70px;
      padding-bottom: 50px;
    }
    .section-menu .content-heading {
      margin-bottom: 60px;
    }
    /*
  .section-menu .content {
    flex-direction: column-reverse;
  }
  .section-menu .content img {
    margin-bottom: 15px;
  }
  .section-menu .content .content-name {
    margin-bottom: 20px;
  }
  .section-menu .content .gold-btn {
    margin-bottom: 30px;
  }
*/
  }
  /*------------------------
consul.html > section-consul_prologue
コンサルページ　序章
------------------------*/
  .section-consul_prologue {
    padding-top: 100px;
  }
  .consul_top-img {
    background-image: url("../images/consul_top-img@3x.png");
    background-size: cover;
    background-position: center;
  }
  .section-consul_prologue .content-discription {
    margin-bottom: 0;
  }
  /*----共通／白い背景のセクション----*/
  .white-bg {
    background-color: #fff;
    width: 80%;
    margin: 0 auto 130px auto;
    padding: 90px 8% 55px 8%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .white-bg::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 11;
    width: 120px;
    height: 120px;
    background-image: url("../images/pattern_left-corner.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .white-bg::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 1;
    width: 120px;
    height: 120px;
    background-image: url("../images/pattern_right-corner.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-title_white-bg {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #A39568;
    margin-bottom: 50px;
  }
  .question .content-title_white-bg::after {
    content: "Question";
    font-family: 'Parisienne', cursive;
    font-size: 10rem;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #e6e3d6;
    opacity: 0.7;
  }
  .check-list {
    text-align: left;
  }
  .check-list li {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
  }
  .check-list li .checkbox {
    content: url("../images/checkbox.svg");
    margin-right: 10px;
  }
  @media (max-width: 599px) {
    .section-consul_prologue {
      padding-top: 70px;
      padding-bottom: 50px;
    }
    .section-consul_prologue .content {
      flex-direction: column-reverse;
      margin-bottom: 20px;
    }
    .section-consul_prologue .content img {
      margin-bottom: 20px;
    }
    .section-consul_prologue .content-discription {
      margin-bottom: 30px;
      ;
    }
    .white-bg {
      width: 90%;
      margin: 0 auto 100px auto;
      padding: 60px 8% 30px 8%;
    }
    .content-title_white-bg {
      font-size: 2.0rem;
      line-height: 1.5;
      margin-bottom: 30px;
    }
    .white-bg::before {
      top: -10px;
      left: -10px;
      width: 100px;
      height: 100px;
    }
    .white-bg::after {
      bottom: -10px;
      right: -10px;
      width: 100px;
      height: 100px;
    }
    .question .content-title_white-bg::after {
      font-size: 5rem;
      top: -25px;
      right: 10px;
    }
    .check-list li {
      margin-bottom: 20px;
    }
    .check-list li p {
      font-size: 1.4rem;
    }
  }
  /*------------------------
consul.html > section-consul_session
コンサルページ　セッション内容紹介
------------------------*/
  .section-consul_session {
    padding-bottom: 100px;
  }
  .consul_middle-img {
    background-image: url("../images/consul_middle-img@3x.png");
    background-size: cover;
    background-position: center;
  }
  .section-consul_session .content-discription {
    font-size: 1.8rem;
  }
  .consul-case {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .consul-case li {
    width: 23%;
  }
  .consul-case li img {
    width: 100%;
  }
  .section-consul_session h3 {
    margin-bottom: 50px;
  }
  .consul-flow {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .consul-flow li .flow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .consul-flow li .flow img {
    width: 200px;
    height: auto;
    margin-top: 10px;
  }
  .consul-flow li .arrow-down {
    content: url("../images/arrow-down.svg");
    margin-bottom: 10px;
    margin-left: 95px;
  }
  .consul-flow li p {
    line-height: 3.3rem;
    margin-left: 20px;
  }
  @media (max-width: 599px) {
    .section-consul_session .section-title_ja {
      font-size: 2.2rem;
    }
    .consul-case {
      flex-wrap: wrap;
      margin-bottom: 30px;
    }
    .consul-case li {
      width: 48%;
      margin-bottom: 10px;
    }
    .section-consul_session .content-discription {
      font-size: 1.6rem;
      text-align: left;
    }
    .section-consul_session h3 {
      margin-bottom: 20px;
    }
    .consul-flow {
      width: 100%;
    }
    .consul-flow li .flow {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .consul-flow li .flow img {
      width: 180px;
      height: auto;
      margin-top: 0px;
      margin-bottom: 10px;
    }
    .consul-flow li .arrow-down {
      text-align: center;
      margin-left: 50%;
      transform: translateX(-9px);
    }
    .consul-flow li p {
      font-size: 1.4rem;
      line-height: 2.8rem;
      margin-left: 0px;
      margin-bottom: 10px;
    }
  }
  /*------------------------
consul.html > section-consul_effect
コンサルページ　コンサルの効果
------------------------*/
  .section-consul_effect .content {
    justify-content: space-evenly;
  }
  .section-consul_effect .content ul {
    width: 45%;
    text-align: left;
    padding-left: 18px;
  }
  .section-consul_effect .content ul li {
    line-height: 3.3rem;
    position: relative;
  }
  .section-consul_effect .content ul li p::before {
    content: url("../images/list-deco.svg");
    position: absolute;
    width: 8px;
    left: -15px;
    top: 0px;
  }
  .section-consul_effect .content-discription {
    margin-bottom: 0;
  }
  @media (max-width: 599px) {
    .section-consul_effect {
      padding-bottom: 50px;
    }
    .section-consul_effect .content ul {
      width: 100%;
      font-size: 1.4rem;
      line-height: 2.8rem;
      margin-bottom: 30px;
    }
  }
  /*------------------------
consul.html > section-consul_profile
コンサルページ　プロフィール
------------------------*/
  .section-consul_profile .content {
    align-items: start;
  }
  .section-consul_profile figure {
    width: 28%;
  }
  .section-consul_profile figure img {
    width: 100%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2))
  }
  .section-consul_profile figure figcaption {
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
  .section-consul_profile figure figcaption p {
    line-height: 3.0rem;
  }

  @media (max-width: 599px) {
    .section-consul_profile {
      padding-bottom: 50px;
    }
    .section-consul_profile .content {
      flex-direction: column-reverse;
    }
    .section-consul_profile figure {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: row-reverse;
    }
    .section-consul_profile figure img {
      width: 45%;
    }
    .section-consul_profile figure figcaption {
      font-size: 1.2rem;
      text-align: left;
    }

    .section-consul_profile figure figcaption span {
      font-size: 1.6rem;
    }
  }
  /*------------------------
consul.html > section-consul_reason
コンサルページ　思考が変わる理由
------------------------*/
  .section-consul_reason .white-bg_inner {
    text-align: left;
  }
  .section-consul_reason .content-lead {
    font-size: 2.2rem;
  }
  .section-consul_reason .content-title_white-bg::after {
    content: "Reason";
    font-family: 'Parisienne', cursive;
    font-size: 10rem;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #e6e3d6;
    opacity: 0.7;
  }
  .marker {
    background-color: #F5E8DF;
  }
  @media (max-width: 599px) {
    .section-consul_reason .content-lead {
      font-size: 1.6rem;
    }
    .section-consul_reason .content-title_white-bg::after {
      font-size: 5rem;
      top: -25px;
      right: 10px;
    }
  }
  /*------------------------
consul.html > section-consul_voice
コンサルページ　コンサルのご感想
------------------------*/
  .section-consul_voice {
    padding-bottom: 100px;
  }
  .section-consul_voice .content-heading {
    margin-bottom: 60px;
  }
  /*アコーディオン*/
  .section-consul_voice .accordion-area {
    list-style: none;
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
  .section-consul_voice .accordion-area li {
    margin: 60px 0;
    position: relative;
  }
  .section-consul_voice .accordion-area section {
    border: 2px #a89c76 solid ;
    position: relative ;
    z-index: 100 ;
    background: #fff ;
  }
  .section-consul_voice .accordion-area section::before {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
    border: 1px #a89c76 solid ;
    margin: 2px ;
    display: block ;
    z-index: -1 ;
    background: #fff ;
  }
  /*閉じているときに見えている範囲*/
  .display {
    width: 100%;
    cursor: pointer;
    transition: all .5s ease;
  }
  /*写真と記事の横並び*/
  .display .accordion-inner {
    width: 100%;
    padding: 3% 5% 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  /*開いている時現れるエリア*/
  .section-consul_voice .box {
    display: none; /*はじめは非表示*/
  }
  .section-consul_voice .box .accordion-inner {
    width: 100%;
    padding: 0 5% 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .voice-img {
    width: 20%;
  }
  .voice-text {
    width: 77%;
    flex-shrink: 0;
  }
  .voice-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .keyword {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: solid 1px #D1C59E;
    margin-bottom: 10px;
  }
  .keyword span {
    font-weight: 400;
    background-color: #F4F0E7;
    ;
    padding: 0 10px 0 10px;
    margin-right: 10px;
    border-radius: 2px;
  }
  .comment {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 15px;
  }
  /*開閉のボタン*/
  .accordion-close {
    display: block;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    color: #A39568;
    width: 100%;
    height: 30px;
    text-align: center;
    padding-bottom: 40px;
  }
  /*開閉と同時にReadmoreとCloseの切り替え*/
  .accordion-close.title:after {
    content: "Read more";
  }
  .accordion-close.title.close::after {
    content: "Close";
  }
  .after-comment {
    background-color: #F5E8DF;
    padding: 2%;
    border-radius: 10px;
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .after-comment span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .after-comment:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 20px solid #F5E8DF;
  }
  /*カテゴリーのタブ表示*/
  /*tabの形状*/
  .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab li a {
    display: block;
    color: #A39568;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 2px;
    padding: 10px 30px;
  }
  /*liにactiveクラスがついた時の形状*/
  .tab li.active a {
    color: #453910;
    border-bottom: 2px solid #D1C59E;
    transition: all 0s ease 0s;
  }
  .tab li a:hover {
    color: #453910;
    opacity: 0.8;
  }
  /*エリアの表示非表示と形状*/
  .area {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
  }
  /*areaにis-activeというクラスがついた時の形状*/
  .area.is-active {
    display: block; /*表示*/
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @media (max-width: 599px) {
    .section-consul_voice .content-heading {
      margin-bottom: 30px;
    }
    .section-consul_voice .accordion-area {
      width: 100%;
    }
    .section-consul_voice .accordion-area li {
      margin: 45px 0;
    }
    .display .accordion-inner {
      padding: 7% 5% 0 5%;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .voice-img {
      width: 40%;
      margin-bottom: 10px;
    }
    .voice-text {
      width: 100%;
    }
    .voice-title {
      line-height: 1.6;
    }
    .name {
      font-size: 1.5rem;
    }
    .after-comment {
      padding: 5%;
      font-size: 1.5rem;
      line-height: 1.8;
    }
    .after-comment:before {
      content: none;
    }
    .tab li a {
      font-size: 1.6rem;
      padding: 10px 20px;
    }
    .section-consul_voice .accordion-area section::after {
      position: absolute;
      bottom: -14px;
    }
  }
  /*------------------------
consul.html > section-consul_course
コンサルページ　受講コース詳細
------------------------*/
  .consul_bottom-img {
    background-image: url("../images/consul_top-img@3x.png");
    background-size: cover;
    background-position: center;
  }
  .section-consul_course {
    margin-bottom: 130px;
  }
  .section-consul_course .content-heading {
    margin-bottom: 60px;
  }
  .cource-inner {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
  .section-consul_course .summary {
    margin-bottom: 15px;
  }
  .section-consul_course .summary li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-consul_course .standard {
    border-bottom: solid 1px #D1C59E;
    margin-bottom: 15px;
  }
  .section-consul_course ul li .course {
    width: 25%;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #A39568;
    margin-bottom: 15px;
  }
  .section-consul_course ul li .content-discription {
    width: 75%;
    text-align: left;
    margin-bottom: 15px;
  }
  .consul-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .price-standard {
    width: 60.5%;
    height: auto;
  }
  .price-option {
    width: 35.2%;
    height: auto;
  }
  .course-point {
    background-color: #F4F0E7;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 3% 5% 3% 5%;
    border-radius: 3px;
    text-align: left;
  }
  .course-point h4{
    font-weight: 600;
    text-align: center;
    margin-bottom: 1%;
  }
  .course-point li{
    margin-bottom: 2%;
  }

  @media (max-width: 599px) {
    .section-consul_course {
      margin-bottom: 100px;
    }
    .section-consul_course .content-heading {
      margin-bottom: 30px;
    }
    .cource-inner {
      width: 100%;
    }
    .consul-price {
      flex-wrap: wrap;
      margin-bottom: 30px;
    }
    .price-standard {
      width: 100%;
      margin-bottom: 15px;
    }
    .price-option {
      width: 100%;
    }
    .section-consul_course ul li {
      flex-wrap: wrap;
    }
    .section-consul_course ul li .course {
      width: 100%;
    }
    .section-consul_course ul li .content-discription {
      width: 100%;
    }
    .course-point {
      padding: 5% 5%;
    }
  }
  /*------------------------
consul.html > section-consul_faq
コンサルページ　よくあるご質問
------------------------*/
  .section-consul_faq {
    margin-bottom: 130px;
  }
  .section-consul_faq .content-title_white-bg::after, .section-hair_faq .content-title_white-bg::after {
    content: "FAQ";
    font-family: 'Parisienne', cursive;
    font-size: 10rem;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #e6e3d6;
    opacity: 0.7;
  }
  .section-hair_feature .content-title_white-bg::after {
    content: "Feature";
    font-family: 'Parisienne', cursive;
    font-size: 10rem;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #e6e3d6;
    opacity: 0.7;
  }
  /*アコーディオン全体*/
  .accordion-faq {
    list-style: none;
    width: 100%;
  }
  .accordion-faq li {
    text-align: left;
    padding-bottom: 15px;
    border-bottom: solid 1px #D1C59E;
    margin-bottom: 15px;
  }
  /*アコーディオンタイトル*/
  .question-title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    transition: all .5s ease;
    display: flex;
  }
  .question-title p {
    width: 85%;
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
  /*アイコンの＋と×*/
  .question-title::before, .question-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #453910;
  }
  .question-title::before {
    top: 44%;
    right: 15px;
    transform: rotate(0deg);
  }
  .question-title::after {
    top: 44%;
    right: 15px;
    transform: rotate(90deg);
  }
  /*　hideというクラスがついたら形状変化　*/
  .question-title.hide::before {
    transform: rotate(45deg);
  }
  .question-title.hide::after {
    transform: rotate(-45deg);
  }
  /*アコーディオンで現れるエリア*/
  .answer {
    display: none; /*はじめは非表示*/
    line-height: 3.3rem;
  }
  .answer p {
    overflow: hidden;
  }
  .faq-initial {
    font-size: 2rem;
    font-weight: 500;
    color: #A39568;
    margin-right: 1%;
    float: left;
  }
  @media (max-width: 599px) {
    .section-consul_faq {
      margin-bottom: 100px;
    }
    .section-consul_faq .content-title_white-bg::after, .section-hair_faq .content-title_white-bg::after, .section-hair_feature .content-title_white-bg::after {
      font-size: 5rem;
      top: -25px;
      right: 10px;
    }
    .question-title {
      flex-wrap: wrap;
    }
    .question-title p {
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.7;
    }
    /*アイコンの＋と×*/
    .question-title::before {
      top: 13%;
      right: 5px;
    }
    .question-title::after {
      top: 13%;
      right: 5px;
    }
    .faq-initial {
      margin-bottom: 5px;
    }
    .answer {
      font-size: 1.4rem;
      line-height: 1.8;
    }
    .answer p {
      clear: both;
    }
  }
  /*------------------------
consul.html > section-consul_reserve
コンサルページ　ご予約・お問い合わせ
------------------------*/
  .section-consul_reserve {
    padding-top: 100px;
  }
  .section-consul_reserve .content-heading {
    /* padding-top: 30px; */
    margin-bottom: 60px;
  }
  .reserve-flow {
    margin-bottom: 30px;
  }
  .reserve-flow li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .reserve-flow li:nth-child(-n+2) {
    border-bottom: solid 1px #D1C59E;
  }
  .reserve-flow li .step {
    width: 20%;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    color: #A39568;
    margin-bottom: 15px;
  }
  .reserve-flow li .content-discription {
    width: 80%;
    text-align: left;
    margin-bottom: 15px;
  }
  .reserve-flow li .content-discription a {
    text-decoration: underline;
    color: #453910;
  }
  .reserve-attention {
    margin-bottom: 60px;
    list-style: circle;
    background-color: #FFFDF9;
    padding: 5% 5% 5% 10%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    border-radius: 3px;
    text-align: left;
  }
  @media (max-width: 599px) {
    .section-consul_reserve .content-heading {
      margin-bottom: 20px;
    }
    .reserve-flow li {
      flex-wrap: wrap;
    }
    .reserve-flow li .step {
      width: 100%;
    }
    .reserve-flow li .content-discription {
      width: 100%;
    }
  }
  /*------------------------
hair.html > section-hair
ヘアメニューページ　トップ
------------------------*/
  .hair_top-img {
    background-image: url("../images/hair_top-img.jpg");
    background-size: cover;
    background-position: center;
  }
  .section-hair {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  /*------------------------
hair.html > section-hair_feature
ヘアメニューページ　大切にすること
------------------------*/
.section-hair_feature { 
  width: 70%;
  margin-bottom: 180px;
}
  .section-hair_feature ol li {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  .section-hair_feature ol li img {
    height: 120px;
    margin-top: 15px;
  }
  .section-hair_feature ol li .feature-text {
    width: 80%;
    text-align: left;
  }
  .section-hair_feature ol li .content-lead {
    font-size: 2.0rem;
  }
  @media (max-width: 599px) {
    .section-hair_feature { 
  width: 90%;
}
    .section-hair_feature ol li img {
      height: 80px;
      margin-top: 0px;
      margin-bottom: 20px;
    }
    .section-hair_feature ol li {
      flex-wrap: wrap;
    }
    .section-hair_feature ol li .feature-text {
      width: 100%;
    }
    .section-hair_feature ol li .content-lead {
      font-size: 1.6rem;
      text-align: center;
    }
  }
  /*------------------------
hair.html > section-hair_menu
ヘアメニュー　メニュー
------------------------*/
  .section-hair_menu {
    padding-bottom: 50px;
  }
  /*------------------------
hair.html > section-hair_price
ヘアメニュー　プライス
------------------------*/
  .section-hair_price {
    margin-bottom: 180px;
  }
  .section-hair_price .hair-pricelist {
    width: 70%;
    margin: 20px auto 50px auto;
  }
  .section-hair_price .pricelist-lead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #A39568;
    font-size: 2.6rem;
    display: inline-block;
    letter-spacing: 0.1rem;
  }
  .section-hair_price .ja {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.4rem;
  }
  .section-hair_price .hair-pricelist dl {
    padding: 14px 0;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #D1C59E;
  }
  .section-hair_price .hair-pricelist dl:first-child {
    border-top: 2px dotted #D1C59E;
  }
  .section-hair_price .hair-pricelist dl dt {
    width: 80%;
    text-align: left;
  }
  .section-hair_price .hair-pricelist dl dt span {
    padding: 0 10px 0 10px;
    border-radius: 2px;
    margin-right: 10px;
    font-weight: 400;
    background-color: #F5E8DF;
  }
  .section-hair_price .hair-pricelist dl dd {
    width: 15%;
    text-align: right;
  }
  .section-hair_price p {
    font-size: 1.3rem;
    padding-top: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
  }
  .section-hair_price p a {
    color: #453910;
    text-decoration: underline;
  }
  @media (max-width: 599px) {
    .section-hair_price .hair-pricelist {
      width: 100%;
    }
    .section-hair_price .pricelist-lead {
      font-size: 2.4rem;
    }
    .section-hair_price .ja {
      font-size: 2.2rem;
    }
    .section-hair_price .hair-pricelist dl {
      padding: 12px 0;
      font-size: 1.4rem;
      align-items: flex-end;
    }
    .section-hair_price p {
      font-size: 1.2rem;
      text-align: left;
    }
  }
 
  /*------------------------
hair.html > section-hair_reserve
ヘアメニュー　ご予約
------------------------*/
  .section-hair_reserve {
    padding: 100px 0 130px 0;
  }
  .section-hair_reserve .attention {
    margin-top: 60px;
    list-style: circle;
    background-color: #FFFDF9;
    padding: 5% 5% 5% 10%;
  }
  /*------------------------
hair.html > section-hair_recommend
ヘアメニュー　ラデュールからのおすすめ
------------------------*/
  .section-hair_recommend {
    padding-bottom: 130px;
  }
  .section-hair_recommend .recommend-area {
    justify-content: space-between;
  }
  .section-hair_recommend .recommend-lead {
    font-size: 2.0rem;
    font-weight: 600;
    font-family: 'Shippori Mincho', serif;
    position: relative;
  }
  .section-hair_recommend .recommend-discription {
    font-size: 1.4rem;
    text-align: left;
  }
 /*------------------------
privacy.html > section-privacy
プライバシーポリシー
------------------------*/
.section-privacy {
  padding-top: 100px;
  padding-bottom: 50px;
}
.section-privacy ol {
  width: 70%;
  margin: 0 auto;
}
.section-privacy ul {
  list-style: inside;
  text-align: left;
  margin-bottom: 50px;
}
.section-privacy ol li a {
  color: #453910;
  text-decoration: underline;
}
.section-privacy .content-discription {
  text-align: left;
}
@media (max-width: 599px) {
  .section-privacy ol {
  width: 100%;
  font-size: 1.4rem;
}
}
  /*------------------------
  共通の装飾のメディアクエリ
------------------------*/
  /*----PC非表示／SP非表示----*/
  /*パソコン向け*/
  @media (min-width: 600px) {
    .hide-pc {
      display: none;
    }
  }
  /*スマホの時に非表示*/
  @media (max-width: 599px) {
    .hide-sp {
      display: none;
    }
  }