@charset "UTF-8";

/*
########################################################
  Slick
########################################################
*/

.slider_main img{
  object-fit: cover;
  width: 100%;
  height: 630px;
}

.slider_main {
  overflow: hidden;
  height: 630px;
}

.slider_event {
  width: 90%;
  margin: 0 auto;
}
.slider_event div {
  margin: 0.5%;
}
.slider_event .thum {
  height: auto;
}
.slider_event .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_event .title {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slider_event .slick-arrow:before {
  color: #32bdd9;
}

/* モバイル時 */
@media screen and (max-width: 767px)  {

  .slider_event div {
    max-width: none !important;
  }
}
