@charset "utf-8";

.menu-list-item-name p span{
    font-size: 24px;
}
.menu-list-item-name .menu-price{
    min-width: 110px;
    text-align: right;
    margin-top: auto;
}
.menu-list-item-name .menu-price span{
    font-size: 18px;
}
.menu-option{
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
}
.menu-option.red{
    color: #f00;
}
@media screen and (max-width: 767px) {
    .menu-list-item-name p span{
        font-size: 18px;
    }
    .menu-list-item-name .menu-price{
        min-width: 90px;
    }
    .menu-list-item-name .menu-price span{
        font-size: 14px;
    }
    .menu-option{
        font-size: 18px;
    }
}

/* 焼酎 */
.shochu-menu{
    margin-bottom: 40px;
}
.shochu-menu .menu-list-item-name{
    display: block;
}
.shochu-menu .menu-list-item-type{
    padding: 0;
    justify-content: flex-end;
}
.shochu-menu .menu-list-item-type p:first-child{
    margin-right: 10px;
}
.shochu-bottle-menu-option{
    font-size: 24px;
    margin-top: 20px;
}
.shochu-bottle-menu-option-type{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.shochu-bottle-menu-option-type .menu-price{
    margin-top: auto;
    text-align: right;
    min-width: 80px;
}
.shochu-bottle-menu-option-type .menu-price span{
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .shochu-menu .menu-list-item-type {
        display: block;
    }
    .shochu-menu .menu-list-item-type p:first-child{
        margin-right: 0;
    }
    .shochu-menu .menu-list-item-type .menu-price{
        text-align: right;
    }
    .shochu-bottle-menu-option{
        font-size: 18px;
        margin-top: 20px;
    }
    .shochu-bottle-menu-option-type{
        margin-top: 4px;
    }
}

/* チューハイ */
/* ソフトドリンク */
@media screen and (max-width: 767px) {
    .chuhai .menu-list-item-name,
    .softdrink .menu-list-item-name{
        display: block;
    }
}
