﻿
/************************************************************************************
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%;
    /*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 {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()); /* for IE */-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
	background: #6e0101;
}

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

/*wow*/
.wow:first-child {
	visibility: hidden;
	visibility:visible \9;
}

/*基本顏色變數*/
:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#333333;
	--gray-color:#828282;
	--price-red-color:#cc3e3e;
	--family-basic:Verdana,'微軟正黑體';
	--family-noto:Verdana,"Noto Sans TC";
	/*各區域主色*/
	--pkg--basic-color:#fae568;
	--pkg--light-color:#fffce7;
	--pkg--board-line:#eae8d8;
	--pkg--sec-color:#24c18b;
	--tkt--basic-color:#7ac0de;
	--tkt--light-color:#f3fafc;
	--tkt--board-line:#bae5f0;
	--tkt--sec-color:#8167cc;
	--hotel--basic-color:#ffc17b;
	--hotel--light-color:#fff8ef;
	--hotel--board-line:#fbe8d1;
	--hotel--sec-color:#ff848c;
	--ticket--basic-color:#98d1b1;
	--ticket--light-color:#f3fdf7;
	--ticket--board-line:#c8e1d0;
	--ticket--sec-color:#e0f9ff;
	--special--basic-color:#e3d3f0;
	--special--light-color:#f6f3ff;
	--special--board-line:#e3d3f0;
	--special--dark-color:#944fa8;
}


#back-top {
	right: 2%;
    z-index: 3;
	left: inherit !important;
}

/*動畫*/
@keyframes floating-arrow {
	0% {
		transform: translateY(-30%);
		opacity:1;
	}
	50% {
		transform: translateY(100%);	
		opacity:0;
	}	
	100% {
		transform: translateY(-30%);
		opacity:1;
	}			
}

@-webkit-keyframes floating-arrow {
	0% {
		-webkit-transform: translateY(-30%);
		opacity:1;
	}
	50% {
		-webkit-transform: translateY(100%);
		opacity:0;
	}	
	100% {
		-webkit-transform: translateY(-30%);
		opacity:1;
	}			
}


/*PC
-----------------------------------------------------------------*/


/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.block-center {
	width: 100%;
	max-width:1500px;
	margin: auto;
	clear: both;
	position: relative;
}

.block-focus {
	width: 90%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.img-responsive {display: block; /*max-width: 100%; */height: auto; width: 100%;}

.section{
	min-height: 900px;
}

/*主視覺*/
.block-main {
	width: 100%;
	height:100%;
	float:left;
	clear: both;
	padding-bottom:50px;
	background: url(../images/festival/main_bk.webp) repeat-x top right #6e0101;
	/*display: inline-block;*/
	background-size: contain;
	text-align: center;
	position: relative;
	z-index: 2;
	
}

.main-ipad ,.main-phone {
	display: none;
}

.block-menu {
	position: fixed;
	top:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: grid;
    justify-items: center;
	z-index: 2;
	right:0px;
	display: none;
}

.menu-space {
	display: inline-block;
	position: relative;
	top:45px;
	border-top-left-radius: 20px;
	background: var(--white-color);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid var(--gray-color);
}

.menu-space ul {
	display: grid;
}

.menu-space li {
	display: inline-block;
}

.menu-title {
	border-top-left-radius: 20px;
	background:#000000; 
	color: var(--white-color);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--family-noto);
	padding:15px;
}

.menu-space li ,.menu-space a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-space a {
	display: flex;
	padding: 15px;
	text-align: center;
	color: var(--black-color);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--family-noto);
	flex-wrap: wrap;
    flex-direction: column;
    /*align-items: center;
    justify-content: center;
	min-width: 100px;
	letter-spacing: 1px;*/
}

.menu-space a:hover {
	cursor: pointer;
}

a.menu-sp.nav-link.active ,.menu-space a.menu-sp:hover {
	background: var(--special--basic-color);
}

a.menu-pkg.nav-link.active ,.menu-space a.menu-pkg:hover {
	background: var(--pkg--basic-color);
}

