@charset "utf-8";

.menuFl {
    gap: 60px;
}

.menuCol {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.menuTable {
    width: 100%;
    margin: 15px 0 0;
}

.menuAddTxt+.menuTable {
    margin: 10px 0 0
}

.menuAddTxt {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.menuSubtit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0;
}

.menuSubtit img {
    width: 24px;
    aspect-ratio: 1/1;
}

.menuSubtit h3 {
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--primary);
}

.menuTr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #CEC3B8;
    gap: 10px;
}

.menuTh {
    width: 100%;
}

.menuThTxt01 {
    font-size: 18px;
    line-height: 1.45em;
}

.menuThTxt02 {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.45em;
    font-weight: 500;
}

.menuThFukidashiBx {
    display: flex;
    justify-content: center;
    background: url(/system_panel/uploads/images/banquet_speech_bubble01.svg) no-repeat center /contain;
    aspect-ratio: 250/102;
    width: 100%;
    max-width: 220px;
    margin-bottom: 8px;
}

.menuThFukidashiBx p {
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    transform: rotate(5deg);
    color: var(--primary);
}

.menuTd {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: max-content;
    min-width: 140px;
    margin: 0 0 0 auto;
}

.menuPriceBx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.menuPriceBx:nth-of-type(n + 2) {
    margin: 8px 0 0;
}

.menuPriceBx p:first-of-type {
    flex: 1;
}

.menuPrice {
    margin: 0 0 0 auto;
    text-align: right;
}

.menuPriceBx p {
    line-height: 1.45;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .menuCol {
        gap: 60px;
    }

    .menuTable {
        margin: 60px 0 0;
    }


    .menuAddTxt+.menuTable {
        margin: 20px 0 0
    }

    .menuAddTxt {
        margin: 60px 0 0;
        font-size: 18px;
    }

    .menuSubtit {
        margin: 40px 0 0;
    }

    .menuSubtit img {
        width: 27px;
    }

    .menuSubtit h3 {
        font-size: 25px;
    }

    .menuTr {
        padding: 20px 0;
        flex-direction: row;
    }

    .menuTh {
        flex: 1;
    }

    .menuThTxt01 {
        font-size: 22px;
    }

    .menuThTxt02 {
        margin: 10px 0 0;
        font-size: 18px;
    }

    .menuThFukidashiBx {
        max-width: 250px;
    }

    .menuThFukidashiBx p {
        font-size: 20px;
    }

    .menuPriceBx:nth-of-type(n + 2) {
        margin: 10px 0 0;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .menuFl {
        gap: 0px;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .menuPriceBx {
        gap: 30px;
    }

    .menuTd {
        min-width: 200px;
    }

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */