@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* @mixinで始まって半角スペース＋半角英数。.（ドット）や#（シャープ）はつけない */
/* @include mixinの名前で呼び出し */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10000;
  text-align: center;
  color: #999; }
#loader-bg span {
  display: block;
  text-align: center; }
#loader-bg i {
  color: #999 !important; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10002; }

body {
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*/ / / / / /
common
/ / / / / / /*/
.cf {
  zoom: 1; }
.cf:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

a {
  text-decoration: none; }

.bgTop {
  background: url(../img/bgTop.jpg) right center no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  width: 100vw;
  /* nav */ }
.bgTop .bgWhite {
  background: url(../img/bgWhite.png) top left no-repeat;
  position: relative;
  height: 100vh;
  width: 100vw;
  animation-delay: 0.3s;
  overflow: hidden; }
.bgTop nav.top {
  width: 120px;
  padding-left: 54px;
  position: absolute;
  bottom: 31%;
  animation-delay: 0.6s; }
.bgTop nav.top ul li {
  font-size: 12px;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  transition-duration: 0.3s; }
.bgTop nav.top ul li:hover:before {
  left: -10px; }
.bgTop nav.top ul li:before {
  width: 29px;
  height: 27px;
  background: url(../img/navHover.png) no-repeat;
  content: '';
  position: absolute;
  left: -100%;
  z-index: 1000;
  transition-duration: 0.3s; }
.bgTop nav.top ul li a {
  color: #010101;
  display: block; }
.bgTop nav.top ul li a span {
  margin-top: 8px;
  display: block;
  letter-spacing: 2px;
  font-size: 10px;
  color: #7B7B7B; }
.bgTop .logo {
  width: 123px;
  padding-top: 165px;
  padding-left: 54px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  animation-delay: 0.5s; }
.bgTop .logo img {
  max-width: 100%;
  width: 100%;
  height: auto; }
@media only screen and (max-height: 800px) {
  .bgTop {
    /* nav */ }
  .bgTop .bgWhite {
    background: url(../img/bgWhite.png) top -80px left no-repeat;
    position: relative;
    height: 100vh;
    width: 100vw; }
  .bgTop .logo {
    padding-top: 85px; }
  .bgTop nav.top {
    width: 120px;
    padding-left: 54px;
    position: absolute;
    bottom: auto;
    top: 270px; }
  .bgTop nav.top ul li {
    font-size: 12px;
    text-align: center;
    margin-bottom: 28px; }
  .bgTop nav.top ul li a {
    color: #010101; }
  .bgTop nav.top ul li a span {
    margin-top: 8px;
    display: block;
    letter-spacing: 2px;
    font-size: 10px;
    color: #7B7B7B; } }

/* bgTop */
.reservatio {
  width: 145px;
  height: 145px;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  padding-top: 21px;
  padding-right: 14px;
  top: 17px;
  right: 22px;
  text-align: right;
  animation-delay: 0.6s;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 500; }
.reservatio:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 145px 145px 0;
  border-color: transparent #000000 transparent transparent;
  content: '';
  top: 0;
  right: 0;
  z-index: 1000;
  position: absolute; }
.reservatio a {
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  height: 145px;
  width: 145px;
  padding-right: 21px; }
.reservatio a span {
  font-size: 12px;
  margin-right: -7px;
  display: block;
  letter-spacing: 4px;
  margin-bottom: 10px; }

/* reservatio */
.subNav {
  position: fixed;
  left: 0;
  bottom: 0;
  animation-delay: 0.8s; }
.subNav:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 0 0 350px;
  border-color: transparent transparent transparent #ffffff;
  content: '';
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0; }
.subNav ul {
  position: relative;
  z-index: 1001;
  width: 100px;
  padding-left: 30px; }
.subNav ul li {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px; }
.subNav ul li:hover:before {
  left: 10px; }
.subNav ul li.nowPage:before {
  width: 29px;
  height: 27px;
  background: url(../img/navHover.png) no-repeat;
  content: '';
  position: absolute;
  left: 10px;
  z-index: 1000; }
.subNav ul li:before {
  width: 29px;
  height: 27px;
  background: url(../img/navHover.png) no-repeat;
  content: '';
  position: absolute;
  left: -100%;
  z-index: 1000;
  transition-duration: 0.3s; }
.subNav ul li a {
  color: #010101; }
.subNav ul li a span {
  margin-top: 8px;
  display: block;
  letter-spacing: 2px;
  font-size: 10px; }

/* subNav */
footer {
  position: absolute;
  bottom: 22px;
  left: 22px;
  animation-delay: 0.8s; }
footer .sns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px; }
footer .sns ul {
  display: block;
  font-size: 0; }
footer .sns ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #EBEBEB; }
footer .sns ul li:first-child {
  border-left: 0px solid #EBEBEB;
  box-sizing: border-box;
  padding-left: 0px;
  margin-left: 0px; }
footer .sns ul li a {
  color: #000;
  display: block;
  transition-duration: 0.3s; }
footer .sns ul li a:hover {
  opacity: 0.5 !important; }
footer .copyFot {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 5px; }
footer .copyFot span {
  font-size: 10px;
  display: block;
  margin-top: 4px;
  letter-spacing: 4px; }
footer.sub {
  text-align: right;
  left: auto;
  right: 22px;
  position: fixed;
  animation-delay: 1s; }
footer.sub .sns {
  display: block;
  margin-bottom: 20px; }
footer.sub .copyFot {
  display: block;
  margin-right: 30px; }

/* fotter */
section#subPage {
  background: radial-gradient(ellipse farthest-side at 40% 40%, #e7eef3, #dce0e3);
  width: 100vw;
  height: auto;
  padding-top: 84px;
  padding-bottom: 250px;
  /* pageConcept */
  /* pageStylist */
  /* pageMenu */
  /* pageAccess */
  /* subAboutParts */
  /* slider */
  /* / / / / / 
  slider
  / / / / /  /*/
  /* top_slide */ }
section#subPage .subLogo {
  width: 350px;
  height: 350px;
  position: fixed;
  animation-delay: 0.6s;
  top: 0;
  left: 0;
  z-index: 100; }
section#subPage .subLogo:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 350px 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: 1000; }
section#subPage .subLogo img {
  max-width: 123px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1001;
  margin-top: 20px;
  margin-left: 20px;
  transition-duration: 0.3s; }
