﻿
/************************************************************************************
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 ,main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    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;}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur());}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

/*滑動留個高度*/
html, body {
  scroll-padding-top:40px;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: var(--all-bk);
}

* {
	box-sizing: border-box;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
	width: 50px;
}




/*基本變數*/
:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#333333;
	--gray-color:#e7e7e7;
	--dark-gray-color:#7e7e7e;
	--family-basic:"Noto Sans TC",Verdana;
	--family-yuji:"Yuji Boku",Verdana;
	--family-shan:"Ma Shan Zheng",Verdana;
	--family-serif:"Noto Serif TC",Verdana;
	--family-serif-eng:"Cinzel";
	--all-bk:#f4f0e2;
	--font-size-big:clamp(40px, 13vw, 75px);
	--line-height-big:clamp(50px, 14vw, 80px);
	--short-word: scaleX(0.9);
	--transition-speed: all 0.3s;

	/*框架大小*/
	--pc-box-gap:30px;
	--product-mobile-box-gap:20px;
	--box-4-gap:calc( (100% - 90px) / 4 );
	--box-3-gap:calc( (100% - 60px) / 3 );
	--box-2-gap:calc( (100% - 20px) / 2 );
	--box-hotel-2-gap:calc( (100% - 30px) / 2 );
	

	/*顏色*/
	--basic-red:#b23644;
	--basic-brown:#7a6251;
	--light-brown:#967a67;
	--light-brown-bk:#f1e7ce;
	--lgith-brown-bk2:#f9f4e6;
	--basic-brown-bk:#e9d7ac;
	--light-brown-line:#dccba0;
	--product-sep-line:#e3d8bc;
	--basic-yellow:#ffec9f;
	



}


/*PC
-----------------------------------------------------------------*/


/*通用框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.container * {
	transition: var(--transition-speed);
}

.top-header {
	height: 763px;
	position: relative;
}

.top-header img {
	display: none;
}

.block-center {
	width: 100%;
	clear: both;
	max-width: 1460px;
	margin: 0 auto;
}

.container.package {
	background: url(../images/pkg_main.webp) no-repeat center top var(--all-bk);
}

.container.ticket {
	background: url(../images/ticket_main.webp) no-repeat center top var(--all-bk);
}

.container.hotel {
	background: url(../images/hotel_main.webp) no-repeat center top var(--all-bk);
}

.block-basic {
	width: 100%;
	padding: 120px 0 40px 0;
	position: relative;
}

.block-basic:last-child {
	padding: 120px 0;
}

.basic-big-title {
	width: 100%;
	display: inline-grid;
	text-align: center;
	font-family: var(--family-yuji);
	font-size:var(--font-size-big);
	line-height:var(--line-height-big);
	color: var(--black-color);
	margin:20px 0;
}

#card .basic-big-title {
	display: inline-block;
	line-height: 40px;
}

.basic-big-title b {
	font-weight: 400;
	transform: scaleX(1.2);
    display: inline-block;
	font-family: var(--family-shan);
}

.basic-big-title strong {
	color: var(--white-color);
	text-align: center;
	height: 39px;
	line-height: 39px;
	font-family:var(--family-serif);
	font-size: 20px;
	display: inline-block;
	margin: 10px auto;
	transform: var(--short-word);
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
}

strong.big-title-short {
	background: url(../images/big_title_sec_bk2.webp) no-repeat center;
}

strong.big-title-long {
	background: url(../images/big_title_sec_bk1.webp) no-repeat center;
}

.center-text {
	text-align: center;
	width: 100%;
	max-width: 720px;
	font-size: 20px;
	color: var(--black-color);
	line-height: 28px;
	margin: 0 auto 20px auto;
}

.package .together-bk {
	width: 100%;
	background: url(../images/pkg_big_bk1.webp) center 900px no-repeat;
}

.ticket .together-bk {
	width: 100%;
	background: url(../images/ticket_big_bk1.webp) center 400px no-repeat;
}

/*導覽列*/
.block-menu {
	width: 100%;
	position: sticky;
	top: 40px;
	z-index: 3;
}

