@charset "utf-8";
body{
  scrollbar-width: none;
  padding-bottom: 50px;
  overflow: hidden;
}
body::-webkit-scrollbar{
  display: none;
}
body.move{
  overflow: auto;
}
.mvLeft{
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  padding-top: 120px;
}
.mvLeft__inner{
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
}
.mvLeft__inner .title{
  margin: 6vw auto 8vw;
}
.ilust{
  margin-top: 10vw;
}
.ilust{
  width: 34vw;
}
@media screen and (min-width: 414px){
  .ilust{
    margin-top: 22vw;
    width: 38vw;
  }
}
@media screen and (min-width: 667px) and ( max-width: 896px){
  .mvLeft{
    min-height: 850px;
  }
  .ilust{
    margin-top: 12vw;
    width: 26vw;
    max-width: 214px;
  }
}
@media screen and (min-width: 896px) and ( max-width: 925px){
  .mvLeft{
    min-height: 1000px;
  }
  .ilust{
    margin-top: 12vw;
    width: 26vw;
    max-width: 214px;
  }
}
@media screen and (max-width: 926px){
  header,
  #js__reserve{
    opacity: 0;
    visibility: hidden;
  }
  body.move header,
  body.move #js__reserve{
    position: fixed;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
  }
  header{
    top: 0;
    left: 0;
  }
  #js__reserve{
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 927px){
  body{
    padding-bottom: 0;
  }
  .nav{
    visibility: visible;
  }
  header{
    visibility: visible;
    opacity: 1;
    position: fixed;
    width: 80px;
    height: 100vh;
    top: 0;
    right: 0;
  }
  nav > .navList{
    padding-top: 30px;
  }
  nav > .navList li{
    padding: 15px;
  }
  .header__otherList{
    position: fixed;
    bottom: 0;
    right: 30px;
    display: inline-block;
  }
  .header__otherList .insta{
    width: 30px;
    margin-top: 20px;
    padding: 20px 0 32px;
    border-top: solid 1px #000;
  }
  .header__otherList .js__reserve{
    cursor: pointer;
  }
  .header__otherList .js__reserve .icon{
    display: block;
    margin-bottom: 5px;
  }
  .mainSub{
    padding-left: 28%;
    padding-right: 80px;
  }
  .mvLeft{
    position: fixed;
    left: 0;
    top: 0;
    width: 28%;
    height: 100vh;
    background-color: #FAF9F5;
    padding-top: 0;
  }
  .mvLeft__inner .logo{
    font-size: 2.4rem;
  }
  .mvLeft__inner .title{
    margin: 56px auto;
    font-size: 2rem;
  }
  .ilust{
    margin-top: 80px;
    width: 100%;
  }
  .ilust img{
    width: auto;
    height: 288px;
  }
  .mv{
    overflow: hidden;
  }
  .mv img{
    opacity: 0;
    transform: scale(1.2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: all 0;
  }
  body.move .mv img{
    opacity: 1;
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: all 1.5s ease-out .5s;
  }
  .mvLeft__inner{
    opacity: 0;
    transition: all 0;
  }
  body.move .mvLeft__inner{
    opacity: 1;
    transition: all 1.5s ease-out 0s;
    padding: 10px;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 1280px){
  .mvLeft__inner .logo{
    font-size: 2.8rem;
  }
  .mvLeft__inner .title{
    font-size: 2.4rem;
  }
  .mvLeft{
    width: 390px;
  }
  .mainSub{
    padding-left: 390px;
  }
}
.question{
  margin-top: 12vw;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.questionList .line{
  margin-top: 10px;
  width: 10px;
  height: 1px;
  background-color: #000;
}
.answerImg .img{
  position: relative;
}
.answerImg .img span.en{
  position: absolute;
  top: 62vw;
  right: 0;
  display: block;
  padding: 2vw 8vw;
  background-color: rgb(255 255 255 / 60%);
}
.imgList .img:nth-child(1){
  margin-top: 20vw;
}
.answerTitle{
  position: relative;
}
.answerTitle .deco{
  position: absolute;
  top: -8vw;
  right: 0;
  width: 26vw;
}
@media screen and (min-width: 927px){
  .question{
    margin-top: 130px;
  }
  .question h2 .deco{
    width: 41px;
    margin: -16px 0 0 20px;
  }
  .questionList .line{
    margin-top: 13px;
    width: 20px;
  }
  .question{
    margin-left: 40px;
    margin-right: 40px;
  }
  .answer{
    padding-right: 40px;
  }
  .answerText{
    padding-left: 40px;
  }
  .answerImgWrap{
    width: 40%;
  }
  .imgList .img:nth-child(1){
    margin-top: 0;
    padding: 0 10px 0 0;
  }
  .imgList .img:nth-child(2){
    margin-top: 78px;
    padding: 0 0 0 10px;
  }
  .answerImg .img span.en{
    top: 80%;
    padding: 10px 20px;
  }
  .imgList .img:nth-child(1) span.en{
    top: 59%;
    right: 10px;
  }
  .answerTitle .deco{
    width: 131px;
    top: -30px;
    left: 230px;
  }
}
.pageReserve{
  position: relative;
}
.pageReserve .js__reserve{
  height: 82vw;
  background-image: url(/img/reserveImg--sp.jpg);
}
.pageReserve .js__reserve .title{
  z-index: 10;
  width: 41.64vw;
}
.pageReserve .js__reserve::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}
@media screen and (min-width: 927px){
  .lower{
    position: relative;
    padding: 0 80px 200px 0;
    background-color: #FAF9F5;
    z-index: 10;
  }
  .pageReserve .js__reserve{
    height: 420px;
    background-image: url(/img/reserveImg--pc.jpg);
  }
  .pageReserve .js__reserve .title{
    width: 222px;
  }
  .pageReserve > *{
  background-image: url(/img/reserveImg--sp.jpg);
}
}
.staffInner .position{
  width: 13.2vw;
}
.staffInner table{
  width: 100%;
}
.staffInner tr{
  border-top: 2px dotted #707070;
}
.staffInner table{
  border-bottom: 2px dotted #707070;
}
@media screen and (min-width: 927px){
  .staffInner .img{
    width: 320px;
  }
  .staffInner .position{
    width: 62px;
  }
  .staffInner table th{
    width: 140px;
  }
}
.worriesTitleInner__text > p + p{
  margin-top: 6vw;
}
.worriesFaqList .img {
  width: 16.8vw;
}
.worriesFaqList .textArea{
  position: relative;
}
.worriesFaqList .textArea .deco{
  width: 10vw;
  position: absolute;
  top: -6px;
  left: 3px;
}
.worriesFaqList .text{
  border: 1px dotted #707070;
  border-radius: 5px;
}
.worriesFaqList .i__change .text{
  border-radius: 0;
}
.worriesFaqList .typeLink{
  margin-top: 20px;
}
.worriesFaqList .typeLink li + li{
  margin-top: 4vw;
}
.worriesFaqList .typeLink a{
  position: relative;
  border: solid 1px #888888;
}
.worriesFaqList .typeLink a::before{
  position: absolute;
  content: '▶︎';
  right: 4vw;
  top: 50%;
  margin-top: -2.5vw;
  color: #888888;
}
.worriesTitleInner >.img,
.courseTop .img{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.courseStep h2{
  border-bottom: solid 1px #707070;
}
.courseStepList li + li{
  margin-top: 12vw;
}
.circle__bg{
  width: 10vw;
  height: 10vw;
  background-image: url(/img/circle__bg.png);
  background-position: center;
  background-size: cover;
}
.courseReview .balloon{
  width: 8vw;
  height: 8vw;
}
.courseReview h2{
  border-bottom: solid 1px #707070;
}
.courseReviewInner .img{
  width: 16.8vw;
}
.courseReviewList li + li{
  margin-top: 6vw;
  padding-top: 6vw;
  border-top: 1px dotted #707070;
}
.courseReviewList .reviewText{
  margin-top: 15px;
}
.simpleTitle{
  position: relative;
}
.simpleTitle::before{
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: dotted 1px #707070;
}
.simpleTitle span{
  position: relative;
  background-color: #FAF9F5;
  z-index: 10;
}
.faqList .answer{
  margin-top: 15px;
}
.faqList li + li{
  margin-top: 4vw;
}
@media screen and (min-width: 927px){
  .worriesTitleInner{
    position: relative;
    padding: 80px 0;
  }
  .worriesTitleInner .worriesTitleInner__text{
    padding-right: 400px;
    max-width: 800px;
    margin: 0 auto;
  }
  .worriesTitleInner__text > p + p{
    margin-top: 20px;
  }
  .worriesTitleInner >.img{
    position: absolute;
    top: 80px;
    right: 40px;
    width: 360px;
  }
  .worriesFaqList .typeLink{
    margin-top: 35px;
  }
  .worriesFaqList .img{
    width: 140px;
    height: 140px;
  }
  .worriesFaqList .textArea .deco{
    width: 67px;
  }
  .worriesFaqList .text{
    max-width: 410px;
  }
  .worriesFaqList .i__change .text{
    margin-left: auto;
  }
  .worriesFaqList .typeLink{
    width: 410px;
    margin-left: auto;
  }
  .worriesFaqList .typeLink a::before{
    right: 25px;
    margin-top: -11px;
    font-size: 1.4rem;
  }
  .worriesFaqList .typeLink li + li{
    margin-top: 20px;
  }
  .courseTop{
    width: 860px;
    margin: 150px auto 0;
  }
  .courseTop .img{
    width: 368px;
  }
  .courseTop .text{
    padding-left: 80px;
  }
  .courseStepList li + li{
    margin-top: 40px;
  }
  .courseStepList .circle__bg{
    width: 55px;
    height: 55px;
  }
  .courseBnr{
    width: 100%;
    max-width: 1020px;
    margin: 50px auto 0;
    padding-left: 5px;
  }
  .courseReview{
    margin-top: 50px;
  }
  .courseReview .balloon{
    width: 40px;
    height: 40px;
  }
  .courseReview h2{
    padding-bottom: 8px;
  }
  .courseReviewInner .img{
    width: 90px;
    height: 90px;
  }
  .courseReviewList{
    margin-top: 40px;
  }
  .courseReviewList li + li{
    margin-top: 40px;
    padding-top: 40px;
  }
  .gallery{
    margin-top: 150px;
  }
  .gallery li{
    padding: 0;
  }
  .faq{
    margin-top: 150px;
  }
  .faqList .circle__bg{
    width: 90px;
    height: 90px;
  }
  .faqList li + li{
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px){
  .worriesTitleInner .worriesTitleInner__text{
    max-width: 950px;
  }
}
.map{
  position: relative;
}
.mapCts{
  position: relative;
  height: 300px;
  overflow: hidden;
}
.mapCts iframe{
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 630px;
  z-index: 0;
  border: none; 
}
.map .googleBtn svg{
  width: 16px;
  height: 16px;
}
.map .googleBtn .icon{
  margin-left: ;
}
footer{
  border-top: solid 1px #B4B4B4;
}
@media screen and (min-width: 927px){
  .salonInfo{
    margin-top: 200px;
  }
  .salonImg{
    max-width: 600px;
    width: 60%;
  }
  .salonImg .imgList .img{
    width: 300px;
  }
  .salonImg.imgList .img:nth-child(1){
    margin-top: 110px;
    padding-right: 20px;
  }
  .salonImg.imgList .img:nth-child(2){
    margin-top: 0;
    padding-left: 20px;
  }
  .salonInfoInner h2{
    margin-bottom: 40px;
  }
  .salonInfoInner .tel{
    text-decoration: none;
  }
  .map{
    margin-top: 80px;
  }
  .mapCts{
    height: 550px;
  }
  .mapCts iframe{
    top: -50%;
    width: 100%;
    height: 1100px;
  }
  .googleBtn{
    position: absolute;
    width: 410px;
    right: 40px;
    bottom: 40px;
  }
}