<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    * {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    background-color: #f4d346;
    font-family: 微軟正黑體;
}

.warpper {
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.container {
    width: 90%;
    max-width: 1400px;
    box-sizing: border-box;
}


/* 北中南按鍵 */

header {
    background: url(../images/banner_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 46%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

header img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
}

nav {
    background-color: #979c4b;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
}

nav ul li {
    width: 65px;
    display: block;
    margin: 0px;
    padding: 0px 30px;
    position: relative;
    border-right: 2px dashed #000;
}

nav ul li:last-of-type {
    border-right: none;
}

nav ul li a {
    display: block;
    text-align: center;
}

nav ul li .btn_2 {
    display: none;
}

nav ul li:hover::before {
    content: "";
    height: 41px;
    width: 45px;
    display: block;
    background: url('../images/hs_logo.png') no-repeat;
    margin-right: 5px;
}

nav ul li:hover {
    display: flex;
    align-items: center;
    width: 135px;
}

nav ul li:hover .btn_2 {
    display: block;
}

nav ul li:hover .btn {
    display: none;
}


/* 溫泉介紹輪播 */

main {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 1400px;
}

.hotsrpings {
    margin: 0 10%;
}

.hs_list {
    display: inline-flex;
    margin-bottom: 5%;
    align-items: flex-end;
}

.hs_list img {
    display: block;
}

.hs_list .pic {
    margin-top: 60px;
    width: 60%;
    height: auto;
}

.hs {
    width: 40%;
}

.hs .hs_word {
    background-color: #faebac;
    padding: 5%;
    height: 270px;
}

.hs .hs_word .hs_name {
    width: 45%;
}

.hs .hs_word .hs_name::after {
    content: " ";
    display: inline-block;
    width: 90px;
    height: 2px;
    background-color: #000;
    position: relative;
    top: -5px;
}

.hs .hs_word h4 {
    font-size: 0.875rem;
    color: #000;
    line-height: 30px;
    margin: 10px 0;
}

.owl-theme {
    position: relative;
}

.owl-theme .owl-dots {
    position: absolute;
    left: 28%;
    bottom: 2%;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #fa8600;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffff00;
}


/* 行程內容 */

#north,
#central,
#south,
#east {
    margin: 5% auto 12%;
}

.title {
    margin-left: calc((100% - 303px)/2);
    margin-bottom: 2%;
}

#north .title {
    margin-left: calc((100% - 303px)/2 - 199px);
    margin-bottom: 2%;
}

#north .title::before {
    content: "";
    width: 139px;
    height: 157px;
    background: url('../images/decora.png') no-repeat;
    display: inline-block;
    margin-right: 60px;
    background-size: contain;
}

#north .title::after {
    content: "";
    width: 287px;
    height: 99px;
    background: url('../images/decora_2.png') no-repeat;
    display: inline-block;
    margin-left: 30px;
    background-size: contain;
}

.trip_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 2% 0;
}

.trip_item h3 {
    width: calc(100% - 200px);
    font-size: 1.3rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.trip_item h3:hover {
    padding-left: 15px;
}

.trip_item h3 a {
    text-decoration: none;
    color: #000;
}

.trip_item .price {
    width: 145px;
    font-size: 2rem;
    color: #bd2203;
    font-weight: bold;
}

.trip_item .price::before {
    content: "$";
    font-size: 1.5rem;
    color: #bd2203;
    font-weight: bold;
}

.trip_item .price::after {
    content: "起";
    font-size: 1rem;
    color: #bd2203;
    font-weight: bold;
}

#south .trip_item .price::before {
    content: "";
}

#south .trip_item .price::after {
    content: "";
}


/*==================== footer ====================*/

footer#footer {
    color: #fff;
    background: #bf845a;
    font-size: .875rem;
    line-height: 2rem;
    letter-spacing: 1px;
    width: 100%;
    height: auto;
    min-height: 340px;
    margin: 0 auto;
    word-break: break-all;
}

footer#footer a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

footer#footer a:hover {
    text-decoration: underline;
}

.footer-line {
    width: 1px;
    min-height: 210px;
    background: #fff;
    margin: 10px 5%;
}

.contact-box-warp {
    display: flex;
    flex-wrap: wrap;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 33%;
}

@media screen and (max-width: 992px) {
    .contact-box {
        align-items: flex-start;
    }
}

.contact-box p span {
    letter-spacing: .2rem;
}

.contact-box p .contact-box-title {
    letter-spacing: .1rem;
    margin-right: 10px;
}

.contact-box p .contact-box-titleK {
    margin-right: 18px;
}

@media screen and (max-width: 992px) {
    .contact-box p .contact-box-title {
        display: block;
    }
}

.foot-wrap {
    display: flex;
    margin: 0 auto;
    padding: 5% 0 3%;
}

.footer-left {
    width: calc(30% - 1px);
}

.footer-left h4 {
    font-weight: bold;
    font-size: 1.05rem;
}

.footer-left h4 span {
    font-size: .9rem;
}

.footer-left p:nth-of-type(1) {
    margin-bottom: 30px;
}

.footer-left .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 6px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    margin-right: 5px;
}

ul.footer-social {
    display: none;
    line-height: 0;
    margin: 10px 0;
}

