@charset "utf-8"; /* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    /*防止allpe的safari瀏覽器字體變大*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    /* border-collapse: collapse;*/
    border-spacing: 0;
}

a img {
    border: none;
}

.clean {
    clear: both;
}

.clearfix {
    overflow: auto;
}

a {
    text-decoration: none;
}

:root {
    --clr1: #54ccea;
    --clr2: #fd75f5;
    --clr3: #5fb65b;
    --clr4: #f78866;
    scroll-padding-top: 200px;
}

.block-first {
    padding: 30px 0 180px 0;
}

img {
    display: block;
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC' ,sans-serif;
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.wrapper {
    min-height: 1990px;
    animation: 0.5s ease-in-out;
}

.container {
    width: auto;
    margin: 0 auto;
	background: url("../img/bg.jpg") center bottom no-repeat;
    min-height: 800px;
}

.header-wrap {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.main-title {
    position: absolute;
    right: 0;
    top: 240px;
}

#northtw,#southtw,#easttw,#centertw {
}

.area-outer {
    overflow: hidden;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 20px;
}

#main-nav {
    z-index: 990;
    height: 180px;
    width: auto;
    position: sticky;
    top: 40px;
} 

#block_menu {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    background: #FFFFFF;
    padding-bottom: 30px;
    z-index: 20 ! important;
}

.class-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
}

#block_menu .m1 {
    background: url("../img/menu.png");
    width: 200px;
    height: 72px;
}

#block_menu .m1 a {
    display: block;
    width: 200px;
    height: 72px;
}

#block_menu .m1 a:hover {
    background: url("../img/menu-h.png");
    width: 200px;
    height: 72px;
}

#block_menu .m1.on {
    background: url("../img/menu-h.png");
    width: 200px;
    height: 72px;
}

#block_menu .m2 {
    background: url("../img/menu.png") -200px 0;
    width: 170px;
    height: 72px;
}

#block_menu .m2 a {
    display: block;
    width: 170px;
    height: 72px;
}

#block_menu .m2 a:hover {
    background: url("../img/menu-h.png") -200px 0;
    width: 170px;
    height: 72px;
}

#block_menu .m2.on {
    background: url("../img/menu-h.png") -200px 0;
    width: 170px;
    height: 72px;
}

#block_menu .m3 {
    background: url("../img/menu.png") -370px 0;
    width: 174px;
    height: 72px;
}

#block_menu .m3 a {
    display: block;
    width: 174px;
    height: 72px;
}

#block_menu .m3 a:hover {
    background: url("../img/menu-h.png") -370px 0;
    width: 174px;
    height: 72px;
}

#block_menu .m3.on {
    background: url("../img/menu-h.png") -370px 0;
    width: 174px;
    height: 72px;
}

#block_menu .m4 {
    background: url("../img/menu.png") -542px 0;
    width: 179px;
    height: 72px;
}

#block_menu .m4 a {
    display: block;
    width: 179px;
    height: 72px;
}

#block_menu .m4 a:hover {
    background: url("../img/menu-h.png") -542px 0;
    width: 179px;
    height: 72px;
}

#block_menu .m4.on {
    background: url("../img/menu-h.png") -542px 0;
    ;width: 179px;
    height: 72px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.nav li {
    display: inline-block;
    font: 400 18px 'Noto Sans TC', serif;
    position: relative;
    letter-spacing: 1px;
    padding: 0 10px;
    border-bottom: solid 4px #f3cead;
    padding-bottom: 5px;
}

.nav li a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.nav li a:hover::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 17px;
    background: url("../img/menu-arrow.jpg");
    bottom: -17px;
    left: 30px;
}

.nav li a.active::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 17px;
    background: url("../img/menu-arrow.jpg");
    bottom: -17px;
    left: 30px;
}

.content {
    background: url("../img/map-bg.jpg") center top no-repeat;
    min-height: 1053px;
    padding-bottom: 100px;
    padding-top: 140px;
}

.title {
    margin: 0 auto;
    width: 445px;
    margin-top: 80px;
}

