﻿
/************************************************************************************
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;}
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;
	background:#ffffff;
	overflow-x: hidden;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}

/*補充動畫*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(3%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(3%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}


/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.block-center {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: both;
	position: relative;
	height: 100%;
	display: table;
}

/*主視覺*/
.block-main {
	width: 100%;	
	text-align: center;
	background:url(../images/main_bk.jpg) no-repeat center top;
	display: block;
	line-height: 0;
}

.block-main img {
	width: 100%;
	max-width: 960px;
}

.main-mobile,.main-mobile2 {
	display: none;
}

.main-title1 {
	position: absolute;
	top: 215px;
	left: 284px;
}

.main-title2 {
	position: absolute;
	top:315px;
	left: 234px;
}

.main-title3 {
	position: absolute;
	top:375px;
	left: 276px;
}

.main-title4 {
	position: absolute;
	top:82px;
	left: 398px;
}

.main-fly {
	position: absolute;
	top:47px;
	left: 220px;
}

.main-logo {
	position: absolute;
	top:45px;
	right: 22px;
}

.main-kitty {
	position: absolute;
	top:294px;
	right: 136px;
}

.main-copyright {
	position: absolute;
	bottom:14px;
	left:20px;
}

/*分隔線*/
.block-line {
	background: #b7f3f8;
	height: 15px;
	width: 100%;
	clear: both;
	text-align: right;
}

