@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url("https://use.typekit.net/tzc2pkw.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
.eventSection {
  padding: 0;
}
.eventSection h3 {
  font-size: 1.3em;
  line-height: 150%;
  margin-bottom: 2em;
}
.eventSection .img {
  margin-bottom: 2em;
}
.eventSection table {
  border: 1px solid #ddd;
  font-size: 0.9em;
  border-bottom: none;
  margin-bottom: 3em;
  width: 100%;
}
.eventSection table th {
  box-sizing: border-box;
  display: block;
  padding: 0.5em;
  text-align: center;
  background-color: #fbf7f0;
  border-bottom: 1px solid #ddd;
}
.eventSection table td {
  box-sizing: border-box;
  text-align: left;
  padding: 1em 0.5em;
  display: block;
  line-height: 170%;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 580px) {
  .eventSection h3 {
    font-size: 1.6em;
  }
  .eventSection .wrap {
    align-items: flex-start;
  }
  .eventSection .wrap .img {
    width: 50%;
  }
  .eventSection .wrap .txt {
    width: 45%;
  }
  .eventSection table tr {
    display: flex;
  }
  .eventSection table th {
    display: inline-block;
    padding: 1.5em;
    width: 20%;
  }
  .eventSection table td {
    display: inline-block;
    padding: 1.5em;
    flex: 1;
  }
}