@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

/************************************************************************************
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, figure, mark{
    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;}
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;}
img{display: block; width: 100%;}
.clean { clear:both;}
a {color: #000; text-decoration: none; outline: none;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

.block-first {
    padding-top: 230px;
    margin-top: -230px;
    overflow: hidden;
}

body {
    font-family: "Noto Sans TC", "微軟正黑體", "黑體", Verdana;
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

/*大圖輪播*/
header{
    position: relative;
}
header .main-title{
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header .main-title img{
    min-width: 300px;
}
header .mySwiper img {
    /*圖片高度及滿版超過裁切*/
    height: 100%;
    object-fit: cover;

    /*zoom的動態效果*/
    transition: 1s linear 2s;
    transform: scale(1.3, 1.3);
}

header .swiper-slide-active img {
    transition: 5.5s linear;
    transform: scale(1, 1);
}

header .mySwiper {
    height: 300px;
}
@media (min-width: 400px) {
	header .mySwiper {
		height: 450px;
	}
}
@media (min-width: 960px) {
	header .mySwiper {
		height: 760px;
	}
}
header .swiper-pagination-bullet{
	background: #fff;
	opacity: .5;
}
header .swiper-pagination-bullet-active{
	opacity: 1;
}
header .swiper-pagination{
	bottom: 20px;
}
header .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}

/*選單*/
/* common and top level styles */
#navigation {
    width: 100%;
    z-index: 999;
}

.sticky {
    position: fixed;
    top: 40px;
    width: 100%;
}

.navbar {
    overflow: hidden;
    background: url("../img/menu-bar.jpg") top center;
    height: 98px;
    z-index: 998;
    font-family: "微軟正黑體", "黑體";
    font-weight: bold;
    text-align: center;
}

.navbar-in {
    width: 736px;
    margin: 0 auto;
    text-align: center;
}

.navbar a {
    float: left;
    font-size: 16px;
    font-family: "微軟正黑體", "黑體";
    color: #fff;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
    z-index: 998;
}

.subnav p {
    display: inline-block;
    width: 100px;
    height: 53px;
    background-color: #FFF;
}

.subnavbtn {
    height: 98px;
    border: none;
    outline: none;
    color: #fff;
    background-color: inherit;
    font-family: inherit;
    z-index: 998;
    text-indent: -999px;
    background: url("../img/menu.png");
    width: 184px;
    height: 98px;
    transition: 0.3s ease-in-out;
}

.subnavbtn:hover {
    background: url("../img/menu-h.png");
}

.subnavbtn.b2 {
    background-position: -184px 0;
}

.subnavbtn.b3 {
    background-position: -368px 0;
}

.subnavbtn.b4 {
    background-position: -552px 0;
}

.subnavbtn.b2:hover {
    background-position: -184px 0;
}

.subnavbtn.b3:hover {
    background-position: -368px 0;
}

.subnavbtn.b4:hover {
    background-position: -552px 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
    display: block;
    background: url("../img/menu-h.png") no-repeat;
}

.navbar a:hover,
.subnav:hover .subnavbtn.b2 {
    background-position: -184px 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn.b3 {
    background-position: -368px 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn.b4 {
    background-position: -552px 0;
}


.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #85a1d2;
    width: 100%;
    z-index: 999;
    text-align: center;

}

/*.pd01 a:first-child { margin-left: 27%; }
.pd02 a:first-child { margin-left: 40%; }
.pd03 a:first-child { margin-left: 51%; }
.pd04 a:first-child { margin-left: 62%; } */

/*.subnav:hover .subnav-content {display: block;}*/
.subnav:hover .subnav-content {
    display: block;
    display: flex;
    justify-content: center;
}


.subnav-content a {
    color: #FFFFFF;
    font-size: 17px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    position: relative;
}


.subnav-content a:hover {
    background-color: #6182bc;
    color: #fff;
    background-image: none;
}


.container {
    background: url("../img/bg.jpg")center top;
    min-height: 1000px;
    padding-top: 100px;
    font-family: "Noto Sans TC", sans-serif, arial;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    padding-bottom: 100px;
}

.container:not(.first) {
    border-top: solid 1px;
}

.container:nth-child(even) {
    background: url("../img/bg2.jpg")center top;
}

.container:nth-child(even) .left-pic::before {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    height: 60%;
    background: url("../img/bg-dot2.png");
    background-size: cover;
    left: -70px;
    bottom: 40px;
    z-index: -1;
}

.title {
    margin: 0 auto;
    max-width: 650px;
    margin-bottom: 50px;
}

/*飯店圖文區*/
.hotel-outer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 95vw;
    margin: 0 auto;
}

