@charset "UTF-8";
/* CSS Document */
.page-titile__container {
  position: relative;
  margin-bottom: 45px;
  top: 10px;
}
.page-sub-title {
  font-size: 5rem;
}
h2.page-titile {
  position: absolute;
  top: 75px;
  left: 0;
}
h2.page-titile::after {
  position: absolute;
  display: block;
  content: "";
  width: 77px;
  height: 102px;
  background-image: url(../images/reservation/page-title__reservation.png);
  background-size: cover;
  bottom: 8px;
  left: 172px;
}
@media (min-width: 960px) {
  .page-titile__container {
    margin-bottom: 70px;
  }
  .page-sub-title {
    font-size: 10rem;
  }
  h2.page-titile {
    top: 155px;
    left: 0;
    font-size: 2.8rem;
  }
  h2.page-titile::after {
    width: 137px;
    height: 178px;
    bottom: 13px;
    left: 340px;
  }
  iframe {
    height: 1550px;
  }
}