@charset "UTF-8";
/*
編集はscssで行うこと
*/
.event-body .event_btn_y {
  display: inline-block;
  padding: 10px 20px 10px 30px;
  margin: 10px 10px 15px;
  border-radius: 50px;
  background: #7b47d2;
  color: #fff;
}
.event-body a.event_btn_y {
  text-decoration: none !important;
  opacity: 1 !important;
  transition: .5s;
}
.event-body a.event_btn_y:hover {
  text-decoration: none;
  opacity: 0.6 !important;
  transition: .5s;
}
.event-body span.event_btn_y {
  background: #eee;
}
.event-body .event-copy {
  margin: 40px 0 20px;
  text-align: center;
}
.event-body .event-copy h2 {
  margin: 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .event-body .event-copy h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .event-body .datetime {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .event-body .datetime > div {
    margin-right: 30px;
  }
}
.event-body .table figure {
  margin: 20px 0;
}
.event-body .table figure img {
  margin: auto;
}