a.menu-tkt.nav-link.active ,.menu-space a.menu-tkt:hover {
	background: var(--tkt--basic-color);
}

a.menu-hotel.nav-link.active ,.menu-space a.menu-hotel:hover {
	background: #dcdcdc;
}

a.menu-ticket.nav-link.active ,.menu-space a.menu-ticket:hover {
	background: var(--ticket--basic-color);
}

.menu-space span {
	display: inline-block;
	text-align: center;
	color: var(--black-color);
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto 5px auto;
	font-weight: normal;
}

.menu-space a:hover span {
	color: var(--gray-color);
}

.menu-tt {width:120px;  padding-top:60px;}
.menu-tt a {display: block; background:#000000; color:#ffffff; font-size:19px; font-weight: bold; text-align: center; padding: 10px 8px; border-radius: 10px 0px 0px 10px;}
.menu-tt a:hover {background: #212358; color:#ffffff;}
.menu-tt a:after {content:"▶"; font-size:8px; padding:8px 5px; position: absolute;}


.main-title {
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

.main-title img {
	/*display: inline-block;*/
}

.head-title {
	float:right; 
	width:20%;
	margin-top: 90px;
	margin-right:15px;
	display:inline-grid;
	justify-content: center;
}

.main-title-pic1 {
	margin: 0;
	line-height: 0px;
	text-align: center;
}

.main-title-pic2 {
	line-height: 0px;
	text-align: center;
}

.main-title-pic2 img {max-width:75px;}
/**/
.main-scroll {
	width: 100%;
	margin: 80px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-family: var(--family-noto);
	font-weight: lighter;
	color: var(--black-color);
}

.main-scroll span {
	width: 100%;
	display: inline-block;
	margin: 0 auto 10px auto;
}

.main-scroll img {
	animation-name: floating-arrow;
    -webkit-animation-name: floating-arrow;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

/*商品區塊*/
.block-product {
	width: 100%;
	clear: both;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.hotel-product-list {
	width: 100%;
}

.hotel-product-list li {
	margin: 5px 0 5px 25px;
    position: relative;
    font-size: 15px;
    color: var(--gray-color);
    line-height: 24px;
    font-family: var(--family-noto);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.hotel-product-list li::before {
	position: absolute;
	left: -24px;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url(../images/hotel_list_icon.webp) no-repeat center;
	content: '';
}


#hokkaido.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour1.webp) no-repeat top center #6f0102;
}

#tohoku.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour2.webp) no-repeat top center #9a1a1b;
}

#kanto.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour1.webp) no-repeat top center #6f0102;
}

#kinki.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour2.webp) no-repeat top center #9a1a1b;
}

#chubu.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour1.webp) no-repeat top center #6f0102;
}

#chugoku.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour2.webp) no-repeat top center #9a1a1b;
}

#okinawa.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-tour1.webp) no-repeat top center #6f0102;
}

#map.block-product {
	padding: 60px 0 0 0;
	background: url(../images/festival/bg-festival-map.webp) no-repeat center center #6f0102;
}

.map-area {padding:0px 0px 60px 0px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}

.map-area img {margin:0 auto;}

.box-area {display: flex; flex-direction: row; /*flex-wrap: wrap; justify-content: center; clear: both;*/ padding:20px 0px;} 

.product-type-big-title {
	width: 100%;
	text-align: center;
	margin: 0 auto 40px auto;

}

/*.product-type-big-title-m {
	display: none;
}*/

.title-tt {background: url(../images/title-bar.webp) repeat-x top center; display: block; width:100%;}

.title-tt2 {background: url(../images/title-bar2.webp) repeat-x top center; display: block; width:100%;}

.title-area {width: 40%; display: inline-block; padding-top:18px;}

