@charset "UTF-8";

/* --- ヘッダ --- */
#frame-header {
  background-color: white;
  color: black;

  margin: 0 auto;
}
.title {
  text-align: left;
  font-weight: bold;
}

/* --- キービジュアル --- */
#frame-kv {
  height: calc(var(--height-frame-kv) * 1px);
}
.kv {
}

/* --- キャッチ --- */
#frame-catch {
  margin-top: 50px;
}
.catch {
}

/* --- コメント --- */
#frame-comment {
  margin-top: 50px;
}
.comment {
}

/* --- 遊び方 --- */
#frame-howto {
  margin-top: 50px;
}
.howto {
}

/* --- スケジュール --- */
#frame-schedule {
  margin-top: 50px;
}
.schedule {
}

/* --- 料金 --- */
#frame-fee {
  position: relative;
  margin-top: 50px;
}
.fee {
}
.button-ticket {
  --width-button-ticket: 226;
}

/* --- マップ --- */
#frame-map {
  position: relative;
  margin-top: 50px;
}
.map {
}
.embed-map {
  position: absolute;
}
.iframe-map {
  width: 100%;
  height: 100%;
}
.text-map {
  position: absolute;
  text-align: left;
  color: white;
}
.text-map .large {
  font-weight: bold;
}
.text-map .medium {
}

/* --- FAQ --- */
#frame-faq {
  margin-top: 50px;
}
.faq-title {
}
.faq-line-up {
}
.text-faq {
  margin: 0 auto;

}
.item {
  text-align: left;
  color: white;
}
.item .question {
  --mt-question: 40;
  font-weight: bold;
}
.item .answer {
  --mt-answer: 5;
}
.faq-line-bottom {
  --mt-faq-line-bottom: 30;
}

/* --- フッタ --- */
#frame-footer {
  position: relative;

  margin-top: 30px;
  margin-bottom: 50px;
}
.footer {
}
.logo {
  position: absolute;

  margin: 0 auto;
  left: 0;
  right: 0;
}
.text-copyright {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

  color: white;
  line-height: 140%;
}
