/* MENU */
@media all and (max-width: 1600px){
    
}
@media all and (max-width: 1500px){
    #show-section {
        display: none;
    }
    
    .navOmbri li a {
        font-size: 26px;
    }
    
}


@media all and (max-width: 1024px){
	
    body {/* min-width: 1024px; */}
    .wrapper {width: 1000px;}
    
    .home .section.section2 .eat h2 {
    padding: 0;
    font-size: 20px;
    }
    
    .home .section.section2 .eat ul.navUl {
    margin: 19px auto 14px;
    }
    
    .home .section.section2 .eat {
        background-size: 64%;
        padding: 380px 0 0 0;
    }
    
    .home .section.section2 .lastUL {}
    .home .section.section2 .lastUL ul {
    width: 40%;
    margin: 0 auto;
}
    .home .section.section2 .lastUL ul li {
    font-size: 17px;
}
    
    
    
}

@media all and (min-width: 2000px){
    .home .section.section1 .wrapper {
        min-height: 320px;
    }
    
    .home .section6 .wrapper {
        min-height: 320px;
    }
    
    .home .section.section1 {
        background-position-y: top;
        background-width: 100%;
    }
   
}