.block-menu.scrolled {
	background: var(--all-bk);
	border-bottom: 1px solid var(--light-brown-line);
	padding: 10px 0 30px 0;
}

.mainNav {
	font-family: var(--family-yuji);
	color: var(--black-color);
	text-align: center;
}

.nav-first {
	text-align: center;
	display: inline-flex;
    justify-content: center;
    gap: 30px;
	position: relative;
}

.nav-first li ,.nav-first a {
	display: inline-block;
}

.nav-first > li > a {
	font-size: 28px;
	width: 183px;
	height: 57px;
	line-height: 57px;
	background: url(../images/menu_top_bk_b.webp) no-repeat center;
}

.nav-first > li > a:hover ,.mainNav > ul > li:hover > a {
	background: url(../images/menu_top_bk_c.webp) no-repeat center;
}

.mainNav .nav-first .nav-active > a {
	background: url(../images/menu_top_bk_a.webp) no-repeat center;
	color: var(--white-color);
}

.nav-sec {
	display: none;
}

.package .nav1 .nav-sec {
	position: absolute;
    display: inline-block;
    width: 716px;
    height: 54px;
    background: url(../images/menu_sec_bk.webp) no-repeat center bottom;
    bottom: -86%;
    left: -10%;
	z-index: 1;
}

.ticket .nav2 .nav-sec {
	position: absolute;
    display: inline-block;
    width: 716px;
    height: 54px;
    background: url(../images/menu_sec_bk.webp) no-repeat center bottom;
    bottom: -86%;
    left: -10%;
	z-index: 1;
}

.hotel .nav3 .nav-sec {
	position: absolute;
    display: inline-block;
    width: 716px;
    height: 54px;
    background: url(../images/menu_sec_bk.webp) no-repeat center bottom;
    bottom: -86%;
    left: -10%;
	z-index: 1;
}

.nav1:hover > .nav-sec ,.nav2:hover > .nav-sec ,.nav3:hover > .nav-sec {
	position: absolute;
    display: inline-block;
    width: 716px;
    height: 54px;
    background: url(../images/menu_sec_bk.webp) no-repeat center bottom;
    bottom: -86%;
    left: -10%;
}

.nav-sec a {
	font-size: 18px;
	font-family: var(--family-basic);
	font-weight: 600;
	color: var(--black-color);
    padding: 24px 0 8px 0;
    margin: 0 10px;
}

.nav-sec a:hover ,a.red-nav {
	color: var(--basic-red);
	border-bottom: 3px solid var(--basic-red);
}

.menu-flower {
	position: absolute;
	left: 0px;
	bottom: -50%;
	z-index: 1;
}

.menu-flower img {
	display: inline-block;
}

/*商品列表*/
.basic-product-space {
	width: 100%;
	display: flex;
	gap:var(--pc-box-gap);
	flex-wrap: wrap;
	justify-content: center;
}

#hot .basic-product-space {
	margin: 0 0 40px 0;
}

.basic-product-box {
    display: flex;
    flex-direction: column;
    width: var(--box-4-gap);
    border-radius: 20px;
    overflow: hidden;
}

.basic-product-box:hover .basic-product-pic figcaption {
	background: var(--basic-red);
}

.basic-product-box:hover .basic-product-infor {
	box-shadow: 0px 0px 10px #f1e7ce;
}

.basic-product-box:hover .basic-product-name {
	color: var(--basic-red);
}

.basic-product-box:hover .basic-product-list li {
	color: var(--black-color);
}

.basic-product-pic {
	position: relative;
	z-index: 0;
}

.basic-product-pic figcaption {
	position: absolute;
	left: 12px;
	top: 12px;
	font-size: 20px;
	font-family: var(--family-basic);
	font-weight: 600;
	color: var(--white-color);
	text-align: center;
	padding: 10px 20px;
	border-radius: 50px;
	background: var(--basic-brown);
}

.basic-product-pic img {
	border: 1px solid var(--white-color);
	border-radius: 20px 20px 0 0;
}

