@charset "utf-8";

/*defualt*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'NanumSquare';
}
html,
body {
    color: #343434;
    -webkit-text-size-adjust: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
th,
td {
    transform: skew(0.03deg);
}
li {
    list-style: none;
}
a {
    color: #343434;
    text-decoration: none;
    display: inline-block;
}
button,
input,
a,
label {
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}
.slick-slide,
.slick-slide * {
    outline: none !important;
}
.hd,
.ft,
.con1,
.con2,
.con3,
.con4 {
    position: relative;
}
.yapen-realReserveBtn {
    display: none;
}

input,
button,
a {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
.full-page {
    width: 100%;
    height: 100vh;
}
.inner-con {
    width: 1580px;
    margin: 0 auto;
    position: relative;
}
.sub-inner {
    width: 1380px;
    margin: 0 auto;
    position: relative;
}
.dash-txt::before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -10px;
}
.dash-tit::before {
    content: '*';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -10px;
}

.slick-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.slick-btn div {
    cursor: pointer;
}
.slick-btn .fal {
    color: rgba(255, 255, 255, 0.8);
    font-size: 50px;
    position: absolute;
    pointer-events: all;
}
.slick-btn .fa-chevron-left {
    left: -50px;
}
.slick-btn .fa-chevron-right {
    right: 50px;
}
.top-tel {
    display: none;
}
.m_n_pay {
    display: none;
}
/*menu*/
.hd {
    width: 100%;
    height: 100px;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    border-bottom: 1px solid white;
    transition: 0.8s;
}
.hd .logo {
    position: absolute;
    left: 0px;
    width: 65px;
    top: 10px;
    transition: 0.8s;
}
.hd .logo img {
    width: 100%;
}
/* .hd .gnb{position: relative; } */
.hd .main-menu {
    width: 70%;
    margin: 0 auto;
    display: flex;
}
.hd .main-menu:hover .sub-menu {
    height: 300px;
}
.hd .main-menu:hover li > a {
    color: #333;
}

.hd .white-box {
    background-color: rgba(255, 255, 255, 0.5);
    height: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
}
.hd .main-menu > li {
    width: 20%;
}
.hd .main-menu > li > a {
    line-height: 100px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 100;
    font-family: 'calibri';
    transition: 0.8s;
}
.hd .main-menu > li::after {
    display: table;
    content: '';
    clear: both;
}
.hd .main-menu a {
    display: block;
}
.hd .main-menu .sub-menu {
    text-align: center;
    overflow: hidden;
    height: 0;
    padding-top: 10px;
}
.hd .main-menu .sub-menu a {
    line-height: 30px;
    font-size: 12px;
    color: #343434;
    font-weight: 600;
}
.hd .main-menu .sub-menu .mini-menu {
    overflow: hidden;
    height: 0;
}
.hd .n-pay img {
    position: relative;
    top: 10px;
    width: 70px;
}

.hd .menu-btn {
    width: 35px;
    height: 35px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    transition: 0.8s;
    cursor: pointer;
    display: none;
}

.hd .main-menu .white-box {
    position: absolute;
    top: 145px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 0;
    transition: 0.5s;
    pointer-events: none;
}

.hd .menu-btn span {
    width: 20px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    background-color: white;
    transition: 0.5s;
}
.hd .menu-btn .line1 {
    transform: translateY(-6px);
}
.hd .menu-btn .line3 {
    transform: translateY(6px);
}

.hd .menu-btn.on .line1 {
    transform: rotate(45deg);
}
.hd .menu-btn.on .line2 {
    transform: translateX(10px);
    opacity: 0;
}
.hd .menu-btn.on .line3 {
    transform: rotate(-45deg);
}

