/* スマホ用 */
@charset "UTF-8";

.for-pc {
  display: none;
}
.for-sp {
  display: block;
}

/* ---------- */

/* --- ヘッダ --- */
#frame-header {
  width: 100vw;
}
.title {
  font-size: 4vw;
  padding: 10px 0 10px 10px;
}
/* --- キービジュアル --- */
#frame-kv {
}
.kv {
  width: 100vw;
}

/* --- キャッチ --- */
#frame-catch {
}
.catch {
  --width-catch: 963;
  width: calc(var(--width-catch) / 1000 * 100vw);
}

/* --- コメント --- */
#frame-comment {
}
.comment {
  --width-comment: 963;
  width: calc(var(--width-comment) / 1000 * 100vw);
}

/* --- 遊び方 --- */
#frame-howto {
}
.howto {
  --width-howto: 963;
  width: calc(var(--width-howto) / 1000 * 100vw);
}

/* --- スケジュール --- */
#frame-schedule {
}
.schedule {
  --width-schedule: 963;
  width: calc(var(--width-schedule) / 1000 * 100vw);
}

/* --- 料金 --- */
#frame-fee {
}
.fee {
  --width-fee: 963;
  width: calc(var(--width-fee) / 1000 * 100vw);
}
.button-ticket {
 --width-button-ticket: 308;

  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3%;
  width: calc(var(--width-button-ticket) / 1000 * 100vw);
}

/* --- マップ --- */
#frame-map {
  position: relative;
}
.map {
  --width-map: 963;
  width: calc(var(--width-map) / 1000 * 100vw);
}
.embed-map {
  --width-embed-map: 700;
  --height-embed-map: 600;

  margin: 0 auto;
  left: 0;
  right: 0;
  top: 12%;

  width: calc(var(--width-embed-map) / 1000 * 100vw);
  height: calc(var(--height-embed-map) / 1000 * 100vw);

border: solid yellow 0px;

}
.iframe-map {
}

.text-map {
  --width-text-map: 750;

  top: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: calc(var(--width-text-map) / 1000 * 100vw);

  font-size: 2.5vw;
}
.text-map .large {
  font-size: 4vw;
}
.text-map .medium {
  font-size: 3.5vw;
  font-weight: bold;
}

/* --- FAQ --- */
#frame-faq {
}
.faq-title {
  --width-faq-title: 371;
  width: calc(var(--width-faq-title) / 1000 * 100vw);
}
.faq-line-top {
  --width-faq-line-top: 894;
  width: calc(var(--width-faq-line-top) / 1000 * 100vw);
}
.text-faq {
  --width-text-faq: 894;
  width: calc(var(--width-text-faq) / 1000 * 100vw);
}
.item {
  --ml-item: 20;

  font-size: 3.5vw;
  margin-left: calc(var(--ml-item) / 1000 * 100vw);

}
.item .question {
  margin-top: calc(var(--mt-question) / 1000 * 100vw);
}
.item .answer {
  margin-top: calc(var(--mt-answer) / 1000 * 100vw);

}
.faq-line-bottom {
  --width-faq-line-bottom: 894;
  width: calc(var(--width-faq-line-bottom) / 1000 * 100vw);
  margin-top: calc(var(--mt-faq-line-bottom) * 1px);
}

/* --- フッタ --- */
#frame-footer {
}
.footer {
  --width-footer: 863;
  width: calc(var(--width-footer) / 1000 * 100vw);
}
.logo {
  --width-logo: 253;
  width: calc(var(--width-logo) / 1000 * 100vw);
  top: 33%;
}
.text-copyright {
  bottom: 0;
  font-size: 2vw;
}