.basic-product-infor {
	position: relative;
    border-radius: 20px;
    background: var(--white-color);
    padding: 15px;
    z-index: 1;
    left: 0px;
    margin-top: -30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    font-family: var(--family-basic);
}

.basic-product-name {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	color: var(--black-color);
	padding: 0 0 10px 0;
	border-bottom: 1px solid var(--gray-color);
}

.basic-product-name:has(+ ul.basic-product-list:empty) {
	border-bottom: 0;
	padding: 0;
}

.basic-product-infor:has(ul.basic-product-list:empty) {
	gap: 0;
}

ul.basic-product-list {
	display: inline-block;
	width: 100%;
}

ul.basic-product-list:empty {
	display: none;
}

.basic-product-list li {
	text-align: left;
	color: var(--dark-gray-color);
	margin: 0 0 5px 0;
	padding: 0 0 0 24px;
	position: relative;
	line-height: 22px;
    font-size: 15px;
}

.basic-product-list li::before {
	position: absolute;
	content: '';
	background: url(../images/list_dot.webp) no-repeat center;
	width: 12px;
	height: 13px;
	left: 3px;
    top: 6px;
}

.basic-product-list li:empty {
	display: none;
}

.basic-product-price {
	width: 100%;
    text-align: right;
    color: var(--black-color);
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin-top: auto;
}

.basic-product-price strong {
	display: inline-block;
	margin: 0 2px;
	font-size: 25px;
	line-height: 35px;
	color: var(--basic-red);
	font-weight: 700;
}

.basic-linepro-space {
	width: 100%;
	max-width: 1170px;
	margin: 40px auto;
	position: relative;
}

.basic-linepro-box {
	display: inline-flex;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid var(--product-sep-line);
	font-family: var(--family-basic);
}

.basic-linepro-box:last-child {
	border-bottom: 0;
}

.basic-linepro-infor {
	width: calc(100% - 200px);
}

.basic-linepro-name {
	font-size: 18px;
	line-height: 24px;
	color: var(--black-color);
	font-weight: 700;
}

.basic-linepro-name span {
	display: inline-block;
	border-radius: 50px;
	background: var(--basic-brown);
	color: var(--white-color);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 5px 12px;
	margin: 0 5px 0 0;
}

.basic-linepro-box:hover .basic-linepro-name {
	color: var(--basic-red);
}

.basic-linepro-box:hover .basic-linepro-name span {
	background: var(--basic-red);
}

.basic-linepro-box:hover .basic-product-list li {
	color: var(--black-color);
}

.basic-linepro-box ul.basic-product-list {
	margin: 10px 0 0 0;
}

.basic-linepro-price {
	width: 200px;
	color: var(--black-color);
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
	text-align: right;
}

.basic-linepro-price strong {
	display: inline-block;
    margin: 0 2px;
    font-size: 25px;
    line-height: 35px;
    color: var(--basic-red);
    font-weight: 700;
}

/*樂園*/

.park-all-space {
	width: 100%;
	border-radius: 20px;
	display: flex;
	overflow: hidden;
}

.park-cover {
	display: none;
}

.park-box {
	position: relative;
	width: calc(100% / 4);
}

.park-box:nth-child(odd) .park-bottom {
	background: var(--light-brown);
}

.park-box:nth-child(even) .park-bottom {
	background: var(--basic-brown);
}

.park-bottom {
	width: 100%;
	height: 54px;
	color: var(--white-color);
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	justify-content: center;
    align-items: center;
	display: flex;
	font-weight: 600;
	letter-spacing: 1px;
}

.park-box:hover .park-bottom {
	display: none;
}

.park-pic {
	width: 100%;
	line-height: 0;
}

.park-pic img {
	width: 100%;
}

.park-box:hover .park-cover {
	position: absolute;
	width: 100%;
	display: inline-flex;
	background: #55473ee6;
	z-index: 1;
	height: 100%;
	left: 0;
	top: 0;
	justify-content: center;
    align-content: center;
    align-items: center;
	flex-wrap: wrap;
    padding: 20px;
}

