@charset "UTF-8";
/* ウィンターパス2026 仙台発着エリア */
/* https://www.driveplaza.com/etc/drawari/2026_winter_pass/sendai.html */

/* ▼モバイルファースト (全環境に共通のデザイン) */
/* 仙台発着 目的地エリア選択マップ */
.l-container .areaSelectMap_sendai {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../../../../../assets/img/etc/drawari/2026_winter_pass/bg_map_sendai.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.l-container .areaSelectMap_sendai::before {
  display: block;
  content: "";
  padding-top: 121.4285%;
}
.l-container .areaSelectMap_sendai [class^="arrival_"],
.l-container .areaSelectMap_sendai [class*=" rrival_"] { display: block; position: absolute; width: 22%; transition: 0.3s; }
.l-container .areaSelectMap_sendai .arrival_01 { top:  2%; left: 56%; } /* 安比・八幡平・雫石・田沢湖 */
.l-container .areaSelectMap_sendai .arrival_02 { top: 27%; left: 48%; } /* 夏油 */
.l-container .areaSelectMap_sendai .arrival_03 { top: 76%; left: 24%; } /* 猪苗代・磐梯 */
.l-container .areaSelectMap_sendai .arrival_01:hover, .l-container .areaSelectMap_sendai .arrival_01:active, 
.l-container .areaSelectMap_sendai .arrival_02:hover, .l-container .areaSelectMap_sendai .arrival_02:active,
.l-container .areaSelectMap_sendai .arrival_03:hover, .l-container .areaSelectMap_sendai .arrival_03:active { opacity: 1.0; transform: scale(1.1); }
.l-container .areaSelectMap_sendai .departure {
  display: block;
  position: absolute;
  width: 40%;
  transition: 0.3s;
  top: 50%;
  left: 54%;
}

/* ▼タブレット～PC用として付け足すデザイン */
@media only screen and (min-width: 641px) {
    /* 仙台発着 目的地エリア選択マップ */
    .l-container .areaSelectMap_sendai {
      width: 80%;
    }
}
