.foodBoothContainer {
  padding: 50px 0;
  background-image: url(/images/creators/food/bg.jpg);
}
.foodBoothContainerTitle {
  display: flex;
  justify-content: center;
}
.foodBoothContainerTitle img {
  max-width: 100%;
}
.foodBoothContainerLead {
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 1.8rem;
}

.foodnote{
	padding-top: 20px;
  font-size: 1.8rem;
	text-align: center;
	color: #E98F00;
}

.foodBoothGenreList .tagInner .tagList .tagSlide .tag {
  border: 2px solid #72695E;
}
.foodBoothGenreList .tagInner .tagList .tagSlide .tag.current {
  background-color: #fff;
  color: #72695E;
}
.foodBoothGenreList .tagInner .tagList .tagSlide .left {
  background: rgb(245,245,245);
  background: linear-gradient(270deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 30%);
}
.foodBoothGenreList .tagInner .tagList .tagSlide .right {
  background: rgb(245,245,245);
  background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 30%);
}

.foodBoothListContainer .itemListViewArea {
  margin: 50px auto 0;
}
.foodBoothListContainer .itemListViewArea > ul > li {
  padding: 5px 10px 10px;
  transition: opacity .3s ease;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
