@charset "utf-8";
/* CSS Document */
img {
    max-width: 100%;
}

/***************************************************************/
header nav {
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 0;
}
#nav_toggle{
	display: none;
}
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
    background: rgba(155,99,58,0.9);
		left: 0;
		z-index:99;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
		    padding: 50px 0 ;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
header nav ul li:first-child a {
	width:100%;
	text-align:center;
}


header nav li:first-child,header nav li,.headmenu li a {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 1rem;
}
header nav ul.headmenu li ul {
    display: flex;
    padding: 0
}
header nav ul li.sp li,header nav ul li.sp {
    border-bottom: none;
}


	header nav ul li a{
		display: block; 
	}
	/*開閉ボタン*/
	#nav_toggle{
display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    z-index: 100;
    right: 20px;
    float: right;
	}


	#nav_toggle span{
		display: block;
		height: 3px;
		background: #9b633a;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
    top: 24px;
	}

	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
.open #nav_toggle span:nth-child(1),
.open #nav_toggle span:nth-child(2) {
	background:#FFF;
	top: 0;
    width: 50px;
	left:0;
}
.open #nav_toggle span:nth-child(3) {
	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: 100%;
            margin: 0 auto;
            position: relative;
        }
        ul,li {
            list-style: none;
            padding: 0;            
        }
        header{
            margin: 30px auto 15px;
        }
        header .wrap {
            text-align: center
        }
.headlogoimg {
    width: 50%;
        margin-right: 40px;
}
header h1 {
position: absolute;
    font-size: 0.8rem;
    font-weight: normal;
    color: #9b633a;
    top: -35px;
    text-align: center;
    width: 100%;
}
        header ul {
            display: flex;
            justify-content: space-between;            
        }
        header ul.rightstkmenu {
      display: none;
        }
        header nav li {
            padding: 5px 0;
        }
        header nav {
            margin:-20px auto;
        }
        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 nav li a:hover:before {
            background: #9b633a;
            content: "";
            display: inline-block;
            width: 80%;
            height: 1px;
            position: absolute;
            bottom: -5px;
            left: 10%;
        }
        header ul.sns {
            display: none;
        }
.fv {
    overflow: hidden;
    position: relative;
        padding-bottom: 140px;
}
       .fv  h2:before {
       display: none
       }
        .fv h2.fvh2 {
    background: #FFF;
    padding: 40px 0 5px;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    width: 90%;
    margin: 0 auto;
    text-align: center;
        }

        .fv:before {
        position: absolute;
    content: "";
    height: 40px;
    width: 2px;
    background: #9b633a;
    bottom: 95px;
    left: 50%;
    z-index: 1;
        }
       .fv:after {
            position: absolute;
            content: "";
           background:url("/img/scroll.png") ;
            height: 87px;
            width: 96px;
            bottom: 0;
            left: 50%;
           margin-left: -48px;
           z-index: 1
        }

 .fv .wrap .slider img {
          width: 100%;
    }

    .fv .wrap .slider {
        width: 150%;
    margin:0 auto 0 -25% ;
            }
    .slick-dots {
            display: flex;
    background: #FFF;
    padding: 20px 25% 50px 2%;
    position: absolute;
    right: 10%;
    bottom: -45px;
    width: 30%;
    justify-content: space-between;
    }

    .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: 75px;
    right: 20px;
    color: #666666;
    font-size: 1.5rem;
    }
    .slidernum:after {
content: "";
    width: 1px;
    height: 80px;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    bottom: -5px;
    background: #666666;
    }

    .slick-dots button:after {
position: absolute;
     bottom: 40px;
    right: -415px;
    width: 10%;
    color: #9b633a;
    font-size: 2rem;
    font-weight: normal;
    z-index: 100;
    
    }

        .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";
    }








        #concept {
            background: url("/img/allbg.jpg") no-repeat;
            padding: 70px 0 0;
            background-attachment: fixed;
            margin: 40px auto 0;
                background-size: cover;
        }
        #concept .wrap,#info .wrap{
        }
        .textbox {
            width: 90%;
            margin: 0 auto ;
        }
        .hbox {
            width: 100%;
        }
