@charset "utf-8";
/* CSS Document */
.sp {
    display: none;
}
        body {
            margin: 0 auto;
            padding: 0;
            font-family: 'Montserrat',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
            color: #333333;
        }
        .min {
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        }
        a {
            text-decoration: none;
            color: #333333;
        }
        a:hover {
            opacity: 0.5;
        }
        .wrap {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        ul,li {
            list-style: none;
            padding: 0;            
        }
        header{
            margin: 30px auto 15px;
        }
        header .wrap {
            display: flex;
            justify-content: space-between;
        }
        header ul {
            display: flex;
            justify-content: space-between;            
        }
        header ul.rightstkmenu {
        display: block;
    position: absolute;
    right: -50px;
    top: 50px;
            z-index: 10
        }
        header nav li {
            padding: 0 15px;
        }
        header nav {
            margin: 5px 0 0 30px
        }
        header nav li a {
            color: #b4b4b4;
            position: relative;
                font-size: 0.9rem;
        }
        header nav li a:hover {
            color: #9b633a;
            font-weight: bold;
            opacity: 1
        }
        header h1 {
            position: absolute;
    font-size: 0.8rem;
    font-weight: normal;
    top: -30px;
    color: #9b633a;
    
        }
        header nav li a:hover:before {
            background: #9b633a;
            content: "";
            display: inline-block;
            width: 80%;
            height: 1px;
            position: absolute;
            bottom: -5px;
            left: 10%;
        }
        header ul.sns {
            width: 50px;
        margin-right: -20px;
        }
        .fv .slider {
    right: 100px;
        }
        .fv h2.fvh2 {
           position: absolute;
    writing-mode: vertical-rl;
    top: 0;
    background: #FFF;
    padding: 80px 20px 10px;
    font-size: 1.3rem;
    letter-spacing: 0.3em;
    right: 270px;
    height: 360px;
        }
       .fv  h2:before {
       display: none
       }
        .fv .wrap {
                overflow: hidden;
    padding-bottom: 140px;
    width: 1350px;
    margin: 30px auto;
            height: 660px
        }
.slick-list {
    height: 660px;
    
}
 .fv .wrap .slider img {
          width: 100%;
    }
    .fv .wrap .slider {
        width: 95%;
    margin: 0 auto 0 0;
    }
    .slick-dots {
            display: flex;
    background: #FFF;
    padding: 60px 40px;
    position: absolute;
    right: 0;
    bottom: -70px;
    }

    .slick-dots button {
      width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #9b633a;
    margin: 0 7px;
    overflow: hidden;
    background: #FFF;
    text-indent: -999px;
    padding: 0;
    }
    .slick-dots .slick-active button {
    background: #9b633a; 
    }
    .slidernum {
    position: absolute;
         bottom: 80px;
    right: 110px;
    color: #666666;
    font-size: 2rem;
    }
    .slidernum:after {
 content: "";
    width: 1px;
    height: 120px;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    bottom: -15px;
    background: #666666;
    }

    .slick-dots button:after {
       position: absolute;
    bottom: 50px;
    right: -510px;
    width: 10%;
    color: #9b633a;
    font-size: 3rem;
        font-weight: normal
    }

        .slick-dots li:first-child.slick-active button:after {
        content: "1";
    }
    .slick-dots li:nth-child(2).slick-active button:after {
        content: "2";
    }
    .slick-dots li:nth-child(3).slick-active button:after {
        content: "3";
    }
    .slick-dots li:nth-child(4).slick-active button:after {
        content: "4";
    }
    .slick-dots li:nth-child(5).slick-active button:after {
        content: "5";
    }
    .slick-dots li:nth-child(6).slick-active button:after {
        content: "6";
    }
        .fv .wrap:before {
            position: absolute;
            content: "";
            height: 60px;
            width: 2px;
            background: #9b633a;
            bottom: 100px;
            left: 50%;
            z-index: 1
        }
       .fv .wrap:after {
            position: absolute;
            content: "";
           background:url("/img/scroll.png") ;
            height: 87px;
            width: 96px;
            bottom: 0;
            left: 50%;
           margin-left: -48px;
           z-index: 1
        }










        #concept {
            background: url("/img/allbg.jpg") no-repeat;
            padding: 170px 0;
            background-attachment: fixed;
            margin: 80px auto 0;
                background-size: cover;
        }
        #concept .wrap,#info .wrap{
            display: flex;
            justify-content: space-between;
        }
        .textbox {
            width: 46%;
            margin: 0 auto 0 0;
        }
        .hbox {
            width: 50%;
        }
        h2 {
            position: relative;
             margin: 0 auto;
    font-size: 1.4rem;
    color: #9b633a;
    padding-left: 42px;
        }
         h2:before {
             background: url("/img/hasami.png");
             width: 26px;
             height: 39px;
             position: absolute;
             left: -10px;
             top: -5px;
             content: "";
        }
        .sideline {
            border-left: 2px solid #9b633a;
    padding-left: 40px;
    margin: 40px auto 0;
    padding: 20px 0 20px 40px;
        }
        h3 {
            margin: 0 auto;
    font-size: 1.4rem;
        }
        h3 span {
        font-size: 70%;
    vertical-align: middle;
    font-weight: normal;
        }
        p {
            margin: 30px auto 0;
    font-size: 0.97rem;
    line-height: 2.2rem;
    letter-spacing: -1.5px;
        }
        
        a.morebtn {
                margin: 30px auto;
    text-align: center;
    width: 55%;
    background: #9b633a;
    color: #FFF;
    display: block;
    padding: 27px 0;
    font-size: 0.9rem;
            position: relative;
                box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 40%);
        }
         a.morebtn:before {
    width: 35px;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    right: 0;
    top: 46%;
        }


      #menu {
            padding: 90px 0;
    text-align: center;
}
        #menu h2,#gallery h2,#stylist h2,#access h2 {
            padding: 50px 0 0 0;
        }
        #menu h2:before,#gallery h2:before,#stylist h2:before,#access h2:before {
            left: 50%;
            margin-left: -13px;
        }
        #menu h3,#gallery h3,#stylist h3 {
            margin: 55px auto
        }
         #menu p span {
            position: relative;
    top: 25px;
    font-weight: bold;
}
        .menunav {
            margin: 150px auto;
    display: flex;
    width: 70%;
    justify-content: space-between;
        }
        #menu h4 {
            text-align: left;
    color: #9b633a;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    position: relative;
    background: #FFF;
    padding-right: 20px;
        }
        #menu h4 span {
            font-weight: normal
        }