.tw-map {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.taiwan {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
}

.area {
    position: absolute;
    background: #FFFFFF;
    padding: 20px;
    line-height: 30px;
    font-size: 17px;
    box-shadow: 10px -10px 0 rgb(185, 166, 115,0.3);
    width: auto;
}

.area strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: solid 2px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.area span {
    display: block;
}

.a1 {
    right: 70px;
    top: 40px;
}

.a1 strong {
    color: #e276ba;
}

.a1::after {
    content: '';
    position: absolute;
    width: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 30px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 100px;
    left: -20px;
}

.a2 {
    left: 110px;
    top: 160px;
    box-shadow: -10px -10px 0 rgb(185, 166, 115,0.3);
}

.a2 strong {
    color: #e79f41;
}

.a2::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 80px;
    border-color: transparent transparent transparent #ffffff;
    top: 100px;
    right: -80px;
}

.a3 {
    left: 90px;
    top: 490px;
    box-shadow: -10px -10px 0 rgb(185, 166, 115,0.3);
}

.a3 strong {
    color: #93ba3d;
}

.a3::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 30px;
    border-color: transparent transparent transparent #ffffff;
    top: 20px;
    right: -20px;
}

.a4 {
    right: 170px;
    top: 380px;
    box-shadow: 10px 10px 0 rgb(185, 166, 115,0.3);
}

.a4 strong {
    color: #40c89a;
}

.a4::after {
    content: '';
    position: absolute;
    width: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 60px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 20px;
    left: -60px;
}

.a5 {
    right: 295px;
    top: 730px;
    box-shadow: 10px 10px 0 rgb(185, 166, 115,0.3);
}

.a5 strong {
    color: #86a6ee;
}

.a5::after {
    content: '';
    position: absolute;
    width: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 30px 10px;
    border-color: transparent transparent #ffffff transparent;
    top: -30px;
    left: 30px;
}

@media screen and (max-width: 960px) {
    .a1 {
        right:0px;
        top: 40px;
    }

    .a2 {
        left: 40px;
        top: 170px;
    }

    .a3 {
        left: 0px;
        top: 490px;
    }

    .a4 {
        right: 80px;
        top: 380px;
    }

    .a5 {
        right: 255px;
        top: 730px;
    }
}

@media screen and (max-width: 768px) {
    .content {
        min-height:100px;
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .taiwan {
        display: none;
    }

    .tw-map {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .area {
        position: relative;
        background: #FFFFFF;
        padding: 20px;
        line-height: 30px;
        font-size: 17px;
        box-shadow: 10px -10px 0 rgb(185, 166, 115,0.3);
        width: 45%;
        margin-bottom: 20px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 60px;
    }

    .a1 {
        right: 0px;
        top: 0px;
        box-shadow: 0px 0px 0px;
    }

    .a2 {
        left: 0px;
        top: 0px;
        box-shadow: 0px 0px 0px;
    }

    .a3 {
        left: 0px;
        top: 0px;
        box-shadow: 0px 0px 0px;
    }

    .a4 {
        right: 0px;
        top: 0px;
        box-shadow: 0px 0px 0px;
    }

    .a5 {
        right: 0px;
        top: 0px;
        box-shadow: 0px 0px 0px;
    }

    .a1::after,.a2::after,.a3::after,.a4::after,.a5::after {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .area {
        width: 90%;
    }
}

/*教你怎麼泡*/
.media-content {
    background: url("../img/tip-bg.jpg") center top;
    height: auto;
    position: relative;
    padding-bottom: 100px;
    margin-top: 65px;
}

.media-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 51px;
    background: url("../img/bg-blue.jpg") center top;
}

.media-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 51px;
    background: url("../img/bg-blue.jpg") center top;
    bottom: 0px;
    transform: rotate(180deg);
}

.title2 {
    margin: 0 auto;
    max-width: 445px;
    padding-top: 160px;
    margin-bottom: 70px;
}

.media-outer {
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    flex-direction: column;
}

.media-box {
    width: 100%;
    background: #FFFFFF;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.pic {
    width: 57%;
    object-fit: contain;
}

.media-info {
    width: 40%;
    position: relative;
}

.media-info::after {
    content: '';
    position: absolute;
    width: 344px;
    height: 37px;
    background: url("../img/youtube.png");
    bottom: 20px;
    right: 20px;
}

.media-info.blog::after {
    content: '';
    position: absolute;
    width: 281px;
    height: 37px;
    background: url("../img/blog.png");
    bottom: 20px;
    right: 20px;
}

.media-info-title {
    font-size: 30px;
    height: 32px;
    display: block;
    margin: 30px 0 20px 10px;
    color: #4ba7aa;
    font-weight: 900;
    margin-bottom: 30px;
}

.media-info-title strong {
    background: #4ba7aa;
    color: #FFFFFF;
    padding: 2px 8px;
    margin-right: 10px;
}

.media-info li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    text-indent: 20px;
    letter-spacing: 1px;
}