section#subPage .subLogo img:hover {
  opacity: 0.5 !important; }
section#subPage .subPageTitle {
  background: url(../img/bgSubTitle.png) top center no-repeat;
  background-size: 108px 99px;
  height: 108px;
  box-sizing: border-box;
  padding-top: 40px;
  font-size: 24px;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 100px; }
section#subPage .subPageTitle span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 2px; }
section#subPage .pageConcept {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  /* contents */ }
section#subPage .pageConcept .contents .mes .copy {
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 7.5px;
  text-align: center; }
section#subPage .pageConcept .contents .mes > p {
  line-height: 30px;
  margin-top: 25px;
  letter-spacing: 3.4px;
  padding-left: 20px; }
section#subPage .pageConcept .contents .conceptParts {
  margin-top: 70px;
  /* Box */ }
section#subPage .pageConcept .contents .conceptParts h3 {
  font-size: 16px;
  color: #3D555A; }
section#subPage .pageConcept .contents .conceptParts .Box {
  font-size: 12px; }
section#subPage .pageConcept .contents .conceptParts .Box > p {
  line-height: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle {
  position: relative;
  width: 600px;
  height: 542px; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li {
  text-align: center;
  width: 271px;
  height: 271px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  display: block; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white {
  background: rgba(255, 255, 255, 0.36);
  border: solid 1px rgba(204, 204, 204, 0.36);
  box-sizing: border-box;
  color: #3D555A;
  font-size: 13px;
  padding-top: 30px; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white span {
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #aaa;
  font-size: 14px; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white p {
  line-height: 21px;
  padding-top: 20px;
  width: 80%;
  margin: 0 auto; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white.one {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white.two {
  left: 0;
  bottom: 0;
  padding-top: 80px; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white.three {
  right: 0;
  bottom: 0;
  padding-top: 80px; }
section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.blue {
  width: 228px;
  height: 228px;
  background: rgba(167, 184, 189, 0.62);
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 40px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
  padding-top: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10; }
section#subPage .pageConcept .contents .conceptParts.wide h3 {
  box-sizing: border-box;
  padding-left: 50px;
  padding-bottom: 20px;
  border-bottom: solid 1px #B3C0CA;
  line-height: 32px;
  letter-spacing: 3px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }
section#subPage .pageConcept .contents .conceptParts.long {
  display: block;
  font-size: 0; }
section#subPage .pageConcept .contents .conceptParts.long h3 {
  vertical-align: middle;
  width: 160px;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  letter-spacing: 2px;
  line-height: 30px;
  padding-right: 40px;
  border-right: 1px solid #B3C0CA;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }
section#subPage .pageConcept .contents .conceptParts.long h3 span.number {
  display: inline-block;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: -0.1em; }
section#subPage .pageConcept .contents .conceptParts.long h3 span.two {
  padding-top: 1em; }
section#subPage .pageConcept .contents .conceptParts.long .Box {
  display: inline-block;
  width: 490px;
  font-size: 12px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 30px; }
section#subPage .pageStylist {
  max-width: 650px;
  width: 100%;
  margin: 0 auto; }
section#subPage .pageStylist .stylistBox {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 90px;
  /* nameArea */
  /* profile */ }