.hd.on {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
}
.hd.on .main-menu > li > a {
    line-height: 80px;
    color: #333333;
}
.hd.on .logo {
    top: 5px;
}
.hd.on .menu-btn {
    border-color: #333333;
}
.hd.on .menu-btn span {
    background-color: #333333;
}
/* .hd.on .main-menu .white-box{top: 80px;} */
/*main con1*/
.con1 .slide {
    background-color: skyblue;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
.slick-dots li {
    float: left;
    margin-left: 20px;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li button {
    display: block;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    width: 30px;
    transform-origin: center;
}
.main-wrap .con1 .tit {
    position: absolute;
    bottom: 200px;
    left: 160px;
}
.main-wrap .con1 .tit h1 span {
    color: white;
    font-size: 45px;
    font-family: 'perpetua';
    font-weight: 100;
}
.main-wrap .con1 .tit h3 {
    color: white;
    font-size: 13px;
    font-weight: 400;
}

/*main con2*/
.con2 {
    position: relative;
}
.main-wrap .con2 .tit {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 65px;
}
.main-wrap .con2 .txt {
    text-align: center;
    margin-bottom: 160px;
    font-size: 15px;
    line-height: 1.8;
}
.main-wrap .con2 .tit h3 {
    color: #c0d6e3;
    font-size: 20px;
    font-family: 'perpetua';
    margin-bottom: 10px;
}
.main-wrap .con2 .tit h2 {
    font-size: 35px;
    font-weight: 500;
}
.main-wrap .con2 .vdo {
    position: relative;
}

/*main con3*/
.main-wrap .con3 {
    margin-top: 200px;
}
.main-wrap .con3 aside {
    float: left;
    width: 50%;
    position: relative;
}
.main-wrap .con3 .right {
    padding-left: 50px;
}
.main-wrap .con3 .tit {
    position: relative;
}
.main-wrap .con3 .tit h2 {
    font-size: 30px;
    color: #333333;
    font-weight: 100;
}
.main-wrap .con3 .tit span {
    position: relative;
    display: inline-block;
    left: 140px;
    top: 0.2em;
    font-size: 24px;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    font-weight: 600;
    color: #e2e2e2;
    font-family: 'perpetua';
}
.main-wrap .con3 .txt {
    position: relative;
    z-index: 5;
}
.main-wrap .con3 .txt p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 50px;
    color: #343434;
}
.main-wrap .con3 .deco {
    position: absolute;
    right: 10px;
    top: -20px;
    width: 380px;
}
.main-wrap .con3 .deco img {
    width: 100%;
}
.main-wrap .con3 .pic .img-top {
    width: 100%;
    clear: both;
    margin-left: 25px;
}
.main-wrap .con3 .pic .img-bottom {
    width: 100%;
    clear: both;
}
.main-wrap .con3 .pic .img-con {
    width: 250px;
    height: 250px;
    float: left;
    margin: 10px;
}
.main-wrap .con3::after {
    content: '';
    display: table;
    clear: both;
}

/*room-preview*/
.room-preview-wrap {
    padding-top: 265px;
}
.room-preview-wrap h2 {
    text-align: center;
    margin-bottom: 95px;
    font-family: 'perpetua';
    font-weight: 300;
    letter-spacing: -1.5px;
    font-size: 25px;
}
.room-preview-wrap h2::after {
    content: 'ROOM PREVIEW';
    display: block;
    text-align: center;
    transform: rotateX(180deg);
    opacity: 0.1;
    margin-top: -0.7rem;
    color: black;
}
.room-preview-wrap h2::before {
    content: '';
    display: block;
    background: linear-gradient(to top, white 70%, transparent);
    position: relative;
    height: 2.3rem;
    top: 2.7em;
    z-index: 3;
}
.room-preview-wrap .info {
    width: calc(50% - 1px);
    margin: 0 0.5px;
    float: left;
}
.room-preview-wrap .info .room-preview {
    width: 100%;
    display: block;
}
.room-preview-wrap .info .room-preview .slide {
    height: 500px;
    background-size: cover;
    background-position: center;
}
.room-preview-wrap .info .txt {
    width: 100%;
    height: 100px;
    line-height: 30px;
    text-align: center;
    padding-top: 35px;
}
.room-preview-wrap .info .txt h3 {
    float: left;
    width: 120px;
    height: 30px;
    margin-right: 30px;
    margin-left: 25px;
    border-left: 1px solid #d0d0d0;
    font-family: 'YM';
    font-weight: 400;
}
.room-preview-wrap .info .txt ul li {
    float: left;
    width: 70px;
    border-right: 2px solid #c1c1c1;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
}
.room-preview-wrap .info .txt ul li:last-of-type {
    border-right: 0;
}
.room-preview-wrap .info .txt ul li a {
    color: #717171;
    position: relative;
}
.room-preview-wrap .info .txt ul li a::after {
    content: '';
    display: table;
    width: 100%;
    height: 1px;
    background-color: #717171;
    transition: 0.5s;
    transform: scaleX(0);
    margin-top: 3px;
}
.room-preview-wrap .info .txt ul li a.on::after {
    transform: scaleX(1);
}
.room-preview-wrap .info .txt .go-room {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d0d0d0;
    color: white;
    text-align: center;
    line-height: 50px;
    float: right;
    margin-top: -15px;
    margin-right: 50px;
    font-size: 13px;
    font-family: 'YM';
    font-weight: 100;
}
.room-preview-wrap::after {
    content: '';
    clear: both;
    display: table;
}
/* .room-preview-wrap .slide{height: 500px; margin-right: 30px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.room-preview-wrap .slide a{display: block; width: 100%; text-align: center; line-height: 500px;}
.room-preview-wrap .slide h3{width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); color: white; visibility: hidden; opacity: 0; transition: 0.8s;}
.room-preview-wrap .slide a:hover h3{visibility: visible; opacity: 1;} */

/*special-preview*/
.special-preview {
    border-top: 1px solid #d0d0d0;
    position: relative;
    padding-top: 120px;
}

.special-preview .pic {
    float: left;
}
.special-preview .pic .pic-con {
    width: 700px;
    height: 430px;
    position: relative;
}
.special-preview .pic .pic-con .slide {
    height: 430px;
    background-size: cover;
    background-position: center;
}
.special-preview .pic .pic-con1 {
    z-index: 3;
}
.special-preview .pic .pic-con2 {
    left: calc(100% - 150px);
    top: -100px;
    z-index: 5;
}
.special-preview .pic .pic-con2 .txt {
    position: relative;
    margin-left: 150px;
    margin-bottom: 5px;
}
.special-preview .pic .txt p {
    font-size: 14px;
    color: #5f5f5f;
    font-family: 'NanumSquare';
    font-weight: 500;
    line-height: 1.8;
    margin-left: 10px;
}
.special-preview .special-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.special-preview .special-nav h2 {
    font-family: 'perpetua';
    font-size: 25px;
}
.special-preview .special-nav h2:nth-of-type(2) {
    font-size: 30px;
}
.special-preview .special-nav span {
    width: 1px;
    height: 120px;
    display: block;
    background-color: #c7c7c7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.special-preview::after {
    content: '';
    display: table;
    clear: both;
}
.special-preview .special-nav ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}
.special-preview .special-nav ul li a {
    font-size: 13px;
    position: relative;
    color: #333333;
    display: inline-block;
}
.special-preview .special-nav ul li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #c4c4c4;
    height: 1px;
    width: 110%;
    transform: scaleX(0);
    transition: 0.8s;
    transform-origin: left;
}
/* .special-preview .special-nav ul li a:hover::after{transform: scaleX(1);} */
.special-preview .special-nav ul li a.on::after {
    transform: scaleX(1);
}
.special-preview .special-nav ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    top: 12px;
}
.special-preview .more {
    width: 110px;
    height: 30px;
    display: block;
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}
.special-preview .white-box {
    position: absolute;
    width: 200px;
    height: 100%;
}
.special-preview .pic-con1 .white-box {
    right: -200px;
    overflow: hidden;
}
.special-preview .pic-con2 .white-box {
    left: -200px;
    overflow: hidden;
}
.special-preview .deco {
    position: absolute;
}
.special-preview .pic-con1 .deco {
    left: -5px;
    width: 150px;
}
.special-preview .pic-con2 .deco {
    right: -50px;
    top: 100px;
}

/*main con4*/
.main-wrap .con4 {
    margin-top: 165px;
    margin-bottom: 200px;
}
.main-wrap .con4::after {
    content: '';
    display: table;
    clear: both;
}
.main-wrap .con4 .tit {
    text-align: center;
    color: #424242;
}
.main-wrap .con4 .tit h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.6;
}
.main-wrap .con4 .tit h2 {
    font-size: 17px;
    line-height: 0.8;
    font-family: 'perpetua';
}
.main-wrap .con4 .tit a {
    width: 250px;
    height: 50px;
    background-color: #c2d5e3;
    line-height: 50px;
    color: white;
    display: block;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 160px;
}

.main-wrap .con4 .col4 .left {
    width: calc(52% - 10px);
    margin-right: 20px;
}
.main-wrap .con4 .col4 .right {
    width: calc(48% - 10px);
}
.main-wrap .con4 .col4 .img-con {
    margin-bottom: 20px;
    background-size: cover;
    float: left;
}
.main-wrap .con4 .col4 .img-con1 {
    height: 600px;
}
.main-wrap .con4 .col4 .img-con2 {
    height: 500px;
}
.main-wrap .con4 .col4 .img-con3 {
    height: 600px;
}
.main-wrap .con4 .col4 .img-con4 {
    height: 700px;
    margin-top: -100px;
}
.main-wrap .con4 .col3 .img-con {
    float: left;
    height: 600px;
    background-size: cover;
    background-position: center;
}
.main-wrap .con4 .col3 .img-con1 {
    width: calc(21% - 10px);
    margin-right: 20px;
}
.main-wrap .con4 .col3 .img-con2 {
    width: calc(59% - 20px);
    margin-right: 20px;
}
.main-wrap .con4 .col3 .img-con3 {
    width: calc(20% - 10px);
}

