@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2017
 ******************************************************************************/
.Wrap {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.place{max-width: 646px; margin: 0 auto;}
a:hover{ text-decoration: none; }

/*======================================== header */
.container{
	margin-right: auto;
	margin-left: auto;
}
img .4img{ width: 100%; height: auto;}

/* ==========================================================
        Navbar Styles
   ==========================================================*/
.container,.jumbotron .container {max-width: 1170px;}
nav.navbar {
    border-bottom: none;
    border-radius: 0;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0px;
	background-color: #017479;
}

/* Navbar Brand */
nav.navbar a.navbar-brand {
    color: #fff;
    font-weight: 600;
}
    nav.navbar a.navbar-brand:hover,
    nav.navbar a.navbar-brand:focus {
    color: inherit;
    }
/* Toggle Button */
nav.navbar .navbar-toggle {
    background: #fff;
    color: #333;
    border: none;
    border-radius: 0;
}
    nav.navbar .navbar-toggle:hover,
    nav.navbar .navbar-toggle:focus {
        background: #fff;
        color: #333;
    }

/* Navbar Components Holder */
nav.navbar .navbar-collapse {
    border: none;
	text-align: center;
}

/* Navbar links */
nav.navbar ul.navbar-nav {
    border: none;
	display: inline-block;
    float: none;
    vertical-align: top;
}
nav.navbar ul.navbar-nav li a{color: #fff;}
nav.navbar ul.navbar-nav li a:hover,nav.navbar ul.navbar-nav li a:focus{color: #fff;background-color:#005458;}
nav.navbar ul.navbar-nav a {font-size: 26px;padding: 15px;margin: 0 11px;}
nav.navbar ul.navbar-nav a:hover,a:focus{color: #333;background: #fff;}
nav.navbar-nav li{ padding: 0 20px;}


/* Navbar Form */
nav.navbar form.navbar-form input {
    border-radius: 0 ;
    border-color: #6172b9;
    background: none;
    color: #fff;
    font-weight: 300;
}

nav.navbar form.navbar-form button {
    background: #6172b9;
    color: #fff;
    border-color: #6172b9;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
}
    nav.navbar form.navbar-form button:hover {
        background: #fff;
        color: #6172b9;
    }

/* Navbar Button */
nav.navbar button.navbar-btn {
    border-radius: 0;
    border-color: #6172b9;
    background: #6172b9;
    color: #fff;
}
nav.navbar button.navbar-btn:hover {
        background: #fff;
        color: #6172b9;
}


/*======================================== Content */

.Section {
	margin: 0 -2%;
}
.Section > .Inner > h1 {
	color: #323232;
	font-size: 1.875em;/*30/16*/
	/*font-weight: bold;*/
	text-align: center;
	margin: 17px 75px;
	padding: 5px;
}

.SectionBanner2 .col-sm-6{ width: 50%; float: left; padding: 0 5px;}
.SectionBanner2 .col-sm-12{ width: 100%;padding: 0 5px;}
.SectionBanner2 {background-image: url(../image/bg.jpg);background-repeat: repeat;}
.SectionBanner2 img {width: 100%; height: auto;margin: 10px 0;}
.SectionSpots > .Inner > .Note > .NoteTitle{
		font-size: 26px;
		color: #73440e;
	}
.Section > .Inner {
		max-width: 1140px;
		margin: 0 auto;
		padding: 30px 0;/*70/16 0*/
	}
	.Section > .Inner > h1 {
		font-size: 2.5em;/*40/16*/
		margin: 40px 100px 10px;
	}
/*圖片共用*/
.ImgBox > .Img {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6d00+0,ffd800+100 */
	display: block;
	/*overflow: hidden;*/
}
.ImgBox > .Img img.Photo {
}

.ImgBox > ul > li >p{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
    margin-top: 8px;
}
.ImgBox > ul > li:nth-child(1) a{
	color: #fff;	
	text-align: center;
	font-size: 19px;
}
.ImgBox > ul > li:nth-child(1) p{
	background-color: #5059ab;
	line-height: 40px;
	border-radius: 20px;
}
.ImgBox > ul > li:nth-child(2) p{
	color: #4f7bac;
}
.ImgBox > ul > li:nth-child(3) p{
	color: #09909f;
	line-height: 28px;
}
.ImgBox > ul > li:nth-child(4) p{
	color: #00ac82;
}
.ImgBox > ul > li:nth-child(5) p{
	color: #5db701;
}
.ImgBox > ul > li:nth-child(6) p{
	color: #d2b700;
}
.ImgBox > ul > li{
	float: left;
	height: 200px;
}
/*SectionBanner */
.SectionBanner {
	background: url("../image/header-m-summer.jpg") no-repeat;
	background-size: contain;
	
}
.SectionBanner:after {
	content: " ";
	display: block;
	padding-top: 55%;
}
.Section.SectionBanner > .Inner {
	padding: 0;
	height: 0;
}
.SectionBanner .Info {
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
	height: 0;
}
/*SectionInfo*/
.SectionInfo {
	background-color: #582170;
}
.SectionInfo >.Inner{
	padding: 30px 10px;
}
.SectionInfo >.Inner > .Tab{
	width: 100%;
	margin: 0 auto;
}
.SectionInfo >.Inner > .Tab > ul{
}
.SectionInfo >.Inner > .Tab > ul > a li{
	float: left;
	border-radius:25px;
	border: 2px solid #333;
	padding: 10px;
	margin: 5px;
	color: #333;
	text-align: center;
	width: 23%;
	font-size: 18px;
}
.SectionInfo >.Inner > .Tab > ul > a li:hover{
	background: #fff;
	color: #f5418f;
}
.SectionInfo > .Inner > .SummaryTitlebg{
	text-align: center;
}
.SectionInfo > .Inner > .SummaryTitle{
	text-align: center;
}
.SectionInfo > .Inner > .SummarySubTitle > h1{
	text-align: center;
	color: #ffffff;
	font-size: 26px;
}
.SectionInfo > .Inner > .NoteTitle{
	text-align: center;
	
}
.SectionInfo > .Inner > .NoteTitle > ul > li{
	list-style: circle;
}
.SectionInfo > .Inner > .SummaryTitle h1{
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: 22px;
}
.SectionInfo > .Inner > .ContentInfo{
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	margin:8px 22px 0;
	color: #fff;
	border: 1px solid #fff;
	padding: 18px;
}
.SectionInfo > .Inner > .ContentInfo a{
	text-decoration: underline;
	color: #555;
}
.Section > .Inner > .ContentInfo span{
	color: #0065b7;
	font-weight: bold;
}

/*SectionHotels*/
.SectionHotels{
	background-image: url(../image/bg.jpg);
	background-repeat: repeat;
}
.SectionHotels > .Inner{
	padding: 6px 30px;
}
.SectionHotels > .Inner > .List > .SummaryTitle{
	text-align: center;
	margin: 10px 0;
	
}

.SectionHotels > .Inner > .List > .SummaryTitle img{
	display: inline-block;
	width: 100%;
}

.SectionHotels > .Inner > .Sponsor{
	background: rgba(255,255,255,0.9);
	padding: 24px 42px;
	width: 80%;
	margin: 40px auto;
	text-align: center;
}


.BtnBox{
	margin: 18px 0;
}
.Btn a{
	text-decoration: none;
}
.List > .Hotel {
	margin:20px 0;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
	background: #fff;
}

.List > .Hotel:hover{ 
	background-color: #fcf0e4;
}

.List > .Hotel a > .ImgBox > .Tag{
	border-radius:100%;
	width: 60px;
	height: 60px;
	background: #ff9001;
	color: #fff;
	padding:18px 7px;
	position: absolute;
	z-index: 3;
	margin: 12px;
	text-align: center;
	font-size: 20px;
	line-height: 14px;
}
.List > .Hotel a > .ImgBox > .Tag span{
	font-size: 12px;
}
.List > .Hotel a > .ImgBox > span img{
	display: inline-block;
	width: 100%;
	padding: 5px;
}
.List> .Hotel a > .Info {
	padding: 10px;
	line-height: 24px;

}
.List > .Hotel a > .Info > h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: center;
	padding:0 0 10px;
	color: #ff9001;
	margin: 0 -5px;
}
.List > .Hotel a > .Info > h2 .SmallEng{
	font-size: 14px;
	margin: -5px;
	font-weight: normal;
	color: #555;
}
.List > .Hotel a > .Info > .Features{
	line-height: 25px;
	font-size: 20px;
}
.List > .Hotel a > .Info > .Price{
	font-size: 28px;
    text-align: right;
    color: #ff6600;
    font-weight: bold;
}
.List > .Hotel a > .Info > .Price span{ font-size: 16px;}
.List > .Hotel > .ImgBox > .Img img.Photo {
	width: 100%;
}

/*SectionSpots*/
.SectionSpots{
	background-image: url(../image/bg.jpg);
	background-repeat: repeat;
}
.SectionSpots > .Inner{
	padding: 6px 30px;
}
.SectionSpots > .Inner > div > .SummaryTitle{
	text-align: center;
}
.SectionSpots > .Inner > div > .SummaryTitle img{
	display: inline-block;
}
.SectionSpots > .Inner > .Hipster > .Item{
	margin: 0 0 36px 35px;
}
.SectionSpots > .Inner > div > .Item > .ImgBox > .Img img{
	width: 100%;
}
.SectionSpots > .Inner > div > .Item > .Info{
	padding: 10px 10px 5px;
}
.SectionSpots > .Inner > .Hipster > .Item > .Info h2{
	font-size: 24px;
	color: #f5418f;
	font-weight: 600;
	text-align: center;
	margin: 8px 0;
}
.SectionSpots > .Inner > div > .Item > .Info > .Des{
	margin: 5px 0;
	line-height: 22px;
}
.SectionSpots > .Inner > .Pilgrimage > .Item{
	border-bottom: 5px solid #6461ef;
	margin: 0 0 36px;	
}
.SectionSpots > .Inner > .Pilgrimage > .Item > .Info h2{
	font-size: 24px;
	color: #6461ef;
	font-weight: 600;
	text-align: center;
	margin: 8px 0;
}
.SectionSpots > .Inner > .Foodaholic > .Item{
	border-bottom: 5px solid #ff8642;
	margin: 0 0 36px;	
}
.SectionSpots > .Inner > .Foodaholic > .Item > .Info h2{
	font-size: 24px;
	color: #ff8642;
	font-weight: 600;
	text-align: center;
	margin: 8px 0;
}
.SectionSpots > .Inner > .Note{
	text-align: center;
	margin: 0 0 32px -15px;
	font-size: 14px;
}
.SectionSpots > .Inner > .Note > ul li{
	margin: 20px;
	text-align: left;
	line-height: 24px;
	color: #73440e;
}
.SectionSpots > .Inner > .Note > ul li > .IconInfo{
	margin:5px 0;
}
.SectionSpots > .Inner > .OtherProduct{
	text-align: center;
	clear: both;
}
.SectionSpots > .Inner > .OtherProduct img{
	margin: 5px 0;
}

/* 商品文字 */
section img {
	width: 100%;
	height: auto;
}
.promotion{display: block;}
.promotion_m{display: none;}
.sec_bg{ width: 450px; background:rgba(255,255,255,0.85);padding: 50px 0; float: right;}
.sec_txt {
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  max-width: 600px;
  margin: 30px auto 10px;
}
.sec_btn{ display: block; width: 50%; margin: 0 auto; padding: 10px 20px; border: 1px solid #ff6600; border-radius: 30px; color: #ff6600; font-size: 20px; background: none;}
.sec_btn:hover{ background-color: #fff; text-decoration: none;}
#sec .Info h2{ color: #e2e0ad; padding: 0;font-size: 25px;}
#sec .Info .txt{ color: #fff; font-size: 15px; padding-bottom: 15px;line-height: 25px;}
#sec .Item{border-bottom: 5px solid #e2e0ad;}
/* 商品 */
#sec h2{ color: #333;font-size: 22px;line-height: 25px; margin-top: 10px; margin-bottom: 5px;padding: 0 10px;}
#sec p{ font-size: 15px;line-height: 26px;padding-right: 30px; color: #0089e9; margin: 0 10px;padding: 0px;}
#sec .delete{ width: 100%; color: #929292; font-size: 16px; padding-left: 10px; }
#sec .price{width: 100%;font-size: 26px; font-weight: 400; color: #ff6600;padding-right: 20px;line-height: 40px; text-align: right;}
.tkt_title{color: #333;font-size: 26px;float: left;padding-top: 20px;;padding-left: 10px;}
.tkt_sub{
	float: right;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background-color: #0089e9;
    padding: 2px 10px;
	border-radius: 15px;
	margin: 22px;

}
.tkt_point{float: left;width: 100%; color: #0089e9; font-size: 16px;  padding-bottom: 15px; padding-left: 10px;}
.tkt_price{float: left;width: 100%;font-size: 26px; font-weight: 400; color: #ff6600;text-align: right;}
.col-sm-4 .sale{ background-color:#e8358a; color: #fff; line-height: 30px; position: absolute; font-size: 16px; padding:0 10px; }
.col-sm-4 img{width: 100%; height: auto;}
.col-sm-3 {margin: 15px 0}
.pro{background-color: #fff;-webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  transition:all .3s ease-out;}
.pro:hover{-webkit-transform:translate(0px,-10px);
  -moz-transform:translate(0px,-10px);
  -ms-transform:translate(0px,-10px);
  -o-transform:translate(0px,-10px);
  transform:translate(0px,-10px);
 background-color:#FFFDEE;}
/*======================================== Back to top button */

@media screen and (max-width: 767px) {
.promotion{display: none;}
.promotion_m{display: block;}    
.SectionInfo >.Inner > .Tab > ul{ margin-left: -30px; }
.SectionInfo >.Inner > .Tab > ul > a li{
	width: 80%;
	margin: 5px 30px;
}
.SectionSpots > .Inner > .Hipster > .Item{
	margin: 0 0 36px 60px;
}
.SummaryTitlebg{display: none;}
.fixed-side-navbar{display: none;}
nav.navbar{ padding: 0px; margin-bottom: -20px;background-image:none;/* background-color: #aa8b55;	 */}
nav.navbar ul.navbar-nav {display: inline-block;}
nav.navbar ul.navbar-nav a {margin: 0 40px;}
nav.navbar ul.navbar-nav a {font-size: 20px;padding: 0px;margin: 8px 15px;}
.nav>li{display: inline-block;}
nav.navbar .navbar-collapse {border: none;text-align: center;}
.navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-bottom: -10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 4px;}
}
.SectionInfo >.Inner{
	padding: 20px 10px;
}
.Section > .Inner {
		max-width: 767px;
		margin: 0 auto;
		padding: 20px 15px;/*70/16 0*/
	}
.List > .Hotel a > .Info > .Features {
    line-height: 25px;
    font-size: 24px;
}
.col-sm-4 {padding:20px 15px 20px 15px;}
.col-sm-7{margin-bottom: 50px;margin-left: 15px;}
.col-sm-5{margin-left: -30px;}
.title img{display: block; margin: 0px auto; max-width: 300px;}
/*======================================== Way */
.way{ background-image: url(../image/bg.jpg); background-repeat: repeat; padding: 10px;}
.way img{ display: block; margin: 0 auto; width: 100%; height: auto;}
.way-txt{font-size: 16px; line-height: 30px; color: #333; float: left;}
.way-txt:hover{ color: #333; }
.way-txt ul{list-style: none;margin-left: -25px;}
.way-txt ul li{ background-image: url(../image/icon_s.png);background-repeat: no-repeat;background-position-y: 12px;}
.more{font-size: 16px;color: #24a3d8;float: right;padding: 9px 15px;}
.more:hover{color: #24a3d8; text-decoration: underline;}
.more-tkt{ color: #fff; width: 150px; font-size: 15px; padding: 5px 20px; border-radius: 30px; border: 1px solid #fff; float: right; text-align: center; margin-bottom: 30px;}
.more-tkt:hover{ color: #ff0}
#goTop{display: none;}
.col-sm-3 {margin: 35px 0;}

@media (max-width: 1200px) and (min-width: 768px) {
#sec h2{ font-size: 18px; }
.way{margin-bottom: 50px;}
.way-txt{font-size: 15px; line-height: 24px; color: #333; float: left; padding: 0 15px; margin-bottom: 0px;}
.tkt_sub{ margin: 20px 2px; }
nav.navbar ul.navbar-nav a{padding: 12px;margin:0px;}	
.table_list img{padding:5px;}

}
@media (max-width: 767px){
     .place{    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    .col-sm-7{margin-bottom: 0px;margin-left: 0px;}
    .col-sm-5{margin-bottom: 30px;margin-left: 0px;}
    .popup-inner{height: 70%;}
    .more-tkt{ color: #fff; width: 150px; font-size: 15px; padding: 5px 20px; border-radius: 30px; border: 1px solid #fff; text-align: center; margin: 0 auto 30px;float: none;}
    .table_list img{padding: 0 5px;}
    }
/*如果使用者之視窗寬度>=600px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 600px) {
	/*======================================== Content */
	/*共用 -購買資訊 */
	.SectionHotels > .Inner > .List > .SummaryTitle img{
		width: 316px;
	}
	.SectionSpots > .Inner > div > .SummaryTitle img,.SectionSpots > .Inner > div > .NoteTitle >img{
		width:253px;
	}
	.List > .Hotel{
		margin:26px 150px;
		background: #fff;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	}
	.SectionSpots > .Inner > .Hipster > .Item, .SectionSpots > .Inner > .Pilgrimage > .Item, .SectionSpots > .Inner > .Foodaholic > .Item{
		width: 80%;
    	margin: 0 auto;
	}
	.SectionSpots > .Inner > .Note{
	
	}
	.SectionSpots > .Inner > .Note > ul{
		display: inline-block;
	}
	.SectionSpots > .Inner > .Note > ul li{
		float: left;
    	margin: 0 30px;
   	 	line-height: 30px;
	}
}
/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {
   
	#goTop{
    	display: block;
    }
	.col-sm-4 {
    padding: 20px 15px;
	}
	/*======================================== 框 */
	.Wrap {}
	/*======================================== header */
	.Header {}
	.Header > .Inner > .Logo,
	.Header > .Inner > .Logo > a {
		height: 30px;
	}
	.Header > .Inner > .Logo {
		margin: -2px 0 0 -120px;
	}
	/*下拉選單*/
	.Menu > ul > li > a {}
	/*======================================== Content */
	.Content,
	.Section > .Inner {
		padding: 0;/*50/16 39/768*100*/
	}
	.Section {
		margin: 0 -5.6%;
	}
	.Section > .Inner > h1 {
		font-size: 2.25em;/*36/16*/
		margin: 0.78em 200px ;
	}
	
	/*SectionBanner */
	.SectionBanner {
		background: url("../image/header-tb-summer.jpg") no-repeat center center;
		background-size: cover;
		height: 400px;
	}
	.SectionBanner:after {
		padding-top: 65.10417%;
	}
	.InfoList {
		max-width:768px;
	}
	/*SectionInfo*/
	.SectionInfo {
		background-color: #582170;
	}
	.SectionInfo >.Inner{
		padding: 20px 30px;
	}
	.SectionInfo >.Inner > .Tab > ul > a li{
		width: 23%;
		margin: 2px 7px;
		font-size: 24px;
	}
	.SectionInfo > .Inner > .SummaryTitle h1{
		font-size: 50px;
		margin: 30px 0 0;
	}
	/*SectionHotels*/
	.SectionHotels{
		background-image: url(../image/bg.jpg);
		background-repeat: repeat;
	}
	.SectionHotels > .Inner{
		padding: 6px 22px;
	}
	.SectionHotels > .Inner > .List > .SummaryTitle img{
		width: 400px;	
	}
	.List > .Hotel a > .Info > .Price span {
    font-size: 14px;
}
	.List {
		display: inline-block;
		max-width: 768px;
		margin:-25px 0% 20px;
	}
	.List > .Hotel {
		float: left;
		max-width: 233px;
		background: #fff;
		margin: 8px 4px 30px;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	}
	.List > .Hotel a > .Info{
		padding: 20px 10px;
	}
	.List > .Hotel a > .Info > h2{
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		color: #ff9001;
	}
	.List > .Hotel a > .Info > h2 .SmallEng{
		line-height: 16px;
		margin: 5px;
		font-size: 12px;
		color: #555;
	}
	.List > .Hotel a > .Info > .Des{
		font-size: 12px;
	}
	.List > .Hotel a > .Info > .BtnPink{
		margin: 5px 30px;
	}
	/*SectionSpots*/
	.SectionSpots{
		background-image: url(../image/bg.jpg);
		background-repeat: repeat;
	}
	.SectionSpots > .Inner > div > .SummaryTitle img{
		width: 253px;
		margin: 30px 0 5px;
	}
	.SectionSpots > .Inner > .Hipster > .Item ,.SectionSpots > .Inner > .Pilgrimage > .Item ,.SectionSpots > .Inner > .Foodaholic > .Item{
		margin: 0 120px 40px;
	}
	.SectionSpots > .Inner > .Note > ul{
		margin: 0 9%;
		display: inline-block;
	}
	.SectionSpots > .Inner > .Note > ul li{
		float: left;
		padding: 0 14px;
		margin:5px 0;
	}
	.SectionSpots > .Inner > .OtherProduct img{
		padding: 0 10px;
	}
	.frame-btn {
  margin: 15px 10px;
  display: inline-block;
  padding: 15px 0px;
  letter-spacing: 3px;
  text-decoration: none;
  position: relative;
  width: 12%;
  text-align: center;
	}
	@media (max-width: 1023px) and (min-width: 768px) {
	.frame-btn {
  margin: 30px 15px;
  display: inline-block;
  padding: 25px 0px;
  font-size: 10px;
  letter-spacing: 3px;
  text-decoration: none;
  position: relative;
  width: 20%;
  text-align: center;
	}
	.frame-btn__text{font-size: 20px;}
	.SectionInfo >.Inner > .Tab > ul {
	margin-left: -20px;}
	.SectionInfo >.Inner{padding: 10px 30px;}
}



}

/*如果使用者之視窗寬度 =1024px(橫向)iPad，將會再載入這裡的 CSS。*/
@media (max-device-width: 1024px) and (orientation: landscape) {}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	#goTop2{
		display: none;
	}
	/*======================================== Wrap 最外框 */
	/*======================================== Header */
	.Header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		padding: 1.375em 0 1em;/*22/16 0 16/16*/
	}
	.Header > .Inner {
		max-width: 1000px;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	.Header > .Inner:after {
		content: "";
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}
	/*------------------------------品牌識別Logo------------------------------*/
	.Header > .Inner > .Logo,
	.Header > .Inner > .Logo > a {
		height: 30px;
		width: 218px;
	}
	.Header > .Inner > .Logo{
		position: static;
		float: left;
		margin: 4px 0;
	}
	.Header > .Inner > .Logo > a {
		position: relative;
	}
	/*======================================== Content */
	.Content {
		padding: 0 0;
	}
	.Section {
		margin: 0;
	}
	.Section > .Inner {
		max-width: 1140px;
		margin: 0 auto;
		padding: 20px 0;/*70/16 0*/
	}
	.Section > .Inner > h1 {
		font-size: 2.5em;/*40/16*/
		margin: 40px 100px 10px;
	}

	/*SectionBanner */
	.SectionBanner {
		background: url("../image/header-summer.jpg") no-repeat center center;
		background-size: cover;
		width: 100%;
		height: 520px;
	}
	.SectionBanner:after {
		padding-top: 34.479167%;
	}
	.SectionBanner .Info {		
	}
	
	.SectionBanner2 .col-sm-6{ width: 50%; float: left; padding: 0 5px;}
.SectionBanner2 .col-sm-12{ width: 100%;padding: 0 5px;}
.SectionBanner2 {background-image: url(../image/bg.jpg);background-repeat: repeat;}
.SectionBanner2 img {width: 100%; height: auto;margin: 10px 0;}
	

	/*SectionHotels*/
	.SectionHotels{
		background-image: url(../image/bg.jpg);
	background-repeat: repeat;
		width: 100%;
	}
	.SectionHotels > .Inner{
	}
	
	/*SectionSpots*/
	.SectionSpots{
		background-image: url(../image/bg.jpg);
	    background-position: 0 0;
	    background-repeat:repeat;
	    width: 100%;
	}
	.SectionSpots > .Inner > div{
		margin: -50px 60px;
		max-width: 1024px;
	}
	.SectionSpots > .Inner > .Hipster > .Item ,.SectionSpots > .Inner > .Pilgrimage > .Item ,.SectionSpots > .Inner > .Foodaholic > .Item{
		float: left;
		width: 980px;
		margin: 0px 50px 50px 0px;
	}
	.SectionSpots > .Inner > .Pilgrimage{
		clear: both;
	}
	.SectionSpots > .Inner > .Foodaholic{
		clear: both;
	}
	.SectionSpots > .Inner > .Note{
		margin: 0 auto;
		clear: both;
	}
	
	.SectionSpots > .Inner > .Note > ul{
		margin: 30px 0 0;
		display: inline-block;
		width: 80%;
		list-style: none;

	}
	.SectionSpots > .Inner > .Note > ul li{
		font-size: 15px;
		text-align: left;
		width: 100%;
		line-height: 24px;
		color: #73440e;
		background-image: url(../image/icon_s.png);
		background-repeat: no-repeat;
		background-position-y:10px; 
	}
	.List {
		display: inline-block;
		max-width: 1200px;
		padding: 0 3px;
		width: 100%;
	}
	.List > .Hotel {
		float: left;
		max-width: 322px;
		background: #fff;
		margin: 10px 8px 40px;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	}
	.List > .Hotel a > .Info{
		padding: 10px;
	}
	.List > .Hotel a > .Info h2{
		font-size: 25px;
		text-align: center;
		color: #ff9001;
	}
	.List > .Hotel a > .Info > h2 .SmallEng{
		font-size: 15px;
		color: #555;
	}
	.List > .Hotel a > .Info > .Features{
		font-size: 22px;
		float: left;
	}
	.List > .Hotel a > .Info > .Price{
		font-size: 28px;
		float: right;
		color: #ff6600;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.List > .Hotel a > .Info > .Price > span{
		font-size: 16px;
		color: #ff6600;
		font-weight: normal;
		padding-right: 2px;
	}
	
	
}


/* SLICK */
/* .slick-dots{bottom:0px;} */
.slick-dots li button:before{font-size:30px;}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before{color:#bfa060;}
.slick-prev, .slick-next{width:48px; height:31px;}
.slick-prev:before{content:url(../images/arrow_left.png);}
.slick-prev{left:-50px;}
[dir='rtl'] .slick-prev:before{content:url(../images/arrow_right.png);}
.slick-next{right:-50px;}
[dir='rtl'] .slick-next{right:auto; left:-50px;}
.slick-next:before{content:url(../images/arrow_right.png);}
[dir='rtl'] .slick-next:before{content:url(../images/arrow_left.png);}


/*如果使用者之視窗寬度>=1280px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1280px) {
	/*======================================== Content */
	.List {
		padding: 0 6px;
		margin: 0;
	}
	.List > .Hotel {
		float: left;
		max-width: 360px;
		background: #fff;
		margin: 10px 8px 40px;
		
	}
	.SectionSpots > .Inner > .Hipster > .Item ,.SectionSpots > .Inner > .Pilgrimage > .Item ,.SectionSpots > .Inner > .Foodaholic > .Item{
		float: left;
		width: 1020px;
		margin: 20px 60px 60px;
	}
	.SectionInfo >.Inner > .Tab {
    width: 100%;

	}

}
/*如果使用者之視窗寬度>=1600px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1600px) {
	.SectionInfo > img{
		height: 900px;
		margin: 0 0;
	}
	/*======================================== Content */
}/*如果使用者之視窗寬度>=1920px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1920px) {
	.SectionInfo > img{
		height: 420px;
		padding: 0 0;
	}
}