@charset "UTF-8";
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.is-hakone-top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

body.hakone #sapporo-special-contents-area img {
  width: 100%;
  vertical-align: middle;
}

body.hakone #sapporo-special-contents-area .mv img,
body.hakone #sapporo-special-contents-area .relation img,
body.hakone #sapporo-special-contents-area .gallery img,
body.hakone #sapporo-special-contents-area .sub-contents img {
  width: auto;
  vertical-align: initial;
}

body.hakone #sapporo-special-contents-area {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.hakone #sapporo-special-contents-area {
    max-width: 100%;
  }
}

.is-hakone-top,
.is-hakone-top * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub-contents {
  background-color: #30393f;
  padding-top: 100px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sub-contents {
    padding: 45px 6.6666666667vw 8px;
  }
  .sub-contents .container {
    width: 100%;
  }
}

.bnr-area {
  margin: 80px auto 60px;
}
@media screen and (max-width: 768px) {
  .bnr-area {
    margin: 50px auto;
  }
}
.bnr-area ul {
  list-style: none;
}
.bnr-area ul li {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bnr-area ul li {
    margin-bottom: 40px;
  }
}
.bnr-area ul li:last-child {
  margin-bottom: 0px;
}
.bnr-area ul li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bnr-area ul li a {
    font-size: 12px;
    line-height: 1.8;
  }
}
.bnr-area ul li a img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr-area ul li a img {
    width: auto;
    max-width: 100%;
    padding: 0;
  }
}
.bnr-area ul .bnr-area__li__a__text {
  margin-top: 8px;
}

.bnr-area a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (pointer: fine) {
  .bnr-area a:hover {
    opacity: 0.7;
  }
}

.bnr-area__purchase {
  margin-top: -15px;
  text-align: center;
}
.bnr-area__purchase img {
  max-width: 100%;
  width: auto;
}