@charset "UTF-8";
.both_border1:before {
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1015px) {
  .both_border1:before {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}

@media (max-width: 950px) {
  .both_border2:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 50px;
  }
}

.event_schedule .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .event_schedule .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .event_schedule .inner {
    width: calc(100% - 60px);
  }
}
.event_schedule .e_inner {
  width: 87%;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media (max-width: 1290px) {
  .event_schedule .e_inner {
    width: calc(100% - 90px);
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  .event_schedule .e_inner {
    padding: 65px 0 0;
    margin-bottom: 65px;
    width: calc(100% - 60px);
  }
}

.exhibition-table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 1290px) {
  .exhibition-table {
    min-width: 1200px;
  }
}

.exhibition-table th,
.exhibition-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.5;
  border-right: 1px solid #eee;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .exhibition-table th,
.exhibition-table td {
    font-size: 14px;
    padding: 10px;
  }
}

.exhibition-table thead th {
  background-color: #F2F4F7;
  font-weight: 600;
  text-align: left;
}

/* 列幅調整 */
.exhibition-table th:nth-child(1),
.exhibition-table td:nth-child(1) {
  width: 25%;
}
@media (max-width: 480px) {
  .exhibition-table th:nth-child(1),
.exhibition-table td:nth-child(1) {
    width: 15%;
  }
}

.exhibition-table th:nth-child(2),
.exhibition-table td:nth-child(2) {
  width: 25%;
}
@media (max-width: 480px) {
  .exhibition-table th:nth-child(2),
.exhibition-table td:nth-child(2) {
    width: 15%;
  }
}

.exhibition-table th:nth-child(3),
.exhibition-table td:nth-child(3) {
  width: 50%;
}
@media (max-width: 480px) {
  .exhibition-table th:nth-child(3),
.exhibition-table td:nth-child(3) {
    width: 70%;
  }
}

/* リンク */
.exhibition-table a {
  color: #1a5cff;
  text-decoration: underline;
}

.exhibition-table a:hover {
  text-decoration: none;
}

.event_ttl_con {
  width: 87%;
  margin: 0 auto;
  padding: 408px 0 0px;
}
@media (max-width: 1290px) {
  .event_ttl_con {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .event_ttl_con {
    width: calc(100% - 60px);
    padding: 65px 0 0px;
  }
}/*# sourceMappingURL=event.css.map */