﻿
/************************************************************************************
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;}
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;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
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:url(../images/all_bk.jpg) repeat center #f1f1f1;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}

/*動畫*/
@keyframes floating-dot {
	0% {
		transform: translateY(-10%);
		opacity: 1;
	}
	50% {
		transform: translateY(50%);
		opacity: 0;
	}	
	100% {
		transform: translateY(-10%);
		opacity: 1;
	}			
}

@-webkit-keyframes floating-dot {
	0% {
		-webkit-transform: translateY(-10%);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateY(50%);
		opacity: 0;
	}	
	100% {
		-webkit-transform: translateY(-10%);
		opacity: 1;
	}			
}

/*飄雪*/
.snowflakeContainer {
	position: absolute;
	left: 0px;
	top: 0px;
  }
  
.snowflake {
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 24px;
	position: fixed;
	color: rgb(211, 239, 255);
	user-select: none;
	z-index: 999;
}
  
 .snowflake:hover {
	cursor: default;
 }



/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: both;
	position: relative;
}

/*主視覺*/
.block-main {
	width: 100%;
	clear: both;
	min-height: 800px;
	background: url(../images/main_bk.jpg) center top no-repeat;
}

.block-main .block-center {
	min-height: 800px;
}

.main-sec-title {
	position: absolute;
	top: 68px;
	left: 237px;
}

.main-sec-title img {
	max-width: 490px;
	width: 100%;
}

.main-title1 {
	position: absolute;
	left: 142px;
	top:135px;
}

.main-title2 {
	position: absolute;
	left: 264px;
	top:144px;
}

.main-title3 {
	position: absolute;
	right: 311px;
	top:151px;
}

.main-title4 {
	position: absolute;
	right:217px;
	top:151px;
}

.main-title5 {
	position: absolute;
	right:129px;
	top:151px;
}

.main-pad,.main-mobile {
	display: none;
}

.main-scroll {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/scroll_bk.png) no-repeat center top;
	height: 133px;
	text-align: center;
}

.main-scroll img {
	margin:50px auto 0 auto;
	animation-name: floating-dot;
    -webkit-animation-name: floating-dot;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

/*導覽列*/
.block-menu-top {
	width: 100%;
	clear: both;
	margin: 30px 0 20px 0;
	/* background: url(../images/menu_bk.jpg) no-repeat center; */
	text-align: center;
}

.menu-top-box {
	display: inline-block;
	margin: 0px;
}

.menu-top-box a {
	display: block;
	width: 244px;
	height: 182px;
	position: relative;
}

.menu-top-box img {
	position: absolute;
	right: 30px;
    bottom: -7px;
}

.menu-top-box:nth-child(1) a {
	background: url(../images/menu_main1a.png) no-repeat center;
}

.menu-top-box:nth-child(1) a:hover {
	background: url(../images/menu_main1b.png) no-repeat center;
}

.menu-top-box:nth-child(2) a {
	background: url(../images/menu_main3a.png) no-repeat center;
}

.menu-top-box:nth-child(2) a:hover {
	background: url(../images/menu_main3b.png) no-repeat center;
}

.menu-top-box:nth-child(3) a {
	background: url(../images/menu_main2a.png) no-repeat center;
}

.menu-top-box:nth-child(3) a:hover {
	background: url(../images/menu_main2b.png) no-repeat center;
}

.block-menu-sec {
	width: 100%;
	clear: both;
}

.menu-all {
	width: 100%;
	clear: both;
	max-width: 844px;
	margin: auto;
}

.menu-top-line {
	width: 100%;
	position: relative;
	background: url(../images/menu_sec_line1.png) no-repeat center;
	height: 4px;
}

.menu-top-line img {
	position: absolute;
	top: -17px;
}

.menu-tour .menu-top-line img {
	left: 20%;
}

.menu-hotel .menu-top-line img {
	left: 48%;
    top: -16px;
}

.menu-ticket .menu-top-line img {
	right: 20%;
    top: -16px;
}

.menu-tour .sticky {
	top: 30px !important;
    background: #d94e45;
    max-width: 844px;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
}

.menu-hotel .sticky {
	top: 30px !important;
    background: #3b6eb3;
    max-width: 844px;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
}

.menu-ticket .sticky {
	top: 30px !important;
    background: #2d755d;
    max-width: 844px;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
}

.menu-sec-inside {
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 5px;
}

.menu-sec-inside a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 15px;
	background: #ffffff;
	border:1px solid #ffffff;
	color:#3e3e3e;
	margin-right: 5px;
	border-radius: 35px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.menu-tour .menu-sec-inside a:hover {
	color:#d94e45;
	border:1px solid #d94e45;
}

.menu-hotel .menu-sec-inside a:hover {
	color:#3b6eb3;
	border:1px solid #3b6eb3;
}

.menu-ticket .menu-sec-inside a:hover {
	color:#2d755d;
	border:1px solid #2d755d;
}

ul.menu-sec-inside,.menu-sec-inside li {
	display: inline-block;
}

.unsticky li.menu-open {
	display: none;
}

.sticky li.menu-open {
	display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-right: 10px;
}

.menu-bottom-line {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/menu_sec_line2.png) no-repeat center;
	height: 6px;
}

