.search-list {
	display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    justify-content: flex-start;
}


.search-list__item {
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border-radius: initial;
  border: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
	color: #FFF;
	line-height: 1;
	margin: 2px;
}

.search-list__item.is-active {
 font-weight: 700;
	padding: 13px 20px;
}

.entry-list {
  margin-top: 2em;
}

.entry-list__item+.entry-list__item {
  margin-top: 1em;
}

.entry-list__item.is-hide {
  display: none;
}



.btn_category_all {
	background: #f4c489;
}
.btn_category_live {
	background: #f77af7;
}
.btn_category_event {
	background: #bd88f9;
	
}
.btn_category_lecture {
	background: #77afff;
}
.btn_category_theater {
	background: #88dab3;
}
.btn_category_other {
	background: #f18380;
}