#menu h4:before {
    background: url("/img/yline.png") repeat-x;
width: 83%;
    position: absolute;
    content: "";
    right: 0;
    height: 26px;
    top: 2px;
        }
        #menu #pilates h4:before {
            width: 78%;
        }
        #menu h5,#stylist h5 {
            width: 84%;
    margin: 80px auto 0;
    text-align: left;
    color: #033333;
    font-size: 1.4rem;
    padding-bottom: 23px;
    border-bottom: 1px solid #666666;
        }
        #menu h5 img,#stylist h5 img{
            margin-right: 10px;
    position: relative;
    top: 2px;
        }
        #menu table {
        width: 80%;
    margin: 70px auto;
    text-align: left;
        }
        #menu table td {
            vertical-align: middle;
            align-items: center
        }
        #menu table td:first-child {
            font-size: 1.4rem;
            width: 30%;
                color: #666666
        }
        #menu table td:nth-child(2) {
            width: 45%;
                font-size: 0.9rem;
            color: #666666
        }
        #menu table td:nth-child(3) {
            width: 10%;
        }
        #menu table td:nth-child(3) p {
  text-align: center;
    background: #666666;
    color: #FFF;
    font-size: 0.7rem;
    padding: 0;
    margin: 0 auto;
    letter-spacing: 0rem;
    line-height: 1.8em;
        }
        #menu table td:last-child {
        font-weight: bold;
    font-size: 1.4rem;
    text-align: right;
    width: 15%;
    position: relative;
    padding: 20px 0;
    color: #666666;
    letter-spacing: 0.1rem;
        }
            #menu table td:last-child span{
            font-size: 70%;
    padding-left: 5px;
        }
        
        #nail {
            margin: 100px auto;
        }
        #menu #nail table td:nth-child(2) {
            width: 20%;
        }
      #menu #nail table td:nth-child(3) {
            width: 100%;
    display: flex;
    justify-content: space-between;
             padding: 25px 0 0;
        }
          #menu #nail table td:nth-child(3) p{
              width: 32%;
        }
        #menu #nail p.righttext  {
               width: 30%;
    margin: -50px 120px -30px auto;
    border: 1px solid #666;
    letter-spacing: 1px;
    padding: 5px 0;
    font-size: 0.9rem;
            color: #666
        }
        #menu #nail p span {
            top: 0;
                font-size: 80%
        }
        #menu #nail p span.b {
        font-size: 130%;
        }
                #menu table.menulistjp td:first-child {
                    font-size: 1.1rem;
        }
        #menu table span.sml {
    font-weight: normal;
    padding-right: 5px;
    font-size: 60%;
        }
        .yenup:before {
            position: absolute;
            content: "～";
            font-size: 70%;
           right: -23px;
    top: 35%;
        }
    #pilates .menulist tr:last-child td:first-child,#pilates .menulist tr:last-child td:nth-child(2) {
        display: none;
    }
    #menu #pilates table td:nth-child(2) {
        width: 30%;
    }
    #menu #pilates table td:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    }
    #menu #pilates table td:nth-child(3) p {
        width: 40%;
    }
    #menu #pilates .menulist tr:last-child td:nth-child(n+3),
       #menu  #pilates .menulist tr:nth-child(2) td:nth-child(n+3) {
        padding: 10px 0 0;
    }

            #gallery {
                        background: url("/img/allbg.jpg") no-repeat;
            padding: 170px 0 300px;
            background-attachment: fixed;
            margin: 0 auto 0;
                background-size: cover;
                text-align: center
            }
            .wbgbox {
                   background: #FFF;
    width: 33%;
    position: relative;
    padding: 30px 300px 70px 70px;
                text-align: left
            }
            .g1box {
              margin-top: 75px;
            }
            .g1 {
                position: absolute;
    top: 80px;
                right: 0
            }
            .g2 {
                position: absolute;
                left: 0;
                top: 80px;
            }
            .wbgbox h4 {
                 margin: -20px auto 0;
    text-align: left;
    font-size: 1.6rem;
    color: #9b633a;
    letter-spacing: 0.2rem;
            }
            .wbgbox h4 span  {
                font-weight: normal;
            }
            .wbgbox a.morebtn {
                width: 75%
            }
            .wbgbox.lr {
                   margin: 300px 0 270px auto;
                padding: 30px 70px 70px 300px;
            }

           #stylist {
                padding:120px 0  ;
                text-align: center
            }
