@charset "utf-8";
/* CSS Document */

.store{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	color: #5d6955;
	/*text-align: center;*/
	padding: 2.5rem;
	background: #fff;
	/*border: 1px solid #CCC;*/
	box-sizing: border-box;
	overflow: hidden;
}

.store:first-child{
	margin-bottom: 2rem;
}

.search_bar{
	font-size: 1.8rem;
	font-weight: 500;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
}
.search_product,.search_btn{
	padding-top: 1rem;
}
.search_location{
	display: flex;
	flex-wrap: wrap;
}
.search_city, .search_area{
	padding-top: 1rem;
}
.search_bar select{
	font-size: 1.6rem;
	line-height: 1.8rem; 
	width: 16rem;
	height: 2.6rem;
	color: #999;
	border: 1px solid #ccc;
}
.label{
	display: inline-block;
}
.label.city2, .label.area2{
	display: none;
}
.search_btn{
	align-self: flex-end;
}

#search_btn, #m_search_btn{
	width: 12rem;	
	background-color: #5d6955;
	color: #fff;
	font-size: 1.6rem;
	border: 0;
	border-radius: .4rem;
	cursor: pointer;	
}
#m_search_btn{
	display: none;
}

/*門市區域*/
#store_area{
	position: relative;
	float: left;
	width: 35rem;
	margin: 0 2rem 1rem 0;
	background-color: #fff;
	box-sizing: border-box;
	
}	
#store_area .nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
	box-sizing:border-box;
}	
#store_area .total{
	margin-bottom: 1rem;
}

#store_area .page{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
#store_area .nav p{
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0;
}
#store_total{
	
}
#store_page{
	padding-right: 1rem;
	text-align: right;	
}	
#store_prev, #store_next{
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;	
	background: #5c6854;
	color: #fff;
	font-size: 2rem;	
}
#store_list{
	width: 100%;
}
#store_list > div{
	border-bottom: 2px dotted rgba(93,105,85,0.3);
	
}
#store_list h5{
	padding: 1rem 0;
	border-bottom: 2px dotted rgba(93,105,85,0.3);
}
.store_item{
	width: 100%;
	margin: 0 auto;
	padding: 1rem 1rem 1.5rem 1rem;
	box-sizing: border-box;
}

.store_item h3{
	width: auto;
	margin: 0.5rem 0;
	display: inline-block;
}
.store_item p{
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0;
}
.store_item .fa-map-marker{
	color: #e60011;
	font-size: 2.4rem;
	line-height: 1.4rem;
}

.store_info{
	width: 100%;
	display: flex;	
}
.label{
	white-space:nowrap;
}

/*地圖區域*/
#map_area{
	position: relative;
	float: left;
	width: calc(100% - 35rem - 2rem);
	height: 60rem;
	box-sizing: border-box;
}
#map_canvas { 
	height: 100%; 
	margin: 0; padding: 0;	
}
#map_canvas div:focus {
	outline: none; 
}	
#map_infoWindow{
	min-width: 10rem; 
	min-height: 8rem;	
	text-align: left;		
}
#map_infoWindow p{		
	margin: 0.8rem 0;
}
#map_infoTitle{
	font-size: 1.6rem;
	font-weight: 900;	
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 1024px){

}

@media screen and (max-width: 760px){

}

@media screen and (max-width: 480px){
	

	.search_bar{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.label.product{
		width: 11rem;
		white-space:nowrap;
	}
	
	.label.city{
		display:none;
	}	
	.label.city2{
		width: 11rem;
		display: inline-block;
		white-space:nowrap;
	}
	
	.search_bar select{
		font-size: 2rem;
		width: 30vw;
	}
	
	#store_area .nav p{
		font-size: 1.8rem;
	}
	
	.search_city{
		width: 100%;
	}

	.label.area{
		display:none;
	}	
	.label.area2{
		display: inline-block;
		width: 11rem;
		letter-spacing: -0.03vw;
	}
	.location_area{
		width: calc(100% - 2rem);
	}

	.search_btn{
		position: absolute;
		/*right: 0;*/
		bottom: 26px;
	}
	#m_search_btn{
		display: inline-block;
		width: 30vw;
		border: 0;
		vertical-align:bottom;
	}
	#search_btn{
		display: none;
	}
	
	#store_area{
		width: 100%;	
	}	
	#store_list h5{
		font-size: 2.3rem;
		padding-left: 1rem;
	}
	.store_item p{
		font-size: 2rem;
		font-weight: 300;
	}
	.store_item .fa-map-marker{
		font-size: 2.6rem;
		line-height: 2rem;
	}
	
	#map_area{
		width: 100%;
		height: 100vw;
	}
	
	#map_infoTitle{
		font-size: 2.2rem;	
	}
} 

@media screen and (max-width: 320px){
	.store{
		padding: 1.5rem;
	}	
	
	#map_infoTitle{
		font-size: 2.25rem;
	}
	
} 
	