.park-name {
	color: var(--white-color);
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 1px solid var(--light-brown);
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.park-text {
	color: var(--white-color);
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
}

.park-item1 {
	position: absolute;
	right: -20%;
    bottom: 20px;
}

.park-item2 {
	position: absolute;
	left: 0;
    bottom: -30%;
}

/*包車一日遊*/
.cartour-item1 {
	position: absolute;
	right: 0;
    bottom: 30%;
}

.cartour-item2 {
	position: absolute;
	right: 0;
    bottom:-10%;
}

/*熱門航點*/
#hot {
	background: url(../images/pkg_big_bk2.webp) no-repeat bottom center;
	overflow: hidden;
}

.hot-airline-space {
	width: 100%;
	display: flex;
	gap: var(--pc-box-gap);
	position: relative;
}

.hot-airline-box {
	width: var(--box-2-gap);
	border-radius: 10px;
	background: url(../images/area_line.webp) no-repeat center 50px  var(--light-brown-bk);
	padding: 30px;
}

.hot-airline-title {
	width: 100%;
	height: 67px;
	line-height: 67px;
	background: url(../images/type_title_bk1.webp) no-repeat center;
	font-family: var(--family-yuji);
	color: var(--white-color);
	text-align: center;
	font-size: 33px;
	letter-spacing:3px;
}

.hot-airline-title strong {
	font-weight: normal;
	color: var(--basic-yellow);
}

.hot-airline-link {
	width: 100%;
	display: inline-flex;
	gap: 10px 20px;
	justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	margin: 20px 0 0 0;
}

.hot-airline-link a {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid var(--light-brown-line);
	background: var(--lgith-brown-bk2);
	text-align: center;
	color: var(--black-color);
	font-size: 20px;
	line-height: 28px;
	padding: 10px 15px;
	font-weight: 600;
	font-family: var(--family-basic);
}

.hot-airline-link a:hover {
	background: var(--basic-brown);
	border: 1px solid var(--black-color);
	color: var(--white-color);
}

.hot-airline-item1 {
	position: absolute;
	left: -30px;
	bottom: -20px;
	z-index: 1;
}

.hot-airline-item2 {
	position: absolute;
	right: 20px;
	bottom: 48px;
	z-index: 1;
}

/*熱門機票*/
.tkt-big-space {
	display: flex;
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	gap: var(--pc-box-gap);
	flex-wrap: wrap;
    justify-content: center;
}

.tkt-box {
	width: var(--box-4-gap);
	max-width: 280px;
	position: relative;
	margin: 20px 0;
	text-align: center;
}

.tkt-box img {
	display: inline-block;
}

.tkt-box h3 {
	display: inline-block;
	width: 100%;
	left: 0;
	position: absolute;
	bottom: -10px;
	z-index: 1;
	text-align: center;
}

.tkt-box h3 span {
	display: inline-flex;
	border-radius: 10px;
	background: var(--basic-brown-bk);
	text-align: center;
	border: 1px solid var(--white-color);
	height: 50px;
	padding: 10px 20px;
	width:137px;
	color: var(--black-color);
	font-size: 24px;
	font-weight: 700;
	align-items: center;
    justify-content: center;
}

.tkt-cover {
	width: 100%;
	max-width: 280px;
	height: 280px;
	position: absolute;
	text-align: center;
	padding: 10px;
	left: 0px;
	top: 0px;
	flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: var(--white-color);
	z-index: 2;
	display: none;
	font-size: 38px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 1px;
	background-image: url(../images/ticket_city_bk.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tkt-cover i {
	font-style: normal;
	font-size: 20px;
	font-family: var(--family-serif-eng);
	width: 100%;
	display: inline-block;
	margin: 12px 0 0 0;
	line-height: 20px;
	font-weight: 100;
}

.tkt-box:hover .tkt-cover {
	display: inline-flex;
	width: 100%;
	height: 100%;
    align-items: center;
    align-content: center;
	z-index: 2;
}

.tkt-box:hover h3 {
	display: none;
}

#tkt .hot-airline-space {
	width: 100%;
	max-width: 1210px;
	margin: 60px auto 0 auto;
}

#tkt .hot-airline-box {
	width: 100%;
	position: relative;
}

