@charset "utf-8";
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    display: block;
}

a, img {
    border: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}
a:hover {
    text-decoration: none;
} 

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap'); 


.block-first {
    padding-top: 180px;
    margin-top: -180px;
}

.wrapper {
    width: 100%;
    background: url("../img/bg.jpg") center top no-repeat;
    min-height: 2000px;
    overflow: hidden;
}

.header {
    width: 100%;
    position: relative;
    height: 860px;
}

.main-title {}

h1 {
    width: 459px;
    height: 412px;
    background: url("../img/main-title.png") center top no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    position: absolute;
    z-index: 115;
    width: 459;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.outside-1 {
    position: absolute;
    z-index: 10;
    width: 55vw;
    left: 20px;
    bottom: 0px;
}

.outside-2 {
    position: absolute;
    z-index: 100;
    width: 15vw;
    right: 60px;
    bottom: 0px;
}

.outside-3 {
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 40px;
}

/*大圖*/
.pic__swiper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 820px;
} 
.pic__swiper #demo-1 {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    background-color: #999;
    margin-top: 100px;
}

.pic__swiper img {
    /*圖片高度及滿版超過裁切*/
    height: 100%;
    object-fit: cover;
	
    /*zoom的動態效果*/
    transition: 1s linear 2s;
    transform: scale(1.3, 1.3);
}
.pic__swiper .swiper-slide-active img {
    transition: 5.5s linear;
    transform: scale(1, 1);
}


/*======================
==== Slider CSS=====
=======================*/

.ad {
    padding: 60px 0 80px;
    background: #F5E246;
}


.ad-block{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.sale__swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.ad-block .swiper-horizontal>.swiper-pagination-bullets,
.ad-block .swiper-pagination-bullets.swiper-pagination-horizontal,
.ad-block .swiper-pagination-custom,.swiper-pagination-fraction{
    bottom: -30px;
}
.ad-block .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFF6AE;
    opacity: 1;
}
.ad-block .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #6f7257;
}


/*商品區*/

a.product {
    transition: all 0.3s ease-in;
}

a.product:hover {
    transform: translateY(4px);
}

a.product:hover .product_pic>img {
    opacity: 0.9;
}

/*選單*/

.sticky {
    top: 40px;
    margin: 0 auto;
    background: rgba(251, 251, 251, 0.95);
    padding: 5px 0;
}

#main-nav{
    width: 100%;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 50px;
    max-width: 960px;
    margin: 4px auto;
} 
.nav li{
    display: flex;
    align-items: center;
}

.nav li:not(:last-child):after{
    content: '｜';
    display: block;
    margin: 0 3px;
} 
.nav li a {
    width: 100%;
    font: bold 16px / 20px "微軟正黑體", "黑體";
}

.nav li a:hover,
.nav li a.active {
    background: #9dfff0;
}


/*內文區*/
.container {
    background: url("../img/bg-1.jpg")center top;
    padding: 100px 0;
    font-family: "Noto Sans TC", sans-serif, arial;
    font-weight: 300;
    transition: 0.5s ease-in-out;
} 

.container:nth-child(odd) {
    background: url("../img/bg-2.jpg")center top;
}

.container .title {
    max-width: 730px;
    height: 110px;
    line-height: 110px;
    font-size: 50px;
    letter-spacing: 5px;
    margin: 0 auto;
    background: url("../img/title-2.png")center top;
    text-align: center;
    font-weight: bold;
    color: #4BB3A1;
    margin-bottom: 60px;
}

.container:nth-child(odd) .title {
    background: url("../img/title-1.png")center top;
}

.area {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    color: #08806C;
    margin-bottom: 50px;
    display: block;
}

.main {
    max-width: 1100px;
    margin: 0 auto;
}

/*主推行程*/
.hotsale {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: flex-start;
}

.hot-pic {
    width: 60%;
    height: 400px;
    position: relative;
    z-index: 1;
}

.hot-pic img {
    border-radius: 150px 0 150px 0;
}

.hot-pic::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: rgba(251, 251, 251, 0.5);
    left: 0px;
    top: -15px;
    z-index: -1;
    border-radius: 150px 0 150px 0;
}