.menu-tour .menu-sec-inside .menu-active a,.menu-tour .sticky a:hover {
	color:#d94e45;
	border:1px solid #d94e45;
	background: #ffeb00;
}

.menu-hotel .menu-sec-inside .menu-active a,.menu-hotel .sticky a:hover {
	color:#3b6eb3;
	border:1px solid #3b6eb3;
	background: #ffeb00;
}

.menu-ticket .menu-sec-inside .menu-active a,.menu-ticket .sticky a:hover {
	color:#2d755d;
	border:1px solid #2d755d;
	background: #ffeb00;
}

.unsticky .menu-sec-otherlink {
	display: none;
}

.sticky .menu-sec-otherlink {
	display: inline-block;
}

.menu-sec-otherlink {
    position: absolute;
    right: 0;
    top: 0;
}

.menu-sec-otherlink a {
	line-height: 42px;
	margin-right: 0;
	border: 0;
	border-radius: 0 0 10px 0;
	width: 113px;
	color: #ffffff;
}

.menu-tour .menu-sec-otherlink a:hover, .menu-hotel .menu-sec-otherlink a:hover, .menu-ticket .menu-sec-otherlink a:hover {
	color: #ffffff;
	border: 0;
}

.menu-tour .menu-sec-otherlink a.otherlink-ticket {
    background: #2d755d;
}

.menu-tour .menu-sec-otherlink a.otherlink-ticket:hover {
	background: #3ea07f;
}

.menu-tour .menu-sec-otherlink a.otherlink-hotel {
	background: #3b6eb3;
	border-radius: 0;
}

.menu-tour .menu-sec-otherlink a.otherlink-hotel:hover {
	background: #477fcb;
}

.menu-hotel .menu-sec-otherlink a.otherlink-tour {
	background: #d94e45;
	border-radius: 0;
}

.menu-hotel .menu-sec-otherlink a.otherlink-tour:hover {
	background: #ec5a51;
}

.menu-hotel .menu-sec-otherlink a.otherlink-ticket {
    background: #2d755d;
}

.menu-hotel .menu-sec-otherlink a.otherlink-ticket:hover {
	background: #3ea07f;
}

.menu-ticket .menu-sec-otherlink a.otherlink-tour {
	background: #d94e45;
	border-radius: 0;
}

.menu-ticket .menu-sec-otherlink a.otherlink-tour:hover {
	background: #ec5a51;
}

.menu-ticket .menu-sec-otherlink a.otherlink-hotel {
    background: #3b6eb3;
}

.menu-ticket .menu-sec-otherlink a.otherlink-hotel:hover {
	background: #477fcb;
}


/*商品*/
.block-product {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
}

.block-product:nth-child(odd) {
	background: url(../images/block_bk1.jpg) no-repeat center;
}

.block-product:nth-child(even) {
	background: url(../images/block_bk2.jpg) no-repeat center;
}

.product-big-title {
	background: url(../images/product_big_title_bk.jpg) no-repeat center;
	margin-bottom: 20px;
}

.product-big-box {
	width: 100%;
	max-width: 920px;
	margin: 0px auto 40px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:50px 30px;
	border: 8px solid #dfc17c;
	border-radius: 35px;
	background: #ffffff;
}

.product-ticket .product-big-box {
	padding-bottom: 0;
}


.product-tour .title-eng {
	text-align: center;
	color:#d94e45;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.product-tour .product-ch-title {
	text-align: center;
	color:#d94e45;
	width: 100%;
	clear: both;
	display: block;
	letter-spacing: 5px;
	font-size: 60px;
	font-weight: bold;
}