.main-wrap .vimeo-box {
    width: 100%;
    min-height: 740px;
}
/*sub defualt*/
.sub-wrap .con1 .tit {
    position: absolute;
    bottom: 100px;
    right: 100px;
    color: white;
    z-index: 10;
}
.sub-wrap .con1 .tit h1 {
    font-size: 60px;
    font-family: 'Perpetua';
    font-weight: 100;
    transform: skew(-10deg);
}
.sub-wrap .con1 .tit h3 {
    font-size: 18px;
    font-family: 'Perpetua';
    font-weight: 100;
    text-align: right;
    transform: skew(-10deg);
}
.sub-wrap .sub-nav {
    height: 105px;
    border-bottom: 1px solid #cdcdcd;
}
.sub-wrap .sub-nav h3 {
    font-size: 15px;
    font-family: 'Perpetua';
    font-weight: 500;
    width: 300px;
    text-align: center;
    line-height: 105px;
    float: left;
}
.sub-wrap .col4 {
    width: 100%;
}
.sub-wrap .sub-nav h3::after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #333333;
    margin-left: 100px;
}
.sub-wrap .sub-nav.no-list p {
    font-size: 15px;
    float: left;
    line-height: 105px;
}
.sub-wrap.tour-wrap .sub-nav h3::after,
.sub-wrap.map-wrap .sub-nav h3::after,
.sub-wrap.notice-wrap .sub-nav h3::after,
.sub-wrap.res-wrap .sub-nav h3::after {
    margin-left: 25px;
}

