/* トップページ */
#gmap{
	width: 540px;
	height: 540px;
}
.info_win h3{
 font-weight:bold;
}
.info_win a{
 color:#f35e9a;
}

/* 詳細ページ */
#google_map{
	width: 960px;
	height: 350px;
	margin-bottom: 40px;
}


@media (max-width: 767px){
/* トップページ */
	#gmap_wrapper {
	  width:100%;
	  position: relative;
	  margin:auto;
/*	  padding-bottom: 71%;*/
	  overflow: hidden;
	}
 
	#gmap {
	  position: absolute;
	  width: 100%;
	  height: 355px;
	  top: 0;
	}

	#google_map{
	  width: 100%;
	  height: 355px;
	  margin-bottom:10px;
	  top: 0;
	}

}