:root {
    --main-color: #2F1909;
    --main-color: #2F1909;
    --green-color: #E6E8E1;
    --bg-light: #F7F6F2;
    --bg-light2: #E2E0D6;
    --bg-light2: #e8e1d6;
    --light-text: #555;
}

p {
    line-height: 1.8;
}

ul {
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: 500;
}

img {
    width: 100%;
    max-width: 100%;
}

body {
    color: #444;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    overflow-x: hidden;
}

.mincho {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}


a {
    text-decoration: none;
    color: inherit;
    transition: .25s;
}

a:hover {
    /* text-decoration: none; */
    color: inherit;
}

.kv-bg {
    background: url(/img/kv.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    padding-left: 1em;
    padding-right: 1em;
    padding: 1em;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: left;
}


.g-nav-wrapper {
    /* margin-top: -140px; */
    position: sticky;
    top: 1em;
    padding: 0 1em;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    padding-bottom: 1em;
    z-index: 1000;
}

#g-nav {
    width: 100%;
    background: white;
    /* position: absolute; */
    bottom: 1em;
    border-radius: .5em;
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 0 1em;
}

.nav-list {
    display: flex;
    gap: 0.25em 1em;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.salon_name {
    color: #525252;
}

.salon_name .iro {
    font-size: 3.2em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
}

.salon_name .text {
    font-size: 0.95em;
    line-height: 1;
}

.g-nav-wrapper {}

#g-nav .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

#g-nav .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.75em;
    flex: auto;
}

.anchor {
    margin-top: -180px;
    padding-top: 180px;
}

.salon-info {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    flex-wrap: wrap;
    gap: 0.5em 0.25em;
}

.salon-info .tell {}

.salon-info .tell .number {
    font-size: 1.5em;
    font-weight: 600;
}

.bg-1 {
    background: var(--bg-light2);
}


.wrapper {
    max-width: 1000px;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
}

.title02 {
    text-align: center;
    line-height: 1;
    color: var(--main-color);
}

.title02 b {
    display: block;
    font-size: 0.95em;
}

.title02 small {
    margin-top: 0.5em;
    font-size: 0.5em;
    display: block;
}


.news-list {
    list-style: none;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.news-list>li {
    display: flex;
    margin-bottom: 1em;
    cursor: pointer;

}

.news-list>li:last-child {
    margin-bottom: 0;
}

.news-list .date {
    font-weight: medium;
    width: fit-content;
    padding-right: .75em;
    font-weight: 500;
    color: var(--main-color);
}

.news-list a {
    display: flex;
}

.news-list a:hover {
    text-decoration: none;
    /* border-bottom: 1px solid var(--main-color); */
}

.news-list a:hover .text {
    text-decoration: underline;
}


.btn01 {
    border-color: var(--main-color);
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    padding: 0.5em 2em;
    min-width: 240px;
    background: #fff;
    display: inline-block;
    height: auto;
}

.btn01:hover {
    background: var(--main-color);
    text-decoration: none;
    color: #fff;
}


.layout1 {
    display: grid;
    gap: 2em;
    grid-template-columns: 240px 1fr;
}

.layout1.--hide-left {
    display: block;
}

.layout1.--hide-left .left {
    display: none;

}

.stylist-name {}

.stylist-name small {}

.stylist-name .jp {
    font-weight: 500;
    font-size: 1.4em;
    color: var(--light-text);
    display: inline-block;
    margin-right: 0.5em;

}

.stylist-name .en {
    display: inline-block;
    color: var(--light-text);
    font-size: 1.3em;
    font-weight: 300;
}



#top_bg_green {
    position: relative;
    background-color: var(--green-color);
}

#top_bg_green:before {
    background-color: #fff;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 100px;
}

#top_bg_green .wrapper {
    position: relative;
}


#menu-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, .1);
    padding: 3em 2em;
}

.menu-list {
    list-style: none;
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    color: var(--light-text);
    padding: 0;
}

.menu-list>li {}

.menu-list>li .menu-cat {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
}

.menu-list>li .menu-detail {}

.menu-line-wrap {
    display: flex;
    margin-bottom: 0.4em;
}

