/* ==================================== */
/* ==========共通設定ここから=========== */
/* ==================================== */


body {
    color: #333;
}

#contents {
    padding: 0 40px;
}

section {
    max-width: 864px;
    margin: 0 auto;
}

#main h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 30px 20px;
}

.morebtn {
    text-align: center;
    display: block;
    width: 150px;
    padding: 15px 0;
    font-size: 1.1rem;
    color: #fff;
    margin: 30px 0 30px auto;
    background-color: rgba(106, 57, 7, 0.7);
}

.morebtn:hover,
.btn:hover {
    opacity: 0.7;
}

.morebtn,
.btn {
    transition: 0.5s;
}

.logo {
    width: 20%;
}

.logo img {
    max-width: 100%;
    height: auto;
}

/* ページトップアイコン */
.pagetop-ico {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 45px;
    width: 10vw;
}

.pagetop-ico img {
    max-width: 100%;
}

/* ヘッダーここから */

header {
    padding: 0 40px;
}

#header-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ヘッダーここまで */

/* ナビゲーションここから */

nav ul {
    display: flex;
    list-style-type: none;
    font-weight: bold;
    letter-spacing: 0.12em;
    gap: 45px;

}

nav a {
    text-decoration: none;
    font-size: 1.2em;
    color: #333;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid transparent;

}

nav a:hover {
    border-bottom-color: #333;
}

/* ナビゲーションここまで */

/* メインビジュアルここから */

.mv {
    position: relative;
}

.catchcopy {
    width: min-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.catchcopy h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vw;
}

.copy-main {
    letter-spacing: 5px;
}

.copy-sub {
    text-align: center;
    display: block;
    font-size: 0.3em;
    /* position: absolute;
    top: 105%;
    left: 20%;
    transform: translate(-50%, -50%); */
    color: #333;
    padding-top: 4px;
}

/* メインビジュアルここまで */

/* フッターここから */

footer {
    margin-top: 50px;
    background-image: url(../image/common/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.footer-container {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
    box-sizing: content-box;
}

.f_nav {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

footer a {
    color: #fff;
}

footer h3 {
    font-weight: bold;
    font-size: 120%;
    margin: 1.5em 0;
}

footer p {
    line-height: 2em;
    margin-top: 2em;
}

.close {
    line-height: 2em;
}

.copyright {
    text-align: center;
}

.hours {
    font-size: 150%;
    font-weight: bold;
}

/* フッターここまで */

/* サブページビジュアルここから */
.sv {
    position: relative;
    width: 100%;
}

.sv img {
    width: 100%;
    height: auto;
}

.subtitle {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    background-color: rgba(255, 255, 255, 1);
}

.subtitle h1 {
    font-size: 4vw;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding: 8px;
}

/* サブページビジュアルここまで */


/* ==================================== */
/* ==========共通設定ここまで=========== */
/* ==================================== */


/* NEWSセクションここから */

.newswrap ul {
    max-width: 460px;
    margin: 0 auto;
}

.newswrap li {
    padding: 10px 0;
    font-size: 1.2em;
    border-bottom: 1px dotted #333;
}

.newswrap li:last-child {
    border-bottom: none;
}

.newstitle {
    margin-left: 30px;
}

/* NEWSセクションここまで */

/* ABOUTセクションここから */

.aboutwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* gap: 50px; */
}

.aboutwrap img {
    max-width: 100%;
    height: auto;
}

.about_text {
    flex-grow: 1;
    width: 50%;
}

.about_text p {
    padding: 5em 4em 0 4em;
    text-align: left;
    line-height: 1.7rem;
}

.logo {
    width: 20%;
}

.logo img {
    max-width: 100%;
    height: auto;
}



/* ABOUTセクションここまで */

/* MENUセクションここから */

.menubox {
    display: flex;
    background-image: url(../image/index/menuback.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    width: 75%;
    min-width: 360px;
    height: 200px;
    align-items: center;
    justify-content: space-around;
    padding: 40px 20px 40px 20px;
    margin: auto;
}

.menubox ul {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 20px;
}

.menubox ul li {
    margin: 20px 0;
}


/* MENUセクションここまで */

/* STAFFセクションここから */

.home .staffwrap {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}

.home .staffwrap figcaption {
    padding-top: 5px;
    line-height: 1.8em;
    text-align: center;
}

.home .staffwrap figure {
    flex-grow: 1;
    width: 100%;
    max-width: 200px;
    height: auto;
}

/* STAFFセクションここまで */

/* RESERVEセクションここから */
.buttonwrap {
    padding-top: 20px;
}

#reserve p {
    text-align: center;
}

/* RESERVEセクションここまで */

/*MAPセクションここから*/
#access {
    display: none;
}


/*MAPセクションここまで*/

/*NEWSページここから*/
.news section {
    margin-top: 36px;
}

.news dl {
    display: flex;
    width: 75%;
    margin: 0 auto;
    padding: 36px;
    border-top: 1px solid #333;
}

.news dl:last-child {
    border-bottom: 1px solid #333;
}

.news dt {
    font-weight: normal;
}

.news dd {
    text-align: left;
    margin-left: 5rem;
}

/*NEWSページここまで*/

/*ABOUTページここから*/
.about h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 50px 20px 30px 20px
}

