#content .inner {
  margin: 0 auto;
  padding: 0;
}
#content .title {
  text-align: center;
  margin-top: 50px;
}
#content .title h2 {
  width: 500px;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.33;
  color: #5E453E;
  border-bottom: 2px solid #5E453E;
  padding-bottom: 10px;
}
#content .title span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #D18900;
}

.featureContainer {
  max-width: 870px;
  margin: 32px auto 0;
}
.featureContainer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.featureContainer ul:after {
  content: '';
  display: block;
  width: 280px;
}
.featureContainer ul li {
  width: 280px;
  height: auto;
  position: relative;
  margin-bottom: 34px;
}

/*
.featureContainer ul li .thumb img {
  width: 100%;
  height: auto;
}
*/

.featureContainer ul li .thumbWrapper {
  position: relative;
}
.featureContainer ul li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
.featureContainer ul li .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.featureContainer ul li .thumb a img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  -ms-transition:     -ms-transform .3s ease;
  transition:         transform .3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.featureContainer ul li .thumb a:hover img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
  transform: translateY(-50%) translateX(-50%) scale(1.2);
}


.featureContainer .productInfo {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 12px;
  padding-bottom: 14px;
}
.featureContainer .itemName {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featureContainer .itemPrice {
  font-size: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 7px;
}
.featureContainer .boothInfo {
  text-align: center;
  margin-top: 10px;
}
.featureContainer .boothName {
  font-size: 1.3rem;
  color: #929292;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featureContainer .boothDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.featureContainer .boothNumber {
  font-size: 1.8rem;
  vertical-align: top;
  margin-right: 10px;
}
.featureContainer .day {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featureContainer .eventSaturday {
  background-color: #B7E5E6;
}
.featureContainer .eventSunday {
  background-color: #FFC7BE;
  margin-left: 2px;
}
.featureContainer .eventSaturday::after {
  display: inline-block;
  padding: 6px 7px;
  /* content: "10日"; */
}
.featureContainer .eventSunday::after {
  display: inline-block;
  padding: 6px 7px;
  /* content: "11日"; */
}
.bannerContainer h2 {
  font-size: 20px;
  color: #5a463f;
  text-align: center;
}
.bannerContainer .featureBannerContainer {
  margin: 0 auto 30px;
}

/* 出店者一覧の上書き */
.itemListViewArea {
  border: none;
  max-width: 870px;
  margin: 32px auto 0;
}
.itemListViewArea > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.itemListViewArea > ul:after {
  content: '';
  display: block;
  width: 280px;
}
.itemListViewArea > ul > li {
  width: 280px;
  height: auto;
  position: relative;
  margin-right: 0;
  margin-bottom: 50px;
}

#listPager.contentsUi {
  margin-top: 50px;
}
