@charset "UTF-8";
body {
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }
}

/* header */
header {
  padding: 40px 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px dotted #aaa;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

header .sp_icon {
  display: none;
}

.header_icon {
  width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_icon:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 140;
    background-color: #fff;
    width: 100%;
    height: 64px;
    padding: 6px 0 0 15px;
  }
  header .sp_icon {
    display: block;
  }
  .header_icon {
    width: 120px;
  }
}
/* menu */
.PC-nav .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-align: center;
}

.PC-nav .g-nav .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.PC-nav .g-nav a {
  font-size: 10px;
}

.PC-nav .g-nav li {
  height: 30px;
}

.PC-nav .g-nav img {
  width: 40px;
  display: block;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.PC-nav .g-nav .blog-link img {
  width: 47px;
}

.PC-nav .g-nav .scale {
  width: 60px;
}

.PC-nav .g-nav a:hover img {
  opacity: 0.5;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.9);
  height: 70px;
}

.clone-nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.clone-nav .header_icon {
  width: 150px;
}

.clone-nav .g-nav a {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  text-align: -webkit-center;
}

.clone-nav .g-nav .box {
  width: 50px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .PC-nav {
    display: none;
  }
}
/* SNS */
.sns {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns a {
  width: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sns img {
  padding: 0 4px;
}

.sns a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .sns {
    right: 70px;
    bottom: 10px;
    top: unset;
  }
}
/* SP_menu */
.SP-nav {
  display: none;
}
.SP-nav .nav-btns {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
}

@media screen and (max-width: 768px) {
  .SP-nav,
  .SP-nav .g-lang__pc {
    display: block;
  }
}
#nav-toggle {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: 64px;
  padding: 19px 17px;
  cursor: pointer;
  background-color: #333;
}
.open #nav-toggle {
  background-color: transparent;
}

#nav-toggle > div {
  position: relative;
  width: 30px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}
.open #nav-toggle span {
  background-color: #333;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 24px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 24px;
}

.open #nav-toggle span {
  background: #333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 200;
}

#gloval-nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
#gloval-nav .g-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 10px;
}
#gloval-nav .g-nav a {
  width: calc(50% - 10px);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  margin: 5px;
  font-weight: bold;
}
#gloval-nav .g-nav a .box {
  height: 70px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
#gloval-nav .g-nav a .box img {
  margin: 0 auto;
}
#gloval-nav .g-nav a.blog-link img {
  width: 65px;
}
#gloval-nav .g-lang__sp {
  width: 100%;
}
@media (min-width: 768px) {
  #gloval-nav .g-lang__sp {
    display: none;
  }
}
#gloval-nav .g-lang__title {
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
#gloval-nav .g-lang__current {
  display: none;
}
#gloval-nav .g-lang__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}
#gloval-nav .g-lang__list li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}
#gloval-nav .g-lang__list li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#gloval-nav .g-lang__list li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#gloval-nav .g-lang__list li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#gloval-nav .g-lang__list li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#gloval-nav .g-lang__list li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#gloval-nav .g-lang__list li a {
  font-size: 12px;
  font-weight: bold;
}
#gloval-nav .new-sns {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gloval-nav .new-sns a {
  width: 10.6666666667vw;
  display: block;
  font-size: 0;
}
#gloval-nav .new-sns a img {
  width: 100%;
  height: auto;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav .g-lang__list li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.9s ease;
  transition: transform 0.1s ease, opacity 0.9s ease, -webkit-transform 0.1s ease;
}
.open #gloval-nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60vw;
}
.open #gloval-nav .wrap a {
  width: 40vw;
}

/* open */
.open {
  overflow: hidden;
}

/* view */
.first-view {
  /* background: url(../img/夏ロープウェイ１.JPG) no-repeat center center/cover; */
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.first-view .box {
  text-align: center;
}

.first-view .logo {
  width: 350px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

/* .n2-section-smartslider{
    height: 100vh !important;
}
div#n2-ss-4 .n2-ss-slider-3{
    height: 100vh !important;
} */
@media screen and (max-width: 768px) {
  .first-view {
    width: 100%;
    min-width: unset;
    height: auto;
    margin: 0;
    text-align: right;
  }
  .first-view .box {
    line-height: 300px;
    position: relative;
  }
  .first-view .logo {
    width: 80px;
    /* position: absolute;
        top: 260px;
        right: 10px; */
  }
}
/* contents */
/* today */
#today {
  width: 100%;
  min-width: 1200px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 20px;
  background-color: #40e0d0;
  line-height: 1;
}

#today .inner {
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.today .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #today {
    width: 100%;
    min-width: unset;
    display: block;
    height: auto;
    margin: 0;
    padding: 40px 10px;
  }
  #today .inner {
    width: 100%;
    display: block;
    min-width: unset;
  }
  .today .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
.today .date_box {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  width: 210px;
  border: 2px solid #fff;
}

.today .date_box .year {
  font-size: 26px;
  position: relative;
  padding-bottom: 1px;
  display: inline-block;
  margin-bottom: 20px;
}

.today .date_box .year::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.today .date_box .date {
  font-size: 50px;
  font-family: math;
}

