@charset "utf-8";

body {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
}
a {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000;
}
/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*調整クラス*/
.mplus {
  font-family: 'M PLUS 1p', sans-serif;
}
.underline {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.h200 {
  height: 200px;
}
.fw-bold {
  font-weight: bold;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-purple-lg {
  color: #a95cac;
  font-size: 1.0em;
  font-weight: bold;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-orange-lg {
  color: #f95d16;
  font-weight: bold;
  font-size: 2.0em;
}
.f-05em {
  font-size: 0.5em;
}
.f-08em {
  font-size: 0.8em;
}
.f-1em {
  font-size: 1em;
}
.f-12em {
  font-size: 1.2em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.f-responsive-s {
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
.f-responsive-l {
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}
.m-bottom-5 {
  margin-bottom: 5px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-bottom-50 {
  margin-bottom: 50px;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-left-100 {
  margin-left: 100px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-left-30 {
  margin-left: 30px;
}
.pad10 {
  padding: 10px;
}
.line-height-08 {
  line-height: 0.8;
}
.line-height-20 {
  line-height: 2;
}
.indent1 {
  text-indent: 1em;
}
.hr-red {
  border-color: red;
}
.table-custom01 {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.dl-custom01 {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.dl-custom01 dt {
  text-align: left;
}
.dl-custom01 dt, .dl-custom01 dd {
  padding: 5px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .dl-custom01 dd {
    border: none;
  }
}
.title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  /*letter-spacing: 5px;*/
  margin-top: 2em;
  font-size: 32px;
}
/*.title1:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d8ab7f;
  border-radius: 4px;
}*/
.title1 span {
  position: absolute;
  bottom: -30px;
  font-size: 0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*letter-spacing: 2px;*/
}
.title2 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 2em;
  color: #fff;
  font-size: 32px;
}
.title2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
}
.title2 span {
  position: absolute;
  bottom: -50px;
  font-size: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
}
.title3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #d8ab7f;/*左線*/
}

.flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

/*ナビゲーション*/
#header-sns-area {
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 4;
}
#header-sns-area .header-sns-icon {
  width: 50px;
  display: block;
  margin-top: 10px;
}
.navi {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.navi > li {
    float: left;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
    /*background: rgb(29, 33, 19);*/
    list-style: none;
    text-align: center;
}
.navi > li a {
    display: block;
    color: #000;
}
.navi > li a:hover {
    color: #fff;
}
ul.navi-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style: none;
    padding-left: 0;
}
ul.navi-third-level {
    visibility: hidden;
    opacity: 0;
}
ul.navi-fourth-level {
    visibility: hidden;
    opacity: 0;
}
.navi > li:hover {
    background: #d8ab7f;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navi-second-level li {
    border-top: 1px solid #111;
}
.navi-third-level li {
    border-top: 1px solid #111;
}
.navi-second-level li a:hover {
    background: #111;
}
.navi-third-level li a:hover {
    background: #2a1f1f;
}
.navi-fourth-level li a:hover {
    background: #1d0f0f;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.navi:before,
.navi:after {
    content: " ";
    display: table;
}
.navi:after {
    clear: both;
}
.navi {
    *zoom: 1;
}
.navi > li.navi-dropdown {
    position: relative;
}
.navi > li.navi-contact {
  /*background-color: #fff100;*/
  border-radius: 30px;
  background-image: url(../img/bg_btn.png);
}
.navi > li.navi-contact a {
  color: #fff;
}
.navi > li.navi-contact:hover {
    /*background: #d8ab7f;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.navi-dropdown ul.navi-second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #d8ab7f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.navi-dropdown:hover ul.navi-second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*ここからハンバーガーメニュー*/
div.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /*background: #fff;*/
    /*color: #000;*/
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
div.globalMenuSp ul {
    /*background: #ccc;*/
    background-color: rgba(216,171,127,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px dotted #333;*/
    border-bottom: 1px dotted #fff;
    position: relative;
}
div.globalMenuSp ul li ul {
  background-color: rgba(0,0,0,0.8);
}
/* 最後はラインを描かない */
div.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
div.globalMenuSp ul li a {
    display: block;
    /*color: #000;*/
    color: #fff;
    padding: 1em 0;
}
div.globalMenuSp ul li a.navDrop {
  position: absolute;
  right: 30px;
  top: 0px;
}
/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    /*background: #666;*/
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*ここまでハンバーガーメニュー*/

/*左ナビ*/
.header-left-btn {
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 3em;
  color: #fff;
  background-color: #000;
  font-family: 'M PLUS 1p', sans-serif;
  z-index: 2;
}
.header-left-nav-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 30px;
  z-index: 2;
}
.header-left-nav-box .forcustomer-btn {
  text-align: center;
  margin: 0 auto;
  background-color: #153e5d;
  border-radius: 50px;
  padding: 35px 0;
  width: 200px;
  height: 70px;
  display: block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.header-left-nav-box .forcustomer-btn span {
  position: absolute;
  font-size: 0.5em;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.header-left-nav-box .forstylist-btn {
  text-align: center;
  margin: 0 auto;
  background-color: #e60312;
  border-radius: 50px;
  padding: 35px 0;
  width: 200px;
  height: 70px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.header-left-nav-box .forstylist-btn span {
  position: absolute;
  font-size: 0.5em;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.header-left-nav-box .close-btn{
  /*position:absolute;*/
  display:inline-block;
  /*top:0px;*/
  /*left:0px;*/
  float: right;
  width:80px;
  height:80px;
  border:0;
  background-color:black;
  border-radius:80px;
  margin:0;
  padding:0;
  transform:scale(0.5);
  cursor:pointer;
}
.header-left-nav-box .close-btn:before{
  content:"";
  position:absolute;
  display:inline-block;
  top:12px;
  left:37px;
  width:3px;
  height:55px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.header-left-nav-box .close-btn:after{
  content:"";
  position:absolute;
  display:inline-block;
  top:12px;
  left:37px;
  width:3px;
  height:55px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

/*ここまで左ナビ*/

/*ページ共通*/
#copy {
  text-align: center;
  padding: 50px;
  /*border-top: 1px solid #d6d6d6;*/
  background-color: #000;
  margin-top: 50px;
  color: #fff;
}
.page-title {
  margin-top: 20px;
  overflow: hidden;
}
.title01 {
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
#header-menu {
  margin-top: 25px;
}
.footer-contact-wrapper {
  background-color: #d8ab7f;
  margin-top: 100px;
  position: relative;
}
.footer-contact-wrapper::before {
  content: "";
  background: url(../img/footer_img.png) left no-repeat;
  height: 76px;
  display: block;
  position: inherit;
  top: -76px;
}
#footer-contact {
  color: #fff;
  text-align: center;
  position: relative;
  top: -80px;
}
#footer-contact .footer-contact-btn {
  text-align: center;
  margin: 0 auto;
  /*background-color: #fff100;*/
  background-image: url(../img/bg_btn.png);
  border-radius: 41px;
  padding: 20px 50px;
  color: #fff;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
#footer-contact .footer-contact-btn:hover {
  /*background-color: #fff;*/
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#footer-contact a.footer-tel {
  font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429));
  font-weight: bold;
  color: #fff
}
#footer-contact a.footer-tel:hover {
  color: #eee;
}
#footer-navi {
  margin-top: 50px;
}
#footer-navi span {
  color: #d8ab7f;
}
#footer-navi ul li {
  line-height: 2em;
}

/*index*/
#logo {
  position: relative;
}
#logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  #logo .logo-img {
    width: 180px;
  }
}
#logo .for-s {
  margin-top: 50px;
  background-color: #e60112;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  font-size: 0.5em;
}
#logo .for-c {
  margin-top: 50px;
  background-color: #153e5d;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  font-size: 0.5em;
}
.detail-wrapper {
  background-color: #ededed;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#detail {
  background-color: #ededed;
}
#detail .short-border {
  border-bottom: 1px solid;
  width: 50px;
  display: block;
}
#detail .detail-collapse-title-wrapper {
  border-top: 1px solid;
  padding: 30px 30px 40px;
}
#detail .detail-collapse-title {
  display: block;
  font-size: 1.5em;
  position: relative;
}
#detail .detail-collapse-title .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 0;
}
#detail .detail-collapse-title .icon::before, #detail .detail-collapse-title .icon--plus::after {
  position: absolute;
  top: 16px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #000;
  transform: translateX(-50%);
}
#detail .detail-collapse-title .icon--plus:after {
  top: 3px;
  left: -13px;
  transform: rotate(90deg);
}
#detail .collapse-open .icon--plus:after {
  display: none;
}
#detail .detail-price-title {
  font-size: 1.5em;
  background-color: #000;
  color: #fff;
  padding: 10px;
}
#btn-area {
  /*margin-top: 50px;*/
  padding-bottom: 50px;
  background-color: #ebebeb;
}
/*#btn-area .btn-reserve-area {
  text-align: center;
  color: #153e5d;
  padding: 60px 0;
  transition: .4s ease 0s;
}
#btn-area .btn-reserve-area:hover {
  background-color: #153e5d;
  color: #fff;
}
#btn-area .reserve-btn {
  text-align: center;
  margin: 0 auto;
  background-color: #153e5d;
  border-radius: 50px;
  padding: 10px 0;
  width: 320px;
  display: block;
  color: #fff;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
#btn-area .btn-reserve-area:hover .reserve-btn {
  color: #153e5d;
  background-color: #fff;
}*/
#btn-area .btn-contact-area {
  text-align: center;
  background-color: #fff;
  color: #e60312;
  padding: 60px 0;
  transition: .4s ease 0s;
}
#btn-area .btn-contact-area .line-text {
  color: #00b900;
  font-size: 1.2em;
}
#btn-area .btn-contact-area:hover {
  background-color: #e60312;
  color: #fff;
}
#btn-area .contact-btn {
  text-align: center;
  margin: 0 auto;
  background-color: #e60312;
  border-radius: 50px;
  padding: 10px 0;
  width: 320px;
  display: block;
  color: #fff;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
