.menu {
    background-color: #fff450;
    color: #505afe;
}

.caution{
    font-size: 1.0em;
    font-weight: 700;
    color: midnightblue;
    text-decoration: underline;  
}

.outer_div {
    display: flex;
    margin-top: 5%;
    margin-left: 7%;
}

.note_div{
    margin-top: 8%;
    margin-left: 5%;
}

.price {
    font-size: 2.0em;
}

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

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

/*スマホ用スタイル*/
@media (max-width: 1050px) {
    .outer_div {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
        margin-left: 7%;
    }

    .outer_div div img{
        width: 100%;
        height: auto;
    }
}