.title-ch {color:#ffffff; font-size:36px; font-weight: bold; display: block; padding:5px 0px;}

.title-en {color:#ffffff; font-size:12px; display: block; padding:5px 0px; font-family: var(--family-noto);}

.quick-search-space {
	width: 100%;
	text-align: center;
}

#hokkaido .quick-search-space {
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#hokkaido .quick-search-link {
	max-width: 560px;
    margin: 0 auto;
	min-height: 105px;
}


#hokkaido .quick-search-link a {
	/*border: 1px solid var(--hotel--board-line);*/
}

.quick-search-link a:hover {
	background: #fd7070;
	/*border: 1px solid var(--black-color);*/
}

.quick-search-link {
	width: 100%;
	text-align: center;
	/*min-height: 160px;*/
	padding-bottom: 30px;
}

.quick-search-link a {
	display: inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	padding: 10px 30px 10px 15px;
	line-height: 28px;
	background: #eb5050;
	margin: 5px;
	position: relative;
}

.quick-search-link a::after {
	position: absolute;
	width: 6px;
	height: 11px;
	background: url(../images/select_arrow_white.png) no-repeat center;
	content: '';
	right: 14px;
    top: 19px;
}

.info-container {font-size:16px; line-height: 36px; color:#ffffff; /*width:90%; margin:40px auto 25px auto;*/display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}

.info-container-bgtop {background: url('../images/festival/frame-left.webp') no-repeat left top; width:100%; height:100%; display: flex;}
.info-container-bgbottom {background: url('../images/festival/frame-right.webp') no-repeat right bottom; width:100%; height:100%; display: flex; padding:0px 0px 45px 0px;}

.info-pic {float:right; width:55%; padding:10px;}

.info-pic img {float:left; border-radius:0px 60px 0 60px;}

.info-content {float:left; width:40%; padding:10px;}

.info-content p {padding:15px 10px;}

.icon_line {background: url("../images/info-title.webp") no-repeat center center;}

.data {color:#fff100; font-size:18px; font-weight: bold; display: block;}

.info-name {color:#d34c16; font-size:24px; font-weight: bold; text-align: center; line-height: 73px; min-height: 76px;}


/*
a.map-pin {
	position: absolute;
	display: inline-block;
	max-width: 207px;
	height: 207px;
	width: 100%;
}

.map-location1 {
	left: 50px;
    top: 0px;
}

.map-location2 {
	right: 50px;
    top: 536px;
}

.map-location3 {
	left: -50px;
    top: 500px;
}

.map-location4 {
	right: -50px;
    top: 150px;
}

.map-photo {
	position: absolute;
	right: -20px;
    bottom: -10px;
}

.map-pin .map-photo img {
	border-radius: unset;
	border: 0px;
}

a.map-pin:hover .map-photo img {
	border-radius: unset;
	border: 0px;
}

.map-pin img {
	border-radius: 100%;
	border: 1px solid var(--tkt--basic-color);
}

.map-pin span ,.map-pin h3 {
	border: 1px solid var(--tkt--basic-color);
	background: var(--tkt--basic-color);
	color: var(--white-color);
	text-align: center;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	display: grid;
    align-items: center;
	position: absolute;
	left: -15px;
    top: 0px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--family-noto);
	z-index: 1;
}

a.map-pin:hover img {
	border: 1px solid var(--black-color);
}

a.map-pin:hover span ,a.map-pin:hover h3 {
	background: var(--white-color);
	border: 1px solid var(--black-color);
	color: var(--black-color);
}

a.map-pin:hover p {
	position: absolute;
	left: 1px;
	top: 1px;
	background:rgb(73 162 201 / 50%);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
	border-radius: 100%;
    width: 100%;
    height: 100%;
}
*/
.normal-product-all {
	width:100%;
	clear: both;
}

.normal-product-slide-space {
	width: 100%;
}

.normal-product-slide-box {
	width:30%;
	margin:20px 10px 0 10px;
	border-radius: 20px;
}

.normal-product-slide-box a {
	display: inline-block;
	position: relative;
    width: 100%;
	display: flex;
    /*flex-direction: column;*/
    height: 100%;
	/*background: #ffffff;*/
    border-radius: 20px;
	/*margin:20px 0px;*/
}

.normal-product-slide-box a:hover {
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.normal-product-slide-pic {
	width: 100%;
	position: relative;
}

.normal-product-slide-pic span {
	display: inline-block;
	position: absolute;
	color: var(--white-color);
	font-family: var(--family-noto);
	font-weight: 600;
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 10px;
	left: 10px;
	top: 10px;
	z-index: 1;
	font-size: 18px;
	line-height: 24px;
}

.normal-product-slide-pic img {
	border-radius: 20px 20px 0 0;
	width: 100%;
}

.normal-product-slide-pic p {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 20px;
	z-index: 0;
}

.normal-product-slide-box a:hover .normal-product-slide-pic p {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area1 p {
	background:rgb(141 141 254 / 40%)
}

.normal-area1 span {
	background: #d34c16;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area2 p {
	background:rgb(255 132 140 / 50%);
}

.normal-area2 span {
	background: #ff848c;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area3 p {
	background:rgb(129 103 204 / 50%);
}

.normal-area3 span {
	background: #8167cc;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area4 p {
	background:rgb(27 193 228 / 50%);
}


.normal-area4 span {
	background: #1bc1e4;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area5 p {
	background:rgb(230 102 216 / 50%);
}

.normal-area5 span {
	background: #e666d8;
}

.normal-product-slide-infor {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 20px;
	/*padding: 20px;*/
	position: relative;
	bottom: 20px;
	background: var(--white-color);
	display: flex;  
	flex-direction: column;  
	justify-content: stretch; 
	margin: 15px 0px;
}

.normal-product-content {
	padding:15px;
}

.normal-product-slide-name {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #d40f7d;
    font-family: var(--family-noto);
    font-weight: 600;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.normal-product-slide-text {
	margin: 0px auto;
    position: relative;
    font-size: 15px;
    color: var(--gray-color);
    line-height: 24px;
    font-family: var(--family-noto);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}

.normal-product-slide-star {
	color:#d34c16;
	font-size:13px;
	font-family: 'Noto Sans TC';
	padding:8px 0px;
	text-align: center;
}

#hokkaido .normal-product-slide-infor {
	/*border: 1px solid var(--hotel--board-line);*/
}

#app .normal-product-slide-box a:hover .normal-product-slide-infor {
	/*border: 1px solid var(--black-color);*/
}

button.slick-arrow {
	width:12px;
	height: 21px;
	text-indent: -9999px;
	border: 0px;
	position: absolute;
	bottom:-5px;
	z-index: 1;
}

button.slick-arrow:hover {
	cursor: pointer;
	opacity: .9;
}

button.slick-next {
	background: url(../images/product_arrow_right.png);
	color:#353b75;
	right: 40%;
}

button.slick-prev {
	background: url(../images/product_arrow_left.png);
	color:#353b75;
	left: 40%;
}

.slick-dots {
	width: 100%;
	text-align: center;
    position: relative;
}


.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button {
	display: inline-block;
	background: #a43434;
	border-radius: 50px;
	width: 12px;
	height: 14px;
	text-indent: -9999px;
	line-height: 0px;
	border: 1px solid #902929;
}

.slick-dots li button:hover ,li.slick-active button {
	background: #ffffff;
	cursor: pointer;
}







/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1650px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center {
		width: 95%;
		margin: 0 auto;
	}

	a.pkg-product-box {
		width: 28%;
	}

}
@media screen and (max-width: 1200px) {
	a.map-pin {
		position: relative;
        display: inline-block;
        margin: 10px;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
	}

	.tkt-map-space .block-center {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
		background: transparent;
		min-height: unset;
	}

	.slick-dots {
		margin: 0px 0 20px 0;
	}
	
	.info-pic {float:right; width:45%; padding:10px;}

	.info-content {float:left; width:45%; padding:10px;}

}

@media screen and (max-width: 959px) {
	.block-main {background:none; padding-bottom:0px;}
	.main-title {display: none;}
	.main-phone {display: none;}
	.main-ipad {
		display:block;
		line-height: 0;
		margin-top:40px;
	}
}

@media screen and (max-width: 900px) {
	a.pkg-product-box {
		width: 44%;
	}

	.info-pic {float:right; width:100%; padding:10px;}

	.info-content {float:left; width:100%; padding:10px;}

	
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	html {
		scroll-behavior: smooth;
	}
	
	.pkg-product-infor {
		padding: 10px;
	}
	
	.block-main {
		display: none;
	}

	#hokkaido .quick-search-space {
		background: transparent;
		min-height: auto;
	}

	.normal-product-slide-box {width:100%; display: contents;}
	
	#hokkaido.block-product {
		padding: 50px 0 0 0;
		background: url(../images/festival/bg-festival-tour1.webp) repeat-x top left #6f0102;
		background-size: contain;
		margin-top: -5px;
	}
	
	#tohoku.block-product {
		padding: 60px 0 0 0;
		background: url(../images/festival/bg-festival-tour2.webp) repeat-x top center #9a1a1b;
		background-size: contain;
	}

	#kanto.block-product {
		padding: 60px 0 0 0;
		background: url(../images/festival/bg-festival-tour1.webp) repeat-x top left #6f0102;
		background-size: contain;
		margin-top: -5px;
	}

	#kinki.block-product {
		padding: 60px 0 0 0;
		background: url(../images/festival/bg-festival-tour2.webp) repeat-x top center #9a1a1b;
		background-size: contain;
	}

	#chubu.block-product {
		padding: 60px 0 0 0;
		background: url(../images/festival/bg-festival-tour1.webp) repeat-x top left #6f0102;
		background-size: contain;
		margin-top: -5px;
	}

	#chugoku.block-product {
		padding: 60px 0 0 0;
		background: url(../images/festival/bg-festival-tour2.webp) no-repeat top center #9a1a1b;
		background-size: contain;
	}

	#okinawa.block-product {
		padding: 60px 0 0 0;
		background: url(../images/festival/bg-festival-tour1.webp) repeat-x top left #6f0102;
		background-size: contain;
		margin-top: -5px;
	}
	
	#map {display: none;}
	
	/*.product-type-big-title {
		display: none;
	}
	
	.product-type-big-title-m {
		display: inline-block;
		line-height: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.product-type-big-title-m img {
		display: inline-block;
	}*/
	
	.box-area {display: flow;}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 550px) {
	a.pkg-product-box {
		width: 94%;
        margin: 0 0 20px 0px;
	}

	.pkg-product-pic img {
		box-shadow: none;
	}

	.pkg-product-infor {
		left: 0px;
		top: -30px;
	}

	.map-photo {
		display: none;
	}

	a.map-pin {
		width: 40%;
        height: auto;
	}

	a.map-pin:hover p {
		top: -1px;
	}

	.ticket-all-bk {
		min-height: auto;
	}

	.ticket-icon-link a {
		width: 33%;
	}

	.block-special {
		padding: 40px 0;
		background:var(--special--light-color);
		border-bottom: 1px solid var(--special--board-line);
	}

	.special-space {
		width: 95%;
		padding: 20px;
	}

	.special-all {
		flex-wrap: wrap;
	}

	.special-pic ,.special-infor {
		width: 100%;
	}

	.special-pic {
		padding: 0;
	}

	.special-infor {
		padding: 10px 0 0 0;
	}

	.title-ch {color:#ffffff; font-size:26px; font-weight: bold; display: block; padding:5px 0px;}
	
	.title-tt2 {background: url(../images/title-bar2-m.webp) repeat-x top center; display: block; width:100%;}
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.main-ipad {
		display: none;
	}
	
	.main-phone {
		display: inline-block;
		line-height: 0;
		margin-top:40px;
	}

	.ticket-icon-link a {
		width:37%;
		height: 100px;
	}

	

	
}

@media (max-width: 320px) {
}