@charset "utf-8";

/*
+++++++++++++++++++++++++++++++

lunch-cno1

+++++++++++++++++++++++++++++++
*/

.lunch-cno1{
    margin-bottom: 40px;
}

@media screen and (min-width: 992px),
print {
    .lunch-cno1{
    max-width:1300px;
        margin:0 auto 120px;
        display: flex;
}
}

.lunch-cno1-left{
    width:95%;
     position: relative;
    z-index:1;
}

.lunch-cno1-left img{
    border-top-right-radius:30px; 
}

@media screen and (min-width: 992px),
print {
.lunch-cno1-left{
    width:45%;
}
    .lunch-cno1-left img{
    border-top-right-radius:50px; 
}
    
    }



.lunch-cno1-right{
    background: #F9F9F9;
    padding:50px 15px;
    margin:-30px 0 40px 3%;
    border-bottom-left-radius:30px; 
    line-height: 2.5;
    position: relative;
    z-index:2;
}

@media screen and (min-width: 992px),
print {
    .lunch-cno1-right{
        line-height:3.5;
    padding:120px 70px;
    width:55%;
    border-bottom-right-radius:50px; 
        border-bottom-left-radius:0; 
        margin:150px 0 0 -70px;
        height:450px;
}
}

@media screen and (min-width: 768px),
print {
.lunch-set ul{
    display: flex;
    font-size:18px;
}
    }

/*
++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++
*/