@charset "utf-8";

/*main start*/

#main { position: relative; overflow: hidden; width:100%; height:100vh; padding: 2.36%; }

#main > .txt { position: absolute; top: auto; bottom: 100px; left: auto; right: 14%; z-index: 101; color: #FFF; text-align: left;  transition: .4s; }
#main > .txt > .txt-in { display: inline-block; margin: 0px auto; padding-bottom: 40px; }
#main > .txt > .txt-in > h3 { font-size: 22px; font-family: 'EB Garamond'; font-weight: 400; font-style: italic; letter-spacing: 1; }
#main > .txt > .txt-in > h1 { display: inline-block; margin-top: 15px; z-index: 1; position: relative; font-family: 'EB Garamond'; font-size: 62px; font-weight: normal; letter-spacing: -2px; line-height: 72px; letter-spacing: 2; }
#main > .txt > .txt-in > h1 > span{ position: absolute; bottom:-15px; }
#main > .txt > .txt-in > p { display: block; margin: 50px auto 30px; font-size: 14px; line-height: 24px;  }

#main .sec1_slider { position: relative; height: 100%; }

#main .sec1_slider .swiper-slide.img1{background: url(../img/main/image1.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img2{background: url(../img/main/image2.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img3{background: url(../img/main/image3.jpg)no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img4{background: url(../img/main/image4.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img5{background: url(../img/main/image5.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img6{background: url(../img/main/image6.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img7{background: url(../img/main/image7.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img8{background: url(../img/main/image8.jpg)no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img9{background: url(../img/main/image9.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img10{background: url(../img/main/image10.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img11{background: url(../img/main/image11.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img12{background: url(../img/main/image12.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img13{background: url(../img/main/image13.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img14{background: url(../img/main/image14.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img15{background: url(../img/main/image15.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img16{background: url(../img/main/image16.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img17{background: url(../img/main/image17.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img18{background: url(../img/main/image18.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img19{background: url(../img/main/image19.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img20{background: url(../img/main/image20.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img21{background: url(../img/main/image21.jpg) no-repeat; background-size: cover; background-position: center;}
#main .sec1_slider .swiper-slide.img22{background: url(../img/main/image22.jpg) no-repeat; background-size: cover; background-position: center;}

.sec1-navi-wrapper { position: relative; width: 100%; height: 100%; top: 0px; }