/*sub1 view*/
.view-wrap .con2 aside {
    width: 50%;
    float: left;
}
.view-wrap .con2::after {
    display: table;
    content: '';
    clear: both;
}
.view-wrap .con2 .info {
    margin-top: 200px;
}
.view-wrap .con2 .left {
    margin-top: 55px;
}
.view-wrap .con2 .tit h2 {
    font-size: 30px;
    font-weight: 100;
}
.view-wrap .con2 .tit h2 span {
    font-family: 'YM';
}
.view-wrap .con2 .tit h3 {
    font-size: 18px;
    font-family: 'Perpetua';
    margin-top: 30px;
    font-weight: 300;
}
.view-wrap .con2 .txt {
    margin-top: 65px;
}
.view-wrap .con2 .txt p {
    font-size: 15px;
    margin-top: 40px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -1.5px;
}
.view-wrap .con2 .txt p b {
    font-weight: 600;
}
.view-wrap .con2 .txt2 p {
    margin-top: 40px;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: -1.5px;
}
.view-wrap .con2 .txt p .underLine {
    text-decoration: underline;
}
.view-wrap .con2 .img-box {
    margin-top: 60px;
}
.view-wrap .con2 .img-box .img {
    width: 300px;
    height: 300px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.view-wrap .con2 .img-box .img:nth-of-type(2) {
    margin-left: 25px;
}

.view-wrap .con2 .img-box::after {
    content: '';
    display: table;
    clear: both;
}
.view-wrap .con2 .right {
    margin-top: 105px;
}
.view-wrap .con2 .right .img {
    width: 690px;
    height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.view-wrap .con2 {
    margin-bottom: 200px;
}

/*sub2 room*/
.room-wrap .con2 .info {
    margin-top: 180px;
}
.room-wrap .con2::after {
    content: '';
    display: table;
    clear: both;
}
.room-wrap .con2 .room-nav li {
    float: left;
    line-height: 105px;
}
.room-wrap .con2 .room-nav .sub-menu > li {
    position: relative;
}
.room-wrap .con2 .room-nav .sub-menu > li > a {
    font-size: 15px;
    text-align: center;
    width: 95px;
    text-align: center;
}
.room-wrap .con2 .room-nav .sub-menu > li > a::after {
    width: 4rem;
    height: 1px;
    position: absolute;
    bottom: 40px;
    background-color: #333;
    transition: 0.5s;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}
.room-wrap .con2 .room-nav .sub-menu > li > a:hover::after {
    transform: translateX(-50%) scaleX(1);
}
.room-wrap .con2 .room-nav .sub-menu > li:hover .mini-menu {
    display: block;
}
.room-wrap .con2 .mini-menu {
    position: absolute;
    bottom: -80px;
    left: 50px;
    width: 500px;
    display: none;
}
.room-wrap .con2 .mini-menu a {
    padding-right: 30px;
    position: relative;
}
.room-wrap .con2 .room-nav .mini-menu a::after {
    width: 2rem;
    height: 1px;
    position: absolute;
    bottom: 40px;
    background-color: #333;
    transition: 0.5s;
    content: '';
    display: block;
    transform: scaleX(0);
}
.room-wrap .con2 .room-nav .mini-menu a:hover::after {
    transform: scaleX(1);
}

.room-wrap .con2 aside {
    float: left;
}
.room-wrap .con2 .left {
    width: 50%;
}
.room-wrap .con2 .right {
    width: 50%;
    margin-top: -45px;
}
.room-wrap .con2 .right .img {
    width: 700px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -85px;
}
.room-wrap .con2 .txt-box .tit h2 {
    text-align: center;
    width: 100%;
}
.room-wrap .con2 .txt-box .tit .slide-box {
    width: 100px;
    margin-bottom: 15px;
    position: relative;
}
.room-wrap .con2 .txt-box .tit .slide-box::before {
    content: '|';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
.room-wrap .con2 .txt-box .tit .slide-box::after {
    content: '|';
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 2px;
}
.room-wrap .con2 .txt-box .tit h3 {
    font-size: 17px;
    font-weight: 500;
}
.room-wrap .con2 .txt-box .txt {
    margin-top: 60px;
}
.room-wrap .con2 .txt-box .txt p {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.4;
}
.room-wrap .con2 .deco {
    width: 260px;
    height: 240px;
    background-size: cover;
    background-position: center;
    margin-top: -50px;
    margin-left: -100px;
}

.room-wrap .con2 .go_res {
    width: 235px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 30px auto;
    display: block;
    border: 1px solid #818181;
    color: #818181;
    font-size: 14px;
    position: relative;
}
.room-wrap .con2 .go_res .fal {
    color: #818181;
    font-size: 16px;
    margin-right: 20px;
    margin-left: -20px;
}
.room-wrap .con2 .go_res span {
    width: 40px;
    height: 1px;
    background-color: #818181;
    top: 22px;
    right: 10px;
    position: absolute;
    transform-origin: left;
}
.room-wrap .con2 .go_res:hover span {
    animation: line_res 1s linear;
}
.room-wrap .room-res {
    width: 800px;
    margin: 0 auto;
}
.room-wrap .con3 {
    margin-top: 100px;
    padding-bottom: 100px;
}
.room-wrap .con3::after {
    content: '';
    display: table;
    clear: both;
}
.room-wrap .con3 aside {
    width: 50%;
    float: left;
}
.room-wrap .con3 .left {
    margin-top: 30px;
}
.room-wrap .con3 .left .img {
    width: 460px;
    height: 225px;
    margin: 0 auto;
    background-size: cover;
}
.room-wrap .con3 .right {
    padding-left: 75px;
}
.room-wrap .con3 .right h2 {
    font-size: 18px;
    margin-bottom: 45px;
}
.room-wrap .con3 .right p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 40px;
}
.room-wrap .con3 .right span {
    display: block;
    position: relative;
}
.room-wrap .con3 .sub-inner::after {
    content: '';
    display: table;
    clear: both;
}

.room-wrap .con3 {
    margin-bottom: 70px;
}
.room-wrap .con3 .img-box {
    margin-top: 70px;
    clear: both;
    padding: 0 40px;
}
.room-wrap .con3 .img-box .img {
    height: 500px;
    float: left;
    background-size: cover;
}
.room-wrap .con3 .img-box .img1 {
    width: 40%;
}
.room-wrap .con3 .img-box .img2 {
    width: calc(60% - 25px);
    margin-left: 25px;
}
.room-wrap .room-map {
    height: 960px;
    margin-top: 150px;
    margin-bottom: 70px;
    overflow: hidden;
}
.room-wrap .room-map .room-map-img {
    width: 100%;
    background-size: cover;
    background-position: center;
}

/*sub3 special*/
.special-wrap .con2 {
    margin-bottom: 200px;
}
.special-wrap .con2 .spe-nav li {
    float: left;
    line-height: 105px;
}
.special-wrap .con2 .spe-nav li a {
    font-size: 15px;
    text-align: center;
    padding: 0 30px;
}

.special-wrap .con2 .tit {
    text-align: center;
    margin-top: 100px;
}
.special-wrap .con2 .tit h3 {
    font-family: 'perpetua';
    font-size: 15px;
    margin-bottom: 40px;
}
.special-wrap .con2 .tit h2 {
    font-family: 'perpetua';
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 10px;
}
.special-wrap .con2 .tit p {
    font-size: 14px;
}
.special-wrap .con2 .img {
    width: 1000px;
    height: 700px;
    margin: 85px auto;
    background-size: cover;
}
.special-wrap .con2 .info {
    text-align: center;
    margin-top: 50px;
}
.special-wrap .con2 .info h2 {
    font-size: 20px;
}
.special-wrap .con2 .info p {
    font-size: 15px;
    margin-top: 25px;
    line-height: 1.6;
}

/*sub4 - sub6 topImg*/
.sub-wrap .small-page {
    height: 650px;
    width: 100%;
}
.sub-wrap .small-page .bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/*sub4 tour*/
.tour-wrap .con2 .info-box {
    margin-top: 380px;
    margin-bottom: 120px;
}
.tour-wrap .con2 .info {
    margin-top: 250px;
}
.tour-wrap .con2 .info.right {
    margin-top: 50px;
}
.tour-wrap .info {
    position: relative;
}
.tour-wrap .txt-area {
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    height: 500px;
}
.tour-wrap .right .txt-area {
    background-color: transparent;
}

.tour-wrap .left .txt-box {
    margin-left: 50%;
    margin-top: 50px;
}

.tour-wrap .txt-box h4 {
    font-size: 17px;
    color: #b9b8b8;
    margin-bottom: 30px;
    font-family: 'Perpetua';
    font-weight: 100;
    letter-spacing: -1px;
}
.tour-wrap .txt-box h2 {
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 400;
}
.tour-wrap .txt-box h3 {
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 400;
}
.tour-wrap .txt-box p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.tour-wrap .tour-slide {
    width: 700px;
    position: absolute;
}
.tour-wrap .tour-slide-wrap {
    position: relative;
    z-index: 3;
}
.tour-wrap .tour-slide .slide {
    height: 500px;
    background-size: cover;
    background-position: center;
}
.tour-wrap .left .tour-slide {
    left: -50px;
    top: -150px;
}
.tour-wrap .right .tour-slide {
    left: 50%;
    top: 0;
}

.tour-wrap .slick-dots {
    bottom: -25px;
}
.tour-wrap .slick-dots button {
    background-color: #dedede;
}
.tour-wrap .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #ababab;
}
.tour-wrap .con2 {
    padding-bottom: 300px;
}
/*sub5 map*/
.map-wrap .con2 {
    margin-bottom: 150px;
}
.map-wrap .con2::after {
    display: table;
    content: '';
    clear: both;
}
.map-wrap .con2 .map-box {
    margin-top: 100px;
}
.map-wrap .con2 .info {
    margin-top: 100px;
}
.map-wrap .con2 .info aside {
    width: 50%;
    float: left;
}
.map-wrap .con2 .info .left {
    padding-left: 60px;
}
.map-wrap .con2 .info .right {
    padding-left: 100px;
}

.map-wrap .con2 .info h3 {
    font-size: 18px;
}
.map-wrap .con2 .info p {
    font-size: 15px;
}
.map-wrap .con2 .left p {
    margin-bottom: 55px;
    line-height: 1.6;
}
.map-wrap .con2 .left h3 {
    margin-bottom: 23px;
}
.map-wrap .con2 .left .info2 p {
    float: left;
    line-height: 1.4;
}
.map-wrap .con2 .left a {
    width: 235px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #959595;
    margin-right: 50px;
}
.map-wrap .con2 .right p {
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: -1px;
}
.map-wrap .con2 .right p.line1 {
    margin-bottom: 10px;
}
.map-wrap .con2 .right h3 {
    margin-bottom: 10px;
    font-size: 15px;
}
.map-wrap .con2 h3 .fal {
    font-size: 30px;
    margin-right: 10px;
}
.map-wrap .con2 h3 .fal::before {
    position: relative;
    top: 5px;
}

.m-map {
    display: none;
}

/*sub6 reser*/
.res-wrap .sub-inner {
    margin-top: 150px;
    padding: 0 100px;
    padding-bottom: 100px;
}
.res-wrap .con2 .sub-inner {
    border-bottom: 1px solid #959595;
}
.res-wrap .con2::after {
    display: table;
    content: '';
    clear: both;
}
.res-wrap .con2 h2 {
    font-size: 35px;
    font-family: 'Perpetua';
}
.res-wrap .con2 h4 {
    font-size: 15px;
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 50px;
}
.res-wrap .con2 p {
    font-size: 15px;
    line-height: 1.4;
}
.res-wrap .con2 .sub-inner a {
    float: right;
    width: 235px;
    height: 50px;
    border: 1px solid #959595;
    text-align: center;
    line-height: 50px;
    margin-right: 50px;
    margin-top: -50px;
}
.res-wrap .con2 .sub-inner a .fal {
    margin-right: 5px;
}
.res-wrap .con2 .sub-inner a .fal:before {
    position: relative;
    top: 0.05em;
}
.res-wrap .con2 .sec-num {
    display: block;
    margin-left: 5em;
}
.res-wrap .con3 {
    margin-top: 150px;
    margin-bottom: 100px;
}
.res-wrap .con3::after {
    content: '';
    display: table;
    clear: both;
}
.res-wrap .con3 .info aside {
    width: 50%;
    float: left;
}

.res-wrap .con3 .tit {
    margin-bottom: 50px;
}
.res-wrap .con3 .tit h2 {
    font-size: 35px;
    font-family: 'Perpetua';
}
.res-wrap .con3 .tit p {
    font-size: 15px;
    font-weight: 100;
    margin-top: 20px;
}

.res-wrap .con3 .info p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.res-wrap .con3 .info p span {
    display: block;
    position: relative;
    line-height: 1.8;
}

.res-wrap .con3 .right {
    padding-left: 60px;
}
.res-wrap .con3 .right h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.res-wrap .con3 .deco {
    width: 450px;
    height: 520px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.con2 .res-nav li {
    float: left;
    line-height: 105px;
}
.con2 .res-nav li a {
    font-size: 15px;
    text-align: center;
    padding: 0 30px;
}

.notice-wrap .notice {
    margin-top: 150px;
    margin-bottom: 200px;
}
/*footer*/
.ft {
    border-top: 1px solid #d0d0d0;
    height: 270px;
    padding-top: 60px;
    transform: rotate();
}
.ft .left {
    float: left;
    font-size: 12px;
    line-height: 1.8;
}
.ft .tel a {
    font-size: 18px;
    color: #404040;
}
.ft .tel .fas {
    font-size: 18px;
    margin-right: 5px;
}
.ft .left .address b {
    color: #333333;
    font-weight: 500;
}
.ft .left .address {
    color: #878787;
}
.ft .left .address p {
    margin: 8px 0px;
}
.ft .left .address img {
    width: 23px;
    margin-left: 5px;
}
.ft .left .log {
    text-decoration: underline;
    margin-top: 20px;
    display: block;
    width: 5rem;
}
.ft .right {
    float: right;
    text-align: right;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.8;
}
.ft .right span {
    display: block;
}
.ft .right .sns {
    float: right;
}
.ft .right .sns li {
    margin: 15px 10px;
    float: left;
}
.ft .right .copyright {
    clear: both;
}
.ft .ft-n-pay {
    width: 44px;
}
.ft .ft-n-pay img {
    width: 100%;
}
.ft .address p span::after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}
.ft .address p span:last-child::after {
    content: '';
}
.ft .ft-link {
    width: 150px;
    background-color: #9b9b9b;
    color: white;
    text-align: center;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
    margin-top: -30px;
}
.icon-aw_logo_svg:before {
    content: '\0042';
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 25px;
    color: #333333;
}
.toTop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #afcde0;
    line-height: 40px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 85px;
    right: 30px;
    font-size: 12px;
    font-family: 'perpetua';
    font-weight: 100;
    cursor: pointer;
    display: none;
    z-index: 50;
}
.m-price {
    display: none;
}
.sub-wrap .m-sub-nav {
    display: none;
}