section#subPage .pageStylist .stylistBox .nameArea {
  /* name */ }
section#subPage .pageStylist .stylistBox .nameArea .img {
  display: inline-block;
  width: 200px;
  vertical-align: middle; }
section#subPage .pageStylist .stylistBox .nameArea .img img {
  max-width: 100%;
  height: auto; }
section#subPage .pageStylist .stylistBox .nameArea .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding-left: 25px;
  letter-spacing: 6.25px; }
section#subPage .pageStylist .stylistBox .nameArea .name span {
  font-size: 10px;
  display: block;
  letter-spacing: 3px; }
section#subPage .pageStylist .stylistBox .profile > p {
  line-height: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px; }
section#subPage .pageStylist .stylistBox .profile > p span {
  display: block; }
section#subPage .pageStylist .stylistBox .profile dl {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #979797;
  box-sizing: border-box;
  padding: 0 30px;
  color: #505861;
  zoom: 1; }
section#subPage .pageStylist .stylistBox .profile dl.first {
  border-top: 0px; }
section#subPage .pageStylist .stylistBox .profile dl:before, section#subPage .pageStylist .stylistBox .profile dl:after {
  content: "";
  display: table; }
section#subPage .pageStylist .stylistBox .profile dl:after {
  clear: both; }
section#subPage .pageStylist .stylistBox .profile dl dt, section#subPage .pageStylist .stylistBox .profile dl dd {
  letter-spacing: 3px;
  line-height: 34px; }
section#subPage .pageStylist .stylistBox .profile dl dt {
  width: 210px;
  float: left; }
section#subPage .pageStylist .stylistBox .profile dl dd {
  width: 290px;
  float: right; }
section#subPage .pageStylist .stylistBox .profile dl dd p {
  line-height: 22px;
  margin-top: 6px; }
section#subPage .pageMenu {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  /* priceBox */ }
section#subPage .pageMenu .word {
  padding: 0 25px; }
section#subPage .pageMenu .word p {
  height: 30px;
  line-height: 30px;
  letter-spacing: 4px;
  border-bottom: solid 3px rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  text-align: center; }
section#subPage .pageMenu .word p.word_small_before {
  border: none;
  margin-bottom: 0; }
section#subPage .pageMenu .word p.word_small {
  color: #666;
  line-height: 20px; }
section#subPage .pageMenu .priceBox {
  margin-top: 100px; }
section#subPage .pageMenu .priceBox h3 {
  text-align: center;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 34px;
  letter-spacing: 8.5px;
  line-height: 34px;
  color: #AEAEAE;
  margin-bottom: 30px; }
section#subPage .pageMenu .priceBox h3 span {
  font-size: 12px;
  color: #000;
  letter-spacing: 3px;
  line-height: 20px;
  display: block; }
section#subPage .pageMenu .priceBox dl {
  zoom: 1;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 60px; }
section#subPage .pageMenu .priceBox dl:before, section#subPage .pageMenu .priceBox dl:after {
  content: "";
  display: table; }
section#subPage .pageMenu .priceBox dl:after {
  clear: both; }
section#subPage .pageMenu .priceBox dl dt {
  padding: 0 15px;
  display: block;
  font-size: 14px;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.5px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #838383; }
