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

/*▼Original ここから-------------------------*/

/*----------------------------
　　ショップリスト
------------------------------*/

#uribArea {}

.shoplistArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	justify-content: space-between;
	margin: 50px 0;
}

.shopname {
	width: 30%;
	font-size: 15px;
	/*margin: auto;*/
	padding: 3px 0;
	border-bottom: 1px solid #444;
}

.shoplistArea::after{
  content:"";
  display: block;
  width: 30%;
	height: 0;
}


/*----------------------------
　　　数字の指定
------------------------------*/
 .number{
	 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	 font-size: 86%;
	padding: 2px 2px 2px 2px;
	background: #ffe100;
	border: 1px solid #333;
	letter-spacing: 0px;
	margin-right: 5px;
}
.number2{
	 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	 font-size: 86%;
	padding: 2px 2px 2px 2px;
	background: #fff;
	border: 1px solid #868686;
	letter-spacing: 0px;
	margin-right: 5px;
	color: #868686;
}
.hitoketa{
	padding: 2px 6px 2px 6px!important;
}


/*▲Original ここまで-------------------------*/


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



/*▼Original ここから-------------------------*/

	.shoplistArea {
		width: 85%;
		margin: 30px auto 5px auto;
	}
	.shopname {
	width: 100%;
	font-size: 15px;
	/*margin: auto;*/
	padding: 5px 0;
	border-bottom: 1px solid #444;
}


	section #smallMap{
		width: 100%;
		margin-top: 0;
	}

/*▲Original ここまで-------------------------*/



}



















