
@import url('https://fonts.googleapis.com/css?family=Anton|Cute+Font|Great+Vibes|Quicksand|Cinzel|Gothic+A1|Nanum+Gothic|Poiret+One|Oswald&display=swap');


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');



*{ font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif; }


/* Font */

.font_noto {
    font-weight:100;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif; 
}

.roman{
    font-family: 'Playfair Display', serif;
}

/* Icons */
.icon_calendar {
font-size:25px;
}


/* Colors */

.col_li_brown {
color:#dfb99a;
}

/* Common Usage */

.span_block {
display:block;
}


.mt_main {
margin-top:100px;
}

.mt_main2 {
margin-top:20px !important;
}





/* Btn Style */

a.btn_service {
    position:relative;
    display:inline-block;
    padding:10px 20px;
    color:white;
    background-color:#222;
    opacity:0;
    transition:opacity 300ms;
    font-size: 13px;
    font-weight: 400;
}

a.btn_facil {
    position:relative;
    display:inline-block;
    padding:10px 20px;
    color:white;
    background-color:#dfb99a;
    transition:opacity 300ms;
}

a.btn_room_mb {
    position:relative;
    display:inline-block;
    padding:5px 10px;
    color:white;
    background-color:#dfb99a;
}

.btn_login {
    position:relative;
    display:inline-block;
    margin-top:10px;
    padding:15px 20px;
    font-size:13px;
    font-weight:bold;
    color:#7b7b7b;
    transition:500ms;
    border:1px solid #7b7b7b;
}
.btn_login:hover {
    background:#7b7b7b;
    color:white;
}


.btn_room_pre {
    position: relative;
    display: inline-block;
    padding: 10px 14px;
    font-weight: 400;
    color: #fff;
    /* border: 1px solid #222; */
    font-size: 14px;
    background: #222;
}


/* ==================== 

:::::::::::::::::: Slide-related ::::::::::::::::::

==================== */

/* Slide - Main */
.nav_main {
    position:absolute; z-index:100;
    width:100%;
    bottom:17.1%; 
}
    .box_arrow_main {
        display:flex;
        justify-content: center;
        align-items: center;
        width:48px; height:48px;
        cursor:pointer;
        color:white;
        border-radius: 50%;
        border: 0;
        background-color: rgba(255, 255, 255, .6);
    }
    .box_arrow_main.left{
        /* left:20px; */
    }
    .box_arrow_main.right{
        /* right:20px; */
    }
    .box_arrow_main i {
        transition:transform 100ms;
    }
    .box_arrow_main:hover i {
        transform: scale(1.2);
    }
    .box_arrow_bg > img {
        width: 20px;
    }


/* ==================== 

:::::::::::::::::: Top Background ::::::::::::::::::

==================== */


.wrap_top_bg {
    position:relative;
    width:100%;
    height:100vh;
}

.wrap_top_bg .nav_main{
    width: 100%;
    top: 50%;
    left: 0;
}
.wrap_top_bg .box_arrow_bg{
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,.3);
    transition: 0.8s;
}
.wrap_top_bg .box_arrow_bg:hover{
    background: rgba(255,255,255,.5);
}
.wrap_top_bg .nav_main .box_arrow_bg.left{
    left: 20px;
}
.wrap_top_bg .nav_main .box_arrow_bg.right{
    right: 20px;
}

    .sli_main {
        width:100%;
        height:100vh;

    }


    /* Slide - Main */
        .nav_main {
            position:absolute; z-index:100;
            width:110px;
            bottom:17.1%; left: 5.5%; 
        }
            .box_arrow_bg {
                display:flex;
                justify-content: center;
                align-items: center;
                width:48px; height:48px;
                cursor:pointer;
                color:white;
                border-radius: 50%;
                border: 0;
                background-color: rgba(255, 255, 255, .6);
            }
            .box_arrow_bg.left{
                /* left:20px; */
            }
            .box_arrow_bg.right{
                /* right:20px; */
            }
            .box_arrow_bg i {
                transition:transform 100ms;
            }
            .box_arrow_bg:hover i {
                transform: scale(1.2);
            }



        @media screen and (max-width: 900px) {
            /* Main Slide */
            .wrap_top_bg {
                position:relative;
                width:100%;
                height:100%;
            }
            .head_margin {
                margin-top: 60px !important;
            }
            /* Main Slide */
            .wrap_main {
                height:65vh;
            }

            .sli_main {
                height:65vh;
            }

            a.btn_service {
                margin-top:20px;
                opacity:1;
            }

            .wrap_top_bg .box_arrow_bg{
                width: 40px; height: 40px;
            }
        }


        @media screen and (max-width: 800px) {

            .box_arrow_bg {
                position:absolute;
                display:flex;
                justify-content: center;
                align-items: center;
                width:40px; height:40px;
                cursor:pointer;
                color:white;
                border:1px solid white;
            }
            .box_arrow_bg i {
                font-size:10px;
                transition:transform 100ms;
            }
            .box_arrow_bg:hover i {
                transform: scale(1.2);
            }

        }





