/* TOKIMEKI_01-156 見るだけ見学会ページ修正 */

#page-reservation .alpha-block--center {
  width: 700px;
  margin: 0 auto;
  float: none;
}

.reservation-campaign {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.reservation-campaign-item.reservation-campaign-item--full {
  width: 100%;
  text-align: center;
  margin-top: 0;

}

.reservation-campaign-item--full img{
  width: 460px;
}

.reservation-campaign-item {
  width: 31.4285714%;
  text-align: center;
  margin-top: 2.8571429%;
}

