/* banner */
.banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 750px;
}

.banner .banner_tet {
	padding-top: 305px;
	width: 92%;
	margin: 0 auto;
	text-align: center;
}

.banner h1 {
	font-size: 38px;
	line-height: 1.1;
	color: #524886;
	font-weight: normal;
	margin-top: 10px;
}

.banner h2 {
	font-size: 52px;
	line-height: 1.1;
	color: #524886;
	font-family: "milanb";
	text-transform: uppercase;
}
#main{
	background-color: #f6f6f6;
	padding: 5.73% 0 4.6875%;
}
.BMap_Marker img{
	width: 100%;
}

.sec1{
	margin: 0 auto;
	width: 1600px;
	max-width: 92%;
	position: relative;
}
.sec1 .map-box{
	position: relative;
}
.sec1 .bg{
	width: 100%;
}
#map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e9e9e9;
}
.sec1 .store-list{
	position: absolute;
	left: 3.5625%;
	top: 6.235%;
	bottom: 7.765%;
	background-color: #fff;
  	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  	width: 452px;
  	-webkit-display: flex;
  	-webkit-align-items: stretch;
  	-webkit-justify-content: center;
  	-webkit-flex-direction: column;
  	-moz-display: flex;
  	-moz-align-items: stretch;
  	-moz-justify-content: center;
  	-moz-flex-direction: column;
  	-o-display: flex;
  	-o-align-items: stretch;
  	-o-justify-content: center;
  	-o-flex-direction: column;
  	display: flex;
  	align-items: stretch;
  	justify-content: center;
  	flex-direction: column;
}
.sec1 .filter-box{
	padding: 6% 4.2% 4.867%;
	border-bottom: 5px solid rgba(246,246,246,0.3);
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	-o-flex-grow: 0;
	flex-grow: 0;
}
.sec1 .filter-box select{
	width: 47.6%;
	margin-right: 4.8%;
	background-repeat: no-repeat;
	background-image: url(../images/store_tri.png);
	background-position: right 10% center;
	background-size: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #666;
	border-radius: 0.278em;
	border: 1px solid #ddd;
	height: 2.67em;
	padding: 0 1em;
}
.sec1 .filter-box select:last-child{
	margin-right: 0;
}
.sec1 .filter-box .search-box{
	margin-top: 3.623%;
	position: relative;
	font-size: 16px;
}
.sec1 .filter-box .search-box input{
	font-size: inherit;
	color: #666;
	padding: 0 1em;
	height: 2.67em;
	border-radius: 0.278em;
	border: 1px solid #ddd;
	width: 100%;
}
.sec1 .filter-box .search-box .btn{
	position: absolute;
	right: 1em;
	height: 100%;
	top: 0;
	width: 1.5em;
	line-height: 2.67em;
}
.sec1 .filter-box .search-box .btn img{
	width: 74%;
	vertical-align: middle;
}
.sec1 .list-box{
	overflow: auto;
	-webkit-flex-grow: 10;
	-moz-flex-grow: 10;
	-o-flex-grow: 10;
	flex-grow: 10;
	margin: 6.2% 3.76% 12.6%;
}
.sec1 .list-box a{
	display: block;
	padding: 5.5% 9.57% 4.785%;
	border-bottom: 1px solid #f6f6f6;
}
.sec1 .list-box a:hover{
	background-color: #524886;
	border-color: #524886;
}
.sec1 .list-box a h5{
	font-size: 20px;
	color: #222;
	font-weight: bold;
	margin-bottom: 0.36em;
}
.sec1 .list-box a:hover h5{
	color: #fff;
}
.sec1 .list-box a p{
	font-size: 16px;
	color: #999;
	line-height: 1.444;
	min-height: 2.888em;
}
.sec1 .list-box a:hover p{
	color: #fff;
}
@media only screen and (max-width:1680px) {
	/* banner */
	.banner {
		height: 675px;
	}

	.banner .banner_tet {
		padding-top: 264px;
	}

}
@media only screen and (max-width:1440px) {

	/* banner */
	.banner {
		height: 600px;
	}

	.banner .banner_tet {
		padding-top: 240px;
	}

	.banner h1 {
		font-size: 30px;
	}

	.banner h2 {
		font-size: 42px;
	}
	
	
	.sec1 .store-list{
	  	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
	  	width: 340px;
	}
	.sec1 .filter-box{
		border-bottom: 3.75px solid rgba(246,246,246,0.3);
	}
	.sec1 .filter-box select{
		font-size: 14px;
	}
	.sec1 .filter-box .search-box{
		font-size: 14px;
	}
	.sec1 .list-box a h5{
		font-size: 16px;
	}
	.sec1 .list-box a p{
		font-size: 14px;
	}


}

@media only screen and (max-width:1280px) {

	/* banner */
	.banner {
		height: 525px;
	}

	.banner .banner_tet {
		padding-top: 205px;
	}
	

}
@media only screen and (max-width:1152px) {

	/* banner */
	.banner {
		height: 450px;
	}

	.banner .banner_tet {
		padding-top: 170px;
	}


}
@media only screen and (max-width:1024px) {

	/* banner */
	.banner {
		height: 375px;
	}

	.banner .banner_tet {
		padding-top: 145px;
	}

	.banner h1 {
		font-size: 2.3rem;
		margin-top: 5px;
	}

	.banner h2 {
		font-size: 3rem;
	}
	
	

}

@media only screen and (max-width:1023px) {

	/* banner */
	.banner {
		height: 250px;
		background-position: 40% center;
	}

	.banner .banner_tet {
		padding-top: 115px;
	}


	.banner h1 {
		font-size: 2rem;
	}

	.banner h2 {
		font-size: 2.6rem;
	}

	.sec1 .store-list{
		position: static;
	  	box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.1);
	  	width: 100%;
	  	-webkit-display: block;
	  	-moz-display: block;
	  	-o-display: block;
	  	display: block;
	}
	.sec1 .filter-box{
		border-bottom: 2px solid rgba(246,246,246,0.3);
	}
	.sec1 .filter-box select{
		font-size: 1.5rem;
	}
	.sec1 .filter-box .search-box{
		font-size: 1.5rem;
	}
	.sec1 .list-box a h5{
		font-size: 1.875rem;
	}
	.sec1 .list-box a p{
		font-size: 1.5rem;
	}
}