.tkt-item1 {
	position: absolute;
	left: -16%;
    bottom: -40%;
}

/*票券當地遊*/
#coupon {
	background: url(../images/ticket_big_bk2.webp) no-repeat center bottom;
}

.coupon-item1 {
	position: absolute;
	right: 0px;
	top: -10%;
	z-index: 1;
}

.coupon-type-space {
	text-align: center;
	width: 100%;
	margin: 40px auto;
}

.coupon-type-title {
	font-size: 35px;
	letter-spacing: 1px;
	font-family: var(--family-yuji);
	color: var(--black-color);
	text-align: center;
	width: 100%;
	line-height: 40px;
	margin: 0 0 20px 0;
}

.coupon-type-title span {
	position: relative;
}

.coupon-type-title span::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 15px;
	height: 15px;
	background: url(../images/red_circle.webp) no-repeat center;
	bottom: 3px;
    right: -2px;
}

.coupon-type-links {
	width: 100%;
	text-align: center;
}

.coupon-type-links a {
	display: inline-flex;
	width: 153px;
	height: 153px;
	text-align: center;
	color: var(--black-color);
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 20px 0;
	align-items: flex-end;
    justify-content: center;
	font-weight: 600;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

a.coupon-type1 {
	background-image: url(../images/ticket_type_icon1-b.webp);
}

a.coupon-type1:hover {
	background-image: url(../images/ticket_type_icon1-a.webp);
}

a.coupon-type2 {
	background-image: url(../images/ticket_type_icon2-b.webp);
}

a.coupon-type2:hover {
	background-image: url(../images/ticket_type_icon2-a.webp);
}

a.coupon-type3 {
	background-image: url(../images/ticket_type_icon3-b.webp);
}

a.coupon-type3:hover {
	background-image: url(../images/ticket_type_icon3-a.webp);
}


/*熱門打卡飯店*/
.block-card-hotel:nth-child(even) {
	background: url(../images/hotel_big_bk1.webp) no-repeat center bottom;
}
.block-card-hotel:nth-child(odd) {
	background: url(../images/hotel_big_bk2.webp) no-repeat center bottom;
}

.card-item1 {
	position: absolute;
	right: 0;
	top: 0%;
	z-index: 1;
}
.card-area-link-space {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 10px;
	margin: 0 0 20px 0;
}

.card-area-link-space a {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	color: var(--black-color);
	border-radius: 10px;
	background: var(--lgith-brown-bk2);
	border: 1px solid var(--light-brown-line);
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.card-area-link-space a:hover ,a.card-area-active {
	background: var(--basic-brown);
	color:var(--white-color);
	border: 1px solid var(--black-color);
}

.block-card-hotel {
	width: 100%;
	clear: both;
	margin: 0 0 110px 0;
	scroll-margin-top: 130px;
}

.block-card-hotel:last-child {
	margin: 0 0 0px 0;
}

.card-area-infor-space {
	width: 100%;
	min-height: 550px;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 10px;
}

#card #shanghai .card-area-infor-space {
	background: url(../images/card_hotel_bk.webp) no-repeat center;
}

#card #hangzhou .card-area-infor-space {
	background: url(../images/card_hotel_bk2.webp) no-repeat center;
}

#card #beijing .card-area-infor-space {
	background: url(../images/card_hotel_bk3.webp) no-repeat center;
}

#card #chongqing .card-area-infor-space {
	background: url(../images/card_hotel_bk4.webp) no-repeat center;
}

#card #chengdu .card-area-infor-space {
	background: url(../images/card_hotel_bk5.webp) no-repeat center;
}

#card #shenzhen .card-area-infor-space {
	background: url(../images/card_hotel_bk6.webp) no-repeat center;
}

#card #guangzhou .card-area-infor-space {
	background: url(../images/card_hotel_bk7.webp) no-repeat center;
}