#concept .hbox {
    margin-top: 20px;
}
        h2 {
              position: relative;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #9b633a;
    text-align: center;
            padding: 50px 0 0 0;
        }
         h2:before {
             background: url("/img/hasami.png");
             width: 26px;
             height: 39px;
             position: absolute;
             top: -5px;
             content: "";
             left: 50%;
            margin-left: -13px;
        }
        .sideline {
         margin: 20px auto;
    padding: 20px 0;
        }
        h3 {
            margin: 0 auto;
    font-size: 1.4rem;
            text-align: center
        }
        h3 span {
        font-size: 70%;
    vertical-align: middle;
    font-weight: normal;
        }
        p {
            margin: 10px auto 0;
    font-size: 0.97rem;
    line-height: 2.2rem;
        }
        
        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: 70px 0;
    text-align: center;
}


        #menu h3,#gallery h3,#stylist h3 {
            margin: 30px auto
        }
#menu p {
    width: 90%;
    margin: 0 auto;
}
         #menu p span {
    font-weight: bold;
}
        .menunav {
     margin: 20px auto 40px;
    display: flex;
    width: 95%;
    justify-content: space-between;
        }
        #menu h4 {
         text-align: left;
    color: #9b633a;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    position: relative;
    background: #FFF;
    width: 95%;
    margin: 0 auto;
        }
        #menu h4 span {
            font-weight: normal
        }
#menu h4:before {
    background: url("/img/yline.png") repeat-x;
width: 43%;
    position: absolute;
    content: "";
    right: 0;
    height: 26px;
    top: 2px;
        }
        #menu #pilates h4:before {
            width: 26%;
        }
        #menu h5,#stylist h5 {
           width: 85%;
    margin: 40px auto 0;
    text-align: left;
    color: #033333;
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
        }
        #menu h5 img,#stylist h5 img{
            margin-right: 10px;
    position: relative;
    top: 2px;
        }
        #menu table {
        width: 85%;
    margin: 20px auto 40px;
    text-align: left;
        }
        #menu table td {
            vertical-align: middle;
            align-items: center
        }
        #menu table td:first-child {
            font-size: 1rem;
            width: 30%;
                color: #666666
        }
        #menu table td:nth-child(2) {
            width: 45%;
                font-size: 0.7rem;
            color: #666666
        }
        #menu table td:nth-child(3) {
            width: 25%;
        }
        #menu table td:nth-child(3) p {
    text-align: center;
    background: #666666;
    color: #FFF;
    font-size: 0.6rem;
    padding: 0;
    margin: 0 auto;
    letter-spacing: 0rem;
    line-height: 1.8em;
        }
        #menu table td:last-child {
         font-weight: bold;
    font-size: 1.1rem;
    text-align: right;
    width: 15%;
    position: relative;
    padding: 15px 0;
    color: #666666;
    letter-spacing: -1px;
        }
            #menu table td:last-child span{
            font-size: 70%;
        }
        
        #nail {
            margin: 50px 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: 90%;
    margin: -20px auto 50px;
    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: 0.9rem;
    width: 50%;
        }
        #menu table.menulistjp td:last-child span.sml {
    font-weight: normal;
    padding-right: 5px;
    font-size: 70%;
        }
        .yenup:before {
            position: absolute;
            content: "～";
            font-size: 70%;
           right: -15px;
    top: 35%;
        }

    #pilates .menulist tr td,#pilates .menulist tr {
   width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
#pilates .menulist tr td:first-child {
    width: 37%;
}
#menu #pilates .menulist tr.pc,.pc {
    display: none;
}
#menu #pilates table tr:first-child td:last-child {
    width: 23%
}
 #menu #pilates table tr:nth-child(2) td:nth-child(2) {
     width: 57%;
}

    #menu #pilates table tr:first-child td:nth-child(2) {
        width: 30%;
    }
#menu #pilates table tr:first-child  td:nth-child(3){
    display: none;
}
    #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;
    }
#menu #pilates .menulist tr:nth-child(2) td:nth-child(n+3),
#menu #pilates .menulist tr:nth-child(3) td:nth-child(n+3){
        width: 48%;
}
#menu #pilates .menulist tr td:last-child {
    display: block;
    
}
.nailmenulist td {
    display: block;
    width: 50%;
}
.nailmenulist tr {
    display: flex;
    flex-wrap: wrap;
        margin-bottom: 30px;
}
#menu table.nailmenulist td:first-child {
    width: 20%;
}
#menu #nail table.nailmenulist td:nth-child(2) {
    width: 60%;
}
#menu #nail table.nailmenulist td:nth-child(3) {
    width: 70%;
    padding: 5px 0;
}
#menu table.nailmenulist td:last-child {
    width: 30%;
    padding: 0;
}
#menu table.nailmenulistunder td:first-child {
    width: 62%;
}
#menu #nail table.nailmenulistunder td:nth-child(2) {
    width: 100%;
}


            #gallery {
                        background: url("/img/allbg.jpg") no-repeat;
                padding: 70px 0 40px;
    background-attachment: fixed;
    margin: 0px auto 0;
    background-size: cover;
    text-align: center;
            }
