@charset "UTF-8";
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.css);
@import url(../css/animate.css);
@import url(../css/owl.carousel.css);
/*@import url(../css/font-awesome.min.css);*/
@import url(../css/themify-icon.css);

@font-face {
    font-family: 'tfs';
    src: url('../font/thefaceshop.ttf') format('truetype');
}


/*layout*/
body {
    background: #fff !important;
}

#header {
    background: rgba(0, 0, 0, 0.7);
    /*background:rgba(255,255,255,.7);*/
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

#footer {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 1rem 0;
}

.head_inner {
    max-width: 1260px;
    margin: 0 auto;
}

.sec_inner {
    max-width: 1260px;
    margin: 0 auto;
    clear: both;
}

a:hover {
    text-decoration: none;
    color: #fff
}

.clear {
    clear: both !important;
    padding: 0 !important;
}

.clearfix:after {
    content: '.';
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*섹션당 아래위간격*/
.mtb_title {
    margin: 8rem 0 2rem;
}


/*color*/

.text_eee {
    color: #eee;
}

.text_red {
    color: #e91010;
    /*color:#c13838;*/
}

.r_info {
    background: #F2F2F2;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;

}

.fs_12 {
    font-size: 1.2rem !important;
    color: #666
}

.fs_95 {
    font-size: 0.95rem;
}

.fs_875 {
    font-size: 0.875rem;
}

.lh_15 {
    line-height: 1.5rem;
}

/*logo*/
.head_logo {
    width: 20%;
    text-align: center;
    padding: 1.25rem 0;
    float: left;

}

.logo {
    /*
font-size:2.5rem;
line-height:2.5rem;
*/

    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-family: "tfs";
}

.logo:active,
.logo:hover {
    font-family: "tfs";
}

.logo img {
    width: 160px;
}


/*nav*/
.nav {
    width: 80%;
    height: 100%;
    padding: 1.25rem 0;
}

.nav ul {
    width: 100%;
}

.nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;

}

.nav ul li a {
    font-size: 1.25rem;
    color: #fff;
    padding: 0.5rem 0;
    display: inline-block;
}

.nav ul > li:hover > a,
.nav ul > li:focus > a,
.nav ul > li:active > a,
.nav ul > li.active > a {
    color: #2fee6f;
    cursor: pointer;
}

.panel ul > li:hover > a,
.panel ul > li:focus > a,
.panel ul > li:active > a,
.panel ul > li.active > a {
    color: #2fee6f;
    cursor: pointer;
}

/*모바일 nav*/
/*메뉴 들어가는 부분*/
.panel {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #383b42;
    display: none;
}

.panel .ninja-btn {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 20.285714px 31px;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 30px;
    height: 20.18181818px;
}

.panel .ninja-btn span,
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.panel .ninja-btn span {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 9.09090909px;
}

.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
    content: "";
    position: absolute;
    left: 0;
}

.panel .ninja-btn span:before {
    top: -9.09090909px;
}

.panel .ninja-btn span:after {
    top: 9.09090909px;
}

/*메뉴 클릭후, 메뉴 버튼을 활성화 시켰을때 속성*/
.panel .ninja-btn.active span {
    background-color: transparent;
}

.panel .ninja-btn.active span:before,
.panel .ninja-btn.active span:after {
    top: 0;
}

