@charset "utf-8";
/* CSS Document */

.main {
    padding-top: 120px;
}
.btn{
	display: block;
}
section.travel{
	/*height: 768px;*/
	width: 100%;
	overflow: hidden;
}

.wording{
	float: left;
    width: 33%;
    padding: 20px 30px;
    margin: 0 1%;
    border: 4px double #bbb;
	line-height: 2;
	min-height: 770px;
}

.map{
	float: left;
	width: 65%;
	height: 768px;
	border: 1px solid #999;
}
#map_canvas {
    width:100%;
	height:100%;
}
.travel_block{
	float: left;
}
.tb_back{
	clear: both;
	margin:3px 0 0 5px;
}
.attractions{
	overflow: hidden;
	margin-bottom: 20px;
}
.attractions_wording{
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size:13px; 
	width:310px; 
	height:170px; 
	color:#000;
	font-weight: 400;
	line-height:1.7; 
	overflow:auto;
	}
	
.attractions_wording img {
	display:block;
	width:80px;
	height:80px;
	margin-left: 7px;
    margin-right: 7px;
	}
.route_wrap{
	clear:both;}
.panel_route {
	clear: both;
	padding: 10px;
    border: 1px dashed #A7A7A7;
}
	
.title_transport{
	display: inline;
}
.LocationTarget{
	display: inline;
}
.refresh{
	display: inline-block;
    width: 100px;
}

.refresh a {
    display: block;
    height: 36px;
    line-height: 36px;
    /*padding: 0 10px;*/
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #222;
    margin: 5px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    outline: none;
}

.refresh a:hover {
    background-color: #bb000a;
}

.refresh a.route_map{
	display:none;
}
	
/*景點訊息框*/

.gm-style .gm-style-iw-c{
	padding: 12px !important;
	border-radius: 0px !important;
}

.gm-ui-hover-effect{
	top: 0px !important;
	right: 0px !important;
}

.gm-ui-hover-effect img{
	height: 30px !important;
	width: 30px !important;
	margin: 0px !important;
}
@media screen and (max-width:1024px) {


section.travel{
	padding:0 10px;
}

.wording{
	min-height: 568px;
	padding: 15px;
}

.map{
	height: 568px;
}

}
@media screen and (max-width:768px) {

.refresh a.route_map{
	display:inline-block;
}

.map{
	width: 100%;
	height: 368px;
	margin-bottom: 30px;
}
.wording{
	width: 100%;
	margin: 0;
	min-height: auto;
}
.attractions_wording{
	font-size: 1.2rem;
	width: 280px;
	height: 120px;
}
.refresh{
	width: 200px;
}
.refresh a{
	display: inline-block;
	width: 90px;
}
}