@charset "UTF-8";

.text {
}

/* --- キービジュアル --- */
#frame-kv {
}
.kv {
  --width-kv: 1125;
}

/* --- キャッチ --- */
#frame-catch {
}
.catch {
  --width-catch: 950;
}
/* --- BｰSIDEとは --- */
#frame-bside {
}
.bside {
  --width-bside: 950;
}

/* --- プレイ形式・参加方法 --- */
#frame-format {
}
.format {
  --width-format: 950;
}

/* --- チケット(料金) --- */
#frame-fee {
  position: relative;
}
.fee {
  --width-fee: 950;
}
#button-ticket {
  --width-button-ticket: 398;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

  bottom: 5%;
}

/* --- スケジュール --- */
#frame-schedule {
}
.schedule {
  --width-schedule: 950;
}

/* --- マップ --- */
#frame-map {
  position: relative;
}
.map {
  --width-map: 950;
}
.embed-map {
  --width-embed-map: 650;
  --height-embed-map: 550;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

}
.iframe-map {
  width: 100%;
  height: 100%;
}
.text-map {
  --width-text-map: 650;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

  text-align: left;
  color: white;
}
.text-map .large {
  font-weight: bold;
}
.text-map .medium {
}

/* --- FAQ --- */
#frame-faq {
}
.faq-title {
  --width-faq-title: 221;
}
.faq-line-up {
}
.text-faq {
  --width-text-faq: 850;

  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 {
  margin-top: 50px;
}
.logo {
  --width-logo: 340;
}
/*
.text-copyright {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

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

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

/* 背景部 */
.wrapper {
/*
  --width-wrapper: 1000;

  background-image: url("../../../images/event/2604yamai/wide/behind.png");
  background-repeat: repeat-y;
  background-position: center top;

  z-index: 0;
*/
}

/* 両脇 */
.outer {
  --width-outer: 2620;

  position: fixed;
  background-image: url("../../../images/event/2604yamai/wide/outer.png");
  background-repeat: repeat-y;
  background-position: center top;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  height: 100%;

  z-index: -2;
}