/*環島機票包含*/
.block-include  {
	width: 100%;
	clear: both;
	background: url(../images/include_bk.jpg) center top repeat-y #ffffff;
	display: table;
	padding: 80px 0 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.include-title {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 42px;
}

.include-title img {
	width: 100%;
	max-width: 380px;
	margin: auto;
}

.include-title-mobile {
	display: none;
	margin-bottom: 25px;
}

.include-all {
	width: 100%;
	text-align: center;
}

.include-box {
	width: 50%;
    max-width:276px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 30px 20px;
}

.include-box .kitty {
	font-size: 19px;
}

.icon-box {
	width: 100%;
	margin: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	min-height: 138px;
	margin-bottom: 18px;
}
.icon-box img {display: block; width:100%; border-radius: 15px;}

.include-icon1 {
	background:#e0fdff;
	padding-top: 35px;
}

.include-all .include-icon2 {
	background:#d8fff1;
	padding-top: 35px;
	/* margin-top: 54px; */
}

.include-icon3 {
	background:#fff9ce;
	padding-top: 43px;
}

.include-all .include-icon4 {
	background:#ffe9e9;
	padding-top:42px;
	/* margin-top: 54px; */
}

.include-icon5 {
	background:#f2efff;
	padding-top: 47px;
}

.include-text {
	width: 100%;
	text-align: center;
	color:#333333;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

.include-text span {
	display: inline-block;
}

.include-small {
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    text-align: left;
    letter-spacing: 0.5px;
}
.include-small ul {width:80%; margin:0 auto;}
.include-small ul li {list-style: disc;}

/*馬上購票*/
.block-product {
	width: 100%;
    clear: both;
    background: url(../images/product_bk.jpg) center bottom no-repeat #fffce4;
    min-height: 400px;
    padding: 65px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-left {
	float: left;
	/*max-width: 500px;*/
	width: 100%;
}

.product-right {
	float: right;
	/*max-width: 425px;*/
    margin-top:20px;
	width: 100%;
	background:#ffffff;
	border-radius: 15px;
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.product-text {
	text-align: left;
	color:#333333;
	text-shadow: 0 0 0 #333333;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.product-text p {
	margin-bottom: 6px;
	display: inline-block;
}

.product-table {
	border: 1px solid #feb746;
	border-radius: 15px;
	overflow: hidden;
	font-size: 18px;
}

.product-small-text {
	font-size: 13px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 0;
}

.product-small-text ul {
	margin-top: 6px;
}

.product-small-text li {
	list-style: decimal;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 5px 0;
    margin: 0 0 0 20px;
}


/*ie hack*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.product-table{border-radius: 0px;}
  }

.product-table span {
	/* margin-right: 5px; */
	display: inline-block;
}

.product-table span:last-child {
	margin-right:0;
}

.product-table-head {
	background:#ffedbe;
	border-right: 1px solid #feb746;
	border-bottom:  1px solid #feb746;
}

.product-table-head:last-child {
	border-right:0;
}

.product-table-td {
	background:#ffffff;
	border-right: 1px solid #feb746;
}

.product-table-td:last-child {
	border-right:0;
}

.product-table-bottom {
	border-bottom:  1px solid #feb746;
}
.product-time {
	width: 100%;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color:#ff9e04;
	text-shadow: 0 0 0 #ff9e04;
	margin-bottom: 8px;
}

.product-box {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 5px;
	border-bottom: 1px dotted #feb746;
	display: table;
}

.product-box:last-child {
	border-bottom:0;
	padding-bottom: 0px;
}

.product-box-title {
	font-size: 25px;
	text-align: left;
	display: table-cell;
	color:#333333;
	text-shadow: 0 0 0 #333333;
    float:left;
}

.product-box-price {
	font-size: 15px;
	color:#333333;
	text-shadow: 0 0 0 #333333;
	/*width: 100%;
	clear: both;*/
	margin: 0px 0 0 20px;
    float:right;
}

.product-box-price span {
	display: inline-block;
	color:#ef4949;
	text-shadow: 0 0 0 #ef4949;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 0 3px;
}

.product-box-price b {
	font-weight: normal;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 15px;
	background:#ffedbe;
	margin: 0 0 0 5px;
}

.product-box-buy,.product-box-buy2 {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.product-box-buy a {
	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    background: #ff9e04;
    box-shadow: 0px 5px 0 #ef8700;
    display: inline-block;
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-box-buy2 a {
	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    background: #b1b1b1;
    box-shadow: 0px 5px 0 #9c9a9a;
    display: inline-block;
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.product-box-buy a:hover {
	background:#ef4949;
	box-shadow: 0px 5px 0 #d43131;
}

.product-box-buy2 a:hover {
	background:#a2a2a2;
	box-shadow: 0px 5px 0 #828282;
}


/*Q&A*/
.block-qa {
	width: 100%;
	clear: both;
	background:url(../images/qa_bk.jpg) center bottom no-repeat #fff4f4;
	min-height:467px;
	padding: 64px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.qa-question,.qa-pic {
	display: table-cell;
	width: 50%;
}

.qa-question {
	text-align: left;
	padding-bottom: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.qa-pic {
	text-align: right;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:bottom;
	line-height: 0;
}

.qa-pic img {
	max-width: 376px;
	width: 100%;
}

.qa-box {
	display: inline-block;
	width: 100%;
	max-width: 465px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px;
	color:#ffffff;
	vertical-align: top;
	background:#f78c8c;
	border-radius: 15px;
	margin-bottom: 20px;
}

.qa-box:last-child {
	margin-bottom: 0;
}

.qa-box p {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 25px;
}

.qa-answer {
	line-height: 20px;
	font-size: 15px;
}

.qa-answer span {
	font-weight: bold;
	color:#fff9ce;
	font-size: 25px;
	display: inline-block;
	width: 100%;
	clear: both;
	margin-bottom: 13px;
	line-height: 30px;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 945px) {
	
	.main-kitty {
		display: none;
	}

	.main-title1 {
		left: 234px;
	}

	.main-title2 {
		left: 184px;
	}

	.main-title3 {
		left: 270px;
	}

	.block-product {
		padding: 60px 0;
	}

	.product-left {
		float: none;
		margin: 0 auto 20px auto;
		max-width: none;
		width: 90%;
	}

	.product-right {
		float: none;
		margin: 0 auto;
		max-width: none;
		width: 90%;
	}

	.qa-question {
		padding:0 20px 60px 20px;
	}

}

@media screen and (max-width: 896px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}
	.include-all {
		text-align: center;
	}

	.include-box {
		margin-right: 30px;
	}
}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	
	.block-main {
		display: none;
	}
	.main-mobile {
		display: block;
		line-height: 0;
	}
	
	.main-mobile img {
		width: 100%;
		max-width: 970px;
	}

	.include-box {
		margin: 10px;
		width: 80%;
		max-width: none;
	}

	.include-all .include-icon2,.include-all .include-icon4 {
		margin-top: 0;
	}

	.qa-question {
		padding: 0;
		display: block;
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.qa-pic {
		display: block;
		width: 80%;
		margin: auto;
		text-align: center;
		padding: 60px 0 0 0;
	}

	.qa-box {
		text-align: left;
	}
    
    .product-box-title {
	font-size: 25px;
	text-align: left;
	display: table-cell;
	color:#333333;
	text-shadow: 0 0 0 #333333;
    float:none;
}

.product-box-price {
	font-size: 15px;
	color:#333333;
	text-shadow: 0 0 0 #333333;
	width: 100%;
	clear: both;
	margin: 7px 0 0 0px;
    float:none;
}
	
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:677px) {
.block-include  {
	width: 100%;
	clear: both;
	background: url(../images/include_bk.jpg) center top repeat-y #ffffff;
	display: table;
	padding: 30px 0 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
    
.block-product {
		padding: 30px 0;
	}
    
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	html,
	body {width: 100%; min-height: 100%;}
	.main-mobile {
		display: none;
	}
	.main-mobile2 {
		display: block;
		width: 100%;
		clear: both;
		line-height: 0;
	}

	.main-mobile2 img {
		width: 100%;
	}

	.include-title {
		display: none;
        /*width:90%;
        display: block;
        text-align: center;*/
	}

	.include-title-mobile {
		display: block;
		text-align: center;
	}

	.include-title-mobile img {
		width: 100%;
		max-width: 320px;
		margin: auto;
	}

	.include-box {
		width: 80%;
	}

	.product-table {
		font-size: 13px;
	}

	.product-box-title,.product-box-price span {
		font-size: 20px;
	}

	.product-box-title,.product-box-buy {
		display:block;
	}

	.product-box-buy {
		text-align: center;
		margin-top: 10px;
	}

	.product-box-buy a {
		width: 100%;
		margin: auto;
	}
    
    .product-box-price b {margin:5px 0px;}
	
}

@media (max-width: 425px) {
	.product-table-td {
		line-height: 20px;
	}

	.product-table span {
		margin-right: 0px;
	}

	.product-box-title,.product-box-price {
		display: block;
		width: 100%;
	}

	.product-box-title {
		margin-bottom: 5px;
	}
}

.notes {line-height:26px; font-size:13px; width:95%; text-align: left; margin: 0 auto; background:#eeeeee; padding:5px; margin-top:20px;}
.notes span {display: block;}