@charset "UTF-8";
/*----------------------------

 RETOUCHING event_list.css

 ----------------------------*/
 .event_slider {
   padding: 0 25px;
 }
 .event_slider.first {

 }
.Y15-v2.Y15-content .slick-list {
  padding: 0 100px 0 0 !important;
}
.eventLinkBox {
  margin-right: 10px;
}
.only_event .eventLinkBox {
  margin-right: 0;
  width: 100%;
}
.eventLinkBox a {
  text-decoration: none;
}
.eventLinkBox img {
  max-height: 120px;
}
.eventLinkBoxMttl {
  width: auto;
  padding: 5px 10px;
  text-align: left;
}
.eventLinkBoxMttl p {
  font-size: 14px;
  line-height: 1.7rem;
  font-weight: bold;
}
.eventLinkBoxMttl span  {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7rem;
  display: block;
  margin: 3px 0;
}
.eventLinkBox div img {
  /* position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; */
  margin: auto;
}
.eventLinkImg {
  width: 135px;
  padding: 5px 0 5px 5px;
}
.eventLinkImg_inner {
  background: #efefef;
  height: 120px;
  margin: 5px 0 3px 5px;
  position: relative;
  width: 135px;
}
.eventLinkImg span.note {
  color: #ccc;
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
}
.eventLinkBoxMttl {
  text-decoration: underline;
}

@media screen and (max-width: 485px) {
  .event_slider {
    padding: 0px 20px;
  }
  .slick-prev, .slick-next {
    width: 15px;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 12px;
  }
  .Y15-v2.Y15-content .slick-list {
    padding: 0 30px 0 0 !important;
  }
}
@media screen and (max-width: 360px) {
  .eventLinkImg {
    width: 95px;
  }
  .eventLink img {
    max-width: 90px;
  }
}
