@charset "UTF-8";

@import url("./css/style_onlysnowheader.css");

/*
Theme Name: Tsugaike-kogen-Resort
Version: 1.0 2020/11/30
*/
/*
  https://fonts.google.com/specimen/Roboto?query=Roboto
  https://fonts.google.com/noto/specimen/Noto+Serif+JP?query=noto+serif

  Roboto
    Medium 500

  Frank Ruhl Libre
    Regular 400
    Medium 500
    Bold 700
    font-family: 'Frank Ruhl Libre', serif;

  Noto serif
    Regular 400
    font-family: 'Noto Serif JP', serif;
*/

/* 冬用バナー */
.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 0px;
  -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 (max-width: 767px) {
  footer {
    padding-bottom: 30vw;
  }
}

body {
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 2em;
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

p {
  line-height: 1.8em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #333333;
}

a:hover img {
  opacity: 0.4;
}

p a {
  border-bottom: 1px #dedede solid;
  color: #416d96;
}

p a:hover {
  opacity: 0.4;
}

@media (max-width: 767px) {
  a:hover img {
    opacity: unset;
  }

  p a:hover {
    opacity: unset;
  }
}

a.link-text {
  color: #416d96;
}

a.link-text:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5em;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.notice {
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .spo {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pco {
    display: none !important;
  }
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .center-sp {
    text-align: center;
  }
}

.btn {
  font-size: 1.7rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #416d96;
  border: 4px #416d96 solid;
  margin-top: 20px;
  padding: 17px 75px;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .btn {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 17px 0;
  }
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #416d96;
}

.link {
  display: inline-block;
  height: 2em;
  color: #416d96;
  position: relative;
}

.link:after {
  position: absolute;
  padding-left: 5px;
  padding-top: 9px;
  transition: 0.3s;
  content: url(img/arrow.svg);
  line-height: 0;
}

.link:hover:after {
  padding-left: 10px;
}

ul.dot {
  list-style-type: disc;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  .container-L {
    width: 1400px;
    margin: 0 auto;
  }
}

.wrap {
  overflow: hidden;
}

@media (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
}

@media not all and (min-width: 768px) {
  .wrap {
    padding-top: 64px;
  }
}

header ul#gnav-ul a {
  color: #fff;
}

@media not all and (min-width: 768px) {
  header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 980;
    width: 100%;
    background-color: #fff;
  }
}

nav.gnav {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  nav.gnav {
    height: 140px;
  }
}

nav.gnav .nav-inner {
  padding: 8px 15px;
}

@media not all and (min-width: 768px) {
  nav.gnav .nav-inner {
    width: 100%;
    height: 64px;
    padding: 6px 0 0 15px;
  }
}

nav.gnav .nav-inner h1 {
  display: inline-block;
}

nav.gnav .nav-inner h1.head-logo {
  margin-top: 20px;
}

@media (max-width: 767px) {
  nav.gnav .nav-inner h1.head-logo {
    width: 130px;
    margin-top: 0;
  }
}

nav.gnav .nav-inner ul#gnav-ul {
  display: inline-block;
  float: right;
  margin-top: 48px;
}

@media (max-width: 767px) {
  nav.gnav .nav-inner ul#gnav-ul {
    display: none;
  }
}

nav.gnav .nav-inner ul#gnav-ul li {
  display: inline-block;
  margin: 0 12px;
}

nav.gnav .nav-inner ul#gnav-ul li a {
  color: #333333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

nav.gnav .nav-inner ul#gnav-ul li a.navline::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #416d96;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

nav.gnav .nav-inner ul#gnav-ul li a.navline:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

nav.gnav .nav-inner ul#gnav-ul li a.en,
nav.gnav .nav-inner ul#gnav-ul li a.ja {
  color: #416d96 !important;
  text-align: center;
  margin: 0 0px;
  width: auto !important;
}

nav.gnav .nav-inner ul#gnav-ul li a.en:hover,
nav.gnav .nav-inner ul#gnav-ul li a.ja:hover {
  background-color: #fff !important;
}

nav.gnav .nav-inner ul#gnav-ul li:nth-last-child(1),
nav.gnav .nav-inner ul#gnav-ul li:nth-last-child(2),
nav.gnav .nav-inner ul#gnav-ul li:nth-last-child(3) {
  font-weight: 400;
  margin: 0 3px;
}

nav.gnav .nav-inner ul#gnav-ul li:nth-last-child(3) {
  margin-left: 10px;
}

nav.gnav .nav-inner ul#gnav-ul li q.tool-item:hover {
  background-color: none;
}

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

@media (max-width: 767px) {
  .clone-nav {
    display: none;
  }
}

.clone-nav {
  font-size: 1.4rem !important;
  height: 60px !important;
  color: #333333 !important;
}

.clone-nav a {
  color: #333333 !important;
}

.clone-nav ul {
  margin-top: 7px !important;
}

.clone-nav h1.head-logo {
  margin-top: -1px !important;
  width: 116px;
}

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

#nav-toggle {
  position: relative;
  top: auto;
  left: auto;
  right: 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: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#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: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  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;
  transform: rotate(-45deg);
}

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

#container {
  z-index: 900;
}

/* #gloval-nav {
  background: #2d4e6e;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
} */

/* #gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #95CDFF;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

#gloval-nav ul li:nth-child(7) a {
  display: inline-block;
  margin: 0 10px;
} */

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

/* 
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.1s ease, opacity 0.9s ease;
}

.open #gloval-nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60vw;
}

.open #gloval-nav .wrap a {
  width: 40vw;
}

.open #gloval-nav a {
  line-height: 50px;
  padding: 0;
} */

@media (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .nav-btns {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    z-index: 1000;
  }
}

.mainvisual {
  margin: 0 15px;
}

.mainvisual img {
  width: 100%;
}

.number {
  font-family: "Oswald", sans-serif;
  font-size: 4.2rem;
  line-height: 1em;
}

@media (max-width: 767px) {
  .condition-info {
    margin: 40px 0;
  }
}

@media (min-width: 768px) {
  .condition-info {
    margin-top: 95px;
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .condition-info .condition-date {
    margin-left: 90px;
  }
}

.condition-info .condition-date div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .condition-info .condition-date div p {
    font-size: 8.1rem;
  }
}

