@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ctk7x5");
  src: url("fonts/icomoon.eot?ctk7x5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ctk7x5") format("truetype"), url("fonts/icomoon.woff?ctk7x5") format("woff"), url("fonts/icomoon.svg?ctk7x5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e90a";
}

.icon-bus:before {
  content: "\e900";
}

.icon-car:before {
  content: "\e901";
}

.icon-gondola:before {
  content: "\e902";
}

.icon-lift01:before {
  content: "\e903";
}

.icon-lift02:before {
  content: "\e904";
}

.icon-lift03:before {
  content: "\e905";
}

.icon-lift04:before {
  content: "\e906";
}

.icon-loupe:before {
  content: "\e907";
}

.icon-ropeto:before {
  content: "\e908";
}

.icon-ropeway:before {
  content: "\e909";
}

.-bgGlay {
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .-pcOnly {
    display: block;
  }
  .-spOnly {
    display: none !important;
  }
  span.-pcOnly {
    display: inline;
  }
  span.-spOnly {
    display: none !important;
  }
  body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  }
  #breadcrumb {
    background: #F5F4F4;
  }
  .header_top h1 {
    line-height: 2;
  }
  .flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  }
  .flatpickr-calendar.open,
  .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }
  .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }
  .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
  }
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }
  .flatpickr-calendar .hasWeeks .dayContainer,
  .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }
  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #eee;
  }
  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }
  .flatpickr-calendar:before,
  .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
  }
  .flatpickr-calendar.rightMost:before,
  .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
  }
  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }
  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }
  .flatpickr-calendar.arrowTop:before,
  .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }
  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #eee;
  }
  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
  }
  .flatpickr-calendar.arrowBottom:before,
  .flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }
  .flatpickr-calendar.arrowBottom:before {
    border-top-color: #eee;
  }
  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
  }
  .flatpickr-calendar:focus {
    outline: 0;
  }
  .flatpickr-wrapper {
    position: relative;
    display: inline-block;
  }
  .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: #3c3f40;
    fill: #3c3f40;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #3c3f40;
    fill: #3c3f40;
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
  .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
  }
  .flatpickr-months .flatpickr-prev-month i,
  .flatpickr-months .flatpickr-next-month i {
    position: relative;
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    left: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
  }
  /*
      /*rtl:begin:ignore*/
  /*
      /*rtl:end:ignore*/
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
  .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    right: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
  }
  /*
      /*rtl:begin:ignore*/
  /*
      /*rtl:end:ignore*/
  .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover {
    color: #f64747;
  }
  .flatpickr-months .flatpickr-prev-month:hover svg,
  .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
  }
  .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
  }
  .flatpickr-months .flatpickr-prev-month svg path,
  .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    -o-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
  }
  .numInputWrapper {
    position: relative;
    height: auto;
  }
  .numInputWrapper input,
  .numInputWrapper span {
    display: inline-block;
  }
  .numInputWrapper input {
    width: 100%;
  }
  .numInputWrapper input::-ms-clear {
    display: none;
  }
  .numInputWrapper input::-webkit-outer-spin-button,
  .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(64, 72, 72, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
  }
  .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
  }
  .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
  }
  .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(64, 72, 72, 0.6);
    top: 26%;
  }
  .numInputWrapper span.arrowDown {
    top: 50%;
  }
  .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(64, 72, 72, 0.6);
    top: 40%;
  }
  .numInputWrapper span svg {
    width: inherit;
    height: auto;
  }
  .numInputWrapper span svg path {
    fill: rgba(60, 63, 64, 0.5);
  }
  .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .numInputWrapper:hover span {
    opacity: 1;
  }
  .flatpickr-current-month {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }
  .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
  }
  .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #3c3f40;
  }
  .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #3c3f40;
  }
  .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .flatpickr-current-month input.cur-year:focus {
    outline: 0;
  }
  .flatpickr-current-month input.cur-year[disabled],
  .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(60, 63, 64, 0.5);
    background: transparent;
    pointer-events: none;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
  .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
  }
  .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
  }
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
  }
  .dayContainer,
  .flatpickr-weeks {
    padding: 1px 0 0 0;
  }
  .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
  }
  .flatpickr-days:focus {
    outline: 0;
  }
  .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #eee;
    box-shadow: -1px 0 0 #eee;
  }
  .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #404848;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e9e9e9;
    border-color: #e9e9e9;
  }
  .flatpickr-day.today {
    border-color: #f64747;
  }
  .flatpickr-day.today:hover,
  .flatpickr-day.today:focus {
    border-color: #f64747;
    background: #f64747;
    color: #fff;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    background: #4f99ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #4f99ff;
  }
  .flatpickr-day.selected.startRange,
  .flatpickr-day.startRange.startRange,
  .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
  }
  .flatpickr-day.selected.endRange,
  .flatpickr-day.startRange.endRange,
  .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
  }
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #4f99ff;
    box-shadow: -10px 0 0 #4f99ff;
  }
  .flatpickr-day.selected.startRange.endRange,
  .flatpickr-day.startRange.startRange.endRange,
  .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
  }
  .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
    box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover,
  .flatpickr-day.prevMonthDay,
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.notAllowed,
  .flatpickr-day.notAllowed.prevMonthDay,
  .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(64, 72, 72, 0.3);
    background: transparent;
    border-color: #e9e9e9;
    cursor: default;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(64, 72, 72, 0.1);
  }
  .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
    box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
  }
  .flatpickr-day.hidden {
    visibility: hidden;
  }
  .rangeMode .flatpickr-day {
    margin-top: 1px;
  }
  .flatpickr-weekwrapper {
    float: left;
  }
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #eee;
    box-shadow: 1px 0 0 #eee;
  }
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }
  .flatpickr-weekwrapper span.flatpickr-day,
  .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(64, 72, 72, 0.3);
    background: transparent;
    cursor: default;
    border: none;
  }
  .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }
  .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }
  .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #404848;
  }
  .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #404848;
  }
  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }
  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }
  .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #404848;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .flatpickr-time input.flatpickr-hour {
    font-weight: bold;
  }
  .flatpickr-time input.flatpickr-minute,
  .flatpickr-time input.flatpickr-second {
    font-weight: 400;
  }
  .flatpickr-time input:focus {
    outline: 0;
    border: 0;
  }
  .flatpickr-time .flatpickr-time-separator,
  .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #404848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }
  .flatpickr-time input:hover,
  .flatpickr-time .flatpickr-am-pm:hover,
  .flatpickr-time input:focus,
  .flatpickr-time .flatpickr-am-pm:focus {
    background: #f1f1f1;
  }
  .flatpickr-input[readonly] {
    cursor: pointer;
  }
  @-webkit-keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .flatpickr-weekday:nth-child(7) {
    color: #1387d2;
  }
  .flatpickr-weekday:nth-child(1) {
    color: #fd4658;
  }
  .flatpickr-day:nth-child(7n) {
    background: #e7f4fd;
  }
  .flatpickr-day.-holiday, .flatpickr-day:nth-child(7n-6) {
    background: #ffedee;
  }
  .flatpickr-day:hover {
    background: #e9e9e9;
    border-color: #e9e9e9;
  }
  .kv {
    width: 100%;
    padding: 20px 0 30px;
    background: #fff !important;
    overflow-x: hidden;
  }
  .kv__inner {
    display: block;
    position: relative;
    left: 50%;
    width: 1400px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
  }
  .kv__imgWrapper {
    display: block;
  }
  .kv__img {
    display: block;
    width: 100%;
  }
  .nav {
    background: #fff !important;
  }
  .nav__inner {
    position: relative;
    padding-top: 30px;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
  }
  .nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    position: relative;
  }
  .nav__item:not(:last-child) {
    margin-right: 10px;
  }
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative;
    padding: 20px 0 32px;
    border: 1px solid #1387d2;
    border-bottom: 4px solid #1387d2;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
    color: #1387d2;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .2s,
 color .2s;
    -o-transition: background .2s,
 color .2s;
    transition: background .2s,
 color .2s;
  }
  .nav__link:hover {
    background: #1387d2;
    color: #fff;
  }
  .nav__link:hover::after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav__link::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 8px * 1.41421);
    width: 8px;
    height: 8px;
    border-top: 3px solid #1387d2;
    border-right: 3px solid #1387d2;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-top .2s,
 border-right .2s;
    -o-transition: border-top .2s,
 border-right .2s;
    transition: border-top .2s,
 border-right .2s;
  }
  .lift:nth-child(even) {
    background: #f6f6f6;
  }
  .lift__inner {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lift__ttl {
    position: relative;
    padding-bottom: 10px;
    color: #1387d2;
    text-align: center;
    line-height: 1.5;
  }
  .lift__ttl::before {
    display: block;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px / 2);
    width: 40px;
    height: 27px;
    background: url(/air/fair/hokkaido/ski/lift/img/icon_ttl.png) no-repeat;
    background-size: 100% auto;
    content: '';
  }
  .lift__ttl::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 110px / 2);
    width: 110px;
    height: 4px;
    background: #1387d2;
    content: '';
  }
  .lift__ttlTxt01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    color: #1387d2;
  }
  .lift__ttlTxt02 {
    position: relative;
    margin-top: 12px;
    font-size: 13px;
    font-weight: normal;
    color: #1387d2;
  }
  .lift__ticketBlock {
    margin-top: 60px;
  }
  .lift__headingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 5px 0;
    border-radius: 8px 8px 0 0;
    background: #1086d1;
    color: #fff;
  }
  .lift__headingItem {
    text-align: center;
    padding: 15px;
    font-size: 22px;
  }
  .lift__headingItem:nth-child(1) {
    width: 180px;
    border-right: 1px solid #0d6ba7;
  }
  .lift__headingItem:nth-child(2) {
    border-left: 1px solid #0e79bc;
  }
  .lift__headingItem .-small {
    position: relative;
    top: -3px;
    font-size: 14px;
    line-height: 1;
  }
  .lift__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .lift__contentsLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 940px;
  }
  .lift__contentsRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
  }
  .lift__period {
    width: 335px;
  }
  .lift__tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 6px 6px 4px;
    line-height: 1;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    color: #555;
  }
  .lift__periodTxt {
    font-size: 20px;
  }
  .lift__price {
	width: 745px;
/*  　opコードがある時    width: 605px;　　*/
  }
  .lift__priceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    font-size: 14px;
  }
  .lift__priceBefore {
/*  　opコードがある時        width: 100px;　　*/
	width: 150px;
    line-height: 1.3;
  }
  .lift__priceBefore .-through {
    display: block;
    margin-top: 5px;
    font-size: 22px;
/*  　opコードがある時    text-decoration: line-through;　　*/
  }
  .lift__priceAfter {
    position: relative;
    padding-left: 75px;
    line-height: 1.3;
  }
  .lift__priceAfter::before {
    content: "→";
    display: block;
    position: absolute;
    left: 20px;
    top: 24px;
    font-size: 22px;
  }
  .lift__priceAfter .-tRed {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    color: #e60012;
  }
  .lift__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/* 　opコードがある時    width: 140px;　　*/
    background: #646464;
    border-radius: 5px;
  }
  .lift__codeTxt {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .lift__codeTxt .-small {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    vertical-align: bottom;
  }
  .lift__attention {
    margin-top: 35px;
    font-size: 14px;
  }
  .caution__inner {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .caution__ttl {
    position: relative;
    padding-bottom: 10px;
    color: #1387d2;
    text-align: center;
    line-height: 1.5;
  }
  .caution__ttl::before {
    display: block;
    position: absolute;
    top: -50px;
    left: calc(50% - 41px / 2);
    width: 41px;
    height: 38px;
    background: url(/air/fair/hokkaido/ski/lift/img/icon_caution.png) no-repeat;
    background-size: 100% auto;
    content: '';
  }
  .caution__ttl::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 110px / 2);
    width: 110px;
    height: 4px;
    background: #1387d2;
    content: '';
  }
  .caution__ttlTxt01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    color: #1387d2;
  }
  .caution__ttlTxt02 {
    position: relative;
    margin-top: 12px;
    font-size: 20px;
    font-weight: normal;
    color: #1387d2;
  }
  .caution__list {
    width: 700px;
    margin: 30px auto 0;
    padding-left: 1em;
  }
  .caution__listTxt {
    line-height: 1.5;
    text-indent: -1em;
  }
  .caution__listTxt + li {
    margin-top: 25px;
  }
  .caution__listTxt .-tBlue {
    color: #1387d2;
  }
  .caution__pleaseTxt {
    width: 700px;
    margin: 30px auto;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .-pcOnly {
    display: none !important;
  }
  .-spOnly {
    display: block;
  }
  span.-pcOnly {
    display: none !important;
  }
  span.-spOnly {
    display: inline;
  }
  body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  }
  .nav__list::-webkit-scrollbar {
    height: 1.33333vw;
  }
  .nav__list::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 1.33333vw;
  }
  .kv__inner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .kv__imgWrapper {
    display: block;
    width: 100%;
  }
  .kv__img {
    display: block;
    width: 100%;
  }
  .nav {
    background: #fff !important;
  }
  .nav__inner {
    padding-top: 4vw;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: scroll;
    margin: 0 0 0 2vw;
  }
  .nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 26.66667vw;
    flex-basis: 26.66667vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
  }
  .nav__item + li {
    margin-left: 1vw;
  }
  .nav__item:first-child {
    margin-left: auto;
  }
  .nav__item:last-child {
    margin-right: auto;
  }
  .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative;
    padding: 3.33333vw 1.33333vw 5.33333vw;
    border: 0.13333vw solid #1387d2;
    border-bottom: 0.66667vw solid #1387d2;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.33333vw;
    color: #1387d2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .2s,
 color .2s;
    -o-transition: background .2s,
 color .2s;
    transition: background .2s,
 color .2s;
  }
  .nav__link.-active, .nav__link:hover {
    background: #1387d2;
    color: #fff;
  }
  .nav__link.-active::after, .nav__link:hover::after {
    width: 1.33333vw;
    height: 1.33333vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav__link::after {
    display: block;
    position: absolute;
    bottom: -0.26667vw;
    left: calc(50% - 1.33333vw * 1.41421);
    width: 1.33333vw;
    height: 1.33333vw;
    border-top: 0.4vw solid #1387d2;
    border-right: 0.4vw solid #1387d2;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-top .2s,
 border-right .2s;
    -o-transition: border-top .2s,
 border-right .2s;
    transition: border-top .2s,
 border-right .2s;
  }
  .lift:nth-child(even) {
    background: #f6f6f6;
  }
  .lift__inner {
    display: block;
    padding: 5.33333vw 2vw 8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lift__ttl {
    position: relative;
    padding: 4vw 0 2vw;
    color: #1387d2;
    text-align: center;
    line-height: 1;
  }
  .lift__ttl::before {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 5.33333vw / 2);
    width: 5.33333vw;
    height: 3.6vw;
    background: url(/air/fair/hokkaido/ski/lift/img/icon_ttl.png) no-repeat;
    background-size: 5.33333vw auto;
    content: '';
  }
  .lift__ttl::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 14.66667vw / 2);
    width: 14.66667vw;
    height: 0.53333vw;
    background: #1387d2;
    content: '';
  }
  .lift__ttlTxt01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.8vw;
    color: #1387d2;
  }
  .lift__ttlTxt02 {
    position: relative;
    font-size: 2.93333vw;
    font-weight: normal;
    color: #1387d2;
  }
  .lift__ticketBlock {
    margin-top: 6vw;
  }
  .lift__headingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.66667vw 0;
    border-radius: 8px 8px 0 0;
    background: #1086d1;
    color: #fff;
  }
  .lift__headingItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.06667vw 3.33333vw;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .lift__headingItem:nth-child(1) {
    width: 24vw;
    border-right: 1px solid #0d6ba7;
  }
  .lift__headingItem:nth-child(2) {
    width: calc(100% - 24vw);
    border-left: 1px solid #0e79bc;
  }
  .lift__headingItem .-small {
    display: block;
    font-size: 3.2vw;
  }
  .lift__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.33333vw 2.66667vw;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .lift__contentsLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 90vw;
