.map-ttl {
  text-align: center;
  font-size: 25px;
  color: #008742;
  padding-bottom: 20px;
}

@media (max-width: 799px) {
  .map-movieArea {
    padding: 0 2rem;
  }
}
@media (min-width: 800px) {
  .map-movieArea ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
  }
}
@media (max-width: 799px) {
  .map-movieArea ul li:nth-child(n+2) {
    margin-top: 35px;
  }
}

.ytMovie-item {
  margin-inline: auto;
  max-width: 315px;
}
.ytMovie-item iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 9/16;
  height: auto;
}

.movieArea-ttl {
  font-size: 18px;
  text-align: center;
  color: #231815;
  line-height: 1.5;
  padding-bottom: 5px;
}