/*animate*/
.scroll-tit {
    position: relative;
    top: 50px;
    transition: 1.5s;
}
.scroll-tit.on {
    top: 0;
}
.slide-box {
    overflow: hidden;
}
.scroll-txt {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 1.5s;
}
.scroll-txt.on {
    top: 0;
    opacity: 1;
}
.scroll-subTit {
    position: relative;
    top: 1.5em;
    transition: 1.5s;
}
.scroll-subTit.on {
    top: 0;
}
.deco-ani1 {
    transition: 1.8s;
    transition-timing-function: ease-out;
    margin-left: -50%;
}
.deco-ani1.on {
    margin-left: 0;
}
.deco-ani2 {
    transition: 1.2s;
    transition-timing-function: ease-out;
    margin-right: -60%;
}
.deco-ani2.on {
    margin-right: 0;
}

.pc-map {
    overflow: hidden;
}
@keyframes line_res {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

/*mediaQuary*/
@media all and (max-width: 1580px) {
    .inner-con {
        width: calc(100% - 30px);
    }
    .sub-inner {
        width: calc(100% - 30px);
    }
    .slick-btn .fa-chevron-left {
        left: 0;
    }
    .slick-btn .fa-chevron-right {
        right: 0;
    }
}

@media all and (max-width: 1024px) {
    /* .top-tel{display: block; position: absolute; top: 30px; right: 60px; font-size: 20px;}
	.hd .n-pay img{display: none;}
	.m_n_pay{display: block; width: 35px; height: 35px; position: absolute; top: 30px; right: 75px;} */

    /* .con1{margin-top: 80px;}
	.main-wrap .con1{height: calc(100vh - 80px);}
	.main-wrap .con1 .slide{height: calc(100vh - 80px);} */
    .special-preview .pic .pic-con {
        width: 400px;
        height: 250px;
    }
    .special-preview .pic .pic-con .slide {
        height: 250px;
    }
    .special-preview .pic .pic-con2 {
        top: -130px;
    }
    .special-preview .pic-con2 .deco {
        top: 150px;
    }
    .special-preview .pic .pic-con2 .txt p {
        font-size: 10px;
    }
    /* .hd .main-menu {margin-left: 100px;} */
    /* .hd .main-menu > li {width: 12%;} */

    /* .hd{left: 0; transform: translateX(0); width: 100%; height: 80px; background-color: white;}	
	.hd .gnb{position: fixed; top: 0; left: 0; background-color: white; width: 100vw; height: 100vh; top: 0px; display: none;}
	.hd .white-box{display: none;}
	.hd .main-menu > li{float: unset; position: relative;}
	.hd .main-menu .sub-menu{position: absolute; height: auto; left: 200px; top: 1rem; right: unset; text-align: left; width: 10rem; display: none;}	
	.hd .menu-btn{right: 15px; position: absolute; z-index: 500; border-color: #333; top: 40px; display: block;}
	.hd .menu-btn span{background-color: #333;}
	.hd .logo{top: 10px; left: 15px; width: 50px; position: relative; z-index: 500;} */

    .main-wrap .con4 .col4 .img-con1 {
        height: 39vw;
    }
    .main-wrap .con4 .col4 .img-con2 {
        height: 29vw;
    }
    .main-wrap .con4 .col4 .img-con3 {
        height: 39vw;
    }
    .main-wrap .con4 .col4 .img-con4 {
        height: 49vw;
        margin-top: -10vw;
    }
    .main-wrap .con4 .col3 .img-con {
        height: 39vw;
    }
    .main-wrap .vimeo-box {
        min-height: 56vw;
    }
    /* .hd.m_open .menu-btn{border-color: #333;}
	
	.hd .main-menu{padding-top: 150px;}
	.hd .main-menu > li > a{color: #333; text-align: left; line-height: 50px; font-weight: 500; margin-left: 30px;} */
    /* .sub-wrap .sub-nav{display: none;} */
    .sub-wrap .m-sub-nav {
        display: block;
    }

    .main-wrap .con3 .pic .img-con {
        width: calc(50% - 20px);
        height: 20vw;
    }
    .view-wrap .con2 .img-box .img {
        width: 200px;
        height: 200px;
    }
    .view-wrap .con2 .right .img {
        width: 100%;
        height: 600px;
    }
    .room-wrap .con2 .right .img {
        width: 100%;
        margin-left: 0;
    }
    .room-wrap .con2 .mini-menu {
        display: block;
        position: unset;
        width: calc(100% - 20px);
        height: 60px;
        margin: 0 auto;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 50px;
    }
    .room-wrap .con2 .mini-menu li {
        float: left;
    }
    .room-wrap .con2 .mini-menu li a {
        width: 50px;
        line-height: 60px;
        text-align: center;
        font-size: 14px;
        padding-right: 0;
    }
    .room-wrap .con2 .info {
        margin-top: 50px;
    }
    .hd .main-menu:hover .sub-menu {
        height: unset;
        padding-top: unset;
        transition: unset;
    }
    .special-preview {
        padding-bottom: 300px;
    }
    .tour-wrap .tour-slide {
        width: calc(50% + 40px);
    }
    .tour-wrap .tour-slide .slide {
        height: 400px;
    }
    .tour-wrap .txt-box p {
        font-size: 13px;
    }
    .room-preview-wrap .slide {
        height: 250px;
        margin-right: 5px;
    }
    .room-preview-wrap .slide a {
        line-height: 250px;
    }
    .room-preview-wrap .slide h3 {
        visibility: visible;
        opacity: 1;
        font-size: 12px;
    }
    .map-wrap .con2 .info .left {
        padding-left: 30px;
    }
    .map-wrap .con2 .info .right {
        padding: 0 30px;
    }
}

@media all and (max-width: 900px) {
    .top-tel {
        display: block;
        position: absolute;
        top: 30px;
        right: 60px;
        font-size: 20px;
    }
    .hd .n-pay img {
        display: none;
    }
    .m_n_pay {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 30px;
        right: 75px;
    }
    .hd {
        left: 0;
        transform: translateX(0);
        width: 100%;
        height: 80px;
        background-color: white;
    }
    .hd .gnb {
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        width: 100vw;
        height: 100vh;
        top: 0px;
        display: none;
    }
    .hd .white-box {
        display: none;
    }
    .hd .main-menu > li {
        float: unset;
        position: relative;
    }
    .hd .main-menu .sub-menu {
        position: absolute;
        height: auto;
        left: 200px;
        top: 1rem;
        right: unset;
        text-align: left;
        width: 10rem;
        display: none;
    }
    .hd .menu-btn {
        right: 15px;
        position: absolute;
        z-index: 500;
        border-color: #333;
        top: 40px;
        display: block;
    }
    .hd .menu-btn span {
        background-color: #333;
    }
    .hd.m_open .menu-btn {
        border-color: #333;
    }
    .hd .logo {
        top: 10px;
        left: 15px;
        width: 50px;
        position: relative;
        z-index: 500;
    }
    .hd .main-menu {
        padding-top: 150px;
        display: block;
    }
    /* .hd .main-menu:hover .sub-menu{height: unset; padding-top: unset; transition: unset;} */
    .hd .main-menu > li > a {
        color: #333;
        text-align: left;
        line-height: 50px;
        font-weight: 500;
        margin-left: 30px;
    }
    .con1 {
        margin-top: 80px;
    }
    .main-wrap .con1 {
        height: calc(100vh - 80px);
    }
    .main-wrap .con1 .slide {
        height: calc(100vh - 80px);
    }
    .inner-con {
        width: calc(100% - 20px);
    }
    .sub-inner {
        width: calc(100% - 20px);
    }
    .sub-wrap .small-page {
        height: 550px;
    }
    .sub-wrap .sub-nav {
        display: none;
    }
    .hd {
        border-bottom: none;
    }
    .slick-dots {
        display: none !important;
    }
    .special-preview .pic {
        float: none;
    }
    .special-preview .pic .pic-con {
        width: 100%;
        height: unset;
        float: none;
    }
    .special-preview .pic .pic-con2 {
        left: 0;
        top: 5px;
    }

    .special-preview .pic .pic-con .slide {
        height: 80vw;
    }
    .room-preview-wrap .info {
        width: 100%;
    }
    /* .room-preview-wrap h2::after{display: none;} */

    .special-preview .special-nav {
        z-index: 5;
        top: 0;
        position: relative;
        margin-bottom: 40px;
    }
    .special-preview .more {
        display: none;
    }
    .special-preview-nav {
        position: relative;
        top: calc(-2em - 2px);
    }
    .special-preview .special-nav ul li a::after {
        display: none;
    }
    .special-preview .special-nav ul li::before {
        display: none;
    }
    .special-preview .special-nav ul li a {
        display: none;
        font-size: 14px;
    }
    .special-preview .special-nav ul li a.on {
        display: inline-block;
    }
    .special-preview .special-nav ul li {
        position: absolute;
        right: 1em;
    }
    .special-preview .special-nav h2 {
        font-size: 26px;
        width: 11em;
    }
    .special-preview .special-nav h2:nth-of-type(2) {
        font-size: 20px;
    }
    .special-preview .special-nav h2 br {
        display: none;
    }
    .special-preview .special-nav span {
        margin-top: -1em;
        margin-left: 7em;
        width: 50px;
        height: 1px;
    }
    .special-preview .pic .txt p {
        font-size: 10px;
        letter-spacing: -1px;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .hd.on .logo {
        width: 60px;
        top: 10px;
        left: 30px;
    }
    .special-wrap .con2 .img {
        width: 100%;
        height: 350px;
    }
    .special-preview {
        overflow: hidden;
    }
    .res-wrap .con3 .info p span.dash-tit {
        margin-left: 10px;
        font-size: 13px;
    }
    .special-preview {
        padding-bottom: 150px;
    }
}

@media all and (max-width: 700px) {
    .main-wrap .con1 .slide {
        height: 300px;
    }
    .main-wrap .con1 {
        height: 300px;
    }
    /*메인겔러리 위치 조정*/
    /* .main-wrap .con1 .slide1{background-position-x: 50%;}
	.main-wrap .con1 .slide2{background-position-x: 80%;}
	.main-wrap .con1 .slide3{background-position-x: 30%;}
	.main-wrap .con1 .slide4{background-position-x: 0%;}
	.main-wrap .con1 .slide5{background-position-x: 48%;}
	.main-wrap .con1 .slide6{background-position-x: 50%;}
	.main-wrap .con1 .slide7{background-position-x: 50%;}
	.main-wrap .con1 .slide8{background-position-x: 50%;}
	.main-wrap .con1 .slide9{background-position-x: 50%;}
	.main-wrap .con1 .slide10{background-position-x: 50%;}
	.main-wrap .con1 .slide11{background-position-x: 50%;}
	.main-wrap .con1 .slide12{background-position-x: 40%;}
	.main-wrap .con1 .slide13{background-position-x: 50%;}
	.main-wrap .con1 .slide14{background-position-x: 30%;}
	.main-wrap .con1 .slide15{background-position-x: 50%;}
	.main-wrap .con1 .slide16{background-position-x: 70%;}
	.main-wrap .con1 .slide17{background-position-x: 50%;}
	.main-wrap .con1 .slide18{background-position-x: 65%;}	 */

    /*끝!*/
    .ft .ft-link {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .use-span br {
        display: none;
    }
    .use-span span {
        display: block;
    }
    .slick-btn .fal {
        font-size: 18px;
    }
    .sub-wrap .con1 .slide {
        height: 300px;
    }
    .sub-wrap .small-page {
        height: 300px;
    }
    .sub-wrap .full-page {
        height: 300px;
    }
    .main-wrap .con1 .tit {
        bottom: 50px;
        left: 10px;
    }
    .main-wrap .con1 .tit h1 span {
        font-size: 28px;
    }
    .main-wrap .con1 .tit h3 {
        font-size: 12px;
    }
    .main-wrap .con2 .tit h3 {
        font-size: 12px;
    }
    .main-wrap .con2 .tit h2 {
        font-size: 16px;
    }
    .main-wrap .con2 .tit {
        margin-bottom: 30px;
        margin-top: 100px;
    }
    .main-wrap .con2 .txt {
        font-size: 10px;
        margin-bottom: 50px;
    }
    .main-wrap .con3 {
        margin-top: 50px;
    }
    .main-wrap .con3 .deco {
        width: 180px;
    }
    .main-wrap .con3 .tit h2 {
        font-size: 22px;
    }
    .main-wrap .con3 .tit span {
        font-size: 18px;
        left: 100px;
    }
    .main-wrap .con3 .txt p {
        font-size: 12px;
        margin-top: 30px;
    }
    .main-wrap .con3 aside {
        width: 100%;
        float: none;
    }
    .main-wrap .con3 .right {
        padding-left: 0;
    }
    .main-wrap .con3 .pic .img-top {
        margin-left: 0;
    }
    .main-wrap .con3 .pic .img-con {
        width: calc(50% - 20px);
        height: calc(50vw - 25px);
    }

    .main-wrap .con4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main-wrap .con4 .tit h2 {
        font-size: 10px;
    }
    .main-wrap .con4 .tit a {
        font-size: 12px;
        width: 150px;
        margin-bottom: 60px;
    }
    .main-wrap .con4 .col4 .img-con {
        margin-bottom: 10px;
    }
    .main-wrap .con4 .col3 .img-con1 {
        width: calc(21% - 5px);
        margin-right: 10px;
    }
    .main-wrap .con4 .col3 .img-con2 {
        width: calc(59% - 10px);
        margin-right: 10px;
    }
    .main-wrap .con4 .col3 .img-con3 {
        width: calc(20% - 5px);
    }

    .main-wrap .con4 .col4 .left {
        width: calc(52% - 5px);
        margin-right: 10px;
    }
    .main-wrap .con4 .col4 .right {
        width: calc(48% - 10px);
    }

    .view-wrap .con2 .info {
        margin-top: 100px;
    }
    .view-wrap .con2 aside {
        width: 100%;
        float: none;
    }
    .view-wrap .con2 .txt p {
        font-size: 12px;
    }
    .view-wrap .con2 .tit h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .view-wrap .con2 .tit h3 {
        font-size: 12px;
        margin-top: 10px;
    }
    .view-wrap .con2 .txt {
        margin-top: 30px;
    }
    .view-wrap .con2 .txt2 p {
        font-size: 12px;
    }
    .view-wrap .con2 .img-box .img {
        width: 70%;
        height: 67vw;
    }
    .view-wrap .con2 .right .img {
        width: 100%;
        height: 350px;
    }
    .view-wrap .con2 .img-box .img:nth-of-type(2) {
        margin-left: 30%;
        margin-top: -30px;
    }

    .room-preview-wrap {
        padding-top: 50px;
    }
    .room-preview-wrap h2 {
        margin-bottom: 35px;
    }
    .room-preview-wrap .info .room-preview .slide {
        height: 250px;
    }
    .room-preview-wrap .info .txt {
        padding-top: 10px;
        height: 90px;
    }
    .room-preview-wrap .info .txt ul li a {
        font-size: 12px;
    }
    .room-preview-wrap .info .txt h3 {
        float: none;
        margin-left: 0;
        border-left: none;
        font-size: 16px;
        text-align: left;
        padding-left: 10px;
    }
    .room-preview-wrap .info .txt ul {
        margin-top: 5px;
    }
    .room-preview-wrap .info .txt ul li {
        width: 12%;
    }
    .room-preview-wrap .info .txt .go-room {
        display: none;
    }
    /* .room-preview-wrap .slide{height: 150px; margin-right: 5px;}
	.room-preview-wrap .slide a{line-height: 150px;}	 */

    .room-wrap .con3 .dash-txt::before {
        display: none;
    }
    .res-wrap .dash-txt::before {
        display: none;
    }
    .special-preview .white-box {
        display: none;
    }

    .sub-wrap .con1 .tit {
        right: 0;
        bottom: 50px;
    }
    .sub-wrap .con1 .tit h1 {
        font-size: 40px;
    }
    .sub-wrap .con1 .tit h3 {
        font-size: 14px;
    }

    .room-wrap .con1 .tit {
        display: none;
    }
    .special-wrap .con1 .tit {
        display: none;
    }
    .special-wrap .con2 .tit {
        margin-top: 50px;
    }
    .special-preview {
        padding-bottom: 50px;
    }
    .room-wrap .con2 aside {
        float: unset;
    }
    .room-wrap .con2 .left {
        width: 100%;
    }
    .room-wrap .con2 .right {
        width: 100%;
    }
    .room-wrap .con2 .right .img {
        width: 100%;
    }
    .room-wrap .room-res {
        width: 100%;
    }
    .room-wrap .con3 {
        padding-bottom: 0;
    }
    .room-wrap .con3 aside {
        width: 100%;
        float: unset;
    }
    .room-wrap .con3 .left .img {
        width: 230px;
        height: 130px;
    }
    .room-wrap .con2 .right .img {
        margin-left: 0;
        height: 200px;
    }
    .room-wrap .con2 .txt-box .txt p {
        font-size: 12px;
        margin-top: 20px;
        letter-spacing: -0.5px;
    }
    .room-wrap .con2 .txt-box .tit h2 {
        font-size: 18px;
    }
    .room-wrap .con2 .txt-box .tit h3 {
        font-size: 12px;
    }
    .room-wrap .con2 .txt-box .txt {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .room-wrap .con3 .right {
        padding-left: 0px;
    }
    .room-wrap .con3 .left .img {
        width: 100%;
        height: 45vw;
        margin-bottom: 50px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .room-wrap .con3 .right p {
        font-size: 12px;
        margin-top: 25px;
        letter-spacing: -1px;
    }
    .room-wrap .con3 .img-box {
        padding: 0;
    }
    .room-wrap .con3 .img-box .img {
        height: 200px;
        margin-top: 10px;
    }
    .room-wrap .con3 .img-box .img1 {
        width: 100%;
    }
    .room-wrap .con3 .img-box .img2 {
        width: 100%;
        margin-left: 0;
    }
    .room-wrap .room-map {
        height: 200px;
    }
    .room-wrap .room-map .room-map-img {
        width: 160%;
        margin-left: -15%;
    }
    .special-wrap .con2 {
        margin-bottom: 50px;
    }
    .special-wrap .con2 .img {
        height: 250px;
    }
    .special-wrap .con2 .info p {
        font-size: 11px;
    }
    .special-wrap .con2 .tit h2 {
        font-size: 24px;
    }
    .special-wrap .con2 .tit p {
        font-size: 10px;
    }
    .tour-wrap .con2 .info-box {
        margin-top: 100px;
    }
    .tour-wrap .tour-slide {
        width: 100%;
    }
    .tour-wrap .tour-slide {
        position: unset;
    }
    .tour-wrap .tour-slide .slide {
        height: 250px;
    }

    .tour-wrap .txt-box h4 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .tour-wrap .txt-box h2 {
        font-size: 20px;
    }
    .tour-wrap .txt-box h3 {
        margin-bottom: 30px;
        font-size: 12px;
    }
    .tour-wrap .txt-box p {
        font-size: 12px;
    }

    .tour-wrap .txt-box p span {
        display: block;
    }
    .map-wrap .con2 .left p {
        margin-bottom: 10px;
    }
    .tour-wrap .txt-area {
        padding: 30px 0;
        height: auto;
    }
    .tour-wrap .con2 .info {
        margin-top: 0;
    }
    .tour-wrap .left .txt-box {
        margin-left: 10px;
        margin-top: 0;
    }
    .tour-wrap .con2 {
        padding-bottom: 0px;
    }
    .map-wrap .con2 .left a {
        width: calc(50% - 50px);
        margin-right: 10px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
    .map-wrap .con2 .info .left {
        padding-left: 0;
    }
    .map-wrap .con2 .left h3 {
        margin-top: 30px;
    }
    .map-wrap .con2 .info p {
        font-size: 12px;
        line-height: 1.8;
    }
    .map-wrap .con2 .left .info2 p {
        float: none;
    }
    .map-wrap .con2 .info aside {
        width: 100%;
        float: none;
    }
    .map-wrap .con2 .info .right {
        padding-left: 0;
        margin-top: 50px;
    }

    .res-wrap .sub-inner {
        padding: 0;
        padding-bottom: 50px;
    }
    .res-wrap .con2 h2 {
        font-size: 28px;
    }
    .res-wrap .con2 p {
        font-size: 12px;
    }
    .res-wrap .con2 h4 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .res-wrap .con2 .sub-inner a {
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        float: none;
        margin-top: 30px;
    }

    .res-wrap .con3 .tit h2 {
        font-size: 28px;
    }
    .res-wrap .con3 .tit p {
        font-size: 12px;
    }
    .res-wrap .con3 .tit h4 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .res-wrap .sub-inner {
        margin-top: 50px;
    }
    .res-wrap .con3 .info aside {
        width: 100%;
        float: none;
    }
    .res-wrap .con3 .info p {
        font-size: 12px;
    }
    .res-wrap .con3 .info aside {
        padding-left: 0;
    }
    .res-wrap .con3 .right h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .res-wrap .con3 .deco {
        width: 250px;
        height: 320px;
    }

    .ft {
        padding-top: 30px;
    }
    .ft .address p span::after {
        display: none;
    }
    .ft .tel {
        text-align: center;
        margin-bottom: 20px;
    }
    .ft .left .address {
        text-align: center;
    }
    .ft .left {
        width: 100%;
        float: none;
    }
    .ft .left .address span {
        display: block;
    }
    .ft .left .address p {
        margin-bottom: 10px;
    }
    .ft .left .log {
        margin: 0 auto;
        text-align: center;
    }
    .ft .right {
        float: none;
    }
    .ft .right .copyright {
        text-align: center;
    }
    .ft .right .sns {
        float: none;
        width: 170px;
        margin: 0 auto;
    }

    .pc-map {
        display: none;
    }
    .pc-br {
        display: none;
    }
    .m-map {
        display: block;
    }
    .toTop {
        bottom: 30px;
        right: 30px;
    }
}
