@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans W3";
  src: local(HiraginoSans-W3); }

@font-face {
  font-family: "Hiragino Sans W4";
  src: local(HiraginoSans-W4); }

@font-face {
  font-family: "Hiragino Sans W5";
  src: local(HiraginoSans-W5); }

@font-face {
  font-family: "Hiragino Sans W6";
  src: local(HiraginoSans-W6); }

@font-face {
  font-family: "Hiragino Sans W7";
  src: local(HiraginoSans-W7); }

@font-face {
  font-family: "Hiragino Sans W8";
  src: local(HiraginoSans-W8); }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility {
    margin: auto;
    width: calc(100% - 32px); } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* 共通パーツ
-----------------------------------------------------------------*/
/* ボタン
-----------------------------------------------------------------*/
/* タイトル
-----------------------------------------------------------------*/
/*
  固定ページ
------------------------------------*/
/* アーカイブ（記事一覧ページ）
-----------------------------------------------------------------*/
/* 特集リスト
-----------------------------------------------------------------*/
/*
  ナビゲーション
------------------------------------*/
/*
  エリアタグ
------------------------------------*/
/*
  バナー
------------------------------------*/
/*=============================================

  よくある質問

==============================================*/
/*=============================================

  全景マップ

==============================================*/
/*=============================================

  毎日のコメント

==============================================*/
/*=============================================

  動的マップ

==============================================*/
/*=============================================

  タブ切り替え

==============================================*/
/*=============================================

  ページャー

==============================================*/
/*=============================================
  画像拡大
==============================================*/
/*
  テーブル
------------------------------------*/
/*
  スマホでスクロールできる
------------------------------------*/
/*=============================================

  ポイントリスト

==============================================*/
/*=============================================

  強調リンク

==============================================*/
/*=============================================

  購入ボタン（赤色）

==============================================*/
/*=============================================

  イベント一覧

==============================================*/
.mapTab_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000; }

