/*---- 共通css---- */
body {
    font-family: "Helvetica", "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 1.5;
    letter-spacing: 1.6px;

}
a {text-decoration: none;color: #000;}
a:hover {opacity: .8;}
.forSP {display: none;}
.lv2 {
    margin-bottom:40px;
    text-align: center;
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-size: 50px;
    letter-spacing: -1.5px;
}
/*----------------
header
-------------------- */
.header-wrap {
    position: relative;
}
.header-logo {
    position: absolute;
    top: 90px;
    left: 120px;
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-size: 75px;
}
.header-logo a:hover {opacity: 1;}
.header-nav {
    display: flex;
    justify-content: flex-end;
}
.header-nav-inner {
    display : flex;
    align-items: center;
}
.header-nav-inner li {
    font-size: 26px;
    font-weight: 600;
}
.header-nav-inner a {
    display: block;
    padding: 50px 37px;
    letter-spacing: 2px;
}
.header-nav-inner li:last-child {
    background-color: #7E6E55;
}
.header-nav-inner li:last-child a {
    display: block;
    padding: 50px 90px;
    color: #fff;
}
.mv {
    text-align: right;
}
.mv img { width: 90%;
}

/* ----------------
main
---------------- */

.mv {
    display: flex;
    align-items: center;
}
.mv-text {
    padding-left: 6%;
    text-align: center;
}
.mv-text p {
    writing-mode: sideways-lr;
    font-size: 22px;
    letter-spacing: 1px;
}
.main-wrap {
    width: 950px;
    margin: 0 auto;
}
/* about */
.about {
    text-align: center;
    margin-top: 208px;
    padding-top: 70px;
}
.about-catch {
    width: 355px;
    margin: 0 auto;
}
.about-catch span {
    margin-top: 13px;
    display: block;
}
.about-txt {
    margin-top: 33px;
    line-height: 2.7;
}
/* hair */
.hair {
    margin-top: 90px;
    padding-top: 70px;
    position: relative;
}
.hair::before {
    content: "";
    position: absolute;
    background: #EEFAED;
    width: 530px;
    height: 180px;
    top: 130px;
    right: 0;
    z-index: -1;
}
.hair-column {
    display: flex;
    align-items: center;
    width: 1290px;
    margin: 76px auto 0;
}
.hair-col-img {
    width: 645px;
}
.hair-col-menu {
    margin-left: 70px;
}
.hair-col-menu p {
    line-height: 2.6;
}
.hair-col-menu .style-menu {
    column-count: 2;
    margin: 70px 0 50px;
}
.hair-col-menu .style-menu li:not(:first-child) {
    margin-top: 15px;
}
.slick-dots {
    bottom: -45px!important;
}
.slick-dots li button:before {
    font-size: 14px!important;
}
/* staff */
.staff {
    margin-top: 90px;
    padding-top: 70px;
    text-align: center;
}
.staff .lv2 {
    position: relative;
}
.staff .lv2::before {
    content: "";
    position: absolute;
    background: #FAF8ED;
    width: 310px;
    height: 100px;
    top: 0px;
    left: 0;
}
.staff-column {
    width: 1290px;
    margin: 0 auto;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}
.staff-img {
    width: 265px;
}
.staff-name {
    margin-top: 20px;
    font-size: 24px;
}
.staff-sub {
    margin-top: 80px;
}

/* access */
.access {
    margin-top: 140px;
    background-color: #EEFAED;
}
.access-wrap {
    width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.access-tr {
    height: 80px;
}
.access-tr:not(:last-child) {
    border-bottom: 2px solid #dddddd;
}
.access-th {
    vertical-align: middle;
}
.access-td {
    padding-left: 40px;
    vertical-align: middle;
}
.access-address {
    font-size: 23px;
}
/* reserve */
.reserve {
    margin-top: 80px;
    padding-top: 70px;
    text-align: center;
}
.reserve-btn-room {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.hotpepper-btn {
    position: relative;
}
.hotpepper-btn a {
    display: block;
    width: 400px;
    height: 120px;
    line-height: 120px;
    font-size: 21px;
    border: 2px solid #8e8e8e;
    border-radius: 70px;
    padding: 0 0 0 26px;
    box-shadow: 3px 5px 10px #cfcfcf;
}
.tel-btn {
    position: relative;
}
.tel-btn a {
    display: block;
    width: 400px;
    height: 120px;
    font-size: 21px;
    border: 2px solid #8e8e8e;
    border-radius: 70px;
    margin-left: 50px;
    padding: 25px 0 0 40px;
    box-shadow: 3px 5px 10px #cfcfcf;
}
.hotpepper-btn::before {
    content: "";
    position: absolute;
    background: url("../assets/icon/icon_link.png")no-repeat center;
    background-size: contain;
    width: 65px;
    height: 65px;
    top: 25px;
    left: 35px;
}
.tel-btn::before {
    content: "";
    position: absolute;
    background: url("../assets/icon/icon_call.png")no-repeat center;
    background-size: contain;
    width: 65px;
    height: 65px;
    top: 26px;
    left: 90px;
}

/* sns */
.sns {
    margin-top: 250px;
    padding: 67px 0;
    background-color: #FAF8ED;
}
.sns-room {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.sns-btn {
    width: 110px;
}
.sns-btn:nth-child(n+2) {
    margin-left: 55px;
}
.sns-btn a {
    display: block;
}
.sns-btn p {
    margin-top: 15px;
}

/*----------------
footer-css
-------------------- */
footer {
    padding: 25px 0 50px;
    text-align: center;
    background-color: #FAF8ED;
} 
small {
    font-size: 15px;
}
.fadebox {
    opacity: 0;
    transition: 1s;
    position: relative;
    top: 50px;
  }
  .fadein-active {
    opacity: 1;
    top: 0; 
  }



/*----------------
SP
-------------------- */
@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .forPC {
        display: none;
    }
    
    .forSP {
        display: block;
    }
    .lv2 {
        margin-bottom: 15px;
        font-size: 30px;
        letter-spacing: 1px;
    }

/*----------------
header
-------------------- */
.header-wrap {
    position: unset;
    margin: 25px 0 10px 24px;
}
.header-logo {
    position: unset;
    top: 25px;
    left: 20px;
    font-size: 24px;
}

#g-nav{
    padding-top: 30%;
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:75%;
    height: 100vh;
	background:#fff;
	transition: all 0.6s;
}
#g-nav.panelactive{
    top: 0;
}
.header-nav {
    display: block;
    padding: 0 10%;
    justify-content: center;
}
.g-nav-list {
vertical-align: middle;
}
.nav-item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}
.nav-item::after {
    content: "⇁";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav-list .wrap {
    width: 87%;
    margin: 30px auto 10px;
}
/*========= ｇナビリスト開閉CSS ===============*/
#g-nav .accordion-area {
    z-index: 999;
    width: auto;
    margin: 30px auto 20px;
}
#g-nav .accordion-area-headlist {
	list-style: none;
}

