@charset "UTF-8";
/* ウィンターパス2026 */
/* https://www.driveplaza.com/etc/drawari/2026_winter_pass/ */

/* ▼モバイルファースト (全環境に共通のデザイン) */
/* 背景色 */
.l-container .bc-winter1 { background: #dff2ff; }
.l-container .bc-winter2 { background: #f5fbff; }
/* 発着エリア色 */
.l-container .bc-shutoken1 { background-color: #e80000; color: #ffffff !important; /* 首都圏発着エリア	赤（首都圏発着） */ }
.l-container .bc-shutoken2 { background-color: #f99000; color: #ffffff !important; /* 首都圏発着エリア	オレンジ（岩槻-羽生発着／川越-花園発着） */ }
.l-container .bc-mito      { background-color: #5cbc00; color: #ffffff !important; /* 首都圏発着エリア	黄緑（水戸発着） */ }
.l-container .bc-niigata   { background-color: #7b3ccd; color: #ffffff !important; /* 新潟発着エリア 紫（新潟発着） */ }
.l-container .bc-sendai    { background-color: #e8188f; color: #ffffff !important; /* 仙台発着エリア ピンク（仙台発着） */ }
/* 文字色 */
.l-container .fc-winter  { color: #005daa !important; }
/* style.css 見出し.c-titleH2ボーダー色上書き */
.l-container .c-titleH2 {
  border-bottom-color: #e4f3f6;
}
/* style.css テーブルスタイル拡張 配色上書き */
.l-container .c-table.winter thead th {
    background: #dff2ff;
}
.l-container .c-table.winter th {
    background: #f5fbff;
}
/* TOP利用期間・エリア */
.l-container .bg_snow {
  background-color: #1da7ed; 
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/bg_snow.png"), linear-gradient(#1da7ed, #0088de); 
  background-repeat: repeat; 
  background-size: contain; 
  color: #ffffff !important; 
  display: block; 
  overflow: hidden; 
}
.l-container .bg_snow [class*="c-title"] {
  color: #ffffff !important;
}
/* TOP発着エリア選択マップ */
.l-container .areaSelectMap {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../../../../../assets/img/etc/drawari/2026_winter_pass/bg_map_index.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.l-container .areaSelectMap::before {
  display: block;
  content: "";
  padding-top: 109.375%;
}
.l-container .areaSelectMap [class^="arrival_"],
.l-container .areaSelectMap [class*=" arrival_"] { display: block; position: absolute; width: 20%; }
.l-container .areaSelectMap .arrival_01 { top: 31%; left: 67%; } /* 仙台発着 */
.l-container .areaSelectMap .arrival_02 { top: 46%; left: 22%; } /* 新潟発着 */
.l-container .areaSelectMap .arrival_03 { top: 86%; left: 41%; } /* 首都圏発着 */
.l-container .areaSelectMap .arrival_01:hover, .l-container .areaSelectMap .arrival_01:active, 
.l-container .areaSelectMap .arrival_02:hover, .l-container .areaSelectMap .arrival_02:active,
.l-container .areaSelectMap .arrival_03:hover, .l-container .areaSelectMap .arrival_03:active { opacity: 1.0; transform: scale(1.1); }
/* ご利用方法（往路⇔復路+周遊） */
.l-container .step_bg_ouro   { background-color: #db4949; }
.l-container .step_bg_fukuro { background-color: #2c72c6; }
.l-container .step_bg_shuyu  { background-color: #32A800; }
.l-container [class*="step_box_"] {
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
  font-weight: normal !important;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.l-container .step_box_ouro   { border-color: #db4949; color: #db4949; }
.l-container .step_box_fukuro { border-color: #2c72c6; color: #2c72c6; }
.l-container .step_box_shuyu  { border-color: #32A800; color: #32A800; }
.l-container .step_box_ouro .ttl   { background-color: #db4949; }
.l-container .step_box_fukuro .ttl { background-color: #2c72c6; }
.l-container .step_box_shuyu .ttl  { background-color: #32A800; }
.l-container [class*="step_box_"] .ttl {
  color: #ffffff !important;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 8px;
  text-align: center;
}
.l-container [class*="step_box_"] .txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
}
/* スキー場からプランを選ぶ プルダウン */
.l-container .plan_flexbox {
  display: block;
  margin: 0 0 0 -8px;
  width: 100%;
  max-width: 99.5%;
}
.l-container .plan_flexbox_con option {
  color: #222222;
}
.l-container .plan_flexbox_con option[value*=".html"], 
.l-container .plan_flexbox_con option[value$="/"] {
	color: #2d720a;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
  font-weight: normal !important;
}
.l-container .plan_flexbox_con select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: 48px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #e7e7e7;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  border-radius: 24px;
}
.l-container .plan_flexbox_con select::expand { /* デフォルトの非表示 */
  display: none;
}
.l-container .plan_flexbox_con {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  width: 100%;
}
.l-container .plan_flexbox_con::after { /* 矢印の装飾 */
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 90%;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #2d720a transparent transparent transparent;
}
/* 主要スキー場の一覧 */
.l-container .skijo_plan {
  background: none;
  border-radius: 0;
}
.l-container .skijo_title span {
  padding: 4px 12px;
  border-radius: 16px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
  font-weight: normal !important;
  color: #ffffff;
  background: gray;
}
.l-container .skijo_flex {
  display: block;
  width: 100%;
  flex-wrap: nowrap;
  margin: 16px 0;
  border-top: solid 1px #e7e7e7;
}
.l-container .skijo_flex li {
  width: 100%;
  line-height: 1.5;
  border-bottom: solid 1px #e7e7e7;
	margin-top: 16px;
}
.l-container .skijo_flex li:hover {
	background: none;
}
.l-container .skijo_flex li:active {
  background: lightgray;
}
.l-container .skijo_flex li a {
  display: block;
	padding: 0 8px 16px;
}
.l-container .skijo_flex li a span {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: 0.4em;
}
/* 主要スキー場の一覧（ロゴ表示） */
.l-container .skijo_plan .skijo_flex .skijo_logo {
  display: block;
  width: 80%;
  height: 80px;
	margin: 8px auto 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.l-container .skijo_plan .skijo_flex .skijo_logo.adatara {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_adatara.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.amihari {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_amihari.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.appikogen {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_appikogen.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.geto {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_geto.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.grandeco {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_grandeco.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.hachimantai {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_hachimantai.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.inawashiro {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_inawashiro.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.listel {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_listel.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.nekoma {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_nekoma.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.numajiri {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_numajiri.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.okunakayama {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_okunakayama.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.shizukuishi {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_shizukuishi.png");
}
.l-container .skijo_plan .skijo_flex .skijo_logo.tazawako {
  background-image: url("../../../../../assets/img/etc/drawari/2026_winter_pass/skijo_logomark_tazawako.png");
}
/* style.css 単体通常ボタン.c-btn背景色上書き */
.l-container .c-btn.c-btn-bc-winter, .l-container .c-btn.c-btn-bc-winter:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-tomato, .l-container .c-btn.c-btn-bc-winter.bc-tomato:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-orange, .l-container .c-btn.c-btn-bc-winter.bc-orange:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-grape, .l-container .c-btn.c-btn-bc-winter.bc-grape:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-pink, .l-container .c-btn.c-btn-bc-winter.bc-pink:hover {
	background: linear-gradient(#1da7ed, #0084c6) !important; /* winter */
	color: #ffffff;
}
.l-container .c-btn.c-btn-bc-winter.bc-tomato, 
.l-container .c-btn.c-btn-bc-winter.bc-tomato:hover {
	background: linear-gradient(#f86b4b, #de2900) !important; /* 赤（首都圏発着） */
}
.l-container .c-btn.c-btn-bc-winter.bc-orange, 
.l-container .c-btn.c-btn-bc-winter.bc-orange:hover {
	background: linear-gradient(#ffb02e, #ff7c00) !important; /* オレンジ（岩槻-羽生発着／川越-花園発着） */
}
.l-container .c-btn.c-btn-bc-winter.bc-grape, 
.l-container .c-btn.c-btn-bc-winter.bc-grape:hover {
	background: linear-gradient(#ad3092, #750046) !important; /* 紫（新潟発着） */
}
.l-container .c-btn.c-btn-bc-winter.bc-pink, 
.l-container .c-btn.c-btn-bc-winter.bc-pink:hover {
	background: linear-gradient(#e9407b, #ed0053) !important; /* ピンク（仙台発着） */
}
.l-container .c-btn.c-btn-bc-winter:hover:after {
	color: #0084c6; /* winter */
}
.l-container .c-btn.c-btn-bc-winter.bc-tomato:hover:after {
	color: #de2900; /* 赤（首都圏発着） */
}
.l-container .c-btn.c-btn-bc-winter.bc-orange:hover:after {
	color: #ff7c00; /* オレンジ（岩槻-羽生発着／川越-花園発着） */
}
.l-container .c-btn.c-btn-bc-winter.bc-grape:hover:after {
	color: #750046; /* 紫（新潟発着） */
}
.l-container .c-btn.c-btn-bc-winter.bc-pink:hover:after {
	color: #ed0053; /* ピンク（仙台発着） */
}
.l-container .c-btn.c-btn-bc-winter:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-tomato:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-orange:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-grape:hover, 
.l-container .c-btn.c-btn-bc-winter.bc-pink:hover {
	opacity: 0.5;
}
/* コンポーネント スライダー拡張 ロゴ載せ */
.l-container .ui-sliderWrap .d-sliderWrapLogo {
  position: relative;
  display: block;
}
.l-container .ui-sliderWrap .d-sliderWrapLogo img {
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
}

/* ▼タブレット～PC用として付け足すデザイン */
@media only screen and (min-width: 641px) {
    /* TOP発着エリア選択マップ */
    .l-container .areaSelectMap {
      width: 80%;
    }
    /* ご利用方法（往路⇔復路+周遊） */
    .l-container [class*="step_box_"] {
      border-radius: 12px;
      border-width: 6px;
    }
    .l-container [class*="step_box_"] .ttl {
      font-size: 24px;
      font-size: 2.4rem;
    }
    .l-container [class*="step_box_"] .txt {
      font-size: 18px;
      font-size: 1.8rem;
    }
    /* スキー場からプランを選ぶ プルダウン */
    .l-container .plan_flexbox {
      display: flex;
      margin: 20px auto 0;
      width: 100%;
      max-width: 100%;
      justify-content: space-between;
    }
    .l-container .plan_flexbox_con option {
      color: #222222;
    }
    .l-container .plan_flexbox_con option[value*=".html"], 
    .l-container .plan_flexbox_con option[value$="/"] {
			color: #2d720a;
      font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
      font-weight: normal !important;
    }
    .l-container .plan_flexbox_con select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      height: 48px;
      background: transparent;
      position: relative;
      z-index: 1;
      padding: 0 16px;
      border: 1px solid #e7e7e7;
      width: 100%;
      max-width: 100%;
      font-size: 1.5rem;
      border-radius: 24px;
    }
    .l-container .plan_flexbox_con select::expand { /* デフォルトの非表示 */
      display: none;
    }
    .l-container .plan_flexbox_con {
      position: relative;
      display: inline-block;
      margin: 0 0 16px;
      width: 31.5%;
    }
    .l-container .plan_flexbox_con::after { /* 矢印の装飾 */
      content: '';
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 88%;
      right: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #2d720a transparent transparent transparent;
    }
    /* 主要スキー場の一覧 */
    .l-container .skijo_plan {
    }
    .l-container .skijo_title span {
      padding: 8px 24px;
      border-radius: 20px;
      font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
      font-weight: normal !important;
      color: #ffffff;
      background: gray;
    }
    .l-container .skijo_flex {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
			margin: 16px 0;
			border: none;
    }
    .l-container .skijo_flex li {
      width: 50%;
      line-height: 1.5;
      border-bottom: none;
      margin-top: 0;
    }
    .l-container .skijo_flex li a:hover {
			opacity: .8;
      background: ghostwhite;
      transition: ease-in-out .4s;
    }
    .l-container .skijo_flex li a {
      display: block;
      padding: 16px 8px;
    }
    .l-container .skijo_flex li a span {
      display: inline-block;
      color: black;
      font-weight: normal;
      font-size: 1.4rem;
      margin-left: 0.4em;
    }
}