.menu-line-wrap:not(:last-child) {
    margin-bottom: 0.4em;
}


.menu-list>li .menu-detail dl {
    /* display: grid; */
    /* grid-template-columns: auto 1fr; */
    /* gap: 0.5em; */
    font-weight: normal;
}

.menu-list>li .menu-detail dl dt {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-list>li .menu-detail dl dt:after {
    content: "";
    /* width: 100%; */
    /* position: absolute; */
    height: 1px;
    border-bottom: 1px dotted #ccc;
    display: block;
    flex: auto;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.menu-list>li .menu-detail dt {
    font-weight: 400;
    flex-grow: 1;
    background: #fff;
    position: relative;
}

.menu-list>li .menu-detail dd {
    font-weight: normal;
    display: flex;
    background: #fff;
}


.menu-list>li .menu-detail dd:before {
    content: "￥";
    display: inline-block;
}

.menu-list dl,
.menu-list dd,
.menu-list dt {
    margin-bottom: 0;
}


ul.gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1em;
    list-style: none;
}

ul.gallery-list li {
    border-radius: 8px;
    border: 4px solid #fff;

}

ul.gallery-list>li>a {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

ul.gallery-list>li>a:before {
    content: '';
    display: block;
    padding-top: 100%;
}

ul.gallery-list>li img,
ul.gallery-list>li video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul.gallery-list li:nth-child(n+6) {
    display: none;
}

.title02.--border {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title02.--border-inner {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.title02.--border:before,
.title02.--border:after {
    flex: auto;
    content: "";
    display: block;
    height: 1px;
    background: var(--main-color);

}

.footer-inner {
    display: flex;
    gap: 2em;
    align-items: center;
}

.footer-inner .left {
    width: 100%;
}

.footer-inner .right {
    width: 100%;

}

.gmap-wrap {
    position: relative;
    padding-top: 50%;
}

.gmap-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.salon-info-list {
    list-style: none;
    padding: 0;
}

.salon-info-list li {
    border-bottom: 1px solid #8e8a87;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    display: flex;
}

.salon-info-list li b {
    font-weight: 500;
    width: 7em;
    display: inline-block;
}

footer {
    display: block;
}


.copyright {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    font-size: 0.7em;
}

.only-pc {
    display: block;
}

.only-sp {
    display: none;
}





.menu-btn-wrap {
    /* display: flex; */
    display: none;
    align-items: center;
    position: absolute;
    top: 1.2em;
    right: 1.2em;
    /* transform: translateY(-50%); */
}

.menu-btn-wrap button.open span {
    width: 1.5em;
    height: 2px;
    border-radius: 2px;
    background: var(--main-color);
    margin-bottom: 0.3em;
    display: block;
    margin-left: auto;
}

.menu-btn-wrap button.open span:last-child {
    margin-bottom: 0;
}

.menu-btn-wrap button.open span:nth-child(2) {
    width: calc(1.5em - 4px);
}

.menu-btn-wrap button.open span:nth-child(3) {
    width: calc(1.5em - 8px);
}

.menu-btn-wrap button.open,
.menu-btn-wrap button.close {
    position: relative;
    width: 2em;
    height: 1.5em;
    top: 0;
    right: 0;
    padding: 0;
}

.menu-btn-wrap button.close span {
    position: absolute;
    width: 1.5em;
    height: 2px;
    border-radius: 2px;
    background: var(--main-color);
    /* margin-bottom: 0.3em; */
    display: block;
    margin-left: auto;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    right: 0;
    top: 50%;
}

.menu-btn-wrap button.close span:nth-child(2) {
    transform: rotate(135deg);
}

.icon-list {
    display: flex;
    gap: 0.5em;
    justify-content: flex-end;
}

.contact-link {
    padding: 1em 0.5em 0.5em;
    display: none;
}

.contact-link a {
    background: var(--main-color);
    border-radius: 100px;
    color: #fff;
    display: flex;
    width: 2.4em;
    height: 2.4em;
    align-items: center;
    justify-content: center;
}

.contact-link svg {
    width: 1.4em;
    height: 1.4em;
}

.contact-link .tell-icon {
    width: 1.2em;
    height: 1.2em;
}

@media only screen and (max-width: 927px) {

    ul.gallery-list li:nth-child(n+6) {
        display: block;
    }
}

@media only screen and (max-width: 780px) {
    .kv-bg {
        height: 40vh;
        max-height: 500px;
    }

    #stylist-wrap .layout1 {
        grid-template-columns: 200px 1fr;
    }

    #stylist-wrap .left img {
        max-width: 180px;
        margin: 0 auto 1em;
        display: block;
    }

    .g-nav-wrapper {
        top: 0.25em;
        padding: 0 0.5em;
    }

    #g-nav .right {
        gap: 0.75em;
    }
}

.botanical-wrap {
    position: absolute;
    top: 0;
    max-width: 700px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.botanical01 {
    position: absolute;
    left: -80px;
    width: 120px;
    top: 100px;
}

.botanical02 {
    transform: rotateZ(65deg);
    position: absolute;
    top: 400px;
    left: calc(100% - 100px);
    width: 180px;
}

@media only screen and (max-width: 600px) {
    .kv-bg {
        /* height: 50vh; */
    }

    .wrapper {
        overflow: hidden;

        padding-left: 0.75em;
        padding-right: 0.75em;
    }

    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }

    .contact-link {
        display: block;
    }

    #g-nav {
        padding: 0.5em;
        position: relative;
        top: 0;
    }

    ul.gallery-list {
        gap: 0.5em;
    }

    .g-nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0.5em;
        margin-top: 0 !important;
        display: block;
    }

    #about-wrap .layout1 {
        flex-wrap: wrap;
        position: relative;
    }

    #about-wrap .layout1 .left {
        position: absolute;
        z-index: -1;
        opacity: 0.3;
        top: 0%;
        left: 35%;
        transform: translate(Q1, 0px);
        width: 80%;
    }

    .layout1 .right {
        filter: drop-shadow(0px 2px 1px white);
    }

    .layout1 {
        display: block;
    }



    .salon_name {
        font-size: 0.62em;
        /* padding-right: 2em; */
        width: fit-content;
        transition: 0.25s;
        padding-left: 0.5em;
    }

    .nav-opened .salon_name {
        font-size: 0.8em;
    }

    .salon_name .iro {}

    .salon_name .text {}

    .g-nav-wrapper {
        width: 100%;
    }

    #g-nav {
        width: 100%;
        display: block;

    }

    #g-nav .left {}

    #g-nav .right {
        display: none;
    }

    /* 
    #g-nav .right[style*="display: block"] {
        display: flex !important;
    } */

    .salon-info {
        display: none;
    }


    .nav-list {
        display: block;
        text-align: right;
        padding-top: 1em;
        padding-bottom: 1em;
        position: relative;
    }

    .nav-list::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        background: linear-gradient(90deg, rgba(255, 255, 255, 10) 0%, rgba(255, 255, 255, 0) 70%);
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .nav-list>li>a {
        display: block;
        padding: 0.75em 0.5em;
        border-bottom: 1px dotted #aaa;

    }



    .menu-btn-wrap {
        display: flex;
    }




    .news-list {
        max-height: 200px;
        overflow-y: scroll;
        /* font-size: 0.8em; */
    }

    .news-list a {
        display: flex;
    }

    .news-list .date {
        margin-bottom: 0.25em;
    }

    body {
        font-size: 0.9em;
    }

    .news-list>li {
        /* flex-direction: column; */
    }

    #menu-wrap {
        padding: 2.5em 1.5em;
    }

    .menu-list {

        gap: 1em;
    }



    .footer-inner {
        flex-wrap: wrap;
        gap: 1em;
    }


    .anchor {
        margin-top: -140px;
        padding-top: 140px;
    }

}



button {
    display: block;
    border: none;
    background: none;
}


.open,
.close {
    transition: opacity 0.3s ease-in-out;
}

.fade-in {
    opacity: 1 !important;
    pointer-events: auto;
}

.fade-out {
    opacity: 0 !important;
    pointer-events: none;
}

.modal {
    z-index: 1000000;
}

.skeleton span.date {
    width: 7em;
}

.skeleton span {
    width: 100%;
    color: #ccc;
}