/* ==================== 

:::::::::::::::::: Menu Style ::::::::::::::::::

==================== */



.model_info {
    position:absolute; z-index:120;
    top:115px; left:5.5%;
    font-size:13px;
    font-weight:bold;
    color:white;
}

.wrap_menu {
    position:absolute; z-index:100;
    top:0; left:0;
    display:flex; 
    justify-content: space-between;
    align-items: center;
    width:100%; 
    height:95px;
    transition:background 500ms;
}
.wrap_menu::before{
    content: "";
    width: 89.6%;
    height: 1px;
    background: rgba(255,255,255,.3);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
    
    .wrap_menu.fixed {
        position:fixed; z-index:200;
        top:0; left:0;
        background-color:white;
    }
    .menu_logo {
        margin-top: 16px;
        margin-left: 5.5%;
    }

    .wrap_menu .menu_logo {
        position:absolute;
        top:25px;
    }

.tit_menu {
    position:relative;
    font-size:30px;
    font-family: 'Gowun Batang', serif !important;
    line-height:15px;
    font-weight: 700;
    color: #fff;
}
.sub_tit_menu {
    color: #111;
}
.pen_name_tit {
    color: #111;
}
.tit_footer {
    color: #fff;
}
.footer_m {
    display: none;
}
.wrap_menu.fixed .tit_menu {
    color: #111;
}
 
.menu_items {
    display:flex;
    margin: 0 5.5% 0 auto;
}
    .menu_list {
        position:relative;
    }
    .menu_list > a {
        display:inline-block;
        padding: 38px 28px;
        color:white;
        text-align:center;
        font-size:17px;
        font-family: 'Playfair Display', serif;
        font-weight: 500;
    }
    .wrap_menu.sub_color .menu_list > a  {
        color:black;
    }

    .wrap_menu.fixed .menu_list > a { 
        color:black;
    }

    .menu_list:hover ul.menu_inner {
        display:block;
        -webkit-animation: menuOpacity .5s ease ; /* Safari 4.0 - 8.0 */
        animation: menuOpacity .5s ease;
        animation-fill-mode: forwards;
    }

    /* Standard syntax */
    @keyframes menuOpacity {
        0%   {opacity:0;}
        100% {opacity:1;}
    }

    @-webkit-keyframes menuOpacity {
        0%   {opacity:0;}
        100% {opacity:1;}
    }

    ul.menu_inner {
        position: absolute;
        width: 100%;
        list-style: none;
        text-align: center;
        background-color: rgba(255, 255, 255, .9);
        /* border: 1px solid black; */
        opacity: 0;
        display: none;
        transition: opacity 300ms;
    }
        ul.menu_inner a {
            display: block;
            padding: 13px 0;
            font-size: 14px;
            font-weight: 500;
            /* border-bottom: 1px solid black; */
            color: #111;
            font-family: 'Gowun Batang', serif;
            font-weight: 700;
        }
        ul.menu_inner a:hover {
            color:grey;
        }






/* ==================== 

:::::::::::::::::: MB Menu Style ::::::::::::::::::

==================== */
 
        .wrap_menu_mb {
            display:none;
            width:100%;
        }

        /* MB Menu List */
        
        .menu_mb {
            position:fixed; z-index:190;
            top:0; left:0;
            width:80vw; 
            height:100vh;
            background-color:white;
            transform: translate(-100%, 0);
            transition:transform 300ms;
        }

        .menu_mb.on {
            transform: translate(0%, 0);
        }


        /* MB Menu Btn */

        .mb_btn {
            position:relative; z-index:100;
            height:30px;
            padding-top:10px;
            cursor:pointer;
        }
        .mb_btn:focus {
            outline:0;
        }

        .mb_btn span
                {
                position:relative;
                display: block;
                width: 33px;
                height: 4px;
                margin-bottom: 5px;
                position: relative;
                background: black;
                border-radius: 3px;
                z-index: 1;
                transform-origin: 4px 0px;
                transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                            opacity 0.55s ease;
                }

        .mb_btn span:before {
            content:'';
            position:absolute; z-index:100;
            top:-9px; left:0;
            width:100%;
            height:4px;
            background:black;
            transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
        }
        .mb_btn span:after {
            content:'';
            position:absolute; z-index:100;
            bottom:-9px; left:0;
            width:100%;
            height:4px;
            background:black;
            transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
        }

        .mb_btn.on span {
            transform: rotate(-45deg) translate(-2px, 0px);
            background:black;
        }

        .mb_btn.on span:before {
            
            transform: rotate(90deg) translate(10px, 0px);
            background:black;
        }

        .mb_btn.on span:after {
            opacity:0;
            transform: rotate(-450deg) translate(-2px, 0px);
        }
        

/* ================ Responsive ================ */

        
@media screen and (max-width: 900px) {

    .model_info {
        display:none;
    }

    .mb_none {
        display:none !important;
    }

    .wrap_menu {
       display:none;
    }
    
        .menu_list > a {
            font-size:3vw;
            color:black;
        }
    
    .mb_logo {
        position:relative;
        text-align:center;
    }
        .menu_logo {margin:0;}

        .mb_logo .tit_menu {
            font-size:25px;
        }
        .mb_reser {
            font-weight:bold;
        }

    .wrap_menu_mb {
        position:relative;
        display:flex;
        justify-content: space-between;
        padding:0 20px;
        align-items: center;
        height:100px;
    }
        
        .wrap_menu_mb::before {
            content:'';
            position:absolute; z-index:-1;
            top:0; left:0;
            width:100%; height:100%;
            background:url('/img/main/mb/mb_bg_head.jpg')no-repeat 50% 50%;
            background-size:cover;
            opacity:0.5;
        }

        .wrap_menu_mb.head_3 {
            justify-content: center;
            background:#262626;
            color:white;
        }
        .wrap_menu_mb.head_3::before {
            content:'';
            position:absolute; z-index:-1;
            top:0; left:0;
            width:100%; height:100%;
            background:url('/img/main/mb/mb_bg_head.jpg')no-repeat 50% 50%;
            background-size:cover;
            opacity:0.5;
        }

        .logo_mb_menu {
            margin:50px auto;
            padding:20px 0;
            font-size:30px;
            text-align:center;
            font-family: 'Great Vibes', serif !important;
            border-top:1px solid black;
            border-bottom:1px solid black;
        }

        ul.menu_mb_list {
            margin:10px 30px;
            font-size:25px;
        }
            .menu_mb_list > li {
                padding:10px 0;
                font-weight:bold;
            }

            .menu_mb_list ul.menu_mb_slist {
                display:none;
                margin-top:5px;
                font-size:12px;
            }
            .menu_mb_list ul.menu_mb_slist a {
                display:block;
                padding:15px 10px;
                background-color:rgb(243, 243, 243);
                border-bottom:1px solid white;
            }


            

}



@media screen and (max-width: 800px) {

    ul.menu_mb_list {
        font-size:15px;
    }


    .head_3 .tit_menu::before {
        content:'';
        position:absolute;
        top:-15px; left:-10px;
        width:130%;
        height:1px;
        background-color:white;
    }
    .head_3 .tit_menu::after {
        content:'';
        position:absolute;
        left:0;
        bottom:-10px; left:-10px;
        width:130%;
        height:1px;
        background-color:white;
    }


}









/* =========== 

:::::::::::::::::: Footer ::::::::::::::::::

============ */

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 72px;
    padding: 90px 0 50px 0;
    width: 100%;
    color: #7b7b7b;
    background-color: #111;
}
    .foot_logo {
        height:80px;
        text-align:center;
    }
    .foot_info {
        text-align:center;
    }
        .foot_info p {
            margin:1em 0 !important;
        }
    .menu_logo.footer {
        margin:0;
    }

    img.img_f_logo {
        vertical-align:-5px;
    }

    .foot_logo .tit_menu::before {
        background-color:#7b7b7b;
    }
    .foot_logo .tit_menu::after {
        background-color:#7b7b7b;
    }




    @media screen and (max-width: 500px) {
        footer {
            padding:55px 0 15px 0;
            flex-direction:column;
            justify-content: center;
            align-items: center;
        }

        .foot_logo {
            width:100%;
            height:50px;
        }
        .foot_info {
            width:100%;
            text-align:center;
        }
            .foot_info p {
                font-size:0.8em;
                margin: 5px 0 !important;
            }
            .foot_info p:nth-of-type(1) {
                line-height: 1.5;
            }
            .foot_info p:nth-last-of-type(1) {
                margin: 20px 0 40px!important;
            }
        .f_mb_block {
                display:block;
                margin:5px 0;
            }
    
    }