#gallery p{
    width: 90%;
}
            .wbgbox {
background: #FFF;
    width: 90%;
    position: relative;
    padding: 30px 0;
    margin: 50px auto 0;
    text-align: left;
            }

            .g1 {
    width: 80%;
    position: relative;
    top: -60px;
            }
            .g2 {
    width: 80%;
    position: relative;
    top: 0;
            }
            .wbgbox h4 {
                 margin: -20px auto 0;
    font-size: 1.6rem;
    color: #9b633a;
    letter-spacing: 0.2rem;
                    text-align: center;
            }
            .wbgbox h4 span  {
                font-weight: normal;
            }
            .wbgbox a.morebtn {
                width: 75%
            }
            .wbgbox.lr {
              margin: 0 auto -60px;
    padding: 30px 0;
            }

           #stylist {
                padding:70px 0  30px;
                text-align: center
            }
#stylist p{
    width: 90%;
    margin: 0 auto;
}
#stylist ul{
    width: 90%;
    margin: 30px auto 50px;
    text-align: left
            }
            #stylist ul li:first-child {
                    width: 50%;
    margin: 0 auto;
    text-align: center;
            }
    
    #stylist ul li:last-child{
      width: 100%;
    margin: 0 auto;
    }
            #stylist ul p.name {     
       margin: 10px auto 15px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.2rem;
            }
            #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: 70px 0 0;
            }
            #access {
                padding: 70px 0;
                text-align: center
            }
#access p {
    width: 90%;
    margin: 20px auto 0;
}
              #access ul {
                 text-align: left;
    margin: 20px auto 0;
    width: 90%;
            }
             #access ul ul {
                 flex-wrap: wrap;
                 margin: 0 auto;
                 width: 95%;
            }
            #access ul li {
                width: 100%;
                position: relative;
            }
            #access ul ul li:nth-child(odd){
                 width: 100%;
    color: #666;
    text-align: center;
    background: #f2f2f2;
    padding: 5px 0;
            }
            #access ul ul li:nth-child(even){
                  width: 100%;
    padding-bottom: 35px;
    color: #333;
    text-align: center;
    padding-top: 10px;
            }
            #access ul ul li:nth-child(n+9){
                color: #9b633a;
                    font-weight: bold;
            }

            #access a {
                text-decoration: underline;
                color: #9b633a;
            }


     .mapimg {
         display: none;
}

            #access iframe {
              width: 100%;
    height: 250px;
            }

            .footbg {
              background: url(/img/allbg.jpg) no-repeat;
    padding: 70px 0 0;
    background-attachment: fixed;
    margin: 0 auto ;
    background-size: cover;
            }
            #contact {
                    margin: 0 auto ;
        text-align: center;
            }
#contact p{
    text-align: left;
}
            a.reservebtn,a.contactbtn {
            margin: 30px auto;
    text-align: center;
    width: 100%;
    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: 30px 0 0;
    margin: 40px 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: 5px;
    bottom: -4px;
                }
                footer .footinner {
                    width: 90%;
                    margin: 0 auto;                    
                }
                .footlogo {
                    width: 100%;
                    text-align: center
                }
                .footnav {
                    display: none;
                }
                 .footlogo ul{
                    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
                         margin-top: 20px;
                     letter-spacing: 0.1em;
    font-size: 0.8rem;
                }
                .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: 200px;
                background: url(/img/slider2.jpg) center;
    background-size: cover;
        }
        .pan {
            width: 100%;
            padding: 5px 0
        }
        .pan .wrap{
            width: 95%;
            margin: 0 auto;
        }
        .contactpage {
            margin: 50px auto;
            text-align: center
        }
#formWrap {
    text-align: center
}
        .contactpage table,.formTable {
            width: 85%;
    margin: 0 auto;
        }
.formTable th,.formTable td {
    padding: 0;
             text-align: center;
}
         .contactpage table th {
             display: block;
        }
        .contactpage table td {
            padding: 10px 0 20px;
            display: block;
        }
        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: 70%;
    padding: 20px 0;
    font-size: 1rem;
    background: #9b633a;
    border: navajowhite;
    color: #FFF;
    border-radius: 10px;
    margin: 10px auto;
        }

        .imp {
            position: relative;
        }
        .imp:before {
content: "必須";
    background: #fff100;
    font-size: 0.7rem;
    padding: 2px 7px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 15%;
        }