#card #xiamen .card-area-infor-space {
	background: url(../images/card_hotel_bk8.webp) no-repeat center;
}

.card-area-infor-main {
	position: absolute;
	right: 10%;
	top: 15%;
	width: 378px;
	height: 378px;
	background: url(../images/hotel_card_title_bk.webp) no-repeat center;
	color: var(--white-color);
	text-align: center;
}

.card-area-infor-title {
	font-family: var(--family-yuji);
	font-size: 55px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	margin: 50px 0 15px 0;
}

.card-area-infor-title span {
	font-weight: 400;
	transform: scaleX(1.2);
    display: inline-block;
	font-family: var(--family-shan);
}

.card-area-infor-text {
	font-size: 18px;
	text-align: left;
	width: 100%;
	max-width: 238px;
	line-height: 28px;
	color: var(--white-color);
	font-family: var(--family-basic);
	font-weight: 400;
	display: inline-block;
}

.card-area-product-space {
	width: 100%;
	display: flex;
	gap: var(--pc-box-gap);
	flex-wrap: wrap;
	justify-content: center;
}

.card-area-product-box {
	display: inline-block;
	width: var(--box-3-gap);
	position: relative;
	min-height: 335px;
}

.card-area-product-box:hover {
	box-shadow: 0px 0px 10px #f1e7ce;
}

.card-area-product-box:hover .card-area-product-infor-name {
	color: var(--basic-red);
}

.card-area-product-box .basic-product-list {
	border-top: 1px solid var(--gray-color);
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}

.card-area-product-box .basic-product-list ,.card-area-product-box .basic-product-price {
	opacity: 0;
	display: none;
}

.card-area-product-box:hover .basic-product-list ,.card-area-product-box:hover .basic-product-price {
	opacity: 1;
	display: block;
}

.card-area-product-box:hover .basic-product-list li {
	color: var(--black-color);
}

.card-area-product-box:hover .card-area-product-pic {
	background-position: center -120px;
}

.card-area-product-pic {
	background-position: center -60px;
    background-repeat: no-repeat;
	border-radius: 20px;
	border: 1px solid var(--white-color);
	width: 100%;
	height: 100%;
}

.card-area-product-infor {
	background: var(--white-color);
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-radius: 20px;
	text-align: left;
	color: var(--black-color);
	padding: 5px 15px 13px 15px;
}

.card-area-product-infor-name {
	font-weight: 500;
	color: var(--black-color);
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	width: 100%;
	padding: 5px 0 0 0;
	/* border-bottom: 1px solid var(--gray-color); */
}

.classic-town-hotel .card-area-product-infor-name {
	border-bottom: 1px solid var(--gray-color);
	padding: 5px 0 10px 0;
}

.card-area-product-infor-name span {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.more-product-link {
	text-align: center;
	display: flex;
	margin: 40px 0;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.more-product-link a {
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	color: var(--black-color);
	border-bottom: 1px solid var(--black-color);
	padding: 0 15px 5px 0;
	position: relative;
	font-weight: 600;
}

.more-product-link a:hover {
	color: var(--basic-red);
}

.more-product-link a::before {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	height: 2px;
	background: var(--black-color);
	bottom: -5px;
}

.more-product-link a::after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/more_arrow.webp) no-repeat center;
	right: 0px;
	bottom: 12px;
}

/*古鎮飯店*/
#classic {
	background: url(../images/hotel_big_bk4.webp) no-repeat center -108px;
	padding: 100px 0 0 0;
}

.hotel-last-block {
	background: url(../images/hotel_big_bk6.webp) no-repeat center bottom;
	padding: 0 0 100px 0;
}

.classic-items1 {
	position: absolute;
	left: 0px;
	top:-300px;
}

.classic-items2 {
	position: absolute;
	left: 10%;
    top:134px;
	z-index: 1;
}

.classic-items3 {
	position: absolute;
	right: 14%;
    top: 170px;
	z-index: 1;
}

.classic-town-hotel {
	width: 100%;
	text-align: center;
	scroll-margin-top: 130px;
}