.product-hotel .title-eng {
	text-align: center;
	color:#3b6eb3;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.product-hotel .product-ch-title {
	text-align: center;
	color:#3b6eb3;
	width: 100%;
	clear: both;
	display: block;
	letter-spacing: 5px;
	font-size: 60px;
	font-weight: bold;
}

.product-ticket .title-eng {
	text-align: center;
	color:#2d755d;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.product-ticket .product-ch-title {
	text-align: center;
	color:#2d755d;
	width: 100%;
	clear: both;
	display: block;
	letter-spacing: 5px;
	font-size: 60px;
	font-weight: bold;
}

.tour-product-big-box {
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
	display: table;
}

.tour-product-big-pic,.tour-product-big-infor {
	display: table-cell;
	vertical-align: top;
}

.tour-product-big-pic {
	width: 390px;
}

.tour-product-big-pic img {
	width: 100%;
	max-width: 390px;
	border-radius: 20px;
	overflow: hidden;
}

.tour-product-big-infor {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 20px 20px;
}

.tour-product-big-title {
	width: 100%;
	text-align: left;
	font-size: 25px;
	color:#333333;
	text-shadow: 0px 0px 0px #333333;
	line-height: 30px;
	margin: 0 0 10px 0;
}

ul.tour-product-big-list {
	width: 100%;
	clear: both;
	margin: 0 0 25px 0;
}

.tour-product-big-list li {
	color: #94631a;
    text-shadow: 0px 0px 0px #94631a;
	list-style-type: disc;
	font-size: 15px;
	margin: 0 0 10px 25px;
	line-height: 22px;
}

.tour-product-big-list li> span {
	color:#d94e45;
	text-shadow: 0px 0px 0px #d94e45;
}

.tour-product-big-price,.hotel-product-big-price {
	width: 100%;
	clear: both;
}

.tour-product-big-price a {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #d94e45;
	border-radius: 30px;
	text-align: center;
	color:#ffffff;
	font-size: 18px;
	padding: 10px 30px;
	float: right;
}

.tour-product-big-price a:hover {
	background:#ec5a51;
}

.hotel-product-big-price a {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #3b6eb3;
	border-radius: 30px;
	text-align: center;
	color:#ffffff;
	font-size: 18px;
	padding: 10px 30px;
	float: right;
}

.hotel-product-big-price a:hover {
	background:#477fcb;
}

.tour-product-big-price span,.hotel-product-big-price span {
	font-size: 28px;
	font-weight: bold;
	color:#ffc600;
	margin: 0 5px;
}

.separate-line {
	text-align: center;
	width: 100%;
	clear: both;
}

.separate-line img {
	margin: auto;
	width: 100%;
	max-width: 134px;
}

.tour-product-small-box {
	width: 100%;
	clear: both;
}

.tour-product-small-box li {
	display: block;
}

.tour-product-small-box a {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 5px;
	border-bottom: 1px dotted #dfc17d;
}

.tour-product-small-box a:hover {
	background: #fff6e0;
}

.tour-product-small-title {
	font-size: 18px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	color:#333333;
	text-shadow: 0px 0px 0px #333333;
	width: 78%;
	letter-spacing: 1px;
	line-height: 24px;
}

.tour-product-small-title span {
	font-size: 13px;
	background:#d5e7e8;
	border-radius: 30px;
	display: inline-block;
	margin-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 15px;
    line-height: 18px;
}

.hotel-product-small-title {
	font-size: 18px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	color:#333333;
	text-shadow: 0px 0px 0px #333333;
	width: 78%;
	letter-spacing: 1px;
	line-height: 24px;
}

.hotel-product-small-title span {
	font-size: 15px;
    line-height: 20px;
    display: block;
    width: 100%;
    clear: both;
    text-align: left;
    color: #d94e45;
    margin: 5px 0 0 0;
}

.tour-product-small-price {
	display: inline-block;
	vertical-align: middle;
	color: #d94e45;
	font-size: 15px;
	text-align: right;
	width: 21%;
}

.hotel-product-small-price {
	display: inline-block;
	vertical-align: middle;
	color: #3b6eb3;
	font-size: 15px;
	text-align: right;
	width: 21%;
}