/* ===============

:::::::::::: Menu Style - 3 ::::::::::::

================== */

.wrap_mb_menu_3 {
    display:none;
}

@media only screen and (max-width: 800px) {

    #header.head_3 {
        position:fixed; z-index:500;
        width:100%;
        top:0; left:0;
    }

    .wrap_mb_menu_3 {
        position:relative; z-index:150;
        display:flex;
        justify-content:center;
        position:relative;
        padding-top:15px;
        width:100%;
        min-height:50px;
        background-color:#262626;
        border-top:1px solid white;
    }
        .wrap_mb_menu_3.mt {
            margin-top:60px;
        }

        .list_mb_menu_3 > a {
            display:inline-block;
            min-width:25vw;
            font-size:2vw;
            font-weight:bold;
            color:white;
            text-align:center;
            overflow:hidden;
        }

        .list_mb_menu_3.short > a {
            min-width:20vw;
        }
        .list_mb_menu_3.long > a {
            min-width:30vw;
        }

    .sub_menu_con_3 {
        display:none;
        position:absolute; z-index:50;
        padding:20px 0;
        width:100vw;
        left:0;

        background-color:#262626;
    }
    .wrap_mb_menu_3.row_1st .sub_menu_con_3 {
        margin-top:50px;
    }
        
    .sub_menu_con_3 a {
        display:block;
        margin-top:5px;
        padding:10px 0;
        text-align:center;
        color:white;
        font-weight:bold;
    }
    
    a.a_title.mb_icon i.fab {
        font-size:20px;
        line-height:20px;
    }
    

}