.hotel-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-pic img {
    border-radius: 250px 250px 0 0;
}

.left-pic {
    position: relative;
    z-index: 1;
}

.left-pic::before {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    height: 60%;
    background: url("../img/bg-dot.png");
    background-size: cover;
    left: -70px;
    bottom: 40px;
    z-index: -1;
}

.hotel-right {
    width: 55%;
}

.hotel-info {
    line-height: 30px;
    margin-top: 50px;
    font-size: 18px;
}

.hotel-info p {
    margin-bottom: 15px;
}

/*飯店圖文區-主推圖*/
.img-box {
    width: 100%;
    height: 100%;
}

.img-box img {
    border-bottom-right-radius: 200px;
}

/*飯店行程區*/
.tour-outer {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding-top: 100px;
    max-width: 1400px;
    margin: 0 auto;
}

.tour-box {
    position: relative;
    border: solid 1px;
    width: 33%;
    display: flex;
    flex-direction: column;
}

.tour-box a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tour-type {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
    width: 150px;
    line-height: 50px;
    text-align: center;
    border-radius: 0 0 50px 0;
}

.tour-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
	gap:15px;
    flex: 1; /* 讓內容撐開 */
}

.tour-name {
    font-size: 22px;
    color: #1c7887;
    font-weight: 600;
    margin-bottom: 10px;
    /* 不要設 flex:1，否則文字可能被拉高 */
}

.tour-info {
    font-size: 16px;
    font-weight: normal;
    /* 不要設 flex:1，讓內容自然撐開 */
}

.tour-info ul {
    padding-left: 20px;
    list-style-type: none;
}

.tour-info li {
    position: relative;
    margin-bottom: 10px;
}

.tour-info li b {
    color: red;
}

.tour-info li::before {
    content: '';
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/icon.png");
    left: -18px;
    top: 7px;
}


.tour-price {
    text-align: right;
    font-size: 20px;
    color: #df214e;
    font-family: Verdana;
    margin-top: auto; /* 固定在底部 */
}

.tour-price strong {
    font-size: 36px;
    margin: 0 5px;
    font-weight: bold;
}

.tour-price span {
    margin-right: 10px;
    background: #1C7887;
    color: #fff;
    padding: 3px 8px;
    font-size: 18px;
}





@media screen and (max-width:1200px) {
    .hotel-outer {
        max-width: 98vw;
    }

    .hotel-left {
        width: 45%;
    }

    .hotel-right {
        width: 50%;
    }

    .img-box img {
        border-bottom-right-radius: 100px;
    }
}

/* @media screen and (min-width:769px) {
    .header-s {
        display: none;
    }
} */

@media screen and (max-width:768px) {
    .hotel-outer {
        flex-direction: column;
    }

    .hotel-left {
        width: 90%;
    }

    .hotel-right {
        width: 90%;
        margin-top: 50px;
    }

    .tour-outer {
        flex-direction: column;
    }

    #navigation {
        display: none;
    }

    .block-first {
        padding-top: 60px;
        margin-top: -60px;
        overflow: hidden;
    }

    .tour-outer {
        width: 95%;
    }

    .tour-box {
        width: 100%;
    }

    .tour-info {
        min-height: 10px;
    }

    .tour-name {
        min-height: 30px;
    }
}