html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#sp-contents {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.store-title {
    width: 100%;
}

.store-title p {
    font-size: 33px;
    color: #921e1c;
    line-height: 1;
    text-align: center;
    padding-top: 64px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .store-title p {
        font-size: 6.87vw;
        padding-top: 13.34vw;
        margin-bottom: 4.17vw;
    }
}


.store-content-shop {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
    font-family: 'PretendardJP-Regular',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Noto Sans JP',
    sans-serif;
}

@media (max-width: 1024px) {
    .store-content-shop {
        padding-top: 25.64vw;
        padding-bottom: 25.64vw;
        padding-left: 8.33vw;
        padding-right: 8.33vw;
    }
}


.store-content-shop-container {
    width: 100%;
    position: relative;
}

.store-content-shop-ex h3 {
    cursor: pointer;
    font-size: 16px;
    color: #921e1c;
}
@media (max-width: 1024px) {
    .store-content-shop-ex h3 {
        font-size: 3.33vw;
    }
}

.store-content-shop-accordion-title,
.store-content-shop-accordion-title1,
.store-content-shop-accordion-title2,
.store-content-shop-accordion-title3,
.store-content-shop-accordion-title4,
.store-content-shop-accordion-title5 {
    position: relative;
}

.store-content-shop-accordion-title::before,
.store-content-shop-accordion-title1::before,
.store-content-shop-accordion-title2::before,
.store-content-shop-accordion-title3::before,
.store-content-shop-accordion-title4::before,
.store-content-shop-accordion-title5::before {
    background: #921e1c;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
    width: 10px;
}

.store-content-shop-accordion-title.open::before,
.store-content-shop-accordion-title1.open::before,
.store-content-shop-accordion-title2.open::before,
.store-content-shop-accordion-title3.open::before,
.store-content-shop-accordion-title4.open::before,
.store-content-shop-accordion-title5.open::before {
    transform: rotate(180deg);
}

.store-content-shop-accordion-title::after,
.store-content-shop-accordion-title1::after,
.store-content-shop-accordion-title2::after,
.store-content-shop-accordion-title3::after,
.store-content-shop-accordion-title4::after,
.store-content-shop-accordion-title5::after {
    background: #921e1c;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: opacity .3s ease-in-out;
    width: 10px;
}
.store-content-shop-accordion-title.open::after,
.store-content-shop-accordion-title1.open::after,
.store-content-shop-accordion-title2.open::after,
.store-content-shop-accordion-title3.open::after,
.store-content-shop-accordion-title4.open::after,
.store-content-shop-accordion-title5.open::after {
    opacity: 0;
}

.store-content-shop-ex hr {
    border-width: 0.2px 0 0 0;
    border-style: solid;
    border-color: #921e1c;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex hr {
        margin-top: 7.69vw;
        margin-bottom: 7.69vw;
    }
}

.store-content-shop-ex-1 {
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex-1 {
        margin-bottom: 10.26vw;
    }
}

.store-content-shop-ex-1 h3 {
    /* font-size: 20.48px; */
    font-size: 14px;
    color: #921e1c;
    margin-bottom: 30px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .store-content-shop-ex-1 h3 {
        font-size: 3.08vw;
        margin-bottom: 3.85vw;
    }
}


.store-content-shop-ex-1 p {
    /* font-size: 17.92px; */
    font-size: 12px;
    color: #921e1c;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex-1 p {
        font-size: 2.82vw;
        margin-bottom: 2.56vw;
    }
}

.chuui {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.chuui p {
    font-size: 12px;
    line-height: 1.5;
    color: #921e1c;
    font-family: 'PretendardJP-Regular',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Noto Sans JP',
    sans-serif;
}

@media (max-width: 1024px) {
    .chuui {
        padding-top: 6.67vw;;
    }
    .chuui p {
        font-size: 2.56vw;
    }
}


.pc-miiyuu-headermenu-block {
    opacity: 1 !important;
}

.pc-miiyuu-headerstore-block {
    opacity: 1 !important;
}

.grovi-headerbtn-block {
    opacity: 1 !important;
}