/* .aboutwrap{
    margin-bottom: 80px;
} */

/* :nth-childは要素の連続時のみ有効 */

.aboutwrap:nth-of-type(even) img {
    order: 1;
}

.aboutwrap:nth-of-type(even) .about_text {
    order: 0;
}

/*ABOUTページここまで*/


/*MENUページここから*/
.menu h2,
.menucategory {
    width: 350px;
}

.menu h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-top: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.menu dl {
    display: flex;
    justify-content: space-between;
    margin: 20px 15px;
}

.menu dt {
    font-weight: normal;
}

.menucover {
    display: flex;
    justify-content: space-around;
}

.menucategory {
    margin-top: 50px;
}

.menuwrap3 .menucategory {
    margin: 0 auto;
}

.menu section p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 40px 0;
}

.line {
    position: relative;
    height: 1.5em;
}

.line::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    margin-top: 0.5em;
    border-top: 1px dashed silver;
}

.line .menuname {
    position: absolute;
    padding-right: 1ex;
    background-color: white;
}

.line .price {
    right: 0;
    position: absolute;
    padding-left: 1ex;
    background-color: white;
}

/*MENUページここまで*/

/*STAFFページここから*/
.staffheadline {
    font-size: 1.3em;
    margin: 30px 0;
    text-align: center;
}

.flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
}

.staffall ul {
    width: 70%;
    margin: 0 auto;
}

.staffall li {
    border-top: 1px solid #333;
    padding: 40px 20px;
}

.staffall li:last-child {
    border-bottom: 1px solid #333;
    padding: 40px 20px;
}

.staffprof {
    width: 45%;
}

.position {
    font-size: 1.2em;
    margin-bottom: 2rem;
}

.staffname {
    font-size: 2em;
    margin-bottom: 3rem;
}

/*STAFFページここまで*/

/*REVERSEページここから*/
.reserve h2 {
    width: 75%;
    margin: 30px auto 0 auto;
    text-align: center;
    border-bottom: 1px solid #333;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.reserve p {
    line-height: 2.5rem;
}

.yoyakuwrap {
    margin-bottom: 70px;
}

.yoyaku_p {
    margin: 20px 0;
}

.btn {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 300px;
    padding: 10px 0;
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(7, 56, 106, 0.7);
}

.formwrap p {
    text-align: center;
}

.formwrap p {
    margin-top: 20px;
}

.formwrap button {
    margin: 10px 0;
    width: 5rem;
    border: 1px solid #333;
    background-color: #f0f0f0;
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    width: 75%;
}