#stylist ul{
            display: flex;
    justify-content: space-between;
    width: 84%;
    margin: 60px auto 80px;
    text-align: left
            }
            #stylist ul li:first-child {
                    width: 22%;
            }
    
    #stylist ul li:last-child{
        width: 72%;
    }
            #stylist ul p.name {     
            margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
                letter-spacing: 0.05em;
            }
            #stylist ul p {
                   margin: 0 auto;
    font-size: 0.9rem;
    line-height: 2em;
            }
            #stylist ul p span.sml {
                font-size: 80%;
            }
             #stylist ul p span.eng {
                color: #666666;
    font-family: 'Montserrat',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
            }
            .stflr {
                flex-direction: row-reverse;
            }
            #info {
                background: #f0e2da;
                padding: 120px 0;
            }
            #access {
                padding: 120px 0;
                text-align: center
            }
              #access ul {
                  text-align: left;
                  display: flex;
                  justify-content: space-between;
                      margin: 100px auto 0;
                      width: 84%;
            }
             #access ul ul {
                 flex-wrap: wrap;
                 margin: 0 auto 0 0;
                 width: 95%;
            }
            #access ul li {
                width: 50%;
                position: relative;
            }
            #access ul ul li:nth-child(odd){
                width: 38%;
                color: #666;
            }
            #access ul ul li:nth-child(even){
                width: 60%;
                    padding-bottom: 35px;
                color: #333;
            }
            #access ul ul li:nth-child(n+9){
                color: #9b633a;
                    font-weight: bold;
            }

            #access a {
                text-decoration: underline;
                color: #9b633a;
            }
            #access ul img {
                margin-top: 50px;
            }

     .mapimg {
    z-index: 10;
}
     #access iframe,#access .mapimg {
    position: absolute;
}
            #access iframe {
              width: 100%;
    height: 374px;
    margin-top: 50px;
            }
            #access .mapimg {
                width: 100%;
            }
            .footbg {
              background: url(/img/allbg.jpg) no-repeat;
    padding: 170px 0 0;
    background-attachment: fixed;
    margin: 0 auto ;
    background-size: cover;
        text-align: left;
            }
            #contact {
                    margin: 0 auto ;
        text-align: left;
            }
            #contact .wrap{
                display: flex;
                justify-content: space-between;
            }
            a.reservebtn,a.contactbtn {
            margin: 30px auto;
    text-align: center;
    width: 55%;
    background: #f7c3d7;
    color: #333333;
    display: block;
    padding: 27px 0;
    font-size: 0.9rem;
    position: relative;
    box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 40%);
}
            a.contactbtn {
                background: #72b0e0;
            }
           a.reservebtn:before,a.contactbtn:before {
    width: 35px;
    height: 1px;
    background: #333333;
    content: "";
    position: absolute;
    right: 0;
    top: 46%;
}
               a.reservebtn:after,a.contactbtn:after {
                   content: "";
                   position: absolute;
                   left: 10%;
                   top: 25%;
                width: 37px;
                height: 37px;
            }
            a.reservebtn:after {
                background: url("/img/contres.png");
            }
            a.contactbtn:after {
                background: url("/img/conicon.png");
            }
                footer {
                       position: relative;
                        overflow: hidden;
    color: #FFF;
    padding: 50px 0 0;
    margin: 100px auto 0;
                }
                 footer a{
                     color: #FFF;
                }
                footer:before {
background: #9b633a;
    mix-blend-mode: multiply;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
                    top: 0
                }
                p.copy {
                    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 1px;
                        margin: 0 auto;
                }
                a.topjump {
                    position: absolute;
    right: -50px;
    bottom: -4px;
                }
                footer .footinner {
                    display: flex;
                    justify-content: space-between;
                }
                .footlogo {
                    width: 30%
                }
                .footnav {
                       width: 70%;
    text-align: center;
    margin-right: -50px;
                }
                 .footlogo ul{
                    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
                         margin-top: 20px;
                     letter-spacing: 0.1em;
    font-size: 0.9rem;
                }
                .footlogo ul li:nth-child(odd){
                    width: 30%;
                    text-align: left;
                    padding: 6px 0;
                        line-height: 1.8em;
                }
                .footlogo ul li:nth-child(even){
                    width: 67%;
                    text-align: left;
                        padding: 6px 0;
                }
                .headnav,.undernav {
                    display: flex;
                    justify-content: space-between;
                }
                  .headnav a,.undernav a {
                      padding: 10px 0
                }
                .undernav li {
                    width: 19.5%;
                    margin-top: 30px;
                }
                .undernav a {
                    display: block;
                    border: 1px solid #FFF;
                    width: 100%;
                        font-size: 0.9rem;
    letter-spacing: 1px;
                }
                .headnav a {
                    font-size: 0.85rem;
                }
                .headnav ul {
                    display: flex;
                }