/* .today .date_box .date span{
    font-size: 50px;
    vertical-align: top;
} */
.today .date_box .week {
  text-align: right;
  font-size: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.today .date_box .uptime {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .today .date_box {
    width: 150px;
    height: 150px;
  }
  .today .date_box .year {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .today .date_box .date {
    font-size: 40px;
  }
  /* .today .date_box .date span{
        font-size: 34px;
    } */
  .today .date_box .week {
    text-align: right;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .today .date_box .uptime {
    font-size: 12px;
  }
}
.today .weather_box {
  text-align: center;
  border-right: 2px solid #fff;
  padding: 10px 15px;
  width: 200px;
  position: relative;
}

.today .weather_box .mark {
  font-size: 110px;
  color: #fff;
  margin-bottom: 7px;
}

.today .weather_box .txt {
  color: #fff;
  font-size: 26px;
}

.today .weather_box a {
  display: block;
  font-size: 14px;
  color: #40e0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 30px;
  width: 160px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  background-color: #fff;
}

.today .weather_box a span {
  margin-left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .today .weather_box {
    border-right: unset;
    padding: 0 10px;
    position: relative;
  }
  .today .weather_box .mark {
    font-size: 100px;
    margin-bottom: 3px;
  }
  .today .weather_box .txt {
    font-size: 16px;
  }
  .today .weather_box a {
    padding: 7px 20px;
    border-radius: 3px;
    width: 160px;
    position: unset;
    margin-top: 7px;
  }
}
.today .other_box {
  padding: 0 15px;
  border-right: 2px solid #fff;
  width: 300px;
  text-align: center;
  position: relative;
}

.today .other_box dl {
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.today .other_box .tempature {
  border-bottom: 2px solid #fff;
}

.today .other_box dt {
  line-height: 1.3;
  display: inline-block;
}

.today .other_box dd {
  text-align: right;
}

.today .other_box dl span {
  font-size: 40px;
  margin-right: 7px;
}

.today .other_box a {
  display: block;
  font-size: 14px;
  color: #40e0d0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 30px;
  width: 180px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.today .other_box a span {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .today .other_box {
    padding: 0 10px;
    border-right: unset;
    width: 100%;
  }
  .today .other_box dl {
    width: 100%;
  }
  .today .other_box .tempature {
    padding: 10px 100px;
  }
  .today .other_box .business_today {
    padding: 10px 60px 30px;
  }
  .today .other_box a {
    padding: 7px 30px;
    position: unset;
  }
}
.today .ropeway_box {
  padding-left: 50px;
}

.today .ropeway_box img {
  width: 370px;
  background-color: #fff;
  padding: 2px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media screen and (max-width: 768px) {
  .today .ropeway_box {
    padding-left: 0;
    margin-top: 50px;
  }
  .today .ropeway_box img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
/* Parking */
@media (max-width: 767px) {
  .parking {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .parking {
    width: 820px;
    margin: 0 auto;
  }
}
.parking table.parking-table {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
  line-height: 1.5em;
  border-spacing: 1px;
  width: 100%;
}

.parking table.parking-table th,
.parking table.parking-table td {
  padding: 5px 0;
  font-weight: 400;
}

.parking table.parking-table th {
  /* background-color: #e4eef7; */
  background-color: #e4eef7;
}

.parking table.parking-table td {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .parking {
    width: 1000px;
    margin: 0 auto;
  }
}
.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.parking table.parking-table th.two-line,
.parking table.parking-table td.two-line {
  border-right: double #dedede;
}

.parking table.parking-table {
  border: 3px solid #dedede;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .parking table.parking-table {
    width: 800px;
  }
}
.parking table.parking-table th,
.parking table.parking-table td {
  border: 1px solid #dedede;
}

ul.circle {
  list-style: disc;
}

ul.circle li {
  margin-left: 20px;
}

ul.notice {
  margin: 20px 0 10px 0;
}

ul.notice li {
  position: relative;
  padding-left: 15px;
}

ul.notice li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #222;
  border-radius: 50%;
}

.notice,
.seasonpass,
.seasonpass h3,
.night-parking,
.night-parking h3,
.last-update {
  font-size: 14px;
}

.night-parking {
  margin-top: 10px;
}

.parking table.parking-table td.red {
  background: #ca8c95;
}

.parking table.parking-table td.blue {
  background: #98d2fe;
}

.parking table.parking-table td.yellow {
  background: #faf49c;
}

.parking table.parking-table td.gray {
  background: #aaaaaa;
}

.parking table.parking-table tbody tr:nth-of-type(4) {
  height: 50px;
}

.parking table.parking-table .bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  .parking .btn-area {
    margin-top: 50px;
  }
}
/* EVENT＆NEWS */
@font-face {
  font-family: "Eustache";
  src: url("https://www.tsugaike.gr.jp/winter/wp-content/themes/tsugaike/fonts/Eustache-Regular.woff") format("woff"), url("https://www.tsugaike.gr.jp/winter/wp-content/themes/tsugaike/fonts/Eustache-Regular.eot") format("eot");
}
.title_box {
  text-align: center;
  margin: 100px 0 50px;
}

.title_box h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
}

.title_box p {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .title_box {
    margin: 50px auto;
    background-size: contain;
    width: 90%;
  }
  .title_box h2 {
    font-size: 30px;
  }
  .title_box p {
    font-size: 12px;
  }
}
.event {
  /*width: 950px;*/
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .event {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}
.event .event_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 30px;
}

.event .event_box img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 200px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.event .event_box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.event .event_box .inner {
  width: 33%;
  width: calc(25% - 10px);
  width: 22%;
}

.event .event_box .inner p {
  overflow: hidden;
  text-align: center;
}

.event .event_box .inner .txt {
  width: 95%;
  margin: 10px auto 0;
  font-size: 14px;
  text-align: left;
}

.event .event_box .inner .title {
  padding: 0 20px 10px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-size: 14px;
  position: relative;
}

.event .event_box .inner .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .event .event_box {
    display: block;
    text-align: right;
    padding-bottom: 0;
  }
  .event .event_box img {
    width: 60%;
    height: auto;
  }
  .event .event_box img.nopic {
    height: 130px;
  }
  .event .event_box .inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .event .event_box .inner p {
    text-align: center;
  }
  .event .event_box .inner .txt {
    width: 90%;
    text-align: left;
  }
  .event .event_box .inner .title {
    width: 90%;
    margin: 15px auto;
  }
}
.event .news_box {
  position: relative;
}

.event .news_box a {
  padding: 5px 0;
  margin-bottom: 10px;
  display: block;
}

.event .news_box dl {
  font-size: 14px;
  width: 700px;
}

.event .news_box dt {
  float: left;
  width: 25%;
}

.event .past {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .event .news_box {
    margin-top: 50px;
    text-align: right;
  }
  .event .news_box a {
    padding: 5px 20px;
    margin-bottom: 10px;
    display: block;
  }
  .event .news_box dl {
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  .event .news_box dt {
    float: unset;
    width: 100%;
  }
  .event .past {
    position: unset;
    text-decoration-line: underline;
    display: inline-block;
    padding: 10px;
  }
}
/* Facility */
.facility_box {
  width: 1200px;
  margin: 0 auto;
}

.facility_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 20px; */
}

.facility_box .box.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.facility_box .box.left {
  text-align: right;
}

.facility_box .box .txt_box h3 {
  color: #333;
  font-size: 54px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.facility_box .box.right .txt_box h3 {
  letter-spacing: unset;
}

.facility_box .box.left .txt_box p {
  padding-left: 50px;
  text-align: left;
  letter-spacing: 0.1em;
}

.facility_box .box.right .txt_box p {
  padding-right: 50px;
  letter-spacing: 0.1em;
}

.facility_box .box .txt_box {
  width: 50%;
  padding: 10px 20px;
  position: relative;
}

.facility_box .box .txt_box a {
  position: absolute;
  bottom: 10px;
  display: block;
  border: 2px solid #333;
  padding: 10px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}

.facility_box .box .txt_box a:hover {
  /* border-color: #fff; */
  background-color: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.facility_box .box.left .txt_box a {
  right: 20px;
}

.facility_box .box .txt_box a span {
  margin-left: 40px;
}

.facility_box .box img {
  width: 600px;
}

/* .facility_box .box .blue{
    background-color: rgba(39, 140, 235,0.2);
}
.facility_box .box .yellow{
    background-color: rgba(235, 185, 50,0.2);
}
.facility_box .box .pink{
    background-color: rgba(231, 110, 167,0.2);
}
.facility_box .box .green{
    background-color: rgba(63, 161, 112,0.2);
} */
@media screen and (max-width: 768px) {
  .facility_box {
    width: 100%;
    margin: 0;
  }
  .facility_box .box {
    display: block;
    /* margin-bottom: 0; */
  }
  .facility_box .box.right {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .facility_box .box.left {
    text-align: left;
  }
  .facility_box .box .txt_box h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .facility_box .box.left .txt_box p {
    padding-left: 20px;
    letter-spacing: 0.1em;
  }
  .facility_box .box.right .txt_box p {
    padding-right: unset;
    padding-left: 20px;
    letter-spacing: 0.1em;
  }
  .facility_box .box .txt_box {
    width: 100%;
    padding: 10px 20px;
  }
  .facility_box .box .txt_box a {
    position: unset;
    bottom: 10px;
    display: block;
    width: 50%;
    margin-top: 20px;
    background-color: #fff;
    /* border: unset; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
  }
  .facility_box .box.left .txt_box a {
    right: 0;
  }
  .facility_box .box .txt_box a span {
    margin-left: 30px;
  }
  .facility_box .box img {
    width: 100%;
  }
}
/* PICK UP */
.pickup_box {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pickup_box a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pickup_box a:hover {
  opacity: 0.6;
}

.pickup_box .bg_pic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .pickup_box {
    width: 100%;
  }
  .banner-area {
    padding: 0 15px;
  }
  .pickup_box .bg_pic {
    margin-top: 50px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .banner-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner-area ul li {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .banner-area ul li {
    width: 33.333333%;
    padding: 0 25px 35px;
  }
}
.banner-area ul li img {
  width: 100%;
  border: 1px solid #D8D8D8;
}

.mini-banner-area {
  margin-top: 30px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .mini-banner-area {
    margin: 80px 0;
  }
}
.mini-banner-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mini-banner-area ul li {
  width: 50%;
  padding: 21px 21px;
}

@media (min-width: 768px) {
  .mini-banner-area ul li {
    width: 20%;
  }
}
.mini-banner-area ul li a img {
  width: 100%;
}

/* top button */
.page_top_wrap {
  position: relative;
  z-index: 100;
}

.page_top {
  position: fixed;
  bottom: 100px;
  /* bottom: 20px; */
  right: 30px;
  /* right: 14px; */
}

.page_top a {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.page_top a:hover {
  opacity: 0.8;
}

.page_top a img {
  width: 80px;
}

@media screen and (max-width: 480px) {
  .page_top {
    bottom: 80px;
    right: 0;
  }
  .page_top a img {
    width: 50px;
    height: 50px;
  }
}
/* footer */
footer {
  background-color: #333333;
  padding: 50px 0 20px 0;
  text-align: center;
  position: relative;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  overflow: hidden;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 30vw;
  }
}

footer .footerinner {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  footer .footerinner .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footerinner .info:first-child {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  footer .footerinner .info:last-child {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
footer img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer img {
    width: 230px;
    height: 92px;
  }
}
footer .address {
  margin-top: 30px;
  color: #fff;
  line-height: 2em;
  font-size: 15px;
}

footer .address a {
  color: #fff;
}

@media (max-width: 767px) {
  footer .address {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  footer .address {
    text-align: left;
  }
}
footer .termslink {
  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: 20px 0 20px 0;
  font-size: 15px;
  gap: 20px;
}
@media (max-width: 767px) {
  footer .termslink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .termslink li {
  line-height: 1.5em;
}
footer .termslink li a {
  color: #ffffff;
  line-height: 1.5em;
}

footer small {
  color: #ffffff;
  font-size: 12.5px;
}

/* ropeway */
.ropeway {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ropeway .contents {
  margin-bottom: 100px;
}

.ropeway .contents h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}

.ropeway .logo {
  width: 500px;
  margin: 0 auto 80px;
}

.ropeway .duration {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .ropeway {
    width: 100%;
    padding: 50px 0;
  }
  .ropeway .contents {
    margin-bottom: 50px;
  }
  .ropeway .logo {
    width: 80%;
    margin: 0 auto 40px;
  }
  .ropeway .duration {
    margin-bottom: 20px;
  }
}
.ropeway .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.ropeway .wrap img {
  margin-bottom: 15px;
}

.ropeway .wrap .inner {
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
}

.ropeway .wrap .inner dl {
  padding-left: 100px;
}

.ropeway .wrap .inner dt {
  float: left;
  width: 60px;
}

@media (max-width: 768px) {
  .ropeway .wrap {
    display: block;
  }
  .ropeway .wrap .inner dl {
    padding-left: 40px;
  }
  .ropeway .wrap .inner dt {
    float: left;
    width: 60px;
  }
}
.ropeway .fee {
  padding: 0 5px;
}

.ropeway .fee .box {
  margin-bottom: 30px;
}

.ropeway .fee .note {
  padding: 10px 10px 0;
  font-size: 14px;
}

.ropeway .fee .note .space {
  margin-top: 20px;
}

.ropeway .fee .note ul {
  list-style: disc;
  list-style-position: inside;
  margin-left: 20px;
}

.ropeway .fee .note.move {
  padding-top: 40px;
}

.ropeway .fee .note span {
  color: #f00;
}

@media (max-width: 768px) {
  .ropeway .fee .box {
    margin-bottom: 40px;
  }
  .ropeway h3 {
    text-decoration: underline;
  }
  .ropeway h4 {
    text-align: center;
  }
  .ropeway .fee .note {
    padding-top: 20px;
    font-size: 12px;
  }
  .ropeway .fee .note ul {
    margin-left: 0;
  }
  .ropeway .fee .note p.space {
    text-align: center;
  }
}
.ropeway .hour {
  padding: 0 5px;
}

.ropeway table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 10px auto 0;
}

.ropeway table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 0;
  text-align: center;
}

.ropeway table td.a {
  background-color: #fdf8e9;
  color: #16317f;
  font-weight: bold;
}

.ropeway table td.b {
  color: #00b7ee;
  background-color: #fff;
}

.ropeway table td.c {
  background-color: #eff6e6;
  color: #16317f;
  font-weight: bold;
}

.ropeway table td.d {
  background-color: #e9eef8;
  color: #16317f;
  font-weight: bold;
}

.ropeway table td.e {
  background-color: #dde9d9;
  color: #16317f;
  font-weight: bold;
}

.ropeway .hour table tr.white td {
  padding: 5px 0;
}

.ropeway .hour table tr.yellow {
  background-color: #fdf8e9;
}

.ropeway .hour table tr.green {
  background-color: rgb(230, 240, 227);
}

.ropeway .hour table tr.blue {
  background-color: rgb(232, 244, 247);
}

.ropeway .hour table tr.purple {
  background-color: rgb(244, 235, 247);
}

.ropeway table td.td25 {
  width: 25%;
}

.ropeway table td.td33 {
  width: 33%;
}

.ropeway table td.td70 {
  width: 70%;
}

.ropeway .hour .sp {
  display: none;
}

@media (max-width: 768px) {
  .ropeway table {
    font-size: 12px;
    width: 800px;
  }
  .ropeway table td {
    padding: 10px 5px;
  }
  .ropeway .disability table {
    width: 580px;
  }
  .ropeway .natural table {
    width: 100%;
  }
  .ropeway .hour .pc {
    display: none;
  }
  .ropeway .hour .sp {
    display: block;
  }
  .ropeway .hour table {
    width: 100%;
  }
  .ropeway .hour td.col1 {
    width: 80px;
  }
  .ropeway .two table tr.white td {
    padding: 10px 0;
  }
  .ropeway table td:first-child {
    position: sticky;
    left: -2px;
  }
}
/* field trip */
.field {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.field .intro {
  text-align: center;
  margin-bottom: 70px;
}

.field .intro .txt_box {
  padding: 0 10px;
}

.field img {
  width: 100%;
}

.field h3 {
  margin: 50px 0 20px;
  font-size: 26px;
  text-align: center;
}

.field .intro .purpose {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .field {
    width: 100%;
  }
  .field .intro {
    margin-bottom: 50px;
  }
  .field h3 {
    margin: 30px 0 20px;
    font-size: 20px;
    text-align: center;
  }
  .field .intro .purpose {
    font-size: 14px;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.field .howto {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.field .howto .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field .howto .box .txt_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
  padding: 30px 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  font-size: 14px;
}

.field .howto .box.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* .field .howto .box.left h4{
    text-align: right;
} */
.field .howto .box .txt_box h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
}

.field .howto .box .txt_box .down {
  padding-left: 80px;
  line-height: 1.7;
}

.field .howto .box .txt_box .note {
  font-size: 12px;
  margin-top: 20px;
}

.field .howto .box .txt_box dl dt {
  float: left;
  width: 55px;
  letter-spacing: 0.2em;
}

.field .howto .rule .txt_box {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .field .howto .box {
    display: block;
  }
  .field .howto .box .txt_box {
    width: 100%;
    padding: 30px 10px;
  }
  .field .howto .box .txt_box dl dt {
    float: left;
    width: 40px;
    letter-spacing: 0.1em;
  }
}
.field .fee {
  margin: 100px 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.field .fee .purpose {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}

.field .fee .time {
  text-align: right;
  margin: 10px 0;
  font-weight: 700;
  font-size: 14px;
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.field .fee table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 10px auto 0;
}

.field .fee table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 0;
  text-align: center;
}

.field .fee table td.a {
  background-color: #fdf8e9;
  color: #16317f;
  font-weight: bold;
}

.field .fee table td.b {
  color: #00b7ee;
  background-color: #fff;
  padding: 7px 10px;
}

.field .fee table td.c {
  background-color: #eff6e6;
  color: #16317f;
  font-weight: bold;
}

.field .fee table td.d {
  background-color: #e9eef8;
  color: #16317f;
  font-weight: bold;
}

.field .fee table td.td25 {
  width: 25%;
}

.field .fee .note {
  font-size: 14px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .field .fee {
    margin: 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .field .fee .purpose {
    width: 100%;
    margin: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .field .fee .time {
    text-align: center;
    font-size: 12px;
  }
  .field .fee table td:first-child {
    position: sticky;
    left: -2px;
  }
}
/* shop */
.lunch {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lunch-box,
.wa-cafe,
.gracio-ice {
  margin-bottom: 100px;
}

.lunch .pre_price {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

.lunch h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.lunch .intro {
  font-size: 14px;
  max-width: 80%;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.5;
}

.lunch .display {
  width: 1100px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lunch .place,
.lunch .open {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.lunch .display .box {
  width: calc(25% - 10px);
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.lunch .display .box img {
  width: 100%;
  margin-bottom: 10px;
}

.lunch .wa-cafe .display .box img {
  width: 70%;
}

.lunch .display .box h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.lunch .display .box p {
  font-size: 14px;
}

.lunch .display .box .price {
  margin-bottom: 15px;
}

.lunch .display .box .txt {
  text-align: left;
  margin-top: 10px;
}

.lunch-box .button {
  margin-top: 50px;
  text-align: right;
}

.lunch-box .button a {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #333;
  text-align: center;
  padding: 10px 20px;
}

.gracio-ice .button a {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #333;
  text-align: center;
  padding: 10px 20px;
}

.gracio-ice .button {
  margin-top: 50px;
  text-align: right;
}

.lunch-box .button a span {
  margin-left: 30px;
}

.gracio-ice .button a span {
  margin-left: 30px;
}

/* .lunch-box .button a:hover {
    transform: translateX(10px);
}

.gracio-ice .button a:hover {
    transform: translateX(10px);
}
 */
.lunch .display .on {
  display: block;
}

.lunch .display .off {
  display: none;
}

@media (max-width: 768px) {
  .lunch {
    width: 100%;
  }
  .lunch h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .lunch .display .box h4 {
    font-size: 16px;
  }
  .lunch .intro {
    font-size: 12px;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .lunch .display {
    width: 100%;
  }
  .lunch .display .box {
    width: calc(50% - 20px);
    margin: 0 auto 30px;
  }
  .lunch .button {
    margin-top: 0;
    text-align: center;
  }
  .lunch .place,
  .lunch .open {
    font-size: 12px;
  }
  .lunch .pre_price {
    font-size: 12px;
  }
}
/* お弁当予約ページ */
.reserve {
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.reserve .button {
  margin-top: 50px;
  text-align: right;
}

.reserve .button a {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #333;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 30px;
}

.reserve .button a span {
  margin-left: 30px;
}

.reserve .button a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.reserve #scheduleMainPanel .timeSlot {
  display: none;
}

.reserve #booking-package_inputFormPanel .bookingTime {
  display: none;
}

.reserve #booking-package_inputFormPanel .total_amount {
  display: none;
}

.reserve .note {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .reserve {
    width: 100%;
  }
  .reserve .button {
    text-align: center;
  }
  .reserve .button a {
    width: 80%;
  }
}
/* archive */
/* news */
.arc {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.arc ul {
  width: 800px;
  margin: 0 auto;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .arc {
    width: 100%;
  }
  .arc ul {
    width: 100%;
  }
}
.arc ul li {
  margin-bottom: 30px;
}

.arc ul li dt time {
  margin-right: 7px;
}

.arc ul li dl dt span.category {
  color: #416d96;
}

.arc h3 {
  font-size: 15px;
}

.pagenation {
  clear: both;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 200px;
}

.pagenation .page-numbers {
  display: inline-block;
  margin: 4px 10px;
  color: #dedede;
}

.pagenation .current {
  color: #416d96;
  border-bottom: 1px #416d96 solid;
}

.pagenation a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation a:hover {
  color: #416d96;
}

@media screen and (min-width: 768px) {
  .arc ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .arc ul li dl dt {
    width: 215px;
    line-height: 1.5;
  }
  .arc ul li dl dd {
    width: 500px;
  }
}
/* emergency */
@media screen and (min-width: 768px) {
  .info ul li dl dt {
    width: 190px;
  }
  .info ul li dl dd {
    width: 520px;
  }
}
/* single */
/* news */
.single {
  padding: 0 0 100px;
}

.single .box {
  margin-bottom: 70px;
}

.single article {
  padding: 0 15px;
}

.single article time {
  color: #767676;
}

.single article h1 {
  font-weight: 700;
}

.single article p {
  line-height: 1.5;
}

.single article img {
  margin-bottom: 50px;
}

.single article p a {
  border-bottom: 1px #dedede solid;
  color: #416d96;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single a:hover {
  opacity: 0.6;
}

.single .page-nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single .page-nav .page-prev a {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.single .page-nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #416d96;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
  width: 50px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-post .page-nav a img {
  width: 15px;
  height: 9px;
  position: absolute;
  top: 11px;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .single {
    width: 800px;
    margin: 0 auto;
  }
  .single article h1 {
    font-size: 20px;
  }
  .single .page-nav {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .single {
    padding: 50px 0;
  }
}
/* calendar */
.ski-calendar #ski-calendar .table-calendar .week_row > div .cloud,
.ski-calendar #ski-calendar .table-calendar .week_row > div .snow_cover {
  display: none !important;
}

/*.ski-calendar #ski-calendar .table-calendar .week_row > div.first_row{
    height: 75px;
    min-height: unset !important;
}*/
.ski-calendar {
  margin-top: 120px;
}

.ski-calendar #ski-calendar .table-calendar .week_row > div.today {
  background-color: #62d5ff !important;
}

/* glampingfield */
.glamping {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  overflow: hidden;
}

.glamping .firstView {
  position: relative;
  width: 100%;
  height: 100vh;
}

.glamping .firstView h1 {
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  left: 0;
}

.glamping .firstView .topSlider img,
.glamping .firstView .topSlider video {
  width: available;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.glamping .firstView .topSlider .sp {
  display: none;
}

.glamping .firstView .text-area {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glamping .firstView .text-area p {
  font-size: 2.4vw;
  color: #fff;
  font-weight: 300;
  /* text-shadow: 1px 1px 3px #fff; */
}

.glamping .firstView .logo-area {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glamping .firstView .logo-area img {
  width: 30vw;
}

.glamping .catchPhrase {
  text-align: center;
  padding: 10% 0;
}

.glamping .catchPhrase p {
  font-weight: bold;
  font-size: 1.6vw;
  letter-spacing: 0.1em;
}

.glamping .catchPhrase p:first-of-type {
  margin-bottom: 4%;
}

.glamping h3 {
  text-align: center;
  margin-bottom: 8%;
  font-size: 1.8vw;
  position: relative;
  display: inline-block;
}

.glamping h3::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #222;
}

.glamping .history .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.glamping .history img {
  width: 60%;
}

.glamping .history,
.glamping .allPlan {
  margin-bottom: 20%;
}

.glamping .history .txt {
  padding: 3% 2%;
  text-align: center;
}

.glamping .history .txt p {
  text-align: left;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10%;
  font-size: 1.2vw;
}

.glamping .history ul {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.glamping .history ul li a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.glamping .history #slider {
  width: 80%;
  margin: 3% auto 0;
}

.glamping .history #slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 30vh;
}

.glamping .history .slick-slide {
  margin-right: 7px;
}

.glamping h2 {
  text-align: center;
  margin-bottom: 5%;
  font-size: 2.5vw;
}

.glamping .news {
  width: 80%;
  margin: 0 auto 20%;
}

.glamping .news .event_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px dotted #333;
}

.glamping .news .event_box img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.glamping .news .event_box img.nopic {
  height: auto;
  width: 90%;
}

.glamping .news .event_box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.glamping .news .event_box .inner {
  width: 24%;
  margin: 0 auto;
}

.glamping .news .event_box .inner .thumb {
  overflow: hidden;
  text-align: center;
  height: 20vh;
}

.glamping .news .event_box .inner .date {
  text-align: left;
  padding: 0 5%;
  margin-top: 5%;
  font-size: 1.2vw;
}

.glamping .news .event_box .inner .txt {
  width: 90%;
  margin: 0 auto 3%;
  font-size: 1vw;
  text-align: justify;
}

.glamping .news .event_box .inner .title {
  padding: 3% 5% 5%;
  font-weight: bold;
  text-align: left;
  font-size: 1.2vw;
  position: relative;
  margin-bottom: 5%;
}

.glamping .news .event_box .past {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4vw;
}

@media screen and (max-width: 768px) {
  .glamping .news {
    margin: 0 auto 40%;
  }
  .glamping .news .event_box img {
    height: 100%;
  }
  .glamping .news .event_box .inner {
    width: 100%;
    margin-bottom: 20%;
  }
  .glamping .news .event_box .inner p {
    text-align: center;
  }
  .glamping .news .event_box .inner .txt {
    width: 90%;
    text-align: left;
    font-size: 12px;
  }
  .glamping .news .event_box .inner .title {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .glamping .news .event_box .inner .date {
    font-size: 12px;
  }
  .glamping .news .event_box img.nopic {
    margin-top: 10%;
  }
}
.glamping .body {
  width: 80%;
  margin: 0 auto 20%;
}

.glamping .body p {
  font-weight: bold;
  font-size: 1.2vw;
  overflow: hidden;
}

.glamping .body .zoom {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.glamping .body .zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.glamping .body .box p {
  margin-bottom: 10%;
}

.glamping .body .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3% 0 20%;
}

.glamping .body .box {
  width: 25%;
  position: relative;
  padding-bottom: 7%;
}

.glamping .body .second::before {
  content: "";
  position: absolute;
  left: -25%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
}

.glamping .body .second::after {
  content: "";
  position: absolute;
  right: -25%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
}

.glamping .link {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #333;
  padding: 2% 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.glamping .body .link {
  bottom: 3%;
}

.glamping .link:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.glamping .button {
  display: block;
  margin: 0 auto;
  width: 50%;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 500%;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.glamping .button:hover {
  opacity: 0.6;
}

.glamping .allPlan .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.glamping .allPlan .left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.glamping .allPlan img {
  width: 60%;
}

.glamping .allPlan .txt {
  padding: 3% 2%;
  text-align: center;
  position: relative;
}

.glamping .allPlan .txt p {
  text-align: left;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10%;
  font-size: 1.2vw;
}

.glamping .allPlan .link {
  right: 5%;
}

.glamping .map {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20%;
}

.glamping .map iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60vh;
  margin-bottom: 20%;
}

.glamping .recommend {
  width: 90%;
  margin: 0 auto 20%;
  text-align: center;
}

.glamping .recommend h2 {
  margin-bottom: 1%;
}

.glamping .recommend h3 {
  margin-bottom: 2%;
}

.glamping .recommend section {
  margin: 20% 0 0;
}

.glamping .recommend .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.glamping .recommend .box {
  position: relative;
  width: 20%;
}

.glamping .recommend .box p,
.glamping .recommend .box li {
  font-size: 1.2vw;
}

.glamping .recommend .box .time {
  background-color: #222;
  color: #fff;
  width: 40%;
  margin: 0 auto;
  padding: 2% 0;
  border-radius: 50%;
}

.glamping .recommend h4 {
  font-size: 1.3vw;
  font-weight: bold;
  margin: 5% 0;
}

.glamping .recommend img {
  width: 80%;
}

.glamping .recommend .front {
  width: 47%;
}

.glamping .recommend .place {
  margin: 10% 0;
}

.glamping .recommend .link {
  right: 50%;
  bottom: -10%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  padding: 2% 4%;
}

.glamping .recommend .link:hover {
  -webkit-transform: translateX(60%);
          transform: translateX(60%);
}

.glamping .recommend .triangle {
  position: absolute;
  right: -25%;
  top: 35%;
  width: 20%;
}

.glamping .recommend .secondDay {
  margin-bottom: 20%;
}

.glamping .recommend .secondDay .triangle {
  top: 40%;
}

.glamping .recommend .triangle img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fix-box {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

.reserve-button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.reserve-button .pc {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 150px;
}

.reserve-button .pc img {
  width: 100%;
}

.reserve-button .pc:hover {
  opacity: 0.6;
}

.reserve-button .sp {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  background-color: rgba(10, 10, 10, 0.2);
  color: #000;
  display: none;
  letter-spacing: 0.2em;
  padding: 20px 10px;
  font-size: 1.3vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  border-radius: 10px 0 0 10px;
  width: 45px;
}

.reserve-button.fixed {
  opacity: 1;
}

@media (max-width: 768px) {
  .glamping .firstView .text-area {
    top: 15%;
    width: 90%;
    /* background-color: rgba(0,0,0,0.1); */
    padding: 10% 0;
  }
  .glamping .firstView .text-area p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .glamping .firstView .logo-area {
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
  .glamping .firstView .logo-area img {
    width: 90%;
  }
  .glamping .firstView .topSlider .sp {
    display: block;
  }
  .glamping .firstView .topSlider .pc {
    display: none;
  }
  .glamping .catchPhrase {
    padding: 20% 1%;
  }
  .glamping .catchPhrase p {
    /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
  }
  .glamping .catchPhrase p:first-of-type {
    margin-bottom: 10%;
  }
  .glamping h3 {
    margin-bottom: 8%;
    font-size: 26px;
  }
  .glamping h3::after {
    height: 1px;
  }
  .glamping .history .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: left;
  }
  .glamping .history img {
    width: 90%;
  }
  .glamping .history {
    margin-bottom: 40%;
  }
  .glamping .history .txt {
    padding: 10% 10%;
    text-align: left;
  }
  .glamping .history .txt p {
    line-height: 2;
    margin-bottom: 10%;
    font-size: 12px;
  }
  .glamping .history #slider {
    margin: 0 auto;
  }
  .glamping .history #slider img {
    height: 15vh;
  }
  .glamping .history .slick-dots {
    bottom: unset;
  }
  .glamping .history .slick-dots li {
    margin: 0 2px;
  }
  .glamping h2 {
    text-align: center;
    margin-bottom: 20%;
    font-size: 26px;
  }
  .glamping .body {
    width: 100%;
    margin: 0 0 40%;
  }
  .glamping .body p {
    font-size: 12px;
    line-height: 2;
    padding: 0 5%;
  }
  .glamping .body .box p {
    margin-bottom: 10%;
  }
  .glamping .body .box .pic {
    padding: unset;
  }
  .glamping .body .wrap {
    display: block;
    margin: 10% 0 20%;
  }
  .glamping .body .box {
    width: 100%;
    position: relative;
    padding-bottom: 30%;
  }
  .glamping .button {
    width: 90%;
    font-size: 18px;
    line-height: 400%;
  }
  .glamping .body .link {
    right: 5%;
  }
  .glamping .allPlan {
    margin-bottom: 10%;
  }
  .glamping .allPlan .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20%;
  }
  .glamping .allPlan img {
    width: 90%;
  }
  .glamping .allPlan .txt {
    padding: 10% 10% 20%;
    text-align: left;
    position: relative;
  }
  .glamping .allPlan .txt p {
    line-height: 2;
    margin-bottom: 10%;
    font-size: 12px;
  }
  .glamping .allPlan .box .right {
    margin: 0 0 0 auto;
  }
  .glamping .map {
    width: 100%;
    margin: 0 auto;
  }
  .glamping .recommend {
    width: 100%;
    margin: 0 auto 40%;
  }
  .glamping .recommend p {
    font-size: 12px;
  }
  .glamping .recommend h3 {
    margin-bottom: 10%;
  }
  .glamping .recommend .wrap {
    display: block;
  }
  .glamping .recommend .box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20%;
  }
  .glamping .recommend .box:last-of-type {
    margin: 0 auto;
  }
  .glamping .recommend .box p,
  .glamping .recommend .box li {
    font-size: 12px;
  }
  .glamping .recommend .box .time {
    font-size: 16px;
  }
  .glamping .recommend h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10% 0;
  }
  .glamping .recommend img {
    width: 100%;
  }
  .glamping .recommend .front {
    width: 27%;
  }
  .glamping .recommend .triangle {
    position: absolute;
    right: 50%;
    top: unset;
    bottom: 0;
    width: 15%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    display: none;
  }
  .glamping .recommend .secondDay .triangle {
    top: unset;
  }
  .glamping .recommend .triangle img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .glamping .recommend .link {
    bottom: 10%;
    padding: 2% 4%;
  }
  .glamping .recommend .secondDay {
    margin: 0 0 10%;
  }
}
@media (max-width: 480px) {
  .fix-box {
    top: 100px;
    right: 0;
  }
  .reserve-button .pc {
    display: none;
  }
  .reserve-button .sp {
    display: block;
    font-size: 16px;
  }
}
/* glamping_newsページ */
.news-glamping {
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.news-glamping .box time {
  color: #777;
  font-size: 1.2vw;
}

.news-glamping .box h3 {
  margin-top: 1%;
  padding-bottom: 3%;
  border-bottom: 1px solid #777;
  margin-bottom: 5%;
  font-size: 1.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.news-glamping .txt-box {
  margin: 5% 0;
}

.news-glamping p {
  font-size: 1.4vw;
  line-height: 2;
}

.news-glamping .page-nav {
  text-align: end;
}

.news-glamping .page-nav img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-glamping .page-nav a {
  padding: 0 15px 15px;
  border: 1px solid #333;
}

.news-glamping .page-nav .page-prev {
  margin-right: 2%;
}

.news-glamping .page-nav .page-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-glamping .page-nav .page-prev a:hover img {
  -webkit-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}

.news-glamping .page-nav .page-next a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.news-glamping .back {
  text-align: center;
  margin: 10% 0 5%;
}

.news-glamping .back a {
  display: block;
  margin: 0 auto;
  font-size: 1.6vw;
  width: 40%;
  background: #222;
  color: #fff;
  font-weight: bold;
  line-height: 400%;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-glamping .back a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .news-glamping {
    width: 90%;
  }
  .news-glamping .box time {
    color: #777;
    font-size: 12px;
  }
  .news-glamping .box h3 {
    font-size: 16px;
  }
  .news-glamping p {
    font-size: 12px;
  }
  .news-glamping .page-nav {
    text-align: center;
  }
  .news-glamping .back {
    margin: 20% 0 10%;
  }
  .news-glamping .back a {
    width: 80%;
    font-size: 16px;
  }
}
/* glamping_広告 */
.glamping .ad {
  width: 100%;
  padding: 5% 0;
  background-color: #fdf1bc;
  text-align: center;
  position: relative;
  margin-bottom: 10%;
}

.glamping .ad h3 {
  font-size: 1.8vw;
  text-align: center;
  margin-bottom: 4%;
}

.glamping .ad h3::after {
  background-color: #ff0000;
  left: 15%;
  width: 70%;
  bottom: 0;
}

.glamping .ad .txt-box {
  max-width: 60%;
  margin: 0 10% 0 auto;
  text-align: left;
  font-size: 1.6vw;
  font-weight: bold;
  line-height: 1.5;
}

.glamping .ad .txt-box .info {
  text-decoration: underline;
  margin-bottom: 5%;
}

.glamping .ad .txt-box .content {
  margin-bottom: 5%;
}

.glamping .ad .txt-box dl {
  font-size: 1.2vw;
  margin-bottom: 10%;
}

.glamping .ad .txt-box dl dt {
  float: left;
}

.glamping .ad .txt-box dl dd {
  padding-left: 10%;
}

.glamping .ad .pic {
  position: absolute;
  left: 10%;
  bottom: 25%;
}

.glamping .ad .pic img {
  width: 14vw;
}

@media (max-width: 768px) {
  .glamping .ad {
    padding: 10% 0;
    margin-bottom: 10%;
  }
  .glamping .ad h3 {
    font-size: 24px;
    margin-bottom: 8%;
  }
  .glamping .ad h3::after {
    height: 3px;
  }
  .glamping .ad .txt-box {
    max-width: unset;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
  }
  .glamping .ad .txt-box dl {
    font-size: 12px;
  }
  .glamping .ad .txt-box dl dd {
    padding-left: 20%;
  }
  .glamping .ad .txt-box .content {
    margin-bottom: 70%;
  }
  .glamping .ad .pic {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 42%;
  }
  .glamping .ad .pic img {
    width: 100px;
  }
}
/* 冬用バナー */
.banner-fix {
  position: fixed;
  top: 25%;
  right: 0;
  text-align: right;
}

.banner-fix img {
  width: 50px;
}

@media (max-width: 767px) {
  .banner-fix img {
    width: 35px;
    margin: 0 0 0 auto;
  }
}
p .banner-fix {
  border-bottom: unset;
}

/* 夏用バナー */
.fixedBanner {
  position: fixed;
  top: 15%;
  right: 0;
  text-align: right;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px 1px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html[lang=en] .fixedBanner, html[lang=th] .fixedBanner, html[lang=id] .fixedBanner {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: unset;
  bottom: 0px;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}
@media (max-width: 767px) {
  .fixedBanner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: unset;
    bottom: 0px;
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
.fixedBanner.isFixedBannerShow {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: visible;
}
html[lang=en] .fixedBanner.isFixedBannerShow, html[lang=th] .fixedBanner.isFixedBannerShow, html[lang=id] .fixedBanner.isFixedBannerShow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .fixedBanner.isFixedBannerShow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixedBanner-item {
  display: block;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  background: #F44B4B;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 46px;
  height: 127px;
}
@media (min-width: 768px) {
  html[lang=en] .fixedBanner-item, html[lang=th] .fixedBanner-item, html[lang=id] .fixedBanner-item {
    width: 19.8857142857vw;
    height: 50px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .fixedBanner-item {
    width: 19.7333333333vw;
    height: 75px;
  }
}
.fixedBanner-item.-webticket {
  background-image: url("../img/fixedlinks/webticket-pc.jpg");
}
@media (max-width: 767px) {
  .fixedBanner-item.-webticket {
    background-image: url("../img/fixedlinks/webticket.jpg");
  }
}
html[lang=en] .fixedBanner-item.-webticket {
  background-image: url("../img/fixedlinks/webticket-en-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=en] .fixedBanner-item.-webticket {
    background-image: url("../img/fixedlinks/webticket-en.jpg");
  }
}
html[lang=th] .fixedBanner-item.-webticket {
  background-image: url("../img/fixedlinks/webticket-th-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=th] .fixedBanner-item.-webticket {
    background-image: url("../img/fixedlinks/webticket-th.jpg");
  }
}
html[lang=id] .fixedBanner-item.-webticket {
  background-image: url("../img/fixedlinks/webticket-id-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=id] .fixedBanner-item.-webticket {
    background-image: url("../img/fixedlinks/webticket-id.jpg");
  }
}
html[lang=zh-CN] .fixedBanner-item.-webticket {
  background-image: url("../img/fixedlinks/webticket-zh-CN-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-CN] .fixedBanner-item.-webticket {
    background-image: url("../img/fixedlinks/webticket-zh-CN.jpg");
  }
}
html[lang=zh-TW] .fixedBanner-item.-webticket {
  background-image: url("../img/fixedlinks/webticket-zh-TW-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-TW] .fixedBanner-item.-webticket {
    background-image: url("../img/fixedlinks/webticket-zh-TW.jpg");
  }
}
.fixedBanner-item.-wow {
  background-image: url("../img/fixedlinks/wow-pc.jpg");
}
@media (max-width: 767px) {
  .fixedBanner-item.-wow {
    background-image: url("../img/fixedlinks/wow.jpg");
  }
}
html[lang=en] .fixedBanner-item.-wow {
  background-image: url("../img/fixedlinks/wow-en-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=en] .fixedBanner-item.-wow {
    background-image: url("../img/fixedlinks/wow-en.jpg");
  }
}
html[lang=th] .fixedBanner-item.-wow {
  background-image: url("../img/fixedlinks/wow-th-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=th] .fixedBanner-item.-wow {
    background-image: url("../img/fixedlinks/wow-th.jpg");
  }
}
html[lang=id] .fixedBanner-item.-wow {
  background-image: url("../img/fixedlinks/wow-id-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=id] .fixedBanner-item.-wow {
    background-image: url("../img/fixedlinks/wow-id.jpg");
  }
}
html[lang=zh-CN] .fixedBanner-item.-wow {
  background-image: url("../img/fixedlinks/wow-zh-CN-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-CN] .fixedBanner-item.-wow {
    background-image: url("../img/fixedlinks/wow-zh-CN.jpg");
  }
}
html[lang=zh-TW] .fixedBanner-item.-wow {
  background-image: url("../img/fixedlinks/wow-zh-TW-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-TW] .fixedBanner-item.-wow {
    background-image: url("../img/fixedlinks/wow-zh-TW.jpg");
  }
}
.fixedBanner-item.-stay {
  background-image: url("../img/fixedlinks/stay-pc.jpg");
}
@media (max-width: 767px) {
  .fixedBanner-item.-stay {
    background-image: url("../img/fixedlinks/stay.jpg");
  }
}
html[lang=en] .fixedBanner-item.-stay {
  background-image: url("../img/fixedlinks/stay-en-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=en] .fixedBanner-item.-stay {
    background-image: url("../img/fixedlinks/stay-en.jpg");
  }
}
html[lang=th] .fixedBanner-item.-stay {
  background-image: url("../img/fixedlinks/stay-th-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=th] .fixedBanner-item.-stay {
    background-image: url("../img/fixedlinks/stay-th.jpg");
  }
}
html[lang=id] .fixedBanner-item.-stay {
  background-image: url("../img/fixedlinks/stay-id-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=id] .fixedBanner-item.-stay {
    background-image: url("../img/fixedlinks/stay-id.jpg");
  }
}
html[lang=zh-CN] .fixedBanner-item.-stay {
  background-image: url("../img/fixedlinks/stay-zh-CN-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-CN] .fixedBanner-item.-stay {
    background-image: url("../img/fixedlinks/stay-zh-CN.jpg");
  }
}
html[lang=zh-TW] .fixedBanner-item.-stay {
  background-image: url("../img/fixedlinks/stay-zh-TW-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-TW] .fixedBanner-item.-stay {
    background-image: url("../img/fixedlinks/stay-zh-TW.jpg");
  }
}
.fixedBanner-item.-bento {
  background-image: url("../img/fixedlinks/bento-pc.jpg");
}
@media (max-width: 767px) {
  .fixedBanner-item.-bento {
    background-image: url("../img/fixedlinks/bento.jpg");
  }
}
html[lang=en] .fixedBanner-item.-bento {
  background-image: url("../img/fixedlinks/bento-en-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=en] .fixedBanner-item.-bento {
    background-image: url("../img/fixedlinks/bento-en.jpg");
  }
}
html[lang=th] .fixedBanner-item.-bento {
  background-image: url("../img/fixedlinks/bento-th-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=th] .fixedBanner-item.-bento {
    background-image: url("../img/fixedlinks/bento-th.jpg");
  }
}
html[lang=id] .fixedBanner-item.-bento {
  background-image: url("../img/fixedlinks/bento-id-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=id] .fixedBanner-item.-bento {
    background-image: url("../img/fixedlinks/bento-id.jpg");
  }
}
html[lang=zh-CN] .fixedBanner-item.-bento {
  background-image: url("../img/fixedlinks/bento-zh-CN-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-CN] .fixedBanner-item.-bento {
    background-image: url("../img/fixedlinks/bento-zh-CN.jpg");
  }
}
html[lang=zh-TW] .fixedBanner-item.-bento {
  background-image: url("../img/fixedlinks/bento-zh-TW-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-TW] .fixedBanner-item.-bento {
    background-image: url("../img/fixedlinks/bento-zh-TW.jpg");
  }
}
.fixedBanner-item.-rentacar {
  background-image: url("../img/fixedlinks/rentacar-pc.jpg");
}
@media (max-width: 767px) {
  .fixedBanner-item.-rentacar {
    background-image: url("../img/fixedlinks/rentacar.jpg");
  }
}
html[lang=en] .fixedBanner-item.-rentacar {
  background-image: url("../img/fixedlinks/rentacar-en-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=en] .fixedBanner-item.-rentacar {
    background-image: url("../img/fixedlinks/rentacar-en.jpg");
  }
}
html[lang=th] .fixedBanner-item.-rentacar {
  background-image: url("../img/fixedlinks/rentacar-th-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=th] .fixedBanner-item.-rentacar {
    background-image: url("../img/fixedlinks/rentacar-th.jpg");
  }
}
html[lang=id] .fixedBanner-item.-rentacar {
  background-image: url("../img/fixedlinks/rentacar-id-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=id] .fixedBanner-item.-rentacar {
    background-image: url("../img/fixedlinks/rentacar-id.jpg");
  }
}
html[lang=zh-CN] .fixedBanner-item.-rentacar {
  background-image: url("../img/fixedlinks/rentacar-zh-CN-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-CN] .fixedBanner-item.-rentacar {
    background-image: url("../img/fixedlinks/rentacar-zh-CN.jpg");
  }
}
html[lang=zh-TW] .fixedBanner-item.-rentacar {
  background-image: url("../img/fixedlinks/rentacar-zh-TW-pc.jpg");
}
@media (max-width: 767px) {
  html[lang=zh-TW] .fixedBanner-item.-rentacar {
    background-image: url("../img/fixedlinks/rentacar-zh-TW.jpg");
  }
}
.fixedBanner-item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.fixedBanner-item picture {
  display: block;
}
.fixedBanner-item picture img {
  width: 46px;
}
@media (max-width: 767px) {
  .fixedBanner-item picture img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .today .today-livecamera {
    /*padding-left: 50px;*/
    /*height: 220px;*/
    position: relative;
    /*overflow: hidden;*/
    /*height: 215px;*/
    margin-top: 20px;
    /*height: 18vh;*/
  }
  .today .ropeway_box img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .today .today-livecamera {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #today {
    height: unset;
  }
  #today .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .today .weather_box {
    padding-bottom: 100px;
  }
  .today .other_box {
    padding-bottom: 76px;
  }
  .today .date_box {
    height: 210px;
  }
}
.livecamera iframe {
  height: 100% !important;
}

.livecamera {
  height: 48vh;
}

@media (min-width: 500px) {
  .livecamera {
    height: 40vh;
  }
}
@media (min-width: 768px) {
  .livecamera {
    height: 266px;
  }
}
/*
.today .today-livecamera .whbar {
  height: 40px;
  width: 380px;
  background-color: #fff;
  position: absolute;
  margin-top: -1px;
  display: none;
}*/
/* 220715-1144 */
.z_img_mouse_scale {
  cursor: pointer;
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}

.z_img_mouse_scale img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 100%;
}

.z_img_mouse_scale:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.banner-fix {
  position: fixed;
  top: 25%;
  right: 0;
  text-align: right;
}

.banner-fix img {
  width: 50px;
}

p .banner-fix {
  border-bottom: unset;
}

.n2-ss-layer,
.n2_ss_video_player {
  height: 100%;
  overflow: hidden;
}

.n2_ss_video_player__placeholder {
  padding: 0px !important;
}

.n2-ss-layer iframe,
.n2_ss_video_player iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  min-width: calc(100vw + 1000px) !important;
  min-height: 100% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

div#n2-ss-4 .n2-ss-slide {
  height: unset !important;
  aspect-ratio: 16/9;
}

.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .n2-ss-slider-wrapper-inside {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  aside.sns {
    display: none;
  }
}

.g-lang__pc {
  position: absolute;
  top: 12px;
  right: 0px;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .g-lang__pc {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .open .g-lang__pc {
    opacity: 0;
    pointer-events: none;
  }
}
.g-lang__pc .g-lang__title {
  padding: 0px 10px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
@media screen and (max-width: 768px) {
  .g-lang__pc .g-lang__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #333;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 64px;
    width: 64px;
    background-color: #fff;
    padding-bottom: 3px;
  }
  .g-lang__pc .g-lang__title span {
    font-size: 10px;
    font-weight: bold;
  }
}
.g-lang__pc .g-lang__title::after {
  content: "Language";
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .g-lang__pc .g-lang__title::after {
    content: "";
    width: 11px;
    height: 4px;
    background-color: #333;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.g-lang__pc .g-lang__title::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_lang.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .g-lang__pc .g-lang__title::before {
    background-image: url(../img/icon_lang_sp.png);
    width: 27px;
    height: 27px;
  }
}
.g-lang__pc .g-lang__title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .g-lang__pc .g-lang__title:hover {
    text-decoration: none;
  }
}
.g-lang__pc .g-lang__current {
  display: none;
}
.g-lang__pc .g-lang__list {
  padding: 10px;
  background: #fff;
  display: none;
}
.g-lang__pc .g-lang__list a {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}
.g-lang__pc .g-lang__list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .g-lang__pc .g-lang__list a {
    display: block;
    min-width: 88px;
    margin: 0;
    padding: 7px 0 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .g-lang__pc .g-lang__list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #333;
    text-align: left;
  }
  .g-lang__pc .g-lang__list li:not(:last-child) {
    border-bottom: 1px solid #cbcbcb;
  }
}

html[lang=jp] a[data-lang-short=jp] {
  text-decoration: underline;
}

html[lang=ja] a[data-lang-short=jp] {
  text-decoration: underline;
}
html[lang=auto] a[data-lang-short=jp] {
  text-decoration: underline;
}

html[lang=en] a[data-lang-short=en] {
  text-decoration: underline;
}

html[lang=id] a[data-lang-short=id] {
  text-decoration: underline;
}

html[lang=th] a[data-lang-short=th] {
  text-decoration: underline;
}

html[lang=zh-CN] a[data-lang-short=zh-CN] {
  text-decoration: underline;
}

html[lang=zh-TW] a[data-lang-short=zh-TW] {
  text-decoration: underline;
}

.PC-nav .g-nav a font {
  display: block !important;
}
.PC-nav .g-nav a font + br {
  display: none;
}

.PC-nav .g-nav .box {
  margin: 0px auto;
}

.facility_box .box .txt_box {
  padding-bottom: 100px;
}

.sns {
  right: 110px;
}
/*# sourceMappingURL=style_green.css.map */