@charset "UTF-8";
/* CSS Document */

/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
  /* マップ */

  .lift-trail-map-wrap .map-wrap {
    width: 100%;
    max-width: 1440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lift-trail-map-wrap .map-wrap img {
    width: 100%;
    display: block;
  }

  .lift-trail-map-wrap .zoom-btn {
    display: none;
  }

  .lift-trail-map-wrap div + .btn-basic.c-btn {
    margin-top: 80px;
  }

  .lift-trail-map-wrap .btn-basic.c-btn + .btn-basic.c-btn {
    margin-top: 24px;
  }

  .lift-trail-map-wrap .btn-basic.c-btn + ul {
    margin-top: 24px;
  }

  .lift-trail-map-wrap .course-info-list + .btn-basic {
    margin-top: 32px;
  }

  .lift-trail-map-wrap .status-info-list,
  .lift-trail-map-wrap .course-info-list {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lift-trail-map-wrap .status-info-list {
    margin-top: 16px;
  }
  .lift-trail-map-wrap .course-info-list {
    margin-top: 8px;
  }

  .lift-trail-map-wrap .status-info-list li,
  .lift-trail-map-wrap .course-info-list li {
    width: 15.5%;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
  }

  .lift-trail-map-wrap .status-info-list li + li,
  .lift-trail-map-wrap .course-info-list li + li {
    margin-left: 1%;
  }

  .lift-trail-map-wrap .status-line {
    width: 45px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
  }

  .lift-trail-map-wrap .status-line.open:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/open-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.dcl:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/wather-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.wait:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #5d37a9;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.res:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #8c5024;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.closed:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/close-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.uncmp-snow:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/waiting-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.most-high,
  .lift-trail-map-wrap .status-line.high,
  .lift-trail-map-wrap .status-line.medium,
  .lift-trail-map-wrap .status-line.beginner,
  .lift-trail-map-wrap .status-line.night {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 8px;
  }

  .lift-trail-map-wrap .status-line.most-high:before {
    content: "";
    background: url("../img/lift-and-trail-status/level04-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 28px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
  }

  .lift-trail-map-wrap .status-line.high:before {
    content: "";
    background: url("../img/lift-and-trail-status/level03-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
  }

  .lift-trail-map-wrap .status-line.medium:before {
    content: "";
    background: url("../img/lift-and-trail-status/level02-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
  }

  .lift-trail-map-wrap .status-line.beginner:before {
    content: "";
    background: url("../img/lift-and-trail-status/level01-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
  }

  .lift-trail-map-wrap .status-line.night:before {
    content: "N";
    font-style: normal;
    color: #fff;
    background: #000;
    padding: 4px;
    font-size: 10px;
  }

  /* ステータス一覧 */

  .lift-status-wrap .ttl-box {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding-inline-start: 0;
    border-bottom: 2px solid #898989;
    padding-bottom: 16px;
    margin-bottom: 0;
  }

  .lift-status-wrap .ttl-box li {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
  }

  .lift-status-wrap .ttl-box li:first-child {
    width: 37%;
    margin-left: 8%;
  }

  .lift-status-wrap .ttl-box li:nth-child(2) {
    width: 41%;
  }

  .lift-status-wrap .ttl-box li:last-child {
    width: 14%;
  }

  .lift-status-wrap .status-list {
    padding-left: 0;
    padding-inline-start: 0;
    margin-bottom: 0;
  }

  .lift-status-wrap .status-list li {
    width: 100%;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    border-bottom: 1px solid #cccccc;
    padding: 16px 0;
  }

  .lift-status-wrap .status-list .item {
    width: 37%;
    order: 1;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 0;
  }

  .lift-status-wrap .status-list .status {
    width: 8%;
    order: 0;
    position: relative;
    margin-bottom: 0;
    text-align: center;
  }

  .lift-status-wrap .status-list .status.close {
    opacity: 1;
  }

  .lift-status-wrap .status-list .status.open:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/lift-and-trail-status/open-icon.png") no-repeat
      center center;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lift-status-wrap .status-list .status.close:before {
    content: "";
    width: 29.5px;
    height: 30px;
    background: url("../img/lift-and-trail-status/close-icon.png") no-repeat
      center center;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lift-status-wrap .status-list .status.wait:before {
    content: "";
    width: 30.5px;
    height: 25px;
    background: url("../img/lift-and-trail-status/waiting-icon.png") no-repeat
      center center;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lift-status-wrap .status-list .info-box {
    width: 55%;
    order: 2;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 0;
  }

  .lift-status-wrap .status-list .info-box .info {
    width: 75%;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4em;
    color: #898989;
    margin-bottom: 0;
    word-break: break-all;
    padding-right: 16px;
  }

  .lift-status-wrap .status-list .info-box .info b {
    font-weight: normal;
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
  }

  .lift-status-wrap .status-list .info-box .time {
    width: 25%;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lift-status-wrap .status-list .info-box .level {
    width: 25%;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lift-status-wrap .status-list .info-box .level.level_01 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level01-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .status-list .info-box .level.level_02 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level02-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .status-list .info-box .level.level_03 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level03-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .status-list .info-box .level.level_04 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level04-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 28px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .acc-item + .acc-item {
    margin-top: 8px;
  }
}

/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
  /* マップ */

  .lift-trail-map-wrap .map-wrap {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lift-trail-map-wrap .map-wrap img {
    width: 100%;
    display: block;
  }

  .lift-trail-map-wrap .zoom-btn {
    display: none;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-top: 8px;
    position: relative;
    color: #1d315a;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
  }

  .lift-trail-map-wrap .zoom-btn:before {
    width: 12px;
    height: 12px;
    content: "";
    display: inline-block;
    background: url("../img/lift-and-trail-status/zoom-icon.png") no-repeat
      center center;
    background-size: cover;
    margin-right: 8px;
  }

  .lift-trail-map-wrap div + .btn-basic {
    margin-top: 40px;
  }

  .lift-trail-map-wrap ul + .btn-basic {
    margin-top: 24px;
  }

  .lift-trail-map-wrap .btn-basic + ul {
    margin-top: 24px;
  }

  .lift-trail-map-wrap .status-info-list {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lift-trail-map-wrap .course-info-list {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lift-trail-map-wrap .status-info-list li,
  .lift-trail-map-wrap .course-info-list li {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 8px;
  }

  .lift-trail-map-wrap .status-info-list li + li,
  .lift-trail-map-wrap .course-info-list li + li {
    margin-left: 2%;
  }

  .lift-trail-map-wrap .status-info-list li:nth-child(4) {
    margin-left: 0;
  }

  .lift-trail-map-wrap .status-line {
    width: 45px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
  }

  .lift-trail-map-wrap .status-line.open:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/open-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.dcl:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/wather-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.wait:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #5d37a9;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.res:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #8c5024;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.closed:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/close-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.uncmp-snow:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lift-and-trail-status/waiting-line.png") no-repeat
      center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .lift-trail-map-wrap .status-line.most-high,
  .lift-trail-map-wrap .status-line.high,
  .lift-trail-map-wrap .status-line.medium,
  .lift-trail-map-wrap .status-line.beginner,
  .lift-trail-map-wrap .status-line.night {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 8px;
  }

  .lift-trail-map-wrap .status-line.most-high:before {
    content: "";
    background: url("../img/lift-and-trail-status/level04-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 24px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 0;
  }

  .lift-trail-map-wrap .status-line.high:before {
    content: "";
    background: url("../img/lift-and-trail-status/level03-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 0;
  }

  .lift-trail-map-wrap .status-line.medium:before {
    content: "";
    background: url("../img/lift-and-trail-status/level02-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 0;
  }

  .lift-trail-map-wrap .status-line.beginner:before {
    content: "";
    background: url("../img/lift-and-trail-status/level01-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 0;
  }

  .lift-trail-map-wrap .status-line.night:before {
    content: "N";
    font-style: normal;
    color: #fff;
    background: #000;
    padding: 2px 4px;
    font-size: 10px;
  }

  /* ステータス一覧 */

  .lift-status-wrap .ttl-box {
    display: none;
  }

  .lift-status-wrap .status-list {
    padding-inline-start: 0;
  }

  .lift-status-wrap .status-list li {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #898989;
    padding: 16px 0;
  }

  .lift-status-wrap .status-list li:first-child {
    padding-top: 0;
  }

  .lift-status-wrap .status-list .item {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .lift-status-wrap .status-list .status {
    width: 20%;
    position: relative;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    padding-left: 8px;
  }

  .lift-status-wrap .status-list .close {
    opacity: 1;
  }
  .lift-status-wrap .status-list .status.open:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/lift-and-trail-status/open-icon.png") no-repeat
      center center;
    display: inline-block;
    background-size: cover;
  }

  .lift-status-wrap .status-list .status.close:before {
    content: "";
    width: 25px;
    height: 26px;
    background: url("../img/lift-and-trail-status/close-icon.png") no-repeat
      center center;
    display: inline-block;
    background-size: cover;
  }

  .lift-status-wrap .status-list .status.wait:before {
    content: "";
    width: 30px;
    height: 24px;
    background: url("../img/lift-and-trail-status/waiting-icon.png") no-repeat
      center center;
    display: inline-block;
    background-size: cover;
  }

  .lift-status-wrap .status-list .info-box {
    width: 80%;
    margin-top: 0;
  }

  .lift-status-wrap .status-list .info-box .info {
    font-weight: normal;
    font-size: 11px;
    line-height: 1.6em;
    color: #898989;
    margin-bottom: 0;
    word-break: break-all;
  }

  .lift-status-wrap .status-list .info-box .info b {
    font-weight: normal;
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.8em;
  }

  .lift-status-wrap .status-list .info-box .time,
  .lift-status-wrap .status-list .info-box .level {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
  }

  .lift-status-wrap .status-list .info-box p.time:before {
    content: "運転予定時間";
    display: inline-block;
    margin-right: 24px;
  }

  .lift-status-wrap .status-list .info-box p.level:last-child:before {
    content: "レベル";
    display: inline-block;
    margin-right: 24px;
  }

  .lift-status-wrap .status-list .info-box .level.level_01 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level01-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .status-list .info-box .level.level_02 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level02-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .status-list .info-box .level.level_03 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level03-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .status-list .info-box .level.level_04 i:before {
    content: "";
    background: url("../img/lift-and-trail-status/level04-icon.png") no-repeat
      center center;
    background-size: cover;
    width: 24px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .lift-status-wrap .acc-item + .acc-item {
    margin-top: 16px;
  }
}

/* 運行情報など 項目の非表示対応 */

/*サイドカントリーパーク・デビューパーク・クレヨンしんちゃんキッツリーラン・クレヨンしんちゃんクロス*/
.lift-status-wrap .acc-item:nth-child(4) .status-list li:nth-child(1),
.lift-status-wrap .acc-item:nth-child(4) .status-list li:nth-child(3),
.lift-status-wrap .acc-item:nth-child(5) .status-list li:nth-child(3),
.lift-status-wrap .acc-item:nth-child(5) .status-list li:nth-child(2) {
  display: none;
}