.panel .ninja-btn.active span:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.panel .ninja-btn.active span:after {
    -webkit-transition-delay: 0.09s;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -msa-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.panel ul {
    width: 100%;
    list-style-type: none;
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    top: 15%;
    left: 0;
    right: 60px;
    height: auto;
    text-align: left;
}

.panel ul li,
.panel ul a {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 1.4;
    padding: 0;
    font-weight: 200;
}

.panel ul li {
    height: 45px;
    border-top: 1px solid #474a50;
    ;
    text-align: center;
    margin-left: -15%;
}

.panel ul li a {
    color: #fff;
}

.panel ul li.menu-label a {
    padding: 11px 0 0 40px;
    height: 100%;
    display: block;
    font-size: 17px;
    text-transform: lowercase;
}

.panel ul li.menu-label:first-child {
    border-top: 0;
}

.panel ul li.menu-contacts a {
    font-size: 16px;
    text-transform: inherit;
}

/* 안보이는 패널위치고정 */
.panel-overlay {
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.panel.left {
    left: -800px;
}

/*패널 버튼 부분 위치*/
.panel.left .ninja-btn {
    left: 790px;
}

/* 패널이 활성화 되었을때 */
.panel.left.active {
    left: 0;
    overflow: hidden;
}

.panel.left.active .ninja-btn {
    left: 100%;
    margin-left: -76px;
}

.panel ul li.sub-menu {
    background: #2e333c;
    padding: 11px 0 0 50px;
}

/*메인비주얼*/
.fade_container {
    position: relative;
    width: 100%;
    height: auto
}

.fade_container div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /*
  width:auto;
  height:100%;
*/
}

.fade_container > div:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.fade_container img:nth-child(1) {}

.fade_container img:nth-child(2) {}

.fade_container img:nth-child(3) {}

.fade_container .active {
    z-index: 1;
}

.img1 {
    width: 960px;
    height: 720px;
    background-image: url(../img/1.jpg);
    background-position: center center;
    background-size: cover;

}

.img2 {
    width: 960px;
    height: 720px;
    background-image: url(../img/2.jpg);
    background-position: center center;
    background-size: cover;

}

.img3 {
    width: 960px;
    height: 720px;
    background-image: url(../img/3.jpg);
    background-position: center center;
    background-size: cover;

}

.img4 {
    width: 960px;
    height: 720px;
    background-image: url(../img/4.jpg);
    background-position: center center;
    background-size: cover;

}

.main_visual_n {
    position: relative;
    width: 100%;
}

.mv_txt {
    width: 100%;
    z-index: 9997;
    position: absolute;
    left: 5%;
    top: 28%;
    transform: translate(-50%, -50%);
    width: 5%;
    /*background:rgba(0,0,0,.5);*/
    padding: 1rem;
}

.mv_txt2 {
    width: 100%;
    z-index: 9997;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /*background:rgba(0,0,0,.5);*/
    padding: 1rem;
    /*font-family: 'tfs' !important;*/
}

.mt1 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;

}

.mt1:after {
    border: 1px solid #fff;
    content: "";
    display: block;
    width: 5%;
    margin: 0 auto;
    margin-top: 1rem;
}

.mt2 {
    font-weight: 300;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
}

.w100 {
    width: 100%;
    clear: both;
    display: block;
}

.bt {
    float: left;
    text-align: center;
    width: 100%;
}

.mt1 a {
    display: inline-block;
    color: #fff;
    font-size: inherit;
}

/*클릭시 다음화면으로 내려가기*/
#scroll-down-btn {
    position: absolute;
    bottom: 2%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    width: 30px;

    cursor: auto
}


/*sec1*/

.sec1 table td {
    text-align: center !important;
    font-size: 0.875rem;
    padding: .75rem !important;
    vertical-align: top;
}

.sec1_infos {
    margin-right: 2%;
}

.sec1_infos:nth-of-type(3) {
    margin-right: 0%;
}

.sec1_infos:nth-of-type(5) {
    margin-right: 0%;
}

.r_info .r_appliance {
    border: none;
}

.r_appliance {
    background: #fff !important;
    height: 266px;
    padding: 2rem 1rem
}

.r_appliance > li {
    border: none !important;
    float: left;
    width: 12.5%;
    padding: 0.5rem;
}

.r_appliance > li > ul {}

.r_appliance > li > ul > li {
    text-align: center;
    border: none;
}

.r_icons {
    width: 100%;
    height: 266px;
    overflow: visible !important;
    border: 1px solid #ccc;
}

.r_icons > .row > div {
    text-align: center;
}

.r_icons .no-gutters > [class*=col-] {
    /*
    padding-right: 0 !important;
    padding-left: 4%;
*/
}

.r_icons img {
    max-width: 44.59px !important;
    height: 70px;
}

/*sec1 늘푸른펜션만의특별함*/
.sec1 ul.img_list {
    zoom: 1
}

.sec1 ul.img_list:after {
    clear: both;
    display: block;
    content: '';
}

.sec1 ul.img_list a {
    cursor: default
}

