@charset "UTF-8";
/** ウィンターパス　2023 **/

.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* TOPページエリアマップ */
.l-container .main_pct_bg {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../../../../../assets/img/etc/drawari/2023_winter_pass/bg_index.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.l-container .main_pct_bg::before {
  display: block;
  content: "";
  padding-top: 106.5%;
}
/* 仙台発着 */
.l-container .top_img_no1 {
  display: block;
  position: absolute;
  width: 20%;
  top: 31%;
  left: 67%;
}
/* 新潟発着 */
.l-container .top_img_no2 {
  display: block;
  position: absolute;
  width: 20%;
  top: 46%;
  left: 22%;
}
/* 北陸発着
.l-container .top_img_no3 {
	display: block;
	position: absolute;
	width: 20%;
	top: 71%;
	left: 2%;
}
*/
/* 首都圏発着 */
.l-container .top_img_no4 {
  display: block;
  position: absolute;
  width: 20%;
  top: 86%;
  left: 41%;
}
/* TOPページエリアマップ end */
/* スライダー */
.top_box {
  position: relative;
  top: 50%;
}
.sp-slides .top_box {
  z-index: 1;
}
.top_box .rogo_box {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
}
.rogo_box {
  z-index: 10;
}
.top_box .rogo_box img {
  width: 100%;
  max-width: 320px;
  margin-top: -5px;
}
.img_rogo {
  width: 100%;
}
p.sp-black { /* キャプションの背景 */
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* end スライダー */
/* 優待バナー */
.yutai_bnr img {
  margin: 0 auto;
  max-width: 100%;
}
/* end 優待バナー */
/* 安比グランド */
p.appi_groung {
  font-size: 12px;
}
/* end 安比グランド */
/* rei_flexbox */
.l-container .rei_flexbox {
  display: block;
  margin-top: 20px;
}
.l-container .rei_flexbox_left {
  width: 100%;
}
.l-container .rei_flexbox_left img {
  width: 100%;
}
.l-container .rei_flexbox_right {
  width: 100%;
  margin: 15px 0 0 0;
}
.l-container .rei_flexbox_right img {
  width: 100%;
}
/* end rei_flexbox */
/* 見出し */
.l-wrapper .h2_winter_pass_title {
  margin: 48px -24px 16px;
  padding: 8px;
  /*box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);*/
  background: #1da7ed;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "A+EqpB-游ゴシック体 Pr6N R", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif; /* レンダリング滲み対策（游ゴB→R）2022追記 */
  font-weight: 600 !important;
  line-height: 1.4;
  text-align: center;
  /*border-radius: 2em;*/
}
/* end 見出し */
/* タイトルのアイコン */
.l-wrapper .title_icon_tokucyo:before, 
.l-wrapper .title_icon_goriyo:before, 
.l-wrapper .title_icon_hojo:before, 
.l-wrapper .title_icon_attention:before, 
.l-wrapper .title_icon_area:before, 
.l-wrapper .title_icon_price:before, 
.l-wrapper .title_icon_pay:before, 
.l-wrapper .title_icon_apply:before, 
.l-wrapper .title_icon_kikan:before, 
.l-wrapper .title_icon_flow:before, 
.l-wrapper .title_icon_present:before, 
.l-wrapper .title_icon_privilege:before, 
.l-wrapper .title_icon_info:before, 
.l-wrapper .title_icon_ski:before, 
.l-wrapper .title_icon_list:before, 
.l-wrapper .title_icon_travel:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 2.4rem;
	font-weight: bold !important;
  color: #ffff7c;
  margin-right: 5px;
}
.l-wrapper .title_icon_tokucyo:before {
  content: '\f0a1';
}
.l-wrapper .title_icon_goriyo:before {
  content: '\f46d';
}
.l-wrapper .title_icon_hojo:before {
  content: '\f4b9';
}
.l-wrapper .title_icon_attention:before {
  content: '\f071';
}
.l-wrapper .title_icon_area:before {
  content: '\f3c5';
}
.l-wrapper .title_icon_price:before {
  content: '\f02c';
}
.l-wrapper .title_icon_pay:before {
  content: '\f53d';
}
.l-wrapper .title_icon_apply:before {
  content: '\f044';
}
.l-wrapper .title_icon_kikan:before {
  content: '\f073';
}
.l-wrapper .title_icon_flow:before {
  content: '\f0cb';
}
.l-wrapper .title_icon_present:before {
  content: '\f06b';
}
.l-wrapper .title_icon_privilege:before {
  content: '\f559';
}
.l-wrapper .title_icon_info:before {
  content: '\f05a';
}
.l-wrapper .title_icon_ski:before {
  content: '\f7c9';
}
.l-wrapper .title_icon_list:before {
  content: '\f022';
}
.l-wrapper .title_icon_travel:before {
  content: '\f0f2';
}
/* end タイトルのアイコン */
/* ご利用方法 */
.l-wrapper .number_icon {
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1da7ed
}
.l-wrapper .number_icon span {
  padding: 0 0 0 5px;
}
.l-wrapper .number_icon:before {
  font-size: 1.6rem;
  color: orange;
  padding: 0 10px 0 0px;
  font-weight: bold;
}
.l-wrapper .number_icon_indent {
  padding: 3px 10px 3px 30px;
  text-indent: -1.6em;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: normal;
}
/* end ご利用方法 */
/* プラン選択のプルダウン */
.l-container .plan_flexbox {
  display: block;
  margin: 0 0 0 -8px;
  width: 100%;
  max-width: 99.5%;
}
.l-container .plan_flexbox_con option {
  color: blue;
  font-weight: bold;
}
.l-container .plan_flexbox_con select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: 50px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 0 0 5px;
  border: solid 1px #000000;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  border-radius: 0;
}
.l-container .plan_flexbox_con select::expand { /* デフォルトの非表示 */
  display: none;
}
.l-container .plan_flexbox_con {
  position: relative;
  display: inline-block;
  margin: 5px;
  width: 100%;
}
.l-container .plan_flexbox_con::after { /* 矢印の装飾 */
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 93%;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
/* end プラン選択のプルダウン */
/* 主なスキー場の一覧のBOX */
.l-container .skijo_plan {
  padding: 5px;
  background: none;
  border-radius: 0;
}
.l-container .skijo_title span {
  padding: 4px 12px;
  border-radius: 16px;
  font-weight: bold;
  color: #ffffff;
  background: gray;
}
.l-container .skijo_flex {
  display: block;
  width: 100%;
  flex-wrap: nowrap;
}
.l-container .skijo_flex li {
  width: 102%;
  margin: 10px 0 -11px -5px;
  line-height: 1.3;
  /*padding-left: 1.2em;
  text-indent: -1.3em;*/
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}
.l-container .skijo_flex li:hover {
	background: none;
}
.l-container .skijo_flex li:active {
  background: lightgray;
}
.l-container .skijo_flex span {
  color: black;
  font-weight: normal;
  font-size: 1.4rem;
}
.l-container .skijo_flex li a {
  display: block;
  padding: 10px;
}
/* end 主なスキー場の一覧のBOX */

/* プレゼントページへのバナー */
.p-present-bnr {
  width: 100%;
}
/* ドラぷらの旅 */
.dratabi {
  border: 6px solid #8dc221 !important;
}
.dratabi-inner {
  background: linear-gradient(#008f3b, #8dc221) !important;
  border: 1px solid #fff !important;
  text-shadow: 1px 1px 2px #666;
}

/* PC・タブレットで追加するスタイル */
@media only screen and (min-width: 641px) {
    .pc {
      display: block !important;
    }
    .sp {
      display: none !important;
    }
    /* TOPページエリアマップ */
    .l-container .main_pct_bg {
      position: relative;
      width: 100%;
      height: auto;
      background: url("../../../../../assets/img/etc/drawari/2023_winter_pass/bg_index.png");
      background-size: 100%;
      background-repeat: no-repeat;
    }
    .l-container .main_pct_bg::before {
      display: block;
      content: "";
      padding-top: 106.5%;
    }
    /* 仙台発着 */
    .l-container .top_img_no1 {
      display: block;
      position: absolute;
      width: 20%;
      top: 31%;
      left: 67%;
    }
    /* 新潟発着 */
    .l-container .top_img_no2 {
      display: block;
      position: absolute;
      width: 20%;
      top: 46%;
      left: 22%;
    }
    /* 北陸発着
  .l-container .top_img_no3 {
    display: block;
    position: absolute;
    width: 20%;
    top: 71%;
    left: 2%;
  }
  */
    /* 首都圏発着 */
    .l-container .top_img_no4 {
      display: block;
      position: absolute;
      width: 20%;
      top: 86%;
      left: 41%;
    }
    /* TOPページエリアマップ end */
    /* スライダー */
    .top_box {
      position: relative;
      top: 50%;
    }
    .sp-slides .top_box {
      z-index: 1;
    }
    .top_box .rogo_box {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(0%, 0%);
    }
    .rogo_box {
      z-index: 10;
    }
    .top_box .rogo_box img {
      width: 100%;
      max-width: 500px;
      height: auto;
      margin-top: 0px;
    }
    p.sp-black { /* キャプションの背景 */
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.7);
    }
    /* end スライダー */
    /* 優待バナー */
    .yutai_bnr img {
      margin: 0 auto;
      max-width: 500px;
    }
    /* end 優待バナー */
    /* 安比グランド */
    p.appi_groung {
      font-size: 14px;
    }
    /* end 安比グランド */
    /* rei_flexbox */
    .l-container .rei_flexbox {
      display: flex;
      margin-top: 20px;
      justify-content: space-between;
    }
    .l-container .rei_flexbox_left {
      width: 48%;
    }
    .l-container .rei_flexbox_left img {
      width: 100%;
    }
    .l-container .rei_flexbox_right {
      width: 48%;
      margin: 0 0 0 0;
    }
    .l-container .rei_flexbox_right img {
      width: 100%;
    }
    /* end rei_flexbox */
    /* note_flexbox */
    .note_flexbox {
      display: flex;
      padding-top: 10px;
      justify-content: space-around;
      border-style: solid 1px #ff0000;
      border-radius: 1em;
    }
    .note_flexbox_left {
      width: 40%;
    }
    .note_flexbox_left img {
      width: 100%;
    }
    .note_flexbox_right {
      width: 40%;
    }
    .note_flexbox_right img {
      padding: 0;
      width: 100%;
    }
    /* end note_flexbox */
    /* 見出し */
    .l-wrapper .h2_winter_pass_title {
      margin: 64px 0 24px;
      padding: 10px 16px;
      /*box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);*/
      background: #1da7ed;
      font-size: 3.2rem;
      font-weight: 600 !important;
      color: #FFFFFF;
      line-height: 1.4;
      text-align: center;
      border-radius: 1em;
    }
    /* end 見出し */
    /* 見出しのアイコン */
    .l-wrapper .title_icon_tokucyo:before, 
    .l-wrapper .title_icon_goriyo:before, 
    .l-wrapper .title_icon_hojo:before, 
    .l-wrapper .title_icon_attention:before, 
    .l-wrapper .title_icon_area:before, 
    .l-wrapper .title_icon_price:before, 
    .l-wrapper .title_icon_pay:before, 
    .l-wrapper .title_icon_apply:before, 
    .l-wrapper .title_icon_kikan:before, 
    .l-wrapper .title_icon_flow:before, 
    .l-wrapper .title_icon_present:before, 
    .l-wrapper .title_icon_privilege:before, 
    .l-wrapper .title_icon_info:before, 
    .l-wrapper .title_icon_ski:before, 
    .l-wrapper .title_icon_list:before,
    .l-wrapper .title_icon_travel:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 3.3rem;
      font-weight: bold !important;
      color: #ffff7c;
      margin-right: 10px;
    }
    /* end 見出しのアイコン */
    /* ご利用方法 */
    .l-wrapper .number_icon {
      padding: 0 0 0 20px;
      font-size: 3rem;
      font-weight: bold;
      color: #1da7ed
    }
    .l-wrapper .number_icon span {
      padding: 0 0 0 7px;
    }
    .l-wrapper .number_icon:before {
      font-size: 3rem;
      color: orange;
      padding: 0 10px 0 0px;
    }
    .l-wrapper .number_icon_indent {
      padding: 5px 15px 5px 40px;
      text-indent: -1.7em;
      line-height: 1.2;
      font-size: 2.2rem;
    }
    .l-wrapper .number_icon_note {
      margin: 0 0 10px 0;
      padding: 10px;
      font-size: 2.5rem;
      font-weight: normal;
      color: dimgray;
      text-indent: 0;
      line-height: 1.5;
      background: #ffffff;
      border-radius: 0.35em;
    }
    /* end ご利用方法 */
    /* プラン選択のプルダウン */
    .l-container .plan_flexbox {
      display: flex;
      margin: 20px auto;
      width: 100%;
      max-width: 100%;
      justify-content: space-between;
    }
    .l-container .plan_flexbox_con option {
      color: blue;
      font-weight: bold;
    }
    .l-container .plan_flexbox_con select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      height: 50px;
      background: transparent;
      position: relative;
      z-index: 1;
      padding: 0 0 0 5px;
      border: solid 1px #000000;
      width: 100%;
      max-width: 100%;
      font-size: 1.5rem;
      border-radius: 0;
    }
    .l-container .plan_flexbox_con select::expand { /* デフォルトの非表示 */
      display: none;
    }
    .l-container .plan_flexbox_con {
      position: relative;
      display: inline-block;
      margin: 0;
      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: 9px 7px 0 7px;
      border-color: #000 transparent transparent transparent;
    }
    /* end プラン選択のプルダウン */
    /* 主なスキー場の一覧のBOX */
    .l-container .skijo_plan {
      padding: 15px;
      /*background: rgba(238, 238, 238, 0.7);*/
      /*border-radius: 7px;*/
    }
    .l-container .skijo_title span {
      padding: 4px 12px;
      border-radius: 16px;
      font-weight: bold;
      color: #ffffff;
      background: gray;
    }
    .l-container .skijo_flex {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
    }
    .l-container .skijo_flex li {
      width: 50%;
      margin: 10px 0 0 0;
      line-height: 1.3;
      /*padding-left: 1.2em;
      text-indent: -1.3em;*/
      border-top: none;
      border-bottom: none;
    }
    .l-container .skijo_flex li a:hover {
			opacity: .8;
      transition: ease-in-out .4s;
    }
    .l-container .skijo_flex li a:first-child:hover {
      /*background: #cccccc;*/ background: ghostwhite;
      transition: ease-in-out .4s;
    }
    .l-container .skijo_flex span {
      color: black;
      font-weight: normal;
      font-size: 1.4rem;
    }
    .l-container .skijo_flex li a {
      display: block;
      padding: 5px;
    }
    /* end 主なスキー場の一覧のBOX */
    /* プレゼントページへのバナー */
    .p-present-bnr img {
      width: 50%;
      margin: 0 auto;
    }
}
/* end PC・タブレットで追加するスタイル */

/* style.css 単体通常ボタン.c-btn背景色上書き（WP2023追加） */
.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 .p-dashed {
	border-bottom: dashed 2px #000;
}