.tour-product-small-price span,.hotel-product-small-price span {
	font-size: 20px;
	font-weight: bold;
}

.ticket-product-list-box {
	width: 100%;
	clear: both;
}

.ticket-product-list-box > li {
	display: inline-block;
	width: 32%;
	margin: 0 3px 50px 3px;
	border-right: 1px dashed #e0c37f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	vertical-align: top;
}

.ticket-product-list-box > li:nth-child(3n) {
	border-right: 0;
}

.ticket-product-list-pic {
	text-align: center;
	line-height: 0;
	margin: 0 0 20px 0;
	position: relative;
}

.ticket-product-list-pic span {
	position: absolute;
    background: #ffffffd5;
    left: 10px;
    top: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 15px;
    font-size: 15px;
    color: #333333;
    text-shadow: 0px 0px 0px #333333;
    display: inline-block;
}

/*IE*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.ticket-product-list-pic span{background: #ffffff;}
}

.ticket-product-list-pic img {
	width: 100%;
	max-width: 580px;
	border-radius: 20px;
	overflow: hidden;
}

.ticket-product-list-title {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-align: center;
	text-shadow: 0px 0px 0px #333333;
}

ul.ticket-product-list-special {
	width: 100%;
	clear: both;
}

.ticket-product-list-special li {
	color: #94631a;
	text-shadow: 0px 0px 0px #94631a;
    font-size: 15px;
    text-align: left;
    list-style-image: url(../images/list_check.jpg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 23px;
	margin: 3px 0 0px 23px;
}

.ticket-product-list-numbers {
	width: 100%;
	display: table;
	clear: both;
	margin: 10px 0 20px 0;
}

.ticket-product-list-sale,.ticket-product-list-price {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
    height: 30px;
}

.ticket-product-list-sale {
	color: #ec5a51;
    text-shadow: 0px 0px 0px #ec5a51;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    background: #fff6e0;
}

.ticket-product-list-price {
	text-align: right;
	color:#d94e45;
}

.ticket-product-list-price b {
	font-size: 24px;
}

.ticket-product-list-link {
	width: 100%;
	clear: both;
	text-align: center;
}

.ticket-product-list-link a {
	display: table;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    background: #2d755d;
    color: #ffc600;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}

.ticket-product-list-link a:hover {
	background:#3ea07f;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 930px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}


}

@media screen and (max-width: 847px) {
	.main-pad {
		display: block;
	}
	.main-pad img {
		width: 100%;
	}

	.block-main {
		display: none;
	}

	.ticket-product-list-box > li {
		width: 48%;
		margin: 0 3px 50px 3px;
	}
	
	.ticket-product-list-box > li:nth-child(even) {
		border-right: 0;
	}

	.ticket-product-list-box > li:nth-child(4n-1) {
		border-right: 1px dashed #e0c37f;
	}
}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.block-menu-top ,.block-menu-sec {
		display: none;
	}

	.product-big-box {
		padding: 30px 10px;
	}
	
	.tour-product-big-pic,.tour-product-big-infor {
		display:block;
		width:100%;
	}

	.tour-product-big-pic {
		text-align: center;
	}

	.tour-product-big-pic img {
		max-width: 580px;
		margin: auto;
	}

	.tour-product-big-price a,.hotel-product-big-price a {
		float: none;
		margin: auto;
	}

	.tour-product-big-infor {
		padding: 20px 0;
	}

	.tour-product-small-title {
		margin: 0 0 5px 0;
	}

	.tour-product-small-title,.hotel-product-small-title,.tour-product-small-price,.hotel-product-small-price {
		width: 100%;
	}
	
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {
	
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	html,
	body {width: 100%; min-height: 100%;}
	.main-pad {
		display: none;
	}

	.main-mobile {
		display: block;
	}

	.main-mobile img {
		width: 100%;
	}

	.ticket-product-list-box > li {
		width: 100%;
		margin: 0 3px 50px 3px;
		border-right: 0;
	}
	
	.ticket-product-list-box > li:nth-child(even) {
		border-right: 0;
	}

	.ticket-product-list-box > li:nth-child(4n-1) {
		border-right: 0;
	}

	.product-big-title {
		background: transparent;
	}

	.tour-product-big-price a,.ticket-product-list-link a,.hotel-product-big-price a {
		width: 100%;
	}

}

@media (max-width: 320px) {
	
}