.txtNAVI {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    vertical-align: middle;
    position: relative;
    color: #4c483f;
    margin: 0px;
    cursor: pointer;
    /*background-color: rgba();*/
    /*text-shadow: 2px 2px 8px rgba(8, 8, 8, 0.9);*/
}

.txtNAVI:hover {
    color: #000;
}

.divNAVI_BTN {
    z-index: 500;
    font-family: "Signika";
    cursor: pointer;
    position: fixed;
    top: -4px;
    right: 3%;
    font-size: 85px;
    color: #4c483f;
    padding: 0px 20px;
    height: 150px;
}

.divNAVI_BTN:hover {
    color: #000;
}

.divNAVI_MAIN {
    z-index: 600;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*background-color: #f9f9f9;*/
    background-color: rgba(233, 233, 233, .85);
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    /*display: flex; */
    display: none;
    /* align-items: center; */
    justify-content: left;
    padding-bottom: 20px;
}

.divNAVI_CLOSE {
    top: -5px;
    right: 16px;
    position: fixed;
    /* border: dashed white 3px; */
    /* padding-top: 16px; */
    width: 50px;
    height: 45px;
    color: #555;
    font-size: 64px;
    text-align: center;
    cursor: pointer;
}

.divNAVI_CLOSE:hover {
    color: #000;
}

.divNAVI_FIELD {
    /* z-index: 501; */
    /* display: inline-block; */
    width: 100%;
    max-width: 450px;
    height: auto;
    max-height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    padding: 55px 85px 55px 55px;
    overflow-x: hidden;
    overflow-y: auto;
    /* border: 2px dashed #f09; */
    /* margin-right: -20px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    right: -0px;
    /* float: right; */
}

.divNAVI_BOX {
    /*float: right;*/
    /* z-index: 10; */
    height: auto;
    /* cursor: pointer; */
    /* max-height: 400px; */
    /* min-height: 400px; */
    width: 100%;
    max-width: 350px;
    min-width: 300px;
    margin: 9px 0px;
    /* padding: -3px; */
    /* float: left; */
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.2s linear;
    /* font-size: 21px; */
    /* border-bottom: 1px solid #888; */
    /* background: #F7F7F7; */
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    /* margin: 10px; */
    /* animation: fadein 3s; */
    /* -moz-animation: fadein 3s; */
    /* -webkit-animation: fadein 3s; */
    padding: 20px 30px;
    color: #333;
    text-align: right;
    /*background-color: none;*/
    /*background-color: rgba(76, 72, 63, 0.13);*/
    background-color: #FFCF00;
}

.divNAVI_BOX:hover {
    background-color: #ffe366;
    color: #000;
}

@media all and (max-width: 1000px) and (min-width: 0px) {
    .txtNAVI {
        font-size: 60px;
        /*line-height: 1.5;*/
    }

    .divNAVI_BTN {
        top: -5px;
        right: 18px;
        font-size: 120px;
    }

    .divNAVI_CLOSE {
        padding-top: -20px;
        font-size: 140px;
        position: relative;
        /* padding: 0 30px; */
        /* left: 0; */
        transform: translateX(5%);
        right: 37px;
        margin-bottom: 55px;
        width: 100%;
        text-align: right;
        padding-right: 37px;
        height: 115px;
    }

    .divNAVI_FIELD {
        max-width: 100%;
        padding: 25px 5px;
        /*margin-right: -20px;*/
    }

    .divNAVI_BOX {
        max-width: 100%;
        margin: 10px 20px;
        padding: 35px 45px;
        background-size: auto;
    }
}