.main01 {
    position: relative;
}

.main01-slide img {
    max-width: 100%;
}

.main01 .slick-prev, .main01 .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 63px;
    height: 62px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.main01 .slick-prev
{
    left: 54px;
    background: url( "../img/prev.png" ) no-repeat;
}
.main01 .slick-next
{
    right: 54px;
    background: url( "../img/next.png" ) no-repeat;
}

.main01 .slick-dots
{
    position: absolute;
    bottom: 40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.main01 .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;  
}

.main01 .slick-dots li button {
    background: url( "../img/dot.png" ) no-repeat;

    width: 18px;
    height: 18px;

    color: transparent;
    border: 0;
    outline: none;

    cursor: pointer;
}

.main01 .slick-dots li.slick-active button
{
    background: url( "../img/active-dot.png" ) no-repeat;

    width: 18px;
    height: 18px;

    color: transparent;
    border: 0;
    outline: none;

    cursor: pointer;
}

.slide-text {
    position: absolute;
    bottom: 182px;
    left: 0;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.slide-text .title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
    line-height: 50px;
}

.slide-text .desc {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 9px;
    margin-bottom: -35px;
}

/* Scroll */
.scroll {
    position: absolute;
    top: 46vw;
    width: 100%;
    z-index: 3;
    color: #fff;
    /* padding-top: 70px; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scroll-title {
    letter-spacing: .1em;
}

.scroll-arrow {
    width: 24px;
    height: 24px;

    margin-bottom: 40px;
    
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/* //Scroll */

.main-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 50px;
}

.main-title-text-wrap {
    display: flex;
    align-items: center;
}

.main-title {
    font-size: 50px;
    font-weight: 500;
    color: #333333;
    margin-right: 20px;
}

.main-title-link {
    font-size: 18px;
    color: #666666;
    border-bottom: 2px solid #da291c;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 11px;
}

.main-title-link a {
    text-decoration: none;
    color: inherit;
}

.icon-plus {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #999;
    margin-top: 4px;
}

.icon-plus:before {
    position: absolute;
    top: 16px;
    left: 7px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #999;
}

.icon-plus:after {
    position: absolute;
    top: 7px;
    left: 16px;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #999;
}

.room-main-container {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.info-container {
    padding: 15px 15px;
}

.info-col {
    text-align: center;
}

.info-title {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    background: #000;
    color: #fff;
    padding: 0 3.5%;
    margin: 60px 0 3%;
}

.info-room-name {
    font-size: 48px;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0 0 3%;
}

.info-line {
    display: inline-block;
    width: 65px;
    height: 1px;
    background: #000;
    margin: 0 0 2.5%;
}

.info-room-title-desc {
    font-size: 18px;
    font-weight: normal;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin: 0 0 2%;
}

.info-desc-wrap {
    width: 100%;
    letter-spacing: 0.05em;
    padding: 3% 5%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0 0 -17px;
}

.info-desc-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1%;
}

.info-desc-wrap div {
    font-size: 14px;
    font-weight: normal;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin: 0 0 2.5%;
}

.info-desc-wrap .red {
    color: red;
}

.info-reserve-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 245%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: #b60303;
    color: #fff;
    padding: 0 3.5%;
}

.info-reserve-btn:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 1200px) {
    .main01 {
        padding-top: 64px;
    }

    .main01 .slick-prev, .main01 .slick-next {
        background-size: 31.5px 31px;
        width: 31.5px;
        height: 31px;
    }

    .main01 .slick-prev {
        left: 5vw;
    }

    .main01 .slick-next {
        right: 5vw;
    }

    .main01 .slick-dots li button {
        background-size: 9px 9px;
    }

    .main01 .slick-dots li.slick-active button {
        background-size: 9px 9px;
    }

    .main01 .slick-dots {
        bottom: 20px;
    }

    .slide-text {
        bottom: 74px;
    }
    
    .slide-text .title {
        font-size: 23px;
        margin-bottom: 7px;
        line-height: 27px;
    }
    
    .slide-text .desc {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
	.main01 .slick-dots li
	{
		margin: 0 -1px;
	}
    .scroll {
        display: none;
    }

    .main02 .slick-next {
        top: 50%;
        right: 2vw;
        background-size: 28px;
        width: 28px;
        height: 28px;
    }

    .main02 .slick-prev {
        top: 50%;
        left: 2vw;
        background-size: 28px;
        width: 28px;
        height: 28px;
    }

    .main-title {
        font-size: 25px;
    }

    .icon-plus {
        width: 19px;
        height: 19px;
    }

    .icon-plus:before {
        top: 8px;
        left: 3px;
        width: 11px;
    }

    .icon-plus:after {
        top: 3px;
        left: 8px;
        height: 11px;
    }

    .main-title-link {
        font-size: 12px;
        padding-bottom: 6px;
    }

    .main-title-wrap {
        padding: 0 5vw;
    }

    .room-main-container {
        display: block;
    }

    .room-main-container .col-lg-12 {
        padding-bottom: 15px;
    }

    .info-title {
        font-size: 11px;
        padding: 0 7%;
        margin: 30px 0 5%;
    }
    
    .info-room-name {
        font-size: 32px;
        margin: 0 0 7%;
    }
    
    .info-line {
        margin: 0 0 7%;
    }
    
    .info-room-title-desc {
        font-size: 14px;
        margin: 0 0 5%;
    }
    
    .info-desc-wrap {
        padding: 7% 5%;
    }
    
    .info-desc-wrap h4 {
        font-size: 12px;
        margin: 0 0 2%;
    }
    
    .info-desc-wrap div {
        font-size: 10px;
        margin: 0 0 6%;
    }
    
    .info-reserve-btn {
        font-size: 12px;
    }

    .main01 img {
        height: 300px;
        object-fit: cover;
    }
}


