@charset "utf-8";

body {
  background-color: #FFF4E5;
}

a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity:0.8;
}

.container {
  margin: 0 auto;
  padding: 0;
}

.area-contents {
  text-align: center;
}

.story {
  margin-top: 20px;
}
.comment {
  margin-top: 20px;
}
.sequel {
  margin-top: 20px;
}
.information {
  margin-top: 20px;
}
.schedule {
  margin-top: 20px;
}
.frame-schedule {
  position: relative;
}
.button-ticket {
  position: absolute;
  right: 55%;

  bottom: 10%;
}

.map {
  margin-top: 20px;
}
.frame-map {
  position: relative;
}
.button-map {
  position: absolute;
  left: 60%;
  bottom: 14%;
}
.goods {
  margin-top: 20px;
}

.faq {
  margin-top: 20px;
}

.frame-logo {
  margin-bottom: 20px;
  position: relative;
}
.logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0%;
}


/* 1000px未満 */
@media screen and (max-width: 999px) {
  .button-ticket {
    width: calc(227 / 1000 * 100vw);
  }
  .button-map {
    width: calc(191 / 1000 * 100vw);
  }
  .logo {
    width: calc(263 / 1000 * 100vw);
  }
}
