.center {
  text-align: center;
}

section.section {
  padding: 8vw 0;
}
section.section .copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
section.section .copy.-left {
  text-align: left;
}
section.section .copy .marker {
  background: linear-gradient(transparent 60%, #FFEF9E 60%);
  display: inline-block;
  padding: 0 5px;
}
section.section .kadomaru-box {
  position: relative;
}
section.section .kadomaru-box h2.heading {
  margin-top: 0;
}
section.section .kadomaru-box p br {
  display: none;
}
@media screen and (max-width: 767px) {
  section.section .kadomaru-box p {
    margin: 2em 0;
  }
  section.section .kadomaru-box p br {
    display: block;
  }
}
section.section .table-01 td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.section .table-01 th, section.section .table-01 td {
    display: block;
    width: 100%;
  }
}

.sec-nav {
  padding: 0 0 50px;
}
@media screen and (max-width: 1022px) {
  .sec-nav .within {
    width: 100%;
  }
}

.event-box {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 40px rgba(241, 197, 65, 0.1);
  padding: 60px;
  margin-bottom: 70px;
}
.event-box .summary-text {
  border-bottom: 2px dotted #5F4D48;
  padding-bottom: 1.5em;
}
.event-box .summary-text .event-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.event-box .event-summary-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.event-box .event-summary-list .event-date {
  font-size: 25px;
  font-weight: bold;
}/*# sourceMappingURL=event.css.map */