@media only screen and (max-width: 500px) {

    .list_mb_menu_3 > a {
        font-size:4vw;
    }

}







/* :::::::::::::::::

    Responsive - Menu 

::::::::::::::::: */

@media only screen and (max-width: 500px) {

    /* Header 1 Margin-top */
    /* .head_margin {
        margin-top:0px !important;
    } */

    /* Header 2 Margin-top */
    /* .head_margin {
        margin-top:170px !important;
    } */
    
}


/* ::::::::::::::::::::::::::::::::::

 팝업레이어 

:::::::::::::::::::::::::::::::::: */

#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute; z-index:100;}
.hd_pops img{max-width:100%}
.hd_pops_con {    
    width: auto !important;
    height: auto !important;
    max-width: 450px;}
.hd_pops_con p {margin:0 !important}
.hd_pops_footer {margin-top:-30px; padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}




@media screen and (max-width:500px){
    [id^="hd_pops_"] {
        left:0 !important;
    }
    .hd_pops_con {
        margin:0 auto;
        width:90% !important;
    }

    .hd_pops_footer {
        width:90%;
        margin:-23px auto 0 auto;
        font-size:13px;
    }

    #hd_pops_2 {
        top:300px !important;
    }
}


#hd_pop .sound_only {
    display:none;
}




/* #################################################################################################################################################################################################추가################################################################################################################################################################################################################################################################################################################### */


/* ====== Mobile Menu ======= */