section#subPage .pageMenu .priceBox dl dt span {
  display: inline;
  font-size: 12px;
  float: right;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 400; }
section#subPage .pageMenu .priceBox dl dd {
  padding: 0 15px;
  padding-top: 5px;
  color: #444444;
  letter-spacing: 3px;
  line-height: 20px; }
section#subPage .pageMenu .priceBox dl dd span.kome {
  display: block;
  margin-top: 8px;
  letter-spacing: 3px;
  text-align: right;
  font-size: 11px; }
section#subPage .pageAccess {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  /* accessInfo */ }
section#subPage .pageAccess .accessBox {
  background: url(../img/bgMap.png) no-repeat;
  background-size: 628px auto;
  max-width: 628px;
  width: 100%;
  height: 454px;
  margin: 0 auto; }
section#subPage .pageAccess .accessInfo {
  margin-top: -100px; }
section#subPage .pageAccess .accessInfo dl {
  display: block;
  font-size: 0;
  text-align: center; }
section#subPage .pageAccess .accessInfo dl dt {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  letter-spacing: 3.5px;
  line-height: 14px;
  text-align: right;
  padding-right: 45px;
  padding-bottom: 45px;
  box-sizing: border-box;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 700; }
section#subPage .pageAccess .accessInfo dl dt span {
  margin-top: 3px;
  font-size: 12px;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  letter-spacing: 0; }
section#subPage .pageAccess .accessInfo dl dd {
  display: inline-block;
  width: 253px;
  vertical-align: bottom; }
section#subPage .pageAccess .accessInfo dl dd img {
  max-width: 100%; }
section#subPage .pageAccess .accessInfo .toGmap {
  display: block;
  padding-top: 50px;
  padding-left: 10px;
  margin-bottom: 10px; }
section#subPage .pageAccess .accessInfo .toGmap a {
  width: 140px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #000;
  background: #fff;
  border: solid 1px #D6D6D6;
  text-align: center; }
section#subPage .pageAccess .accessInfo .map {
  height: 300px;
  max-width: 630px;
  width: 100%;
  margin: 0 auto; }
section#subPage .subAboutParts {
  background: rgba(253, 253, 253, 0.5);
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 230px;
  max-width: 630px;
  width: 100%;
  margin: 60px auto 0; }
section#subPage .subAboutParts .logoBottom {
  width: 75px;
  margin: 0 auto 40px; }
section#subPage .subAboutParts .logoBottom img {
  max-width: 100%;
  height: auto; }
section#subPage .subAboutParts .info ul {
  display: block;
  font-size: 0;
  text-align: center; }
section#subPage .subAboutParts .info ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: 50%; }
section#subPage .subAboutParts .info ul li a {
  display: inline-block;
  border: solid 1px #BABABA;
  padding: 3px 5px;
  font-size: 10px;
  color: #000;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }
section#subPage .subAboutParts .info ul li a:hover {
  background: #333;
  color: #fff; }
section#subPage .subAboutParts .info ul li span {
  font-size: 12px;
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 3px; }
section#subPage .subAboutParts .info ul li p {
  font-family: "kozuka-gothic-pr6n",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px; }
section#subPage .subAboutParts .info ul li p strong {
  font-weight: bold; }
section#subPage .subAboutParts .info .ifmtn {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 20px; }
section#subPage .slider {
  display: block;
  font-size: 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
  margin-top: -220px; }
section#subPage .slider button {
  display: none !important; }
section#subPage .slider div {
  vertical-align: top;
  height: 200px;
  display: inline-block;
  margin-right: 30px; }
section#subPage .slider div img {
  max-width: 100%;
  height: auto; }
section#subPage .slider .slick-list.draggable {
  width: 100%;
  padding: 0 !important; }
section#subPage .top_slide {
  text-align: center;
  height: 201px;
  margin-top: -230px; }
section#subPage .top_slide .bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  overflow: hidden;
  height: 110px; }
section#subPage .top_slide .bx-wrapper .bx-controls-direction a {
  width: 10px; }
section#subPage .top_slide .slider ul li {
  background: #000;
  width: 200px !important; }
section#subPage .bx-loading {
  display: none; }