#form input,
#form textarea {
    display: block;
    padding: 3px;
    color: #000;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px #c2c2c2;
    margin: 0 auto;
    max-width: 500px;
    min-width: 300px;
    font-size: 0.9rem;
}

#form textarea {
    height: 200px;
    font-size: 0.9rem;
}

::placeholder {
    text-align: left;
    font-size: 0.9rem;
}





/*REVERSEページここまで*/



#hmbicon {
    display: none;
}




@media(max-width:959px) {

    footer .map {
        display: none;
    }

    .home .staffwrap {
        display: block;
        max-width: 100%;
    }

    .home{
        margin: 0 auto;
    }

    .home.stylist {
        width: 100%;
    }

    .stylist{
        margin: 30px 0;
    }

    .home .stylist figure {
        margin: 0 auto;
    }

    .subtitle h1 {
        font-size: 6vw;
        padding: 5px;
    }

    .aboutwrap {
        flex-direction: column;
        text-align: center;
    }

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

    .about_text {
        margin: 0 auto;
    }

    .about_text p {
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }

    .aboutwrap:nth-of-type(even) img {
        order: 0;
    }

    .aboutwrap:nth-of-type(even) .about_text {
        order: 1;
    }

    #access {
        display: block;
    }

    #access .map {
        max-width: 100%;
    }

    #access iframe {
        display: block;
        margin: 0 auto;
    }

    .menucover {
        display: block;
    }

    .menucategory {
        margin: 0 auto;
    }


    /* ハンバーガーメニュー */
    /* ハンバーガーアイコン */
    #hmbicon {
        display: block;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 99;
        cursor: pointer;
    }

    #hmbicon span {
        display: block;
        width: 100%;
        height: 5px;
        background-color: #6A3906;
        margin: 6px 0;
        transition-duration: 0.5s;
    }

    .hmbset {
        display: block;
    }

    nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 98;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 40px;
    }

    nav ul {
        display: block;
    }

    nav a {
        color: #fff;
    }

    nav a:hover {
        border-bottom-color: #fff;
    }

    nav li {
        display: block;
        padding: 14px 0;
        border: 0;
        text-align: center;
    }

    nav li:first-child {
        border-left: 0;
    }

    .pagetop-ico {
        right: 15px;
        bottom: 60px;
        width: 15vw;
    }


    #hmbicon.open .bar1 {
        transform: rotate(-45deg) translateX(-8px) translateY(14px);
        background-color: #fff;
    }

    #hmbicon.open .bar2 {
        opacity: 0;
    }

    #hmbicon.open .bar3 {
        transform: rotate(45deg) translateX(-1px) translateY(-8px);
        background-color: #fff;
    }
}

@media(max-width:600px) {

    header,
    #contents {
        padding: 0 10px;
    }

    section {
        margin: 80px 0;
    }

    .footer-container {
        max-width: 80%;
        padding: 0;
    }

    .logo {
        width: 30%;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    .catchcopy h1 {
        font-size: 10vw;
    }

    .newswrap li {
        font-size: 1em;
    }

    .menubox {
        background-image: none;
        border: 1px solid #333;
        box-shadow: 10px 5px 5px rgba(106, 57, 7, 0.7);
        padding: 0;
    }

    .menubox ul {
        margin: 0;
    }

    .aboutwrap img {
        max-width: 75%;
        margin: 0 auto;
    }

    .staff .flex {
        display: block;
    }

    .staffname{
        font-size: 1.1em;
        font-weight: bold;
    }

    .staffall li {
        text-align: center;
    }

    .staffall .staffprof {
        margin: 0 auto;
    }

    .position {
        font-size: 1em;
        line-height: 1.5rem;
    }

    .staffprof p {
        margin-bottom: 10px;
    }

    .morebtn {
        margin: 30px auto;
    }

    #main h2 {
        text-align: center;
    }

    .news dl {
        display: block;
    }

    .news dd {
        margin: 0;
        padding-top: 20px;
    }

}