#btn-area .contact-line-btn {
  text-align: center;
  margin: 10px auto 0;
  background-color: #00b900;
  border-radius: 50px;
  padding: 10px 0;
  width: 320px;
  display: block;
  color: #fff;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
#btn-area .btn-contact-area:hover .contact-btn {
  color: #e60312;
  background-color: #fff;
}
#btn-area .btn-contact-area:hover .contact-line-btn {
  color: #00b900;
  background-color: #fff;
}

#stylist {
  padding-bottom: 30px;
}
#stylist .stylist-box {
  position: relative;
  background-color: #ebebeb;
  width: 100%;
  /*height: calc(100vw * 0.75);*/
  /*background-image: linear-gradient(-45deg, #e60112 60px, transparent 0);*/
  border-radius: 30px 0 30px 0;
}
#stylist .stylist-box:before {
  content: "";
  display: block;
  padding-top: 140%;
}
#stylist .stylist-box2 {
  position: absolute;
  top: 0;
  width: 100%;
  /*height: calc(100vw * 0.75);*/
  background-image: linear-gradient(-45deg, #e60112 60px, transparent 0), linear-gradient(135deg, #153e5d 60px, transparent 0);
  border-radius: 30px 0 30px 0;
}
#stylist .stylist-box2:before {
  content: "";
  display: block;
  padding-top: 140%;
}
#stylist .stylist-box .stylist-img {
  width: 100%;
  border-radius: 30px 0 0 0;
  position: absolute;
  top: 0;
  border: 1px solid #ebebeb;
}
#stylist .stylist-box .text-box {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
}
#stylist .stylist-box .name {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  font-size: 1.4em;
}
#stylist .stylist-box .profession {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 0;
}
#stylist .stylist-box .sns-area {
  position: absolute;
  /*top: 400px;*/
  bottom: 6%;
  text-align: center;
  width: 100%;
}
#stylist .sns-area .sns-icon {
  margin: 0 10px;
  width: 80px;
}
#stylist .btn-reserve-area {
  text-align: center;
  color: #153e5d;
  padding: 20px 0;
  transition: .4s ease 0s;
}
#stylist .btn-reserve-area:hover {
  /*background-color: #153e5d;*/
  /*color: #fff;*/
}
#stylist .btn-reserve-area .reserve-btn {
  text-align: center;
  margin: 0 auto;
  background-color: #153e5d;
  border-radius: 50px;
  padding: 10px 0;
  width: 320px;
  display: block;
  color: #fff;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  border: 1px solid #153e5d;
}
#stylist .btn-reserve-area .reserve-btn:hover {
  color: #153e5d;
  background-color: #fff;
  border: 1px solid #153e5d;
}

.contact-wrapper {
  background-color: #ebebeb;
  padding-top: 50px;
}

#scroll2 {
  margin-top: 50px;
}
#scroll2 div {
  position: sticky;
  top: 10vh;
}
#scroll2 div img {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #scroll2 div {
    top: 30vh;
  }
}