@charset "UTF-8";
body > nav,
#nav-button {
  display: none;
}

/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
.head-notice {
  display: none !important;
}

main #visual {
  background-image: url(../images/event/visual.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  height: 20vw;
  width: 100%;
  text-align: center;
}
main #visual .inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 1024px;
}
main #visual h1 {
  color: #fff;
  font-family: "Miriam Libre", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
main #visual h1 span {
  display: block;
  font-size: 45px;
}
main #event {
  margin: 30px 0 0;
  width: 100%;
  text-align: left;
}
main #event .inner {
  max-width: 1024px;
  width: 100%;
}
main #event h2 {
  border-bottom: solid 1px #20aee5;
  color: #20aee5;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
  position: relative;
  text-align: left;
}
main #event #eventlist {
  padding: 20px 0 0;
}
main #event #eventlist article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
main #event #eventlist article:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
main #event #eventlist article h3 {
  width: 100%;
  color: #5f5f5f;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 130%;
}
main #event #eventlist article .photo {
  width: calc(50% - 20px);
}
main #event #eventlist article .text {
  width: calc(50% - 20px);
  font-size: 16px;
}
main #event #eventlist article .text a {
  text-decoration: underline;
}
main #event #eventlist article .text table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
main #event #eventlist article .text table tr th, main #event #eventlist article .text table tr td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
main #event #eventlist article .text table tr th {
  width: 80px;
}
main #event #eventlist .noEvents {
  font-size: 16px;
}
main #event .pagination {
  text-align: center;
  padding: 30px 0 0;
}
main #event .pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
main #event .pagination ul li a {
  background-color: #ddd;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding: 7px 12px;
}
main #event .pagination ul li:hover a,
main #event .pagination ul li.active {
  background-color: #20aee5;
  border-radius: 2px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  padding: 7px 12px;
}
main #event .pagination ul li.prev a {
  border: none;
  background: url("../images/news/pagination_prev.png") 0 50% no-repeat;
  background-size: 22px auto;
  margin: 0 15px 0 0;
  padding: 7px 12px;
}
main #event .pagination ul li.next a {
  border: none;
  background: url("../images/news/pagination_next.png") 0 50% no-repeat;
  background-size: 22px auto;
  margin: 0 0 0 15px;
  padding: 7px 12px;
}
main #event .pagination ul li.prev a:hover,
main #event .pagination ul li.next a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

/*========================================================================*/
/*========================================================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
  main #visual {
    background-image: url(../images/event/visual_sp.jpg);
    height: 65vw;
  }
  main #visual .inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  main #visual h1 {
    font-size: 14px;
  }
  main #visual h1 span {
    display: block;
    font-size: 35px;
  }
  main #event #eventlist article .text {
    width: 50%;
  }
  main #event .pagination {
    margin: 15px 0 0;
    padding: 20px 0 0;
  }
}
/*========================================================================*/
@media screen and (max-width: 668px) and (orientation: portrait) {
  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
  main #event #eventlist article {
    padding-bottom: 20px;
  }
  main #event #eventlist article:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: none;
  }
  main #event #eventlist article h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  main #event #eventlist article .photo {
    width: 100%;
    margin-bottom: 15px;
  }
  main #event #eventlist article .text {
    width: 100%;
    font-size: 14px;
  }
  main #event #eventlist article .text table {
    margin-top: 10px;
  }
  main #event #eventlist .noEvents {
    font-size: 14px;
  }
}/*# sourceMappingURL=event.css.map */