/* 強制的に上書きしてしまうCSS（map専用） */
.contents {
  max-width: 980px;
  margin: auto;
  border: 3px solid #0089d8; }

@media screen and (max-width: 980px) {
  .maparea {
    height: 400px;
    width: 100%; } }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20); }

.movietitlearea {
  font-size: 15px; }

.maintitle {
  background-color: #0089d8;
  display: block; }

.col-lg-4.col-md-4.col-sm-12 {
  margin: 5px; }

div.map-comment {
  margin: 2px 10px;
  line-height: 1.1rem; }

p.map-comment {
  font-size: 0.9em;
  color: #0089d8; }

img.movie_area_off {
  max-width: 95vw;
  width: 448px;
  aspect-ratio: 448 / 252; }
  @media screen and (max-width: 980px) {
  img.movie_area_off {
    max-width: 80vw; } }

.moviecontents {
  z-index: 999;
  position: absolute;
  bottom: 40%;
  left: 3%; }

@media screen and (max-width: 496px) {
  .moviecontents {
    margin: 0 auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%); } }
