#eventImage img {
  width: 100%;
  margin-bottom: 60px;
}

#eventImage h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}

#contents .img img {
  width: 100%;
  margin-bottom: 60px;
}

#contents .img p {
  text-align: center;
  font-size: 1.25rem;
}

#access {
  width: 100%;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  border: none;
}

#access h4, dt {
  font-weight: bold;
}

#access dd {
  margin: 0 0 40px 20px;
  font-size: 0.9rem;
}

/* スマホ */

@media (max-width: 767px) {
  #eventImage h2 {
    font-size: 1.25rem;
  }

  #access {
    display: block;
    padding-left: 0;
  }

  #access dd {
    margin-left: 0;
  }
}