
@media (max-width: 600px) {
  .head-content2019 {
    padding-bottom: 0 !important;
  }
}
.detail2019 {
  margin: 60px auto 0;
  width: 92vw;
}
.detail2019__row + .detail2019__row {
  margin-top: 2em;
}
.detail2019__row dt {
  background-color: #00991D;
  color: #fff;
  font-weight: bold;
}
.detail2019__row dd {
  padding-left: 1em;
}
.detail2019__date-txt {
  font-weight: 900;
  font-size: 24px;
}
.detail2019__date-time p {
  display: flex;
  font-size: 18px;
}
.detail2019__date-time p b + b {
  margin-left: 1em;
}
.detail2019__price-txt b {
  /* font-weight: 900; */
  font-size: 1.125em;
}
.detail2019__price-txt span {
  font-size: 0.75em;
}
.detail2019__price-note b {
  color: #00991D;
}
.detail2019__price-note span {
  font-size: 0.875em;
}
.detail2019__access-txt b {
  font-size: 1.125em;
}
@media (max-width: 600px) {
  .detail2019__row dt {
    padding: 0.5em;
    text-align: center;
  }
  .detail2019__row dd {
    margin-top: 1em;
  }
  .detail2019__date-time {
    border-left: 4px solid #00991D;
    margin-top: 0.5em;
    margin-left: 0.5em;
    padding-left: 1em;
  }
}
@media (min-width: 601px) {
  .detail2019 {
    width: 1024px;
  }
  .detail2019__row {
    display: flex;
  }
  .detail2019__row dt {
    flex: 0 0 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .detail2019__row dd {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding-left: 1.5em;
  }
  .detail2019__date-txt {
    font-size: 32px;
  }
  .detail2019__date-time {
    margin-left: 2em;
  }
  .detail2019__price-txt b {
    font-weight: 900;
    font-size: 32px;
  }
  .detail2019__price-txt span {
    font-size: 18px;
  }
  .detail2019__price-note,
  .detail2019__access-note {
    margin-left: 2em;
  }
  .detail2019__access-txt b {
    font-weight: 900;
    font-size: 32px;
  }
}

.btn2019 {
  border: 2px solid #00991D;
  border-radius: 4px;
  color: #00991D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background-color .4s ease;
}
@media (min-width: 601px) {
  .btn2019 {
    margin-top: 0;
    margin-left: 2em;
    padding: 0.5em 2em;
  }
  .btn2019:hover {
    background-color: #00991D;
    color: #fff;
  }
}

.access2019 {
  margin-top: 60px !important;
}
.access2019__details {
  margin: 20px auto 0;
  width: 92vw;
}
.access__details-item {
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 601px) {
  .access2019 {
    margin-top: 80px;
  }
  .access-big-map {
    margin: 0 auto;
    width: 800px;
  }
  .access2019__details {
    margin: 0 auto;
    width: 800px;
  }
  .access2019__details-inner {
    margin-top: 24px;
  }
  p.access__details-item {
    font-size: 14px !important;
  }

}


.timetable2019 {
  margin: 60px auto 0;
  width: 92vw;
}
.timetable2019__heading {
  background-color: #00991D;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
}
.timetable2019__row {
  padding-top: 1em;
}
.timetable2019__row dt {
  font-weight: bold;
  font-size: 18px;
}
.timetable2019__row dd {
  padding-left: 1em;
}
.timetable2019__row:last-child {
  border-top: 3px double #00991D;
  margin-top: 20px;
}
.timetable2019__ttl {
  font-size: 17px;
  font-weight: bold;
}
.timetable2019__row-heading {
  border-top: 3px double #00991D;
  margin-top: 20px;
  padding-top: 1em;
}
.timetable2019__person {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.timetable2019__person b {
  font-size: 18px;
}
p.timetable2019__person span:not(:first-child),
.timetable2019__person p {
  margin-right: 1.5em;
}
@media (min-width: 601px) {
  .timetable2019 {
    margfin-top: 80px;
    width: 1024px;
  }
  .timetable2019__heading {
    font-size: 32px;
    line-height: 56px;
    padding: 0;
    height: 56px;
  }
  .timetable2019__row {
    display: flex;
    padding-left: 32px;
    padding-right: 32px;
  }
  .timetable2019__row-heading {
    background-color: #E7F3E3;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 1em;
    text-align: center;
  }
  .timetable2019__row dt {
    flex: 0 0 200px;
    font-size: 24px;
    width: 200px;
  }
  .timetable2019__row dd {
    flex: 1 1 auto;
  }
  .timetable2019__ttl {
    font-size: 24px;
  }
  .timetable2019__person b {
    font-size: 30px;
  }
  .timetable2019__person span,
  .timetable2019__pos {
    font-size: 20px;
  }
  .timetable2019__flex {
    display: flex;
    align-items: baseline;
  }
}

.mb05em {
  margin-bottom: 0.5em;
}
@media (min-width: 601px) {
  .ml15em--pc { margin-left: 1.5em;}
  .mt-05em--pc { margin-top: -0.5em;}
}