/*  　opコードがある時    width: 73.33333vw;　　*/
  }
  .lift__contentsRight {
    width: calc(100% - 73.33333vw);
  }
  .lift__tag {
    display: inline-block;
    margin-bottom: 1.33333vw;
    font-size: 2.93333vw;
    padding: 0.66667vw;
    line-height: 1;
    border: 1px solid #b4b4b4;
    border-radius: 0.66667vw;
    color: #555;
  }
  .lift__periodTxt {
    display: inline-block;
    font-size: 3.2vw;
  }
  .lift__priceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.66667vw;
  }
  .lift__priceBefore {
/*  opコードがある時   width: 26.66667vw;　　*/	  
	width: 40vw;
    line-height: 1.3;
  }
  .lift__priceBefore .-through {
    display: inline-block;
    margin-left: 1.33333vw;
    font-size: 4.26667vw;
/*  opコードがある時   text-decoration: line-through;　　*/
  }
  .lift__priceAfter {
    position: relative;
    padding-left: 6vw;
    line-height: 1.3;
  }
  .lift__priceAfter::before {
    content: "dd";
    display: block;
    position: absolute;
    left: 0;
    top: 1.33333vw;
    font-size: 2.66667vw;
  }
  .lift__priceAfter .-tRed {
    display: inline-block;
    margin-left: 1.33333vw;
    font-size: 4.26667vw;
    color: #e60012;
  }
  .lift__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18.66667vw;
    height: 13.33333vw;
    background: #646464;
    border-radius: 5px;
  }
  .lift__codeTxt {
    font-size: 3.73333vw;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .lift__codeTxt .-small {
    display: inline-block;
    font-size: 2.93333vw;
    vertical-align: bottom;
  }
  .lift__attention {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.2;
  }
  .caution__inner {
    display: block;
    margin: 0 auto;
    padding: 5.33333vw 2vw 8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .caution__ttl {
    position: relative;
    padding: 5vw 0 1.5vw;
    color: #1387d2;
    text-align: center;
    line-height: 1.5;
  }
  .caution__ttl::before {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 5.33333vw / 2);
    width: 5.33333vw;
    height: 5.06667vw;
    background: url(/air/fair/hokkaido/ski/lift/img/icon_caution.png) no-repeat;
    background-size: 5.33333vw auto;
    content: '';
  }
  .caution__ttl::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 14.66667vw / 2);
    width: 14.66667vw;
    height: 0.53333vw;
    background: #1387d2;
    content: '';
  }
  .caution__ttlTxt01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.8vw;
    color: #1387d2;
  }
  .caution__ttlTxt02 {
    position: relative;
    margin-top: 12px;
    font-size: 20px;
    font-weight: normal;
    color: #1387d2;
  }
  .caution__list {
    margin-top: 6.66667vw;
    padding-left: 1em;
  }
  .caution__listTxt {
    line-height: 1.5;
    text-indent: -1em;
    font-size: 3.46667vw;
  }
  .caution__listTxt + li {
    margin-top: 5.33333vw;
  }
  .caution__listTxt .-tBlue {
    color: #1387d2;
  }
  .caution__pleaseTxt {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=style.css.map */