.container {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 100px;
  }
}

.p-ttl {
  text-align: center;
}
.p-ttl h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: fot-tsukuardgothic-std, serif;
  letter-spacing: 5px;
  line-height: 1.4;
  text-indent: 5px;
}
@media screen and (max-width: 999px) {
  .p-ttl h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ttl h2 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}
.p-ttl h2 span {
  display: block;
  font-size: 70%;
}

.p-congestion {
  background: #ececec;
  border-radius: 5px;
  padding: 40px 5%;
}
@media screen and (max-width: 767px) {
  .p-congestion {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-congestion,
.p-desc {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-congestion,
  .p-desc {
    margin-top: 60px;
  }
}
.p-congestion h2, .p-congestion h3, .p-congestion h4, .p-congestion h5, .p-congestion h6,
.p-desc h2,
.p-desc h3,
.p-desc h4,
.p-desc h5,
.p-desc h6 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: fot-tsukuardgothic-std, serif;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .p-congestion h2, .p-congestion h3, .p-congestion h4, .p-congestion h5, .p-congestion h6,
  .p-desc h2,
  .p-desc h3,
  .p-desc h4,
  .p-desc h5,
  .p-desc h6 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-congestion h2, .p-congestion h3, .p-congestion h4, .p-congestion h5, .p-congestion h6,
  .p-desc h2,
  .p-desc h3,
  .p-desc h4,
  .p-desc h5,
  .p-desc h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-congestion h2:not(:first-child), .p-congestion h3:not(:first-child), .p-congestion h4:not(:first-child), .p-congestion h5:not(:first-child), .p-congestion h6:not(:first-child),
.p-desc h2:not(:first-child),
.p-desc h3:not(:first-child),
.p-desc h4:not(:first-child),
.p-desc h5:not(:first-child),
.p-desc h6:not(:first-child) {
  margin-top: 1.5em;
}
.p-congestion p, .p-congestion div,
.p-desc p,
.p-desc div {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p-congestion p, .p-congestion div,
  .p-desc p,
  .p-desc div {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-congestion p, .p-congestion div,
  .p-desc p,
  .p-desc div {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-congestion p:not(:first-child), .p-congestion div:not(:first-child),
.p-desc p:not(:first-child),
.p-desc div:not(:first-child) {
  margin-top: 1.5em;
}
.p-congestion a,
.p-desc a {
  color: #333;
  text-decoration: underline;
}
.p-congestion a:hover,
.p-desc a:hover {
  text-decoration: none;
}

.p-iframe {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-iframe {
    margin-top: 60px;
  }
}
.p-iframe .iframe__item {
  width: 100%;
}
.p-iframe .iframe__item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-iframe .iframe__item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-iframe .iframe__item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 6/5;
}
/*# sourceMappingURL=parking.css.map */