#content {
  margin-top: 40px;
  padding-bottom: 0;
}
#content .inner {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#content .title {
  margin-top: 0;
}
#content .title h2 {
  width: 70%;
  font-size: 1.8rem;
  line-height: 1.5;
}
#content .title span {
  font-size: 1.2rem;
}
.featureContainer ul:after {
  display: none;
}
.featureContainer ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.featureContainer .productInfo {
  margin-top: 5px;
  padding-bottom: 5px;
}
.featureContainer .itemName {
  font-size: 1.2rem;
}
.featureContainer .itemPrice {
  font-size: 1.2rem;
}
.featureContainer .boothName {
  font-size: 1.2rem;
}
.featureContainer .boothDetail {
  display: block;
  font-size: 1rem;
}
.featureContainer .boothNumber {
  font-size: 1.6rem;
}
.featureContainer .day {
  margin-top: 5px;
}
.featureContainer .eventSaturday {
  font-size: 1rem;
}
.featureContainer .eventSunday {
  font-size: 1rem;
}
.featureContainer .eventSaturday + .eventSunday {
  margin-left: 5px;
}
.bannerContainer {
  padding: 30px 10px 10px;
  box-sizing: border-box;
}
.bannerContainer .bannerInner {
  width: 100%;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.bannerContainer .bannerInner.wide {
  width: 100%;
}
.bannerContainer .bannerInner:after {
  content: '';
  display: block;
}
.bannerContainer a {
  width: 48%;
  margin-bottom: 20px;
}



/* 出店者一覧の上書き */
.itemListViewArea {
  width: 100%;
}
.itemListViewArea > ul:after {
  display: none;
}
.itemListViewArea > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 40px;
}
.itemListViewArea > ul > li:nth-child(odd) {
  margin-right: 0;
}