.under_bg {
    clear: both;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.ub1 {
    background: rgba(193, 56, 56, 1);
    transition: all ease-in-out 0.3s 0s;
}

.ub1:hover {
    background: rgba(193, 56, 56, 0.7);
}

.ub2 {
    background: rgba(202, 119, 68, 1);
    transition: all ease-in-out 0.3s 0s;
}

.ub2:hover {
    background: rgba(202, 119, 68, 0.7)
}

.ub3 {
    background: rgba(44, 63, 70, 1);
    transition: all ease-in-out 0.3s 0s;
}

.ub3:hover {
    background: rgba(44, 63, 70, 0.7);
}

.sec1 ul.img_list li {
    z-index: 1;
    position: relative;
    float: left;
    height: 20rem;
    overflow: hidden;
    text-align: center;
    width: 30%;
    margin: 0 2.5%;
}

.sec1 ul.img_list li.first {
    background: url('../img/imglist1.jpg') no-repeat 40% 0;
    background-size: cover;
    margin-left: 0;
}

.sec1 ul.img_list li.first .icon {
    width: 128px;
    height: 128px;
    margin: 2rem auto 0;
    background: url('../img/campfire.png') no-repeat center center;
    background-size: 80%
}

/*.sec1 ul.img_list li.first .icon.on {width:119px; height:119px; margin:185px auto 0; background:url('../images/s01_list_icon_1_on.png') no-repeat left top}*/


.sec1 ul.img_list li.mid {
    background: url('../img/imglist2.jpg') no-repeat 40% 0;
    background-size: cover;
}

.sec1 ul.img_list li.mid .icon {
    width: 128px;
    height: 128px;
    margin: 2rem auto 0;
    background: url('../img/gudle.png') no-repeat center center;
    background-size: 65%
}

/*.sec1 ul.img_list li.mid .icon.on {width:119px; height:119px; margin:185px auto 0; background:url('../images/s01_list_icon_2_on.png') no-repeat left top}*/


.sec1 ul.img_list li.last {
    background: url('../img/imglist3.jpg') no-repeat 80% 0;
    background-size: cover;
    margin-right: 0;
}

.sec1 ul.img_list li.last .icon {
    width: 128px;
    height: 128px;
    margin: 2em auto 0;
    background: url('../img/valley.png') no-repeat center center;
    background-size: 70%
}

/*.sec1 ul.img_list li.last .icon.on {width:119px; height:119px; margin:185px auto 0; background:url('../images/s01_list_icon_3_on.png') no-repeat left top}*/


/*.sec1 ul.img_list .under_bg{ width:100%;height:25rem;;color:#fff;vertical-align: middle;text-align:center;}*/
.sec1 ul.img_list dl.txt_list {
    position: absolute;
    left: 50%;
    top: 11rem;
    display: none;
    width: 234px;
    color: #fff;
    margin-left: -117px;
    text-align: center
}

.sec1 ul.img_list li.first dl.txt_list dt {
    
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
    margin-bottom: 12px
}

.sec1 ul.img_list li.mid dl.txt_list dt {
    
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
    margin-bottom: 12px
}

.sec1 ul.img_list li.last dl.txt_list dt {
    
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
    margin-bottom: 12px
}

.sec1 ul.img_list dl.txt_list dd {
    font-size: 0.95rem;
    line-height: 24px
}

.sec1 ul.img_list dl.txt_list dd span {
    display: block
}

/*padding-bottom:11px; margin-bottom:12px*/



/*sec2*/
.slider-for {
    width: 80%;
    float: left;
}

.slider-for > div {
    /*
height:600px;
overflow: hidden;
*/
    position: relative;
}

.slider-for > div img {}

.slider-nav {
    width: 20%;
    float: right
}

.slider-nav > div {}

.slider-nav > div img {
    padding: .5rem 0.5rem;
}


.hmm {
    position: absolute;
    right: 0;
    transform: translateY(7%);
}

/*sec2mobile*/
#sec2m {
    display: none
}

#sec2m .slider-for {
    width: 100%;
    float: left;
}

#sec2m .slider-for > div {
    /*
height:600px;
overflow: hidden;
*/
    position: relative;
}

#sec2m .slider_items {
    width: 78%;
    margin: 0 auto;
}

#sec2m .slider-nav {
    width: 100%;

}

