.section__block--top-page {
  max-width: 1100px;
}

.slider .bx-wrapper {
  margin-bottom: 0;
}

.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

/* スマホ長押し禁止 */
img {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

/* リニューアル202403 */

.event__calWrap{
  display: flex;
  gap: 0 1%;
}

.section__title {
  font-size: 36px;
  text-align: center;
}

.event {
  max-width: 1000px;
  margin: 60px auto 0;
}

.event__cal {
  text-align: center;
  width: 49%;
}

.event img {
  width: 100%;
}

@media (max-width: 480px) {
.event__calWrap {
  padding:0 10px

}
  #slider img {
    display: block;
    margin: 0 auto;
    height: 80vh;
    width: 100%;
    object-fit: cover;
  }
}