/* 202103 */

.hote01-template-03 {
    height: auto;
    position: relative;
    display: block;
    padding: 155px 0 70px;
    font-family: 'Lora', 'Microsoft JhengHei', sans-serif;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*202103*/

.hote01-template-03 .background {
    position: absolute;
    height: 100%;
    width: 35%;
    top: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hote01-template-03 .main_title {
    z-index: 6;
    top: -11px;
    left: 50%;
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
}

.hote01-template-03 .main_title .en {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    padding-left: 2px;
    position: absolute;
    left: 0;
    top: -35px;
}

.hote01-template-03 .main_title .title {
    font-size: 36px;
    font-weight: bold;
    display: block;
    width: 45%;
}

.hote01-template-03 .main_title .more {
    width: 55%;
    display: flex;
    text-align: right;
    font-size: 16px;
    color: #8c877c;
    font-weight: bold;
    letter-spacing: 5px;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    position: relative;
}

.hote01-template-03 .main_title .more b {
    word-break: keep-all;
}

.hote01-template-03 .main_title .more::before {
    content: '';
    background-color: #d3d3d3;
    position: relative;
    width: calc(100% - 100px);
    height: 1px;
    display: block;
}

.hote01-template-03 .main_title .more::after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    transition: all .5s ease;
    left: 0px;
}

.hote01-template-03 .main {
    position: relative;
    z-index: 5;
}

.hote01-template-03 .container_box {
    width: 85%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.hote01-template-03 .container_box .swiper-slide {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hote01-template-03 .container_box .swiper-slide .imgs {
    position: relative;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    width: 46%;
    display: block;
    transform: translateY(30px);
    transition: all .8s ease .2s;
    opacity: 0;
}

.hote01-template-03 .container_box .swiper-slide.swiper-slide-active .imgs,
.hote01-template-03 .container_box .swiper-slide.swiper-slide-duplicate-active .imgs {
    transform: translateY(0);
    opacity: 1;
}

.hote01-template-03 .container_box .swiper-slide .imgs img {
    position: relative;
    opacity: 0;
}

.hote01-template-03 .container_box .box {
    position: relative;
    color: #3c3c3c;
    opacity: 0;
    pointer-events: none;
    width: 50%;
    padding-top: 14vw;
    transform: translateY(30px);
    transition: all 1s ease;
}

.hote01-template-03 .container_box .swiper-slide-active .box {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
}


/* 202103 */

.hote01-template-03 .container_box .box .title {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 202103 */

.hote01-template-03 .container_box .box .memo {
    position: relative;
    font-size: 16px;
    color: #424242;
    width: 55%;
    padding-left: 0;
    line-height: 26px;
    padding-right: 0;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hote01-template-03 .hote01-template-03__swiper-pagination {
    position: absolute;
    right: -30px;
    z-index: 6;
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 2px;
    width: auto;
    transform: rotate(90deg);
    top: 100px;
    /* opacity: 0;
    transform: translateY(10px); */
}

.hote01-template-03.show .hote01-template-03__swiper-pagination {
    transition: all .8s ease 1.5s;
    opacity: 1;
    transform: translateY(0);
}

.hote01-template-03 .hote01-template-03__swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #909090;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 12px;
    transition: all .3s ease;
    opacity: 1;
    margin: 0 18px;
}

.hote01-template-03 .hote01-template-03__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fd6443;
    border-color: #fd6443;
    opacity: 1;
}

.hote01-template-03 .num {
    font-size: 200px;
    color: #e7e7e7;
    position: absolute;
    right: -10vw;
    bottom: -115px;
    line-height: 200px;
    font-weight: bold;
    font-family: 'Lexend Deca', sans-serif;
}

.hote01-template-03 .num .now {
    position: relative;
    transform: translateY(0);
    display: inline-block;
    transition: all .3s ease;
}

.hote01-template-03 .num .now.hide {
    transform: translateY(-10px);
    opacity: 0;
}

.hote01-template-03 .swiper-container {
    position: relative;
    z-index: 5;
}

.hote01-template-03__swiper-bottom {
    position: absolute;
    width: 38px;
    height: 26%;
    bottom: 0;
    right: 0;
    color: #8f8b7e;
    z-index: 10;
    font-size: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.hote01-template-03__swiper-bottom .icon-right {
    transform: rotate(90deg);
    cursor: pointer;
    transition: all .3s ease;
}

.hote01-template-03__swiper-bottom .icon-left {
    transform: rotate(90deg);
    margin-bottom: 60px;
    cursor: pointer;
    transition: all .3s ease;
}

.hote01-template-03__swiper-bottom::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    display: block;
    z-index: 3;
    background-color: #8d897c;
}

.hote01-template-03 .num_box {
    position: absolute;
    z-index: 5;
    width: 53%;
    top: 14vw;
    left: 50%;
    height: 55px;
    font-size: 6.2vw;
    display: flex;
    color: #8d897c;
    align-items: flex-end;
    align-content: flex-end;
    font-weight: 500;
    letter-spacing: 10px;
    margin-top: -72px;
    margin-left: 0;
}

.hote01-template-03 .num_box .now {
    font-size: 48px;
    line-height: 45px;
    margin-right: 35px;
    position: relative;
}

.hote01-template-03 .num_box .all {
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: bold;
}

.hote01-template-03 .num_box .now::after {
    content: '';
    background-color: #8d897c;
    position: absolute;
    width: 16px;
    height: 2px;
    transform: rotate(-58deg);
    bottom: 10px;
    right: -22px;
}

@media (max-width:1500px) {
    .hote01-template-03 .main_title {
        justify-content: space-between;
    }
    .hote01-template-03 .main_title .title {
        font-size: 28px;
    }
    .hote01-template-03 .main_title .en {
        font-size: 16px;
        top: -30px;
    }
    .hote01-template-03 .main_title .more {
        width: 200px;
    }
    .hote01-template-03 .container_box .box .title {
        margin-bottom: 20px;
    }
    .hote01-template-03 .container_box .box .memo {
        width: 75%;
    }
}

@media (max-width:1350px) {}

@media (min-width:1199px) {
    .hote01-template-03 .main_title .more:hover {
        color: black;
    }
    .hote01-template-03 .main_title .more:hover::after {
        width: calc(100% - 100px);
    }
    .hote01-template-03__swiper-bottom .icon-left:hover,
    .hote01-template-03__swiper-bottom .icon-right:hover {
        color: #c0b48c;
    }
}

@media (max-width:1200px) {}

@media (max-width:1000px) {
    .hote01-template-03 .container_box {
        width: 90%;
    }
    .hote01-template-03 .background {
        width: 25%;
    }
    .hote01-template-03 .main_title .title {
        font-size: 20px;
    }
    .hote01-template-03 .main_title .en {
        font-size: 14px;
        top: -25px;
    }
    .hote01-template-03 .main_title {
        top: -3px;
    }
    .hote01-template-03 .main_title .more {
        width: 140px;
        font-size: 14px;
    }
    .hote01-template-03 .main_title .more::before {
        width: 34%;
    }
    .hote01-template-03 .container_box .box {
        padding-top: 135px;
    }
    .hote01-template-03__swiper-bottom {
        transform: scale(.8);
    }
}

@media (max-width:650px) {
    .hote01-template-03 {
        padding: 75px 0 70px;
    }
    .hote01-template-03 .background {
        display: none;
    }
    .hote01-template-03 .container_box .swiper-slide {
        display: block;
    }
    .hote01-template-03 .container_box .swiper-slide .imgs {
        width: 100%;
        transform: translateY(0);
    }
    .hote01-template-03 .container_box .box {
        width: 100%;
        padding-top: 18px;
        transform: translateY(0);
    }
    .hote01-template-03 .container_box .swiper-slide .imgs img {
        width: 100%;
    }
    .hote01-template-03 .container_box .box .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .hote01-template-03 .main_title {
        top: 0;
        position: relative;
        width: 100%;
        left: 0;
        margin-bottom: 20px;
    }
    .hote01-template-03 .main_title .more {
        width: 100px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .hote01-template-03 .num_box .now {
        font-size: 26px;
        line-height: 26px;
        margin-right: 22px;
    }
    .hote01-template-03 .num_box .all {
        font-size: 12px;
        letter-spacing: 4px;
    }
    .hote01-template-03 .num_box .now::after {
        content: '';
        width: 10px;
        height: 1px;
        bottom: 8px;
        right: -14px;
    }
    .hote01-template-03 .num_box {
        padding-left: 0;
        top: 0;
        margin-top: 25px;
        height: auto;
        position: relative;
        right: 0;
        left: auto;
        width: auto;
        bottom: auto;
        letter-spacing: 3px;
        margin-bottom: 7px;
    }
    .hote01-template-03__swiper-bottom .icon-left,
    .hote01-template-03__swiper-bottom .icon-right {
        transform: none;
        margin: 0;
    }
    .hote01-template-03__swiper-bottom {
        transform: scale(.8);
        top: 52px;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        transform-origin: right;
        font-size: 20px;
    }
    .hote01-template-03__swiper-bottom::after {
        display: none;
    }
    .hote01-template-03 .container_box .box .memo {
        width: 100%;
    }
}