#yougasi{
    margin-top: 20px;
}

.menu-container{
    display: flex;
    width: 100%;
}

.img-container{
    width: 25%;
}

.notice-container1{
    width: 25%;
    padding: 3px;
}

.sweets-category {
    font-size: 1.0em;
    color:salmon;
}

.price {
    color: red;
    font-size: 1.6em;
}

.product_name {
    font-size: 1.2em;
    font-weight: 700;
}

.notice {
    font-size: 0.8em;
    font-weight: 500;
}

/*スマホ用スタイル*/
@media (max-width: 1200px) {
    .menu-container{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .img-container{
        width: 100%;
        height: 152px;
        transform-origin: top left;
    }

    .notice-container1{
        width: 100%;
        height: 100px;
        transform-origin: top left;
    }

   .menu-container img{
        transform:scale(1.3);
        transform-origin: top left;
    } 


      


}