.slider-nav > div {}

#sec2m .slider-nav > div img {
    padding: .3rem 0.3rem;
}

#sec2m .slick-prev,
#sec2m .slick-next {
    z-index: 9999;
    font-size: 0;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #aaa;
    border-radius: 50%;

}

#sec2m .slick-next {
    left: 103%;
    top: 50% !important;
    transform: translateY(-50%)
}

#sec2m .slick-prev {
    left: -14% !important;
    top: 50% !important;
    transform: translateY(-50%)
}

#sec2m .slick-prev:before {
    content: '<';
    vertical-align: middle;
    line-height: inherit;
}

[dir='rtl'] #sec2m .slick-prev:before {
    content: '>';
}

#sec2m .slick-next:before {
    content: '>';
    vertical-align: middle;
    line-height: inherit;
}

[dir='rtl'] #sec2m .slick-next:before {
    content: '<';
}

#sec2m .slick-prev:hover,
#sec2m .slick-prev:focus,
#sec2m .slick-next:hover,
#sec2m .slick-next:focus {
    color: transparent;
    outline: none;
    background: #33bc3c;
}

/*sec3*/
.sec3 {}

.fare_table1 {
    margin-bottom: 0 !important;
    width: 49%;
    float: left;
}

.fare_table2 {
    width: 49%;
    margin-bottom: 0;
    float: right;
}

/*sec5*/
.sec5 {
    width: 100%;
    height: auto;
}

.sec5 .tour_box {
    width: 100%;
}

.sec5 .tour_box > div.t_b {
    width: 30%;
    float: left;
    padding: 1.5rem;
    margin: 0 2.5%;
    background: #fff;
    border: 1px solid #ccc
}

.t_b:first-of-type {
    margin-left: 0 !important;
}

.t_b:nth-of-type(3) {
    margin-right: 0 !important;
}

.t_b:nth-of-type(4) {
    margin-left: 0 !important;
    margin-top: 5% !important;
}

.t_b:nth-of-type(5) {
    margin-top: 5% !important;
}

.t_b:nth-of-type(6) {
    margin-right: 0 !important;
    margin-top: 5% !important;
}


.sec5 .tour_box > div.t_b > img {
    width: 100%;
    border: 1px solid #eee;
    ;
}

.sec5 .tour_box > div.t_b > ul {
    width: 100%;
    margin-top: 1rem;
}

.sec5 .tour_box > div.t_b > ul > li {
    width: 100%;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #444;
}

.sec5 .tour_box > div.t_b > ul > li:nth-of-type(1) {
    color: #2f9c2f;
    font-size: 1.25rem;
    font-weight: bold;
}

.sec5 .tour_box > div.t_b > ul > li:nth-of-type(2) {
    padding-top: 1rem;
    height: auto !important;
    background: none !important;
    margin: 0 !important;
}



/*sec6*/
.sec6 iframe {
    width: 100%;
}

.room_price_area {
    padding: 0 !important;
}

.loc_txt {
    margin: 0rem 0 2rem;
    font-size: 1.1rem;
}

.loc_txt a {
    font-size: 1rem;
    color: #000;
    font-weight: 300
}

/*footer*/
.fa-phone::before {
    content: "\f095";

}




/*Media Query*/
@media (max-width:1440px) {
    .r_icons {
        padding-top: 1%;
    }
}

@media (max-width:1259px) {
    .sec_inner {
        max-width: 90%;
    }

    /*
.r_appliance {padding:.7rem 1rem}
.r_appliance > li {
    width: 13%;
    padding:.3rem .5rem;
}
*/
}

@media (max-width:1119px) {
    .product-thumbs {
/*        height: 600px !important;*/
    }
}
@media (max-width:1024px) {
    .hmm {
        transform: translateY(2%);
    }

    .r_icons {
        padding-top: 2.5%;
    }

    /*
.r_appliance {padding:.7rem 1rem}
.r_appliance > li {
    width: 14.285%;
}
*/

}

@media (max-width:990px) {
    .r_icons {
        height: 231px;
        padding-top: .6rem
    }

    .r_icons img {
        height: 60px;
    }
}

