#key {
    background-image: url("../img/map/key1.jpg");
  }
  
  #key .key_txt {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  #key:before {
    content: '';
      /* background: url(../img/index/sec1_deco1.png) no-repeat top center; */
      height: 462px;
      background-size: cover;
      position: absolute;
      bottom: -123px;
      left: 0;
      right: 0;
      z-index: 0;
  }
  
#map h2{
    margin: 40px 0;
    text-align: center;
}

#map img{
  object-fit: contain;
}

.movie-map{
  text-align: center;
  margin-bottom: 60px;
}

/* #map h2 img{
    width: 100%;
} */

/* sp */
@media screen and (max-width: 768px) {

  #key{
    min-height: 280px;
    background-size: contain;
    background-position: initial;
   }
   
   #map h2{
     margin: 0 0 20px;
   }

   .movie-map p{
     line-height: 25px;
     padding-bottom: 20px;
   }

   .movie-map img{
    width: 100%;
   }

}