.classic-town-hotel {
	background:url(../images/hotel_big_bk5.webp) repeat-y center;
}

.classic-town-hotel:last-child , .classic-town-hotel:first-child {
	background: transparent;
}

.classic-town-hotel .block-center {
	background: url(../images/hotel_space.webp) no-repeat center 400px var(--light-brown-bk);
	display: inline-block;
    margin: 0 auto 120px auto;
}

.classic-town-infor-space {
	display: flex;
	gap: 20px;
	width: 100%;
	background: url(../images/area_line.webp) no-repeat center 95px;
	padding: 35px 20px;
	align-items: flex-start;
}

.classic-town-infor-main {
	flex: 3;
	padding: 40px 0 0 0
}

.classic-town-infor-text {
	font-family: var(--family-serif);
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	font-weight: 600;
	width: 100%;
	max-width: 470px;
	margin: 20px auto;
}

.classic-town-infor-pic {
	flex: 4;
	position: relative;
}

.classic-town-infor-pic figcaption {
	position: absolute;
	z-index: 1;
	color: var(--white-color);
	text-shadow: 0px 0px 5px var(--black-color);
	right: 60px;
    bottom: 30px;
	font-size: 20px;
	font-family: var(--family-serif);
	font-weight: 600;
	line-height: 30px;
	text-align: right;
}

.classic-town-infor-pic figcaption::before {
	content: '';
	width: 18px;
	height: 25px;
	margin: 0px 4px -3px 0;
	display: inline-block;
	background: url(../images/hotel_location.webp) no-repeat center;
}

.classic-town-product-space {
	display: flex;
	gap: var(--pc-box-gap);
	padding: 40px 40px 0px 40px;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
}

.classic-town-product-space .basic-product-box {
	width: var(--box-hotel-2-gap);
}

.classic-town-product-space .basic-product-pic img {
	width: 100%;
}

.basic-product-box:hover .card-area-product-infor-name {
	color: var(--basic-red);
}

.classic-town-hotel .more-product-link {
	margin: 0 0 40px 0;
}







/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1800px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	/*消失*/
	.hot-airline-item1 ,.hot-airline-item2 ,.cartour-item1 ,.cartour-item2 {
		display: none;
	}
}
@media screen and (max-width: 1600px) {
	

	.block-center ,.center-text {
		padding: 0 20px;
	}

	/*消失*/
	.menu-flower ,.park-item1 ,.park-item2 ,.coupon-item1 ,.card-item1 ,.classic-items1 ,.classic-items2 ,.classic-items3 {
		display: none;
	}

	
}

@media screen and (max-width: 1200px) {
	.basic-product-box ,.tkt-box {
		width: var(--box-3-gap);
	}

	.park-all-space {
		flex-wrap: wrap;
	}

	.park-box {
		width: calc(100% / 2);
	}

	/*消失*/
	.tkt-item1 {
		display: none;
	}
	

}