.hot-tour {
    width: 45%;
    height: auto;
    margin-top: 40px;
    background: #fff;
    transform: translateX(-30px);
    padding: 35px 25px;
    box-sizing: border-box;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    z-index: 2;
    position: relative;
}

.hot-tour a {
    display: block;
}

.city {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #34d2ef;
    padding: 3px 5px;
}

.hot-name {
    font-size: 20px;
    font-weight: 500;
    color: #04a8d1;
}

.hot-info {
    list-style-type: none;
}

.hot-info li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-indent: 15px;
    margin-bottom: 5px;
}

.hot-info li a {
    display: block;
}

.hot-info li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #34D2EF;
    border-radius: 3px 1px;
    left: 0px;
    top: 6px;
}

.hot-price {
    font-size: 16px;
    text-align: right;
}

.hot-price strong {
    font-size: 26px;
    color: #ff5027;
    margin: 0 5px 0px 3px;
}

/*主推行程 - 偶數*/
.container:nth-child(odd) .city {
    background: #ffc600;
}

/* 條列行程 */
.s-title {
    background: #ffffff;
    width: 160px;
    text-align: center;
    border: solid 1px;
    font-size: 18px;
    color: #000000;
    padding: 3px;
    margin: 20px 0;
    border-radius: 30px 0 0 0;
}

.tour-list {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}

.tour-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5px;
}

.tour-list li a {
    width: 100%;
    border-bottom: dashed 1px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.tour-list li {
    list-style-type: none;
}

.list-name {
    font-size: 17px;
    font-weight: 400;
    width: 80%;
    letter-spacing: 1px;
    line-height: 30px;
}

.list-name span {
    padding: 0 5px 2px 5px;
    background: rgba(251, 251, 251, 0.4);
    margin-right: 8px;
    border: solid 1px;
    font-size: 15px;
}

.list-name em {
    font-style: normal;
    font-size: 14px;
    margin-left: 5px;
    color: #FF2424;
    padding: 2px 5px 3px 5px;
}

.list-price strong {
    color: #ff5027;
    font-size: 20px;
    margin: 0 5px 0px 3px;
}


@media screen and (max-width:960px) {
    .header {
        height: 700px;
    }

    .pic__swiper {
        height: 675px;
    }
}


@media screen and (min-width: 769px) and (max-width: 930px) {
    .nav li {
        margin: 0px;
        font-family: "微軟正黑體", "黑體";
        font-size: 14px;
        font-weight: 600;
        margin-top: 2px;
    }
}


@media screen and (max-width:768px) {
    #main-nav{
        display: none;
    }

    .block-first {
        padding-top: 80px;
        margin-top: -80px;
    }

    .hotsale {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }

    .hot-pic {
        width: 100%;
        height: auto;
    }

    .hot-pic img {
        border-radius: 30px 0 0px 0;
        display: block;
    }

    .hot-pic::before {
        width: 0px;
        height: 0px;
    }

    .hot-tour {
        width: 100%;
        height: auto;
        margin-top: 0px;
        transform: translateX(0px);
        border-radius: 0px 0 30px 0;
    }

    .city {
        top: -5px;
    }

    .hot-price {
        text-align: center;
    }

    .tour-txt {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }

    .list-name {
        width: 100%;
    }

    .tour-list li a {
        padding-bottom: 10px;
    }

    h1 {
        width: 300px;
        height: 269px;
        background-size: auto;
        background: url("../img/main-title-s.png") center top no-repeat;
    }

}

@media screen and (max-width:430px) {
    .header {
        height: auto;
    }

    .outside-1 {
        display: none;
    }

    .container {
        padding: 60px 0;
    }

    .container .title {
        background-image: none;
        font-size: 40px;
        line-height: 30px;
        height: 30px;
        margin-bottom: 50px;
    }

    .container:nth-child(odd) .title {
        background-image: none;
    }

    .pic__swiper {
        height: 560px;
    }
}


.pic__swiper {
    height: 560px;
}
@media (min-width: 400px) {
	.pic__swiper {
		height: 660px;
	}
}
@media (min-width: 960px) {
	.pic__swiper {
		height: 820px;
	}
}
 
