@charset "utf-8";

@media only screen and (min-width: 0px) and (max-width: 900px) {

    .menu_wrap {
        top: unset;
        bottom: 0;
    }

    .menu {
        right: 0;
        left: unset;
        padding: 0;
    }

    .home_link_wrap {
        display: none;
    }

    .menu_level {
        width: 100%;
        float: right;
    }

    .menu_group {
        right: 0;
        left: unset;
    }

    #menu a {
        float: right;
    }

    .nav_item {
        pointer-events: unset;
        float: right;
    }
    .up_level{
        display: none;
    }
}