@charset "utf-8";
/* 店舗情報の画像を縦並びに配置 */

.wrapp {
	display:block;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}