@media (max-width:959px) {
    .hmm {
        transform: translateY(19%);
    }

    /*
.r_appliance {padding:0.5rem 1rem;height:231px;}
.r_appliance > li {
    width: 14.285%;
    padding:.3rem .5rem;
}
*/

}

@media (max-width:800px) {
    .hmm {
        transform: translateY(16%);
    }

    .r_appliance {
        padding: .3rem 1rem;
        height: 231px;
    }

    .r_appliance > li {
        width: 16.667%;
        padding: .5rem;
    }
}

@media (max-width:768px) {
    .head_logo {
        width: 100%;
        text-align: center;
        padding: 1rem 0;
        float: none;
    }

    .nav {
        width: 100%;
        height: 100%;
        padding: 0 0 1rem 0;
    }

    .mtb_title {
        margin: 10rem 0 2rem;
    }

    .main_visual p {
        font-size: 1.8rem;
        padding: 2rem 0;
    }

    .sec1_infos {
        width: 100% !important;
        float: none !important;
        margin-right: 0%;
        margin-bottom: 3%;
    }

    .sec1_infos:nth-of-type(5) {
        margin-bottom: 0%;
    }

    /*

.slider-for {
    width: 100%;
    margin: 0 auto;
}
.slider-nav {
    width: 80%;
    margin: 0 auto;
}
*/
    .slider-nav > div img {
        padding: 0;
    }

    /*sec1*/
    .sec1 ul.img_list li {
        z-index: 1;
        position: relative;
        float: left;
        height: 10rem;
        width: 100%;
        margin: 0;
        background-position: center center !important;
    }

    .sec1 ul.img_list li .icon {
        width: 64px !important;
        height: 64px !important;
        margin: 3rem 2rem !important;
        background-size: 100% !important
    }

    .sec1 ul.img_list dl.txt_list {
        top: 1.5rem;
    }

    .slider-nav {
        width: 15%
    }

    .hmm {
        transform: translateY(30%);
    }

    .sec5 .tour_box > div.t_b {
        width: 100%;
        float: none;
        padding: 1.5rem;
        margin: 0;
        background: #fff;
        margin-bottom: 1rem;
    }

    .t_b:nth-of-type(6) {
        margin-bottom: 0rem !important;
    }

    .sec6 iframe {
        width: 100%;
        height: 100%;
    }

    .r_appliance {
        padding: 1.5rem 1rem;
        height: inherit;
    }

    .r_appliance > li {
        width: 10%;
        padding: .5rem;
    }

    .t_b:nth-of-type(4) {
        margin-top: 0rem !important;
    }

    .t_b:nth-of-type(5) {
        margin-top: 0rem !important;
    }

    .t_b:nth-of-type(6) {
        margin-top: 0rem !important;
    }
}


@media (max-width: 767px) {
    .r_icons.room_info01_cont dl img {
        height: 50px !important;
    }

    .r_icons {
        /* height: 231px; */
        padding-top: 0rem;
        height: 266px;
    }
}

@media (max-width:720px) {
    .r_appliance > li > ul > li {
        font-size: 0.75rem;
    }

    .r_appliance {
        padding: 1.75rem 1rem;
        height: inherit;
    }

    .r_appliance > li {
        width: 10%;
        padding: .5rem;
    }

    .r_icons {
        /* height: 231px; */
        padding-top: 0rem;
        height: auto;
        padding-bottom: 3%;
    }
}

@media (max-width:600px) {
    .nav {
        display: none;
    }

    #header {
        position: fixed;
    }

    .main_visual {
        padding-top: 5rem;
    }

    .panel {
        display: block;
    }

    .mtb_title {
        margin: 6rem 0 1rem !important;
    }

    .mv_txt {
        top: 25% !important;
    }

    .mt1 {
        font-size: 1.5rem !important;
    }

    .mt2 {
        font-size: 2.5rem !important;
    }

    #scroll-down-btn {
        display: block;
    }

    #sec2m {
        display: block
    }

    #sec2 {
        display: none;
    }

    .r_icons.room_info01_cont dl img {
        height: 55px !important;
    }

    .ub1 {
        background: rgba(193, 56, 56, 0.7)
    }

    .ub2 {
        background: rgba(202, 119, 68, 0.7)
    }

    .ub3 {
        background: rgba(44, 63, 70, 0.7);
    }

}