/* subPage */
@media only screen and (min-width: 426px) {
  .spNav {
    display: none; }

  .pcItem {
    display: inherit; }

  .spItem {
    display: none; } }
@media only screen and (max-width: 425px) {
  .pcItem {
    display: none !important; }

  .spItem {
    display: inherit; }

  .nav-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -735px;
    z-index: 10000;
    background: #fff;
    transition: 0.5s top; }
  .nav-content ul {
    display: block;
    font-size: 0; }
  .nav-content ul li {
    font-size: 14px;
    width: 100%;
    display: block;
    box-sizing: border-box; }
  .nav-content ul li.current {
    background: rgba(255, 255, 255, 0.8); }
  .nav-content ul li.current a {
    color: #000; }
  .nav-content ul li a {
    text-align: left;
    display: block;
    padding: 10px;
    color: #000; }
  .nav-content ul li a i {
    font-size: 12px;
    margin-left: 5px; }

  #js-cover {
    background: #fff;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0px;
    opacity: 0;
    z-index: 100000; }

  .is-open .nav-content {
    top: 00px; }

  .menu-button {
    width: 40px;
    height: 32px;
    display: block;
    position: fixed;
    right: 14px;
    top: 15px;
    z-index: 100001; }
  .menu-button i {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 0px;
    background: #000;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px; }
  .menu-button i:before, .menu-button i:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 0px;
    background: #000;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s !important; }
  .menu-button i:before {
    transform: translateY(8px);
    bottom: -3px; }
  .menu-button i:after {
    transform: translateY(-8px);
    top: -3px; }

  .is-open {
    /* menu-button */ }
  .is-open .menu-button {
    /* i */ }
  .is-open .menu-button i {
    background: none; }
  .is-open .menu-button i:after {
    transform: translateY(0px) rotate(-45deg);
    top: 0; }
  .is-open .menu-button i:before {
    transform: translateY(0px) rotate(45deg);
    bottom: 0; }

  /* is-open */
  .spNav .logoSpNav {
    width: 49px;
    height: 57px;
    margin: 80px auto 20px; }
  .spNav .logoSpNav img {
    max-width: 100%;
    height: auto; }
  .spNav ul {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    /* li */ }
  .spNav ul li {
    border-top: 1px solid #F5F5F5; }
  .spNav ul li a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.9px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  .spNav ul li a span {
    display: block;
    margin-top: 5px;
    color: #6F6F6F;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 20px;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 200; }
  .spNav ul li.spNavSNS {
    height: 50px;
    padding-top: 20px;
    font-size: 0; }
  .spNav ul li.spNavSNS > div {
    display: inline-block;
    width: 33.333%;
    border-left: 1px solid #F5F5F5;
    box-sizing: border-box; }
  .spNav ul li.spNavSNS > div:first-child {
    border-left: 0px solid #F5F5F5;
    box-sizing: border-box; }
  .spNav ul li.spNavSNS > div a {
    color: #3F3F3F; }
  .spNav ul li.spNavSNS > div i {
    font-size: 50px; }

  /* spNav */
  div#js-accordion {
    height: 84px;
    width: 100%;
    position: fixed;
    top: 0;
    background-size: 100% 84px;
    background-position: 0 0;
    z-index: 0; }

  .bgTop {
    background: url(../img/bgTop.jpg) right bottom 13% no-repeat;
    background-color: #000;
    background-size: contain;
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    /* nav */ }
  .bgTop .bgWhite {
    background: url(../img/bgWhiteSp.png) top left no-repeat;
    position: relative;
    height: 100vh;
    width: 100vw; }
  .bgTop nav.top {
    width: 100px;
    padding-left: 10px;
    position: absolute;
    bottom: auto;
    top: 140px; }
  .bgTop nav.top ul li {
    font-size: 12px;
    text-align: center;
    margin-bottom: 28px; }
  .bgTop nav.top ul li a {
    color: #010101; }
  .bgTop nav.top ul li a span {
    margin-top: 8px;
    display: block;
    letter-spacing: 2px;
    font-size: 10px; }
  .bgTop .logo {
    width: 49px;
    padding-top: 30px;
    padding-left: 30px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0; }
  .bgTop .logo img {
    max-width: 100%;
    width: 100%;
    height: auto; }

  /* bgTop */
  .reservatio {
    width: 120px;
    height: 60px;
    position: fixed;
    z-index: 1000;
    box-sizing: border-box;
    padding-top: 7px;
    padding-right: 0px;
    top: 0px;
    right: 10px;
    text-align: center;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 500; }
  .reservatio:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 60px;
    border-color: #000000 transparent transparent transparent;
    content: '';
    top: 0;
    right: 0;
    z-index: 1000;
    position: absolute; }
  .reservatio a {
    display: block;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 1001;
    box-sizing: border-box;
    height: 60px;
    width: 120px;
    padding-right: 0px; }
  .reservatio a span {
    font-size: 10px;
    margin-right: 0px;
    letter-spacing: 4px;
    margin-bottom: 4px; }
  .reservatio.subpageItem {
    right: 75px; }

  /* reservatio */
  .subNav {
    position: fixed;
    left: 0;
    bottom: 0; }
  .subNav:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 350px 0 0 350px;
    border-color: transparent transparent transparent #ffffff;
    content: '';
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0; }
  .subNav ul {
    position: relative;
    z-index: 1001;
    width: 100px;
    padding-left: 20px; }
  .subNav ul li {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px; }
  .subNav ul li a {
    color: #010101; }
  .subNav ul li a span {
    margin-top: 8px;
    display: block;
    letter-spacing: 2px;
    font-size: 10px; }

  /* subNav */
  footer {
    position: absolute;
    bottom: 20px;
    left: 20px; }
  footer .sns {
    display: block;
    vertical-align: middle;
    margin-right: 00px;
    margin-bottom: 8px; }
  footer .sns ul {
    display: block;
    font-size: 0; }
  footer .sns ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #B7B7B7;
    border-left: 1px solid #EBEBEB;
    padding-left: 8px;
    margin-left: 8px; }
  footer .sns ul li:first-child {
    border-left: 0px solid #EBEBEB;
    padding-left: 0px;
    margin-left: 0px; }
  footer .sns ul li a {
    color: #B7B7B7;
    display: block; }
  footer .copyFot {
    display: block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 2px; }
  footer .copyFot span {
    font-size: 10px;
    display: block;
    margin-top: 4px;
    letter-spacing: 0px; }
  footer.sub {
    text-align: center;
    left: auto;
    right: auto;
    position: relative;
    bottom: 0;
    padding: 20px 0; }
  footer.sub .sns {
    display: block;
    margin-bottom: 12px; }
  footer.sub .copyFot {
    display: block;
    margin-right: 00px; }

  /* fotter */
  section#subPage {
    background: radial-gradient(ellipse farthest-side at 40% 40%, #e7eef3, #dce0e3);
    width: 100vw;
    height: auto;
    padding-top: 84px;
    padding-bottom: 80px;
    /* pageConcept */
    /* pageStylist */
    /* pageMenu */
    /* subAboutParts */ }
  section#subPage .subNav {
    display: none; }
  section#subPage .subLogo {
    width: 140px;
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
  section#subPage .subLogo:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 140px 0 0;
    border-color: #ffffff transparent transparent transparent;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1000; }
  section#subPage .subLogo img {
    max-width: 50px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1001;
    margin-top: 10px;
    margin-left: 10px; }
  section#subPage .subPageTitle {
    background: url(../img/bgSubTitleSp.png) top center no-repeat;
    background-size: 97px 80px;
    height: 97px;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 32px; }
  section#subPage .subPageTitle span {
    display: none; }
  section#subPage .pageConcept {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    /* contents */ }
  section#subPage .pageConcept .contents .mes {
    text-align: center; }
  section#subPage .pageConcept .contents .mes .copy {
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5px;
    text-align: center; }
  section#subPage .pageConcept .contents .mes > p {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    margin-top: 25px;
    letter-spacing: 3px;
    padding-left: 00px; }
  section#subPage .pageConcept .contents .conceptParts {
    width: 84%;
    margin: 0 auto;
    margin-top: 70px;
    /* Box */ }
  section#subPage .pageConcept .contents .conceptParts h3 {
    font-size: 16px;
    color: #3D555A;
    text-align: center;
    margin-bottom: 8px;
    line-height: 26px; }
  section#subPage .pageConcept .contents .conceptParts .Box {
    font-size: 12px; }
  section#subPage .pageConcept .contents .conceptParts .Box > p {
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 20px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle {
    position: relative;
    max-width: 600px;
    width: 100%;
    height: auto; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li {
    text-align: center;
    width: 220px;
    height: 220px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-top: -50px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white {
    box-sizing: border-box;
    color: #3D555A;
    font-size: 12px;
    padding-top: 0px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white span {
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white p {
    line-height: 21px;
    padding-top: 20px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white.one {
    left: auto;
    right: auto;
    top: 0;
    margin: -50px auto 0;
    position: relative;
    z-index: 12;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    left: -40px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white.two {
    left: auto;
    right: auto;
    bottom: 0;
    padding-top: 40px;
    position: relative;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
    right: -40px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.white.three {
    left: auto;
    right: auto;
    bottom: 0;
    padding-top: 60px;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    left: -40px; }
  section#subPage .pageConcept .contents .conceptParts .Box ul.circle li.blue {
    margin-top: 0;
    width: 228px;
    height: 228px;
    background: rgba(167, 184, 189, 0.62);
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 40px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 13; }
  section#subPage .pageConcept .contents .conceptParts.wide h3 {
    box-sizing: border-box;
    padding-left: 00px;
    padding-bottom: 20px;
    border-bottom: solid 1px #B3C0CA;
    line-height: 32px;
    letter-spacing: 3px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
  section#subPage .pageConcept .contents .conceptParts.long {
    display: block;
    font-size: 0; }
  section#subPage .pageConcept .contents .conceptParts.long h3 {
    vertical-align: middle;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 00px;
    padding-bottom: 10px;
    padding-left: 00px;
    letter-spacing: 2px;
    line-height: 30px;
    padding-right: 00px;
    border-right: 0px;
    border-bottom: 1px solid #B3C0CA;
    writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb; }
  section#subPage .pageConcept .contents .conceptParts.long h3 span.number {
    display: inline-block;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    letter-spacing: 0em; }
  section#subPage .pageConcept .contents .conceptParts.long h3 span.two {
    padding-top: 1em; }
  section#subPage .pageConcept .contents .conceptParts.long .Box {
    display: inline-block;
    max-width: 490px;
    width: 100%;
    font-size: 12px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 00px;
    padding-right: 00px; }
  section#subPage .pageStylist {
    max-width: 650px;
    width: 84%;
    margin: 0 auto; }
  section#subPage .pageStylist .stylistBox {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 00px;
    padding-bottom: 50px;
    /* nameArea */
    /* profile */ }
  section#subPage .pageStylist .stylistBox .nameArea {
    text-align: center;
    /* name */ }
  section#subPage .pageStylist .stylistBox .nameArea .img {
    display: block;
    width: 200px;
    margin: 0 auto; }
  section#subPage .pageStylist .stylistBox .nameArea .img img {
    max-width: 100%;
    height: auto; }
  section#subPage .pageStylist .stylistBox .nameArea .name {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 0px;
    letter-spacing: 6.25px; }
  section#subPage .pageStylist .stylistBox .nameArea .name span {
    font-size: 10px;
    display: block;
    letter-spacing: 3px; }
  section#subPage .pageStylist .stylistBox .profile {
    margin-top: 20px; }
  section#subPage .pageStylist .stylistBox .profile > p {
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  section#subPage .pageStylist .stylistBox .profile > p span {
    display: block;
    text-align: center; }
  section#subPage .pageStylist .stylistBox .profile dl {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #979797;
    box-sizing: border-box;
    padding: 0 30px;
    color: #505861;
    zoom: 1; }
  section#subPage .pageStylist .stylistBox .profile dl.first {
    border-top: 0px; }
  section#subPage .pageStylist .stylistBox .profile dl:before, section#subPage .pageStylist .stylistBox .profile dl:after {
    content: "";
    display: table; }
  section#subPage .pageStylist .stylistBox .profile dl:after {
    clear: both; }
  section#subPage .pageStylist .stylistBox .profile dl dt, section#subPage .pageStylist .stylistBox .profile dl dd {
    letter-spacing: 3px;
    line-height: 24px; }
  section#subPage .pageStylist .stylistBox .profile dl dt {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 5px; }
  section#subPage .pageStylist .stylistBox .profile dl dd {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 5px; }
  section#subPage .pageStylist .stylistBox .profile dl dd p {
    line-height: 22px;
    margin-top: 6px;
    text-align: left; }
  section#subPage .pageMenu {
    max-width: 650px;
    width: 84%;
    margin: 0 auto;
    /* priceBox */ }
  section#subPage .pageMenu .word {
    padding: 0 25px; }
  section#subPage .pageMenu .word p {
    height: auto;
    line-height: 24px;
    letter-spacing: 3px;
    padding-bottom: 5px;
    border-bottom: solid 3px rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
    text-align: center; }
  section#subPage .pageMenu .priceBox {
    margin-top: 50px; }
  section#subPage .pageMenu .priceBox h3 {
    text-align: center;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 34px;
    letter-spacing: 8.5px;
    line-height: 34px;
    color: #AEAEAE;
    margin-bottom: 30px; }
  section#subPage .pageMenu .priceBox h3 span {
    font-size: 12px;
    color: #000;
    letter-spacing: 3px;
    line-height: 20px;
    display: block; }
  section#subPage .pageMenu .priceBox dl {
    zoom: 1;
    max-width: 560px;
    width: 100%;
    margin: 0 auto 00px;
    padding-bottom: 60px; }
  section#subPage .pageMenu .priceBox dl:before, section#subPage .pageMenu .priceBox dl:after {
    content: "";
    display: table; }
  section#subPage .pageMenu .priceBox dl:after {
    clear: both; }
  section#subPage .pageMenu .priceBox dl dt {
    display: block;
    font-size: 13px;
    letter-spacing: 1px; }
  section#subPage .pageMenu .priceBox dl dt span {
    font-size: 12px; }
  section#subPage .pageMenu .priceBox dl dt span.doublePrice {
    line-height: 18px;
    margin-top: -8px; }
  section#subPage .pageAccess {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    /* accessInfo */ }
  section#subPage .pageAccess .accessBox {
    background: url(../img/bgMap.png) no-repeat;
    background-size: 100% auto;
    max-width: 628px;
    width: 100%;
    height: 300px;
    margin: 0 auto; }
  section#subPage .pageAccess .accessInfo {
    margin-top: -130px; }
  section#subPage .pageAccess .accessInfo dl {
    display: block;
    font-size: 0;
    text-align: center; }
  section#subPage .pageAccess .accessInfo dl dt {
    display: block;
    vertical-align: bottom;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 700; }
  section#subPage .pageAccess .accessInfo dl dt span {
    margin-top: 3px;
    font-size: 10px;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 300;
    display: block;
    letter-spacing: 0; }
  section#subPage .pageAccess .accessInfo dl dd {
    display: none; }
  section#subPage .pageAccess .accessInfo .toGmap {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px; }
  section#subPage .pageAccess .accessInfo .toGmap a {
    width: 140px;
    margin: 20px auto;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #000;
    background: #fff;
    border: solid 1px #D6D6D6;
    text-align: center; }
  section#subPage .pageAccess .accessInfo .map {
    height: 300px;
    max-width: 630px;
    width: 100%;
    margin: 0 auto; }
  section#subPage .pageAccess .accessInfo .spShop {
    width: 100%;
    margin-top: 50px; }
  section#subPage .pageAccess .accessInfo .spShop img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  section#subPage .subAboutParts {
    background: rgba(253, 253, 253, 0.5);
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 230px;
    max-width: 630px;
    width: 100%;
    margin: 40px auto 0; }
  section#subPage .subAboutParts .logoBottom {
    width: 75px;
    margin: 0 auto 30px; }
  section#subPage .subAboutParts .logoBottom img {
    max-width: 100%;
    height: auto; }
  section#subPage .subAboutParts .info ul {
    display: block;
    font-size: 0;
    text-align: center; }
  section#subPage .subAboutParts .info ul li {
    display: block;
    margin-bottom: 40px;
    width: 100%; }
  section#subPage .subAboutParts .info ul li a {
    display: inline-block;
    border: solid 1px #BABABA;
    padding: 3px 5px;
    font-size: 10px;
    color: #000; }
  section#subPage .subAboutParts .info ul li span {
    font-size: 12px;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 3px; }
  section#subPage .subAboutParts .info ul li p {
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px; }

  /* section#subPage */ }
/* sp */
