@charset "utf-8";
/* PCファーストで記述してます */

.eventlist-page {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 4.75rem;
}

/* 「EVENT」見出しの指定 */
.event-midashi {
  margin-top: 0;
}

/* 「EXHIBITION」見出しの指定 */
.exhibition-midashi {
  margin: 0 auto 2rem;
  max-width: 325px;
  width: 80%;
}

.eventlist-head02 {
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

.event-search {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}

.event-search-input {
  border: solid 1px rgb(145, 129, 111);
  border-radius: 6px 0 0 6px;
  font-size: 1rem;
  font-family: inherit;
  padding: 0.3125rem 0.625rem;
  flex: 1;
}

.event-search-button {
  border: none;
  background: rgb(145, 129, 111);
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}

.event-search-result {
  text-align: center;
  color: rgb(145, 129, 111);
  margin-top: 1em;
}

.event-search-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.event-search-taglist.is-search {
  justify-content: center;
  margin: 0 5vw;
}

.event-search-tag {
  color: var(--color-main);
  border: solid 1px var(--color-main);
  border-radius: 5rem;
  background: #fff;
  padding: 0.25rem 1rem;
  display: block;
  line-height: 1;
}

button.event-search-tag {
  cursor: pointer;
}

.event-search-tag.is-current {
  background: var(--color-main);
  color: #fff;
}

.content-box .event-tag {
  padding: 0.3rem 1.2rem;
}

.eventlist-page-bottom {
  max-width: 1400px;
  margin: 0 auto 4.75rem;
}

@media screen and (max-width: 1130px) {
  /* 「NEWS」見出し位置調整 */
  .event-midashi {
    margin: 0 auto 2rem;
  }

    /* 「EXHIBITION」見出しの指定 */
  .exhibition-midashi {
    margin: 0 auto 2rem;
  }
}
