﻿@charset "utf-8";
*{	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color:#ff0041;
}
a{text-decoration:none;}

/* 主圖 */
.banner_area{
	height: 460px;
}
.header{
	width: 100%;
	height: 460px;
	background: url(../images/header_bg.jpg) repeat-x center top;
	background-size: cover;
	position: absolute;
}
.banner_area > img{
	display: block;
	position: absolute;
}
.banner_area > img.title{top: 176px; right: calc(50% - 258.5px);}

/* 內容─團─more按鈕 */
.btnmore {
    color: #ffffff;
    background: #04b799;
    margin: 10px 0px 5px 90%;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 5px #00a388;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnmore:hover {
     opacity: 0.8;
}
.btnmore:active {
    border-bottom: solid 0px #00a388;
	margin-top: 5px;
}

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	padding: 9px 0px;
	/*背景漸層*/
	background-color: #d48936;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ba6d27), color-stop(0.3, #d48936), color-stop(0.7, #d48936), color-stop(1, #ba6d27));
	background: -moz-linear-gradient(left, #ba6d27 0%, #d48936 30%, #d48936 70%, #ba6d27 100%);
	background: -webkit-linear-gradient(left,  #ba6d27 0%, #d48936 30%, #d48936 70%, #ba6d27 100%);
	background: -o-linear-gradient(left,  #ba6d27 0%, #d48936 30%, #d48936 70%, #ba6d27 100%);
	background: -ms-linear-gradient(left,  #ba6d27 0%, #d48936 30%, #d48936 70%, #ba6d27 100%);
	background: linear-gradient(left,  #ba6d27 0%, #d48936 30%, #d48936 70%, #ba6d27 100%);
	/*位置*/
	position: relative;
	z-index: 2;
	
}
.nav > ul{
	width: 1100px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav > ul > li{float: left; margin-right: 0.4%;}
.nav > ul > li:last-child{margin-right: 0px;}
.nav > ul > li > a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	color: white;
	background-color: rgba(171, 2, 17, 0);
	border-radius: 8px;
	padding: 0px 10px;
}
.nav > ul > li > a:hover{background-color: #ba6d27;}
#page_japan .nav > ul > li:nth-child(1) > a{background-color: white; color: #6b380e;}
#page_korea .nav > ul > li:nth-child(2) > a{background-color: white; color: #6b380e;}
#page_chm .nav > ul > li:nth-child(3) > a{background-color: white; color: #6b380e;}
#page_sea .nav > ul > li:nth-child(4) > a{background-color: white; color: #6b380e;}
#page_island .nav > ul > li:nth-child(5) > a{background-color: white; color: #6b380e;}
#page_eu .nav > ul > li:nth-child(6) > a{background-color: white; color: #6b380e;}
#page_cruise .nav > ul > li:nth-child(7) > a{background-color: white; color: #6b380e;}
#page_an .nav > ul > li:nth-child(8) > a{background-color: white; color: #6b380e;}
/*#page_mea .nav > ul > li:nth-child(9) > a{background-color: white; color: #6b380e;}
#page_nsa .nav > ul > li:nth-child(10) > a{background-color: white; color: #6b380e;}*/
#page_tw .nav > ul > li:nth-child(9) > a{background-color: white; color: #6b380e;}
#page_air .nav > ul > li:nth-child(10) > a{background-color: white; color: #6b380e;}
#page_taichung .nav > ul > li:nth-child(11) > a{background-color: white; color: #6b380e;}
#page_kaohsiung .nav > ul > li:nth-child(12) > a{background-color: white; color: #6b380e;}
.nav2{
	width: 100%;
	height: auto;
	background-color: #ffc26c;
}
.nav2 > ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav2 > ul > li{float: left;}
.nav2 > ul > li > a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #6b380e;
	padding: 0px 10px;
}
.nav2 > ul > li > a:hover{background: #ffd482;}

/* 內容 */
.content{
	clear: both;
	width: 1000px;
	height: auto;
	padding-top: 30px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
.content > img{display: block; margin: 0px auto;}
.sale{
	display: block;
	width: 100%;
	height: auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fd0002;
	margin: 0px auto 20px auto;
}
.box{
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #910000;
	/*背景漸層*/
	background-color: #d48936;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d48936), color-stop(1, #ffe35b));
	background: -moz-linear-gradient(left, #d48936 0%, #ffe35b 100%);
	background: -webkit-linear-gradient(left,  #d48936 0%, #ffe35b 100%);
	background: -o-linear-gradient(left,  #d48936 0%, #ffe35b 100%);
	background: -ms-linear-gradient(left,  #d48936 0%, #ffe35b 100%);
	background: linear-gradient(left,  #d48936 0%, #ffe35b 100%);
}
h1 span{font-size: 15px; font-weight: normal; letter-spacing: 1px;}
.boxin{
	width: 100%;
	height: auto;
	padding: 0px 2% 5px 2%;
}
h3{
	clear: both;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #00a388;
	padding-top: 30px;
}
h4{
	font-size: 20px;
	font-weight: bold;
	color: #51565d;
	padding-top: 20px;
}
p{
	text-align: justify;
	font-size: 18px;
	color: #51565d;
	padding-top: 10px;
}
p a{text-decoration: underline;}
p a:hover{text-decoration: none;}
p.step{overflow: hidden;}
p.step span{float: left;}
p.step span:first-child{
	width: 7%;
	height: auto;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #51565d;
	padding: 4px 0px;
	margin-right: 1%;
	border-radius: 10px;
}
p.step span:last-child{width: 92%;}
ol.number{
	width: 100%;
	height: auto;
	margin: 0px auto;
	list-style: decimal inside;
	text-align: justify;
	text-indent: -18px;
	font-size: 18px;
	line-height: 1.5em;
	color: #51565d;
	padding: 5px 0px 0px 18px;
}
p .sp01{font-size: 21px; color: #fd0002;}
p .sp02{color: #fd0002;}

/* 內容─圖文 */
img.graphic{
	float: left;
	width: 24%;
	height: auto;
	padding-top: 20px;
}
div.graphic{
	float: right;
	width: 74%;
	height: auto;
}

/* 內容─地圖 */
div.map{
	float: left;
	width: 35%;
	height: auto;
}
iframe.map{
	float: right;
	width: 65%;
	height: 480px;
	padding-top: 20px;
}

/* 內容─機票 */
[class^="air_"]{width: 100%; overflow: hidden; margin-bottom: 5px;}
[class^="air_"] a{
	display: block;
	float: left;
	font-size: 19px;
	color: black;
	border-bottom: 2px dotted #bfbfbf;
	padding: 15px 0px 4px 0px;
	margin-right: 2%;
	overflow: hidden;
}
[class^="air_"] a .small{font-size: 12px; color: #959595;}
[class^="air_"] a:hover{background-color: #eeeeee;}
[class^="air_"] a .area{float: left;}
[class^="air_"] a .price{
	float: right;
	text-align: right;
	color: #fd0002;
}
[class^="air_"] a .price:before{content: "$";}
[class^="air_"] a .price:after{content: "起";}
.air_ticket a{width: calc(94%/4);}
.air_free a{width: 49%;}
.air_ticket a:nth-child(4n){margin-right: 0px;}
.air_free a:nth-child(even){margin-right: 0px;}
[class^="air_"] a.moreair{
	float: right;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	line-height: 28px;
	color: white;
	border-bottom: 0px;
	background-color: #959595;
	border-radius: 2px;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}
[class^="air_"] a.moreair:hover{background-color: #626262;}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #bfbfbf;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.goods > a{
	display: block;
	max-width: 82%;
	float: left;
	font-size: 21px;
	color: black;
}
.goods > a:hover{background-color: #eeeeee;}
.goods .price{
	min-width: 145px;
	float: right;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #fd0002;
}
.goods .price:before{
	content: "$";
	font-size: 14px;
	font-weight: normal;
}
.goods .price:after{
	content: "元起";
	font-size: 14px;
	font-weight: normal;
}
.goods .price_del{
	min-width: 80px;
	float: right;
	text-align: right;
	text-decoration: line-through;
	font-size: 17px;
	color: #51565d;
	padding-top: 12px;
}
.goods .date{
	float: left;
	min-width: calc(100% - 350px);
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #6b380e;
	margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 10px;
	color: white;
	background-color: #d48936;
	padding: 0px 10px;
	margin-right: 5px;
	border-radius: 15px;
}
.goods .date a{color: #6b380e; margin-left: 5px;}
.goods .date a:hover{text-decoration: underline;}

/* gotop */
#gotop {
    display: none;
    position:fixed;
    bottom: 50px;
	margin-left:1020px;
    text-decoration: none;
    height:50px;
    width:50px;
    z-index: 1001;
    display: block;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
#gotop:hover {
    background-position: 0px -50px;
}

/* 其他 */
.clear{clear: both;}

@media screen and (max-width: 999px){
/* 選單 */
.nav{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(201, 3, 20, 0.7);
	position:fixed;
	z-index: 2000;
	top: 40px;
	overflow: auto;
}
.nav > ul{width: 80%; overflow: visible;}
.nav > ul > li{float: none; padding: 2px 0px; margin-right: 0px;}
.nav2 > ul{display: none;}
/* 內容 */
.content{width: 96%;}
}

@media screen and (max-width: 984px){
/* 內容─團 */
.goods > a{max-width: 100%;}
}

@media screen and (max-width: 831px){
/* 內容─機票 */
.air_ticket a{width: 49%;}
.air_ticket a:nth-child(even){margin-right: 0px;}
.air_free a{float: none; width: 100%; margin-right: 0px;}
}

@media screen and (max-width: 799px){
/* 內容─地圖 */
div.map{
	float: none;
	width: 100%;
}
iframe.map{
	float: none;
	width: 100%;
	height: 350px;}
}

@media screen and (max-width: 729px){
/* 主圖 */
.banner_area{height: auto;}
.header{
	width: 100%;
	position: initial;
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 35px;
	background-size: 100%;
    padding-bottom: 55%;
}
.banner_area > img{display: none;}
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 85%;}
/* 內容 */
p.step span:first-child{width: 10%;}
p.step span:last-child{width: 89%;}
}

@media screen and (max-width: 600px){
/* 內容 */
.content > img{width: 100%;}
p.step span:first-child{display: block; width: 70px;}
p.step span:last-child{display: block;	width: 100%; padding-top: 5px;}
/* 內容─圖文 */
img.graphic{float: none; width: 100%;}
div.graphic{float: none; width: 100%;}
}

@media screen and (max-width: 459px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 75%;}
/* 內容─機票 */
.air_ticket a{float: none; width: 100%; margin-right: 0px;}
}