@charset "utf-8";
/* CSS Document */
.mainArea .contentBox .Img {
    border: none;
	margin-bottom:10px;}

/*列表頁*/
ul.spotList{
	margin:0 -10px;}

ul.spotList li{
	padding:0 10px;
	margin-bottom:20px;}

ul.spotList li .item{
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	position:relative;}

ul.spotList li .Img{
	padding:0px 2px 0px 0px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;}

ul.spotList li .Img img{
  border: 1px solid #000;
	display:block;
	width:100%;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

ul.spotList li:hover .Img img{
	opacity:0.4;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);}

ul.spotList li .btn_mask{
	position:absolute;
	top:40%;
	margin-top:0px;
	text-align:center;
	width:100%;
	opacity:0;
	transition:all 0.6s ease;} 
ul.spotList li:hover .btn_mask{
	margin-top:-40px;
	opacity:1;}
ul.spotList .btn_mask i{
	width:45px;
	height:45px;
	line-height:45px;
	color:#fff;
	border-radius:50%;
	background:#876F47;
	transition:all 0.3s ease;}
ul.spotList li .btn_mask i:hover{
	transform:translateY(-5px);}

ul.spotList li .Txt{
	padding:10px 10px;
	background:#fff;
	text-align:center;}

ul.spotList li .Txt h3{
	
	font-size:14px;
	font-weight:normal;}

ul.spotList li .Txt h3 a{
	color:#222;
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

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

ul.spotList li .Txt p{
	padding-top:5px;
	font-size:12px;
	color:#666;
	line-height:1.8;
	height:30px;}

ul.spotList li .Txt b{/*距離計算*/
	margin-top:5px;
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#876F47;}
.start{
	display:none;
	margin-top:30px}
.start a{
	padding: 5px 10px;
    border: 1px solid #BEA170;
    display: inline-block;
    color: #fff;
    background: #BDA173;}
/****內頁****/
.contentBox{}

ul.icon{
	margin:10px 0;}

ul.icon li{
	display:inline-block;
	font-size:13px;
	margin-right:15px;
  line-height:50px;}

ul.icon li.marker_spot{
  cursor:pointer;}

ul.icon li img{
	vertical-align:middle;
	margin-right:5px;}

.map{
	border:1px solid #CCC;}

#spotMap{
	height:600px;}
.contentBox .title b{
	margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #876F47;}
.contentBox .btn{
	display: block;
    text-align: center;
    margin-top: 30px;}
.contentBox .btn a{
	display: inline-block;
    padding: 10px 30px;
    background: #bfa06d;
    color: #fff;
    font-size: 15px;}
.contentBox .btn a:hover {
    background: #82796B;
}
/*側邊相簿*/
@media (max-width:1160px){
	.start{
		display:block;}
	ul.side_album{
		margin:45px 0 100px 0;}
}

@media (max-width: 767px){
	.top .link{
		float:none;
		width:100%;
		text-align:center;}
	
	.col-4{
		width:50%;
		margin-bottom:25px;}
	
	.top{
		position:static;
		margin:15px 0;}	
	
	.top ul.classLink{
		float:none;
		width:100%;
		text-align:center;
		padding-bottom:10px;
		border-bottom:1px solid #CCC;
		margin-bottom:10px;}
	
	.top .link{
		float:none;
		width:100%;
		text-align:center;}
		
}