@media (max-width:480px) {
    .main_visual {
        padding-top: 4rem;
    }

    .panel {
        display: block;
    }

    .mtb_title {
        margin: 5rem 0 1rem !important;
    }

    .main_visual p {
        background: rgba(0, 0, 0, .3);
        position: absolute;
        left: 50%;
        top: 70%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-shadow: 0 0 4px rgba(0, 0, 0, .5);
        text-align: center;
        font-size: 1.1rem;
        background: rgba(0, 0, 0, .3);
        width: 100%;
        padding: 1rem 0;
    }

    ul.fs_875.lh_15 {
        margin-bottom: 1rem;
    }



    .logo {
        font-size: 1.6rem;
    }

    .head_logo {
        padding: 1rem 0;
    }

    .nav {
        width: 100%;
        height: 100%;
        padding: 0 0 0.25rem 0;
    }

    .nav ul li a {
        font-size: 0.85rem !important;
    }

    .logo img {
        width: 8rem !important;
    }

    .room_info01_top ul li:nth-child(3) {
        font-size: 1.2rem !important;
        color: #444;
    }

    .mt_0 {
        margin-top: 0rem !important;
    }

    .r_appliance > li {
        border: none !important;
        float: left;
        width: 16.6667%;
        padding: 0.5rem;
    }

    .r_appliance > li > ul > li {
        font-size: 0.5rem;
    }

    .r_icons {
        height: auto;

    }


    .sec1 ul.img_list dl.txt_list {
        position: absolute;
        left: 50%;
        /*    top: 15rem;*/
        display: block;
        ;
        width: 60%;
        color: #fff;
        /* margin-left: -121px; */
        margin-left: -18%;
        text-align: center;

    }

    .sec5 .tour_box > div.t_b > ul > li:nth-of-type(1) {
        font-size: 1rem;
    }

    .slick-prev {
        top: -2.5rem !important;
    }

    .slick-next {
        bottom: -2.5rem !important;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .slider-for {
        width: 80%;
        float: left;
    }

    .slick-prev,
    .slick-next {
        line-height: 25px !important;
        width: 25px !important;
        height: 25px !important;
    }

    .hmm {
        transform: translateY(32%);
    }

    .fare_table1 {
        width: 100% !important;
        float: none !important;
    }

    .fare_table2 {
        margin-top: 1rem;
        width: 100% !important;
        float: none !important;
    }

    .footer_icon {
        width: 100% !important;
        font-size: 1rem;
    }



    .fade_container img {
        position: absolute;
        width: 960px !important;
        height: 100% !important;
    }

    .img1 {
        background-position: 75% center !important;

    }

    .img4 {
        background-position: 25% center !important;
    }

    .mv_txt {
        top: 30% !important;
    }

    .mt1 {
        font-size: 1.25rem !important;
    }

    .mt2 {
        font-size: 2rem !important;
    }

    .r_info br {
        display: none;
    }

    #sec2m .slick-next {
        left: 104%;
        top: 50% !important;
        transform: translateY(-50%)
    }

}

@media (max-width:375px) {
    .panel ul li.menu-label a {
        padding: 11px 0 0 30px;
    }

}

@media (max-width:320px) {
    .nav ul li a {
        font-size: 0.8rem !important;
    }

    .hmm {
        transform: translateY(12%);
    }

    .mv_txt {
        top: 35% !important;
    }

    .mt1 {
        font-size: 1rem !important;
    }

    .mt2 {
        font-size: 1.75rem !important;
    }

    .panel ul li.menu-label a {
        font-size: 0.9rem;
    }

    .sec1 ul.img_list dl.txt_list dd {
        font-size: 0.85rem;
        line-height: 20px;
    }

    .sec1 ul.img_list li .icon {
        width: 52px !important;
        height: 52px !important;
    }

    .footer_icon {
        font-size: 0.85rem;
    }

    .loc_txt a {
        font-size: 0.85rem;
    }

    .panel ul li.menu-label a {
        padding: 11px 0 0 25px;
    }

    #sec2m .slick-next {
        left: 103%;
        top: 50% !important;
        transform: translateY(-50%)
    }

    .r_icons {
        padding-bottom: .5rem;
    }
}
