@charset "utf-8";

/* common */
html {
    font-size: 62.5%;
}

body {
    font-family:"Marcellus","Noto Serif JP","Noto Sans JP", Arial, sans-serif;
    background: #FFFEFD;
}

img {
    max-width: 100%;
    height: auto;
}

section h2 {
    color: #4D3F35;
    text-align: center;
    font-family: "Marcellus";
    font-size: clamp(25px, 8vw, 30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45rem;
}

section h2::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #4D3F35;
    margin: 5px auto 0px;
}

.btn {
    display: block;
    width: 61.3vw;
    min-width: 230px;
    max-width: 250px;
    height: 54px;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #B4A093;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(11px, 4.266666666666667vw, 16px);
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin: 40px auto 0px;
}

.btn::after {
    content: "";
    display: inline-block;
    width: 7.1px;
    height: 13px;
    background: url(../images/arrowBtn.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
}

/*tab 769px */
@media screen and (min-width:769px) {
    section h2 {
        color: #4D3F35;
        text-align: center;
        font-family: "Marcellus";
        font-size: clamp(35px, 3.125vw, 40px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.6rem;
    }
}
/*common tab 769px end*/

/* header */
.header {
    padding: 17px 2.1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}

.header__logo {
    width: 111px;
    height: 32px;
}

.nav {
    background: #B4A093;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
}

.nav.active {
    pointer-events: auto;
    opacity: 1;
}

.nav__header{
    padding: 17px 2.1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}

.nav__logo{
    width: 111px;
    height: 32px;
    visibility: hidden;
}

.nav__close {
    width: 22px;
    height: 22px;
}

.nav__list {
    padding: 60px 0 0 13.5vw;
}

.nav__item {
    color: #000;
    font-family: "Marcellus";
    font-size: clamp(23px, 7.466666666666667vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.2px;
    margin-top: 30px;
}

.nav__item:first-of-type {
    margin-top: 0;
}

.nav__link {
    margin-top: 60px;
    padding-left: 12.5vw;
}

.nav__button--instagram {
    display: flex;
    gap: 4vw;
    align-items: center;
    width: fit-content;
    max-width: 300px;
    height: 44px;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #FCF7F0;
}

.nav__button--instagram img {
    width: 24px;
    height: 24px;
}

.nav__button--instagram a {
    color: #000;
    font-family: "Marcellus";
    font-size: clamp(11px, 4.266666666666667vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
}

.nav__button--instagram a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 1.866666666666667vw;
}

.nav__button--hotPepper {
    display: flex;
    gap: 1.866666666666667vw;
    align-items: center;
    width: fit-content;
    max-width: 300px;
    height: 40px;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #FCF7F0;
    margin-top: 25px;
}

.nav__button--hotPepper img {
    width: 54px;
    height: 18px;
}

.nav__button--hotPepper a {
    color: #000;
    font-family: "Marcellus";
    font-size: clamp(11px, 4.266666666666667vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}

.nav__button--hotPepper a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 1.866666666666667vw;
}

.header__menu {
    width: 22px;
    /* height: 20px; */
    cursor: pointer;
}

/*header 769px */
@media screen and (min-width:769px) {
    .header {
        padding: 20px 2.3%;
    }

    .header__logo {
        width: 209px;
        height: 60px;
    }

    .nav {
        background: #B4A093;
        width: 32.8vw;
        min-width: 420px;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s linear;
    }

    .nav__header{
        padding: 20px 2.3vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px auto;
    }

    .nav__logo{
        width: 209px;
        height: 60px;
    }

    .nav__list {
        padding: 65px 0 0 70px;
    }

    .nav__item {
        font-size:clamp(33px, 2.96875vw, 38px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.57rem;
        margin-top: 30px;
    }

    .nav__link {
        margin-top: 80px;
        padding-left: 4.453125vw;
    }
    
    .nav__button--instagram a {
        font-size: clamp(13px, 1.40625vw, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.27rem;
    }

    .nav__button--hotPepper {
        margin-top: 30px;
    }

    .nav__button--hotPepper a {
        font-size: clamp(13px, 1.40625vw, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
/*header 769px end*/

/* footer */
.footer {
    margin: 70px auto 0px;
    background-color: #FCF7F0;
    padding: 32.5px 0px;
}

.footer__nav {
    padding: 0px 24.9vw 0px;
}

.footer_logo {
    width: 50.13333333333333vw;
}

.footer__navList {
    margin-top: 30px;
}

.footer__navItem {
    color: #242424;
    text-align: left;
    font-family: "Marcellus";
    font-size: clamp(15px, 5.333333333333333vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px
}

.footer__navItem:first-of-type {
    margin-top: 0px;
}

.footer__link {
    margin-top: 30px;
    display: flex;
    gap: 19px;
}

.footer__link--instagram {
    width: 30px;
    height: 30px;
}

.footer__link--hotPepper {
    width: 96px;
    height: 32px;
}

small {
    color: #242424;
    text-align: center;
    font-family: "Marcellus";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 30px auto 0px;
}

/* footer 769px */
@media screen and (min-width: 769px) {
    .footer {
        margin: 110px auto 0px;
        padding: 40px 0px 20px;
    }

    .footer__nav {
        padding: 0px;
        width: 674px;
        margin: 0px auto;
    }

    .footer_logo {
        width: 209px;
        height: 60px;
    }

    .footer__navList {
        margin-top: 0px;
        display: flex;
        gap: 40px;
    }

    .footer__item{
        display: flex;
        gap: 80px;
        align-items: center;
    }

    .footer__navItem {
        text-align: center;
        font-size: 2.0rem;
        margin-top: 0px
    }

    .footer__link {
        margin-top: 40px;
        display: flex;
        gap: 19px;
    }

    small {
        font-size: 1.4rem;
        margin: 40px auto 0px;
    }
}
/* footer 769px end */