@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;<p class="heading-subtext">
                <img src="/top/assets/images/activity/subtext.png" alt="モビリティリゾートもてぎの楽しさをエリア別に紹介">
              </p>
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

audio:not([controls]) {
  display: none;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*
#styleguide
基本スタイル

```
<p>特に何も指定しないときの状態</p>
```
*/
body #lig-preload,
body #lig-breadcrumbs,
body .lig-content {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  text-rendering: auto;
  font-size: 14px;
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  min-width: 1279px;
}

@media screen and (max-width: 750px) {
  body #lig-preload,
  body #lig-breadcrumbs,
  body .lig-content {
    min-width: 100%;
  }
}

*:focus {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
}

br {
  opacity: 0;
}

.svg-sprite {
  display: none;
}

@media screen and (max-width: 749px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-show-sp {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .u-show-sp {
    display: block !important;
  }
}

@media screen and (max-width: 749px) {
  .u-show-sp.u-show-sp-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.u-clear:after {
  content: " ";
  display: block;
  clear: both;
}

.u-title-hidden {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
}

.fill-white {
  fill: #fff;
}

.bold {
  font-weight: bold;
}

.text-align-left {
  text-align: left;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.attraction-title {
  margin-top: 43px;
  margin-bottom: 15px;
}

.attraction-subtext {
  margin-bottom: 31px;
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.160em;
}

@media screen and (max-width: 749px) {
  .attraction-subtext {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
  }
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  padding: .71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.8em 0 0 -.8em;
  border: .8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wrap {
  position: relative;
}

.wrap:before {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}

.wrap.is-active {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}

.wrap.is-entrance {
  opacity: 0;
  height: 100%;
}

.wrap.is-entrance:before {
  opacity: 1;
}

.wrap.is-exit {
  opacity: 1;
  height: 100%;
}

.wrap.is-exit:before {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.ie .wrap {
  overflow: hidden;
}

.preload-image {
  background: transparent url("/top/assets/images/preload-bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.preload-text {
  position: absolute;
  top: 47%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
  z-index: 1;
  -webkit-transition: top 1.5s ease-in-out, opacity 1s ease-in-out;
  transition: top 1.5s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  opacity: 0;
  width: 450px;
}

@media screen and (max-width: 749px) {
  .preload-text {
    width: 325px;
  }
}

.preload {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 112;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.preload:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.preload.is-entrance:before {
  opacity: 0;
}

.preload.is-entrance .preload-text {
  top: 45%;
  opacity: 1;
}

.preload.is-exit {
  opacity: 0;
}

.preload.is-exit .preload-text {
  top: 42%;
  -webkit-transition: top 1.5s ease-in-out;
  transition: top 1.5s ease-in-out;
}

.preload.is-hide {
  display: none;
}

.heading {
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .heading {
    margin: 24px 0;
  }
}

.heading.heading-sumika .heading-texts img {
  width: 600px;
}

@media screen and (max-width: 749px) {
  .heading.heading-sumika .heading-texts img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.heading.heading-sumika-hashtag .heading-texts img {
  max-width: 477px;
}

.heading.sumika-hashtag .heading-texts {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .heading.sumika-hashtag .heading-texts img {
    width: 200px;
    margin: 0 auto;
  }
}

.heading.heading-dokidoki-hashtag .heading-texts img {
  max-width: 650px;
}

@media screen and (max-width: 749px) {
  .heading.heading-dokidoki-hashtag .heading-texts img {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .heading.heading-dokidoki .heading-texts img {
    width: 363px;
  }
}

.heading .subpage-section-granroomactivity svg {
  fill: #fff;
}

.heading .heading-subtext {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
  height: 36px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .heading .heading-subtext {
    height: 22px;
    display: block;
  }
}

.heading .heading-subtext svg {
  width: 100%;
  height: 100%;
}

.heading.heading-nozominoyu svg {
  width: 713px;
  height: 83px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .heading.heading-nozominoyu svg {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .heading.heading-nozominoyu-summary {
    margin: 24px 0 0;
  }
}

.heading.heading-nozominoyu-summary svg {
  width: 200px;
  height: 37px;
}

@media screen and (max-width: 749px) {
  .heading.heading-nozominoyu-summary svg {
    width: 137px;
  }
}

.heading-text {
  display: block;
  font-family: "Holland";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #027cc3), to(#099f48));
  background: linear-gradient(to bottom, #027cc3 10%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  font-size: 36px;
}

.is-ie .heading-text {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

@media screen and (max-width: 749px) {
  .heading-text {
    letter-spacing: 0.01em;
    font-size: 24px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#027cc4), to(#09a045));
    background: linear-gradient(to bottom, #027cc4 0%, #09a045 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap-parkmap .heading-text {
    text-align: left;
  }
}

.heading-text.heading-text-default {
  font-family: none;
  background: none;
  -webkit-text-fill-color: #000;
}

.challenge .heading-text {
  max-width: 560px;
  width: 100%;
  background: none;
}

@media screen and (max-width: 749px) {
  .challenge .heading-text {
    max-width: 250px;
  }
}

.heading-mobipark .heading {
  margin-bottom: 53px;
}

.heading-mobipark .heading-subtext {
  max-width: 161px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-tsubasa .heading-subtext {
    height: 55px;
  }
}

.heading-reservation .heading {
  position: relative;
  left: -6px;
}

@media screen and (min-width: 750px) {
  .heading-reservation .heading-text {
    letter-spacing: 0.09em;
  }
}

.heading-reservation .heading-subtext {
  width: 695px;
  height: 42px;
  margin-top: 11px;
  position: relative;
  left: 13px;
}

@media screen and (max-width: 749px) {
  .heading-reservation .heading-subtext {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
  }
}

@media screen and (max-width: 749px) {
  .page-mobipark .heading-subtext {
    min-height: 47px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 749px) {
  .page-mobipark .heading-info .heading-subtext {
    min-height: 47px;
  }
}

.map .heading-wrap .heading-subtext {
  display: block;
  height: 36px;
}

@media screen and (max-width: 749px) {
  .map .heading-wrap .heading-subtext {
    margin-top: 0px;
    max-width: 230px;
    padding: 0px;
  }
}

.adventure .adventure-heading {
  width: 100%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .adventure .adventure-heading {
    margin-bottom: 50px;
  }
}

.adventure .adventure-heading.hellowoods {
  font-size: 39px;
  height: auto;
  max-width: none;
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .adventure .adventure-heading.hellowoods {
    font-size: 20px;
  }
}

.adventure .adventure-heading svg {
  width: 100%;
  height: 100%;
}

.adventure .heading-title-adventure .heading-subtext {
  display: block;
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure .heading-subtext {
    height: 34px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure .heading-subtext {
    max-width: 257px;
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-sumika .heading-subtext {
    width: 443px;
    height: 35px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-sumika .heading-subtext {
    max-width: 225px;
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-dokidoki .heading-subtext {
    width: 578px;
    height: 35px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-dokidoki .heading-subtext {
    max-width: 289px;
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-itadaki .heading-subtext {
    width: 349px;
    height: 35px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-itadaki .heading-subtext {
    max-width: 174.5px;
    padding: 0;
    margin-top: -14px;
  }
}

.dokidoki .heading-main-title .heading-text,
.mobipark .heading-main-title .heading-text {
  max-width: 497px;
  margin-top: 68px;
  margin-bottom: 79px;
}

.dokidoki .heading-dokidoki .heading-text,
.dokidoki .heading-mobipark .heading-text,
.mobipark .heading-dokidoki .heading-text,
.mobipark .heading-mobipark .heading-text {
  width: auto !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: "Holland";
  font-weight: bold;
}

.dokidoki .heading-dokidoki .heading-subtext,
.dokidoki .heading-mobipark .heading-subtext,
.mobipark .heading-dokidoki .heading-subtext,
.mobipark .heading-mobipark .heading-subtext {
  width: 100%;
}

.dokidoki .heading-enjoy .heading,
.mobipark .heading-enjoy .heading {
  margin-top: 103px;
  margin-bottom: 37px;
}

.dokidoki .heading-enjoy .heading-text,
.mobipark .heading-enjoy .heading-text {
  width: auto !important;
  height: auto !important;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: "Holland";
  font-weight: 600;
  font-weight: bold;
}

.dokidoki .heading-enjoy .heading-subtext,
.mobipark .heading-enjoy .heading-subtext {
  width: 100%;
  margin-top: 0px;
}

.dokidoki .heading-forest .heading,
.mobipark .heading-forest .heading {
  margin-top: 25px;
  margin-bottom: -1px;
}

.dokidoki .heading-forest .heading-text,
.mobipark .heading-forest .heading-text {
  width: auto !important;
  height: auto !important;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: "Holland";
  font-weight: bold;
}

.dokidoki .heading-forest .heading-subtext,
.mobipark .heading-forest .heading-subtext {
  width: 100%;
  margin-top: 39px;
}

@media screen and (max-width: 749px) {
  .dokidoki .heading-forest-craft .heading-wrap svg,
  .mobipark .heading-forest-craft .heading-wrap svg {
    width: 310px;
  }
}

@media screen and (max-width: 749px) {
  .dokidoki .heading-forest-craft .heading-wrap,
  .mobipark .heading-forest-craft .heading-wrap {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 749px) {
  .dokidoki .heading-forest-craft .heading-subtext,
  .mobipark .heading-forest-craft .heading-subtext {
    height: auto;
    margin-top: 4px;
  }
}

.dokidoki .heading-net-dokidoki .heading-text,
.dokidoki .heading-net-mobipark .heading-text,
.mobipark .heading-net-dokidoki .heading-text,
.mobipark .heading-net-mobipark .heading-text {
  width: auto !important;
  height: auto !important;
  font-size: 32.456px;
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 300;
}

.dokidoki .heading-faq .heading-text,
.mobipark .heading-faq .heading-text {
  text-align: center;
}

.dokidoki .heading-faq .heading-subtext,
.mobipark .heading-faq .heading-subtext {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mobipark .heading-main-title .heading-text {
  max-width: 651px;
}

.dokidoki-video .heading-dokidoki .heading-text,
.mobipark-video .heading-dokidoki .heading-text {
  margin-top: 122px;
}

.dokidoki-video .heading-dokidoki .heading-subtext,
.mobipark-video .heading-dokidoki .heading-subtext {
  margin-top: 20px;
}

.mv-forest-driving .mv-heading {
  position: relative;
  bottom: initial;
  left: initial;
  text-align: center;
  width: 100%;
}

.mv-forest-driving .mv-heading-text {
  font-size: 45px;
  color: #fff;
  display: inline-block;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}

@media screen and (max-width: 749px) {
  .mv-forest-driving .mv-heading-text {
    font-size: 46px;
    color: #fff;
  }
}

.heading-map {
  position: relative;
}

@media screen and (max-width: 749px) {
  .info-container .heading-info .heading-subtext {
    min-height: 25px !important;
    margin-top: 12px;
  }
}

@media screen and (max-width: 749px) {
  .racing-kart .heading-racing-kart .heading-subtext {
    min-height: 23px;
    margin-top: 12px;
    margin-bottom: 35px;
  }
}

.heading-dokidoki-instagram {
  width: 500px;
}

@media screen and (max-width: 749px) {
  .heading-dokidoki-instagram {
    width: auto;
  }
}

.heading-itadaki-instagram {
  width: 400px;
}

@media screen and (max-width: 749px) {
  .heading-itadaki-instagram {
    width: auto;
  }
}

.heading-auto-height p.heading-subtext {
  height: auto;
}

.svg-block p.heading-subtext {
  display: block;
}

.room-type div.heading {
  margin: 0;
}

.room-type p.heading-subtext {
  margin: 0 auto;
}

.room-type.room-superior p.heading-subtext {
  height: 20px;
}

@media screen and (max-width: 749px) {
  .room-type.room-superior p.heading-subtext {
    top: -21px;
    height: 16px;
  }
}

.room-type.room-gran p.heading-subtext {
  max-width: 140px;
  height: 32px;
}

@media screen and (max-width: 749px) {
  .room-type.room-gran p.heading-subtext {
    max-width: 105px;
    top: -11px;
  }
}

.room-type.room-standard p.heading-subtext {
  max-width: 195px;
  height: 20px;
  top: -3px;
}

@media screen and (max-width: 749px) {
  .room-type.room-standard p.heading-subtext {
    max-width: 150px;
    top: -9px;
  }
}

.heading-wrap.heading-wrap-information .heading-text {
  letter-spacing: 0.01em;
}

.heading-wrap.heading-wrap-information .heading-subtext {
  margin-top: 14px;
  width: 309px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-information .heading-subtext {
    margin-top: 20px;
  }
}

.heading-wrap.heading-gradient-tobottom .heading-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #027cc3), to(#099f48));
  background: linear-gradient(to bottom, #027cc3 35%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22.5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-gradient-tobottom .heading-text {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}

.heading-wrap.heading-dokidoki .heading-text {
  margin: 0 auto;
  text-align: center;
}

.heading-wrap.heading-dokidoki .heading-subtext {
  margin: 24px auto 0;
  text-align: center;
}

.heading-wrap.heading-dokidoki svg {
  width: 100%;
  height: 100%;
}

.heading-wrap.heading-enjoy {
  margin-bottom: 40px;
}

.heading-wrap.heading-enjoy svg {
  width: 520px;
  height: 36px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-enjoy svg {
    position: relative;
    top: -6px;
    width: 300px;
    height: 50px;
  }
}

.heading-wrap.heading-you-video {
  margin-bottom: 40px;
}

.heading-wrap.heading-you-video svg {
  width: 520px;
  height: 36px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-you-video svg {
    position: relative;
    top: -26px;
    width: 286px;
    height: 57px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-craft .heading-subtext {
    margin-top: 10px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-craft .heading-subtext {
    margin-top: 11px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-craft svg {
    width: 378px;
    height: 33px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-craft svg {
    height: 25px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-craft .heading-text {
    letter-spacing: -0.04em;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-craft {
    margin-bottom: 64px;
  }
}

.heading-wrap.heading-forest {
  margin-bottom: 40px;
}

.heading-wrap.heading-forest svg {
  width: 520px;
  height: 36px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-forest svg {
    position: relative;
    top: -8px;
    width: 206px;
    height: 57px;
  }
}

.heading-wrap.heading-video {
  margin-bottom: 40px;
}

.heading-wrap.heading-video svg {
  width: 520px;
  height: 36px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-video svg {
    width: 274px;
    position: relative;
    top: -14px;
  }
}

.heading-wrap.heading-recommend {
  margin-bottom: 40px;
}

.heading-wrap.heading-recommend svg {
  width: 513px;
  height: 34px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-recommend svg {
    width: auto;
  }
}

.heading-wrap.heading-pickup {
  margin-bottom: 37px;
}

.heading-wrap.heading-pickup .heading-text {
  letter-spacing: 0.05em;
}

.heading-wrap.heading-pickup .heading-subtext {
  margin-top: 10px;
  width: 100%;
}

.heading-wrap.heading-pickup svg {
  max-width: 389px;
  height: 34px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-pickup svg {
    max-width: 168px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-forest-craft .heading {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-forest-craft .heading-subtext {
    margin-top: 8px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    text-align: left;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-forest-craft .heading-subtext {
    height: 43px;
    display: block;
    padding: 0 14px 0 8px;
    margin-top: 3px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-forest-craft svg {
    width: 413px;
    height: 36px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-forest-craft svg {
    width: 316px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-forest-craft .heading-text {
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-forest-craft {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-reservation .heading-text {
    letter-spacing: 0.09em;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-reservation .heading-subtext {
    width: auto !important;
  }
}

.heading-wrap.heading-reservation .heading-subtext svg {
  width: 272px !important;
  height: 53px !important;
  position: relative;
  left: -17px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-reservation .heading-subtext svg {
    width: 226px !important;
    height: 40px !important;
  }
}

.heading-wrap.heading-gradient-toright .heading-text {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#099f48));
  background: linear-gradient(to right, #027cc3 0%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-gradient-toright .heading-text {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}

.heading-wrap.heading-wrap-center {
  text-align: center;
}

.heading-wrap.heading-wrap-center .heading-text,
.heading-wrap.heading-wrap-center .heading-subtext {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.05em;
  font-size: 34px;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-center .heading-text,
  .heading-wrap.heading-wrap-center .heading-subtext {
    letter-spacing: -0.1em;
    font-size: 28px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-center .heading-subtext {
    margin: 13px auto 0;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-hellowoods .heading-subtext {
    height: 30px;
  }
}

.heading-wrap.heading-wrap-parkmap .heading-subtext {
  width: 750px;
  max-width: 100%;
    font-size: 36px;
  font-weight: 600;
	letter-spacing: -3px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-parkmap .heading-subtext {
    width: 400px;
    height: 70px;
    display: inline-block;
    text-align: left;
    font-size: 28px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-how-to .heading-subtext {
    margin-top: 11px;
    width: 218px;
    height: 30px;
  }
}

.heading-wrap.heading-wrap-activity .heading-subtext {
  width: 940px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-activity .heading-subtext {
    max-width: 100%;
    width: 370px;
  }
}

.heading-wrap.heading-net-dokidoki {
  margin-bottom: 40px;
}

.heading-wrap.heading-net-dokidoki .heading-text {
  margin: 0 auto;
  text-align: center;
}

.heading-wrap.heading-attraction .heading-subtext {
  margin-top: 10px;
  max-width: 489px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-carbike .heading-subtext {
    height: 70px;
    max-width: 250px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap .heading-main-subpage {
    margin-top: 0;
  }
  .heading-wrap .heading-family-walk .heading {
    margin-bottom: 20px;
  }
  .heading-wrap .heading-family-walk .heading-subtext {
    width: 315.5px;
    height: 55.5px;
    margin-top: 12px;
  }
  .heading-wrap .heading-guide-walk .heading {
    margin-bottom: 20px;
  }
  .heading-wrap .heading-guide-walk .heading-subtext {
    width: 196.5px;
    height: 56px;
    margin-top: 13px;
  }
  .heading-wrap .heading-free-walk .heading {
    margin-bottom: 18px;
  }
  .heading-wrap .heading-free-walk .heading-subtext {
    width: 256.5px;
    height: 25px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-video-musasabi {
    margin-bottom: 35px;
  }
}

.heading-wrap.heading-wrap-video-musasabi .heading-subtext {
  height: 91px;
  width: 300px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-video-musasabi .heading-subtext {
    margin-top: 10px;
    height: 65px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-video-musasabi .heading-subtext {
    height: 37px;
    width: 731px;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-video-musasabi .heading-text {
    -webkit-transform: translate(7px, -1px);
            transform: translate(7px, -1px);
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-video-musasabi .heading {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-howto-musasabi .heading {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-howto-musasabi .heading-text {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-howto-musasabi .heading-subtext {
    -webkit-transform: translate(9px, 1px);
            transform: translate(9px, 1px);
    height: 33px;
  }
}

.heading-wrap.heading-sumika-faq {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-sumika-faq {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-sumika-faq .heading-subtext svg {
    position: relative;
    top: -15px;
    width: 200px;
    height: 35px;
  }
}

.heading-wrap.heading-sumika-faq .heading-text {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-menu .heading-text {
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-menu .heading-text {
    font-size: 22.5px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-menu .heading-subtext {
    margin-top: 2px;
    height: 34px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-menu .heading-subtext svg {
    width: 377px;
    height: 34px;
    margin-left: -17px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-menu .heading-subtext {
    margin: 7px auto 0;
    height: 26px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-menu .heading {
    margin: 24px 0 41px;
  }
}

.heading-wrap.heading-course-challenge {
  margin-bottom: 35px;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-course-challenge {
    margin-bottom: 58px;
  }
}

.heading-wrap.heading-course-challenge .heading-subtext {
  max-width: 139px;
  margin: 0 auto;
  height: 29px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-course-challenge .heading-subtext {
    max-width: 201px;
    height: 36px;
  }
}

.heading-wrap.heading-kart-challenge {
  margin-bottom: 50px;
}

.heading-wrap.heading-kart-challenge .heading-subtext {
  max-width: 959px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-kart-challenge .heading-subtext {
    height: auto;
    width: 100%;
    max-width: 335px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-youtube .heading-subtext {
    height: 80px;
    max-width: 240px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-nozominoyu-text .heading-text {
    font-size: 38px !important;
    position: relative;
    left: 13px;
  }
}

.heading-wrap.heading-nozominoyu-text .heading-subtext svg {
  width: 293px;
  height: 57px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-nozominoyu-text .heading-subtext svg {
    width: 212px;
    height: 40px;
  }
}

.heading-wrap.heading-comparison {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-comparison-musasabi .heading-subtext {
    height: 60px;
  }
}

.heading-wrap.heading-comparison .heading-subtext {
  max-width: 491px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-comparison .heading-subtext {
    margin-top: 10px;
  }
}

.heading-wrap.heading-comparison .heading-aqua-labo .heading-subtext {
  height: 48px;
}

.heading-wrap.heading-comparison .heading-mammal-labo .heading-subtext {
  height: 55px;
}

@media screen and (max-width: 749px) {
  .heading-wrap .subpage-section-family-walk {
    margin-top: 72px;
  }
  .heading-wrap .subpage-section-aqua-labo {
    margin-top: 150px;
  }
}

.heading-main {
  margin-bottom: 35px;
}

@media screen and (min-width: 750px) {
  .heading-main {
    margin-bottom: 73px;
  }
  .subpage-section-usagefee .heading-main {
    margin-bottom: 77px;
  }
}

@media screen and (max-width: 750px) {
  .heading-main-subpage .heading-subtext {
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-subpage .heading-subtext {
    width: 202px;
    height: 49.5px;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-labo .heading-subtext {
    width: 219px;
    height: 50.5px;
  }
}

.heading-main .heading {
  width: 100%;
  margin: 0 auto;
}

.heading-main .heading img {
  display: block;
  margin: 0 auto;
}

.heading-main.heading-main-dokidoki .heading {
  max-width: 497px;
}

.heading-main.heading-main-wild-racer .heading {
  max-width: 505px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-wild-racer .heading {
    max-width: 320px;
  }
}

.heading-main.heading-main-bunbun .heading {
  max-width: 445px;
}

.heading-main.heading-main-motoracer .heading {
  max-width: 610px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-motoracer .heading {
    max-width: 400px;
  }
}

.heading-main.heading-main-moto-touring .heading {
  max-width: 703px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-moto-touring .heading {
    max-width: 300px;
  }
}

.heading-main.heading-main-motorcycle .heading {
  max-width: 358px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-motorcycle .heading {
    max-width: 250px;
  }
}

.heading-main.heading-main-forest-driving img {
  max-width: 628px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-forest-driving img {
    max-width: 270px;
  }
}

.heading-main.heading-main-challenge img {
  max-width: 316px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-challenge img {
    max-width: 651px;
  }
}

.heading-main.heading-main-drift img {
  max-width: 335px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-drift img {
    max-width: 819px;
  }
}

.heading-main.heading-main-debden img {
  max-width: 285px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-debden img {
    max-width: 569px;
  }
}

.heading-main.heading-main-tsubasa {
  margin: 60px 0;
}

.heading-main.heading-main-craft .heading-texts {
  display: block;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-craft .heading-texts img {
    width: 220px;
  }
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-craft .heading {
    -webkit-transform: translate(-9px, 0);
            transform: translate(-9px, 0);
  }
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-craft .heading {
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-craft::before {
    background-image: url(../images/craft/craft-heading-wrap-bg-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -20px;
    top: -19px;
    right: -21px;
    bottom: 0;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-craft {
    margin-bottom: 105px;
  }
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-craft {
    position: relative;
    margin: 0;
    padding: 29px 0 60px;
  }
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-musasabi .heading img {
    -webkit-transform: translate(-11px, 2px);
            transform: translate(-11px, 2px);
  }
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-musasabi .heading img:last-child {
    max-width: 335px;
  }
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-musasabi {
    margin-bottom: 83px;
  }
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-dream {
    max-width: 350px;
    margin: 0 auto 45px;
  }
}

@media screen and (min-width: 750px) {
  .heading-howto {
    margin-bottom: 60px;
  }
}

.heading-howto.heading-howto-acrox .heading-subtext {
  margin: 17px auto 0;
  max-width: 628px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-acrox .heading-subtext {
    margin-bottom: 35px;
    max-width: 228px;
    height: 57px;
  }
}

.heading-howto.heading-howto-bunbun .heading-subtext {
  margin: 17px auto 0;
  max-width: 560px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-bunbun .heading-subtext {
    max-width: 289px;
    height: 58px;
  }
}

.heading-howto.heading-howto-debden .heading-subtext {
  margin: 17px auto 0;
  max-width: 669px;
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-debden .heading-subtext {
    max-width: 258px;
    height: 58px;
  }
}

.heading-howto.heading-howto-dokidoki .heading-subtext {
  margin: 17px auto 0;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-dokidoki .heading-subtext {
    margin: 10px auto 0;
    max-width: 300px;
    height: 57px;
  }
}

.heading-howto.heading-howto-forest-driving .heading-subtext {
  margin: 17px auto 0;
  max-width: 539px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-forest-driving .heading-subtext {
    margin: 10px auto 0;
    max-width: 196px;
    height: 57px;
  }
}

.heading-howto.heading-howto-wildracer .heading-subtext {
  margin: 17px auto 0;
  max-width: 626px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-wildracer .heading-subtext {
    margin: 10px auto 0;
    max-width: 256px;
    height: 57px;
  }
}

.heading-howto.heading-howto-motorcycle .heading-subtext {
  margin: 17px auto 0;
  max-width: 925px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-motorcycle .heading-subtext {
    height: 89px;
  }
}

.heading-howto.heading-howto-mototouring .heading-subtext {
  margin: 17px auto 0;
  max-width: 625px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-mototouring .heading-subtext {
    margin: 10px auto 0;
    max-width: 228px;
    height: 58px;
  }
}

.heading-howto.heading-howto-motoracer .heading-subtext {
  margin: 17px auto 0;
  max-width: 583px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-motoracer .heading-subtext {
    margin: 10px auto 0;
    max-width: 200px;
    height: 57px;
  }
}

.heading-howto.heading-howto-dream .heading-subtext {
  margin: 17px auto 0;
  max-width: 616px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-dream .heading-subtext {
    margin: 10px auto 0;
    max-width: 221px;
    height: 57px;
  }
}

.heading-howto.heading-howto-drift .heading-subtext {
  margin: 17px auto 0;
  max-width: 515px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-drift .heading-subtext {
    margin: 10px auto 0;
    max-width: 197px;
    height: 57px;
  }
}

.heading-howto.heading-howto-challenge .heading-subtext {
  margin: 17px auto 0;
  max-width: 669px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-challenge .heading-subtext {
    max-width: 256px;
    height: 56px;
    margin-top: 15px;
  }
}

.heading-howto.heading-howto-itadaki .heading-subtext {
  width: 100%;
}

.heading-howto.heading-howto-itadaki svg {
  max-width: 640px;
}

@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-itadaki svg {
    max-width: 300px;
    height: 58px;
  }
}

.heading-banner-more .heading {
  margin: 0;
}

.heading-banner-more .heading-text {
  line-height: 1;
  letter-spacing: 0.16em;
  font-size: 31px;
  position: relative;
}

.heading-banner-more .heading-subtext {
  position: relative;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-acrox .heading-subtext {
    max-width: 184px;
    height: auto;
  }
}

.heading-banner-more.heading-banner-more-forestdriving .heading-subtext {
  max-width: 419px;
  width: 100%;
  left: 10px;
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-forestdriving .heading-subtext {
    left: 0;
    max-width: 158px;
    height: auto;
  }
}

.heading-banner-more.heading-banner-more-debden .heading-subtext {
  max-width: 528px;
  width: 100%;
  left: 10px;
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-debden .heading-subtext {
    left: 0;
    max-width: 208px;
    height: 46px;
  }
}

.heading-banner-more.heading-banner-more-challenge .heading-subtext {
  max-width: 528px;
  width: 100%;
  left: 10px;
}

.heading-banner-more.heading-banner-more-bunbun .heading-subtext {
  left: 26px;
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-bunbun .heading-subtext {
    left: 0;
    max-width: 232px;
    height: 46px;
  }
}

.heading-banner-more.heading-banner-more-motorcycle .heading-subtext {
  left: 9px;
  height: auto;
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-motorcycle .heading-subtext {
    left: 0;
    max-width: 210px;
  }
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-mototouring .heading-subtext {
    max-width: 184px;
    height: 46px;
  }
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-motoracer .heading-subtext {
    max-width: 161px;
    height: 46px;
  }
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-dream .heading-subtext {
    max-width: 178px;
    height: 46px;
  }
}

@media screen and (max-width: 749px) {
  .heading-banner-more.heading-banner-more-wildracer .heading-subtext {
    max-width: 206px;
    height: 46px;
  }
}

.mv {
  height: 607px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .mv {
    height: 350px;
  }
}

.mv::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/top/assets/images/mv-curve.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 749px) {
  .mv::after {
    bottom: -33px;
    height: 50px;
  }
}

.mv-container {
  position: relative;
  z-index: 1;
}

.mv-list,
.mv-buttons-list {
  list-style: none;
}

.mv-image {
  width: 100%;
  height: 607px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .mv-image {
    height: 378px;
  }
}

.mv-subpage .mv-image {
  max-height: 100%;
  height: 0;
  overflow-y: hidden;
}

@media screen and (min-width: 750px) {
  .mv-subpage .mv-image {
    padding-bottom: 29%;
  }
}

@media screen and (max-width: 749px) {
  .mv-subpage .mv-image {
    padding-bottom: 67%;
  }
}

.mv-subpage .mv-image::after {
  bottom: -50px;
}

@media screen and (min-width: 750px) {
  .mv-subpage-craft .mv-image {
    height: 420px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .mv-subpage-craft .mv-image {
    padding-bottom: 71%;
  }
}

.mv-subpage-nozominoyu .mv-image {
  padding-bottom: 43%;
  background-position-y: 64%;
}

@media screen and (max-width: 749px) {
  .mv-subpage-nozominoyu .mv-image {
    padding-bottom: 96%;
    background-position: center;
  }
}

.mv-image.mv-image-sp {
  display: none;
}

@media screen and (max-width: 749px) {
  .mv-image.mv-image-sp {
    display: block;
  }
}

.mv-image.mv-image-pc {
  display: block;
}

@media screen and (max-width: 749px) {
  .mv-image.mv-image-pc {
    display: none;
  }
}

.mv-list-top {
  opacity: 1;
  height: 607px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .mv-list-top {
    height: 440px;
  }
}

.mv-list-top .mv-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

.mv-list-top .mv-item.is-active {
  opacity: 1;
}

.mv-list-top.is-show {
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .mv-list-top .mv-image {
    height: 440px;
  }
}

.mv-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
}
  .mv-buttons-sp {
    display: none;
  }


@media screen and (max-width: 749px) {
  .mv-buttons {
    display: none;
  }
  .mv-buttons-sp {
    display: -webkit-box;
    display: flex;
  flex-wrap: wrap;
    width: 34px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 350px;
  z-index: 10001;
  }
  .mv-subpage-hotel .mv-buttons {
    display: -webkit-box;
    display: flex;
    width: 34px;
  }
}

.mv-buttons-list {
  width: 100%;
}

.mv-buttons-link {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 150px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 10px 5px;
  padding-left: 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.14;
  color: #2d2d2d;
  background: url(/top/assets/images/mv-button-bg.jpg) repeat left top;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}
.is-edge .mv-buttons,
.is-ie .mv-buttons {
  width: 60px;
}
.is-edge .mv-buttons-link,
.is-ie .mv-buttons-link {
  height: 150px;
  padding-right: 15px;
}

@media screen and (min-width: 750px) {
  .is-edge .mv-subpage-hotel .mv-buttons-link,
  .is-ie .mv-subpage-hotel .mv-buttons-link {
    height: 150px;
  }
}

@media screen and (max-width: 749px) {
  .mv-subpage-hotel .mv-buttons-link {
    font-size: 12px;
    min-height: 116px;
    padding-left: 10px;
  }
	.mv-buttons-link {
  font-size: 13px;
}
}

.mv-buttons-link span {
  display: inline-block;
  width: 16px;
}

@media screen and (min-width: 750px) {
  .mv-subpage-hotel .mv-buttons-link span {
    display: inline;
  }
}

.mv-buttons-item {
  display: block;
  width: 100%;
  margin: 11px 0;
}

.mv-buttons-item:last-child .mv-buttons-link {
  background-position: left bottom;
}

.mv-heading {
  position: absolute;
}

.mv-heading:not(.mv-heading-subpage) {
  bottom: -120px;
  left: 35px;
}

@media screen and (max-width: 749px) {
  .mv-heading:not(.mv-heading-subpage) {
    bottom: -60px;
    left: 33px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading {
    left: 15px;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.standardroom-mv-heading {
    bottom: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.standardroom-mv-heading {
    bottom: -5px !important;
  }
}

.mv-heading.standardroom-mv-heading .heading-subtext {
  max-width: 491px !important;
  height: 52px !important;
  margin-top: 15px !important;
  fill: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.standardroom-mv-heading .heading-subtext {
    max-width: 207px !important;
    height: 22px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.familyroom-mv-heading {
    bottom: 33px !important;
  }
}

.mv-heading.familyroom-mv-heading .heading-subtext {
  max-width: 743px !important;
  height: 52px !important;
  margin-top: 15px !important;
  fill: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.familyroom-mv-heading .heading-subtext {
    max-width: 200px !important;
    height: 55px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.granroom-mv-heading {
    bottom: 37px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.granroom-mv-heading {
    bottom: 7px !important;
  }
}

.mv-heading.granroom-mv-heading .heading-subtext {
  width: 352px !important;
  height: 56px !important;
  fill: #fff;
}

@media screen and (min-width: 750px) {
  .mv-heading.granroom-mv-heading .heading-subtext {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.granroom-mv-heading .heading-subtext {
    width: 227px !important;
    height: 37px !important;
    margin-top: 9px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.reservation-mv-heading {
    padding: 15px 20px !important;
  }
}

.mv-heading span {
  display: block;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.5px;
    height: 16.5px;
    right: 24px;
    top: 92px;
    background-image: url(/top/assets/images/design-petal1-sp.png);
  }
}

.mv-heading-text {
  font-family: "Holland";
  font-size: 36px;
  color: #12290f;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 749px) {
  .mv-heading-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading-text .is-safari {
    letter-spacing: 0.078em;
  }
}

.mv-heading-subtext {
  margin-top: 13px;
  width: 887px;
}

@media screen and (max-width: 749px) {
  .mv-heading-subtext {
    width: 100%;
    max-width: 375px;
  }
}

.mv-today {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: -144px;
  width: 368px;
  height: 366px;
  color: #333;
  text-align: center;
  background: url(/top/assets/images/mv-today-bg.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  .mv-today {
    width: 225px;
    height: 225px;
    right: -23px;
    bottom: -70px;
  }
}

@media screen and (max-width: 749px) {
  .mv-today {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .mv-today-top {
    display: -webkit-box;
    display: flex;
    bottom: -91px;
  }
}

.mv-today-text {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 47px;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

@media screen and (max-width: 749px) {
  .mv-today-text {
    width: 56px;
    height: 25px;
  }
}

.mv-today-time {
  display: block;
  margin-top: 7px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  position: relative;
}

@media screen and (max-width: 749px) {
  .mv-today-time {
    margin-top: 7px;
    font-size: 17px;
    letter-spacing: 0.03em;
  }
}

.mv-today-time::after {
  content: '';
  display: block;
  position: relative;
  margin: 4px auto 7px;
  width: 92px;
  height: 3px;
  background: url(/top/assets/images/dot.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  .mv-today-time::after {
    width: 63px;
  }
}

.mv-today-degree {
  display: block;
  margin-left: -23px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .mv-today-degree {
    font-size: 13px;
    font-weight: normal;
  }
}

.mv-today-degree-icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 24px;
}

@media screen and (max-width: 749px) {
  .mv-today-degree-icon {
    width: 15px;
    height: 15px;
    margin-right: 1px;
    margin-top: -1px;
  }
}

.mv-today-degree-icon svg {
  width: 100%;
  height: 100%;
}

.mv-today-celcius-value {
  margin: 0 -7px;
}

@media screen and (max-width: 749px) {
  .mv-today-celcius-value {
    margin: 0 -3px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .mv-image {
    background-position-x: 60%;
  }
}

.mv-car-and-bike .mv-container {
  max-width: 1263px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 749px) {
  .mv-car-and-bike .mv-container {
    bottom: -15px;
  }
}

.mv-car-and-bike .mv-heading {
  position: relative;
  bottom: 0;
  left: 0;
}

.mv-car-and-bike .mv-heading-texts {
  width: 568px;
  height: 50px;
}

.mv-car-and-bike .mv-heading-texts svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .mv-car-and-bike .mv-heading-texts {
    width: 100%;
    max-width: 400px;
  }
  .mv-car-and-bike .mv-heading-texts svg {
    max-width: 400px;
  }
}

.mv-car-and-bike .mv-heading-subtexts {
  margin-top: 10px;
  font-size: 54px;
  color: white;
  text-align: left;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
  position: relative;
  left: -15px;
  max-width: 430px;
}

@media screen and (max-width: 749px) {
  .mv-car-and-bike .mv-heading-subtexts {
    width: 100%;
    max-width: 300px;
    height: 100px;
    position: relative;
    left: -10px;
  }
}

.mv-car-and-bike .mv-heading-subtexts svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.mv-car-and-bike .mv-logo {
  width: 268px;
  height: 266px;
  background-image: url(../images/car-and-bike/mv-logo.png);
  bottom: 0;
  position: relative;
}

.mv-car-and-bike .mv-image {
  height: 607px;
}

@media screen and (max-width: 749px) {
  .mv-car-and-bike .mv-image {
    height: auto;
  }
}

.mv-dokidoki {
  overflow-y: hidden;
}

.mv-dokidoki .mv-heading {
  left: 0px;
  bottom: 65px;
}

.mv-dokidoki .mv-mobipark-text {
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.08em;
}

.mv-dokidoki .mv-mobipark-subtext {
  max-width: 356px;
  width: 100%;
}

.mv-dokidoki .mv-heading-text {
  width: auto;
  font-family: "Holland";
  color: #fff;
  font-size: 32px;
  font-size: 50px;
  letter-spacing: 0.06em;
  text-align: left;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}

.mv-dokidoki .mv-heading-subtext {
  margin-top: -15px;
  font-size: 47px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}

.mv-dokidoki .mv-today {
  width: 268px;
  height: 266px;
  background-image: url(../images/dokidoki/dokidoki-logo.png);
  bottom: -60px;
}

.mv-mobipark {
  max-height: 607px;
  height: auto;
  margin-bottom: 7px;
  overflow-y: hidden;
}

@media screen and (max-width: 749px) {
  .mv-mobipark .mv-image {
    background-position-x: 84%;
  }
}

@media screen and (min-width: 750px) {
  .mv-mobipark .mv-heading {
    bottom: 89px;
  }
}

@media screen and (max-width: 749px) {
  .mv-mobipark .mv-heading {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 55px;
    left: 0px;
  }
}

.mv-mobipark .mv-heading-text-mobipark {
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 749px) {
  .mv-mobipark .mv-heading-text-mobipark {
    font-size: 22.5px;
    letter-spacing: 0.08em;
  }
}

.mv-mobipark .mv-heading-subtext-mobipark {
  margin-top: -10px;
  font-size: 54px;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
  max-width: 356px;
  height: 62px;
}

@media screen and (max-width: 749px) {
  .mv-mobipark .mv-heading-subtext-mobipark {
    height: 52.5px;
    max-width: 202.5px;
    margin-top: -25px;
    margin-left: -2px;
  }
}

.mv-mobipark .mv-heading-subtext-mobipark svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}

.mv-mobipark .mv-today-mobipark {
  max-width: 247px;
  width: 100%;
  height: 247px;
  bottom: -37px;
  background-image: url(../images/mobipark/mobipark-logo.png);
  right: 20px;
}

@media screen and (max-width: 749px) {
  .mv-mobipark .mv-today-mobipark {
    display: none;
  }
}

.mv-itadaki .mv-heading {
  bottom: 45px;
}

.mv-itadaki .mv-heading-subtexts {
  font-size: 47px;
  margin-top: 26px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}

.mv-itadaki .mv-heading-texts {
  font-family: "Holland";
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.06em;
  width: auto;
  text-align: center;
}

.mv-itadaki .mv-today {
  width: 268px;
  height: 266px;
  background-image: url(../images/itadaki/today.png);
  bottom: -45px;
}

.mv-tsubasa,
.mv-musasabi {
  margin-bottom: 80px;
  position: relative;
}

.mv-tsubasa .mv-heading,
.mv-musasabi .mv-heading {
  bottom: 5px;
}

@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-heading,
  .mv-musasabi .mv-heading {
    top: 50%;
    left: 0;
    right: 0;
    padding: 30px;
  }
}

.mv-tsubasa .mv-heading-texts,
.mv-musasabi .mv-heading-texts {
  width: 448px;
  height: 50px;
  font-family: "Holland";
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.06em;
  text-align: center;
}

.mv-tsubasa .mv-heading-texts svg,
.mv-musasabi .mv-heading-texts svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-heading-texts,
  .mv-musasabi .mv-heading-texts {
    width: 100%;
    max-width: 400px;
    font-size: 26px;
    color: #fff;
    margin: auto;
    text-align: center;
  }
  .mv-tsubasa .mv-heading-texts svg,
  .mv-musasabi .mv-heading-texts svg {
    max-width: 400px;
  }
}

.mv-tsubasa .mv-heading-subtexts,
.mv-musasabi .mv-heading-subtexts {
  font-size: 47px;
  margin-top: 26px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}

.mv-tsubasa .mv-heading-subtexts svg,
.mv-musasabi .mv-heading-subtexts svg {
  width: 100%;
  height: 100%;
}

.mv-tsubasa .mv-logo,
.mv-musasabi .mv-logo {
  width: 268px;
  height: 266px;
  background-image: url(../images/tsubasa/mv-logo.png);
  bottom: -60px;
}

@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-logo,
  .mv-musasabi .mv-logo {
    background-image: url(../images/tsubasa/mv-logo-sp.png);
  }
}

.mv-tsubasa .mv-logo-musasabi,
.mv-musasabi .mv-logo-musasabi {
  width: 268px;
  height: 266px;
  background-image: url(../images/musasabi/mv-logo.png);
  bottom: -60px;
}

@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-logo-musasabi,
  .mv-musasabi .mv-logo-musasabi {
    background-image: url(../images/musasabi/mv-logo-sp.png);
  }
}

@media screen and (max-width: 749px) {
  .mv-inner {
    height: 378px;
  }
}

.mv-inner .mv-today {
  width: 268px;
  height: 266px;
  background-image: url(../images/sumika/sumika-logo.png);
  bottom: -45px;
}

.mv-inner .mv-heading {
  bottom: 27px;
}

.mv-inner .mv-heading-subtexts svg {
  fill: #fff;
  width: 520px;
  height: 74px;
}

.mv-inner .mv-heading-texts {
  font-family: "Holland";
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.06em;
  width: auto;
}

@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-texts {
    font-size: 25px;
  }
}

@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-sumika .mv-heading-texts {
    font-size: 24px;
    letter-spacing: 0.092em;
  }
}

.mv-inner .mv-heading-sumika .mv-heading-subtexts svg {
  width: 653px;
  height: 81px;
}

@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-sumika .mv-heading-subtexts svg {
    width: 271px;
    height: 87px;
    position: relative;
    left: -6px;
    top: -3px;
  }
}

.mv-inner .mv-heading-itadaki .mv-heading-texts {
  margin-left: 25px;
}

@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-itadaki .mv-heading-texts {
    margin-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-itadaki .mv-heading-subtexts svg {
    width: 162px;
    height: 76px;
  }
}

@media screen and (min-width: 750px) {
  .mv-inner .mv-heading-dokidoki {
    bottom: 50px;
  }
  .mv-inner .mv-heading-dokidoki .mv-heading-subtexts svg {
    width: 810px;
    height: 72px;
  }
}

@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-dokidoki .mv-heading-subtexts svg {
    width: 183px;
    height: 96px;
  }
}

.mv-inner.itadaki-mv .mv-today {
  background-image: url(../images/itadaki/today.png);
}

.mv-inner.dokidoki-mv .mv-today {
  background-image: url(../images/dokidoki/dokidoki-logo.png);
  width: 247px;
  height: 247px;
  bottom: -38px;
}

.mv-subpage {
  margin-bottom: 20px;
  height: auto;
}

@media screen and (min-width: 750px) {
  .mv-subpage {
    margin-bottom: 50px;
  }
}

.mv-subpage::after {
  bottom: -50px;
}

@media screen and (max-width: 749px) {
  .mv-subpage::after {
    bottom: -25px;
  }
}

.mv-subpage .mv-heading-subpage {
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mv-subpage .mv-heading-subpage span {
  color: #fff;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
  font-size: 23px;
  font-weight: 300;
}

.mv-subpage .mv-heading-subpage span.mv-heading-text-walk {
  font-family: "HiraKakuPro-W3-AlphaNum";
}

.mv-subpage .mv-heading-subpage span.mv-heading-text-labo {
  font-family: "HiraKakuPro-W3-AlphaNum";
}

.mv-subpage .mv-heading-subpage span.mv-heading-text-reserve {
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}

@media screen and (min-width: 750px) {
  .mv-subpage .mv-heading-subpage span {
    font-size: 46px;
  }
}

@media screen and (max-width: 749px) {
  .mv-subpage.mv-subpage-acrox::after {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-craft {
    height: 447px;
    margin-bottom: 89px;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-craft .mv-heading-subpage {
    top: 43%;
  }
}

.mv-subpage.mv-subpage-reserve {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-reserve {
    margin-bottom: 95px;
  }
}

.mv-subpage.mv-subpage-reserve .mv-image {
  padding-bottom: 43%;
}

@media screen and (max-width: 749px) {
  .mv-subpage.mv-subpage-reserve .mv-image {
    padding-bottom: 96%;
  }
}

.mv-subpage.mv-musasabi .mv-heading-texts {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .mv-subpage.mv-musasabi .mv-heading-texts {
    font-size: 23px;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}

.mv-subpage.mv-musasabi .mv-heading-subtexts {
  font-weight: normal;
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi .mv-heading-subtexts {
    letter-spacing: 0.17em;
    margin-top: 18px;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi .mv-image {
    height: 620px;
    max-height: none;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi .mv-heading {
    bottom: 56px;
    left: 31px;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi::after {
    bottom: -89px;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi {
    height: auto;
    margin-bottom: 72px;
  }
}

.mv-image-subpage {
  background-position-y: 25%;
}

@media screen and (max-width: 749px) {
  .mv-top {
    height: 440px;
  }
}

@media screen and (max-width: 749px) {
  .mv-top:after {
    bottom: -37px;
  }
}

@media screen and (max-width: 749px) {
  .mv-top .mv-heading-subtext {
    left: -16px;
    top: 42px;
    position: relative;
    margin-top: 0px;
  }
  .mv-top .mv-heading-subtext img {
    display: block;
    max-width: 360px;
    width: auto;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage-hotel {
    margin-bottom: 52px !important;
  }
}

.mv-subpage-walk,
.mv-subpage-labo {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .mv-subpage-walk,
  .mv-subpage-labo {
    margin-bottom: 127px;
  }
}

@media screen and (max-width: 749px) {
  .mv-tsubasa {
    max-height: 265px;
  }
  .mv-tsubasa .mv-image {
    background-size: cover;
    max-height: 265px;
  }
  .mv-tsubasa .mv-logo-tsubasa {
    display: block;
    max-width: 130px;
    bottom: -170px;
    right: 10px;
  }
}

@media screen and (max-width: 749px) {
  .mv-musasabi .mv-logo-musasabi {
    display: block;
    max-width: 130px;
    bottom: -140px;
    right: 10px;
  }
}

.mv-heading-subpage-labo {
  text-align: right !important;
  top: 78% !important;
  left: 47% !important;
}

@media screen and (min-width: 750px) {
  .mv-heading-text-walk {
    font-weight: 600 !important;
  }
}

.article-image-wrap {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.article-image-wrap::before, .article-image-wrap::after {
  content: '';
  height: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

@media screen and (max-width: 749px) {
  .article-image-wrap::before, .article-image-wrap::after {
    height: 60px;
  }
}

.article-image-wrap::before {
  width: 285px;
  left: 15px;
  top: -12px;
  background-image: url(/top/assets/images/article/leaves.png);
  background-position: -44px top;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-image-wrap::before {
    width: 187px;
    left: 21px;
    top: 0;
  }
}

.article-image-wrap::after {
  right: 26px;
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background-image: url(/top/assets/images/article/leaves2.png);
  width: 152px;
}

@media screen and (max-width: 749px) {
  .article-image-wrap::after {
    width: 124px;
    right: 32px;
    bottom: 9px;
  }
}

.article-heading {
  margin-top: 4px;
  padding-left: 23px;
  width: 100%;
  min-height: 70px;
  font-size: 18px;
  font-weight: 600;
  color: #12290f;
  line-height: 1.67;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-heading {
    font-size: 13px;
  }
}

.article-image {
  padding-top: 62%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  background-size: 110%;
}

.article-image::before {
  content: '';
  background-image: url(/top/assets/images/article/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -5.65%;
  top: -17%;
  height: 133%;
  width: 110%;
}

@media screen and (max-width: 749px) {
  .article-image::before {
    left: -6.5%;
    width: 108%;
  }
}

.article-period {
  padding-left: 23px;
  width: 100%;
  font-size: 14px;
  color: #12290f;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-period {
    font-size: 11px;
    padding-left: 0px;
  }
}

.article-type {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#099f48));
  background: linear-gradient(to right, #027cc3 0%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #09a046;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.is-ie .article-type {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

.article {
  display: block;
  position: relative;
  padding-bottom: 36px;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .article.article-pickup {
    padding: 0 0 20px 0;
  }
}

.article.article-pickup .article-heading {
  min-height: 105px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .article.article-pickup .article-heading {
    min-height: 100%;
    margin-bottom: 20px;
  }
}

.article.article-pickup .article-image-wrap {
  margin-bottom: 14px;
}

.article.article-pickup .article-image-wrap:before, .article.article-pickup .article-image-wrap:after {
  content: none;
}

.article.article-pickup .article-image {
  background-size: cover;
  padding-top: 57%;
}

.article.article-pickup .article-image:before {
  content: none;
}

.article.article-pickup .article-period {
  padding: 0;
}

.article.article-no-design .article-no-design-link {
  display: block;
}

.article.article-no-design .article-heading {
  margin-top: 7px;
  padding-left: 0;
  color: #2d2d2d;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 750px) {
  .article.article-no-design:hover .button-gradient-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 749px) {
  .article.article-no-design .article-period {
    padding-left: 0;
  }
}

.article.article-no-design .article-image-wrap {
  padding: 0;
  height: auto;
}

.article.article-no-design .article-image-wrap::before, .article.article-no-design .article-image-wrap::after {
  display: none;
}

.article.article-no-design .article-image-wrap .article-image::before {
  display: none;
}

@media screen and (max-width: 749px) {
  .article.article-feature .article-period {
    padding-left: 23px;
  }
}

.article-link {
  display: block;
}

.article-category {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: -32px;
  right: -40px;
  width: 93px;
  height: 97px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: url(/top/assets/images/article/category-bg.png) no-repeat left top;
  background-size: contain;
  color: #1a4d01;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-category {
    font-size: 14px;
    top: -19px;
    right: -11px;
    width: 78px;
    height: 79px;
  }
}

.article-category.article-category-news {
  background-image: url(/top/assets/images/article/category-bg2.png);
}

.article-category.article-category-race {
  background-image: url(/top/assets/images/article/category-bg-race.png);
}

.article-category.article-category-topics {
  background-image: url(/top/assets/images/article/category-topics.png);
}

@media screen and (max-width: 749px) {
  .article-category.article-category-news {
    z-index: 9;
  }
}

.article-name {
  font-size: 24px;
  font-weight: bold;
  padding: 17px 0;
  text-align: left;
}

.article-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  color: #fff;
}

.article-tag.article-bg-green {
  background-color: #00a040;
}

.article-tag.article-bg-green-2 {
  background-color: #368121;
}

.article-tag.article-bg-green-3 {
  background-color: #90ae28;
}

.article-tag.article-bg-green-4 {
  background-color: #41a327;
}

.article-tag.article-bg-green-5 {
  background-color: #d2e737;
}

.feature-container {
  padding-top: 40px;
  background: none;
}

.feature-list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0 -40px;
}

.feature-list.feature-list-no-design {
  margin: 37px -25px 0;
}

.feature-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  width: calc(1220px / 3);
}

.feature-list-attraction-cat {
  margin: 55px -25px 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .feature-list-attraction-cat {
    display: block;
  }
}

.feature-list-attraction-cat .feature-item {
  max-width: 300px;
}

@media screen and (max-width: 749px) {
  .feature-list-attraction-cat .feature-item {
    display: block;
    margin: auto;
  }
}

.feature-list-attraction-cat article {
  padding-bottom: 17px;
}

.feature-list-attraction-cat article::after {
  content: " ";
  width: 40px;
  height: 20px;
  background: url(../images/car-and-bike/arrow-down.png) no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .feature-list-attraction-cat article {
    padding-bottom: 20px;
  }
}

.feature-list-attraction-cat .article-image {
  background-size: contain;
}

.feature-list-car-bike {
  flex-wrap: wrap;
  width: calc(100% + 40px);
}

@media screen and (max-width: 749px) {
  .feature-list-car-bike {
    margin: 0;
  }
}

.feature-list-car-bike .feature-item {
  width: calc((100% - 100px) / 2);
}

@media screen and (min-width: 749px) {
  .feature-list-car-bike .feature-item {
    max-width: 480px;
  }
}

.feature-list-car-bike .feature-item article {
  padding-bottom: 80px;
}

.feature-list-car-bike .feature-item:last-child article {
  padding-bottom: 0px;
}

@media screen and (max-width: 749px) {
  .feature-list-car-bike .feature-item {
    width: 100%;
    margin: 0;
  }
}

.file-dl .file-dl-wrap {
  border-top: 1px solid #a6a5a5;
  border-bottom: 1px solid #a6a5a5;
  font-size: 24px;
  text-align: center;
  padding: 66px;
  max-height: 170px;
}

@media screen and (max-width: 749px) {
  .file-dl .file-dl-wrap {
    padding: 28px 0px;
    font-size: 15px;
  }
}

.file-dl .file-dl-wrap .file-link {
  color: #000;
}

.file-dl .file-dl-wrap .file-link .file-name {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .file-dl .file-dl-wrap .file-link .file-name img {
    width: 20px;
  }
}

@media screen and (max-width: 749px) {
  .parkmap-inner {
    margin-top: 64px;
  }
}

.parkmap-container {
  position: relative;
}

.parkmap-image {
  background-size: contain;
  width: 1600px;
  height: 903px;
  position: relative;
  left: -346px;
  top: -65px;
}

@media screen and (max-width: 749px) {
  .parkmap-image {
    width: 550px;
    height: 370px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/top/assets/images/parkmap/map-v2-sp.png) no-repeat center top;
    background-size: contain;
  }
}

.parkmap-image-list {
  counter-reset: parkmap_image_list;
  position: relative;
  left: 330px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-list {
    left: 0;
  }
}

.parkmap-image-item {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item {
    width: 38px;
    height: 38px;
  }
}

.parkmap-image-item a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.parkmap-image-item::before {
  counter-increment: parkmap_image_list;
  content: "0"counter(parkmap_image_list);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.08em;
  background: url(/top/assets/images/parkmap/number-bg-border.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item::before {
    padding: 2px 0 0 2px;
    font-size: 13px;
  }
}

.parkmap-image-item:first-child {
  left: 355px;
  top: 229px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:first-child {
    left: 231px;
    top: 48px;
  }
}

.parkmap-image-item:nth-of-type(2) {
  left: 247px;
  top: 299px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(2) {
    left: 174px;
    top: 86px;
  }
}

.parkmap-image-item:nth-of-type(3) {
  left: 521px;
  top: 374px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(3) {
    left: 324px;
    top: 129px;
  }
}

.parkmap-image-item:nth-of-type(4) {
  left: 642px;
  top: 396px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(4) {
    left: 393px;
    top: 142px;
  }
}

.parkmap-image-item:nth-of-type(5) {
  left: 387px;
  top: 492px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(5) {
    left: 246px;
    top: 194px;
  }
}

.parkmap-image-item:nth-of-type(6) {
  left: 221px;
  top: 447px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(6) {
    left: 160px;
    top: 173px;
  }
}

.parkmap-image-item:nth-of-type(7) {
  left: 530px;
  top: 516px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(7) {
    left: 333px;
    top: 207px;
  }
}

.parkmap-list {
  counter-reset: parkmap_list;
}

@media screen and (max-width: 749px) {
  .parkmap-list {
    position: relative;
    z-index: 1;
  }
}

.parkmap-right {
  position: absolute;
  right: 0;
  top: 181px;
  width: 410px;
}

@media screen and (max-width: 749px) {
  .parkmap-right {
    margin-top: -93px;
    position: relative;
    right: auto;
    left: 23px;
    top: 0;
    width: calc(100% - 23px);
  }
}

.parkmap-link-icon {
  width: 25px;
  position: absolute;
  right: 18px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .parkmap-link-icon {
    width: 19px;
    right: 15px;
  }
}

.parkmap-link-icon svg {
  width: 100%;
  height: 12px;
}

.parkmap-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 50px;
  height: 73px;
  background: url(/top/assets/images/parkmap/button-bg.jpg) repeat;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .parkmap-link {
    font-size: 14px;
    height: 51px;
    letter-spacing: 0.05em;
    padding-left: 39px;
  }
}

.parkmap-link::before {
  counter-increment: parkmap_list;
  content: "0"counter(parkmap_list);
  position: absolute;
  left: -30px;
  top: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 61px;
  height: 61px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.08em;
  background: url(/top/assets/images/parkmap/number-bg.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .parkmap-link::before {
    left: -23px;
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}

@media screen and (min-width: 750px) {
  .parkmap-link:hover {
    color: #00a040;
  }
  .parkmap-link:hover .parkmap-link-icon svg {
    stroke: #00a040;
  }
}

.parkmap-item {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media screen and (min-width: 750px) {
  .parkmap-item:hover {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.parkmap-item.is-active {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.parkmap-item.is-active .parkmap-link {
  color: #00a040;
}

.parkmap-item.is-active .parkmap-link-icon svg {
  stroke: #00a040;
}

.parkmap-item.parkmap-item-last {
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .parkmap-item.parkmap-item-last {
    margin-top: 39px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 750px) {
  .parkmap-item.parkmap-item-last:hover {
    -webkit-transform: none;
            transform: none;
  }
  .parkmap-item.parkmap-item-last:hover .parkmap-link-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (min-width: 750px) {
  .map {
    margin-top: -42px;
    margin-bottom: 79px;
  }
}

.map .map-img {
  background-image: url(/top/assets/images//mobipark/map-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (min-width: 750px) {
  .map .map-img {
    margin-top: -52px;
    padding-top: 90px;
  }
}

@media screen and (max-width: 749px) {
  .map .map-img {
    height: 288px;
    padding-top: 40px;
    background-size: contain;
  }
}

.map .map-img img {
  max-width: 912px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 749px) {
  .map .map-img img {
    max-width: 277px;
  }
}

@media screen and (max-width: 749px) {
  .map {
    margin-bottom: 52px;
    margin-top: -43px;
  }
  .map-img {
    margin: 0 -160px;
  }
  .map-img img {
    max-width: 504px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.button-icon {
  width: 22px;
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .button-icon {
    width: 15px;
  }
}

.button-icon svg {
  width: 100%;
  height: 12px;
}

.button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 364px;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: 1px dotted #333;
  position: relative;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 749px) {
  .button {
    font-size: 12px;
    max-width: 364px;
    width: 100%;
    height: 50px;
  }
}

@media screen and (min-width: 750px) {
  .button:hover .button-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.button::before {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  right: 0;
  border: 1px dotted #333;
}

.button.button-parkmap {
  width: 98%;
}

@media screen and (min-width: 750px) {
  .button.button-parkmap:hover {
    color: #00a040;
  }
  .button.button-parkmap:hover .button-icon svg {
    stroke: #00a040;
  }
}

.button.button-parkmap .button-icon {
  right: 18px;
}

.button.button-sumika {
  max-width: 381px;
  letter-spacing: 0.112em;
}

@media screen and (max-width: 749px) {
  .button.button-sumika {
    width: 100%;
  }
}

.button.button-sumika .button-icon {
  right: 26px;
  width: 20px;
}

@media screen and (max-width: 749px) {
  .button.button-sumika-instagram {
    width: 75%;
  }
}

@media screen and (max-width: 749px) {
  .button.button-sumika-instagram .button-icon {
    width: 17px;
    right: 15px;
  }
}

.button.button-instagram {
  max-width: 381px;
  letter-spacing: 0.112em;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .button.button-instagram {
    max-width: 248px;
  }
}

.button.button-hellowoods {
  width: 100%;
  max-width: 364px;
}

.button.button-banner-more {
  max-width: 381px;
  letter-spacing: 0.112em;
}

@media screen and (max-width: 749px) {
  .button.button-banner-more {
    width: calc(100% - 76px);
  }
}

.button.button-banner-more .button-icon {
  right: 26px;
  width: 20px;
}

.button.button-kart {
  margin: 35px auto 0;
}

@media screen and (min-width: 750px) {
  .button.button-kart {
    margin-top: 58px;
  }
}

@media screen and (max-width: 749px) {
  .button.button-kart {
    max-width: 246px;
  }
}

.button.button-comparison {
  max-width: 370px;
  width: 100%;
}

.button.button-comparison br {
  display: block;
}

@media screen and (min-width: 526px) {
  .button.button-comparison br {
    display: none;
  }
}

@media screen and (max-width: 525px) {
  .button.button-comparison .button-icon {
    right: 0;
    position: relative;
    margin-left: 20px;
  }
}

@media screen and (min-width: 750px) {
  .button.challenge-hellowoods-button {
    margin-left: 5px;
  }
}

.button-gradient-icon {
  width: 25px;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.is-ie .button-gradient-icon {
  top: 0px;
}

.button-gradient-icon svg {
  width: 100%;
  height: 12px;
}

.button-gradient {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}

@media screen and (max-width: 749px) {
  .button-gradient {
    font-size: 12px;
    letter-spacing: 0.14em;
  }
}

.button-gradient.button-gradient-cmn {
  height: auto;
}

.button-gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#609ed5), to(#00a040));
  background: linear-gradient(to right, #609ed5 0%, #00a040 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
}

.is-ie .button-gradient-text {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

.section-inner {
  margin-top: -11px;
}

@media screen and (max-width: 749px) {
  .section-inner.section-inner-activity {
    margin: 83px 0 14px;
  }
}

.section-image {
  height: 400px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 749px) {
  .section-image {
    padding-top: 46%;
    height: auto;
  }
}

.section-image-logo {
  margin: 0 auto;
  width: 301px;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 749px) {
  .section-image-logo {
    top: -51px;
    width: 128px;
  }
}

.section-image-logo.section-image-logo-twinring {
  width: 314px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .section-image-logo.section-image-logo-twinring {
    width: 166px;
    top: 45%;
  }
}

.section-image-logo.section-image-logo-hotel-twin {
  top: 76px;
}

@media screen and (max-width: 749px) {
  .section-image-logo.section-image-logo-hotel-twin {
    top: 29px;
    width: 164px;
  }
}

@media screen and (max-width: 749px) {
  .section-image-logo.section-image-logo-activity {
    top: -54px;
    width: 176px;
  }
}

.section-contents {
  margin-top: -41px;
  padding: 33px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .section-contents {
    padding: 24px 0;
    margin-top: -21px;
  }
}

.section-contents:before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.section-contents-copy {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.19em;
  position: relative;
  z-index: 9;
}

.section-contents-copy > a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.section-contents-copy > a:link, .section-contents-copy > a:visited {
  color: #000;
}

.section-contents-copy > a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 749px) {
  .section-contents-copy {
    text-align: left;
    font-size: 12px;
    padding: 0 28px;
  }
}

.section-button {
  margin-top: 34px;
}

@media screen and (max-width: 749px) {
  .section-button {
    width: 249px;
    margin: 10px auto 0;
  }
  .section-button .button-icon {
    width: 15px;
    right: 16px;
  }
}

.section-cards {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 42px -10px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .section-cards {
    margin-top: 23px;
  }
}

.section-cards-image-wrap {
  position: relative;
  display: block;
}

.section-cards-item {
  width: calc((100% / 3) - 20px);
  margin: 0 10px;
  position: relative;
}

.section-cards-item:first-child .section-cards-image-wrap {
  z-index: 2;
}

.section-cards-item:nth-of-type(2) .section-cards-image-wrap {
  z-index: 1;
}

.section-cards-item:nth-of-type(3) .section-cards-image-wrap {
  z-index: 0;
}

@media screen and (max-width: 749px) {
  .section-cards-item {
    width: auto;
  }
}

.section-cards-category {
  padding: 20px 4px 4px;
  width: 180px;
  font-size: 12px;
  background-color: #fff;
  position: absolute;
  left: -42px;
  top: 39px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .section-cards-category {
    width: 89px;
    padding-top: 20px;
    left: -29px;
    top: 8px;
    border-radius: 20%;
    -webkit-transform: rotate(-45deg) scale(0.8);
            transform: rotate(-45deg) scale(0.8);
  }
}

.section-cards-category::before {
  content: '';
  margin: 0 auto;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(/top/assets/images/section/card-category-after.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (max-width: 749px) {
  .section-cards-category::before {
    bottom: -42px;
    left: -10px;
    right: 0;
    width: 55px;
    height: 73px;
  }
}

.section-cards-image {
  padding: 27% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-cards-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .section-cards-title {
    font-size: 13px;
    margin-top: 8px;
  }
}

.section-card-link {
  color: #333;
}

.youtube-video {
  text-align: center;
}

.youtube-video-content {
  margin: 0 -20px;
}

@media screen and (max-width: 749px) {
  .youtube-video-content {
    margin: 0 -27px;
  }
}

@media screen and (max-width: 749px) {
  .youtube-video-content.youtube-video-content-itadaki {
    padding: 0;
  }
}

.youtube-video-list {
  margin-top: 47px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .youtube-video-list {
    padding: 0 25px;
    margin-top: -7px;
  }
}

.youtube-video-item {
  padding: 0 24px;
}

@media screen and (max-width: 749px) {
  .youtube-video-item:last-child {
    margin-top: 22px;
  }
}

.youtube-video-wrapper {
  background: url(/top/assets/images/frame.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 15px;
}

@media screen and (max-width: 749px) {
  .youtube-video-wrapper {
    padding: 7px;
  }
}

.youtube-video-inner {
  position: relative;
  height: 0;
  padding-bottom: 49.25%;
  /* 16:9 */
  padding-top: 25px;
}

@media screen and (max-width: 749px) {
  .youtube-video-inner {
    padding-bottom: 45.25%;
  }
}

.youtube-video-inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-video-description {
  display: block;
  font-size: 17px;
  line-height: 1.731;
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .youtube-video-description {
    font-size: 14px;
    text-align: center;
  }
}

.faq {
  margin-top: 80px;
}

@media screen and (max-width: 749px) {
  .faq {
    margin-top: 28px;
  }
}

@media screen and (max-width: 749px) {
  .faq-tsubasa,
  .faq-musasabi {
    margin-top: 0;
  }
}

.faq-inner {
  padding: 0 20px;
}

@media screen and (min-width: 750px) {
  .faq-inner {
    padding: 0 157px;
  }
}

.faq-subpage {
  padding-bottom: 40px;
}

@media screen and (min-width: 750px) {
  .faq-musasabi::before {
    background-image: url(../images/musasabi/musasabi-faq-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -150px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .faq-musasabi .faq-inner {
    padding: 0 167px;
  }
}

.mobipark.call-to-action {
  margin-top: 64px;
}

.mobipark-cta .forest-driving-cta-heading {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mobipark-cta .heading-net-mobipark {
  margin-top: -17px;
}

.call-to-action-inner-subpage {
  padding-top: 13px;
  padding-bottom: 37px;
}

@media screen and (min-width: 750px) {
  .call-to-action-musasabi::before {
    background-image: url(../images/musasabi/musasabi-cta-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -32px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

.table {
  display: table;
  width: 100%;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .table {
    font-size: 15px;
  }
}

.table:not(:last-child).table-subpage {
  margin-bottom: 55px;
}

@media screen and (max-width: 749px) {
  .table.table-craft::before {
    position: absolute;
    left: -20px;
    right: -20px;
    top: -135px;
    bottom: -80px;
    background-image: url("../images/craft/craft-table-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
  }
}

@media screen and (max-width: 749px) {
  .table.table-craft {
    position: relative;
  }
}

.table-head {
  background-color: #f7f7f7;
  width: 93px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-clip: padding-box;
}

@media screen and (min-width: 750px) {
  .table-head {
    width: 220px;
  }
}

.table-col {
  width: calc(100% - 93px);
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 750px) {
  .table-col {
    width: calc(100% - 220px);
  }
}

.table-col a {
  color: #333;
}

.table-head, .table-col {
  position: relative;
  padding: 10px 13px;
  vertical-align: top;
  min-height: 32px;
  line-height: 2.15;
}

.table-head .col-small, .table-col .col-small {
  display: block;
}

@media screen and (min-width: 750px) {
  .table-head, .table-col {
    padding: 17px 40px;
  }
}

.table-head:before, .table-col:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-position: left;
  background-image: url(/top/assets/images/img-dash.png);
  background-repeat: repeat-x;
  opacity: 0.2;
}

.table-solid .table-head:before, .table-solid .table-col:before {
  content: none;
}

@media screen and (max-width: 749px) {
  .table-craft .table-head, .table-craft .table-col {
    padding: 12px 13px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.table-head a, .table-col a {
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 750px) {
  .table-craft .table-head {
    width: 214px;
  }
}

.table-solid {
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .table-solid {
    width: 100%;
    margin-bottom: 44px;
  }
  .table-solid-last {
    margin-bottom: 0px;
  }
}

.table-solid .table-row-solid > *:after {
  content: none !important;
}

.table-solid .table-row-last {
  border-bottom: 1px solid #d1c0a5;
}

.table-solid .table-head, .table-solid .table-col {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #d1c0a5;
  vertical-align: middle;
  border-top: 1px solid #d1c0a5;
}

.table-solid td {
  font-weight: 300;
}

@media screen and (max-width: 749px) {
  .table-solid .table-head {
    width: 130px;
  }
}

.table-solid .table-head:first-child {
  border-right: 0px;
  border-left: 1px solid #d1c0a5;
}

.table-col-num {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 749px) {
  .table-col-num {
    margin-right: 15px;
  }
}

.table-row {
  width: 100%;
}

.table-row:first-child .table-head, .table-row:first-child .table-col {
  position: relative;
}

.table-row:first-child .table-head:after, .table-row:first-child .table-col:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-position: left center;
  background-image: url(/top/assets/images/img-dash.png);
  background-repeat: repeat-x;
  opacity: 0.2;
}

.table-heading-attractioninfo img {
  max-width: 234px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .table-heading-attractioninfo img {
    max-width: 126px;
  }
}

.table-heading {
  margin-top: 36px;
  margin-bottom: 15px;
}

@media screen and (max-width: 749px) {
  .table-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 749px) {
  .table-heading.table-heading-sp img {
    width: 50%;
  }
}

@media screen and (max-width: 749px) {
  .table-heading.table-heading-collapse img {
    width: 85%;
  }
}

.table-subheading {
  margin-bottom: 32px;
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.160em;
}

@media screen and (max-width: 749px) {
  .table-subheading {
    margin-bottom: 17px;
    font-size: 12px;
    color: #333333;
  }
}

.subpage-walk .table-row .table-col p {
  margin-bottom: 15px;
}

.subpage-walk .table-row .table-col p:last-child {
  margin-bottom: 0px;
}

.table-info {
  width: 1019px;
  border: 1px solid #d1c0a5;
}

@media screen and (max-width: 749px) {
  .table-info {
    width: 100%;
  }
}

.table-info-row {
  font-size: 15px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #d1c0a5;
}

@media screen and (max-width: 749px) {
  .table-info-row {
    font-size: 13px;
  }
}

.table-info-heading {
  width: 50%;
  text-align: left;
  padding: 37px 0 30px 55px;
  background-color: #f5f6fa;
  border-right: 1px solid #d1c0a5;
}

@media screen and (max-width: 749px) {
  .table-info-heading {
    padding: 17px 2px 10px 15px;
  }
}

.table-info-description {
  width: 50%;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px;
  background-color: #ffffff;
}

.table-info-description span {
  position: relative;
  top: 15px;
}

.table-info-link-description {
  color: #09a30d;
  position: relative;
  background-color: #ffffff;
}

.table-info-link-description::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #09a30d;
  bottom: -2px;
  left: 0;
}

.table-info-link-large {
  font-size: 24px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 749px) {
  .table-info-link-large {
    font-size: 14px;
  }
}

.table-info-link-large::after {
  bottom: -4px;
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .subpage-button {
    margin-top: 89px;
  }
}

@media screen and (min-width: 750px) {
  .page-mobipark .media-title-racing-kart span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(21.43%, #c3e8d8), color-stop(21.43%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(71.43%, #c3e8d8), color-stop(71.43%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 21.43%, #ffffff 21.43%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 71.43%, #ffffff 71.43%, #ffffff 100%);
    background-size: 35.00px 40.00px;
    background-position-y: -10%;
    background-repeat-y: no-repeat;
  }
}

.bottom-slider {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .bottom-slider {
    padding: 0 110px;
  }
}

.accordion {
  display: block;
  width: 100%;
}

.accordion.accordion-musasabi {
  background-color: #f7f7f7;
  max-width: 800px;
  margin: 40px auto 0;
}

@media screen and (max-width: 749px) {
  .accordion.accordion-musasabi {
    margin-top: 25px;
  }
}

.accordion-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9px 5.5px;
  border-color: transparent transparent #719b68 transparent;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

@media screen and (min-width: 750px) {
  .accordion-arrow {
    right: 40px;
    border-width: 0 7px 12.1px 7px;
  }
}

@media screen and (max-width: 749px) {
  .accordion-arrow {
    right: 7px;
  }
}

.accordion-arrow.is-active {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.accordion-arrow.accordion-arrow-musasabi {
  display: none;
}

.is-open .accordion-arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.accordion-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 28px 95px 28px 44px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .accordion-btn {
    font-size: 12px;
    padding: 10px 27px 12px;
  }
}

.accordion-btn.accordion-btn-musasabi {
  text-align: center;
  padding: 35px 44px;
}

@media screen and (max-width: 749px) {
  .accordion-btn.accordion-btn-musasabi {
    padding: 15px 20px;
  }
}

.accordion-description {
  overflow: hidden;
  -webkit-transition: height .30s ease-out;
  transition: height .30s ease-out;
  height: 0;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 749px) {
  .accordion-description {
    font-size: 12px;
  }
}

.accordion-description p {
  display: block;
  background-color: #f7f7f7;
  font-size: 14px;
  padding: 20px;
  line-height: 2;
  margin: 0 22px 30px;
}

@media screen and (max-width: 749px) {
  .accordion-description p {
    font-size: 12px;
    margin: 0 0 30px;
  }
}

.accordion-description.accordion-description-musasabi {
  border: 0;
  padding: 0 20px;
}

.accordion-description.accordion-description-musasabi p {
  padding: 0;
  margin-bottom: 15px;
}

.accordion-btn-label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-btn-label img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .accordion-btn-label img {
    width: 15px;
    height: 10px;
  }
}

.accordion-btn-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .accordion-btn-text {
    font-size: 12px;
  }
}

/*Tsubasa table*/
.accordion-table-tsubasa .accordion-btn-table {
  padding: 0;
}

.accordion-table-tsubasa .accordion-description-table {
  border: none;
}

.accordion-table-tsubasa .accordion-description-table p {
  padding: 0;
  margin: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
}

.design-petals,
.design-circle,
.design-mount,
.design-feature,
.design-parkmap,
.design-activity,
.design-parkmap-inner,
.design-activity-inner,
.design-how-to {
  position: relative;
}

.design-petals::before, .design-petals::after,
.design-circle::before,
.design-circle::after,
.design-mount::before,
.design-mount::after,
.design-feature::before,
.design-feature::after,
.design-parkmap::before,
.design-parkmap::after,
.design-activity::before,
.design-activity::after,
.design-parkmap-inner::before,
.design-parkmap-inner::after,
.design-activity-inner::before,
.design-activity-inner::after,
.design-how-to::before,
.design-how-to::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  .design-petals::before, .design-petals::after,
  .design-circle::before,
  .design-circle::after,
  .design-mount::before,
  .design-mount::after,
  .design-feature::before,
  .design-feature::after,
  .design-parkmap::before,
  .design-parkmap::after,
  .design-activity::before,
  .design-activity::after,
  .design-parkmap-inner::before,
  .design-parkmap-inner::after,
  .design-activity-inner::before,
  .design-activity-inner::after,
  .design-how-to::before,
  .design-how-to::after {
    display: none;
  }
}

.design-feature::before {
  width: 268px;
  height: 216px;
  left: 0;
  top: 143px;
  background-image: url(/top/assets/images/design-mount1.png);
}

@media screen and (max-width: 749px) {
  .design-feature::before {
    display: block;
    width: 130px;
    height: 106px;
    top: 169px;
    left: 32px;
  }
}

.design-feature::after {
  width: 57px;
  height: 95px;
  right: 58px;
  top: 46px;
  background-image: url(/top/assets/images/design-leaves1.png);
}

.design-parkmap::before {
  width: 39px;
  height: 37px;
  left: 45px;
  top: -58px;
  background-image: url(/top/assets/images/design-leaves2.png);
}

@media screen and (max-width: 749px) {
  .design-parkmap::before {
    display: block;
    width: 194px;
    height: 175px;
    right: -56px;
    top: -20px;
    left: auto;
    background-image: url(/top/assets/images/design-leaves1-sp.png);
  }
}

.design-parkmap::after {
  width: 78px;
  height: 59px;
  right: 379px;
  top: -31px;
  background-image: url(/top/assets/images/design-leaves3.png);
}

@media screen and (max-width: 749px) {
  .design-parkmap::after {
    display: block;
    width: 153px;
    height: 146px;
    left: -38px;
    top: calc((100% / 2) - 161px);
    background-image: url(/top/assets/images/design-leaves2-sp.png);
  }
}

.design-parkmap-inner::before {
  width: 358px;
  height: 343px;
  right: -23px;
  top: -64px;
  background-image: url(/top/assets/images/design-leaves4.png);
}

.design-parkmap-inner::after {
  width: 208px;
  height: 328px;
  left: 0;
  bottom: -81px;
  background-image: url(/top/assets/images/design-leaves5.png);
}





.design-activity::before {
  width: 39px;
  height: 34px;
  left: 163px;
  top: 162px;
  background-image: url(/top/assets/images/design-leaves7.png);
  z-index: 1;
}

.design-activity::after {
  width: 135px;
  height: 262px;
  right: 94px;
  top: -68px;
  background-image: url(/top/assets/images/design-leaves6.png);
}

.design-activity-inner::before {
  width: 78px;
  height: 109px;
  left: 34px;
  bottom: 6px;
  background-image: url(/top/assets/images/design-leaves8.png);
}

.design-activity-inner::after {
  width: 228px;
  height: 183px;
  right: -23px;
  bottom: 49px;
  background-image: url(/top/assets/images/design-mount.png);
}

.design-how-to::before {
  width: 204px;
  height: 204px;
  right: 0;
  top: -132px;
  background-image: url(/top/assets/images/design-circle2.png);
  z-index: 1;
}

.design-circle::before {
  width: 204px;
  height: 205px;
  left: -11px;
  bottom: 105px;
  background-image: url(/top/assets/images/design-circle.png);
}

.design-circle::after {
  width: 115px;
  height: 123px;
  right: 51px;
  bottom: 124px;
  background-image: url(/top/assets/images/design-petals1.png);
}

.design-mount::before {
  width: 228px;
  height: 183px;
  left: 16px;
  top: 348px;
  background-image: url(/top/assets/images/design-mount.png);
}

.design-mount::after {
  width: 39px;
  height: 38px;
  right: 80px;
  bottom: 118px;
  background-image: url(/top/assets/images/design-petals2.png);
}

.design-mount.design-twinring::after {
  width: 37px;
  height: 36px;
  right: 93px;
  bottom: calc((100% / 2) - 124px);
  background-image: url(/top/assets/images/design-petal2.png);
  z-index: 1;
}

.design-petal {
  position: absolute;
  width: 39px;
  height: 38px;
  left: 41px;
  bottom: 40px;
  background-image: url(/top/assets/images/design-petal1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.design-petals::before {
  width: 95px;
  height: 133px;
  left: 62px;
  bottom: 30px;
  background-image: url(/top/assets/images/design-petals3.png);
}

.design-petals::after {
  width: 37px;
  height: 36px;
  right: 120px;
  bottom: 123px;
  background-image: url(/top/assets/images/design-petal3.png);
}

.info-container {
  margin-top: 65px;
}

@media screen and (min-width: 750px) {
  .info-container {
    margin-bottom: 128px;
  }
}

@media screen and (max-width: 749px) {
  .info-container {
    margin-top: 0px;
  }
}

.info-container .info-list {
  max-width: 1021px;
  width: 100%;
  max-height: 320px;
  margin: 58px auto 0;
  overflow-y: auto;
  -ms-overflow-style: none;
}

@media screen and (max-width: 749px) {
  .info-container .info-list {
    margin: 0 0 85px 0;
    max-height: 300px;
    min-height: 31px;
  }
}

.info-container .info-list .info-item {
  padding-left: 45px;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #000;
}

.info-container .info-list .info-item a {
  color: inherit;
}

.info-container .info-list .info-item a:hover {
  text-decoration: underline;
}

.info-container .info-list .info-item:before {
  width: 11px;
  height: 11px;
  background-image: url(../images/list-dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
  content: "";
  position: absolute;
  left: 15px;
  top: 7px;
}

@media screen and (max-width: 749px) {
  .info-container .info-list .info-item:before {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
  }
}

.info-container .info-list .info-item span {
  margin-top: 24px;
  margin-bottom: 25px;
  display: block;
  color: #333;
}

@media screen and (max-width: 749px) {
  .info-container .info-list .info-item span {
    margin-bottom: -6px;
    margin-top: 14px;
    padding-bottom: 13px;
  }
}

.info-container .info-list .info-item:first-child span {
  margin-top: 0px;
}

@media screen and (min-width: 750px) {
  .info-container .info-list .info-item:first-child span {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 749px) {
  .info-container.info-container-hellowoods {
    margin-top: 0px;
  }
}

@media screen and (max-width: 749px) {
  .info-container .info-list {
    max-width: 612px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 36px;
    max-height: 178px;
  }
  .info-container .info-list .info-item {
    font-size: 12px;
    padding-left: 23px;
  }
}

.logo-racing-kart {
  max-width: 320px;
  margin-bottom: 31px;
}

.logo-racing-kart.logo-nozomi {
  margin-bottom: 67px;
}

@media screen and (max-width: 749px) {
  .logo-racing-kart.logo-nozomi {
    max-width: 180px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 749px) {
  .logo-racing-kart {
    max-width: 151px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 750px) {
  .racing-kart .adventure-content-copy {
    margin-top: 0px;
  }
}

.adventure-bg-racing-kart {
  margin-top: 45px;
}

@media screen and (max-width: 749px) {
  .adventure-bg-racing-kart {
    margin-top: -8px;
    background-position: right top;
  }
}

.block-image {
  margin-top: 66px;
  padding-bottom: 126px;
  position: relative;
}

.block-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((100% / 2) + 70px);
  background-color: #f9f9f9;
}

@media screen and (max-width: 749px) {
  .block-image::before {
    height: calc((100% / 2) + 118px);
  }
}

.block-image.block-image-hellowoods {
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .block-image {
    margin-top: 27px;
    padding-bottom: 36px;
  }
}

.block-image-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -8px;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.block-image-list.block-image-list-hellowoods {
  margin: 0;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 34px;
}

@media screen and (max-width: 749px) {
  .block-image-list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.block-image-text img {
  width: 134px;
}

@media screen and (max-width: 749px) {
  .block-image-text img {
    width: 92px;
    margin-bottom: 3px;
  }
}

.block-image-item {
  margin: 0 auto;
 /* margin: 0 8px;*/
  width: calc(100% / 2);
}

@media screen and (max-width: 749px) {
  .block-image-item {
    width: 100%;
    margin: 0 0 24px;
  }
}

.block-image-item.block-image-item-last .block-image-text img {
  width: 156px;
}

@media screen and (max-width: 749px) {
  .block-image-item.block-image-item-last .block-image-text img {
    width: 105px;
  }
}

.block-image-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .block-image-inner {
    height: auto;
    padding: 10% 0;
  }
}


.block-image-inner2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .block-image-inner2 {
    height: auto;
    padding: 20% 0;
  }
}
.block-image-text-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 216px;
  height: 136px;
  background-color: rgba(255, 255, 255, 0.89);
}

@media screen and (max-width: 749px) {
  .block-image-text-wrap {
    width: 141px;
    height: 76px;
  }
}

.block-image-subtext {
  display: block;
  font-size: 15px;
  color: #2d2d2d;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .block-image-subtext {
    font-size: 10px;
  }
}

.image-border {
  padding: 10px;
  background: url(/top/assets/images/frame.png) no-repeat center;
  background-size: 97% 100%;
}

.image-border2 {
  padding: 10px;
  background: url(/top/assets/images/frame.png) no-repeat center;
  background-size: 100% 100%;
}

@media screen and (max-width: 749px) {
  .image-border {
    padding: 7px;
  }
.image-border {
  padding: 10px;
  background: url(/top/assets/images/frame.png) no-repeat center;
  background-size: 100% 100%;
}
}

.video-border {
  border: 14px solid transparent;
  -webkit-border-image: url(/top/assets/images/frame.png) 14 stretch;
       -o-border-image: url(/top/assets/images/frame.png) 14 stretch;
          border-image: url(/top/assets/images/frame.png) 14 stretch;
}

@media screen and (max-width: 749px) {
  .video-border {
    border: 6px solid transparent;
    -webkit-border-image: url(/top/assets/images/frame.png) 30 stretch;
         -o-border-image: url(/top/assets/images/frame.png) 30 stretch;
            border-image: url(/top/assets/images/frame.png) 30 stretch;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.how-to-container {
  border-bottom: 1px solid #ccc;
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .how-to-container {
    width: 69%;
    max-width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .how-to-craft::before {
    content: '';
    position: absolute;
    left: 0;
    top: -123px;
    right: 0;
    background-image: url("../images/craft/craft-howto-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .how-to-craft::before {
    background-image: url("../images/craft/craft-how-to-bg-sp1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -20px;
    top: 34px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

@media screen and (max-width: 749px) {
  .how-to-craft::after {
    background-image: url("../images/craft/craft-how-to-bg-sp2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 49px;
    content: "";
    height: 309px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-craft .how-to-craft {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-craft .how-to-craft {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 749px) {
  .how-to-craft .heading-wrap-craft .heading-subtext {
    margin-top: 18px;
  }
}

@media screen and (max-width: 749px) {
  .how-to-craft .heading-wrap-craft svg {
    width: 300px;
  }
}

@media screen and (max-width: 749px) {
  .how-to-craft-container {
    position: relative;
  }
}


/* 201127 Informationエリア削除時のフッターまでの余白パディング　*/
.l-how-to{
	padding-bottom: 110px;
}

@media screen and (max-width: 749px) {
  .l-how-to {
    padding-bottom: 50px;
  }
}
/*　ここまで　*/



.information {
  padding: 47px 0 110px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .information {
    padding: 53px 0 50px;
  }
}

.information-container {
  position: relative;
}

.information-button {
  position: absolute;
  right: 34px;
  top: 43px;
}

@media screen and (max-width: 749px) {
  .information-button {
    position: relative;
    right: 0;
    top: auto;
    margin: 43px 5px 0;
  }
}

.information-button .button {
  width: 374px;
}

@media screen and (max-width: 749px) {
  .information-button .button {
    max-width: 100%;
  }
}

.post-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -6px -30px 0;
}

@media screen and (max-width: 749px) {
  .post-list {
    margin: -7px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.post-item {
  width: calc((100% / 2) - 60px);
  margin: 0 30px;
}

@media screen and (max-width: 749px) {
  .post-item {
    width: 100%;
    margin: 0;
  }
}

.post-link-icon {
  width: 22px;
  position: absolute;
  right: 0;
  bottom: 24px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.post-link-icon svg {
  width: 100%;
  height: 12px;
}

.post-link {
  display: block;
  padding: 34px 0 23px;
  height: 100%;
  font-size: 18px;
  color: #333;
  border-bottom: 1px dashed #333;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (max-width: 749px) {
  .post-link {
    padding-top: 18px;
  }
}

@media screen and (min-width: 750px) {
  .post-link:hover .post-link-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.post-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .post-text {
    font-size: 13px;
    padding-right: 33px;
    letter-spacing: 0.09em;
  }
}

@media screen and (max-width: 749px) {
  .post-text h3 {
    line-height: 2;
  }
}

.post-text-bottom {
  display: block;
  margin-top: 13px;
}

@media screen and (max-width: 749px) {
  .post-text-bottom {
    margin-top: 2px;
  }
}

.post-category {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: -webkit-gradient(linear, left top, right top, from(#609ed5), to(#00a040));
  background: linear-gradient(to right, #609ed5 0%, #00a040 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-ie .post-category {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

@media screen and (max-width: 749px) {
  .post-category {
    font-size: 11px;
  }
}

.post-time {
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(45, 45, 45, 0.5);
}

@media screen and (max-width: 749px) {
  .post-time {
    font-size: 12px;
    margin-left: 13px;
  }
}

.banner-cta {
  margin: 180px 0 86px;
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  .banner-cta {
    margin: 50px 0;
  }
}

.banner-cta:after {
  display: block;
  position: relative;
  content: "";
  background-color: #f9f9f9;
  height: 100px;
  margin-top: -113px;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .banner-cta:after {
    height: 240px;
  }
}

@media screen and (max-width: 749px) {
  .banner-cta:after {
    margin-top: -56px;
    height: 97px;
  }
}

.banner-cta .banner-cta-inner {
  position: relative;
  z-index: 10;
}

.banner-cta .banner-cta-bottom-inner {
  display: block;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 750px) {
  .banner-cta .banner-cta-bottom-inner:hover {
    opacity: 0.8;
  }
}

.banner-cta .banner-cta-bottom-inner img {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .banner-cta .banner-cta-bottom-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-mobipark .banner-cta {
    margin-top: 180px;
    margin-bottom: 108px;
  }
  .subpage-mobipark .banner-cta:after {
    margin-top: -137px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-mobipark .banner-cta {
    margin-top: 96px;
  }
}

.banner-image {
  background-color: #f9f9f9;
}

.banner-image .banner-image-wrap {
  border: 1px solid #d2d2d2;
  background-image: url(../images/hellowoods/blog-banner.png);
  text-align: center;
  padding: 30px;
  background-size: cover;
  background-color: #fff;
}

.banner-image .banner-image-wrap .banner-image-subtext {
  color: #000;
}

@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap .banner-image-subtext {
    font-size: 10px;
  }
}

@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap {
    background-image: url(../images/hellowoods/blog-banner-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px;
  }
}

@media screen and (max-width: 749px) {
  .banner-image {
    background-color: #f9f9f9;
  }
}

.slider-wrapper {
  margin-left: 110px;
}

.slider-wrapper a {
  -webkit-touch-callout: none;
}

@media screen and (max-width: 749px) {
  .slider-wrapper {
    margin-left: 0;
  }
}

.slider-container-mobipark {
  overflow: hidden !important;
}

.slider-wrap {
  max-width: 100%;
  padding-left: 6%;
  padding-right: 7%;
}

.slider-wrap .slider-item {
  max-width: calc(100% / 3.53);
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider-wrap .slider-item {
    max-width: 100%;
  }
}

.slider-wrap .slider-wrapper {
  margin-left: 0;
}

.slider-wrap-how-to {
  margin-top: -2px;
  padding-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to {
    max-width: 100%;
    margin: 0 auto;
  }
}

.slider-wrap-how-to .slider-item {
  max-width: calc(100% / 3.393);
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item {
    max-width: 86.93%;
  }
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item.swiper-slide-active::before {
    background-color: transparent;
    z-index: -1;
  }
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
    z-index: 1;
  }
}

.slider-wrap-section {
  padding-left: 7%;
}

@media screen and (max-width: 749px) {
  .slider-wrap-section .slider-item {
    max-width: 100%;
  }
}

.slider-wrapper-feature {
  margin-left: 0;
}

.slider-gallery {
  overflow: hidden;
  margin-bottom: 25px !important;
}

.slider-gallery .slider-item {
  width: 100%;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.slider-gallery .slider-gallery-img {
  display: block;
  width: 100%;
  padding-bottom: 47%;
  background-position: center;
  background-size: cover;
}

.slider-gallery-nozominoyu {
  margin-bottom: 41px !important;
}

@media screen and (max-width: 749px) {
  .slider-gallery-nozominoyu {
    margin-bottom: 18px !important;
  }
}

.slider-gallery-nozominoyu .slider-gallery-img {
  padding-bottom: 46.4444%;
}

@media screen and (max-width: 749px) {
  .slider-gallery-nozominoyu .slider-gallery-img {
    padding-bottom: 56.4444%;
  }
}

.slider-mobipark-attraction .slider-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.slider-gallery-thumb .swiper-wrapper {
  -webkit-box-pack: center;
          justify-content: center;
}

.slider-gallery-thumb .slider-item {
  width: 70px;
}

.slider-gallery-thumb .slider-gallery-thumb-img {
  display: block;
  width: 100%;
  height: 50px;
  background-position: center;
  background-size: cover;
}

.slider-pickup,
.slider-recommendation {
  opacity: 1;
  overflow: visible !important;
  margin-left: 0;
}

@media screen and (max-width: 749px) {
  .slider-pickup,
  .slider-recommendation {
    padding: 0 12% !important;
  }
}

.slider-pickup .slider-wrapper,
.slider-recommendation .slider-wrapper {
  margin-left: 0;
}

@media screen and (min-width: 749px) {
  .slider-pickup .slider-item,
  .slider-recommendation .slider-item {
    max-width: 369px;
  }
}

@media screen and (max-width: 749px) {
  .slider-pickup .slider-item,
  .slider-recommendation .slider-item {
    opacity: 0.4;
    min-width: 257px;
  }
}

@media screen and (max-width: 749px) {
  .slider-pickup .swiper-slide-active,
  .slider-recommendation .swiper-slide-active {
    opacity: 1;
  }
}

.swiper-pagination-feature,
.swiper-pagination-section {
  margin-top: 14px;
  text-align: center;
}

.swiper-pagination-feature .swiper-pagination-bullet,
.swiper-pagination-section .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 50px;
  height: 3px;
  background-color: #ccc;
}

@media screen and (max-width: 749px) {
  .swiper-pagination-feature .swiper-pagination-bullet,
  .swiper-pagination-section .swiper-pagination-bullet {
    margin: 0 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
}

.swiper-pagination-feature .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}

@media screen and (max-width: 749px) {
  .swiper-pagination-feature {
    margin-top: -13px;
  }
}

@media screen and (max-width: 749px) {
  .swiper-pagination-section {
    margin-top: 15px;
  }
}

.slider-dokidoki .slide-text {
  margin-top: 15px;
  display: inline-block;
  font-size: 20px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  color: #000;
  letter-spacing: 0.06em;
}

.top-slider .swiper-wrapper {
  margin: 0 -95px;
}

.top-slider-text {
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 749px) {
  .top-slider-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 750px) {
  .forest-craft .top-slider-text {
    display: block;
    margin: 14px 0 0;
  }
}

@media screen and (max-width: 749px) {
  .forest-craft .top-slider-text {
    font-size: 13px;
    margin-top: 9px;
    letter-spacing: 0.1em;
    line-height: 1.65;
  }
}

.top-slider-text small {
  font-size: 15px;
  letter-spacing: 0.16em;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 749px) {
  .top-slider-text small {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .top-slide-craft .top-slider-text small {
    display: block;
    font-size: 12px;
  }
}

.top-slider-image {
  text-align: center;
  margin-bottom: 10px;
}

.top-slider-image img {
  width: 100%;
  height: auto;
}

.note {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 749px) {
  .note {
    max-width: 235px;
    margin: 0 auto;
    left: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .note {
    left: 2%;
  }
}

.note.note-itadaki-banner-1 > div {
  position: relative;
  top: 6px;
  left: 54px;
  width: 96%;
}

@media screen and (max-width: 749px) {
  .note.note-itadaki-banner-1 > div {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.note.note-itadaki-banner-2 > div {
  position: relative;
  top: 6px;
  left: 66px;
  width: 98%;
}

@media screen and (max-width: 749px) {
  .note.note-itadaki-banner-2 > div {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.note-message {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 37%;
}

.alt-feature {
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 130px;
  display: -webkit-box;
  display: flex;
}

.alt-feature .order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.alt-feature .order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 749px) {
  .alt-feature {
    max-width: 514px;
    margin: auto;
    margin-bottom: 40px;
  }
  .alt-feature.row {
    display: block;
  }
}

.alt-feature .alt-feature-image-wrapper {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-image-wrapper {
    width: calc(100% + 12px);
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

.alt-feature .alt-feature-desc {
  max-width: 465px;
  margin: auto;
  width: 50%;
}

.alt-feature .alt-feature-desc.right {
  margin-right: 0;
}

.alt-feature .alt-feature-desc.left {
  margin-left: 0;
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper {
  background: url("/top/assets/images/frame-v2.png") no-repeat;
  background-size: 99% 100%;
  padding: 40px 40px 45px;
  text-align: center;
  position: relative;
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper.new::before {
  content: "NEW!";
  background-color: #51ca30;
  position: absolute;
  top: 10px;
  left: 12px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.new::before {
    top: 5px;
    left: 5px;
    font-size: 9px;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper .alt-feature-desc-text {
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper {
    padding: 10px 15px;
    padding-bottom: 22px;
    background-size: 100% 100%;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon {
  position: absolute;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon {
    right: auto !important;
    left: -12px !important;
    max-width: 50px;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.owl {
  right: 0;
  top: -50px;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.owl {
    top: -48px;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit {
  left: -40px;
  top: -30px;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit {
    top: -48px;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit-right {
  right: 0px;
  top: -30px;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit-right {
    top: -48px;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.bird {
  top: -40px;
  right: 0;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.bird {
    top: -48px;
  }
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc {
    width: 100%;
    font-size: 12px;
  }
}

.alt-feature:last-child {
  margin-bottom: 0;
}

.steps-list-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}

.comparison {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}

.comparison-inner {
  width: 100%;
}

.comparison-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #f2f7fb;
  width: calc(100% / 2);
  -webkit-box-align: center;
          align-items: center;
  padding: 15px;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .comparison-col {
    font-size: 14px;
  }
}

@media screen and (min-width: 750px) {
  .comparison-col {
    -webkit-box-pack: center;
            justify-content: center;
    width: calc((100% - 220px) / 2);
    padding: 35px;
  }
}

.comparison-col:nth-child(1) {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .comparison-col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 220px;
  }
}

.comparison-col:nth-child(1) p {
  font-size: 14px;
}

@media screen and (min-width: 750px) {
  .comparison-col:nth-child(1) p {
    font-size: 18px;
  }
}

.comparison-col:nth-child(1) span, .comparison-col:nth-child(1) p {
  text-align: center;
}

.comparison-col:nth-child(1) span {
  font-size: 12px;
  font-weight: 300;
}

@media screen and (min-width: 750px) {
  .comparison-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.comparison-col:nth-child(3) {
  background: #f2faf5;
}

@media screen and (min-width: 750px) {
  .comparison-col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

.comparison-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
}

.comparison-row:first-child .comparison-col:not(:first-child) {
  padding: 40px 15px;
}

@media screen and (min-width: 750px) {
  .comparison-row:first-child .comparison-col:not(:first-child) {
    padding: 40px 50px;
  }
}

.comparison-row:first-child .comparison-col:first-child {
  padding: 0;
}

.comparison-btn {
  margin-top: 20px;
  width: calc(100% / 2);
  padding: 0 15px;
}

@media screen and (min-width: 750px) {
  .comparison-btn {
    padding: 0 20px;
    margin-top: 34px;
    width: calc((100% - 220px) / 2);
  }
}

.comparison-btn-tsubasa {
  margin-left: auto;
}

.comparison-btn-musasabi {
  margin-left: auto;
}

.comparison
.comparison-img-1 {
  max-width: 216px;
  margin: 0 auto 30px;
  width: 100%;
}

.comparison-img-2 {
  max-width: 220px;
  margin: 0 auto 30px;
  width: 100%;
}

.comparison-label {
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
}

.comparison-label-green {
  background: #4fad31;
}

.comparison-label-grey {
  background: #9c9c9c;
}

.common-slider {
  position: relative;
  margin: 0 -176px;
}

@media screen and (max-width: 749px) {
  .common-slider {
    margin: 0 -214px !important;
  }
}

.common-slider .swiper-wrapper .swiper-slide-prev {
  opacity: 0.5;
}

.common-slider .swiper-wrapper .swiper-slide-next {
  opacity: 0.5;
}

.common-slider .swiper-pagination {
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -47%;
}

.common-slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #cccccc;
  border-radius: 50%;
  margin-right: 10px;
}

.common-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}

.common-slider.sumika-slider .swiper-pagination {
  bottom: -30px;
}

.common-slider.itadaki-slider .swiper-pagination {
  bottom: -30px;
}

.common-slider.dokidoki-slider .swiper-pagination {
  bottom: -30px;
}

.kart {
  width: 100%;
}

.kart-course {
  width: 100%;
}

.kart-course-item {
  display: -webkit-box;
  display: flex;
  position: relative;
}

@media screen and (max-width: 749px) {
  .kart-course-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.kart-course-item:not(:last-child) {
  margin-bottom: 28px;
}

@media screen and (min-width: 750px) {
  .kart-course-item:not(:last-child) {
    margin-bottom: 45px;
  }
}

.kart-course-thumb {
  max-width: 524px;
  max-height: 298px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .kart-course-thumb {
    height: 298px;
  }
}

@media screen and (max-width: 749px) {
  .kart-course-thumb {
    margin: 0 auto 18px;
  }
}

.kart-course-thumb:before {
  background-image: url("../images/frame.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.kart-course-thumb-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .kart-course-thumb-img {
    height: 100%;
  }
}

@media screen and (max-width: 749px) {
  .kart-course-thumb-img {
    padding-bottom: 56%;
  }
}

@media screen and (min-width: 750px) {
  .kart-course-content {
    padding-top: 15px;
    padding-left: 55px;
  }
}

.kart-course-content-desc {
  background: #f9f9f9;
  padding: 10px 17px;
  border-radius: 5px;
}

@media screen and (min-width: 750px) {
  .kart-course-content-desc {
    padding: 18px 30px;
  }
}

.kart-course-content-desc p {
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 300;
}

@media screen and (min-width: 750px) {
  .kart-course-content-desc p {
    font-size: 15px;
    line-height: 2.2;
  }
}

.kart-course-content-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
  padding-left: 25px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .kart-course-content-title {
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 20px;
  }
}

.kart-course-content-title:before {
  background-image: url("../images/flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -4px;
  height: 24px;
  width: 20px;
}

@media screen and (min-width: 750px) {
  .kart-course-content-title:before {
    left: -2px;
    top: -19px;
    height: 44px;
    width: 36px;
  }
}

.kart-txt {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 300;
}

@media screen and (min-width: 750px) {
  .kart-txt {
    font-size: 15px;
  }
}

.kart-challenge {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 93px;
}

@media screen and (max-width: 749px) {
  .kart-challenge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 30px;
  }
}

.kart-challenge-thumb {
  width: calc(100% - 50px);
  padding: 5px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .kart-challenge-thumb {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 750px) {
  .kart-challenge-thumb {
    padding: 10px 0;
    width: 450px;
    height: 662px;
  }
}

.kart-challenge-thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.kart-challenge-thumb:before, .kart-challenge-thumb:after {
  content: '';
  display: block;
  position: absolute;
}

.kart-challenge-thumb:before {
  background-image: url("../images/frame-long.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

@media screen and (min-width: 750px) {
  .kart-challenge-thumb:before {
    left: -10px;
    width: calc(100% + 20px);
  }
}

.kart-challenge-thumb:after {
  background-image: url("../images/frame-long-splash.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 108%;
  left: -4%;
  top: -3%;
  height: 108%;
  opacity: 0.2;
}

@media screen and (min-width: 750px) {
  .kart-challenge-thumb:after {
    width: calc(100% + 54px);
    left: -34px;
    top: -21px;
  }
}

.kart-challenge-content {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .kart-challenge-content {
    padding-top: 49px;
    padding-left: 58px;
    width: calc(100% - 450px);
  }
}

.kart-list {
  display: block;
  padding: 30px 0;
  position: relative;
}

.kart-list:before, .kart-list:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #2d2d2d), color-stop(15%, transparent), color-stop(50%, transparent), color-stop(50%, #2d2d2d), color-stop(65%, #2d2d2d), color-stop(65%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #2d2d2d 15%, transparent 15%, transparent 50%, #2d2d2d 50%, #2d2d2d 65%, transparent 65%, transparent 100%);
  background-size: 20.00px 20.00px;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}

.kart-list:before {
  top: 0;
}

.kart-list:after {
  bottom: 0;
}

.kart-item {
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
  .kart-item {
    font-size: 15px;
  }
}

.kart-item:not(:last-child) {
  margin-bottom: 20px;
}

.kart-item p {
  width: calc(100% - 103px);
  line-height: 2.2;
}

.kart-sched {
  background-color: #f2f2f2;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 29px;
  width: 65px;
  margin-right: 15px;
}

@media screen and (min-width: 750px) {
  .kart-sched {
    width: 103px;
    margin-right: 30px;
  }
}

@-webkit-keyframes movearrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movearrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 749px) {
  .youtube-iframe-container iframe {
    width: 100%;
    height: 210px;
  }
}

.forest.forest-craft {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .forest.forest-craft::before {
    background-image: url("../images/craft/craft-monthly-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -59px;
    right: 0;
    height: 120px;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .forest.forest-craft {
    margin-top: -59px;
    padding-bottom: 91px;
  }
}

@media screen and (max-width: 749px) {
  .forest.forest-craft {
    margin-top: 40px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 749px) {
  .menu {
    margin-top: 31px;
  }
}

@media screen and (min-width: 750px) {
  .menu::before {
    background-image: url("../images/craft/craft-menu-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -127px;
    right: 0px;
    bottom: 0;
    content: "";
  }
}

@media screen and (max-width: 749px) {
  .menu::before {
    background-image: url("../images/craft/craft-menu-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

.menu-container {
  position: relative;
}

.menu-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -23px;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .menu-list {
    margin: 0 -3%;
    position: relative;
  }
}

.menu-list-item {
  padding: 0 23px 63px;
}

@media screen and (max-width: 749px) {
  .menu-list-item {
    padding: 0 3% 34px;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}

.menu-list-link {
  display: block;
  width: 270px;
}

@media screen and (max-width: 749px) {
  .menu-list-link {
    width: 100%;
  }
}

.menu-list-image {
  width: 100%;
  height: 270px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .menu-list-image {
    height: auto;
    padding-top: 102.5%;
    background-size: cover;
  }
}

.menu-list-title {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7778;
  color: #2d2d2d;
  margin: 12px 0 5px;
  position: relative;
}

.menu-list-title span {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
}

@media screen and (max-width: 749px) {
  .menu-list-title span {
    font-size: 9px;
  }
}

@media screen and (max-width: 749px) {
  .menu-list-title {
    font-size: 13px;
    margin: 0;
  }
}

.menu-list-price {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #2d2d2d;
  line-height: 2.377;
}

@media screen and (max-width: 749px) {
  .menu-list-price {
    font-size: 12px;
    margin: 0;
    line-height: 2;
  }
}

@media screen and (min-width: 750px) {
  .craft-recommendation::before {
    background-image: url("../images/craft/craft-recommendation-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: -151px;
    right: 0px;
    bottom: 0;
    content: "";
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation::before {
    background-image: url("../images/craft/craft-recommendation-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -31px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .craft-recommendation .heading-subtext {
    margin-top: 13px;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .heading-subtext {
    padding: 0 29px 0 28px;
    margin-top: 8px;
    height: 34px;
  }
}

@media screen and (min-width: 750px) {
  .craft-recommendation .heading-subtext svg {
    width: 449px;
    height: 33px;
    margin-left: 13px;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .heading-wrap {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .heading {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .heading svg {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .craft-recommendation .heading-text {
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .article .article-heading {
    margin-top: 11px;
    min-height: 54px;
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .article {
    padding: 0 5px 36px;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation .article-image {
    padding-top: 61%;
    background-size: cover;
  }
}

@media screen and (min-width: 750px) {
  .craft-recommendation {
    margin-top: 83px;
  }
}

@media screen and (max-width: 749px) {
  .craft-recommendation {
    position: relative;
    margin-top: 76px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 750px) {
  .craft-pick-up::before {
    background-image: url("../images/craft/craft-pickup-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 196px;
    right: -13px;
    bottom: 0;
    content: "";
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up::before {
    background-image: url("../images/craft/craft-pickup-bg-sp.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 155px;
    height: 160px;
    width: 126px;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .craft-pick-up {
    margin-top: 51px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up {
    margin-top: -29px;
    padding-bottom: 25px;
    position: relative;
  }
}

@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup svg {
    margin-left: 14px;
    max-width: 389px;
    height: 33px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .heading-pickup svg {
    width: 282px;
  }
}

@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup .heading-text {
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .heading-pickup .heading-text {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
}

@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup .heading {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .heading-pickup {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-list-item {
    max-width: 100%;
    padding: 0 12.5px 25px;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .pick-inner {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-list {
    width: auto;
    margin: 0 -12.5px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-article .article-heading {
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.67;
    padding: 0;
    min-height: 0;
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-article .article-period {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-article {
    padding: 0 0 9px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .article-image-wrap {
    padding: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 749px) {
  .craft-pick-up .article-image {
    padding-top: 65%;
    background-position: -6px -6px;
    background-size: 109%;
  }
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 750px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}

.breadcrumbs-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs-link {
  color: #12290f;
}

.breadcrumbs-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 2;
}

@media screen and (min-width: 750px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}

.breadcrumbs-item:not(:last-child):after {
  content: '';
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #6a6969;
  border-right: 1px solid #6a6969;
  margin: 0 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 750px) {
  .breadcrumbs-item:not(:last-child):after {
    -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
            transform: rotate(-45deg) skew(10deg, 10deg);
    width: 10px;
    height: 10px;
    margin: 0 15px;
  }
}

.breadcrumbs-item:last-child {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-item:hover {
    font-weight: bold;
  }
}

.swiper-container {
  overflow: visible !important;
  background-color: #fff;
}

.swiper-container-mobipark {
  background-color: transparent;
}

.swiper-container.slider-gallery, .swiper-container.slider-gallery-thumb {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .swiper-container.slider-carbike-container .slider-carbike {
    flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.collpase {
  margin: 0 -15px;
}

@media screen and (max-width: 749px) {
  .collpase {
    padding: 0 10px;
  }
}

.collapse-inner {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  padding: 0 40px 10px;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
}

@media screen and (max-width: 749px) {
  .collapse-inner {
    padding: 0 0 18px;
  }
}

.collapse-inner:hover {
  cursor: pointer;
}

.collapse-inner .table-subheading {
  text-align: center;
  margin-top: 40px;
}

.collapse-inner .table-heading {
  margin: 0;
  padding: 36px 0;
}

@media screen and (max-width: 749px) {
  .collapse-inner .table-heading {
    padding: 15px 0 26px;
  }
}

.collapse-inner .collapse-arrow {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 13px;
  top: auto;
}

.collapse-inner.is-open {
  padding-bottom: 50px;
}

.collapse-inner.is-open .collapse-arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.collapse-content-wrap {
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reminder {
  width: 886px;
  background-color: #f5f6fa;
  padding: 59px 97px 51px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .reminder {
    width: 100%;
    padding: 20px;
  }
}

.reminder-frame {
  position: absolute;
  top: 2px;
  left: 77px;
}

@media screen and (max-width: 749px) {
  .reminder-frame {
    left: 12px;
    width: 94%;
    height: 100%;
  }
}

.reminder-heading {
  font-size: 13px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
  .reminder-heading {
    font-size: 24px;
  }
}

.reminder-heading span {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
  background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-ie .reminder-heading span {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

.reminder-description {
  font-size: 13px;
  color: #333333;
  line-height: 2.308;
  letter-spacing: 0.1em;
  margin-top: 4px;
  padding-left: 3px;
}

.nozominoyu-summary {
  margin-bottom: 135px;
  margin-top: 111px;
}

@media screen and (max-width: 749px) {
  .nozominoyu-summary {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.nozominoyu-summary-inner {
  padding-top: 21px;
}

.nozominoyu-paragraph {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.229em;
}

@media screen and (max-width: 749px) {
  .nozominoyu-paragraph {
    font-size: 12px;
  }
}

.nozominoyu-paragraph.nozominoyu-paragraph-note {
  letter-spacing: 0.245em;
}

.nozominoyu-paragraph.nozominoyu-subheading {
  margin-top: 18px;
  letter-spacing: 0.24em;
}

.nozominoyu-paragraph.nozominoyu-paragraph-note-table {
  letter-spacing: 0.19em;
  font-size: 13px;
  margin-top: 7px;
}

@media screen and (max-width: 749px) {
  .nozominoyu-paragraph.nozominoyu-paragraph-note-table {
    font-size: 11px;
  }
}

.nozominoyu-race {
  margin-top: 37px;
}

.nozominoyu-race-inner {
  text-align: center;
  background-color: #f5f6fa;
  padding: 59px;
}

@media screen and (max-width: 749px) {
  .nozominoyu-race-inner {
    padding: 38px 20px;
  }
}

.nozominoyu-heading img {
  width: 69%;
}

.nozominoyu-heading.nozominoyu-time-table-heading img {
  width: 10%;
}

@media screen and (max-width: 749px) {
  .nozominoyu-heading.nozominoyu-time-table-heading img {
    width: 17%;
  }
}

.nozominoyu-heading.nozominoyu-fee-table-heading img {
  width: 12%;
}

@media screen and (max-width: 749px) {
  .nozominoyu-heading.nozominoyu-fee-table-heading img {
    width: 21%;
  }
}

.nozominoyu-heading.nozominoyu-amenity-table-heading img {
  width: 36%;
}

@media screen and (max-width: 749px) {
  .nozominoyu-heading.nozominoyu-amenity-table-heading img {
    width: 60%;
  }
}

.nozominoyu-article {
  margin: 32px -15px 0;
}

@media screen and (max-width: 749px) {
  .nozominoyu-article {
    margin: 32px -7px 0;
  }
}

.nozominoyu-article-list-item {
  padding: 0 15px;
}

@media screen and (max-width: 749px) {
  .nozominoyu-article-list-item {
    padding: 0 7px;
  }
}

@media screen and (max-width: 749px) {
  .nozominoyu-article-list-item:last-child {
    margin-top: 20px;
  }
}

.nozominoyu-article-link {
  color: #333;
}

.nozominoyu-article-thumbnail {
  padding-bottom: 63%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nozominoyu-article-title {
  margin-top: 13px;
  font-size: 15px;
  line-height: 2;
  font-family: "HiraKakuPro-W6-AlphaNum";
  letter-spacing: 0.229em;
}

@media screen and (max-width: 749px) {
  .nozominoyu-article-title {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

.nozominoyu-amenity-table {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 40px;
}

.nozominoyu-amenity-table th, .nozominoyu-amenity-table td {
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
  border: 1px solid #ccc;
  font-size: 17px;
}

.nozominoyu-amenity-table th {
  background-color: #f5f6fa;
}

.nozominoyu-amenity-table td {
  vertical-align: top;
}

.nozominoyu-time-table {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.nozominoyu-time-table .nozominoyu-time-table-header,
.nozominoyu-time-table .nozominoyu-time-table-data {
  font-size: 17px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
}

.nozominoyu-time-table .nozominoyu-time-table-header:first-child {
  width: 19.5%;
  height: 86px;
  background-color: #f5f6fa;
  border-right: 1px solid transparent;
}

.nozominoyu-fee,
.nozominoyu-amenity {
  margin-top: 118px;
}

@media screen and (max-width: 749px) {
  .nozominoyu-fee,
  .nozominoyu-amenity {
    margin-top: 102px;
  }
}

.nozominoyu-time-table-sp {
  display: table;
  width: 100%;
}

.nozominoyu-time-table-sp td {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}

.nozominoyu-time-table-sp .time-table-th-sp {
  border: 1px solid #ccc;
  text-align: center;
  border-right: 1px solid transparent;
  background-color: #f5f6fa;
  padding: 20px 0;
  width: 110px;
  font-size: 12px;
}

.nozominoyu-fee-table-sp {
  display: table;
  width: 100%;
}

.nozominoyu-fee-table-sp td {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}

.nozominoyu-fee-table-sp .fee-table-th-sp {
  border: 1px solid #ccc;
  text-align: center;
  border-right: 1px solid transparent;
  background-color: #f5f6fa;
  padding: 20px 0;
  width: 110px;
  font-size: 12px;
}

.nozominoyu-amenity-table-sp {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.nozominoyu-amenity-table-sp td {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  padding: 25px 27px;
}

.nozominoyu-amenity-table-sp td:nth-of-type(2) {
  max-height: 177px;
}

.nozominoyu-amenity-table-sp .amenity-table-th-sp {
  border: 1px solid #ccc;
  text-align: center;
  border-right: 1px solid transparent;
  background-color: #f5f6fa;
  padding: 20px 0;
  width: 110px;
  font-size: 12px;
  vertical-align: top;
}

.nozominoyu-amenity-td-inner-sp,
.nozominoyu-amenity-td-inner {
  display: inline-block;
  text-align: left;
}

.nozominoyu-time-table-list-item-sp {
  margin-top: 34px;
}

.nozominoyu-time-table-list-item-sp:first-child {
  margin-top: 22px;
}

.nozominoyu-fee-table-list-sp {
  margin-top: 20px;
}

.important-note {
  font-size: 13px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  line-height: 2;
  display: block;
  margin-top: 26px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 749px) {
  .important-note {
    font-size: 11px;
    margin-top: 18px;
  }
}

.important-note-left {
  text-align: left;
}

.important-note-center {
  text-align: center;
}

.important-note-right {
  text-align: right;
}

.important-note-granroomactivity {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .important-note-granroomactivity {
    line-height: 1.5;
    font-size: 12px;
  }
}

.model-plan {
  text-align: center;
  margin-bottom: 111px;
}

@media screen and (max-width: 749px) {
  .model-plan {
    margin-bottom: 89px;
  }
}

.model-plan-frame {
  border-style: solid;
  border-width: 30px;
  -webkit-border-image: url("/top/assets/images/model-plan-frame.png") 30 round;
       -o-border-image: url("/top/assets/images/model-plan-frame.png") 30 round;
          border-image: url("/top/assets/images/model-plan-frame.png") 30 round;
  padding-top: 24px;
  padding-bottom: 17px;
}

@media screen and (max-width: 749px) {
  .model-plan-frame {
    padding-top: 13px;
    padding-bottom: 0px;
  }
}

.model-plan-desc {
  font-size: 15px;
  line-height: 1.667;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .model-plan-desc {
    font-size: 12px;
  }
}

.model-plan .heading-model-plan {
  margin-bottom: 0px;
}

.model-plan .heading-model-plan .heading-subtext {
  width: 423px;
  height: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .model-plan .heading-model-plan .heading-subtext {
    width: 196px;
  }
}

.model-plan-note {
  font-size: 12px;
  line-height: 2.083;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .model-plan-note {
    font-size: 11px;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.col-lg-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

@media screen and (max-width: 1279px) {
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}

.col-lg-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

@media screen and (max-width: 1279px) {
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}

.col-lg-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 25%;
  max-width: 25%;
}

@media screen and (max-width: 1279px) {
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.col-lg-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media screen and (max-width: 1279px) {
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

.col-lg-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

@media screen and (max-width: 1279px) {
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}

.col-lg-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 50%;
  max-width: 50%;
}

@media screen and (max-width: 1279px) {
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.col-lg-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

@media screen and (max-width: 1279px) {
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}

.col-lg-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

@media screen and (max-width: 1279px) {
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}

.col-lg-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 75%;
  max-width: 75%;
}

@media screen and (max-width: 1279px) {
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}

.col-lg-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

@media screen and (max-width: 1279px) {
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}

.col-lg-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

@media screen and (max-width: 1279px) {
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}

.col-lg-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1279px) {
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.l-container {
  padding: 0 32px;
  width: 1284px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

.l-container-kids-attraction {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

.l-container-inner {
  padding: 0 30px;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.l-container-inner-nozominoyu {
  padding: 0 30px;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container-inner-nozominoyu {
    width: 100%;
    padding: 0;
  }
}
.l-container-pickup {
  padding: 0 32px;
  width: 750px;
  margin: 30px auto 0;
}

@media screen and (max-width: 749px) {
  .l-container-pickup {
    width: 100%;
    padding: 0 20px;
}
}
.l-heading {
  text-align: center;
}

.l-heading-main {
  margin: 48px 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .l-heading-main {
    margin: 40px 0 49px;
  }
}

@media screen and (max-width: 749px) {
  .l-heading-main.l-heading-main-nozominoyu-summary {
    margin: 40px 0 0;
  }
}

.l-heading-inner {
  margin: 40px 0;
  text-align: center;
}

.l-feature {
  padding: 60px 0 0;
}

@media screen and (max-width: 749px) {
  .l-feature {
   /* padding-top: 132px;*/
 padding-top:15px; /*スライド上部バナー、名称変更案内追加用*/ 
  }
}

.l-parkmap {
  position: relative;
}

@media screen and (max-width: 749px) {
  .l-parkmap {
    padding: 0px 0 49px;
  }
}

.l-section {
  padding-bottom: 95px;
}

.l-section.youtube-video {
  padding-top: 25px;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .l-section {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 749px) {
  .l-section.l-section-forest-dokidoki {
    padding-bottom: 20px;
  }
}

.l-section.l-section-hotel-twin {
  padding-bottom: 47px;
}

@media screen and (max-width: 749px) {
  .l-section.l-section-hotel-twin {
    padding-bottom: 33px;
  }
}

@media screen and (max-width: 749px) {
  .l-section.sponsors {
    margin-bottom: 55px;
  }
}

.l-section.l-section-activity {
  margin-top: -72px;
}

@media screen and (max-width: 749px) {
  .l-section.l-section-activity {
    margin-top: 0;
  }
}

@media screen and (max-width: 749px) {
  .l-section.banner-image {
    padding-bottom: 60px;
    background-color: #f9f9f9;
  }
}

.l-section-inner {
  padding: 0 146px;
}

@media screen and (max-width: 749px) {
  .l-section-inner {
    padding: 26px 0 40px;
  }
}

.l-section-title {
  text-align: center;
}

.l-section-title-adventure {
  position: relative;
  z-index: 3;
}

.l-section-title-adventure.hellowoods {
  position: initial;
}

/*Modifier*/
.alternate-feature .heading-wrap {
  margin-bottom: 65px;
}

@media screen and (max-width: 749px) {
  .alternate-feature .heading-wrap {
    margin-bottom: 45px;
  }
}

.faq-file-dl .heading-wrap {
  margin-bottom: 50px;
}

.l-button {
  margin-top: 50px;
}

.l-button.l-button-call-to-action {
  margin-top: 25px;
}

@media screen and (max-width: 749px) {
  .l-button.l-button-call-to-action {
    margin: 15px;
  }
}

.l-button .button-adventure {
  margin-top: -9px;
}

@media screen and (max-width: 749px) {
  .l-button .button-adventure {
    margin-top: -21px;
  }
  .l-button .button-adventure-racing-kart {
    margin-top: -24px;
  }
}

.l-button .button-kids-carbike-attraction {
  margin-left: 0;
  margin-right: 0;
}


@media screen and (max-width: 749px) {
  .l-button-kids-carbike {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-adventure {
  max-width: 961px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding-top: 93px;
  background-color: #fff;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
}

.l-adventure.hellowoods {
  padding-top: 140px;
}

@media screen and (max-width: 749px) {
  .l-adventure {
    max-width: 612px;
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -27px;
  }
  .l-adventure.hellowoods {
    padding-top: 60px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 749px) {
  .l-adventure-sp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 750px) {
  .l-adventure-dokidoki {
    padding-top: 106px;
  }
}

@media screen and (min-width: 750px) {
  .l-adventure-itadaki {
    padding-top: 60px;
  }
}

.l-racing-kart {
  padding-top: 39px;
}

@media screen and (max-width: 749px) {
  .l-racing-kart {
    padding-top: 23px;
  }
}

@media screen and (min-width: 750px) {
  .racing-kart {
    margin-top: 0;
  }
  .racing-kart.nozomi {
    padding-bottom: 160px;
  }
}

.l-note {
  margin: 40px 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .l-note {
    margin: 0;
  }
}

.l-youtube {
  margin-top: 78px;
}

@media screen and (max-width: 749px) {
  .l-youtube {
    margin: 0 -20px;
  }
}

.l-column-link {
  margin-left: -20px;
  margin-right: -20px;
}

.notification {
 margin: 0 auto 30px;
 padding: 20px 10px;
 width: 70%;
 border: 1px solid #ccc;
 text-align:center; 
}

.notification p.goods {
 margin-top: 20px;
 letter-spacing: 0.16em;
 line-height: 2em;
 font-size: 14px;
}

.notification p.goods a {
 text-decoration:none;
 color:#333;
 }

.notification p.goods a:hover {
 text-decoration:underline;
 }
 
 @media screen and (max-width: 749px) {
.notification { width: 100%;}
.notification p.goods { font-size: 12px;}
}


/* 20211213 名称変更インフォメーション追加　*/
.mobilityresortmotegi-info{
	margin:150px 0 -60px 0px;
	text-align:center;
	padding:40px 0;
	background-color:#E3F4EB;
}
.mobilityresortmotegi-info p{text-align:center;font-size: 1.5em;line-height:1.6em;}
.mobilityresortmotegi-info img{margin-top: 20px;}

 @media screen and (max-width: 749px) {
	 .mobilityresortmotegi-info{
	/*margin:150px 0 -60px 0px;*/	 
	margin:150px 0 0px 0px;
	text-align:center;
	padding:30px 0;
	background-color: #E3F4EB;
}
.mobilityresortmotegi-info p{text-align:center;font-size: 1em;line-height:1.7em;}
.mobilityresortmotegi-info img{width:90%;margin-top: 20px;}
}


/*　20220426追加　スライド上部GWバナー固定用　*/
@media screen and (min-width: 750px) {
div.bnr-area{
	margin:120px 0 -30px;
	text-align:center;
  }
}

@media screen and (max-width: 749px) {
div.bnr-area {
text-align:center;
	margin:30px 5px 0;
  }
}

div.show-sp{display:none;}

@media screen and (max-width: 749px) {
  .show-sp {
    display:block !important;
  }
}


/* 冬花火案内追加　20241107　*/
@media screen and (min-width: 750px) {
  .fireworks-info2024 {
  margin:0 auto;
  height: auto;
  background-color: #f2f2f2;
  width: 70%;
  padding: 0px;
  margin-top:-50px;
  margin-bottom: 120px;
	  z-index: 1000000;
  }
	.fireworks-info2024 div.title{
		width:94%;
		font-size:1.3em;
		font-weight: 700;
		padding:20px 0px 10px;
		margin:0 auto;
	}
  .fireworks-info2024 div.text {
	  width:94%;
	  margin: 0 auto;
 padding:0px 0px 20px;
	  line-height: 1.7em;
	}
	
.fireworks-info2024 div.link{
	text-align: center;
margin: 0 auto;
line-height: 1.7em;
padding:20px 20px 20px 30px;
	font-weight: 600;
	font-size: 1.3em;
}
.fireworks-info2024 div.link a{
width:94%;
display: inline-block;
color: #1B1B1B;
text-decoration: underline;
}
.fireworks-info2024 div.link a:hover {
text-decoration: none;
	}
}


@media screen and (max-width: 749px) {
  .fireworks-info2024 {
  margin:0 auto;
  height: auto;
  background-color: #f2f2f2;
  width: 90%;
  padding: 0px;
  margin-top:0px;
  margin-bottom: 70px;
	  z-index: 1000000;
  }
	.fireworks-info2024 div.title{
		width:90%;
		font-size:1.1em;
		font-weight: 700;
		padding:20px 0px 10px;
		margin:0 auto;
	}
  .fireworks-info2024 div.text {
	  width:90%;
	  margin: 0 auto;
 padding:0px 0px 20px;
	  line-height: 1.7em;
	}
	
.fireworks-info2024 div.link{
	text-align: center;
margin: 0 auto;
line-height: 1.7em;
padding:20px 10px 20px;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 70px;
	margin-bottom:-50px;
}
.fireworks-info2024 div.link a{
width:94%;
display: inline-block;
color: #1B1B1B;
text-decoration: underline;
}
.fireworks-info2024 div.link a:hover {
text-decoration: none;
	}
}