/*--------------------contact----------------*/
        .contactfv {
            width: 100%;
            height: 250px;
                background: url(/img/slider2.jpg) center;
    background-size: cover;
        }
        .pan {
            width: 100%;
            padding: 5px 0
        }
        .pan .wrap{
            width: 80%;
            margin: 0 auto;
        }
        .contactpage {
            margin: 50px auto;
            text-align: center
        }
#formWrap {
    text-align: center
}
        .contactpage table,.formTable {
            width: 70%;
    margin: 0 auto;
        }
.formTable th,.formTable td {
    padding: 20px 0;
}
         .contactpage table th {
             text-align: left
        }
        .contactpage table td {
            padding: 20px 0;
            text-align: left
        }
        input[type=text],input[type=tel], input[type=email],textarea {
        font-size: 1.2rem;
    padding: 7px;
    border-radius: 5px;
    width: 90%;
    border: 1px solid #9b633a;
    background: rgba(155,99,58,0.1);
        }
        input.w50 {
            width: 50%;
        }
        input[type=submit],input[type=reset],input[type=button]{
            width: 40%;
    padding: 30px 0;
    font-size: 1.2rem;
    background: #9b633a;
    border: navajowhite;
    color: #FFF;
    border-radius: 10px
        }
        input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover {
            cursor: pointer;
            opacity: 0.5;
        }
        .imp {
            position: relative;
        }
        .imp:before {
content: "必須";
    background: #fff100;
    font-size: 0.7rem;
    padding: 2px 7px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 35%;
        }