.wrap_mb {display:none;}

  @media only screen and (max-width:900px){
        .wrap_mb {display:block;}

        .mb_logo {
            display:flex; 
            justify-content: center; 
            align-items:center;
            position:fixed; top:0; left:0; z-index:99;
            width:100%; height:60px;
            background:#fff;
        }
        .mb_logo a {
            text-align:center;
        }
        .mb_logo a img {
            width:70%;
        }
        .wrap_mb .mb_logo02  {
            background-color: #111;
        }

        .mb_body_fil {
            display:none;
            position:fixed; top:0; left:0; z-index:100;
            width:100%; height:100%;
            background:rgba(0, 0, 0, 0.5);
        }

            .mb_body_fil.on {
                display:block;
            }

        #menu_nav_wrap {
                position: fixed; z-index:100;
                font-family: "Acme", sans-serif;
                line-height: 1.6;
                width:84%; height: 100%;
                top: 0; left: 0;
                background: white; color: rgba(255, 255, 255, 0.25);
                visibility: hidden;
                overflow-y: auto;
                -webkit-transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                transform: translateX(-100%);
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
        }

        #menu_nav_wrap ul.nav-list {
            margin: 12px 0; padding:0 10px;
            line-height: 50px; list-style: none;
        }

        #menu_nav_wrap .nav-list li {
            text-align:center;
            text-transform:uppercase;
            cursor:pointer;
            border-bottom:1px solid #e3e3e3;
        }

        #menu_nav_wrap .nav-list li a {
            font-size:16px; 
            font-weight:700;
            text-align:center;
            color:#111;
            font-family: 'Gowun Batang', serif;
        }
        .logo_txt  {
            color: #111 !important;
            font-family: 'Cormorant SC', serif;
            font-size: 25px;
            font-weight: 700;
            letter-spacing: -1px;
        }

    /* Optional */

        #menu_nav_wrap .nav-list li.onColor {
            background:white;
        }

        
    /* Funtional  */

        /* Open the menu */
        .menu-is-open #menu_nav_wrap {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            visibility: visible;
            -webkit-overflow-scrolling: touch;
            z-index:100;
        }


    /*  ========= Sub Menu Style ========= */
        .sub_menu_con {
            background:white;
            border-top:1px solid #bebebe;
        }
            #menu_nav_wrap .nav-list li .sub_menu_con a {
                display: block;
                font-size: 15px;
                font-weight: 500;
                line-height: 50px;
                background-color: #f5f5f5;
                font-family: 'Gowun Batang', serif;
                font-weight: 700;
                color: #111;
            }
            #menu_nav_wrap .nav-list li .sub_menu_con.menu_kor a {
                font-weight:700;
            color: #111;}

                #menu_nav_wrap .nav-list li .sub_menu_con a:hover {
                    font-size:16px;
                }

        

    /* ========= Mobile Menu Btn Style ========= */
        .mb_calender {
            display:flex;
            position:absolute; 
            z-index:110;
            top:0; 
            right:0;
            cursor:pointer;
            width: 60px;
            height: 60px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #111;
        }
        .mb_calender > img {
            width: 30px;
        }
        .menu_toggle {
                display: block;
                position:absolute; z-index:110;
                top:30px; left:20px;
                width: 35px;
                /* height: 100%; */
                outline: 0;
                -moz-transition: transform 0.4s ease-in-out;
                -o-transition: transform 0.4s ease-in-out;
                -webkit-transition: transform 0.4s ease-in-out;
                -ms-transition: transform 0.4s ease-in-out;
                transition: transform 0.4s ease-in-out;
                -webkit-transform: translateZ(0);
                -webkit-backface-visibility: hidden;
        }

        .menu_toggle span {
                display: block;
                position: absolute;
                width: 28px; height: 3px;
                background-color: #111;
                margin-top: -1.5px;
                top: 50%; left: auto; bottom: auto; right: 9px;
                text-shadow: none;
                color: transparent;
                -moz-transition: background 0.2s ease-in-out;
                -o-transition: background 0.2s ease-in-out;
                -webkit-transition: background 0.2s ease-in-out;
                -ms-transition: background 0.2s ease-in-out;
                transition: background 0.2s ease-in-out;
        }

                .menu_toggle span::before,
                .menu_toggle span::after {
                        content: '';
                        width: 100%;
                        height: 100%;
                        background-color: inherit;
                        position: absolute; z-index:110;
                        left: 0;
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -ms-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                }

                .menu_toggle span::before {
                        top: -8px;
                }

                .menu_toggle span::after {
                        bottom: -8px;
                }

            /* menu is open */
                .menu-is-open .menu_toggle {
                        -webkit-transform: translateX(190px);
                        -ms-transform: translateX(190px);
                        transform: translateX(190px);
                        left: 20%;
                }

            /* is clicked */
                .menu_toggle.is-clicked span {
                        background-color: rgba(255, 255, 255, 0);
                        width:25px;
                }

                .menu_toggle.is-clicked span::before,
                .menu_toggle.is-clicked span::after {
                        background-color: white;
                }

                .menu_toggle.is-clicked span::before {
                        top: 0;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        background-color: #333;
                }

                .menu_toggle.is-clicked span::after {
                        bottom: 0;
                        -webkit-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        background-color: #333;
                }
        }

        




        @media screen and (max-width: 800px) {
            .menu-is-open .menu_toggle {
                left: 54%;
            }
            .box_arrow_bg > img {
                width: 15px;
            }
            .mt_main2 {
                margin-top: 0 !important; 
            }
            .footer_m {
                display: block;
            }
        }
        
        @media screen and (max-width: 600px) {
            .menu-is-open .menu_toggle {
                left: 20%;
            }
        }
        @media screen and (max-width: 300px) {
            #menu_nav_wrap {
                width: 78.5%;
            }
            .menu-is-open .menu_toggle {
                left: -3%;
            }
        }



@media screen and (max-width: 800px) {
    .tit_footer {
        font-size: 25px;
    }
    .foot_info h3 {
        font-size: 18px;
    }
}