ul.footer-social li {
    display: inline-block;
    margin-right: 5px;
}

ul.footer-social li:last-of-type {
    margin-right: 0;
}

ul.footer-social li a {
    display: block;
    width: 44px;
    height: 44px;
}

ul.footer-social li a img {
    max-width: 100%;
}

.footer-right {
    display: flex;
    width: 60%;
    font-size: .8rem;
    justify-content: space-between;
}

.QR-code {
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    float: left;
}

.QR-txt {
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    line-height: 21px;
    font-size: .7rem;
    float: left;
}

.contact-box:last-of-type {
    align-items: flex-start;
    width: 66%;
    padding-left: 12%;
}

@media screen and (max-width: 1024px) {
    .foot-wrap {
        width: 90%;
    }
    .contact-box:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    footer#footer {
        font-size: .875rem;
    }
    .footer-left {
        width: 40%;
    }
    ul.footer-social {
        /*display: block;*/
        display: flex;
        justify-content: space-around;
    }
    .footer-right {
        width: 60%;
    }
    .contact-box {
        width: 50%;
    }
    .owl-carousel.desk {
        display: none;
        visibility: hidden;
    }
    .mobile {
        display: block;
        visibility: visible;
    }
    .tab_top {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .foot-wrap {
        width: 90%;
        flex-direction: column;
        padding: 10% 0 5%;
    }
    .footer-left {
        width: 100%;
    }
    .footer-left p:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .footer-line {
        display: none;
    }
    .footer-right {
        margin: 10px 0;
        flex-direction: column;
        width: 100%;
        font-size: .875rem;
    }
    .contact-box-warp {
        /*flex-direction: column;*/
        align-items: start;
    }
    .contact-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .contact-box p span {
        letter-spacing: .15rem;
    }
    /*
    .contact-box p:nth-of-type(2):before {
        content: "　　 ";
        margin-right: 6px;
    }
    */
}

#gotop {
    display: none;
    position: absolute;
    bottom: 0;
    left: -10%;
}

#abgne_float_ad {
    width: 100px;
}

@media screen and (max-width:1120px) {
    .hs .hs_word h4 {
        line-height: 26px;
    }
    .hs_list {
        flex-direction: column-reverse;
        padding-top: 10%;
    }
    .hs_list .pic,
    .hs_list .hs {
        width: 100%;
        margin-top: 0;
    }
    .hs_list .hs .hs_word img {
        width: 40%;
    }
    .hs_list .hs .moutain {
        display: none;
    }
    .hs .hs_word {
        height: 150px;
    }
    .owl-theme .owl-dots {
        left: calc((100% - 72px)/2);
        bottom: 1%;
    }
    #north .title::before {
        width: 111px;
        height: 126px;
    }
    #north .title::after {
        width: 230px;
        height: 80px;
    }
    .trip_item {
        /*position: relative;*/
    }
    .trip_item h3 {
        line-height: 32px;
    }
    .trip_item .price {
        position: relative;
        bottom: 6%;
    }
}

@media screen and (max-width:1024px) {
    #north .title {
        margin-left: calc((100% - 303px)/2 - 151px);
    }
    #north .title::before {
        margin-right: 40px;
    }
    #north .title::after {
        margin-left: 20px;
    }
    .hs .hs_word .hs_name {
        margin: 0 auto;
        text-align: center;
    }
    .hs_list .hs .hs_word img {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .hs .hs_word {
        height: 180px;
    }
    .hs_list .hs .hs_word img {
        width: 70%;
    }
    #north .title {
        margin-left: calc((100% - 303px)/2 - 101px);
    }
    #north .title::before {
        width: 81px;
        height: 91px;
        margin-right: 20px;
    }
    #north .title::after {
        width: 151px;
        height: 52px;
        margin-left: 0;
    }
    .owl-theme .owl-dots {
        bottom: -2%;
    }
}

@media (max-width:500px) {
    .hs_list .hs .hs_word img {
        width: 100%;
    }
    .hs .hs_word {
        height: 290px;
    }
    .trip_item h3 {
        width: 100%;
        line-height: 25px;
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    .trip_item .price {
        margin-top: 8px;
    }
    .trip_item {
        padding: 5% 0;
    }
    .owl-theme .owl-dots {
        bottom: -4%;
    }
    #north {
        margin-top: 20%;
    }
    #north .title {
        margin-left: calc((100% - 303px)/2);
    }
    #north .title::before,
    #north .title::after {
        display: none;
    }
    #top-bar {
        display: none;
    }
    /*============== go top ==============*/
    #gotop {
        display: none;
        position: fixed;
        width: 50px;
        height: 50px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        right: 10px;
        bottom: 10px;
        left: initial;
        cursor: pointer;
    }
    @media (max-width:425px) {
        nav {
            height: 240px;
        }
        nav ul {
            display: block;
        }
        nav ul li {
            margin: 20px 0;
            border-left: 0px;
            border-right: 0px;
        }
        /*
            nav ul .btn_c {
                border-left: 0px;
                border-right: 0px;
            }
*/
        #north .title,
        #central .title,
        #south .title {
            margin: 0 auto;
        }
        .hs .hs_word {
            height: 340px;
        }
    }</pre></body></html>