#g-nav .accordion-area-headlist a{
    position: relative;
    color: #000;
    padding: 10px 30px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #AEAFAE;
}
#g-nav .accordion-area-headlist:last-child a{
    padding: 10px;
}
#g-nav .accordion-area-headlist a::after{
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 12px;
    height: 15px;
    background: url(../assets/icon/arw_black.png)no-repeat;
    background-size: contain;
}
#g-nav-list .wrap .opening {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
}

/*========= ハンバーガーボタンのためのCSS ===============*/
.hamburger-btn{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
	
/*×に変化*/	
.hamburger-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #c1c1c1;
    width: 37%;
  }

.hamburger-btn span:nth-of-type(1) {
	top:21px;	
}

.hamburger-btn span:nth-of-type(2) {
	top:32px;
}

.hamburger-btn span:nth-of-type(3) {
	top:44px;
}

.hamburger-btn.active span:nth-of-type(1) {
    top: 30px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.hamburger-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.hamburger-btn.active span:nth-of-type(3){
    top: 42px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

@media only screen and (max-width: 330px) {
    .hamburger-btn {
        width: 70px;
        height: 70px;
    }
    .hamburger-btn span {
        width: 48%;
    }
    .hamburger-btn span:nth-of-type(1) {
        top: 23px;
    }
    .hamburger-btn span:nth-of-type(2) {
        top: 35px;
    }
    .hamburger-btn span:nth-of-type(3) {
        top: 47px;
    }
    .hamburger-btn.active span:nth-of-type(1) {
        top: 28px;
        width: 48%;
    }
    .hamburger-btn.active span:nth-of-type(3) {
        top: 40px;
        width: 48%;
    }
}

/*----------------
main
-------------------- */

.mv {
    position: relative;
}
.mv-image img {
    width: 80%;
}
.mv-image::before {
    content: "";
    position: absolute;
    background-color: #FAF8ED;
    width: 230px;
    height: 360px;
    top: 30px;
    left: 0;
    z-index: -1;
}
/* about */
.about {
    margin-top: 90px;
    padding-top: 30px;
}
.about-catch {
    width: 270px;
    margin: 0 auto;
}
.about-txt {
    margin-top: 18px;
    line-height: 2;
}

/* hair */
.hair {
    margin-top: 60px;
    padding-top: 30px;
}
.hair-column {
    display: block;
    width: auto;
    margin: 43px auto 0;
}
.hair-col-img {
    width: 270px;
    margin: 0 auto;
}
.hair::before {
    content: "";
    position: absolute;
    background: #EEFAED;
    width: 130px;
    height: 40px;
    top: -30px;
    right: 0;
    z-index: -1;
}
.slick-dots {
    bottom: -25px!important;
}
.slick-dots li button:before {
    font-size: 6px!important;
}
.hair-col-menu {
    margin-left: 0;
    margin-top: 45px;
}
.hair-col-menu p {
    line-height: 2;
    text-align: center;
}
.hair-col-menu .style-menu {
    column-count: 2;
    margin: 25px 0 30px 10%;
}
.hair-col-menu .style-menu li:not(:first-child) {
    margin-top: 16px;
}
.hair-col-menu .style-menu li {
    font-size: 15px;
    letter-spacing: 0;
}
/* staff */
.staff {
    margin-top: 60px;
    padding-top: 30px;
}
.staff .lv2::before {
display: none;
}
.staff-column {
    width: auto;
    margin-top: 40px;
    display: block;
}
.staff-img {
    margin: 0 auto;
}
.staff-name {
    margin-top: 33px;
}
.staff-list:nth-child(n+2) {
    margin-top: 30px;
}
.staff-sub {
    margin-top: 50px;
}
/* access */
.access {
    margin-top: 100px;
    padding-top: 40px;
}
.access-wrap {
    width: auto;
    display: block;
}
.access-map iframe {
    width: 100%;
}
.access-side {
    margin: 10px 50px;
}
.access-th {
    width: 19%;
}
.access-address {
    font-size: 15px;
}

/* reserve */
.reserve {
    margin-top: 25px;
    padding-top: 30px;
}
.reserve-txt {
    margin-top: 23px;
    line-height: 22px;
}
.reserve-btn-room {
    margin-top: 35px;
    display: block;
}
.hotpepper-btn,.tel-btn {
    display: inline-block;
}
.hotpepper-btn a {
    margin: 0 auto;
    width: 258px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border: 1px solid #8e8e8e;
    padding: 0 0 0 27px;
    letter-spacing: 0.7px;
}
.hotpepper-btn::before {
    width: 33px;
    height: 33px;
    top: 13px;
    left: 19px;
}
.tel-btn a {
    display: block;
    width: 258px;
    height: 60px;
    font-size: 14px;
    border: 1px solid #8e8e8e;
    margin: 35px auto 0;
    padding: 8px 0 0 10px;
}
.tel-btn::before {
    width: 33px;
    height: 33px;
    top: 50px;
    left: 19px;
}

/* sns */
.sns {
    margin-top: 85px;
    padding: 60px 0 50px;
}
.sns-room {
    margin-top: 32px;
}
.sns-btn {
    width: 75px;
}
.sns-btn:nth-child(n+2) {
    margin-left: 25px;
}
/*----------------
footer
-------------------- */
small {
    font-size: 10px;
}
}

@media (max-width: 320px) {
    .access-map {
        width: 320px;
    }
}





















