.banner__box{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.banner__box img{ 
	border: 1px solid #ccc;
}
/* /////////// shop */
/*@media (max-width:900px){
	.shop-list-start{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		color: #fff;
		font-size: 16px;
		line-height: 1.8em;
	}
	.shop-list-start a{
		color: #fff;
	}
	.shop-list-start li:after{
		content: "/";
		display: inline-block;
		margin: 0 0.8em;
	}
	.shop-list-start li:last-child:after{
		content:none;
	}
}
.shop-list-main{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
}
.shop-list-main .shop-wrap{
	width: calc((100% - 15px*3)/4);
	background: #F5F0E5;
}
.shop-list-main .shop-wrap img{
	width: 100%;
}
.shop-list-main .shop-wrap .shop-detail{
	padding: 18px;
	line-height: 1.6em;
}
.shop-list-main .shop-wrap .shop-detail .shopname{
	font-size: 18px;
	margin-bottom: 0.8em;
}
.shop-list-main .shop-wrap .shop-detail a.btn-tel,
.shop-list-main .shop-wrap .shop-detail a.btn-shoppage{
	display: block;
	padding: 8px;
	margin-top: 10px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}
.shop-list-main .shop-wrap .shop-detail a.btn-tel{
	background:#009944;
	font-size: 18px;
}
.shop-list-main .shop-wrap .shop-detail a.btn-shoppage{
	background:#859eb4;
	font-size: 16px;
}*/