@media screen and (min-width: 1500px) {
    @media screen and (min-width: 1500px) {
    .menu_flex1,
    .menu_flex2 {
        gap: 150px;
        justify-content: center;
    }
}
}
@media screen and (min-width: 1000px) {
    .sm{
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    h3{
        font-size: 20px;
    }
   .menu_flex2{
    flex-direction:column-reverse;
   }
    .menu_headline{
    z-index: 100;
    }
    .menu_img{
        width: 500px;
    }
    .menu_flex1{
        padding-bottom: 100px;
    }
    .menu_flex2{
        padding-bottom: 100px;
    }
    .leaf_left_top{
        width: 35%;
        top:-130px;
    }
    .leaf_right_top{
        width: 45%;
        top: 180px;
    }
    .leaf_left_center{
        width: 50%;
        top: -120px;
    }
    .leaf_right_middle_solo{
        width: 20%;
        top: 150px;
        right: 50px;
    }
    .leaf_left_center_solo{
        width: 25%;
        top: 150px;
    }
    .leaf_right_center{
        width: 45%;
        top: -90px;
    }
    .leaf_left_foot{
        width: 40%;
    }
    .leaf_left_foot{
        width: 35%;
        top: -70px;
    }
    .leaf_foot_solo{
        width: 25%;
        left: 15%;
    }
    .leaf_right_foot{
        width: 45%;
        top: 600px;
    }
}
@media screen and (max-width: 600px){
    .start p{
        width: 80%;
    }
    header{
        background-image: url(../images/mainVsp.webp);
    }
    header p{
        text-align: center;
        padding: 20px 10px 0 10px;
    }
    #main-logo{
        width: 100%;
    }
    .about{
        padding-left: 20px;
        padding-right: 20px;
        height: 100vh;
    }
    .about p{
        font-size: 15px;
    }
    .flex_text_right{
        padding-left: 50px;
    }
    .slider img{
        width: 300px;
    }
    .slider{
        top: -150px;
    }
    footer a.footer_logo{
        width: 300px;
}
.big_br{
    display: none;
}
.menu_img{
    padding-left: 20px;
    padding-right: 20px;
}
.menu_flex2 {
        flex-direction: column-reverse;
        align-items: center;
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .menu_flex2 > * {
        max-width: 100vw;
        box-sizing: border-box;
    }
.flex_text_right{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
}
.flex_text_left{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}
.store{
    padding-left: 20px;
    padding-right: 20px;
}
.menu_flex1 h3{
    letter-spacing: 0.1em;
   }
.menu_flex2 h3{
    letter-spacing: 0.1em;
   }
   .menu_flex1 p{
    letter-spacing: 0.1em;
   }
   .menu_flex2 p{
    letter-spacing: 0.1em;
   }
   .menu_flex1 h5{
    letter-spacing: 0.1em;
   }
   .menu_flex2 h5{
    letter-spacing: 0.1em;
   }
.menu_flex1 h5{
    font-size: 16px;
}
.menu_flex2 h5{
    font-size: 16px;
}
.menu_flex1 h6{
    font-size: 24px;
}
.menu_flex2 h6{
    font-size: 24px;
}
.menu_flex1 h3{
    font-size: 20px;
}
.menu_flex2 h3{
    font-size: 20px;
}
.menu_flex1 p{
    font-size: 16px;
}
.menu_flex2 p{
    font-size: 16px;
}
.menu_foot{
    padding-bottom: 100px;
}
.jelly_img{
    width: 400px;
}
.store_headline{
    padding-bottom: 50px;
}
.store_detail h3{
    letter-spacing: 0.1em;
    font-size: 19px;
}
.store_detail p{
    letter-spacing: 0.1em;
    font-size: 15px;
}
html, body {
        overflow-x: hidden;
    }
    .menu_flex2 {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .menu_flex2 > * {
        max-width: 100%;
        box-sizing: border-box;
    }
    .menu_img img,
    .jelly_img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}
@media screen and (max-width: 350px){
    .about{
        height: 130vh;
    }
    .about p{
        letter-spacing: 0.1em;
        font-size: 15px;
    }
    .store a{
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    a.btn{
        	padding: 0.8rem 0rem;
                margin-left: 2em;
                margin-right: 2em;
    }
    a.btn2{
                margin-left: 2em;
                margin-right: 2em;
    }
    .leaf_right_top{
        top: 280px;
    }
}