@media screen and (max-width: 950px) {
	.basic-product-box ,.tkt-box ,.card-area-product-box {
		width: var(--box-2-gap);
	}

	.basic-product-space ,.card-area-product-space ,.classic-town-hotel .classic-town-product-space ,.tkt-big-space {
		gap: var(--product-mobile-box-gap);
	}

	.classic-town-product-space {
		justify-content: center;
		padding: 40px 0px 0px 0px;
	}

}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	html {
		scroll-behavior: smooth;
	}

	.container {
		margin: 40px 0 0 0;
	}

	.container.package ,.container.ticket ,.container.hotel {
		background: transparent;
	}

	.top-header {
		height: auto;
	}

	.top-header img {
		display: inline-block;
	}

	header {
		line-height: 0;
	}

	.block-basic {
		padding: 40px 0;
	}

	.block-basic:last-child ,#classic {
		padding: 40px 0 60px 0;
	}

	.center-text {
		font-size: 15px;
		line-height: 22px;
	}

	.hot-airline-space {
		flex-wrap: wrap;
	}

	.hot-airline-box {
		width: 100%;
		padding: 30px 10px;
	}

	.hot-airline-link {
		gap: 10px;
	}

	.tkt-box {
		margin: 0 0 40px 0;
	}

	.tkt-cover {
		font-size: 24px;
    	line-height: 30px;
	}

	.tkt-cover i {
    	margin: 6px 0 0 0;
		font-size: 15px;
	}

	.basic-big-title {
		margin: 0 0 20px 0;
	}

	.card-area-link-space {
		position: sticky;
		top: 40px;
		z-index: 2;
		gap: 10px;
		background: var(--all-bk);
        padding: 5px;
	}

	.card-area-infor-space {
		background: transparent !important;
		min-height: unset;
		margin: 0 0 20px 0
	}

	.card-area-infor-main {
		background: var(--basic-red);
		border-radius: 20px;
		width: 100%;
		max-width: unset;
		position: unset;
		right: unset;
		height: auto;
        padding: 10px;
		top: unset;
		display: flex;
		align-items: center;
		gap: 10px;
		flex-direction: column;
	}

	.card-area-infor-title {
		margin: 0;
		flex: 1;
		line-height: 55px;
	}

	.card-area-infor-text {
		max-width: none;
		width: auto;
		flex: 3;
		font-size: 15px;
        line-height: 24px;
	}

	.classic-town-infor-main {
		padding: 0;
	}

	.classic-town-infor-space {
		background: url(../images/area_line.webp) no-repeat center 56px;
	}

	.classic-town-hotel .block-center {
		background:var(--light-brown-bk);
	}

	.classic-town-product-space {
		padding: 0px;
	}

	.classic-town-infor-text {
		margin: 20px auto 0 auto;
		max-width: none;
		font-size: 18px;
        line-height: 30px;
	}

	.card-area-link-space a {
		font-size: 15px;
        line-height: 17px;
	}
	

	/*消失*/
	.block-menu ,.classic-town-infor-pic {
		display: none;
	}

	/*滑動留個高度*/
	.block-card-hotel ,.classic-town-hotel {
		scroll-margin-top: 10px;
	}

	
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width:550px) {
	.basic-product-box ,.card-area-product-box ,.classic-town-product-space .basic-product-box {
		width: 100%;
	}

	.basic-linepro-box {
		flex-wrap: wrap;
	}

	.basic-linepro-infor ,.basic-linepro-price {
		width: 100%;
	}

	.park-all-space {
		gap: var(--product-mobile-box-gap);
		border-radius:0;
	}

	.park-box {
		width:100%;
		border-radius: 20px;
        overflow: hidden;
	}

	.basic-linepro-space {
		margin: 0;
	}

	.coupon-type-links a {
		font-size: 18px;
    	line-height: 20px;
		width: 120px;
		height: 120px;
		margin: 5px;
	}

	.card-area-infor-title {
		font-size: 44px;
	}

	.classic-town-product-space {
		padding: 0;
	}

	#classic {
		padding: 60px 0 0 0;
	}

	.card-area-product-box .basic-product-list ,.card-area-product-box .basic-product-price {
		opacity: 1;
    	display: block;
	}

	.card-area-product-box .card-area-product-pic {
		background-position: center -120px;
	}
	
	/*滑動留個高度*/
	html, body {
		scroll-padding-top:40px;
	}

	

}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.coupon-type-title {
    	margin: 0 0 10px 0;
	}

	.coupon-type-links a {
		font-size: 15px;
    	line-height: 18px;
		width: 100px;
		height: 100px;
		padding: 0 0 14px 0;
	}

	.hot-airline-title {
		font-size: 30px;
	}

	.card-area-infor-title {
		font-size: 40px;
		line-height: 44px
	}

	.hot-airline-link a {
		font-size: 18px;
    	line-height: 20px;
	}

	.tkt-box h3 span {
		font-size: 20px;
		height: auto;
		width: auto;
	}

	.tkt-box {
		margin: 0 0 30px 0;
	}

}


@media (max-width: 380px) {
	.tkt-box {
		width: 100%;
	}
}
