@charset "utf-8";
/* CSS Document */
	
.mainArea{
	padding:0;}
	
.btn a{
	display:inline-block;
	padding:13px 30px;
	color:#fff;
	font-size:15px;
	border-radius:30px;
	background:#86964b;
	margin-top: 50px;}
.btn a i{
	margin-left:40px;
	opacity:0.5;}

/*關於我們*/
.aboutArea{
	padding:60px 0 70px 0;
	position:relative;
	background-color: #f6f7f0;
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h2 span{
	background:url(../images/ad_about_icon_10.png) left center no-repeat;
	padding-left:45px;
	color:#86964b;
	font-size:44px;
	font-weight:normal;
	font-family: 'Lato', sans-serif,'微軟正黑體';}
.aboutArea .Img{
	position:absolute;
	right:175px;
	bottom:70px;
	box-sizing:border-box;}
.aboutArea .Img img{
	max-width:100%;}
.aboutArea .Txt{
	font-size:15px;
	color:#666;
	line-height:1.8;
	float:left;
	padding:40px 5px 0 0;
	text-align:left;}
.aboutArea .Txt h3{
	font-size:26px;
	color:#86964b;
	font-weight:normal;
	margin-bottom:30px;}
.aboutArea .Txt strong{
	color:red;
	font-size:26px;
	font-weight: normal;}
.aboutArea .btn{
	}

.aboutArea .btn a{
	display:inline-block;
	padding:7px 30px;
	color:#fff;
	font-size:15px;
	border-radius:30px;
	background:#86964b;
	margin-top: 50px;}
.btn a i{
	margin-left:40px;
	opacity:0.5;}
.btn a:hover{
	background:#ffe278;
	color:#000000;}

/*地圖*/
.mapArea{
	padding:40px 0;}

#gmap_s{
	width:100%;
	height:300px;}

/*推薦商品/房型*/
.featureArea{
	margin:0 auto;
	background:url(../images/background.jpg) left bottom no-repeat;
	background-size:100% 100%;
	padding: 60px 0 90px 0;}
.featureArea .wrap{
	position:relative;}
.featureArea h2{
	text-align:center;
	padding:0;}

.featureArea h3{
	font-weight: normal;
	text-align:center;
	font-size:15px;
	padding: 15px 0 75px 0;
	color:#86964b;}
.featureArea ul li{
	text-align:center;
	padding:0;}
.featureArea ul li .Img{
	position:relative;
	overflow:hidden;
	cursor:pointer;}

.featureArea ul li .Img:after{
	content:"";
	border:1px solid #fff;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	z-index:5;
	transition:all 0.2s ease-in;
	opacity:0;}
.featureArea ul li .Img:hover:after{
	opacity:1;}
.featureArea ul li .Img a{
	display:block;}

.featureArea ul li .Img img{
	display:block;
	width:100%;}

.featureArea ul li .Txt{
	padding: 30px 30px 50px 35px;
	position:relative;
	background: #fff;}

.featureArea ul li .Txt h3{
	padding:15px 0;}
.featureArea ul li .item{
	box-shadow:1px 1px 6px rgba(0,0,0,0.18);
	cursor: pointer;}
.featureArea ul li .Txt h3{
	font-size:20px;
	color:#000000;}
.featureArea ul li .Txt h3 strong{
	font-weight:normal;}

.featureArea ul li .Txt h3 strong a{
	position:relative;
	display:block;
	font-size:20px;
	color:#000000;
	padding-bottom:10px;}

.featureArea ul li .Txt h3 strong a:hover{
	color:#86964b;}

.featureArea ul li .Txt .price{
	margin-top:10px;}

.featureArea ul li .Txt .price strong{
	display:inline-block;
	margin:0 5px;}

.featureArea ul li .Txt .price strong.normal{
	text-decoration:line-through;}

.featureArea ul li .Txt .price strong.discount b{
	font-size:18px;
	font-style:italic;
	color:#DB3336;}

.featureArea ul li .Txt p{
	font-size:13px;
	color:#666666;
	line-height:1.8;
	height:50px;}

.featureArea .bx-wrapper .bx-controls-direction a{
	width:40px;
	height:57px;}
.featureArea .bx-wrapper .bx-prev {
    left: -70px;
    background: url(../images/bx_prev.png) no-repeat;}
.featureArea .bx-wrapper .bx-next {
    right: -70px;
    background: url(../images/bx_next.png) no-repeat;
}
.featureArea .bx-wrapper .bx-next:hover{
	background-position:left;}
/**最新消息**/
.newsArea{
	padding:50px 0 45px 0;
	background:url(../images/new_img_33.png) left bottom no-repeat #86964b;
	color:#fff;}

.newsArea .wrap{
	transform: translateX(-50px);}
.newsArea .wrap:before{
	content:url(../images/news_img_27.png);
	position:absolute;
	top:-250px;
	right:-20px;
	z-index:-1;}
.newsArea h2{
	color:#fff;
	margin-top:20px;}
.newsArea h2 span{
	background: url(../images/news_icon.png) left top no-repeat;
	margin-top:35px;
	color:#fff;}
.newsArea b{
	font-size: 18px;
    display: block;
	margin-left:50px;
	font-weight:normal;}
.newsArea ul{}

.newsArea ul li{
	padding:10px 0 0 10px;}

.newsArea ul li .Img{
	float:left;
	width:150px;
	height:100px;
	overflow:hidden;
	border:6px solid #ffdf47;}

.newsArea ul li .Img a{
	display:block;}

.newsArea ul li .Img img{
	display:block;
	width:100%;}

.newsArea ul li .Txt{
	overflow:hidden;
	padding:15px 30px 0 20px;
	height:97px;}

.newsArea ul li .Txt h3{
	margin-bottom:15px;}

.newsArea ul li .Txt h3 a{
	color:#fff;
	font-size:15px;
	font-weight:normal;}

.newsArea ul li .Txt h3 a:hover{
	text-decoration:underline;}

.newsArea ul li .Txt p{
	margin-top:7px;
	font-size:13px;
	line-height:1.8;
	height:50px;}

.serviceArea{
	background:url(../images/ad_background_68.jpg) repeat;
	text-align:center;
	padding:50px 0 10px 0;}
.serviceArea .wrap{
	position:relative;
	border-bottom:1px dashed #bfbfbf;}
.serviceArea h2{
	margin-bottom:35px;}
.serviceArea .btn,
.featureArea .btn{
	position:absolute;
	top:0;
	right:0;
	transform: translateY(-35px);}
.serviceArea .Img,
.serviceArea .Txt{
	float:left;}
.serviceArea .Txt{
	margin-top:7px;
	text-align:left;
	color:#666666;
	font-size:15px;}
.serviceArea ul li{
	height:90px;}	
.serviceArea .Img.bbq{
	transform:translateY(-10px);}
/*廣告跑馬燈*/
.adArea{
	background:url(../images/ad_background_68.jpg) left center repeat;
	padding:35px 0 70px 0;}
.adArea .wrap{
	position:relative;}
.adArea ul li{
	padding:0;
	list-style:none;}

.adArea .Img img{
	display:block;
	border-radius: 0 10px 0 10px;
	box-shadow: 2px 1px 1px rgba(155,155,155,0.75);
	width:100%;}

.adArea h4{
	display:none;}
.adArea .bx-wrapper .bx-prev {
    left: -10px;}
.adArea .bx-wrapper .bx-next {
    right: -10px;}

footer .map{
	position: absolute;
    top: -40px;
    left: 48%;
    text-align: center;
	padding-left:13px;}
footer .map a{
	color:#fff;
	font-size:16px;
	font-family: 'Playfair Display', serif;
	letter-spacing:2px;
	font-style: italic;
	}
footer .map a i{
	opacity:0.5;}
@media (max-width:1820px){
	.newsArea .wrap{
		transform:none;
		position:relative;}
}
@media (max-width:1800px){
	.newsArea{
		background:#86964b;}
}
@media (max-width: 1180px){
.btn{
	display:none;}
.aboutArea .btn{
	display:block;
	}
.newsArea{
	background:#86964b;
	}
.newsArea .wrap{
	transform:none;}
.aboutArea .Img{
	right:0;}
.featureArea .bx-wrapper .bx-prev {
    left: -20px;}
.featureArea .bx-wrapper .bx-next {
    right: -20px;}

}

@media (max-width: 1020px){
	.aboutArea{
		padding:60px 0 40px 0;}
	.aboutArea .Img{
		display:none;}
	.aboutArea h2{
		font-size:25px;
		text-align:center;}
	.aboutArea .Txt{
		text-align:center;}
	.newsArea{
		padding:10px 0 40px 0;}
	.newsArea .wrap:before{
		display:none;}
	.newsArea h2{
		text-align:center;
		margin-bottom:20px;}
	.newsArea ul li{
		padding:0 0 40px 0;}
	.newsArea h2 b{
		display:none;}
	.featureArea ul li{
		padding:10px;}
	
	.linkArea ul li{
		padding:10px;}

	
}
@media (max-width:800px){
	footer .iconBox{
		padding:0;}
}
@media (max-width: 768px){	
	.aboutArea .aboutBox{
		padding-bottom:100px;}
	
	.aboutArea .aboutBox .Img{
		padding: 30px 0;
		width:100%;}	
	.aboutArea .aboutBox .Txt{
		float:none;
		width:100%;
		text-align:center;}
	.featureArea ul li{
		width:100%;
		margin-bottom:10px;}
}

@media (max-width: 640px){
	
	.featureArea ul{
		margin:0;}
	
	.linkArea ul{
		padding:0;}
	
	.mapArea .mapBox{
		float:none;
		width:100%;
		margin:0;}
}
@media (max-width:520px){
	.newsArea ul li .Img{
		float:none;
		margin:0 auto;}
	.newsArea ul li .Txt{
		padding:15px 0;}
	h2 span{
		font-size:35px;}
}
@media (max-width:480px){
	.marqueeArea ul li h3 a{
		font-size:10px;}
	.aboutArea .Txt h3 {
    font-size: 20px;}
	.aboutArea .Txt p span{
		font-size:20px;}
	.serviceArea ul li{
		height:auto;}
	.serviceArea .Txt{
		text-align:center;}
	.serviceArea h2{
		margin:0;}
}