.media-info li a {
    color: #3B93B8;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
    padding: 5px;
    transition: 0.3s linear;
}

.media-info li a:hover {
    background: #E0F5D4;
}

@media screen and (max-width: 1100px) {
    .pic {
        width: 50%;
        object-fit: contain;
    }

    .media-info {
        width: 49%;
        position: relative;
    }

    .media-info-title {
        font-size: 24px;
        height: 24px;
        display: block;
        margin: 20px 0 10px 10px;
        color: #4ba7aa;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .media-info li {
        margin-bottom: 5px;
        text-indent: 10px;
        letter-spacing: 1px;
    }

    .media-info li a {
        font-size: 20px;
        font-weight: 900;
        text-decoration: none;
        padding: 5px;
        transition: 0.3s linear;
    }
}

@media screen and (max-width: 890px) {
    .pic {
        width: 100%;
    }

    .media-info {
        width: 100%;
        padding-bottom: 60px;
    }

    .media-box {
        width: 90%;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .media-info li a {
        font-size: 18px;
    }

    .media-info::after {
        display: none;
    }

    .media-info.blog::after {
        display: none;
    }
}

/*溫泉知識+*/
.title3 {
    margin: 0 auto;
    max-width: 441px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.title4 {
    margin: 0 auto;
    width: 335px;
    margin-bottom: 30px;
}

.type-content {
    background: url("../img/type-bg.jpg") center top ;
    min-height: 800px;
}

.type-outer {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-items: stretch;
}

.type {
    background: #FFFFFF;
    width: 24%;
    height: auto;
    border: solid 3px #54ccea;
    padding: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.type.t2 {
    border: solid 3px var(--clr2);
}

.type.t3 {
    border: solid 3px var(--clr3);
}

.type.t4 {
    border: solid 3px var(--clr4);
}

.type-name {
    line-height: 50px;
    font-size: 27px;
    font-weight: 900;
    color: var(--clr1);
    text-align: center;
    border-bottom: dotted 2px var(--clr1);
    background: url("../img/spot1.png") center top no-repeat;
    background-position: 45px;
    margin-bottom: 10px;
}

.t2 .type-name {
    color: var(--clr2);
    border-bottom: dotted 2px var(--clr2);
    background: url("../img/spot2.png") center top no-repeat;
    background-position: 15px;
}

.t3 .type-name {
    color: var(--clr3);
    border-bottom: dotted 2px var(--clr3);
    background: url("../img/spot3.png") center top no-repeat;
    background-position: 45px;
}

.t4 .type-name {
    color: var(--clr4);
    border-bottom: dotted 2px var(--clr4);
    background: url("../img/spot4.png") center top no-repeat;
    background-position: 25px;
}

.type-info {
    line-height: 26px;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    min-height: 100px;
}

.type-area {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.type-area li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--clr1);
}

.t2 .type-area li {
    color: var(--clr2);
}

.t3 .type-area li {
    color: var(--clr3);
}

.t4 .type-area li {
    color: var(--clr4);
}

.type-area strong {
    color: var(--clr1);
    font-size: 14px;
}

.t2 .type-area strong {
    color: var(--clr2);
    font-size: 14px;
}

.t3 .type-area strong {
    color: var(--clr3);
    font-size: 14px;
}

.t4 .type-area strong {
    color: var(--clr4);
    font-size: 14px;
}

.type-area span {
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    border-bottom: solid 1px #5c5c5c;
    padding-bottom: 10px;
}

.type-notic {
    line-height: 26px;
    font-size: 16px;
}

.type-notic span {
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    border-bottom: solid 1px #5c5c5c;
    padding-bottom: 10px;
}

@media screen and (max-width: 1050px) {
    .type-name {
        line-height: 40px;
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    .type-outer {
        flex-wrap: wrap;
    }

    .type {
        width: 47%;
    }

    .tour-outer-1 {
        min-width: 200px !important;
    }
}

@media screen and (max-width: 600px) {
    .type-outer {
        flex-wrap: wrap;
    }

    .type {
        width: 90%;
    }

    .type-info {
        min-height: 10px;
    }
}

.point {
    max-width: 1400px;
    height: 509px;
    margin: 0 auto;
    margin-top: 30px;
    background: url("../img/point-bg.jpg") left top no-repeat #fcf6f3;
    background-size: contain;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.point-list {
    width: 40%;
    margin-right: 2%;
}

.point-list li {
    display: block;
    margin-bottom: 26px;
    font-size: 20px;
    border-bottom: solid 1px #000000;
    padding-bottom: 12px;
    position: relative;
    text-indent: 40px;
}

.point-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-list li::before {
    content: '';
    position: absolute;
    background: url("../img/point1.png");
    width: 22px;
    height: 21px;
    left: 0px;
}

.point-list li.p2::before {
    content: '';
    position: absolute;
    background: url("../img/point2.png");
    width: 28px;
    height: 36px;
    left: 0px;
    bottom: 5px;
}

.point-list li.p3::before {
    content: '';
    position: absolute;
    background: url("../img/point3.png");
    width: 34px;
    height: 34px;
    left: -5px;
    bottom: 7px;
}

.point-list li.p4::before {
    content: '';
    position: absolute;
    background: url("../img/point4.png");
    width: 25px;
    height: 30px;
    left: 0px;
    bottom: 9px;
}

.point-list li.p5::before {
    content: '';
    position: absolute;
    background: url("../img/point5.png");
    width: 29px;
    height: 28px;
    left: 0px;
    bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .point {
        height: 409px;
        background-position: -150px 0;
    }

    .point-list {
        width: 48%;
    }

    .point-list li {
        margin-bottom: 18px;
        font-size: 16px;
        border-bottom: solid 1px #000000;
        position: relative;
        text-indent: 40px;
    }

    .hotsale-main {
        width: 95%;
    }
}

@media screen and (max-width: 800px) {
    .point {
        height: auto;
        background-position: 0px 0;
        flex-wrap: wrap;
        background-image: none;
        background: #FFFFFF;
        justify-content: center;
    }

    .point-list {
        width: 90%;
    }
}

/*行程圖文*/
.tour-content {
    width: auto;
    height: auto;
    background: url("../img/tour-bg.jpg") center top;
    overflow: hidden;
    height: auto;
    padding-bottom: 100px;
}

.main {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.title5 {
    margin: 0 auto;
    max-width: 445px;
    margin-bottom: 50px;
}

.hotsale-outer {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 1% ;
    flex-wrap: wrap;
    height: auto;
}

/*2024新增*/
.warp {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.hotsale-main {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 60px;
    color: #000000;
}

.hot-box-l {
    width: 65%;
    position: relative;
}

.hot-box-r {
    width: 50%;
}

.hot-pic-1 {
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

.city-1 {
    position: absolute;
    font-size: 24px;
    letter-spacing: 2px;
    top: -3px;
    left: 30px;
    background: #a31203;
    color: #FFFFFF;
    padding: 10px 10px 15px 10px;
    border-radius: 0 0 20px 20px;
}

.tour-outer-1 {
    min-width: 400px;
    padding: 50px 20px;
    background: #ffeede;
    margin-left: 10px;
    margin-top: 60px;
    border-radius: 20px;
}

.act-content {
    margin: 0 auto;
    max-width: 900px;
    width: 95%;
}

.notice-act {
    padding: 10px;
}

.notice-act .act {
    border-radius: 20px;
    margin-bottom: 20px;
}

.notice-act li {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 20px;
    text-indent: -20px;
    padding-bottom: 10px;
}

.notice-act li em {
    font-size: 30px;
    color: crimson;
    font-style: normal;
}

.notice {
    line-height: 32px;
    font-size: 18px !important;
}

.notice-content {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
    height: auto;
}

.notice-type {
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 10px;
}

.notice-type a {
    color: #e53b07;
}

.notice-type a:hover {
    color: #a92b04;
}

.notice-type li {
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 20px;
    text-indent: -20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*優惠代碼*/
.ad-list {
    width: 75%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    margin-top: 20px;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.ad-list span {
    display: block;
}

.ad-list .list-01 {
    width: 33%;
    padding: 20px 10px;
    letter-spacing: 1.5px;
    color: #fff;
    font: bold 30px "微軟正黑體";
    background: url(img/tic-bg.jpg) left 0 repeat-y;
}

.ad-list .list-02 {
    width: 33%;
    padding: 20px 10px;
    letter-spacing: 1.5px;
    color: #000;
    line-height: 60px;
    font: bold 28px "微軟正黑體";
}

.ad-list .list-03 {
    width: 33%;
    margin-top: 20px;
}

.ad-list .list-03 a {
    letter-spacing: 1.5px;
    color: #8f3d06;
    font: bold 28px "微軟正黑體";
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #fabe00;
    line-height: 60px;
}

.hotsale {
    width: 31%;
    position: relative;
    background: #ffeede;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.hotsale a {
    color: #000000;
    display: block;
}

.tour-outer {
    padding: 20px 15px;
}

.city {
    position: absolute;
    top: -3px;
    left: 30px;
    background: #8fb07b;
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border-radius: 0 0 20px 20px;
}

.hot-name {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.hot-name.package {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.hot-info {
    font-size: 15px;
    list-style-type: none;
    min-height: 100px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.hot-info li {
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
    line-height: 24px;
}

.hot-info li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    position: absolute;
    left: -16px;
    top: 7px;
    border-radius: 40% 60% 48% 52% / 47% 47% 53% 53% ;
    background: #4DBFD7;
}

.hot-price {
    text-align: center;
    color: #ff433e;
}

.hot-price strong {
    font-size: 30px;
    margin: 0 3px 0 2px;
}

.more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.more a {
    color: #FFFFFF;
    background: #D1A762;
    font-size: 20px;
    border: solid 2px #D1A762;
    padding: 8px 15px 5px 15px;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}

.more a:hover {
    color: #D1A762;
    background: #FFFFFF;
}

.more strong {
    font-weight: 900;
}

/*行程條列*/
.tour-list {
    max-width: 1200px;
    margin: 0 auto;
}

.tour-list li {
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #363636;
}

.tour-list li a {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000000;
}

.name_l {
    width: 80%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.name_l strong {
    background: #46bdb0;
    color: #fff;
    padding: 5px 8px 4px 8px;
    margin-right: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.name_l em {
    font-style: normal;
    color: #269763;
    margin-left: 5px;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.price_r {
    width: 15%;
    color: #363636;
    text-align: right;
}

.price_r span {
    font-size: 30px;
    color: #ff433e;
    padding: 0 5px;
    font-weight: 600;
}

@media only screen and ( max-width: 768px) {
    .tour-list {
        width: 90%;
        margin: 0 auto;
    }

    .tour-list li a {
        flex-direction: column;
    }

    .name_l {
        width: 100%;
        font-size: 20px;
    }

    .price_r {
        width: 100%;
    }

    .hotsale-outer {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .hotsale {
        width: 90%;
        margin: 0 auto;
    }

    .hotsale-main {
        flex-wrap: wrap;
        width: 90%;
    }

    .hot-pic-1 {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .hot-box-l {
        width: 100%;
    }

    .hot-box-r {
        width: 100%;
    }

    .tour-outer-1 {
        min-width: 0px;
        padding: 20px 15px;
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 0px;
    }

    .ad-list {
        width: 90%;
        height: auto;
        display: block;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }

    .ad-list span {
        display: inline-block;
    }

    .ad-list .list-01 {
        width: 100%;
        padding: 20px 0px;
        line-height: 30px;
        background: inherit;
        background-color: #ce5b0d;
    }

    .ad-list .list-02 {
        width: 100%;
        padding: 20px 0px;
        line-height: 30px;
    }

    .ad-list .list-03 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .ad-list .list-03 a {
        padding: 10px 40px;
        line-height: 60px;
        font: bold 32px "微軟正黑體";
    }
}

@media only screen and ( max-width: 480px) {
    .more {
        flex-wrap: wrap;
        gap: 30px;
    }
}

/*共用*/
@media only screen and ( min-width: 769px) {
    .container-s {
        display: none;
    }
}

@media only screen and ( max-width: 768px) {
    #main-nav {
        display: none;
    }

    .container {
        display: none;
    }

    .block-first {
        padding-bottom: 0;
    }
}