.mapTab_headNode {
  color: #868686;
  width: 50%;
  text-align: center;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mapTab_headNode {
      font-size: 13px;
      padding-bottom: 6px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mapTab_headNode {
      font-size: 18px;
      padding-bottom: 16px; } }
  .mapTab[data-current="south"] .mapTab_headNode[data-area="south"] {
    color: #000;
    font-weight: 700;
    border-bottom: 6px solid #000; }
  .mapTab[data-current="north"] .mapTab_headNode[data-area="north"] {
    color: #000;
    font-weight: 700;
    border-bottom: 6px solid #000; }

/*
    mapImage（動的にコース等を表示させる箇所）
  ------------------------------------*/
.mapImage {
  position: relative;
  display: none; }
  .mapTab[data-current="south"] .mapImage[data-area="south"] {
    display: block; }
  .mapTab[data-current="north"] .mapImage[data-area="north"] {
    display: block; }

.mapImage_background img {
  width: 100%; }

.mapImage_coursePin {
  position: absolute;
  width: 3.2%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  z-index: 1; }
  .mapImage.is-hover .mapImage_coursePin {
    opacity: .3; }
  @media (hover: hover) {
    .mapImage_coursePin:hover {
      opacity: 1 !important; } }

.mapImage_course {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .mapImage.is-hover .mapImage_course {
    opacity: .3; }
  .mapImage_course.is-hover {
    opacity: 1 !important; }

.mapImage_courseInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  パーク
  ------------------------------------*/
.mapImage_parkPin {
  position: absolute;
  width: 3.2%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  z-index: 1; }
  .mapImage.is-hover .mapImage_parkPin {
    opacity: .3; }
  @media (hover: hover) {
    .mapImage_parkPin:hover {
      opacity: 1 !important; } }

.mapImage_park {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .mapImage.is-hover .mapImage_park {
    opacity: .3; }
  .mapImage_park.is-hover {
    opacity: 1 !important; }

.mapImage_parkInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  リフト
  ------------------------------------*/
.mapImage.is-hover .liftAnimation {
  opacity: .3; }

@media (hover: hover) {
  .mapImage_liftPin:hover + .liftAnimation {
    opacity: 1 !important; } }

.listImg {
  width: 1.5%;
  display: none;
  position: absolute;
  opacity: 0; }
  .listImg.is-active {
    display: block; }
  .mapTab[data-current="south"] .mapImage[data-area="south"] .listImg {
    will-change: top, left, opacity; }
  .mapTab[data-current="north"] .mapImage[data-area="north"] .listImg {
    will-change: top, left, opacity; }
  .listImg img {
    width: 100%;
    vertical-align: top; }

.mapImage_liftPin {
  position: absolute;
  width: 3.2%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  z-index: 1; }
  .mapImage.is-hover .mapImage_liftPin {
    opacity: .3; }
  @media (hover: hover) {
    .mapImage_liftPin:hover {
      opacity: 1 !important; } }

.mapImage_lift {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .mapImage.is-hover .mapImage_lift {
    opacity: .3; }
  .mapImage_lift.is-hover {
    opacity: 1 !important; }

.mapImage_liftInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mapTab_body {
    margin: 40px auto 0;
    width: calc(100% - 120px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .mapInfo {
    margin-top: 22px; } }

.mapImage_course,
.mapImage_park,
.mapImage_lift {
  height: 100%; }

.mapImage_courseInner,
.mapImage_parkInner,
.mapImage_liftInner {
  position: absolute; }

/*
    mapGuide
  ------------------------------------*/
.mapGuide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.55); }

.mapGuide_icon {
  width: 25px; }
  .mapGuide_icon img {
    width: 100%; }

.mapGuide_text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-left: 12px; }
  .mapGuide_text.touch_device {
    display: none; }
  html.touch_device .mapGuide_text {
    display: none; }
    html.touch_device .mapGuide_text.touch_device {
      display: block; }

/*
  facility
  ------------------------------------*/
.facility_wrapper {
  display: none; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility_wrapper {
      margin-top: 24px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mapTab[data-current="south"] .facility_wrapper[data-area="south"] {
      display: block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mapTab[data-current="south"] .facility_wrapper[data-area="south"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mapTab[data-current="north"] .facility_wrapper[data-area="north"] {
      display: block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mapTab[data-current="north"] .facility_wrapper[data-area="north"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility.course {
    margin-top: 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility.park {
    margin-top: 23px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility + .facility {
    margin-left: 60px; } }

.facility_name {
  font-weight: 700;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .facility_name {
      font-size: 14px;
      width: 45px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility_name {
      font-size: 16px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .facility_name::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #C4C4C4;
        margin-left: 8px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility_nameInner {
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility_statWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.facility_stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .facility_stat {
      margin-left: 28px;
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility_stat {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 10px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility_stat-level {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility_stat-level {
    margin-right: 30px; } }

.facility_statNode {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .facility_statNode {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility_statNode {
      font-size: 14px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .facility.course .facility_statNode + .facility_statNode,
    .facility.park .facility_statNode + .facility_statNode {
      margin-left: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility.course .facility_statNode + .facility_statNode,
    .facility.park .facility_statNode + .facility_statNode {
      margin-left: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility.lift .facility_statNode {
    width: 83px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility.lift .facility_statNode {
    width: 98px; } }

.facility.lift .facility_statNode::after {
  content: "";
  display: block;
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .facility.lift .facility_statNode::after {
      height: 4px;
      margin-top: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility.lift .facility_statNode::after {
      height: 5px;
      margin-top: 8px; } }

.facility.lift .facility_statNode:nth-child(1)::after {
  background-color: #D31C1B; }

.facility.lift .facility_statNode:nth-child(2)::after {
  background-color: #EBC421; }

.facility.lift .facility_statNode:nth-child(3)::after {
  background-color: #868686; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility.lift .facility_statNode + .facility_statNode {
    margin-left: 12px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility.lift .facility_statNode + .facility_statNode {
    margin-left: 16px; } }

.facility_statNode_level {
  display: block;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 7px;
  padding: 0 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .facility_statNode_level {
      font-size: 10px;
      min-width: 70px;
      height: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .facility_statNode_level {
      font-size: 13px;
      min-width: 78px;
      height: 18px; } }

.facility_statNode_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.facility_statNode_infoNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .facility_statNode_infoNode + .facility_statNode_infoNode {
    margin-left: 5px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility_statNode_infoImage {
    width: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility_statNode_infoImage {
    width: 24px; } }

.facility_statNode_infoImage img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .facility_statNode_infoText {
    font-size: 10px;
    margin-top: 3px;
    max-width: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .facility_statNode_infoText {
    font-size: 13px;
    margin-top: 4px;
    max-width: 100px; } }

/*
    mapLink
  ------------------------------------*/
.mapLink {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mapLink {
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mapLink {
      margin-top: 38px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mapTab[data-current="south"] .mapLink[data-area="south"] {
      display: block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mapTab[data-current="south"] .mapLink[data-area="south"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mapTab[data-current="north"] .mapLink[data-area="north"] {
      display: block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mapTab[data-current="north"] .mapLink[data-area="north"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mapLink_node {
    width: 236px;
    margin: 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .mapLink_node + .mapLink_node {
    margin-top: 15px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mapLink_node + .mapLink_node {
    margin-left: 24px; } }

/*
  モーダル＆スライダー
  ------------------------------------*/
.guideModal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1; }
  .guideModal.is-open {
    visibility: visible;
    opacity: 1; }

.guideModal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .75;
  cursor: pointer; }

.guideModal_content {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .guideModal_content {
      max-width: 550px;
      max-height: 700px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .guideModal_content {
      max-width: 1040px;
      max-height: 640px;
      width: calc(100% - 240px);
      height: calc(100% - 80px); } }

.guideModal_close {
  position: absolute;
  width: 64px;
  height: 64px;
  cursor: pointer;
  top: 0;
  right: 0; }
  .guideModal_close::before, .guideModal_close::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .guideModal_close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.guideModal_arrows .c-sliderArrow-left,
.guideModal_arrows .c-sliderArrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.guideModal_arrows .c-sliderArrow-left {
  left: 18px; }

.guideModal_arrows .c-sliderArrow-right {
  right: 18px; }

.guideModal_slider {
  height: 100%; }
  .guideModal_slider .slick-list {
    height: 100%; }
  .guideModal_slider .slick-track {
    height: 100%; }

.guideModal_sliderNode {
  height: 100%;
  overflow: auto; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .guideModal_sliderNode_inner {
    padding: 53px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .guideModal_sliderNode_inner {
    max-width: 856px;
    width: calc(100% - 184px);
    margin: 40px auto 80px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .guideModal_title {
    margin: 0 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .guideModal_grid {
    margin-top: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .guideModal_grid {
    margin-top: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 272px;
    grid-template-columns: 1fr 272px;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
    .guideModal_grid .guideModal_visual {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 1 / 1 / 2 / 2; }
    .guideModal_grid .guideModal_tableWrapper {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-area: 1 / 2 / 3 / 3; }
    .guideModal_grid .guideModal_lead {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 2 / 1 / 3 / 2; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .guideModal_tableWrapper {
    margin: 24px 20px 0; } }

.guideModal_visual {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .guideModal_visual.youtube {
    cursor: pointer; }

.guideModal_visualImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none; }
  .guideModal_visualImage img {
    width: 100%; }
  .guideModal_visual.youtube .guideModal_visualImage img {
    -webkit-filter: saturate(80%);
    filter: saturate(80%); }

.guideModal_play {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 2px solid #C0F55B;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none; }
  .guideModal_play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 28px;
    border-color: transparent transparent transparent #C0F55B;
    margin-right: -7px; }

.guideModal_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  [data-status="paused"] .guideModal_youtube {
    opacity: 0;
    visibility: hidden; }

.guideModal_table {
  background-color: #F2F2F2;
  padding: 16px; }

.guideModal_tableNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1; }
  .guideModal_tableNode + .guideModal_tableNode {
    margin-top: 4px; }

.guideModal_tableTitle {
  font-weight: 700;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .guideModal_tableTitle {
      width: 84px;
      margin-right: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .guideModal_tableTitle {
      width: 98px;
      margin-right: 10px; } }

.guideModal_tableData {
  font-size: 14px;
  line-height: 1.5; }

.guideModal_text {
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .guideModal_text {
      margin: 14px 20px 0; } }
  .guideModal_text i {
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 8px;
    margin-bottom: 6px;
    text-decoration: none; }
  .guideModal_text i:first-of-type {
    margin-top: 0; }

.guideModal_lead {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8; }
  .guideModal_table + .guideModal_lead {
    margin-top: 20px; }

.guideModal_controls {
  width: calc(100% - 40px);
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.guideModal_controlsPrev,
.guideModal_controlsNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .guideModal_controlsPrev span,
  .guideModal_controlsNext span {
    font-family: "Anton", sans-serif;
    font-size: 24px;
    letter-spacing: 0.04em;
    margin: 0 5px; }
  .guideModal_controlsPrev svg,
  .guideModal_controlsNext svg {
    width: 22px;
    height: 15px; }

.guideModal_controlsPrev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/*  リフトモーダル */
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .guideModal_lift {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .guideModal_liftInfo {
    padding: 0 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .guideModal_liftImage {
    margin-top: 10px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .guideModal_liftImage {
    width: 560px;
    margin-right: 20px; } }

.guideModal_liftImage img {
  width: 100%; }

.liftModal_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .liftModal_status {
      margin-top: 10px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .liftModal_status {
      height: 64px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .liftModal_statusIcon {
    width: 22px;
    margin: 0 9px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .liftModal_statusIcon {
    width: 30px;
    margin: 0 17px; } }

.liftModal_statusIcon img {
  width: 100%; }

.liftModal_statusTime {
  font-family: -apple-system, "BlinkMacSystemFont", "Anton", sans-serif;
  font-size: 18px;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .liftModal_statusTime {
      margin-left: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .liftModal_statusTime {
      margin-left: 20px; } }

.liftModal_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .liftModal_typeIcon {
    width: 40px;
    height: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .liftModal_typeIcon {
    width: 64px;
    height: 64px; } }

.liftModal_typeIcon img {
  width: 100%; }

.liftModal_typeText {
  font-weight: 700; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .liftModal_typeText {
      font-size: 13px;
      margin-left: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .liftModal_typeText {
      font-size: 18px;
      margin-left: 20px; } }

.liftModal_catch {
  font-size: 14px;
  margin-top: 18px; }

.liftModal_note {
  font-size: 14px;
  margin-top: 16px; }

.c-mapTextbox {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.94;
  padding: 20px;
  border-radius: 10px;
  background-color: #F2F2F2; }

.c-mapTextbox_inner {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .c-mapTextbox_inner::-webkit-scrollbar {
    display: none; }

.simplebar-scrollbar::before {
  background: #000000;
  opacity: 1 !important; }

.simplebar-track {
  border-radius: 10px;
  background: #fff; }
  .simplebar-track.simplebar-vertical {
    width: 4px; }

.simplebar-scrollbar.simplebar-visible:before {
  width: 4px;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px); }

.simplebar-wrapper {
  padding-bottom: 4px !important; }

.simplebar-content {
  padding-bottom: 4px !important; }

.wrapper {
  width: 100%; }

/*
  マップ
------------------------------------*/
.mapTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.mapTab_body {
  position: relative;
  margin: 0;
  width: 62.5%; }

/*
  右側の情報
------------------------------------*/
.liftsign_block {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.signage_facility {
  position: absolute;
  bottom: 1.6129%;
  right: 1.25%; }
  .mapTab[data-current="south"] .signage_facility {
    width: 30%; }
  .mapTab[data-current="north"] .signage_facility {
    width: 23%; }
  .signage_facility img {
    width: 100%; }

.liftsign_title {
  font-size: 18px;
  font-size: clamp(14.4px, calc(100vw * 18 / 1280), 36px);
  padding-top: 30px; }

.liftsign_date {
  font-weight: 700;
  font-size: 36px;
  font-size: clamp(28.8px, calc(100vw * 36 / 1280), 72px);
  text-align: center;
  margin-top: 18px; }

.mapTab_head {
  margin-top: 25px;
  border-bottom: solid #000 2px; }

.mapTab_headNode {
  font-size: 16px;
  font-size: clamp(12.8px, calc(100vw * 16 / 1280), 32px);
  color: #C4C4C4;
  background-color: #DDDDDD;
  font-weight: 700;
  padding: 10px 0; }
  .mapTab[data-current="south"] .mapTab_headNode[data-area="south"] {
    color: #fff;
    background-color: #000;
    border: none; }
  .mapTab[data-current="north"] .mapTab_headNode[data-area="north"] {
    color: #fff;
    background-color: #000;
    border: none; }
  .mapTab_headNode.is_single {
    width: 100%; }

.mapInfo {
  padding: 30px 30px 0; }

.c-mapTextbox {
  font-size: 13px;
  font-size: clamp(10.4px, calc(100vw * 13 / 1280), 26px);
  height: 100%;
  padding: 30px 40px; }

.c-mapTextbox_inner {
  height: 100%;
  overflow: initial; }
  .c-mapTextbox_inner .simplebar-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    -webkit-transition: 6s linear transform;
    -o-transition: 6s linear transform;
    transition: 6s linear transform; }
  .c-mapTextbox_inner .simplebar-content.is-transitionOff {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .c-mapTextbox_inner .simplebar-track.simplebar-vertical {
    display: none; }

@media print {
  .mapTab {
    display: block; }
  .mapTab_body {
    width: 90%;
    margin: auto; }
  .liftsign_block {
    width: 70%;
    margin: auto; }
  .mapInfo {
    padding: 0; }
  .c-mapTextbox {
    padding: 0;
    line-height: 1.5; }
  .liftsign_title {
    padding-top: 10px; }
  .liftsign_date {
    margin: 0; }
  .mapTab_head {
    margin-top: 10px; }
  .mapTab_headNode {
    display: none;
    padding: 0;
    display: none;
    padding: 0; }
    .mapTab[data-current="south"] .mapTab_headNode[data-area="south"] {
      display: block;
      width: 100%; }
    .mapTab[data-current="north"] .mapTab_headNode[data-area="north"] {
      display: block;
      width: 100%; }
  .liftsign_date {
    line-height: 1.2;
    font-size: 22px;
    font-size: clamp(17.6px, calc(100vw * 22 / 1280), 44px); } }

/*=============================================

  サイズ検証用

==============================================*/
.mapImage_course,
.mapImage_park,
.mapImage_lift {
  height: 100%; }

.mapImage_courseInner,
.mapImage_parkInner,
.mapImage_liftInner {
  position: absolute; }
