:root {
    --yellow: #21b8c5;
    --orange: #e4007f;
    --navy: #0f3675;
    --red: #8faa00;
    --red-deep: #8b000f;
    --red-base: #b10f2e;
    --red-light: #d43a49;
    --gold-dark: #a86e00;
    --gold: #d4af37;
    --gold-light: #f7df7a;
}

body {
    font-family: "Noto Sans JP", serif !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
    overflow-x: hidden;
    background-color: #cebdab9f !important;
    position: relative;
}




a {
    text-decoration: none !important;
    color: #fff !important;
}


@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 店舗メニュー 編集不可 */

.area_title {
    background: url("./img/img_7.png")no-repeat;
    background-size: cover;
    height: 40vw;
}

.area_title .box {
    color: #0f3675;
    background-color: #ffffffd0;
}

.secAccordion {
    width: 95%;
    margin: 0 auto;
}

.secAccordion .address {
    font-size: .875rem;
}

.secAccordion .address a {
    background-color: #0f3675;
    text-decoration: none;
    padding: 1px 9px;
    font-size: .75rem;
    margin-left: 3px;
}

@media screen and (min-width:768px) {
    .area_title {
        height: 300px;
        max-width: 768px;
        background-position: bottom;
        margin: 0 auto;
    }

    .area_title .box {
        background-color: #ffffffd7;
        font-size: 1.5rem;
    }

    .secAccordion {
        width: 768px;
        margin: 0 auto;
    }

    .secAccordion .left,
    .secAccordion .right {
        width: 384px;
    }
}

/* 店舗メニュー 編集不可 */

#gift {
    display: none;
}

header {
    height: auto;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

header .brandLogo {
    width: 20vw;
}

header .logo {
    width: 30vw;
}

header .headerBanner {
    background-color: #0f3675;
    color: #fff;
    font-size: min(3vw, 20px);
    letter-spacing: min(.5vw, .5px);
    height: fit-content;
    font-weight: 600;
    width: 35%;
    text-align: center;
}

header .bannerImg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

@keyframes fluffy {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-6px) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}


@media screen and (min-width:768px) {
    header {
        height: 150px;
        max-height: 150px;
    }

    header .brandLogo {
        width: 200px;
    }

    header .logo {
        width: 300px;

    }

    header .headerBanner {
        background-color: #0f3675;
        color: #fff;
        font-size: min(3vw, 20px);
        letter-spacing: min(1vw, 1px);
        height: fit-content;
        font-weight: 600;
        width: 250px;
    }

    header .bannerImg {
        top: 120px;
        bottom: auto;
        left: auto;
        right: 20px;
        width: 200px;
        cursor: pointer;
        animation: fluffy 2s ease-in-out infinite;
        transform-origin: center;
    }
}

.secContent {
    padding-top: 14vw;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width:768px) {
    .secContent {
        padding-top: 150px;
    }

}

#form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}