.condition-info .condition-date div .slash {
  margin: 10px 7px 0 7px;
}

@media (min-width: 768px) {
  .condition-info .condition-date div .slash img {
    width: 90px;
    height: 49px;
    padding: 0 10px;
  }
}

.condition-info .condition-date .condition-time {
  text-align: center;
  font-size: 1.3rem;
  color: #767676;
}

@media (min-width: 768px) {
  .condition-info .condition-date .condition-time {
    font-size: 1.4rem;
  }
}

.condition-info .condition-whether {
  text-align: center;
}

@media (min-width: 768px) {
  .condition-info .condition-whether {
    text-align: left;
    width: 520px;
    margin-top: -25px;
    margin-left: 80px;
  }
}

.condition-info .condition-whether div {
  justify-content: center;
}

@media (max-width: 767px) {
  .condition-info .condition-whether div {
    display: flex;
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  .condition-info .condition-whether div {
    justify-content: left;
  }
}

@media (max-width: 767px) {
  .condition-info .condition-whether dl {
    width: 160px;
  }
}

@media (min-width: 768px) {
  .condition-info .condition-whether dl {
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 10px;
  }
}

.condition-info .condition-whether dl dt {
  font-size: 1.8rem;
  white-space: nowrap;
  font-weight: 700;
  color: #767676;
}

@media (min-width: 768px) {
  .condition-info .condition-whether dl dt {
    font-size: 2rem;
    margin-right: 1.2em;
  }
}

@media (max-width: 767px) {
  .condition-info .condition-whether dl dt {
    text-align: center;
  }
}

.condition-info .condition-whether dl dd {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .condition-info .condition-whether dl dd {
    font-size: 2rem;
    width: 210px;
  }
}

.condition-info .condition-whether dl.whether dd {
  margin-top: 30px;
}

.condition-info .condition-whether dl.wind .number {
  text-align: center;
  display: inline-block;
  padding: 0 0.15em;
}

.condition-info .condition-whether dl.temperature .number {
  text-align: center;
  display: inline-block;
  width: 1.7em;
}

.condition-info .condition-whether dl.snow .number {
  text-align: center;
  display: inline-block;
  width: 1.7em;
}

.condition-info .condition-whether {
  position: relative;
}

.condition-info .condition-whether .syukan {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 25px;
}

@media (max-width: 767px) {
  .condition-info .condition-whether .syukan {
    position: relative;
    right: 0;
    top: 0;
  }
}

.condition-info .condition-livecamera {
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .condition-info .condition-livecamera {
    margin-top: 50px;
  }
}

.condition-info .condition-livecamera .livecamera {
  /*margin-top: -40px;*/
  position: relative;
}

.condition-info .condition-livecamera .livecamera img {
  margin: 0 auto;
}

.condition-info .condition-livecamera .livecamera .whbar {
  height: 40px;
  width: 380px;
  background-color: #fff;
  position: absolute;
  /*margin-top: -1px;*/
  width: 100%;
  top: 0;
  left: 0;
}

.condition-info .condition-livecamera .livecamera iframe {
  height: 360px;
}

.condition-info .condition-livecamera .link {
  margin-top: -10px;
}

.topnews {
  padding: 0 15px;
}

@media (max-width: 390px) {
  .condition-info .condition-livecamera .livecamera iframe {
    height: 270px;
  }
}

@media (min-width: 768px) {
  .topnews {
    margin-top: 70px;
    padding: 0 100px;
  }

  .condition-info .condition-livecamera .livecamera iframe {
    height: 216px !important;
    margin-top: -40px;
  }

  .condition-info .condition-livecamera .livecamera .whbar {
    top: -41px;
  }
}

.topnews dl {
  text-align: center;
  border-top: 1px #dedede solid;
  font-size: 1.5rem !important;
}

@media (min-width: 768px) {
  .topnews dl {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .topnews dl dt {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .topnews dl dt {
    width: 100px;
  }
}

.topnews dl dt h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .topnews dl dt h2 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .topnews dl dd {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .topnews dl dd div {
    width: 670px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .topnews dl dd time {
    line-height: 1.4em;
    font-size: 1.5rem !important;
    margin-right: 1em;
  }
}

@media (min-width: 768px) {
  .topnews dl dd {
    display: flex;
    align-items: center;
  }
}

.topnews dl dd h3 {
  font-size: 1.5rem !important;
  color: #416d96;
}

@media (max-width: 767px) {
  .topnews dl dd h3 {
    padding: 5px 0 10px 0;
  }
}

.topnews dl dd h3 a {
  color: #416d96;
}

@media (max-width: 767px) {
  .topnews dl dd {
    padding-bottom: 30px;
  }
}

.topnews dl:last-child {
  border-bottom: 1px #dedede solid;
}

.banner-area {
  margin-top: 80px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .banner-area {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .banner-area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
}

.banner-area ul li {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .banner-area ul li {
    width: 33.333333%;
    padding: 25px;
  }
}

.banner-area ul li img {
  width: 100%;
  border: 1px solid #D8D8D8;
}

.realtimemap {
  margin: 100px auto 0 auto;
  width: 800px;
}

@media (max-width: 767px) {
  .realtimemap {
    width: 345px;
  }
}

.btn-area {
  padding: 0 15px;
}

.btn-area.btn-area-mt0 {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .btn-area {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 130px;
  }
}

.btn-area .btn {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .btn-area .btn {
    width: 470px;
    margin: 0 30px;
  }
}

.sns-area {
  margin-top: 80px;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .sns-area div.container {
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
    width: 100%;
  }
}

.sns-area div.container img {
  margin: 0 auto 30px auto;
}

.sns-area div.container section {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .sns-area div.container section {
    margin-bottom: 50px;
  }
}

.sns-area div.container section h2 {
  height: 85px;
}

@media (max-width: 767px) {
  .sns-area div.container .instagram {
    height: 660px;
  }
}

.sns-area div.container .instagram h2 {
  height: 75px;
}

@media (min-width: 768px) {
  .sns-area div.container .instagram {
    width: 100%;
  }

  .sns-area div.container .instagram #sb_instagram {
    width: 100% !important;
  }

  .sns-area div.container .instagram .sbi_photo {
    height: 250px !important;
  }
}

@media (max-width: 767px) {
  .sns-area div.container .instagram {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .sns-area div.container .facebook {
    width: 320px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .sns-area div.container .facebook {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .sns-area div.container .twitter {
    width: 320px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .sns-area div.container .twitter {
    padding: 0 15px;
  }
}

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

@media (min-width: 768px) {
  .mini-banner-area {
    margin-top: 80px;
    width: 100%;
  }
}

.mini-banner-area ul {
  display: flex;
  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%;
}

/* footer */
footer {
  background-color: #333333;
  padding: 50px 0 20px 0;
  text-align: center;
  margin-top: 100px;
}

@media (min-width: 768px) {
  footer {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 30vw;
  }
}


footer .footerinner {
  padding: 0 15px;
}

@media (min-width: 768px) {
  footer .footerinner .info {
    display: flex;
    align-items: center;
  }

  footer .footerinner .info:first-child {
    justify-content: space-around;
    padding: 0 200px;
    margin-bottom: 40px;
  }

  footer .footerinner .info:last-child {
    justify-content: space-between;
    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;
}

footer .address a {
  color: #fff;
}

@media (min-width: 768px) {
  footer .address {
    text-align: left;
  }
}

footer .termslink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .termslink {
    flex-wrap: wrap;
    gap: 20px 20px;
  }
}

footer .termslink li {
  line-height: 1.5em;
}

footer .termslink a {
  color: #ffffff;
  line-height: 1.5em;
}

footer small {
  color: #ffffff;
}

.page {
  margin-top: 60px;
}

h1.title {
  font-size: 3rem;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

h1.title:before {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 57px);
  width: 94px;
  height: 1px;
  content: "";
  background: #416d96;
}

h2.subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin: 120px 0 60px;
}

@media (max-width: 767px) {
  .read {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .read {
    width: 670px;
    margin: 0 auto;
  }

  h2.subtitle.pcmb0 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .basic-info {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .basic-info table.basic-table {
    width: 670px;
    margin: 0 auto;
  }
}

.basic-info table.basic-table tr {
  display: block;
  border-top: #dedede 1px solid;
  padding: 25px 0;
}

.basic-info table.basic-table tr:last-child {
  border-bottom: #dedede 1px solid;
}

.basic-info table.basic-table th,
.basic-info table.basic-table td {
  text-align: left;
  line-height: 1.5em;
}

@media (max-width: 767px) {

  .basic-info table.basic-table th,
  .basic-info table.basic-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.basic-info table.basic-table th {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .basic-info table.basic-table th {
    width: 10em;
  }
}

@media (max-width: 767px) {
  .parking {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .parking {
    width: 820px;
    margin: 0 auto;
  }
}

.parking table.parking-table {
  font-size: 1.4rem;
  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;
}

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

.gelande-map {
  text-align: center;
}

@media (max-width: 767px) {
  .gelande-map {
    padding: 0 15px;
  }
}

.gelande-map img {
  width: 85%;
  margin: 0 auto 40px auto;
}

@media (min-width: 768px) {
  .operation-list {
    display: flex;
    justify-content: center;
  }
}

table.operation-table {
  border-spacing: 1px;
  width: 100%;
  padding: 0 15px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  table.operation-table {
    width: 33.33333%;
  }
}

table.operation-table tr.list-head th {
  background-color: #fff !important;
  text-align: center;
}

table.operation-table th,
table.operation-table td {
  padding: 10px 15px;
  vertical-align: middle;
}

table.operation-table th {
  background-color: #e4eef7;
  text-align: left;
}

table.operation-table th span {
  display: inline-block;
  width: 20px;
}

table.operation-table td {
  background-color: #f5f5f5;
  text-align: center;
  width: 3.9em;
}

table.operation-table td img {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  table.operation-table:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  table.operation-table:last-child {
    margin-top: -1px;
  }
}

.course {
  padding: 0 15px;
}

.course section {
  padding: 50px 0 0px 0;
}

.course section.beginner {
  padding-top: 0;
}

@media (min-width: 768px) {
  .course section {
    margin-bottom: 50px;
  }
}

.course section h3 {
  font-weight: 700;
  color: #416d96;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .course section h3 {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .course section ul {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
  }
}

.course section ul li {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .course section ul li {
    margin: 0 15px;
    width: 270px;
  }
}

.course section ul li figure img {
  width: 100%;
}

.course section ul li figure figcaption {
  margin: 13px 0 3px 0;
  font-weight: 700;
}

.course section ul li p:last-child {
  margin-top: 6px;
  color: #416d96;
}

@media (min-width: 768px) {
  .course .btn {
    margin-bottom: 50px;
  }
}

.list-area {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .list-area ul {
    display: flex;
    justify-content: center;
  }
}

.list-area ul li {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .list-area ul li {
    width: 370px;
    margin: 0 45px 80px 45px;
  }
}

.list-area ul li figure img {
  width: 100%;
}

.list-area ul li figure figcaption {
  margin: 13px 0 3px 0;
  font-weight: 700;
  font-size: 1.7rem;
}

.list-area ul li h4 {
  font-weight: 700;
  color: #416d96;
  font-size: 1.6rem;
  margin: 6px 0 10px 0;
}

.list-area ul li p.telno {
  margin-top: 6px;
  color: #416d96;
}

@media (min-width: 768px) {
  .list-area ul.column3 li {
    margin: 0 15px 80px 15px;
  }
}

a.link {
  margin-top: 5px;
}

.rental {
  margin-bottom: 100px;
}

.activity {
  margin-bottom: 100px;
}

.activity .wow {
  margin-bottom: 200px;
  position: relative;
}

.activity .wow img {
  margin: 0 auto;
}

.activity .circle-wrap .box {
  padding: 0 10px;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.activity .wow .circle-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 10px;
}

.activity .wow a {
  position: absolute;
  bottom: -50px;
  right: 40px;
  font-weight: bold;
}

.activity .wow .circle-wrap h3 {
  margin: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.activity .wow .circle-wrap p {
  text-align: left;
}

.activity a.link::after {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .activity ul {
    padding: 0 15px;
  }

  .activity .wow {
    padding: 0 10px;
  }

  .activity .wow a {
    right: 0;
    left: 20px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .activity ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .activity .wow .circle-wrap .box {
    padding: 0 20px;
    width: 20%;
  }

  .activity .wow .circle-wrap {
    max-width: 1200px;
  }
}

.activity ul li {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .activity ul li {
    width: 470px;
    margin: 0 35px 70px 35px;
  }
}

.activity ul li figure img {
  width: 100%;
}

.activity ul li figure figcaption {
  margin: 13px 0 3px 0;
  font-weight: 700;
  font-size: 1.7rem;
}

.activity ul li h4 {
  font-weight: 700;
  color: #416d96;
  margin: 6px 0 10px 0;
}

.activity ul li p.telno {
  margin-top: 6px;
  color: #416d96;
}

@media (min-width: 768px) {
  .activity ul.column3 li {
    margin: 0 15px 80px 15px;
  }
}

.village {
  background-color: #e4eef7;
  padding: 80px 15px 0px 15px;
}

.village h2.subtitle {
  margin: 0;
  padding-bottom: 20px;
}

.village p.villageread {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .village p.villageread {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

.village .villagemain img {
  margin: 0 auto 70px auto;
}

@media (max-width: 767px) {
  .village .small {
    font-size: 0.8em;
  }
}

.village ul {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .village ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.village ul li {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .village ul li {
    width: 370px;
    margin: 0 15px 30px 15px;
  }
}

.village ul li figure img {
  width: 100%;
}

.village ul li figure figcaption {
  margin: 13px 0 3px 0;
  font-weight: 700;
  font-size: 1.7rem;
}

.village p.villagetime {
  color: #fff;
  background-color: #acc3d8;
  text-align: center;
  padding: 15px;
  margin: 60px -15px 0 -15px;
}

@media (min-width: 768px) {
  .kids ul li {
    width: 370px;
  }
}

.restaurant {
  padding-top: 30px;
}

.restaurant p.restauranttime {
  font-size: 1.7rem;
  margin-bottom: 10px;
  text-align: left;
}

.restaurant .subtitle {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .restaurant {
    padding-top: 120px;
  }

  .restaurant .subtitle {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .restaurant ul {
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .restaurant ul li {
    width: 270px;
    margin: 0 15px 60px 15px;
  }

  .restaurant p.restauranttime {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
  }
}

.restaurant h4 {
  font-size: 1.5rem !important;
  margin: 2px 0 4px 0 !important;
}

.onsen {
  padding: 0 15px;
  margin-bottom: 150px;
}

@media (min-width: 768px) {
  .onsen figure div {
    display: flex;
    justify-content: center;
  }

  .onsen figure div img {
    margin: 20px;
    height: 333px;
  }
}

@media (min-width: 768px) {
  .onsen figure figcaption {
    width: 670px;
    margin: 0 auto;
  }
}

.onsen figure h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 7px 0;
}

.onsen figure .info {
  color: #416d96;
  margin-top: 10px;
}

.blank {
  font-weight: 700;
}

@media (max-width: 767px) {
  .around {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .around div {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
  }
}

.around dl {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .around dl {
    width: 470px;
    margin: 0 40px;
  }
}

.around dl dt h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.around dl dd {
  text-align: center;
}

.around dl dd p {
  text-align: left;
  margin-bottom: 10px;
}

.around dl dd a {
  /*   margin: 0 20px; */
}

@media (min-width: 768px) {
  .around dl dd a {
    margin: 0 40px;
  }
}

table.price-table {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  border-spacing: 1px;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  table.price-table {
    width: 91%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  table.price-table {
    /* padding-right: 15px; */
  }
}

table.price-table tr.gray {
  background-color: #f5f5f5;
}

table.price-table tr.blue {
  background-color: #f7f9fc;
}

table.price-table tbody tr:first-child th {
  width: 18%;
}

table.price-table tbody tr:first-child th.info {
  width: unset;
}

table.price-table tbody tr .half {
  width: 9%;
}

table.price-table tbody tr:first-child .half {
  width: 9%;
}

table.price-table tbody tr .txt {
  text-align: left;
}

table.price-table tbody tr a {
  color: #416d96;
}

table.price-table tbody tr span {
  color: red;
}

table.price-table th,
table.price-table td {
  height: 100% !important;
  padding: 8px 3px;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.8;
}

.price .note p {
  font-size: 1.2rem;
}

.price h2 {
  margin-left: 5%;
  margin-top: 5%;
  font-weight: bold;
  font-size: 1.8rem;
}

h1.title span {
  font-size: 2rem;
}

table.price-table .stic {
  position: sticky;
  left: 0px;
  background-clip: padding-box;
}

table.price-table .stic.white {
  background-color: #fff;
}

table.price-table .stic::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #333;
}

@media (max-width: 767px) {

  table.price-table th,
  table.price-table td {
    padding: 10px 9px;
  }
}

table.price-table th .sp {
  display: none;
}

table.price-table th p {
  font-size: 1.4rem;
}

table.price-table th {
  color: #333333;
  background-color: #e4eef7;
  font-weight: unset;
}

table.price-table td.bikou {
  text-align: left;
}

.table-scroll {
  overflow: auto;
  /*スクロールさせる*/
  /* white-space: nowrap; */
  /*文字の折り返しを禁止*/
}

.kubunbikou {
  margin: 7px auto 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .kubunbikou {
    width: 1031px;
  }
}

@media (max-width: 767px) {
  .kubunbikou {
    padding: 0 15px;
  }

  .price .note {
    transform: unset;
  }

  .price h2 {
    margin: 30% 0 10%;
    text-align: center;
  }

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

  table.price-table th .pc {
    display: none;
  }

  table.price-table th .sp {
    display: block;
  }

  .price a:hover img {
    opacity: unset;
  }
}

.kubunbikou th {
  width: 4em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .kubunbikou th {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .kubunbikou td {
    line-height: 1.6em;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .price div {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  .price div.onlineticketinfo {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.price dl {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .price dl {
    width: 470px;
    margin: 0 40px;
  }
}

.price dl dt h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.price dl dd {
  text-align: center;
}

.price dl dd p {
  text-align: left;
  margin-bottom: 10px;
}

.price dl dd a {
  margin: 0 20px;
}

@media (min-width: 768px) {
  .price dl dd a {
    margin: 0 40px;
  }
}

.attention h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3px;
}

#car,
#train,
#air,
#bus,
#shuttle {
  padding-top: 50px;
  margin-top: 70px;
}

.access ul.accessnav {
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

@media (max-width: 767px) {
  .access ul.accessnav li {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .access ul.accessnav li {
    margin: 0 20px;
  }
}

.access ul.accessnav li a:hover {
  opacity: 0.6;
}

.access iframe {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .access figure img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .access figure img {
    padding: 0 15px;
  }
}

.access figure figcaption {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .access figure figcaption {
    margin-top: 50px;
  }
}

.access figure figcaption dl dt {
  font-weight: 700;
}

.access figure figcaption dl dd {
  margin-bottom: 30px;
}

.access .parking {
  margin-top: 50px;
}

.access .parking .read {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .busarea {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .busarea {
    margin: 0 -15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .busarea div {
    display: flex;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .busarea div dl {
    margin: 0 20px;
    width: 33%;
  }
}

.busarea div dl dt {
  font-weight: 700;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .busarea div dl dt {
    margin-bottom: 5px;
  }
}

.busarea div dl dd {
  text-align: left;
}

.busarea div dl dd:last-child {
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 767px) {
  .busarea div dl dd:last-child a {
    margin-right: 50px;
  }
}

@media (min-width: 768px) {
  .busarea div dl dd:last-child {
    text-align: center;
    margin: 0 -30px;
  }
}

@media (min-width: 768px) {
  .busarea div dl dd a {
    margin: 0 30px;
  }
}

@media (min-width: 768px) {
  .busarea dl.muryou {
    width: 670px;
    margin: 100px auto 0 auto;
  }
}

.busarea dl.muryou dt {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .busarea dl.muryou dt {
    margin-bottom: 5px;
  }
}

.busarea dl.muryou dd {
  text-align: left;
}

@media (min-width: 768px) {
  .busarea dl.muryou dd:last-child {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .news ul {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .news ul {
    width: 670px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

.news ul li {
  margin-bottom: 30px;
}

.news ul li dl {
  border: none;
}

@media (min-width: 768px) {
  .news ul li dl {
    display: flex;
  }
}

@media (min-width: 768px) {
  .news ul li dl dt {
    width: 215px;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}

.news ul li dl dt time {
  margin-right: 1em;
}

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

@media (min-width: 768px) {
  .news ul li dl dd {
    width: 500px;
  }
}

.news ul li dl dd h2 {
  font-size: 1.5rem;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .news ul li dl dd h2 {
    line-height: 1.6em;
  }
}

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

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

.news .pagenation a:hover {
  color: #333333;
  border-bottom: 1px #333333 solid;
  opacity: 1;
}

.news .pagenation .current {
  color: #333333;
  border-bottom: 1px #333333 solid;
}

.news .pagenation a.next,
.news .pagenation a.prev {
  position: relative;
  height: 5px;
  width: 18px;
  margin: 4px 0;
}

.news .pagenation a.next img,
.news .pagenation a.prev img {
  position: absolute;
  top: 1px;
  transition: 0.2s;
}

.news .pagenation a.next:hover,
.news .pagenation a.prev:hover {
  border-bottom: none;
}

.news .pagenation a.next img {
  left: 0;
}

.news .pagenation a.next:hover img {
  left: 5px;
}

.news .pagenation a.prev img {
  right: 0;
  transform: scale(-1, 1);
}

.news .pagenation a.prev:hover img {
  right: 5px;
}

@media (max-width: 767px) {
  .emergency ul {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .emergency ul {
    width: 670px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

.emergency ul li {
  margin-bottom: 30px;
}

.emergency ul li dl {
  border: none;
}

@media (min-width: 768px) {
  .emergency ul li dl {
    display: flex;
  }
}

@media (min-width: 768px) {
  .emergency ul li dl dt {
    width: 190px;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}

.emergency ul li dl dt time {
  margin-right: 1em;
}

.emergency ul li dl dt a.category {
  color: #416d96;
}

@media (min-width: 768px) {
  .emergency ul li dl dd {
    width: 520px;
  }
}

.emergency ul li dl dd h2 {
  font-size: 1.5rem;
  line-height: 1.8em;
}

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

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

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

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

.emergency .pagenation a.next,
.emergency .pagenation a.prev {
  position: relative;
  height: 5px;
  width: 18px;
  margin: 4px 0;
}

.emergency .pagenation a.next img,
.emergency .pagenation a.prev img {
  position: absolute;
  top: 1px;
  transition: 0.2s;
}

.emergency .pagenation a.next:hover,
.emergency .pagenation a.prev:hover {
  border-bottom: none;
}

.emergency .pagenation a.next img {
  left: 0;
}

.emergency .pagenation a.next:hover img {
  left: 5px;
}

.emergency .pagenation a.prev img {
  right: 0;
  transform: scale(-1, 1);
}

.emergency .pagenation a.prev:hover img {
  right: 5px;
}

@media (min-width: 768px) {
  .news-post {
    width: 670px;
  }
}

.news-post article {
  padding: 0 15px;
}

.news-post article time {
  color: #767676;
}

.news-post article h1 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .news-post article h1 {
    font-size: 2rem;
  }
}

.news-post article .eyecatch {
  margin: 20px 0;
}

.news-post article img {
  margin: 20px 0;
}

.news-post .page-nav {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .news-post .page-nav {
    margin-top: 80px;
  }
}

.news-post .page-nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #416d96;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
  width: 15px;
  font-size: 1.5rem;
}

.news-post .page-nav a.page-btn-list {
  width: 2em;
  margin: 0 70px;
}

.news-post .page-nav a.page-btn-list:hover {
  color: #416d96;
  opacity: 0.6;
}

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

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

.news-post .page-nav .page-prev a:hover img {
  right: -5px;
}

.news-post .page-nav .page-next a:hover img {
  right: -5px;
}

.news-post .page-nav a:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .download ul {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .download ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.download ul li {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .download ul li {
    width: 470px;
    margin: 0 35px 70px 35px;
  }
}

.download ul li figure img {
  width: 100%;
}

.download ul li figure figcaption {
  margin: 13px 0 3px 0;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .faq {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .faq {
    width: 670px;
    margin: 60px auto 0 auto;
  }
}

.faq h2.subtitle {
  margin-bottom: 30px;
}

.faq dl dt {
  font-weight: 700;
  margin-bottom: 10px;
  background: url(img/q.svg) top 6px left no-repeat;
  padding-left: 20px;
}

.faq dl dd {
  background: url(img/a.svg) top 6px left no-repeat;
  padding-left: 20px;
  margin-bottom: 50px;
}

.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 5px);
}

@font-face {
  font-family: "851Gkktt";
  src: url("https://www.tsugaike.gr.jp/winter/wp-content/themes/tsugaike/fonts/851Gkktt_005.woff") format("woff"), url("https://www.tsugaike.gr.jp/winter/wp-content/themes/tsugaike/fonts/851Gkktt_005.eot") format("eot");
}

.value {
  text-align: center;
  margin-top: 120px;
  padding: 0 20px;
}

.value p.value-txt {
  font-size: 32px;
  letter-spacing: 0.3em;
}

.price .value .web-link {
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
  display: inline-block;
}

.value .value-txt span {
  display: inline-block;
  font-family: "851Gkktt";
  width: 95px;
  height: 95px;
  margin: 50px 25px 0 0;
  font-size: 50px;
  background-color: red;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .value p.value-txt {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .value .value-txt span {
    font-size: 25px;
    width: 40px;
    height: 40px;
    margin: 30px 0 0 0;
    padding: 5px;
  }

  .value img.lazyloaded {
    height: 50px;
  }
}

.value .value-txt .move-one {
  animation: bound 3s 0s infinite;
}

.value .value-txt .move-two {
  animation: bound 3s 0.3s infinite;
}

.value .value-txt .move-three {
  animation: bound 3s 0.6s infinite;
}

.value .value-txt .move-four {
  animation: bound 3s 0.9s infinite;
}

@keyframes bound {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(0);
  }

  99.9%,
  to {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .parking {
    width: 1000px;
  }
}

.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: 880px;
  }
}

.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%;
}

.access .link {
  margin-top: 10px;
}

.access .wrap {
  text-align: center;
}

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

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

/*.parking h2.subtitle{
	margin:  70px 0 10px 0;
}*/
.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;
  }
}

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

.page_top {
  position: fixed;
  bottom: 20px;
  right: 14px;
}

.page_top a {
  display: block;
  width: 80px;
  height: 80px;
  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: 30px;
    right: 0;
  }

  .page_top a img {
    width: 50px;
    height: 50px;
  }
}

/* calendar */
.ski-calendar {
  margin-top: 120px;
}

@media (min-width: 768px) {
  .ski-calendar {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .ski-calendar .calendar-title button {
    width: unset;
  }

  .ski-calendar #ski-calendar .table-calendar .week_row>div .day:after {
    line-height: 1;
  }
}

/* newsコンテンツ */
.news-top {
  width: 80%;
  margin: 0 auto 130px;
  margin: 0 auto;
}

.news-top h2 {
  text-align: center;
  margin: 70px 0 50px;
  font-size: 2.5rem;
  font-weight: 700;
}

.news-top.m-blog h2{
  margin: 0 0 50px;
  border-top: 1px dotted #333;
  padding-top: 70px;
}

.news-top .event_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px dotted #333;
  padding-bottom: 80px;
}
.news-top.m-blog .event_box {
  border-bottom: none;
}

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

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

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

.news-top .event_box .inner {
  width: 22%;
  margin: 0 auto;
}

.news-top .event_box .inner .thumb {
  overflow: hidden;
  text-align: center;
  height: 20vh;
  display: flex;
  align-items: center;
}

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

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

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

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

.news-top .box {
  text-align: right;
  transform: translatey(-80px);
}

.news-top .box .link {
  transform: translateX(-23px);
}

@media screen and (max-width: 768px) {
  .news-top {
    margin: 0 auto 20%;
  }

  .news-top .event_box {
    padding-bottom: 50px;
  }

  .news-top .event_box img {
    height: 100%;
  }

  .news-top .event_box .inner {
    width: 100%;
    margin-bottom: 20%;
  }

  .news-top .event_box .inner p {
    text-align: center;
  }

  .news-top .event_box .inner .txt {
    width: 90%;
    text-align: left;
    font-size: 12px;
  }

  .news-top .event_box .inner .title {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .news-top .event_box .inner .date {
    font-size: 12px;
  }

  .news-top .event_box img.nopic {
    margin-top: 10%;
  }

  .news-top .box {
    text-align: center;
  }

  .news-top .box .link {
    transform: unset;
  }
}

/* add for ゲレンデページ */
.gelande p.catch {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 120px 0;
  letter-spacing: 0.2rem;
}

.gelande .course-detail {
  display: flex;
  justify-content: space-between;
  margin: 120px auto;
  padding-left: 15px;
}

.gelande .course-detail .course-info {
  width: 67%;
  line-height: 3.5;
}

.gelande .course-detail .course-rate {
  width: 18%;
  margin: 0 auto;
}

.gelande .course-detail .course-info dl {
  text-align: center;
  border: 1px solid #222;
  border-bottom: unset;
}

.gelande .course-detail .course-info dl dt {
  background-color: #e4eef7;
  float: left;
  width: 30%;
  font-weight: bold;
  border-right: 1px solid #222;
}

.gelande .course-detail .course-info dl dd {
  border-bottom: 1px solid #222;
}

.gelande .activity {
  margin: 120px auto;
}

.gelande .activity .wrap-ver {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 15px;
}

.gelande .activity .wrap-ver .box {
  width: 48%;
}

.gelande .activity .wrap-ver .box h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.gelande .activity .wrap-ver .box .txt-box {
  padding: 10px 60px 0 10px;
}

.gelande .activity .wrap-ver .box .txt-box p.telno {
  color: #416d96;
  margin-top: 6px;
}

.gelande .activity .hor-box {
  padding: 0 15px;
}

.gelande .activity h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.gelande .activity .wrap-hor {
  display: flex;
  justify-content: space-between;
}

.gelande .activity .wrap-hor .img-box {
  width: 48%;
}

.gelande .activity .wrap-hor .txt-box {
  width: 48%;
  padding: 0 60px 0 10px;
}

@media screen and (max-width: 768px) {
  .gelande p.catch {
    font-size: 2rem;
    padding: 0 20px;
    letter-spacing: unset;
    text-align: left;
    line-height: 2;
  }

  .gelande .course-detail {
    display: block;
    justify-content: space-between;
    margin: 120px auto;
    padding: 0 15px;
  }

  .gelande .course-detail .course-info {
    width: 100%;
    line-height: unset;
  }

  .gelande .course-detail .course-info dl {
    text-align: center;
    border: 1px solid #222;
    border-bottom: unset;
    font-size: 1.3rem;
  }

  .gelande .course-detail .course-info dl dd {
    padding: 10px 0;
  }

  .gelande .course-detail .course-info dl dt {
    padding: 10px 0;
  }

  .gelande .course-detail .course-rate {
    width: 60%;
    margin-top: 30px;
  }

  .gelande .activity .wrap-ver {
    display: block;
    margin-bottom: 60px;
  }

  .gelande .activity .wrap-ver .box {
    width: 100%;
    margin-bottom: 60px;
  }

  .gelande .activity h3 {
    text-align: center;
  }

  .gelande .activity .wrap-hor {
    display: block;
  }

  .gelande .activity .wrap-hor .img-box {
    width: 100%;
  }

  .gelande .activity .wrap-hor .txt-box {
    width: 100%;
    padding-top: 10px;
  }
}

/* TSUGAPOW OBD */
.tsugapow .top-view {
  width: 100%;
  height: calc(100vh - 140px);
}

.tsugapow .top-view img {
  width: 100%;
  height: calc(100vh - 140px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.tsugapow .About {
  padding: 150px 0;
  text-align: center;
  background-image: url(img/yuki_pc.jpg);
}

.tsugapow .About h1 {
  font-size: 2.5rem;
  color: #416d96;
  font-weight: bold;
  margin-bottom: 30px;
}

.tsugapow .About p {
  font-size: 2.5rem;
  font-weight: bold;
}

.tsugapow .About p:nth-of-type(1) {
  margin-bottom: 30px;
}

.tsugapow .About p span {
  color: #416d96;
}

.tsugapow .area-map {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.tsugapow .area-map h2 {
  margin: 120px 0 60px;
  font-size: 2.5rem;
  font-weight: bold;
}

.tsugapow .area-map .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.tsugapow .area-map table.gate-table {
  border: 3px solid #dedede;
  border-collapse: collapse;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5em;
  border-spacing: 1px;
  width: 22%;
}

.tsugapow .area-map table.gate-table th,
.tsugapow .area-map table.gate-table td {
  border: 1px solid #dedede;
  padding: 7px 0;
}

.tsugapow .area-map table.gate-table th {
  background-color: #e4eef7;
}

.tsugapow .area-map table.gate-table th.number {
  background: #fff;
  font-size: 24px;
}

.tsugapow .area-map table.gate-table td.blue {
  background: #98d2fe;
  font-weight: bold;
}

.tsugapow .area-map table.gate-table td.gray {
  background: #aaaaaa;
  font-weight: bold;
}

.tsugapow .area-map .map {
  width: 74%;
}

.tsugapow .area-map .last-update {
  text-align: left;
}

.tsugapow .lecture {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.tsugapow .lecture h2 {
  margin: 120px 0 60px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.tsugapow .lecture p.title-exp {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3;
  letter-spacing: 0.1rem;
  width: 65%;
  margin: 0 auto;
}

.tsugapow .lecture p.title-exp span {
  font-weight: bold;
  color: #000;
}

.tsugapow .lecture .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.tsugapow .lecture .wrap .lecture-flow {
  width: 45%;
  position: relative;
}

.tsugapow .lecture .wrap h3 {
  font-size: 2.5rem;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

.tsugapow .lecture .wrap .youtube h3 {
  margin-bottom: 34px;
}

.tsugapow .lecture .wrap .lecture-flow .flow-box {
  text-align: center;
  height: 100px;
  border: 3px solid #416d96;
  display: flex;
  align-items: center;
  margin-bottom: 184px;
  background-color: #fff;
}

.tsugapow .lecture .wrap .lecture-flow .flow-box:nth-of-type(3) {
  margin-bottom: 120px;
}

.tsugapow .lecture .wrap .lecture-flow .flow-box p {
  width: 100%;
}

.tsugapow .lecture .wrap .lecture-flow .arrow {
  position: absolute;
  left: 50%;
  top: 137px;
  transform: translateX(-50%);
  z-index: -1;
}

.tsugapow .lecture .wrap .youtube {
  width: 45%;
  text-align: center;
}

.tsugapow .lecture .wrap .youtube .mov-box {
  margin-bottom: 30px;
}

.tsugapow .lecture .wrap .youtube .mov-box p {
  font-weight: bold;
}

.tsugapow .lecture .wrap .youtube .mov-box iframe {
  width: 100%;
  height: 305px;
}

.tsugapow .caution {
  width: 100%;
  padding: 120px 0;
  background-color: #eee;
}

.tsugapow .caution .container {
  padding: 0 10px;
}

.tsugapow .caution h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 60px;
}

.tsugapow .caution p.title-exp {
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.tsugapow .caution h3 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}

.tsugapow .caution .intro,
.tsugapow .caution .standard {
  margin-bottom: 60px;
  position: relative;
}

.tsugapow .caution ul {
  margin-bottom: 20px;
  font-size: 1.3rem;
  list-style: disc;
  list-style-position: inside;
}

.tsugapow .caution ul li::marker {
  margin: unset;
}

.tsugapow .caution .inner-txt {
  margin-bottom: 20px;
}

.tsugapow .caution .container div p {
  font-size: 1.3rem;
  line-height: 2em;
}

.tsugapow .caution .intro .cafe {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  text-align: right;
}

.tsugapow .caution .standard .wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.tsugapow .caution .standard .wrap .box {
  width: 30%;
  position: relative;
  padding-bottom: 20px;
}

.tsugapow .caution h4 {
  font-weight: bold;
  margin: 10px 0;
}

.tsugapow .caution .standard a.read {
  background-color: #416d96;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: unset;
  padding: 0 10px;
}

.tsugapow .caution .standard a.read:hover {
  opacity: 0.5;
}

.tsugapow .news-top {
  max-width: 1200px;
  margin: 0 auto;
  width: unset;
}

.tsugapow .news-top h2 {
  margin: 120px 0 60px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.tsugapow .news-top .event_box {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}

.tsugapow .news-top .box {
  transform: unset;
}

.tsugapow .sns {
  text-align: center;
}

.tsugapow .sns h2 {
  margin: 120px 0 60px;
  font-weight: bold;
  font-size: 2.5rem;
}

.tsugapow .sns a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .tsugapow .top-view {
    height: auto;
  }

  .tsugapow .top-view img {
    height: calc(100vh - 72.27px);
  }

  .tsugapow .About {
    background-image: url(img/yuki_sp.jpg);
    padding: 120px 10px;
    background-size: contain;
  }

  .tsugapow .About h1 {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .tsugapow .About p {
    font-size: 22px;
    line-height: 2.8;
  }

  .tsugapow .area-map {
    padding: 0;
  }

  .tsugapow .area-map h2 {
    font-size: 22px;
  }

  .tsugapow .area-map .wrap {
    display: block;
  }

  .tsugapow .area-map .map {
    width: 100%;
  }

  .tsugapow .area-map table.gate-table {
    width: 95%;
    font-size: 12px;
    margin: 5px auto 0;
  }

  .tsugapow .area-map table.gate-table th.number {
    font-size: 14px;
  }

  .tsugapow .area-map .last-update {
    padding-left: 10px;
  }

  .tsugapow .lecture h2 {
    font-size: 22px;
  }

  .tsugapow .lecture p.title-exp {
    width: 100%;
    font-size: 13px;
  }

  .tsugapow .lecture .wrap {
    display: block;
  }

  .tsugapow .lecture .wrap .lecture-flow {
    width: 100%;
  }

  .tsugapow .lecture .wrap h3 {
    text-align: center;
    font-size: 22px;
  }

  .tsugapow .lecture .wrap .lecture-flow .flow-box {
    margin-bottom: 133px;
  }

  .tsugapow .lecture .wrap .lecture-flow .arrow {
    top: 160px;
  }

  .tsugapow .lecture .wrap .youtube {
    width: 100%;
  }

  .tsugapow .caution h2 {
    font-size: 22px;
  }

  .tsugapow .caution p.title-exp {
    font-size: 13px;
  }

  .tsugapow .caution h3 {
    text-align: center;
  }

  .tsugapow .caution .container div p {
    font-size: 12px;
  }

  .tsugapow .caution .intro .cafe {
    position: unset;
    width: 100%;
    text-align: center;
  }

  .tsugapow .caution .standard .wrap {
    display: block;
  }

  .tsugapow .caution .standard .wrap .box {
    width: 100%;
  }

  .tsugapow .caution h4 {
    text-align: center;
  }

  .tsugapow .caution ul {
    font-size: 12px;
  }

  .tsugapow .caution .standard a.read {
    position: unset;
    display: block;
    width: 80%;
    margin: 30px auto 50px;
    text-align: center;
    padding: 15px 0;
  }

  .tsugapow .news-top h2 {
    font-size: 22px;
  }

  .tsugapow .sns {
    padding: 0 10px;
  }

  .tsugapow .sns h2 {
    font-size: 22px;
  }
}

.iframe-StatusMap {
  position: relative;
}

/*.iframe-StatusMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  height: 100%;
}*/
.iframe-StatusMap {
  position: relative;
  /*max-width: 540px;*/
  /*height: 387px;*/
  margin: auto;
}

.operationStatus {
  /*max-width: 540px;
  margin: auto;*/
}

.operationStatus-updateTime {
  margin-top: 10px;
  text-align: center;
}

.iframe-StatusMap iframe {
  width: 374px;
  height: 364px;
  width: 354px;
  height: 344px;
  margin: 0px auto;
  display: block;
}

@media (min-width: 500px) {
  .iframe-StatusMap iframe {
    width: 500px;
    height: 486px;
    width: 480px;
    height: 500px;
  }
}

@media (min-width: 576px) {
  .iframe-StatusMap iframe {
    width: 540px;
    height: 580px;
    width: 520px;
    height: 560px;
  }
}

@media (min-width: 768px) {
  .iframe-StatusMap iframe {
    width: 720px;
    height: 600px;
  }
}

@media (min-width: 992px) {
  .iframe-StatusMap iframe {
    width: 960px;
    height: 800px;
  }
}

/*@media (min-width: 1200px) {
  .iframe-StatusMap iframe {
    width: 1140px;
    height: 1108px;
  }
}*/
/*@media (max-width: 767px) {
    .iframe-StatusMap {
        max-width:540px
        height:540px
    }
	.operationStatus {
		max-width:540px
	}
}

@media (min-width: 768px) {
    .iframe-StatusMap {
        max-width: 563px;
        height: 437px;
    }
	.operationStatus {
		max-width: 563px;
	}
}

@media (min-width: 992px) {
    .iframe-StatusMap {
        max-width: 677px;
        height: 524px;
    }
	.operationStatus {
		max-width: 677px;
	}
}

@media (min-width: 1200px) {
    .iframe-StatusMap {
        max-width: 908px;
        height: 659px;
    }
	.operationStatus {
			max-width: 908px;
	}
}*/
.map-container {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.map-wrapper {
  width: 100%;
  height: 60vh;
  /*aspect-ratio: 16 / 9;*/
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* calendar */
.ski-calendar #ski-calendar .table-calendar .week_row>div .cloud,
.ski-calendar #ski-calendar .table-calendar .week_row>div .weather_temp {
  display: none !important;
}



/* SP言語選択 */
@media screen and (max-width: 768px) {
  .g-lang {
    display: flex;
    align-items: center;
    transition: opacity 0.4s ease;
  }

  .open .g-lang {
    opacity: 0;
    pointer-events: none;
  }

  .g-lang__list {
    display: flex;
    gap: 30px;
  }

  .g-lang__list li{
    position: relative;
  }

  .g-lang__list a {
    font-size: 20px;
    font-weight: 500;
    color: #1D6CEB;
  }

  .g-lang__list li:nth-child(n+2)::before{
    content: "";
    width: 15px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: calc(100% + 8px);
    transform: translateY(-50%) rotate(-70deg);
  }

  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;
  }

}