.reserve_wrap {
  margin: 7rem auto 12rem;
  padding: 0rem 4rem 0 7rem;
  max-width: 1280px;

}

.page_title{
  font-size: 3.5rem;
  font-family: var(--NotoSerif);
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 4rem;
}

.reserve_description{
  font-size: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 5rem;
}

.reserve_calendar{
  width: 100%;
  aspect-ratio: 1.2;
  margin-bottom: 3rem;
}

.reserve_calendar > iframe{
  width: 100%;
  height: 100%;
}

.examination_title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.examination_title:before,
.examination_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.examination_title:before {
  margin-right: 1rem;
}

.examination_title:after {
  margin-left: 1rem;
}

.about_examination{
  font-size: 1.5rem;
}

.about_examination dt{
  margin-bottom: 1rem;
  font-weight: 500;
}

.about_examination dd{
  margin-bottom: 3rem;
}

dl{
  margin: 2rem 0 0;
}

@media screen and (max-width: 699.98px) {

  .reserve_wrap{
    padding: 0 2rem;
  }

  .reserve_calendar{
    aspect-ratio: 0.5;
  }
}