.sec1-next:after, .sec1-prev:after { content: "";  }
.sec1-next { right: 35px; top: 50%; transform: translateY(-50%); width: 16px; height: 30px; background: url(../img/arrow2.png); background-size: cover; z-index: 999; transition: .4s; }
.sec1-prev { left: 35px; top: 50%; transform: translateY(-50%); width: 16px; height: 30px; background: url(../img/arrow.png); background-size: cover; z-index: 999; transition: .4s; }
.sec1-next:hover, .sec1-prev:hover { opacity: .5; }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 50px; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 20px; }
.swiper-pagination-bullet { opacity: 1; background: #fff; height: 5px; width: 5px; }
.swiper-pagination-bullet-active { height: 7px; width: 7px; }

/*main end*/  

section .defalt-w { margin: 0px auto; width: 1300px; }
section .defalt-fw { margin: 0px auto; width: 1000px; }
.title { text-align: center; }
.title h3 { font-family: 'EB Garamond'; font-size: 22px; font-weight: 400; letter-spacing: 1; color: #c9ab90; }
.title h2 { position: relative; margin: 5px auto 0px; width: 58%; font-family: 'EB Garamond'; font-size: 51px; font-weight: 400; letter-spacing: 1; }
.title h2::before { content: ''; position: absolute; left: 0px; top: 35px; width: 20%; height: 1px; background: #c4c4c4; }
.title h2::after { content: ''; position: absolute; right: 0px; top: 35px; width: 20%; height: 1px; background: #c4c4c4; }
.title p { margin-top: 15px; font-size: 13px; line-height: 22px; }

/*intro start*/

#intro { padding: 155px 2.36% 0px; }

#intro .intro-in .points .points-in { display: flex; justify-content: space-between; }
#intro .intro-in .points .points-in .point { width: 33%; text-align: center; }
#intro .intro-in .points .points-in .point h3 { position: relative; margin: 0px auto; width: 80%; font-family: 'EB Garamond'; font-size: 27px; font-weight: 400; letter-spacing: 1; }
#intro .intro-in .points .points-in .point h3::before { content: ''; position: absolute; left: 0px; top: 17.5px; width: 15%; height: 1px; background: #525252; }
#intro .intro-in .points .points-in .point h3::after { content: ''; position: absolute; right: 0px; top: 17.5px; width: 15%; height: 1px; background: #525252; }
#intro .intro-in .points .points-in .point p { margin-top: 15px; font-size: 13px; line-height: 26px; }

#intro .intro-in .greet { margin-top: 160px; padding: 0px 20px; background: #f8f8f8; }
#intro .intro-in .greet .greet-in { display: flex; justify-content: space-between; padding: 180px 0px; }
#intro .intro-in .greet .greet-in .left { width: 35%; }
#intro .intro-in .greet .greet-in .left > img { width: 100%; display: none; }
#intro .intro-in .greet .greet-in .left h3 { margin-top: 50px; font-family: 'EB Garamond'; font-size: 22px; font-weight: 400; font-style: italic; letter-spacing: 1; color: #c9ab90; }
#intro .intro-in .greet .greet-in .left h2 { margin-top: 10px; font-family: 'EB Garamond'; font-size: 40px; font-weight: 400; }
#intro .intro-in .greet .greet-in .left p { margin-top: 25px; margin-bottom: 40px; font-size: 13px; line-height: 26px; }
#intro .intro-in .greet .greet-in .left a { position: relative; text-align: center; }
#intro .intro-in .greet .greet-in .left a svg { position: absolute; top: 0; left: 0; }
#intro .intro-in .greet .greet-in .left a svg rect {fill: transparent; stroke: #c9ab81; transition: 2s; stroke-width: 2px; stroke-dashoffset: 240%; stroke-dasharray: 330% 25; }
#intro .intro-in .greet .greet-in .left a:hover svg rect { stroke-dashoffset: -113% !important; }
#intro .intro-in .greet .greet-in .left a span { position: absolute; display: block; height: 50px; width: 163px; font-family: 'EB Garamond'; font-size: 14px; line-height: 50px; font-weight: 500; }

#intro .intro-in .greet .greet-in .right { width: 65%; padding-left:40px;}
#intro .intro-in .greet .greet-in .right img { width: 100%; }

/*intro end*/
/*banner start*/

#banner { }
#banner .banner-in { height: 300px; position: relative; }
#banner .banner-in .txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; }
#banner .banner-in .txt h2 { font-family: 'EB Garamond'; font-size: 70px;  }
#banner .banner-in .txt p { position: relative; display: block; margin: 0px auto; width: 55%; font-size: 14px; line-height: 28px; color: #ccb089; }
#banner .banner-in .txt p::before { content: ''; position: absolute; left: 0px; top: 0px; width: 33px; height: 78px; background: url(../img/frame1.png); }
#banner .banner-in .txt p::after { content: ''; position: absolute; right: 0px; top: 0px; width: 33px; height: 78px; background: url(../img/frame2.png); }

#banner .banner-in .txt h3 { margin-top: 60px; font-family: 'EB Garamond'; font-size: 20px; line-height: 42px; font-weight: 500; letter-spacing: 1; }
#banner .banner-in .txt h3 span { font-family: 'Open Sans'; font-size: 13px; line-height: 26px; font-weight: 400; }

/*banner end*/
/*exterior start*/

#exterior { position: relative; overflow: hidden; width:100%; height:100vh; padding: 2.36%; padding-top: 0; }

#exterior > .txt { padding: 50px 180px 50px 50px; position: absolute; bottom: 100px; left: 100px; z-index: 101; color: #4e4e4e; text-align: left; background: #fff; transition: .4s; }
#exterior > .txt > .txt-in { display: inline-block; margin: 0px auto; }
#exterior > .txt > .txt-in > h1 { display: inline-block; z-index: 1; position: relative; font-family: 'EB Garamond'; font-size: 20px; font-weight: normal; letter-spacing: -2px; line-height: 28px; letter-spacing: 2; }
#exterior > .txt > .txt-in > a { display: block; margin: 15px auto 0px; font-size: 14px; font-weight: 400; line-height: 24px; position: relative; padding:6px 6px 6px 0;}
#exterior > .txt > .txt-in > a:before { content: ""; width: 34px; display: inline-block; height: 1px; background-color: #c9ab81; margin-bottom: 4px; margin-right: 10px; transform: scaleX(0); transform-origin: 0 0; transition: .3s; }
#exterior > .txt > .txt-in > a:after { content: ""; width: 34px; display: inline-block; height: 1px; position: absolute; top: 50%; left: 0; background-color: #c9ab81; margin-right: 10px; transform: scaleX(1); transform-origin: 100% 0; transition: .3s .2s;}
#exterior > .txt > .txt-in > a:hover:before { transform: scaleX(1); transition: .3s .2s; }
#exterior > .txt > .txt-in > a:hover:after { transform: scaleX(0); transition: .3s; }


#exterior .sec2_slider { position: relative; height: 100%; }

#exterior .sec2_slider .swiper-slide.img1{background: url(../img/sub1/image1.jpg) no-repeat; background-size: cover; background-position: center;}
#exterior .sec2_slider .swiper-slide.img2{background: url(../img/sub1/image2.jpg) no-repeat; background-size: cover; background-position: center;}
#exterior .sec2_slider .swiper-slide.img3{background: url(../img/sub1/image3.jpg)no-repeat; background-size: cover; background-position: center;}
#exterior .sec2_slider .swiper-slide.img4{background: url(../img/sub1/image4.jpg) no-repeat; background-size: cover; background-position: center;}
#exterior .sec2_slider .swiper-slide.img5{background: url(../img/sub1/image5.jpg) no-repeat; background-size: cover; background-position: center;}
#exterior .sec2_slider .swiper-slide.img6{background: url(../img/sub1/image6.jpg) no-repeat; background-size: cover; background-position: center;}
#exterior .sec2_slider .swiper-slide.img7{background: url(../img/sub1/image7.jpg) no-repeat; background-size: cover; background-position: center;}

.sec2-navi-wrapper { position: relative; width: 100%; height: 100%; top: 0px; }

.sec2-next:after, .sec2-prev:after { content: "";  }
.sec2-next { right: 35px; top: 50%; transform: translateY(-50%); width: 16px; height: 30px; background: url(../img/arrow2.png); background-size: cover; z-index: 999; transition: .4s; }
.sec2-prev { left: 35px; top: 50%; transform: translateY(-50%); width: 16px; height: 30px; background: url(../img/arrow.png); background-size: cover; z-index: 999; transition: .4s; }
.sec2-next:hover, .sec1-prev:hover { opacity: .5; }

/*exterior end*/
/*rooms start*/

#rooms { padding-top: 100px; }

#rooms .rooms-in .rooms_wrap { margin-top: 70px; position: relative; }

#rooms .rooms_slider .swiper-wrapper { width: auto; height: auto; }

#rooms .rooms_slider .swiper-slide { position: relative; height: 600px; }
#rooms .rooms_slider .swiper-slide .pic { height: 540px; transition: .4s; }
#rooms .rooms_slider .swiper-slide.img1 .pic { width: 100%; background: url(http://skylakep.cdn1.cafe24.com/sub2/image3.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
#rooms .rooms_slider .swiper-slide.img2 .pic { width: 100%; background: url(http://skylakep.cdn1.cafe24.com/sub2/image12.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
#rooms .rooms_slider .swiper-slide.img3 .pic { width: 100%; background: url(http://skylakep.cdn1.cafe24.com/sub2/image13.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
#rooms .rooms_slider .swiper-slide.img4 .pic { width: 100%; background: url(http://skylakep.cdn1.cafe24.com/sub2/image18.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
#rooms .rooms_slider .swiper-slide.img5 .pic { width: 100%; background: url(http://skylakep.cdn1.cafe24.com/sub2/image23.jpg) no-repeat; background-size: cover; background-position: 50% 50%;}
#rooms .rooms_slider .swiper-slide:hover .pic { background-position: 60% 50%; }
#rooms .rooms_slider .swiper-slide .pic a { display: block; position: absolute; width: 100%; height: 100%; }

#rooms .rooms_slider .swiper-slide .txt { position: absolute; left: -1px; bottom: -1px; width: 552px; background: #fff; }
#rooms .rooms_slider .swiper-slide .txt h3 { margin-top: 25px; font-family: 'EB Garamond'; font-size: 16px; font-weight: 400; font-style: italic; letter-spacing: 1; color: #c9ab81; }
#rooms .rooms_slider .swiper-slide .txt h2 { margin-top: 5px; font-family: 'EB Garamond'; font-size: 28px; font-weight: 400; }
#rooms .rooms_slider .swiper-slide .txt h2 a { transition: .4s; }
#rooms .rooms_slider .swiper-slide .txt h2:hover a { color: #c9ab81; }
#rooms .rooms_slider .swiper-slide .txt .link { margin-top: 30px; }
#rooms .rooms_slider .swiper-slide .txt .link a { position: relative; font-family: 'Open Sans'; font-size: 13px; }

#rooms .rooms_slider .swiper-slide .txt .link a:before { content: ""; width: 34px; display: inline-block; height: 1px; background-color: #c9ab81; margin-bottom: 4px; margin-right: 10px; transform: scaleX(0); transform-origin: 0 0; transition: .3s; }
#rooms .rooms_slider .swiper-slide .txt .link a:after { content: ""; width: 34px; display: inline-block; height: 1px; position: absolute; top: 50%; left: 0; background-color: #c9ab81; margin-right: 10px; transform: scaleX(1); transform-origin: 100% 0; transition: .3s .2s;}
#rooms .rooms_slider .swiper-slide .txt .link a:hover:before { transform: scaleX(1); transition: .3s .2s; }
#rooms .rooms_slider .swiper-slide .txt .link a:hover:after { transform: scaleX(0); transition: .3s; }

.rooms-next:after, .rooms-prev:after { content: "";  }
.rooms-next { right: -80px; top: 45%; transform: translateY(-50%); width: 16px; height: 30px; background: url(../img/arrow4.png); background-size: cover; z-index: 999; transition: .4s; }
.rooms-prev { left: -80px; top: 45%; transform: translateY(-50%); width: 16px; height: 30px; background: url(../img/arrow3.png); background-size: cover; z-index: 999; transition: .4s; }
.rooms-next:hover, .sec1-prev:hover { opacity: .5; }

#rooms .swiper-pagination { position: static; margin: 70px auto 0px; }
#rooms .swiper-pagination-bullet { margin: 0px 20px; border-radius: 50%; }
#rooms .swiper-pagination-bullet { opacity: 1; background: #555555; height: 5px; width: 5px; }
#rooms .swiper-pagination-bullet-active { height: 7px; width: 7px; }

/*rooms end*/
/*special start*/

#special { padding: 140px 2.36% 0px; }

#special .special-in { padding: 130px 0px 200px; background: #f8f8f8; }

#special .special-in .facility { margin-top: 70px; }
#special .special-in .facility .facility-in { display: flex; }
#special .special-in .facility .facility-in .pic { width: 35%; } 
#special .special-in .facility .facility-in .pic .pic-li { width: 100%; position: relative; }

#special .special-in .facility .facility-in .pic .pic-li li { position: absolute; width: 100%; opacity: 0; transition: .4s; }
#special .special-in .facility .facility-in .pic .pic-li li.on { opacity: 1; }
#special .special-in .facility .facility-in .pic .pic-li li img { width: 100%; }

#special .special-in .facility .facility-in .fac { width: 65%; }
#special .special-in .facility .facility-in .fac .fac-li li { opacity: 0.5; cursor: pointer; transition: .4s; margin-top: 65px; display: flex; justify-content: space-between; }
#special .special-in .facility .facility-in .fac .fac-li li:first-child{margin-top: 10px;}
#special .special-in .facility .facility-in .fac .fac-li li.on { opacity: 1; }
#special .special-in .facility .facility-in .fac .fac-li li > a { display: none; }
#special .special-in .facility .facility-in .fac .fac-li li > a > img { width: 100%; }

#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) { text-align: center; width: 20%; border-right: 1px solid #cccccc; }
#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) h3 { font-family: 'EB Garamond'; font-size: 40px; font-weight: 400; letter-spacing: 1; }
#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) p { font-size: 13px; }
#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) { padding-left: 50px; text-align: left; width: 50%; border-right: 1px solid #cccccc; }
#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) h3 { font-family: 'EB Garamond'; font-size: 32px; font-weight: 400; letter-spacing: 1; }
#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) p { font-size: 13px; }
#special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(3) { padding-left: 50px; width: 30% }
#special .special-in .facility .facility-in .fac .fac-li li div a { position: relative; text-align: center; }
#special .special-in .facility .facility-in .fac .fac-li li div a svg { position: absolute; top: 0; left: 0; }
#special .special-in .facility .facility-in .fac .fac-li li div a svg rect {fill: transparent; stroke: #c9ab81; transition: 2s; stroke-width: 2px; stroke-dashoffset: 240%; stroke-dasharray: 330% 25; }
#special .special-in .facility .facility-in .fac .fac-li li div a:hover svg rect { stroke-dashoffset: -113% !important; }
#special .special-in .facility .facility-in .fac .fac-li li div a span { position: absolute; display: block; height: 50px; width: 163px; font-family: 'Open Sans'; font-size: 13px; line-height: 50px; font-weight: 600; }

/*special end*/
/*service start*/

#service { padding-top: 140px; }

#service .service-in .service-wrap { margin-top: 60px; display: flex; justify-content: space-between; }
#service .service-in .service-wrap a { display: block;  width: 30%; cursor:default;}
#service .service-in .service-wrap a .pic img { width: 100%; transition: all .3s ease-in-out;}
#service .service-in .service-wrap a .pic { position: relative; }
#service .service-in .service-wrap a .pic .plus { position: absolute; padding: 0px 11px; width: 37px; height: 37px; bottom: 0px; background: #fff; transition: .4s; overflow: hidden; }
#service .service-in .service-wrap a:hover .pic img { transform:scale(1.025); }
#service .service-in .service-wrap a .pic .plus h3 {  display: inline-block; font-family: 'Open Sans'; line-height: 37px; }
#service .service-in .service-wrap a .pic .plus p { margin-left: 12.5px; display: inline-block; font-family: 'Open Sans'; font-size: 13px; position: relative; top: -2px; }
#service .service-in .service-wrap a .txt { margin-top: 24px; text-align: center; }
#service .service-in .service-wrap a .txt h3 { font-family: 'EB Garamond'; font-size: 24px; font-weight: 400; letter-spacing: 1; }
#service .service-in .service-wrap a .txt p { margin-top: 5px; font-size: 13px; }

/*service end*/
/*location start*/

#location { padding: 170px 2.36% 0px; }

#location .location-in .map .map-in { display: flex; justify-content: space-between; }
#location .location-in .map .map-in > div { background: #f8f8f8; }
#location .location-in .map .map-in > .left { width: 35%; }
#location .location-in .map .map-in > .right { width: 65%; }
#location .location-in .map .map-in div .title2 { text-align: left; }
#location .location-in .map .map-in div .title2 h3 { font-family: 'EB Garamond'; font-size: 22px; font-weight: 400; letter-spacing: 1; color: #c9ab90; }
#location .location-in .map .map-in div .title2 h2 { position: relative; margin: 5px auto 0px; font-family: 'EB Garamond'; font-size: 40px; font-weight: 400; letter-spacing: 1; }
#location .location-in .map .map-in div .title2 p { margin-top: 15px; margin-bottom: 30px; font-size: 13px; line-height: 34px; }
#location .location-in .map .map-in div:nth-of-type(1) .title2 a { display: none; }
#location .location-in .map .map-in div .title2 a { position: relative; text-align: center; }
#location .location-in .map .map-in div .title2 a svg { position: absolute; top: 0; left: 0; }
#location .location-in .map .map-in div .title2 a svg rect {fill: transparent; stroke: #c9ab81; transition: 2s; stroke-width: 2px; stroke-dashoffset: 240%; stroke-dasharray: 330% 25; }
#location .location-in .map .map-in div .title2 a:hover svg rect { stroke-dashoffset: -113% !important; }
#location .location-in .map .map-in div .title2 a span { position: absolute; display: block; height: 50px; width: 163px; font-family: 'Open Sans'; font-size: 13px; line-height: 50px; font-weight: 600; }
#location .location-in .map .map-in > div:nth-of-type(1),
#location .location-in .map .map-in > div:nth-of-type(3) { padding-top: 190px; padding-left: 100px; }

/*location end*/
/*banner2 start*/

#banner2 { padding-top: 90px; }
#banner2 .banner2-in .title2 { display: flex; text-align: left; }
#banner2 .banner2-in .title2 div:nth-of-type(2) { padding-top: 35px; padding-left: 150px; }
#banner2 .banner2-in .title2 div h3 { font-family: 'EB Garamond'; font-size: 22px; font-weight: 400; letter-spacing: 1; color: #c9ab90; }
#banner2 .banner2-in .title2 div h2 { position: relative; margin: 5px auto 0px; font-family: 'EB Garamond'; font-size: 40px; font-weight: 400; letter-spacing: 5px; color: #666; }
#banner2 .banner2-in .title2 div p { margin-top: 15px; margin-bottom: 30px; font-size: 13px; line-height: 34px; }
#banner2 .banner2-in .title2 div a { position: relative; text-align: center; }
#banner2 .banner2-in .title2 div a svg { position: absolute; top: 0; left: 0; }
#banner2 .banner2-in .title2 div a svg rect {fill: transparent; stroke: #c9ab81; transition: 2s; stroke-width: 2px; stroke-dashoffset: 240%; stroke-dasharray: 330% 25; }
#banner2 .banner2-in .title2 div a:hover svg rect { stroke-dashoffset: -113% !important; }
#banner2 .banner2-in .title2 div a span { position: absolute; display: block; height: 50px; width: 163px; font-family: 'Open Sans'; font-size: 13px; line-height: 50px; font-weight: 600; }



/*영상부분*/
.vid_box{ padding:56.25% 0 0 0;position:relative;}

/* 반응형 시작 */

@media (max-width: 1420px) {
 
    #intro .intro-in .greet .greet-in { width: 100%; }
    
    #banner .banner-in .txt p { width: 80%; }
    
    #special .special-in .facility .facility-in { padding: 0px 20px; }
    
}

@media (max-width: 1300px) {
    
    #main > .txt { right: 70px; }
    .sec1-prev { top: 55%;  }
    .sec1-next { top: 55%;  }
    
    section .defalt-w { width: 100%; }
    
    #intro .intro-in .points .points-in .point { width: 32%; }
    #intro .intro-in .points .points-in .point h3 { width: 100%; }
    #intro .intro-in .points .points-in .point h3::before { width: 10%; }
    #intro .intro-in .points .points-in .point h3::after { width: 10%; }
    #intro .intro-in .points .points-in .point p br { display: none; }
    #intro .intro-in .greet .greet-in .left { width: 35%; }
    #intro .intro-in .greet .greet-in .left h3 { margin-top: 0px;  }
    #intro .intro-in .greet .greet-in .left p { margin-top: 20px; margin-bottom: 30px; }
    #intro .intro-in .greet .greet-in .right { width: 60%; }
    
    .title h2 { width: 80%; }
    .title h2::before { width: 12.5%; }
    .title h2::after { width: 12.5%; }
    
    #rooms .rooms-in { padding: 0px 2.36%; }
    
    #special .special-in .facility .facility-in .fac .fac-li li{ margin-top: 46px; }
    #special .special-in .facility .facility-in .fac .fac-li li:nth-of-type(1) { margin-top: 0px; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) { width: 20%; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) h3 { font-size: 32px; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) { width: 45%; padding-left: 20px; padding-right: 20px;}
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) h3 { font-size: 24px; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(3) { padding-left: 20px; width: 30%; }
    
    #service { padding: 140px 2.36% 0px; }
    
    #location .location-in .map .map-in > div:nth-of-type(1), #location .location-in .map .map-in > div:nth-of-type(3) { padding-left: 30px; }
    
    #banner2 .banner2-in { padding: 0px 2.36%; }
    #banner2 .banner2-in .title2 div:nth-of-type(2) { padding-left: 0px; }
    #banner2 .banner2-in .title2 { justify-content: space-between; }
    #banner2 .banner2-in .title2 > div:nth-of-type(1) { width: 75%; }
    #banner2 .banner2-in .title2 > div:nth-of-type(2) { width: 25%; }
    
}

@media (max-width: 1000px) { 

    #intro .intro-in .greet .greet-in .left { width: 42.5%; }
    #intro .intro-in .greet .greet-in .right { width: 52.5%; }
    
    #banner { width: 100%; }
    #banner .banner-in .txt p { width: 100%; padding: 0px 60px; }
    #banner .banner-in .txt p br { display: none; }
    #banner .banner-in .txt p::before { left: 2.36%; }
    #banner .banner-in .txt p::after { right: 2.36%; }
    #location .location-in .map .map-in{flex-direction: column;}
    #location .location-in .map .map-in .left, #location .location-in .map .map-in .right{ width: 100%; }
    
}

@media (max-width: 920px) {
 
    #special .special-in .facility .facility-in .pic { width: 40%; }
    #special .special-in .facility .facility-in .fac { width: 60%; }
    #special .special-in .facility .facility-in .fac .fac-li { padding-left: 30px; }
    #special .special-in .facility .facility-in .fac .fac-li li { position: relative; flex-flow: column; margin-top: 20px; padding-bottom: 30px;  border-bottom: 1px solid #cccccc; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) { position: absolute; right: 0px; width: auto; text-align: right; border: none; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) p { display: none; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) { margin-top: 10px; padding: 0px; width: auto; text-align: left; border: none; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(3) { display: none;  }

    
}

@media (max-width: 768px) {
    #main{height: 90vh;}
    #main > .txt { right: 70px; }
    #main > .txt > .txt-in {  padding-bottom: 60px; }
    #main > .txt > .txt-in > h3 { font-size: 18px; }
    #main > .txt > .txt-in > h1 { margin-top: 10px; font-size: 48px; line-height: 40px; }
    #main > .txt > .txt-in > h1 > span { bottom: -12px; }
    #main > .txt > .txt-in > p { margin-top: 30px; line-height: 14px;}
    #main > .txt { top: 57.5%; left: 50%; right: auto; bottom: auto; transform: translate(-50%,-50%); width: 80%; text-align: center; }
    .sec1-prev { top: 57.5%; left: 20px; }
    .sec1-next { top: 57.5%; right: 20px; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 10px; }
    
    
    .title h3 { font-size: 18px; }
    .title h2 { font-size: 34px; width: 90%; }
    .title h2::before { top: 25px; }
    .title h2::after { top: 25px; }
    
    #intro { padding: 70px 2.36% 0px; }
    #intro .intro-in .points .points-in { display: block; }
    #intro .intro-in .points .points-in .point { margin-top: 60px; width: 100%; }
    #intro .intro-in .points .points-in .point:nth-of-type(1) { margin-top: 0px; }
    #intro .intro-in .points .points-in .point h3 { width: 280px; font-size: 20px; }
    #intro .intro-in .points .points-in .point h3::before { width: 12.5%; top: 15px; }
    #intro .intro-in .points .points-in .point h3::after { width: 12.5%; top: 15px }
    #intro .intro-in .points .points-in .point p { line-height: 24px; }
    #intro .intro-in .points .points-in .point p br { display: block; }
    #intro .intro-in .greet { margin-top: 100px; }
    #intro .intro-in .greet .greet-in { display: block; padding: 80px 0px 100px; }
    #intro .intro-in .greet .greet-in .left { width: 100%; }
    #intro .intro-in .greet .greet-in .left > img { display: block; }
    #intro .intro-in .greet .greet-in .left h3 { margin-top: 40px; font-size: 18px; }
    #intro .intro-in .greet .greet-in .left h2 { font-size: 28px; }
    #intro .intro-in .greet .greet-in .left p { line-height: 24px; }
    #intro .intro-in .greet .greet-in .right { width: 100%; padding:100px 0 60px; }
    
    #banner .banner-in .txt h2 { font-size: 48px; line-height: 50px; }
    #banner .banner-in .txt p { line-height: 24px; }
    #banner .banner-in .txt h3 { margin-top: 20px; }
    #exterior{height: 600px;}
    #exterior > .txt { left: 70px; padding: 30px 100px 30px 30px; }
    #exterior > .txt > .txt-in > h1 { font-size: 16px; line-height: 22px; }
    #exterior > .txt > .txt-in > p { margin: 5px auto 0px; }
    .sec2-prev { left: 20px; }
    .sec2-next { right: 20px; }
    
    #rooms { padding-top: 80px; }
    #rooms .rooms-in .rooms_wrap { margin-top: 50px; }
    #rooms .rooms_slider .swiper-slide { height: 340px; }
    #rooms .rooms_slider .swiper-slide .pic { height: 400px; }
    #rooms .rooms_slider .swiper-slide .txt { width: 40% }
    #rooms .rooms_slider .swiper-slide .txt h3 { font-size: 14px; }
    #rooms .rooms_slider .swiper-slide .txt h2 { font-size: 22px; margin-bottom: 10px; margin-left:10px;}
    #rooms .rooms_slider .swiper-slide .txt .link { margin-top: 20px; }
    #rooms .swiper-pagination-bullet { margin: 0px 10px; }
    #rooms .swiper-pagination { margin-top: 50px; }

    #rooms .rooms_slider .swiper-slide .txt h3{ margin-top:15px; margin-left:10px; }
    
    #special { padding: 100px 2.36% 0px; }
    #special .special-in { padding: 80px 0px 100px;  }
    
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) h3 { font-size: 20px; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) h3 { font-size: 28px; }
    
    #service { padding-top: 100px; }
    #service .service-in .service-wrap a .txt h3 { font-size: 18px; }
    #service .service-in .service-wrap a .pic .plus { display: none; }
    
    #location { padding: 100px 2.36% 0px; }
    #location .location-in .map .map-in { display: block; }
    #location .location-in .map .map-in > div { width: 100%; }
    #location .location-in .map .map-in > div:nth-of-type(1) { padding-top: 80px; padding-bottom: 100px; padding-left: 20px; }
    #location .location-in .map .map-in > div .wrap_map { height: 360px !important; }
    #location .location-in .map .map-in div .title2 h3 { font-size: 18px; }
    #location .location-in .map .map-in div .title2 h2 { font-size: 34px; }
    #location .location-in .map .map-in div .title2 p { margin-top: 20px; margin-bottom: 20px; line-height: 24px; }
    #location .location-in .map .map-in div:nth-of-type(1) .title2 a { display: block;  }
    
    #banner2 { padding-top: 70px; }
    #banner2 .banner2-in .title2 { display: block; }
    #banner2 .banner2-in .title2 > div:nth-of-type(1) { width: 100%; }
    #banner2 .banner2-in .title2 > div:nth-of-type(2) { width: 100%; }
    #banner2 .banner2-in .title2 div h3 { font-size: 18px; }
    #banner2 .banner2-in .title2 div h2 { font-size: 34px; }
    
    
}



@media (max-width: 500px) {
    
    #main > .txt { width: 70%; }
    #main > .txt > .txt-in > h3 { font-size: 14px; }
    #main > .txt > .txt-in > h1 { font-size: 40px; margin-left:-50px;}
    #main > .txt > .txt-in > h1 > span{ bottom: -10px; }
    #main > .txt > .txt-in > p { margin-top: 26px; font-size: 12px; line-height: 20px; }
    #main > .txt > .txt-in > p > br { display: none; }
    .sec1-prev { left: 12.5px; transform: scale(0.7); }
    .sec1-next { right: 12.5px; transform: scale(0.7); }
    
    .title h3 { font-size: 14px; }
    .title h2 { font-size: 28px; }
    .title h2::before { top: 18px; width: 10% }
    .title h2::after { top: 18px; width: 10%  }
    .title p { font-size: 12px; line-height: 20px; }
    
    #intro { padding: 50px 2.36% 0px; }
    #intro .intro-in .points .points-in .point h3::before { left: 15px; }
    #intro .intro-in .points .points-in .point h3::after { right: 15px; }
    #intro .intro-in .points .points-in .point p { font-size: 12px; line-height: 22px; }
    #intro .intro-in .greet { margin-top: 60px; padding: 0px 15px; }
    #intro .intro-in .greet .greet-in { padding: 60px 0px 100px; }
    #intro .intro-in .greet .greet-in .left h3 { font-size: 14px; }
    #intro .intro-in .greet .greet-in .left p { font-size: 12px; line-height: 20px; }
    
    #banner .banner-in .txt { top: 45%; }
    #banner .banner-in .txt h2 { font-size: 32px; }
    #banner .banner-in .txt p { font-size: 12px; line-height: 20px; }
    #banner .banner-in .txt p::before {transform: scale(.7);}
    #banner .banner-in .txt p::after {transform: scale(.7);}
    #banner .banner-in .txt h3 { font-size: 16px; }
    #banner .banner-in .txt h3 span { font-size: 12px; line-height: 0px; }
    
    #exterior{height: 500px;}
    #exterior > .txt > .txt-in > a{color: #f0f0f0;}
    #exterior > .txt { padding: 0px; width: 80%; left: 50%; transform: translateX(-50%); background: transparent; color: #fff; }
    .sec2-prev { left: 12.5px; transform: scale(0.7); }
    .sec2-next { right: 12.5px; transform: scale(0.7); }
    
    #rooms { padding-top: 60px; }
    #rooms .rooms-in .rooms_wrap { margin-top: 40px; }
    #rooms .rooms_slider .swiper-slide { height: 300px; }
    #rooms .rooms_slider .swiper-slide .pic { height: 320px; } 
    #rooms .rooms_slider .swiper-slide .txt h3 { font-size: 12px; }
    #rooms .rooms_slider .swiper-slide .txt h2 { font-size: 18px; }
    #rooms .rooms_slider .swiper-slide .txt .link a { font-size: 12px; }
    #rooms .rooms_slider .swiper-slide .txt .link a:before { width: 20px; }
    #rooms .rooms_slider .swiper-slide .txt .link a:after { width: 20px; }
    
    #special { padding: 60px 2.36% 0px; }
    #special .special-in { padding: 60px 0px 60px; }
    #special .special-in .facility { margin-top: 40px; }
    #special .special-in .facility .facility-in { display: block; padding: 0px 15px; }
    #special .special-in .facility .facility-in .pic { display: none; }
    #special .special-in .facility .facility-in .pic .pic-li li { position: static; display: none; }
    #special .special-in .facility .facility-in .pic .pic-li li.on { display: block; }
    #special .special-in .facility .facility-in .fac .fac-li li > a { display: block; }
    #special .special-in .facility .facility-in .fac { width: 100%; }
    #special .special-in .facility .facility-in .fac .fac-li { padding-left: 0px; margin-top: 30px;  }
    #special .special-in .facility .facility-in .fac .fac-li li { padding-bottom: 15px; opacity: 1; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) { margin-top: 20px; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) h3 { font-size: 18px; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(1) h3 { display: none; }
    #special .special-in .facility .facility-in .fac .fac-li li div:nth-of-type(2) p { font-size: 12px; margin-top: 6px; }
    
    #service { padding-top: 60px; }
    #service .service-in { padding: 0px 2.36%; }
    #service .service-in .service-wrap { display: block; margin-top: 60px; }
    #service .service-in .service-wrap a { display: flex; margin-top: 10px; width: 100%; }
    #service .service-in .service-wrap a:nth-of-type(1) { margin-top: 0px; }
    #service .service-in .service-wrap a .pic { width: 30%; }
    #service .service-in .service-wrap a .txt { margin-top: 10px; padding-left: 20px; width:70%; text-align: left; }
    #service .service-in .service-wrap a .txt p { font-size: 12px; }
    
    #location { padding: 60px 2.36% 0px; }
    #location .location-in .map .map-in div .title2 h3 { font-size: 14px; }
    #location .location-in .map .map-in div .title2 h2 { font-size: 28px; }
    #location .location-in .map .map-in div .title2 p { font-size: 12px; line-height: 22px; }
    #location .location-in .map .map-in > div:nth-of-type(1) { padding-top: 60px; padding-bottom: 100px; padding-left: 15px; }
    #location .location-in .map .map-in > div .wrap_map { height: 320px !important; }
    
    #banner2 .banner2-in .title2 div { text-align: center; }
    #banner2 .banner2-in .title2 div h3 { font-size: 14px; }
    #banner2 .banner2-in .title2 div h2 { font-size: 28px; }
    #banner2 .banner2-in .title2 div a { display: block; position: relative; width: 163px; height: 50px; margin: 0px auto 0px; text-align: center; }
    
    
}
@media (max-width: 420px) {
    #exterior{height: 420px;}
    #location .location-in .map .map-in > div .wrap_map { height: 280px !important; }
}

@media (max-width: 320px) {

    #intro .intro-in .points .points-in .point h3 { width: 100%; }
    
    
}