/* # top
---------------------------------------------------------------------------- */
#top {
    padding-bottom: 100px;
}
.menu-wrapper:not(:last-of-type) {
    margin-bottom: 64px;
}
.menu-h3 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #240f00;
}
.menu-list::-webkit-scrollbar {
    display: none;
}
.menu-item {
    padding-top: 80px;
    margin-top: -80px;
}
.menu-item:not(:last-of-type) {
    margin-bottom: 40px;
}
.menu-card {
    padding: 24px 0;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-card__header {
    margin: 0 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #f6f4ee;
}
.menu-list--quick .menu-card__header {
    padding-bottom: 0;
    border-bottom: none;
}
.menu-card__h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: -4px 0 -4px;
}
.menu-card__details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.menu-card__price {
    padding: 12px 16px;
    background-color: #f6f4ee;
    border-radius: 4px;
    margin-right: 16px;
}
.menu-card__time {
    display: flex;
    align-items: center;
}
.menu-card__time::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/base/clock.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.menu-card__content {
    /* margin: 24px */
    margin: 24px 24px 0;
}
.menu-card__content:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #f6f4ee;
}
.menu-card__content--course {
    /* margin: 0 0 24px; */
    margin: 0;
}
.menu-card__text {
    line-height: 1.75;
    margin: -6px 0;
}
.menu-card__h5 {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 24px;
    position: relative;
}
.menu-card__h5::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #240f00;
    border-radius: 50%;
    margin-right: 6px;
}
.menu-card__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 6px;
    width: auto;
    transition: 0.6s;
}
.menu-card__h5.open .menu-card__arrow {
    transform: translate(0, -50%) rotate(180deg);
}
.menu-course {
    padding: 0 24px;
    margin-top: 24px;
    display: none;
}
.menu-course::-webkit-scrollbar {
    display: none;
}
.menu-course__item {
    flex: none;
    width: 100%;
    padding: 13px 16px;
    border: solid 1px #240f00;
    border-radius: 4px;
    position: relative;
}
.menu-course__item:not(:last-of-type) {
    margin-bottom: 24px;
}
.menu-course__item:not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #240f00;
}
.menu-course__title {
    display: block;
    /* margin-bottom: 8px; */
    font-size: 14px;
    line-height: 1.5;
}
.menu-course__time {
    display: none;
    align-items: center;
    font-size: 14px;
}
.menu-course__time::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/base/clock.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.pagelink--detail {
    margin: 0 24px;
    display: none;
}
.pagelink--detail::after {
    width: 12px;
    background-image: url(../img/base/blank-icon.svg);
}
.menu-caution {
    line-height: 1.5;
    color: #707070;
    margin: 28px 0 -4px;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 1023px) {
    .menu-course {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .menu-course__item {
        flex: none;
        width: 208px;
        padding: 13px 16px;
        border: solid 1px #240f00;
        border-radius: 4px;
    }
    .menu-course__item:not(:last-of-type) {
        margin-right: 24px;
        margin-bottom: 0;
    }
    .menu-course__item:not(:last-of-type)::after {
        position: absolute;
        content: "";
        width: 26px;
        height: 1px;
        left: 100%;
        top: 50%;
        transform: translateX(0%) translateY(-50%);
        background-color: #240f00;
    }
    .menu-card__arrow {
        display: none;
    }
}
