.coordinate_bloc{
	display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
  margin: 0 auto; /* 20221013 改修時に追記 */
  /* max-width: 870px; */ /* 20221013 改修時に追記 */
  max-width: 980px; /* 20221020 上記ではサイズが小さいため修正 */
}
.coordinate_bloc::after,.coordinate_bloc::before {
    display: block;
    content:"";
    /* width: 230px; */
    width: 210px; /* 20221013 改修時に変更 */
}
.coordinate_bloc:before {
  order: 1;
}
.coordinate_img{
	/* width: 230px; */
	width: 210px; /* 20221013 改修時に変更 */
}

.coordinate_ttl{
    font-size: 1.3rem;
    line-height: 1.3;
    display: block;
    margin-bottom: 5px;
  width:100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coordinate_shop{
    font-size: 1.2rem;
    line-height: 1.3;
    display: block;
    margin-bottom: 5px;
  width:100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.coordinate_name{
    font-size: 1.2rem;
    line-height: 1.3;
}
.coordinate_img img{
    margin-bottom: 15px;
    max-width: 210px; /* 20221020 #11とセットでの修正 */
}
/* 20221013 改修時にtitle等長文を入れるとそれに合わせ大きくなってしまうのでサイズ維持 */
.coordinate_text_wrap {
  width: 200px;
  overflow: hidden;
}