@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap);@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;
  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%;
}

x-small {
  font-size: 65%;
}


.large_bold {
  font-size: 125%;
  font-weight: bold;
}

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 .wrap:not(.client-content) {
  overflow-x: hidden;
}

body .wrap:not(.client-content),
body #lig-header,
body #lig-preload,
body #lig-breadcrumbs,
body #lig-footer,
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 !important;
  color: #333;
  background-color: #fff;
  min-width: 1279px;
}

@media screen and (max-width: 750px) {
  body .wrap:not(.client-content),
  body #lig-header,
  body #lig-preload,
  body #lig-breadcrumbs,
  body #lig-footer,
  body .lig-content {
    min-width: 100%;
  }
}

body #lig-footer {
  font-family: "NotoSansCJKjp-Regular" !important;
}

body .wrap .client-content {
  box-sizing: initial;
}

body .bg-black {
  background-color: #000000;
}

body .bg-none {
  background: none;
}

#container{
    overflow: hidden;
    box-sizing: border-box;
}

*: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;
  }
  .u-show-sp.collection-img-sp {
    margin-bottom: 32px;
  }
}

@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-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.hover-wrap {
  overflow: hidden;
}

.hover-wrap:hover > * {
  -webkit-transition: ease 1s all;
  transition: ease 1s all;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.breakfast-marcherant .hover-wrap:hover > *,
.lunch-marcherant .hover-wrap:hover > *,
.dinner-set-marcherant .hover-wrap:hover > * {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-green {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.hover-green:hover {
  color: #00a040 !important;
}

.hover-opacity {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.8 !important;
}

.v-hidden {
  visibility: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.footer {
	margin: 0 auto 50px;
	
}
.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;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .attraction {
    margin-bottom: 53px;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .attraction .article-heading {
    margin-top: 23px;
    min-height: 59px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .attraction .article-heading {
    min-height: 100%;
    margin-bottom: 11px;
  }
}

.smart-entry .attraction-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .smart-entry .attraction-list {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .attraction-item {
    width: 311px;
  }
}

@font-face {
  font-family: "HiraKakuPro-W6-AlphaNum";
  src: url("../lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.otf") format("opentype"), url("../lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.woff") format("woff"), url("../lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.ttf") format("truetype"), url("../lib/fonts/Hiragino Kaku Gothic Pro W6/HiraKakuPro-W6-AlphaNum.svg#HiraKakuPro-W6-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Holland";
  src: url("../lib/fonts/Holland/Holland.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/Holland/Holland.otf") format("opentype"), url("../lib/fonts/Holland/Holland.woff") format("woff"), url("../lib/fonts/Holland/Holland.woff2") format("woff2"), url("../lib/fonts/Holland/Holland.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HiraKakuPro-W3-AlphaNum";
  src: url("../lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.woff") format("woff"), url("../lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.woff2") format("woff2"), url("../lib/fonts/HiraKakuPro-W3/HiraKakuPro-W3-AlphaNum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansCJKjp-Regular-mix";
  src: url("../lib/fonts/Notosans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/Notosans/NotoSansCJKjp-Regular.otf") format("opentype"), url("../lib/fonts/Notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("../lib/fonts/Notosans/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../lib/fonts/Notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../lib/fonts/Notosans/NotoSansCJKjp-Regular.otf") format("opentype");
}

.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;
  top: 0 !important;
  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("../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: 22;
  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-collection-pit {
  max-width: 808px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .heading.heading-collection-pit .heading-texts {
    display: inline-block;
  }
}

.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;
  }
}

@media screen and (min-width: 750px) {
  .heading-main-smart-entry .heading .heading {
    margin-bottom: 37px;
  }
}

@media screen and (min-width: 750px) {
  .heading-main-smart-entry .heading .heading-subtext {
    width: 841px;
    height: 34px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-smart-entry .heading .heading-subtext {
    width: 298px;
    height: 60px;
  }
}

@media screen and (min-width: 749px) {
  .toya-main-title-heading .heading .heading-subtext {
    width: 455px;
    height: 367px;
  }
}

@media screen and (max-width: 750px) {
  .toya-main-title-heading .heading .heading-subtext {
    width: 263px;
    height: 276px;
    margin-top: 101px;
  }
}

@media screen and (min-width: 750px) {
  .heading-adventure-restaurant .heading-subtext {
    height: 30px !important;
  }
}

.heading .subpage-section-granroomactivity svg {
  fill: #fff;
}

/*.heading .heading-subtext {
  display: inline-block;
  margin-top: 20px;
  height: 36px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
*/
.banner-info-camp .heading .heading-subtext {
  color: #000;
  max-width: 100% !important;
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 750px) {
  .banner-info-camp .heading .heading-subtext {
    font-size: 36px;
  }
}

@media screen and (max-width: 749px) {
  .banner-info-camp .heading .heading-subtext {
    font-size: 26px;
  }
}

.heading .heading-subtext.heading-text-default {
  font-family: none;
  background: none;
  -webkit-text-fill-color: #000;
}

/*@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;
}

@media screen and (max-width: 1279px) {
  .is-safari .heading-text {
    margin-top: -3px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #027cc3), to(#099f48));
    -webkit-mask-image: linear-gradient(180deg, #027cc3 0, #099f48 100%);
  }
}

.heading-white .heading-text {
  background: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -moz-text-fill-color: #fff !important;
  -ms-text-fill-color: #fff !important;
}

.heading-main-subpage-granroomactivity-onecolor .heading-text {
  background: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -moz-text-fill-color: #fff !important;
  -ms-text-fill-color: #fff !important;
}

@media screen and (min-width: 750px) {
  .heading-main-subpage-granroomactivity-onecolor .heading-text {
    margin-bottom: 13px;
  }
}

.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;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap-parkmap-areaindex .heading-text {
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .heading-text,
  .subpage-labo .heading-text {
    font-size: 22.5px !important;
  }
}

.subpage-walk .heading-subtext,
.subpage-labo .heading-subtext {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .subpage-walk .heading-main-subpage,
  .subpage-labo .heading-main-subpage {
    margin-top: 90px;
  }
  .subpage-walk .heading-family-walk .heading,
  .subpage-labo .heading-family-walk .heading {
    margin-bottom: 18px;
  }
  .subpage-walk .heading-family-walk .heading-subtext,
  .subpage-labo .heading-family-walk .heading-subtext {
    width: 315.5px;
    height: 55.5px;
    margin-top: 14px;
  }
  .subpage-walk .heading-guide-walk .heading,
  .subpage-labo .heading-guide-walk .heading {
    margin-bottom: 18px;
  }
  .subpage-walk .heading-guide-walk .heading-subtext,
  .subpage-labo .heading-guide-walk .heading-subtext {
    width: 196.5px;
    height: 56px;
    margin-top: 14px;
  }
  .subpage-walk .heading-free-walk .heading,
  .subpage-labo .heading-free-walk .heading {
    margin-bottom: 18px;
  }
  .subpage-walk .heading-free-walk .heading-subtext,
  .subpage-labo .heading-free-walk .heading-subtext {
    width: 256.5px;
    height: 25px;
    margin-top: 14px;
  }
  .subpage-walk .heading-aqua-labo .heading-subtext,
  .subpage-labo .heading-aqua-labo .heading-subtext {
    height: 48px;
  }
  .subpage-walk .heading-mammal-labo .heading-subtext,
  .subpage-labo .heading-mammal-labo .heading-subtext {
    height: 55px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-family-walk,
  .subpage-walk .subpage-section-aqua-labo,
  .subpage-labo .subpage-section-family-walk,
  .subpage-labo .subpage-section-aqua-labo {
    margin-top: 150px;
  }
}

.challenge .heading-text {
  max-width: 560px;
  width: 100%;
  background: none;
}

.challenge .heading-text.heading-text-racing {
  max-width: 606px;
}

@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%;
}

.heading-racing .heading-subtext {
  max-width: 505px;
  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 (min-width: 750px) {
  .heading-toya-concept .heading {
    margin-top: 135px;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 749px) {
  .heading-toya-concept .heading {
    margin-top: 93px;
    margin-bottom: 53px;
  }
}

@media screen and (min-width: 750px) {
  .heading-toya-concept .heading-subtext {
    width: 322px;
    height: 35px;
  }
}

@media screen and (max-width: 749px) {
  .heading-toya-concept .heading-subtext {
    width: 228.5px;
    height: 25px;
  }
}

@media screen and (min-width: 750px) {
  .toya-main-title-heading .heading {
    margin-top: 150px;
  }
}

@media screen and (min-width: 750px) {
  .heading-toya-experience .heading {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 750px) {
  .heading-toya-experience .heading-subtext {
    width: 411px;
    height: 35px;
  }
}

@media screen and (max-width: 749px) {
  .heading-toya-experience .heading-subtext {
    width: 292px;
    height: 25px;
  }
}

.heading-menu-toya .heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-menu-toya .heading-text {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
}

@media screen and (min-width: 750px) {
  .heading-menu-toya .heading-subtext {
    height: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-menu-toya .heading-subtext {
    height: 25px !important;
  }
}

.heading-toya-menu-course .heading-subtext {
  height: 34px;
}

.heading-toya-menu-course2 .heading-subtext {
  height: 24px;
}

.heading-food .heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.heading-food .heading-subtext {
  width: 100%;
}

.heading-food .heading-subtext svg {
  display: block;
}

@media screen and (min-width: 750px) {
  .heading-main-toya .heading-subtext {
    height: 306px;
    width: 832px;
  }
}

.section-camp-title .heading-text {
  font-family: 'Noto Serif JP', serif;
  background: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
  -ms-text-fill-color: inherit;
  -moz-text-fill-color: inherit;
  font-size: 36px;
  font-weight: 300;
}

@media screen and (max-width: 749px) {
  .section-camp-title .heading-text {
    font-size: 24px;
  }
}

.main-camp-title .heading-text {
  font-family: 'Noto Serif JP', serif;
  background: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
  -ms-text-fill-color: inherit;
  -moz-text-fill-color: inherit;
  font-weight: bold;
  font-size: 44px;
}

@media screen and (max-width: 749px) {
  .main-camp-title .heading-text {
    font-size: 30px;
  }
}

.heading-rocco-ad .heading {
  margin: 0 !important;
}

.heading-rocco-ad .heading-subtext {
  margin-top: 0px;
}

@media screen and (min-width: 750px) {
  .heading-rocco-ad .heading-subtext {
    width: 707px;
    height: 91px;
  }
}

@media screen and (max-width: 749px) {
  .heading-rocco-ad .heading-subtext {
    width: 100%;
    height: 74px;
  }
}

.heading-rocco-ad .heading-subtext svg {
  display: block;
}

@media screen and (min-width: 750px) {
  .heading-menu-drink-jp .heading-subtext {
    height: 30px !important;
    width: auto !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-menu-drink-jp .heading-subtext {
    height: 100px;
    width: 100px;
  }
}

@media screen and (min-width: 750px) {
  .heading-menu-drink-en .heading-subtext {
    height: 20px !important;
    width: 250px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-menu-drink-en .heading-subtext {
    height: 100px;
    width: 100px;
  }
}

@media screen and (min-width: 750px) {
  .heading-gelatopop-jp .heading-subtext {
    height: 29px !important;
    width: 265px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-gelatopop-jp .heading-subtext {
    height: 28px;
    width: 150px;
  }
}

@media screen and (min-width: 750px) {
  .heading-gelatopop-en .heading-subtext {
    height: 25px !important;
    width: 200px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-gelatopop-en .heading-subtext {
    height: 28px;
    width: 190px;
  }
}

.heading-restaurant-menu-gelato-jp {
  margin-bottom: 14px;
}

.heading-restaurant-menu-gelato-jp .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-restaurant-menu-gelato-jp .heading-subtext {
  margin-top: 0px !important;
  margin-bottom: 0px;
  height: 28px;
  width: 150px;
}

@media screen and (max-width: 749px) {
  .heading-restaurant-menu-gelato-jp .heading-subtext {
    height: 22px;
  }
}

.heading-restaurant-menu-gelato-jp .heading-subtext svg {
  display: block;
  fill: #532525;
}

.heading-restaurant-menu-gelato-en .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-restaurant-menu-gelato-en .heading-subtext {
  margin-top: 0px !important;
  margin-bottom: 0px;
  height: 20px;
  width: 200px;
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .heading-restaurant-menu-gelato-en .heading-subtext {
    height: 18px;
    width: 150px;
  }
}

.heading-restaurant-menu-gelato-en .heading-subtext svg {
  display: block;
  fill: #532525;
}

@media screen and (min-width: 750px) {
  .heading-granturismo .heading-subtext {
    width: 948px;
    height: 128px;
  }
}

@media screen and (max-width: 749px) {
  .heading-granturismo .heading-subtext {
    width: auto;
    height: 260px;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-granturismo .heading-subtext img {
    height: 100%;
  }
}

@media screen and (min-width: 750px) {
  .heading-other-restaurant .heading {
    margin-top: 100px;
  }
}

@media screen and (max-width: 749px) {
  .heading-other-restaurant .heading {
    margin-top: 53px;
  }
}

@media screen and (min-width: 750px) {
  .heading-other-restaurant .heading-subtext {
    width: 415px;
    height: 39px;
  }
}

@media screen and (max-width: 749px) {
  .heading-other-restaurant .heading-subtext {
    width: 280px;
    height: 26px;
  }
}

@media screen and (min-width: 750px) {
  .heading-restaurant-menu .heading-subtext {
    width: 165px;
    height: 28px;
    line-height: normal;
  }
}

@media screen and (max-width: 749px) {
  .heading-restaurant-menu .heading-subtext {
    margin-top: 0px;
    width: 110px;
    height: 19px;
  }
}

@media screen and (min-width: 750px) {
  .heading-oak .heading {
    margin-top: 79px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 749px) {
  .heading-oak .heading {
    margin-top: 55px;
    margin-bottom: 59px;
  }
}

@media screen and (min-width: 750px) {
  .heading-oak .heading-subtext {
    width: 823px;
    height: 81px;
  }
}

@media screen and (max-width: 749px) {
  .heading-oak .heading-subtext {
    width: 305px;
    height: 133px;
  }
}

.restaurant-gradient-subtext .heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.restaurant-gradient-subtext .heading-subtext {
  margin-top: 0px;
  height: 100%;
}

.heading-main-subpage-familyroom {
  margin-bottom: 30px !important;
}

.heading-main-subpage-familyroom .heading-subtext {
  width: 652px;
  height: 82px;
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-familyroom .heading-subtext {
    width: 320px !important;
    height: 136px !important;
    margin-top: 106px !important;
  }
}

.heading-main-subpage-granroom {
  margin-bottom: 30px !important;
}

.heading-main-subpage-granroom .heading-subtext {
  width: 454px;
  height: 82px;
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-granroom .heading-subtext {
    width: 344px !important;
    height: 65px !important;
    margin-top: 106px !important;
  }
}

.heading-main-subpage-usagefee .heading-subtext {
  width: 212px;
  height: 37px;
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-usagefee .heading-subtext {
    width: 145px !important;
    height: 26px !important;
  }
}

.heading-main-subpage-amenity {
  margin-bottom: 28px !important;
}

.heading-main-subpage-amenity .heading-subtext {
  width: 674px;
  height: 37px;
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-amenity .heading-subtext {
    width: 270px !important;
    height: 68px !important;
  }
}

.heading-main-subpage-teatime .heading-subtext {
  width: 726px;
  height: 37px;
}

@media screen and (min-width: 750px) {
  .heading-main-subpage-teatime .heading-subtext {
    margin-top: 40px;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-teatime .heading-subtext {
    width: 271px !important;
    height: 61px !important;
    margin-top: 14px !important;
  }
}

@media screen and (min-width: 750px) {
  .heading-main-subpage-granroomactivity {
    margin-bottom: 19px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-granroomactivity {
    margin-bottom: 26px !important;
  }
}

.heading-main-subpage-granroomactivity .heading-subtext {
  width: 670px;
  height: 35px;
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-granroomactivity .heading-subtext {
    width: 338px !important;
    height: 63px !important;
    margin-top: 15px !important;
  }
  .heading-main-subpage-granroomactivity .heading-subtext svg {
    fill: #fff;
  }
}

.heading-main-subpage-other {
  margin-bottom: -11px !important;
}

.heading-main-subpage-other .heading-subtext {
  width: 303px;
  height: 37px;
}

@media screen and (max-width: 749px) {
  .heading-main-subpage-other .heading-subtext {
    width: 205px !important;
    height: 25px !important;
    margin-top: 10px;
  }
}

@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;
  }
}

@media screen and (max-width: 749px) {
  .page-mobipark .heading-kids-carbike-attraction .heading-subtext {
    min-height: 56px;
    margin-top: 12px;
  }
}

.kids-carbike-attraction .content-heading {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 28px;
  line-height: 1.462;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #027cc3), to(#099f48));
  background: linear-gradient(to right, #027cc3 10%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-ie .kids-carbike-attraction .content-heading {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .content-heading {
    text-align: center;
    font-size: 13px;
  }
}

@media screen and (min-width: 750px) {
  .kids-carbike-attraction .heading-kids-carbike-attraction .heading-subtext {
    width: 716px;
  }
}

.subpage-section-carbike .heading-carbike .heading-subtext {
  display: block;
  max-width: 400px;
}

.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;
  }
}

.adventure .heading-title-adventure-restaurant {
  height: auto;
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant {
    margin-bottom: 25px;
  }
}

.adventure .heading-title-adventure-restaurant .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant .heading-subtext {
    margin-top: 0px;
  }
}

.adventure .heading-title-adventure-restaurant-gradient .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient .heading-subtext {
    margin-top: 0px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient .heading-subtext {
    margin-top: 10px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient-marcherant .heading-subtext {
    width: 205px;
    height: 23px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient-marcherant .heading-subtext {
    width: 160px;
    height: 22px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient-diningtoya .heading-subtext {
    width: 280px;
    height: 100%;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient-diningtoya .heading-subtext {
    width: 200px;
    height: 100%;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient-oak .heading-subtext {
    width: 183px;
    height: 23px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient-oak .heading-subtext {
    width: 145px;
    height: 22px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient-granturismo .heading-subtext {
    width: 252px;
    height: 23px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient-granturismo .heading-subtext {
    width: 175px;
    height: 22px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient-forestkitchen .heading-subtext {
    width: 207px;
    height: 23px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient-forestkitchen .heading-subtext {
    width: 160px;
    height: 22px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-gradient-rocco .heading-subtext {
    width: 183px;
    height: 23px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-gradient-rocco .heading-subtext {
    width: 150px;
    height: 22px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-marcherant .heading-subtext {
    width: 655px;
    height: 37px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-marcherant .heading-subtext {
    width: 165px;
    height: 45px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-diningtoya .heading-subtext {
    width: 263px;
    height: 38px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-diningtoya .heading-subtext {
    width: 135px;
    height: 24px;
    margin-top: 35px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-oak .heading-subtext {
    width: 465px;
    height: 34px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-oak .heading-subtext {
    width: 220px;
    height: 24px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-granturismo .heading-subtext {
    width: 467px;
    height: 35px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-granturismo .heading-subtext {
    width: 210px;
    height: 24px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-forestkitchen .heading-subtext {
    width: 425px;
    height: 38px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-forestkitchen .heading-subtext {
    width: 205px;
    height: 24px;
  }
}

@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-restaurant-rocco .heading-subtext {
    width: 514px;
    height: 38px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-restaurant-rocco .heading-subtext {
    width: 240px;
    height: 24px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-twinringmotegi .heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-twinringmotegi {
    height: auto;
    padding-top: 20px;
  }
}

.adventure .heading-title-adventure-hellowoods .heading-subtext {
  width: 309px;
  height: 35px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-hellowoods .heading-subtext {
    width: 154px;
    height: 24px;
    min-height: 24px;
    margin-top: 10px;
  }
}

.adventure .heading-title-adventure-mobipark .heading-subtext {
  width: 187px;
  height: 31px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-mobipark .heading-subtext {
    width: 114px;
    height: 24px;
    min-height: 24px;
    margin-top: 25px;
  }
}

.adventure .heading-title-adventure-campvillage .heading-subtext {
  width: 543px;
  height: 35px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-campvillage .heading-subtext {
    width: 240px;
    height: 25px;
  }
}

.adventure .heading-title-adventure-hoteltwinring .heading-subtext {
  width: 340px;
  height: 32px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-hoteltwinring .heading-subtext {
    width: 200px;
    height: 22px;
    margin-top: 5px;
  }
}

.adventure .heading-title-adventure-motorsport .heading-subtext {
  width: 303px;
  height: 33px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-motorsport .heading-subtext {
    width: 155px;
    height: 23px;
    margin-top: 15px;
  }
}

.adventure .heading-title-adventure-hondacollection .heading-subtext {
  width: 462px;
  height: 33px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-hondacollection .heading-subtext {
    width: 235px;
    height: 24px;
    margin-top: 15px;
  }
}

.adventure .heading-title-adventure-activesafe .heading-subtext {
  width: 312px;
  height: 35px;
}

@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-activesafe .heading-subtext {
    width: 155px;
    height: 24px;
  }
}

@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;
}

.hellowoods-adventure-title p {
  display: block;
}

.hellowoods-adventure-title.hoteltwinring .heading-subtext {
  display: block;
  height: 31px;
}

.hellowoods-adventure-title.hoteltwinring .heading {
  margin-bottom: 13px;
}

.hellowoods-adventure-title.room-gran .heading-subtext {
  height: 33px;
}

@media screen and (max-width: 749px) {
  .hellowoods-adventure-title.room-gran .heading-subtext {
    margin-bottom: 13px;
    height: 20px;
  }
}

.hellowoods-adventure-title.room-standard .heading-subtext {
  height: 33px;
}

@media screen and (max-width: 749px) {
  .hellowoods-adventure-title.room-standard .heading-subtext {
    margin-bottom: 13px;
    height: 16px;
  }
}

.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;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-family-walk {
    margin-top: 72px !important;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-family-walk .heading-family-walk .heading {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-family-walk .heading-family-walk .heading-text {
    margin-left: 22px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-family-walk .heading-family-walk .heading-subtext {
    margin-top: 13px;
    margin-left: auto;
    width: 668px;
    height: 33px;
    margin-right: auto;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-guide-walk .heading-guide-walk .heading {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-guide-walk .heading-guide-walk .heading-text {
    margin-left: 22px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-guide-walk .heading-guide-walk .heading-subtext {
    margin-top: 13px;
    margin-left: auto;
    width: 481px;
    height: 33px;
    margin-right: auto;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-free-walk .heading-free-walk .heading {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-free-walk .heading-free-walk .heading-text {
    margin-left: 22px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-free-walk .heading-free-walk .heading-subtext {
    margin-top: 13px;
    margin-left: auto;
    width: 336px;
    height: 34px;
    margin-right: auto;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading {
    margin-bottom: 19px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading-text {
    margin-left: 22px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading-subtext {
    margin-top: 11px;
    margin-left: auto;
    width: 264px;
    height: 34px;
    margin-right: auto;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading-subtext {
    width: 201.5px;
    height: 25px;
    margin-top: 14px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading {
    margin-top: 95px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading-text {
    margin-left: 22px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading-subtext {
    margin-top: 11px;
    margin-left: auto;
    width: 264px;
    height: 34px;
    margin-right: auto;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading-subtext {
    width: 171.5px;
    height: 25.5px;
    margin-top: 14px;
  }
}

.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;
}

.heading-two-lines p.heading-subtext {
  height: auto;
  width: 600px;
  max-height: 130px;
}

@media screen and (max-width: 749px) {
  .heading-two-lines p.heading-subtext {
    max-width: 375px;
  }
}

.heading-one-line p.heading-subtext {
  width: 600px;
}

@media screen and (max-width: 749px) {
  .heading-one-line p.heading-subtext {
    max-width: 375px;
  }
}

.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;
  }
}

.room-type.glamping-morino p.heading-subtext {
  max-width: 373px;
  height: 20px;
}

.breakfast-marcherant svg {
  display: block;
}

@media screen and (max-width: 749px) {
  .heading-menu-3 .heading-text {
    top: -55px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-menu-3 .heading-subtext {
    width: 336.5px !important;
    height: 15.5px !important;
  }
}

.breakfast-marcherant .hoteltwinring-heading-reservation .heading-subtext {
  width: 363px;
  height: 34px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .hoteltwinring-heading-reservation .heading-subtext {
    width: 286px;
    height: 27px;
  }
}

.breakfast-marcherant .other-menu .heading {
  margin-top: 103px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .other-menu .heading {
    margin-top: -21px;
  }
}

.breakfast-marcherant .heading-other-menu .heading {
  margin-bottom: 0px;
}

.breakfast-marcherant .heading-other-menu .heading-subtext {
  width: 623px;
  height: 38px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-other-menu .heading-subtext {
    width: 275px;
    height: 26px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-other-menu.heading-other-lunch-marcherant .heading-subtext {
    width: 212.5px;
    height: 53.5px;
  }
}

.breakfast-marcherant .heading-shop-info .heading {
  margin-bottom: 57px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-shop-info .heading {
    margin-bottom: 30px;
  }
}

.breakfast-marcherant .heading-shop-info .heading-subtext {
  width: 164px;
  height: 34px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-shop-info .heading-subtext {
    width: 97px;
    height: 22px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .heading-color-title .heading-subtext {
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-color-title .heading-subtext {
    height: auto !important;
    margin-top: 64px;
    margin-bottom: 70px !important;
  }
}

.breakfast-marcherant .heading-color-title img {
  width: 786.5px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-color-title img {
    width: 293px;
  }
}

.breakfast-marcherant .heading-point-title .heading {
  margin-bottom: 120px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-point-title .heading {
    margin-bottom: 86px;
  }
}

.breakfast-marcherant .heading-point-title .heading-subtext {
  width: 678px;
  height: 39px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-point-title .heading-subtext {
    width: 207.5px;
    height: 52px;
  }
}

.breakfast-marcherant .heading-breakfast-menu {
  position: relative;
}

.breakfast-marcherant .heading-breakfast-menu .heading-text {
  font-size: 100px !important;
  letter-spacing: 0.1em !important;
  position: absolute;
  opacity: 0.4;
  -webkit-transform: initial;
          transform: initial;
  left: calc(50% - 50px);
  top: -75px;
  width: 105px;
  font-weight: normal;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-breakfast-menu .heading-text {
    -webkit-transform: initial;
            transform: initial;
    left: calc(50% - 55px);
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-breakfast-menu .heading-text {
    font-size: 70px !important;
    top: -41px;
  }
}

.breakfast-marcherant .heading-breakfast-menu .heading-subtext {
  width: 100%;
  height: 28px;
  margin-top: 0px !important;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-breakfast-menu .heading-subtext {
    width: 100%;
    height: 41.5px;
  }
}

.breakfast-marcherant .heading-breakfast-menu.color-green .heading {
  margin: 0px 0px 5px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-breakfast-menu.color-green .heading {
    margin-bottom: 15px;
  }
}

.breakfast-marcherant .heading-breakfast-menu.color-green .heading-subtext {
  width: 133px !important;
  height: 23px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-breakfast-menu.color-green .heading-subtext {
    width: 95px !important;
    height: 14.5px !important;
  }
}

.breakfast-marcherant .heading-breakfast-menu.color-green svg {
  fill: #00a040;
}

.breakfast-marcherant .heading-breakfast-menu.heading-menu-3 .heading {
  margin-bottom: 53px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .heading-breakfast-menu.heading-menu-3 .heading {
    margin-bottom: 32px;
  }
}

.heading-recommend-menu .heading {
  margin-top: 0px;
  margin-bottom: 37px;
}

@media screen and (max-width: 749px) {
  .heading-recommend-menu .heading {
    margin-bottom: 24px;
  }
}

.heading-recommend-menu .heading-subtext {
  width: 786px;
  height: 82px;
  margin-top: 27px !important;
}

@media screen and (max-width: 749px) {
  .heading-recommend-menu .heading-subtext {
    width: 276.5px;
    height: 81.5px;
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .heading-shop-info .heading {
    margin-top: 109px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .heading-color-title .heading-subtext img {
    width: 293.5px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .heading-color-title .heading-subtext img {
    width: 729px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .heading-dinner-menu-1 .heading-subtext {
    height: 43px;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .heading-dinner-menu-2 .heading-subtext {
    height: 41.5px;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .heading-dinner-menu-3 .heading-subtext {
    height: 40.5px;
    width: 100%;
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .heading-other-menu .heading-subtext {
    width: 100%;
    height: 55px;
  }
}

@media screen and (min-width: 750px) {
  .foodsm .heading-foodsm .heading-subtext {
    max-width: 325px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .foodsm .heading-foodsm .heading-subtext {
    height: 29px !important;
  }
}

@media screen and (max-width: 749px) {
  .access-location-heading .heading-subtext {
    margin-top: 10px;
  }
}

.heading-admission .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-admission .heading-subtext {
  height: 100%;
}

.heading-admission .heading-subtext img {
  width: 314.5px;
}

@media screen and (max-width: 749px) {
  .heading-admission .heading-subtext img {
    width: 202px;
  }
}

@media screen and (min-width: 750px) {
  .heading-admission .heading-subtext {
    margin-bottom: 45px;
  }
}

.heading-attraction-fee .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-attraction-fee .heading-subtext {
  height: 100%;
}

.heading-attraction-fee .heading-subtext img {
  width: 420px;
}

@media screen and (max-width: 749px) {
  .heading-attraction-fee .heading-subtext img {
    width: 274px;
  }
}

@media screen and (min-width: 750px) {
  .heading-attraction-fee .heading-subtext {
    margin-top: 59px;
    margin-bottom: 42px;
  }
}

.heading-motorsport-fee .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-motorsport-fee .heading-subtext {
  height: 100%;
}

.heading-motorsport-fee .heading-subtext img {
  width: 476.5px;
}

@media screen and (max-width: 749px) {
  .heading-motorsport-fee .heading-subtext img {
    width: 310px;
  }
}

@media screen and (min-width: 750px) {
  .heading-motorsport-fee .heading-subtext {
    margin-top: 77px;
    margin-bottom: 2px;
  }
}

.heading-hotel-fee .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-hotel-fee .heading-subtext {
  height: 100%;
}

.heading-hotel-fee .heading-subtext img {
  width: 519.5px;
}

@media screen and (max-width: 749px) {
  .heading-hotel-fee .heading-subtext img {
    width: 329.5px;
  }
}

@media screen and (min-width: 750px) {
  .heading-hotel-fee .heading-subtext {
    margin-top: 33px;
  }
}

.heading-camp-fee .heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-camp-fee .heading-subtext {
  height: 100%;
}

.heading-camp-fee .heading-subtext img {
  width: 756.5px;
}

@media screen and (max-width: 749px) {
  .heading-camp-fee .heading-subtext img {
    width: 337px;
  }
}

@media screen and (min-width: 750px) {
  .heading-camp-fee .heading-subtext {
    margin-top: 17px;
  }
}

@media screen and (min-width: 750px) {
  .heading-main-404 {
    margin-bottom: 46px !important;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-404 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 750px) {
  .heading-main-404 .heading-subtext {
    width: 757px;
    height: 34px;
  }
}

@media screen and (max-width: 749px) {
  .heading-main-404 .heading-subtext {
    width: 287.5px;
    height: 62px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-bluenote .heading-subtext {
    height: auto;
    margin-bottom: 40px;
  }
}

.heading-wrap.heading-donguri .heading-subtext {
  height: 85px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-donguri .heading-subtext {
    height: 216px;
    padding-top: 10px;
    margin-bottom: 59px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-donguri .heading-subtext img {
    margin-bottom: 110px;
  }
}

.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-wrap-collection-pit .heading-subtext:last-child span {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3.4px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-collection-pit {
    margin-bottom: 5px;
  }
  .heading-wrap.heading-wrap-collection-pit .heading-subtext:last-child {
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.7;
  }
}

.heading-wrap.heading-main-pit {
  text-align: center;
}

.heading-wrap.heading-main-pit svg {
  width: 813px;
  height: 41px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-main-pit svg {
    width: auto;
  }
}

.heading-wrap.heading-main-program {
  margin-bottom: 14px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-main-program {
    margin-bottom: 42px;
  }
}

.heading-wrap.heading-main-program svg {
  height: 54px;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-main-program svg {
    height: 41px;
    width: 900px;
  }
}

.heading-wrap.heading-main-program .heading-program {
  margin-bottom: 32px;
}

.heading-wrap.heading-main-program .heading-program img {
  height: 110px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-main-program .heading-program img {
    height: 54px;
  }
}

.heading-wrap.heading-main-program .heading-sub-program {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.heading-wrap.heading-main-program .heading-sub-program-sp {
  line-height: 1.7em;
}

@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: 600px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-reservation .heading-subtext svg {
    width: 320px;
    height: 40px;
    left: 0;
  }
}

.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;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-center .heading-text{
    letter-spacing: 0.05em;
    font-size: 24px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-center .heading-subtext {
    margin: 13px auto 0;
  }
  .heading-wrap.heading-wrap-center .heading-subtext-weekendrun {
    margin: 15px auto 0;
  }
}

.heading-wrap.heading-wrap-business-hours-guide .heading-text {
  font-size: 23px;
}

@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-business-hours-guide .heading-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-business-hours-guide .heading-subtext {
    margin-top: 0;
    height: 20px;
  }
}

@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%;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-parkmap .heading-subtext {
    width: 400px;
    height: 70px;
    display: inline-block;
    text-align: left;
  }
}

@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: 800px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-activity .heading-subtext {
    max-width: 100%;
    width: 316px;
  }
}

.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;
  }
}

.heading-wrap.heading-wrap-goods-color {
  max-width: 275px;
  margin: auto;
}

.heading-wrap.heading-wrap-goods-color .heading {
  margin-bottom: 12px;
}

.heading-wrap.heading-wrap-goods-color .heading-subtext {
  max-width: 275px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-goods-color {
    max-width: 180px;
    margin-bottom: 18px;
  }
}

@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;
  }
}

.heading-wrap.heading-wrap-green-line {
  text-align: center;
}

.heading-wrap.heading-wrap-green-line .heading-subtext svg {
  max-width: 365px;
  height: 32px;
  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: 10px;
  background-repeat: repeat-x;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-youtube .heading-subtext {
    height: 80px;
    max-width: 240px;
  }
}

.heading-wrap.heading-wrap-townList {
  border-bottom: 1px solid #999999;
  margin-bottom: 60px;
}

.heading-wrap.heading-wrap-townList .heading {
  margin-bottom: 17px;
}

.heading-wrap.heading-wrap-townList .heading-subtext {
  max-width: 122px;
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-townList .heading-subtext {
    max-width: 80px;
    margin-left: 0;
  }
}

@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-wrap-auto .heading-subtext {
  width: 100%;
  height: 34px;
}

.heading-wrap.heading-wrap-auto .heading-subtext svg {
  margin: auto;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-auto .heading-subtext {
    height: 20px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-auto .heading {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.two-lines-sp .heading-subtext {
    min-height: 60px;
  }
}

@media screen and (min-width: 750px) {
  .heading-wrap.sync-fix .heading-text {
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 749px) {
  .heading-wrap.sync-fix .heading .heading-text {
    font-size: 23px;
  }
  .heading-wrap.sync-fix .heading .heading-subtext {
    margin-top: 0;
    font-size: 22px;
    height: 20px;
  }
}

/*.heading-wrap.heading-exhibit .heading-subtext {
  max-width: 297px;
  height: 48px;
}*/

.heading-wrap.heading-exhibit .heading-subtext-weekendrun {
  height: 48px;
}

.heading-wrap.heading-exhibit .heading-subtext-event, .heading-wrap.heading-exhibit .heading-subtext-exhibit {
	font-size:32pt;
	margin: 10px auto 25px;
	 font-family: 'Noto Serif JP';
	letter-spacing: 0.1em;
}

.heading-wrap.heading-exhibit .heading-subtext-exhibit_en {
	font-size:32pt;
	margin: 10px auto 25px;
	 font-family: 'Noto Serif JP';
	letter-spacing: 0.2em;
}

.heading-wrap.heading-wrap-collection-pit .heading-subtext-event {
  max-width: 370px;
  height: 48px;
	margin: 25px auto;
}


@media screen and (max-width: 749px) {
/*  .heading-wrap.heading-exhibit .heading-subtext {
    max-width: 206px;
  }*/
    .heading-wrap.heading-exhibit .heading-subtext-weekendrun,.heading-wrap.heading-exhibit .heading-subtext-event,.heading-wrap.heading-exhibit .heading-subtext-exhibit_en,.heading-wrap.heading-exhibit .heading-subtext-exhibit,.heading-wrap.heading-wrap-collection-pit .heading-subtext-event  {
	margin:10px auto 0;
	font-size:20pt;
	 font-family: 'Noto Serif JP';
	letter-spacing: 0.1em;
  } 

  .heading-wrap.heading-exhibit .heading-subtext .heading-text {
    letter-spacing: 0.05em;
  }
}

.heading-wrap.heading-contents .heading-text {
  -webkit-text-fill-color: #fff;
  background: transparent;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.is-ie .heading-wrap.heading-contents .heading-text {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.heading-wrap.heading-contents .heading-subtext {
  margin-top: 0;
  max-width: 989px;
  width: 100%;
}

.heading-wrap.heading-contents .heading-subtext svg {
  fill: #fff;
}

.heading-wrap.heading-experience .heading-text {
  font-size: 41px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-experience .heading-text {
    font-size: 24px;
  }
}

.heading-wrap.heading-experience .heading-subtext {
  margin-top: 0;
}

.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 {
    height: auto;
    margin: -46px auto 0;
    max-width: 350px;
  }
}

.heading-wrap.heading-comparison .heading-aqua-labo .heading-subtext {
  height: 48px;
}

.heading-wrap.heading-comparison .heading-mammal-labo .heading-subtext {
  height: 55px;
}

.heading-wrap.heading-zipline .heading .heading-subtext {
  max-width: 793px;
  left: 0;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-zipline .heading .heading-subtext {
    max-width: 260px;
    width: 100%;
    height: 94px;
    left: -20px;
  }
}

@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-wrap.heading-collection .heading-text {
  letter-spacing: 0;
}

.heading-wrap.heading-goods .heading-text {
  font-size: 24px;
}

.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;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-carbike {
    margin-bottom: 25px;
  }
  .heading-main.heading-main-carbike .heading-texts img {
    padding: 0 20px;
  }
}

.heading-main.heading-main-carbike .heading {
  max-width: 650px;
}

.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;
  }
}

.heading-main.heading-main-marcherant {
  text-align: center;
  max-width: 882px;
  margin: 40px auto 20px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-marcherant .heading {
    max-width: 300px;
  }
}

.heading-main.heading-main-marcherant .heading-main-subtext {
  font-size: 18px;
  margin-top: 34px;
  letter-spacing: 4px;
  line-height: 1.8;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-marcherant .heading-main-subtext {
    font-size: 12px;
    margin-top: 26px;
  }
}

.heading-main.heading-main-marcherant .heading-main-subtext.dinner-buffet {
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-marcherant .heading-main-subtext.dinner-buffet {
    font-size: 12px;
    max-width: 300px;
    margin: auto;
    text-align: left;
  }
}

.heading-main.heading-main-marcherant.dinner-buffet {
  margin: 65px auto 20px;
}

.heading-main.heading-main-marcherant.dinner-buffet .heading {
  margin-bottom: 15px;
  max-width: none;
  padding: 0px 40px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-marcherant.dinner-buffet .heading img {
    max-width: 270px;
    margin: initial;
  }
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-marcherant.dinner-buffet {
    margin: 140px auto 0;
    max-width: none;
  }
  .heading-main.heading-main-marcherant.dinner-buffet .heading {
    padding: 0;
  }
  .heading-main.heading-main-marcherant.dinner-buffet .heading-main-subtext {
    margin-top: 28px;
  }
}

.heading-main.heading-main-tourism .heading-tourism {
  max-width: 481px;
  margin-bottom: 30px;
}

@media screen and (max-width: 749px) {
  .heading-main.heading-main-tourism .heading-tourism {
    max-width: 290px;
  }
}

.heading-main.heading-main-tourism .heading-main-subtext-tourism {
  margin: auto;
  font-weight: bold;
  line-height: 2.3;
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-tourism .heading-main-subtext-tourism {
    font-size: 14px;
  }
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-tourism {
    margin-bottom: 85px;
  }
}

.heading-main.heading-main-program-details .media-title {
  font-size: 36px;
}

.heading-main.heading-main-mobipark-guide {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 23px;
}

.heading-main.heading-main-mobipark-guide .heading-text {
  font-size: 24px;
  margin-bottom: 45px;
}

@media screen and (min-width: 750px) {
  .heading-main.heading-main-mobipark-guide {
    padding: 56px 70px;
    margin-bottom: 15px;
  }
}

@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;
  }
}

.toya-wrapper .mv {
  z-index: 1;
}


.mv::after { 
	content: ''; 
	position: absolute; 
	bottom: -30px !important;
	left: 0; 
	width: 100%; 
	height: 134px; 
	background: url(../images/mv-curve.png) no-repeat center top; 
	background-size: cover;}

@media screen and (max-width: 749px) {
.mv::after { 
	content: ''; 
	position: absolute; 
	bottom: -4vw; 
	left: 0; 
	width: 100%; 
	height: 20vw; 
	background: url(../images/mv-curve.png) 
	no-repeat left top; 
	background-size: 110% 100%;}
}

.mv.mv-events {
  margin-bottom: 90px;
}

@media screen and (max-width: 749px) {
  .mv.mv-events {
    margin-bottom: 80px;
  }
}

.mv.mv-events .events-mv-heading {
  bottom: 60px;
}

@media screen and (max-width: 749px) {
  .mv.mv-events .events-mv-heading {
    bottom: 20px;
  }
}

.mv.mv-events .mv-date {
  background: url(../images/events/mv-gradient-rect.jpg) no-repeat;
  background-size: no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 10px 17px;
  color: #fefefe;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1;
  position: absolute;
  bottom: 64px;
}

@media screen and (max-width: 749px) {
  .mv.mv-events .mv-date {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
}

@media screen and (min-width: 750px) {
  .mv.mv-events {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 749px) {
  .mv.mv-restaurant {
    margin-bottom: 100px;
    height: 450px;
  }
  .mv.mv-restaurant::after {
    display: none;
  }
  .mv.mv-restaurant .mv-image {
    height: 500px;
  }
}

.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) {
  .subpage-access .mv-image {
    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-glamping-top {
  max-height: 600px;
}

.mv-list-marcherant {
  opacity: 1 !important;
}

.mv-list-top {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
  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: 20;
}

@media screen and (max-width: 749px) {
  .mv-buttons {
    display: none;
  }
  .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(../images/mv-button-bg.jpg) repeat left top;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 750px) {
  .is-ie .mv-buttons-link {
    height: 150px;
  }
}

@media screen and (min-width: 750px) {
  .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 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;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

.mv-heading:not(.mv-heading-subpage) {
  bottom: -92px;
  left: 35px;
}

@media screen and (max-width: 749px) {
  .mv-heading:not(.mv-heading-subpage) {
    bottom: -122px;
    left: 20px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading {
    left: 15px;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading-404 {
    bottom: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading-404 {
    bottom: 17px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading-404 .heading-subtext {
    width: 467px !important;
    height: 42px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading-404 .heading-subtext {
    width: 319px !important;
    height: 30px !important;
  }
}

.mv-heading-404 .heading-subtext svg {
  fill: #fff;
}

@media screen and (min-width: 750px) {
  .mv-heading-marcherant-breakfast {
    bottom: 25px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading-marcherant-breakfast {
    bottom: -80px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading-marcherant-breakfast .heading-subtext {
    max-width: 405px !important;
    height: 62px !important;
    margin-top: 6px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading-marcherant-breakfast .heading-subtext {
    max-width: 236px !important;
    height: 36.5px !important;
  }
}

.mv-heading-camp .heading-subtext {
  font-size: 42px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  max-width: 100% !important;
}

@media screen and (max-width: 749px) {
  .mv-heading-camp .heading-subtext {
    font-size: 26px;
    width: auto !important;
    height: auto !important;
  }
}

.mv-heading.twinringmotegi-mv-heading {
  bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mv-heading.twinringmotegi-mv-heading {
    bottom: -5px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.twinringmotegi-mv-heading .heading-subtext {
    max-width: 324px !important;
    height: 56px !important;
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.twinringmotegi-mv-heading .heading-subtext {
    width: 210px !important;
    height: 36px !important;
    margin-top: 10px !important;
  }
}

.mv-heading.forest-program-mv-heading {
  bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mv-heading.forest-program-mv-heading {
    bottom: -25px !important;
  }
  .mv-heading.forest-program-mv-heading .heading-text {
    font-size: 22px !important;
    letter-spacing: 2.5px;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.forest-program-mv-heading .heading-subtext {
    height: 55px !important;
    max-width: 512px !important;
    margin-top: 33px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.forest-program-mv-heading .heading-subtext {
    width: 100% !important;
    height: 32px !important;
    max-width: 297px !important;
    margin-top: 5px !important;
  }
}

.mv-heading.rocco-mv-heading {
  bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mv-heading.rocco-mv-heading {
    bottom: -5px !important;
  }
}

@media screen and (max-width: 749px) {
  .toya-wrapper .mv-heading.rocco-mv-heading.mv-toya-heading {
    bottom: -70px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.rocco-mv-heading .heading-subtext {
    max-width: 740px !important;
    height: 58px !important;
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.rocco-mv-heading .heading-subtext {
    width: 335px !important;
    height: 87px !important;
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 750px) {
  .toya-wrapper .mv-heading.rocco-mv-heading .heading-subtext {
    width: 396px !important;
    height: 61px !important;
  }
}

@media screen and (max-width: 749px) {
  .toya-wrapper .mv-heading.rocco-mv-heading .heading-subtext {
    max-width: 231px !important;
    height: 35px !important;
  }
}

.mv-heading.granturismo-mv-heading {
  bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mv-heading.granturismo-mv-heading {
    bottom: -5px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.granturismo-mv-heading .heading-subtext {
    max-width: 639px !important;
    height: 56px !important;
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.granturismo-mv-heading .heading-subtext {
    width: 273px !important;
    height: 66px !important;
    margin-top: 10px !important;
  }
}

.mv-heading.oak-mv-heading {
  bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mv-heading.oak-mv-heading {
    bottom: -5px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.oak-mv-heading .heading-subtext {
    max-width: 643px !important;
    height: 54px !important;
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.oak-mv-heading .heading-subtext {
    width: 300px !important;
    height: 70px !important;
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-heading.restaurant-mv-heading .heading-subtext {
    max-width: 328px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.restaurant-mv-heading .heading-subtext {
    width: 265px !important;
    height: 42px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.restaurant-mv-heading {
    bottom: -65px !important;
  }
}

@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;
  }
}

.mv-heading.reservation-mv-heading .heading-subtext {
  left: 0;
}

@media screen and (max-width: 749px) {
  .mv-heading.reservation-mv-heading .heading-subtext {
    top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

.mv-heading.reservation-mv-heading .heading-subtext * {
  width: 300px !important;
}

@media screen and (max-width: 749px) {
  .mv-heading.reservation-mv-heading .heading-subtext * {
    width: 207px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.reservation-mv-heading {
    padding: 15px 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.donguri-mv-heading .heading-text {
    letter-spacing: 3px;
    word-spacing: -1px;
  }
}

.mv-heading.donguri-mv-heading .heading-subtext {
  max-width: 595px !important;
  height: 99px !important;
  width: 241px !important;
  top: -6px;
  left: -10px;
}

@media screen and (min-width: 750px) {
  .mv-heading.donguri-mv-heading .heading-subtext {
    height: 100px !important;
    width: 100% !important;
    width: 237px;
    left: -6px;
    top: 6px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.donguri-mv-heading {
    bottom: -22px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.marcherant-mv-heading .heading-text {
    letter-spacing: 3px;
    word-spacing: -1px;
  }
}

.mv-heading.marcherant-mv-heading .heading-subtext {
  max-width: 939px !important;
  height: 99px !important;
  width: 241px !important;
  top: -6px;
  left: -10px;
}

@media screen and (min-width: 750px) {
  .mv-heading.marcherant-mv-heading .heading-subtext {
    height: 100px !important;
    width: 100% !important;
    width: 237px;
    left: -6px;
    top: -11px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.marcherant-mv-heading {
    bottom: -22px !important;
  }
}

.mv-heading.mv-heading-default {
  bottom: 30px;
  width: 100%;
  max-width: 650px;
  fill: #fff;
}

.mv-heading.mv-heading-default .heading-text {
  font-size: 45px;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-default .heading-text {
    font-size: 24px;
    text-align: left;
  }
}

.mv-heading.mv-heading-default .heading-subtext {
  width: 100%;
  height: 64px;
  top: -20px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-default {
    left: auto;
  }
}

.mv-heading.mv-collection-pit {
  max-width: 330px;
}

.mv-heading.mv-collection-pit .heading {
  margin: 40px 0;
	color: white;
	width: 600px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-collection-pit .heading {
    margin-bottom: 10px;
  }
  .mv-heading.mv-collection-pit .heading-subtext {
    max-width: 180px;
    height: 37px;
    margin-top: 0px;
    margin-left: 0;
    top: 0px;
  }
}

.mv-heading.mv-heading-mobipark-guide {
  max-width: 950px;
}

.mv-heading.mv-heading-mobipark-guide .heading-subtext {
  top: -14px;
  left: 4px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-mobipark-guide .heading-subtext {
    height: 76px;
    left: 0;
    margin-top: 28px;
  }
  .mv-heading.mv-heading-mobipark-guide .heading-subtext svg {
    width: 330px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-mobipark-guide {
    bottom: 5px;
  }
}

.mv-heading.mv-heading-bluenote .heading-text {
  letter-spacing: 2px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-bluenote {
    max-width: 300px;
    bottom: -30px;
  }
  .mv-heading.mv-heading-bluenote .heading-subtext {
    height: 80px;
    top: -15px;
    left: -43px;
    max-width: 210px;
  }
  .mv-heading.mv-heading-bluenote .heading-wrap-bluenote .heading {
    margin: 60px 0;
  }
}

.mv-heading.hellowoods-mv-heading {
  bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .smart-entry .mv-heading.hellowoods-mv-heading {
    bottom: 15px !important;
  }
}

.mv-heading.hellowoods-mv-heading .heading-text {
  font-size: 45px;
  -webkit-text-fill-color: #fff;
}

.is-ie .mv-heading.hellowoods-mv-heading .heading-text {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-text {
    text-align: left;
    font-size: 23px;
  }
}

.mv-heading.hellowoods-mv-heading .heading-subtext {
  width: 100%;
  max-width: 385px;
  height: 90px;
  margin-top: 0;
  fill: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-subtext {
    height: 60px;
    width: 185px;
    margin: 0;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .mv-heading.hellowoods-mv-heading .heading-subtext {
    max-width: 824px !important;
    height: 50px !important;
    margin-top: 10px !important;
  }
  .smart-entry .mv-heading.hellowoods-mv-heading .heading-subtext img {
    max-width: 888px;
    margin-left: -17px;
    margin-top: -19px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .mv-heading.hellowoods-mv-heading .heading-subtext {
    width: 307px !important;
    height: 70px !important;
  }
  .smart-entry .mv-heading.hellowoods-mv-heading .heading-subtext img {
    max-width: 340.5px;
    margin-left: -9px;
    margin-top: -10px;
  }
}

.mv-heading.hellowoods-mv-heading.mv-heading-goods .heading-subtext {
  max-width: 458px;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading.mv-heading-goods .heading-subtext {
    width: 300px;
  }
}

.mv-heading.hellowoods-mv-heading .heading-collection .heading-subtext {
  max-width: 688px;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-collection .heading-subtext {
    width: 100%;
    max-width: 388px;
    height: 96px;
  }
}

.mv-heading.hellowoods-mv-heading .heading-racing .heading-subtext {
  max-width: 490px;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-racing .heading-subtext {
    width: 92%;
  }
}

.mv-heading.hellowoods-mv-heading .heading-tsubasa .heading-subtext {
  max-width: 600px;
}

.mv-heading.hellowoods-mv-heading .heading-musasabi .heading-subtext {
  max-width: 600px;
  height: 80px;
  fill: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-musasabi .heading-subtext {
    max-width: 300px;
    height: 55px;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading {
    left: 0;
    padding: 50px 20px;
  }
  .mv-heading.hellowoods-mv-heading .heading {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading.hoteltwinring .heading-subtext {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-goods {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-marcherant-dinner-buffet .heading-wrap-marcherant-dinner-buffet .heading-subtext {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-marcherant-dinner-buffet {
    bottom: -20px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-business-hours {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-business-hours .heading-wrap-business-hours .heading-text {
    font-size: 32px;
  }
}

.mv-heading.mv-heading-business-hours .heading-wrap-business-hours .heading-subtext {
  max-width: 210px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-business-hours .heading-wrap-business-hours .heading-subtext {
    max-width: 140px;
  }
}

.mv-heading.mv-heading-faq {
  bottom: 5px;
  width: 100%;
}

.mv-heading.mv-heading-faq .heading-text {
  font-size: 45px;
  -webkit-text-fill-color: #fff;
}

.is-ie .mv-heading.mv-heading-faq .heading-text {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-faq .heading-text {
    text-align: left;
    font-size: 23px;
  }
}

.mv-heading.mv-heading-faq .heading-subtext {
  width: 100%;
  max-width: 310px;
  height: 90px;
  margin-top: 0;
  fill: #fff;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-faq .heading-subtext {
    height: 60px;
    width: 230px;
    margin: 0;
  }
}

.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(../images/design-petal1-sp.png);
  }
}

.mv-heading.mv-heading-tourism {
  max-width: 875px;
  bottom: -6px;
  left: 22px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-tourism {
    max-width: 335px;
    bottom: -10px;
  }
  .mv-heading.mv-heading-tourism .heading .heading-text {
    letter-spacing: 2px;
  }
  .mv-heading.mv-heading-tourism .heading-subtext {
    height: 85px;
  }
}

.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(../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;
  }
}

.mv-today.mv-granroom-logo {
  background: url(../images/granroom/mv-today-bg.png) no-repeat;
  background-size: contain;
  max-width: 247px;
}

@media screen and (min-width: 750px) {
  .mv-today.mv-granroom-logo {
    bottom: -144px;
  }
}

.mv-today.mv-hellowoods-logo {
  background: url(../images/hellowoods/mv-today-bg.png) no-repeat;
  background-size: contain;
  max-width: 270px;
}

.mv-today.mv-collection-logo {
  background: url(../images/collection/mv-today-bg.png) no-repeat;
  background-size: contain;
  max-width: 270px;
}

.mv-today.mv-racing-logo {
  background: url(../images/racingkart/mv-today-bg.png) no-repeat;
  background-size: contain;
  max-width: 247px;
}

.mv-today.mv-events-logo {
  background: url(../images/events/logo.png) no-repeat;
  background-size: contain;
  max-width: 250px;
  bottom: -140px;
}

.mv-today.mv-hoteltwinring-logo {
  background: url(../images/hoteltwinring/hotel-twinring-logo.png) no-repeat;
  background-size: contain;
  max-width: 270px;
}

@media screen and (max-width: 749px) {
  .mv-today {
    display: none;
  }
}

.mv-today.mv-nozominoyu-logo {
  background: url(../images/nozominoyu/nozominoyu-logo.png) no-repeat;
  background-size: contain;
  max-width: 247px;
}

@media screen and (min-width: 750px) {
  .mv-today.mv-nozominoyu-logo {
    bottom: -144px;
  }
}

@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(../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 {
    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-tourism::after {
  bottom: -68px;
}

@media screen and (max-width: 749px) {
  .mv-subpage .mv-tourism::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-404 .mv-image {
    padding-bottom: 105%;
  }
}

@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-subpage.mv-subpage-tourism .mv-image-tourism {
  height: 370px;
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-tourism .mv-image-tourism {
    height: 420px;
  }
}

@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-tourism {
    height: 450px;
  }
}

.mv-image-subpage {
  background-position-y: 25%;
}

.toya-wrapper .mv-image-subpage {
  background-position-y: bottom;
}

@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;
    position: relative;
    margin-top: 0px;
  }
  .mv-top .mv-heading-subtext img {
    display: block;
    max-width: 370px;
    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 {
    top: 50%;
    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;
  }
}

.lunch-marcherant .mv-heading-marcherant-lunch {
  bottom: 11px !important;
}

.lunch-marcherant .heading-lunch .heading-subtext {
  width: 214px;
  height: 160px;
}

@media screen and (max-width: 749px) {
  .lunch-marcherant .heading-lunch .heading-subtext {
    width: 124px;
    height: 100%;
  }
}

@media screen and (min-width: 750px) {
  .motegi-attraction .mv-heading {
    bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .motegi-attraction .mv-heading {
    bottom: 14px;
  }
}

.motegi-attraction .mv-heading svg {
  display: inline-block;
  fill: #fff;
}

@media screen and (min-width: 750px) {
  .motegi-attraction .mv-heading svg {
    width: 325px;
    height: 38px;
  }
}

@media screen and (max-width: 749px) {
  .motegi-attraction .mv-heading svg {
    width: 166px;
    height: 20px;
  }
}

.access-mv-heading {
  bottom: 38px !important;
}

@media screen and (max-width: 749px) {
  .access-mv-heading {
    bottom: -20px !important;
  }
}

@media screen and (min-width: 750px) {
  .access-mv-heading .heading-access .heading-subtext {
    max-width: 286px !important;
    height: 62px !important;
  }
}

@media screen and (max-width: 749px) {
  .access-mv-heading .heading-access .heading-subtext {
    max-width: 169px !important;
    height: 36.5px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-forest-experience-program .heading {
    margin-bottom: 0;
  }
}

.mv-forest-experience-program .heading-subtext {
  max-width: 265px;
  margin-left: 0;
}

.mv-forest-experience-program .heading-subtext svg {
  fill: #fff;
}

@media screen and (max-width: 749px) {
  .mv-forest-experience-program .heading-subtext {
    height: 45px !important;
  }
}

@media screen and (min-width: 750px) {
  .mv-forest-experience-program .heading-subtext {
    height: 55px !important;
    max-width: 512px !important;
    margin-left: auto;
  }
}

@media screen and (min-width: 750px) {
  .map-mv-heading .heading-subtext {
    max-width: 263px !important;
    height: 53px !important;
  }
}

@media screen and (max-width: 749px) {
  .map-mv-heading .heading-subtext {
    max-width: 153.5px !important;
    height: 31.5px !important;
  }
}

@media screen and (max-width: 749px) {
  .mv-heading-marcherant-dinner {
    bottom: -30px !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(../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(../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(../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 (max-width: 749px) {
  .smart-entry .article.article-no-design .article-heading {
    margin-top: -1px;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .article.article-no-design .article-heading {
    margin-top: 12px;
  }
}

@media screen and (min-width: 750px) {
  .article.article-no-design:hover .button-gradient-icon {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}

@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(../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(../images/article/category-bg2.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;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .parkmap-inner {
    padding-top: 139px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-inner {
    margin-top: 145px;
  }
}

.parkmap-container {
  position: relative;
}

.parkmap-image {
  background: url(../images/top/parkmap/map-v2.png) no-repeat center top;
  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(../images/top/parkmap/map-v2-sp.png) no-repeat center top;
    background-size: contain;
  }
}

.smart-entry .parkmap-image {
  background-image: url(../images/smart_entry/map.jpg);
  width: 2120px;
  height: 908px;
  left: -618px;
  top: -161px;
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-image {
    width: calc(100% + 40px);
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/smart_entry/map-sp.jpg) no-repeat center top;
    background-size: contain;
    position: relative;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-image .map-sp {
    visibility: hidden;
  }
}

.parkmap-image-list {
  counter-reset: parkmap_image_list;
  position: relative;
  left: 330px;
}

@media screen and (max-width: 749px) {
  .parkmap-image-list {
    left: 0;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-image-list {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
}

.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(../images/top/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;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .parkmap-image-item:first-child {
    left: 775px;
    top: 260px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-image-item:first-child {
    left: 61%;
    top: 25%;
  }
}

.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;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .parkmap-image-item:nth-of-type(2) {
    left: 865px;
    top: 333px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-image-item:nth-of-type(2) {
    left: 71%;
    top: 34%;
  }
}

.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;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .parkmap-image-item:nth-of-type(3) {
    left: 725px;
    top: 620px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-image-item:nth-of-type(3) {
    left: 57%;
    top: 68%;
  }
}

.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);
  }
}

@media screen and (min-width: 750px) {
  .page-twinringmotegi .parkmap-right {
    top: 238px !important;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .parkmap-right {
    top: 315px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .parkmap-right {
    margin-top: -200px;
  }
}

.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;
}

.page-twinringmotegi .parkmap-link-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.parkmap-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 50px;
  height: 73px;
  background: url(../images/top/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(../images/top/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(../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;
  }
}

.design-parkmap-smart-entry {
  margin-top: -39px;
}

@media screen and (max-width: 749px) {
  .design-parkmap-smart-entry {
    margin-top: -11px;
  }
}

.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;
    right: 5px;
  }
}

.button-icon svg {
  width: 100%;
  height: 12px;
}

@media screen and (min-width: 750px) {
  .toya-button .button-icon {
    right: 40px;
  }
}

.button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 435px;
  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;
  }
}

.button2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 435px;
  height: 90px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: 1px dotted #333;
  position: relative;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 749px) {
  .button2 {
    font-size: 12px;
    max-width: 364px;
    width: 100%;
    height: 70px;
  }
}

@media screen and (min-width: 750px) {
  .button:hover .button-icon, .button2:hover .button-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.button::before, .button2::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;
}

@media screen and (max-width: 749px) {
  .button.location-btn {
    width: 257px;
  }
}

.button-rocco {
  border-width: 0px;
  background: #532525;
  color: #fff;
  width: 446px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.button-rocco:before {
  content: none;
}

@media screen and (max-width: 749px) {
  .button-rocco {
    margin-bottom: 33px;
    width: 295px;
  }
}

.button-rocco .button-icon {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.button-rocco:hover .button-icon {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.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-lang {
  width: 100%;
  max-width: 254px;
}

@media screen and (max-width: 749px) {
.button.button-lang  {
    max-width: 208px;
  }
}

.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.download-pdf {
  width: auto;
  max-width: 730px;
  background-color: #fff;
  height: 95px;
  border: 1px solid #000;
}

.button.download-pdf:before {
  content: none;
  display: none;
}

@media screen and (max-width: 749px) {
  .button.download-pdf {
    height: 60px;
    font-size: 12px;
    max-width: 345px;
  }
}

.button.map_m-pdf svg {
  height: 30px;
}

.button.program-details-green {
  background-image: url("../images/program-details/button-bg-green.jpg");
  border: none;
  background-position: center;
  background-size: 200%;
  width: 100%;
  height: auto;
  max-width: 490px;
  padding: 30px;
  margin-bottom: 14px;
}

@media screen and (min-width: 750px) {
  .button.program-details-green {
    margin-top: 100px;
  }
}

.button.program-details-green::before {
  display: none;
}

@media screen and (max-width: 749px) {
  .button.program-details-green {
    font-size: 14px;
    padding: 20px;
  }
}

.button.dinner-buffet-gold {
  border: 1px solid #a38737;
  max-width: 295px;
  color: #a38737;
  margin-bottom: 74px;
}

.button.dinner-buffet-gold::before {
  display: none;
}

@media screen and (min-width: 750px) {
  .button.dinner-buffet-gold {
    width: 100%;
    max-width: 730px;
    padding: 46px;
    margin-bottom: 74px;
  }
}

.foodsm-button {
  border-color: #00a040 !important;
  color: #00a040;
}

.location-btn {
  background-color: #fff;
}

.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;
}

@media screen and (min-width: 750px) {
  .button-gradient-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.is-ie .button-gradient-icon {
  top: 0px;
}

.button-gradient-icon svg {
  width: 100%;
  height: 12px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .button-gradient-icon svg {
    height: 7.5px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry-attraction .button-gradient-icon {
    top: -20px;
  }
}

.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(../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(../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;
  }
}

.instagram {
  display: block;
  margin-top: 80px;
}

.instagram-banner {
  text-align: center;
  margin-top: 72px;
}

@media screen and (max-width: 749px) {
  .instagram-banner {
    margin-top: 49px;
  }
}

.instagram-inner {
  position: relative;
  background: url(../images/sumika/frame-lg.png) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 80px;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .instagram-inner {
    background: none;
    padding-bottom: 0;
  }
}

.instagram-inner:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../images/sumika/net-sumika/vine-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 59px;
}

@media screen and (max-width: 749px) {
  .instagram-inner:before {
    content: none;
  }
}

.instagram-inner:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  background-image: url(../images/sumika/net-sumika/vine-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 59px;
}

@media screen and (max-width: 749px) {
  .instagram-inner:after {
    content: none;
  }
}

.instagram-inner-content {
  position: relative;
  padding-top: 30px;
  margin: 5px;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .instagram-inner-content {
    padding-top: 0;
    margin: 0;
  }
}

.instagram-inner-content:before {
  content: '';
  position: absolute;
  background-image: url(../images/sumika/net-sumika/green-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  left: -89px;
  top: -76px;
  right: -67px;
  bottom: -170px;
}

@media screen and (max-width: 749px) {
  .instagram-inner-content:before {
    content: none;
  }
}

.instagram-content {
  text-align: center;
  margin-top: -25px;
}

.instagram-list-item {
  padding: 0 10px;
}

@media screen and (max-width: 749px) {
  .instagram-list-item {
    padding: 0 5px;
  }
}

.instagram-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}

.instagram-list.sumika-instagram-list .instagram-list-item:last-child {
  display: none;
}

@media screen and (max-width: 749px) {
  .instagram-list {
    margin-left: 0;
  }
}

.instagram-list-item-image {
  width: 212px;
  height: 198px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .instagram-list-item-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
  }
}

.instagram-list-item-image img {
  width: 100%;
  height: auto;
}

.faq {
  margin-top: 80px;
}

@media screen and (max-width: 749px) {
  .faq {
    margin-top: 28px;
  }
}

@media screen and (max-width: 749px) {
  .faq-smart-entry {
    margin-top: -17px;
  }
}

@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;
  }
}

.faq-page {
  margin-top: 0;
}

.faq-sec-title {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 19px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  .faq-sec-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.faq-sec-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.faq-sec-title span::before {
  background: url("../images/service-m/service-m-line.jpg") center/cover repeat;
  content: '';
  bottom: 3px;
  display: block;
  position: absolute;
  left: 0;
  height: 7px;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 750px) {
  .faq-sec-title span::before {
    height: 7px;
    bottom: 8px;
  }
}

.faq-sec {
  display: block;
  position: relative;
  margin-bottom: 53px;
}

@media screen and (min-width: 750px) {
  .faq-sec {
    margin-bottom: 73px;
  }
}

.faq-sec > p {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 19px;
  line-height: 1.9;
}

@media screen and (min-width: 750px) {
  .faq-sec > p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 750px) {
  .faq-sec-table {
    margin-top: 97px;
  }
}

.faq-sec-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.faq-sec-list-cat {
  margin-top: 14px;
}

@media screen and (min-width: 750px) {
  .faq-sec-list-cat {
    margin-top: 32px;
  }
}

.faq-sec-item-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #333;
  padding: 12px 7px 9px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .faq-sec-item-link {
    padding: 30px 20px 18px;
  }
}

@media screen and (min-width: 750px) {
  .faq-sec-item-link:hover {
    color: #50ae32;
  }
  .faq-sec-item-link:hover span {
    border-bottom-color: #50ae32;
  }
}

.faq-sec-item {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #333;
  display: block;
  width: calc(99% / 2);
  margin-bottom: 1%;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .faq-sec-item {
    border-radius: 10px;
    margin-bottom: 20px;
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (min-width: 750px) {
  .faq-sec-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 749px) {
  .faq-sec-item:nth-child(odd) {
    margin-right: 1%;
  }
}

.faq-sec-txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 10px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-align: center;
  min-height: 28px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 750px) {
  .faq-sec-txt {
    min-height: 44px;
    font-size: 18px;
  }
}

.faq-sec-txt span {
  display: inline-block;
  border-bottom: 1px solid #333;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.faq-sec-link {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 750px) {
  .faq-sec-link:hover {
    color: #50ae32;
  }
}

.faq-sec-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 45px;
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  .faq-sec-img {
    height: 63px;
    margin-bottom: 12px;
  }
}

.faq-sec-img img {
  width: 100%;
}

.faq-sec-img-twinring {
  width: 110px;
}

@media screen and (min-width: 750px) {
  .faq-sec-img-twinring {
    width: 180px;
  }
}

.faq-sec-svg {
  height: 45px;
  stroke-width: 6px;
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg {
    height: 63px;
    margin-bottom: 12px;
  }
}

.faq-sec-svg-time {
  width: 40px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-time {
    width: 58px;
  }
}

.faq-sec-svg-ticket,
.faq-sec-svg-hotel {
  width: 40.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-ticket,
  .faq-sec-svg-hotel {
    width: 59px;
  }
}

.faq-sec-svg-car {
  width: 44px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-car {
    width: 63px;
  }
}

.faq-sec-svg-map {
  width: 40px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-map {
    width: 60px;
  }
}

.faq-sec-svg-tall {
  width: 34.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-tall {
    width: 49px;
  }
}

.faq-sec-svg-tag {
  width: 48.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-tag {
    width: 67px;
  }
}

.faq-sec-svg-family {
  width: 50px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-family {
    width: 69px;
  }
}

.faq-sec-svg-handicap,
.faq-sec-svg-info {
  width: 40.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-handicap,
  .faq-sec-svg-info {
    width: 47px;
  }
}

.faq-sec-svg-wifi {
  width: 40px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-wifi {
    width: 47px;
  }
}

.faq-sec-svg-area,
.faq-sec-svg-activity {
  width: 36px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-area,
  .faq-sec-svg-activity {
    width: 57px;
  }
}

.faq-sec-svg-event {
  width: 41.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-event {
    width: 61px;
  }
}

.faq-sec-svg-enjoy {
  width: 45.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-enjoy {
    width: 73px;
  }
}

.faq-sec-svg-camp {
  width: 36.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-camp {
    width: 53px;
  }
}

.faq-sec-svg-hellowoods {
  width: 96.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-hellowoods {
    width: 138px;
  }
}

.faq-sec-svg-mobipark {
  width: 75px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-mobipark {
    width: 115px;
  }
}

.faq-sec-svg-twinring {
  width: 103.5px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-twinring {
    width: 163px;
  }
}

.faq-sec-svg-twinringhotel {
  width: 105px;
}

@media screen and (min-width: 750px) {
  .faq-sec-svg-twinringhotel {
    width: 177px;
  }
}

.faq-sec-svg-direction {
  width: 48px;
}

.faq-sec-svg-group {
  width: 54px;
}

/* stylelint-disable no-descending-specificity */
.faq-table {
  border-collapse: collapse;
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .faq-table {
    margin-top: 42px;
  }
}

.faq-table td {
  vertical-align: baseline;
  padding: 14px 12px;
  font-size: 11px;
  letter-spacing: 0.15em;
  font-family: "HiraKakuPro-W3-AlphaNum";
  line-height: 1.7;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 750px) {
  .faq-table td {
    font-size: 14px;
    padding: 20px 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.faq-table td:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d9d9d9), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #d9d9d9), color-stop(75%, #d9d9d9), color-stop(75%, #ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #d9d9d9 25%, #ffffff 25%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 75%, #ffffff 75%, #ffffff 100%);
  background-size: 16.00px 16.00px;
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.faq-table td:first-child {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-weight: 600;
  font-size: 12px;
  background-color: #f7f7f7;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 96px;
}

@media screen and (min-width: 750px) {
  .faq-table td:first-child {
    padding: 22px 35px 22px 40px;
    width: 169px;
    font-size: 16px;
  }
}

.faq-table tr {
  display: table-row;
  position: relative;
}

.faq-table tr:first-child td:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d9d9d9), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #d9d9d9), color-stop(75%, #d9d9d9), color-stop(75%, #ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #d9d9d9 25%, #ffffff 25%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 75%, #ffffff 75%, #ffffff 100%);
  background-size: 16.00px 16.00px;
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  width: 100%;
}

.faq-table p {
  color: #999;
  font-size: 11px;
  letter-spacing: 0.21em;
  line-height: 1.6;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .faq-table p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.16em;
  }
}

.faq-table h3 {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 6px;
  padding-left: 13px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .faq-table h3 {
    letter-spacing: 0.16em;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 12px;
  }
}

.faq-table h3:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 10px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  top: 6px;
}

@media screen and (min-width: 750px) {
  .faq-table h3:before {
    border-top: 12px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}

.faq-table-lbl {
  font-family: "HiraKakuPro-W6-AlphaNum";
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}

@media screen and (min-width: 750px) {
  .faq-table-lbl {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.faq-table-note {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 11px;
  display: block;
  letter-spacing: 0.1em;
  margin-top: 8px;
  padding-left: 14px;
  line-height: 1.6;
  position: relative;
  font-weight: normal;
}

@media screen and (min-width: 750px) {
  .faq-table-note {
    font-family: "HiraKakuPro-W6-AlphaNum";
    font-size: 14px;
    margin-top: 18px;
    padding-left: 19px;
    font-weight: 500;
  }
}

.faq-table-note:before {
  content: '\203B';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-table-contact td {
  width: calc(100% - 280px);
}

@media screen and (max-width: 749px) {
  .faq-table-contact td {
    padding: 11px 8px;
  }
}

.faq-table-contact td:first-child {
  width: 110px;
}

@media screen and (min-width: 750px) {
  .faq-table-contact td:first-child {
    width: 280px;
  }
}

.faq-table-contact ul {
  list-style: none;
}

.faq-table-contact ul li {
  display: -webkit-box;
  display: flex;
  font-size: 11px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-weight: 600;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (min-width: 750px) {
  .faq-table-contact ul li {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    line-height: 2;
  }
}

.faq-table-contact ul li span {
  display: block;
  letter-spacing: 0.1;
}

.faq-table-contact ul li span a {
  color: #333;
  pointer-events: none;
  margin-left: 5px;
}

@media screen and (max-width: 749px) {
  .faq-table-contact ul li span a {
    text-decoration: underline;
    pointer-events: auto;
  }
}

@media screen and (max-width: 749px) {
  .faq-table-contact ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 750px) {
  .faq-table-contact ul li:not(:last-child) span:first-child {
    width: 40.5%;
  }
}

.faq-table-contact ul li:last-child span:first-child {
  margin-right: 20px;
}

/* stylelint-enable no-descending-specificity */
.faq-table-link {
  color: #333;
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-weight: 600;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 750px) {
  .faq-table-link {
    font-size: 16px;
  }
}

@media screen and (min-width: 750px) {
  .faq-table-link:hover {
    color: #50ae32;
  }
}

.faq-table-box {
  position: relative;
  left: -8px;
  width: calc(100% + 16px);
}

@media screen and (min-width: 750px) {
  .faq-table-box {
    left: -40px;
    width: calc(100% + 80px);
  }
}

.faq-table-box-item {
  padding: 0 12px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .faq-table-box-item {
    padding: 0 30px;
  }
}

.faq-table-box-item:not(:last-child):after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #d9d9d9), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #d9d9d9), color-stop(75%, #d9d9d9), color-stop(75%, #ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #d9d9d9 25%, #ffffff 25%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 75%, #ffffff 75%, #ffffff 100%);
  background-size: 16.00px 16.00px;
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.faq-table-box-item:first-child {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

@media screen and (min-width: 750px) {
  .faq-table-box-item:first-child {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.call-to-action {
  text-align: center;
  margin-top: 50px 0;
  position: relative;
}

@media screen and (min-width: 750px) {
  .call-to-action {
    margin: 80px 0;
  }
}

@media screen and (max-width: 749px) {
  .call-to-action {
    margin: 40px 0;
  }
  .call-to-action.call-to-action-hellowoods {
    margin-top: 0;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 749px) {
  .call-to-action:after {
    width: 100%;
    height: 120%;
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 2;
  }
}

.call-to-action.call-to-action-itadaki {
  margin: 25px 0 -230px;
}

.call-to-action-wrapper {
  padding: 0 100px;
}

@media screen and (max-width: 749px) {
  .call-to-action-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
}

.call-to-action-inner {
  position: relative;
  max-height: 320px;
  padding: 47px;
}

@media screen and (max-width: 749px) {
  .call-to-action-inner {
    padding: 27px 31px 10px;
  }
}

.call-to-action-inner:before {
  position: absolute;
  content: "";
  background-image: url(../images/sumika/frame-sm.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.call-to-action-inner:after {
  position: absolute;
  content: "";
  background-image: url(../images/sumika/green-dots.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 22px;
  left: 33px;
  right: 23px;
  bottom: 39px;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .call-to-action-inner:after {
    background-image: url(../images/sumika/green-dots-sp.png);
    background-size: contain;
    background-position: center;
  }
}

.call-to-action-title {
  display: inline-block;
  font-size: 31px;
  background: -webkit-gradient(linear, left top, right top, from(#1cc763), to(#34b0e7));
  background: linear-gradient(to right, #1cc763 0%, #34b0e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.call-to-action-description-text {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 12px;
  line-height: 1.667;
  margin-top: 25px;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 750px) {
  .call-to-action-description-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 749px) {
  .call-to-action-description-text {
    margin-top: 15px;
  }
}

.call-to-action-description-text.call-to-action-description-text-itadaki {
  margin-top: -10px;
}

.call-to-action-dot {
  position: absolute;
}

@media screen and (max-width: 749px) {
  .call-to-action-dot {
    display: none;
  }
}

.call-to-action-dot img {
  width: 100%;
}

.call-to-action-dot-1 {
  left: -40px;
  bottom: -30px;
  max-width: 192px;
  width: 100%;
}

.call-to-action-dot-2 {
  top: -19px;
  left: 128px;
  max-width: 116px;
  width: 100%;
}

.call-to-action-dot-3 {
  bottom: -30px;
  right: 135px;
  max-width: 116px;
  width: 100%;
}

.call-to-action-dot-4 {
  top: -28px;
  right: -27px;
  max-width: 192px;
  width: 100%;
}

.call-to-action-bunbun .call-to-action-description-text {
  letter-spacing: 0.16em;
}

.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;
}

.call-to-action-hellowoods .call-to-action-inner {
  padding: 40px;
}

.call-to-action-hellowoods .headig-call-to-action {
  margin: 0;
}

.call-to-action-hellowoods .headig-call-to-action .heading-text {
  font-size: 25px;
}

.call-to-action-hellowoods::after {
  display: none;
}

@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;
}

.table.table-battle-cart {
  margin-top: 42px;
}

@media screen and (max-width: 749px) {
  .shops-information .table p {
    margin-bottom: 11px;
  }
  .shops-information .table p:nth-of-type(2) {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .table-wrap p {
    margin-bottom: 10px;
  }
}

.section-camp .table {
  margin-bottom: 26px;
}

@media screen and (min-width: 750px) {
  .section-camp .table:last-child {
    margin-bottom: 0px;
  }
}

.section-camp .table a {
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .table {
    font-size: 15px;
  }
}

.table:not(:last-child).table-subpage {
  margin-bottom: 55px;
}

.table.table-toya {
  background-color: transparent;
  margin-top: 120px;
}

.table.table-toya .link {
  color: #fff;
}

.table.table-toya .table-head {
  background-color: rgba(163, 135, 55, 0.3);
  color: #fff;
  border-color: #a38737;
  text-align: left;
  vertical-align: top;
}

.table.table-toya .table-head:first-child {
  border-left: 0px solid;
}

@media screen and (min-width: 750px) {
  .table.table-toya .table-head {
    padding-left: 42px;
  }
}

@media screen and (max-width: 749px) {
  .table.table-toya .table-head {
    padding-left: 11px;
    font-size: 12px;
  }
}

.table.table-toya .table-col {
  color: #fff;
  text-align: left;
  padding-left: 54px;
  border-right: 0px solid;
  border-color: #a38737;
}

@media screen and (max-width: 749px) {
  .table.table-toya .table-col {
    padding-left: 11px;
    font-size: 12px;
  }
}

.table.table-toya .table-row-last {
  border-bottom-color: #a38737 !important;
}

@media screen and (max-width: 749px) {
  .table.table-rocco .table-head {
    white-space: nowrap;
  }
}

.table.table-rocco .link {
  color: #00a040;
}

@media screen and (max-width: 749px) {
  .table.table-rocco span {
    white-space: nowrap;
  }
}

.table.table-programdetails {
  margin-bottom: 70px;
}

.table.table-programdetails .border-right {
  border-right: 1px solid #f7f7f7;
  min-width: 140px;
}

@media screen and (max-width: 749px) {
  .table.table-programdetails {
    margin-bottom: 29px;
    font-size: 10px;
  }
  .table.table-programdetails .table-head-custom {
    width: 60px;
    padding: 10px 5px;
  }
}

@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.table-donguri .link {
  color: #00a040;
}

.table.table-bluenote-menu {
  max-width: 905px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4Pro W3", YuGothic, 游ゴシック, メイリオ, Meiryo, "\FF2D\FF33\FF30\30B4\30B7\30C3\30AF", Helvetica, Arial, Verdana, sans-serif;
}

.table.table-bluenote-menu .flag::before {
  display: inline-block;
  width: 20px;
  height: 14px;
  content: " ";
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .table.table-bluenote-menu .flag::before {
    width: 10px;
    height: 8px;
    margin-left: 4px;
    margin-right: 5px;
    vertical-align: middle;
  }
}

.table.table-bluenote-menu .flag.italy::before {
  background-image: url("../images/bluenote/ico-italia.png");
}

.table.table-bluenote-menu .flag.aus::before {
  background-image: url("../images/bluenote/ico-aus.png");
}

.table.table-bluenote-menu .table-row-bluenote .table-head-bluenote, .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.table.table-bluenote-menu .table-row-bluenote .table-head-bluenote::before, .table.table-bluenote-menu .table-row-bluenote .table-head-bluenote::after, .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote::before, .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote::after {
  display: none;
}

.table.table-bluenote-menu .table-row-bluenote .table-col-bluenote {
  padding-top: 23px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.4px;
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote.custom {
    padding-bottom: 11px;
  }
}

.table.table-bluenote-menu .table-row-bluenote .table-col-bluenote .color-label {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.88px;
  font-family: "HiraKakuPro-W6-AlphaNum";
}

@media screen and (max-width: 749px) {
  .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote .color-label {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 14px;
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 750px) {
  .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote ul.first-space li:first-child {
    margin-bottom: 10px;
  }
}

.table.table-bluenote-menu .table-row-bluenote .table-col-bluenote ul:not(.first) {
  line-height: 2.3;
  letter-spacing: 1px;
}

@media screen and (max-width: 749px) {
  .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote ul:not(.first) {
    line-height: 2;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 749px) {
  .table.table-bluenote-menu .table-row-bluenote .table-col-bluenote {
    font-size: 10px;
    letter-spacing: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    border-bottom: 1px dashed #e9e9e9;
  }
}

.table.table-bluenote-menu .table-row-bluenote .color-green {
  color: #00a040;
  line-height: 2;
  letter-spacing: normal;
  vertical-align: top;
  width: 190px;
}

@media screen and (min-width: 750px) {
  .table.table-bluenote-menu .table-row-bluenote .color-green {
    width: 315px;
    letter-spacing: 0.2px;
    line-height: 24px;
  }
}

.table.table-bluenote-menu .table-row-bluenote .line-height-inherit {
  line-height: inherit;
}

@media screen and (max-width: 749px) {
  .table.table-bluenote-menu .table-row-bluenote:first-child {
    margin-bottom: 12px;
  }
}

.table.table-bluenote-menu .table-row-bluenote:last-child .table-col-bluenote {
  border-bottom: none;
}

@media screen and (min-width: 750px) {
  .table.table-bluenote-menu {
    border-top: 2px solid #00a040;
  }
}

.smart-entry .table-smart-entry {
  margin-bottom: 94px;
}

@media screen and (max-width: 749px) {
  .smart-entry .table-smart-entry {
    margin-bottom: 34px;
  }
}

.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-head-long {
  background-color: #f7f7f7;
  padding-top: 21px;
  padding-bottom: 21px;
  background-clip: padding-box;
  line-height: 2.15;
}

@media screen and (min-width: 750px) {
  .table-head-long {
    width: 337px;
  }
}
.table-col {
  width: calc(100% - 93px);
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-col li{ margin: 5px 0 25px;
line-height: 1.2;
  text-indent:-1em;
  padding-left:1em;
	}
	
@media screen and (max-width: 749px) {
.table-col li{ margin: 5px 0 25px !important;
line-height: 1.2;
  text-indent:-1em !important;
    padding-left:1em !important;
  }
}

@media screen and (min-width: 750px) {
  .table-col {
    width: calc(100% - 220px);
  }
}

.table-col-long {
  width: calc(100% - 93px);
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
}
	
@media screen and (min-width: 750px) {
  .table-col-long {
    width: calc(100% - 220px);
  }
}

.table-col a {
  color: #333;
}

@media screen and (max-width: 749px) {
  .gran-turismo .table-col {
    white-space: nowrap !important;
  }
}

.table-head, .table-head-long, .table-col, .table-col-long {
  position: relative;
  padding: 10px 13px;
  vertical-align: top;
  min-height: 32px;
  line-height: 2.15;
}

@media screen and (max-width: 749px) {
.table-head-long, .table-col-long {
  position: relative;
  padding: 0;
  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;
  }
}

@media screen and (max-width: 749px) {
ul.exhibit-list { text-align: left; padding: 0 15px; margin: 0 auto 80px;}
ul.exhibit-list li { font-size: 12px; margin-bottom: 30px; }
}

.table-head:before,  .table-col:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-position: left;
  background-image: url(../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;
}

.table-head a:hover, .table-col a:hover {
  color: #00a040;
}

@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(../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-distribution .table {
  margin-bottom: 31px;
}

@media screen and (max-width: 749px) {
  .table-distribution .table {
    margin-bottom: 24px;
  }
}

.table-distribution .table:nth-of-type(2) {
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .table-distribution .table:nth-of-type(2) {
    margin-bottom: 15px;
  }
}

.table-distribution .table-note {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.table-distribution .table-note:nth-of-type(3) {
  margin-bottom: 0px;
}

@media screen and (max-width: 749px) {
  .table-distribution .table-note {
    font-size: 12px;
    line-height: 1.833;
  }
}

.link-green {
  color: #00a040 !important;
}

.table-green {
  border: 1px solid #00a040;
  background-color: #fff;
  border-collapse: collapse;
}

.table-one-row {
  border: 1px solid #00a040 !important;
}

.table-one-row .table-col {
  border-left: 1px solid #00a040 !important;
  background-clip: padding-box;
}

.color-white {
  background-color: #fff !important;
}

.table-green .table-row:first-child {
  background-color: #f7f7f7;
}

.table-green .table-row:not(:first-child) {
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .attraction-collapse .table-green {
    margin-bottom: 20px !important;
  }
}

.table-green.admission-table {
  border-bottom-width: 0px;
}

.table-green.admission-table .dark-gray {
  background-color: #dddddd;
}

.table-green.admission-table .table-head {
  background-color: transparent;
}

.table-green.admission-table .table-col {
  border-bottom: 1px solid #00a040;
}

.table-green .table-head {
  border-top-width: 0px;
  border-bottom: 1px solid #00a040;
  text-align: center;
  border-right: 1px solid #00a040;
  vertical-align: middle;
  background-color: transparent;
}

.table-green .table-head.dark-gray {
  background-color: #dddddd;
}

.table-green .table-head:last-child {
  border-right-width: 0px;
}

.table-green .table-head:before, .table-green .table-head:after {
  background: none !important;
}

.table-green .table-col {
  border-width: 0px;
  text-align: center;
  border-right: 1px solid #00a040;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}

.table-green .table-col .space-right {
  margin-right: 25px;
}

@media screen and (max-width: 749px) {
  .table-green .table-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-green .table-col:last-child {
  border-right-width: 0px;
}

.table-green .table-col:before, .table-green .table-col:after {
  background: none !important;
}

.page-fee .table-container {
  margin-bottom: 66px;
}

@media screen and (max-width: 749px) {
  .page-fee .table-container {
    margin-bottom: 12px;
  }
}

.page-fee .table-container-list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 749px) {
  .page-fee .table-container-list {
    display: block;
    text-align: center;
  }
}

.page-fee .table-container-item {
  width: 280px;
  margin-right: 20px;
}

@media screen and (max-width: 749px) {
  .page-fee .table-container-item {
    margin-right: 0px;
    display: inline-block;
    width: 203px;
    margin-bottom: 10px;
  }
}

.page-fee .table-container-item:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 749px) {
  .page-fee .table-container-item:last-child {
    margin-bottom: 0px;
  }
}

.page-fee .table-container.with-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 749px) {
  .page-fee .table-container.with-padding {
    padding: 0px;
  }
}

.page-fee .table-container .media-title {
  margin-bottom: 18px;
}

@media screen and (max-width: 749px) {
  .page-fee .table-container .media-title {
    font-size: 16px;
  }
}

.page-fee .table-container .subpage-desc {
  margin-top: 0px;
  margin-bottom: 21px;
}

.page-fee .table-container .table-col {
  line-height: normal;
}

.page-fee .table-container small {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

.page-fee .table-container .not-bold {
  font-weight: normal;
}

.page-fee .table-container table p {
  margin-bottom: 20px;
}

.page-fee .table-container table p:last-child {
  margin-bottom: 0px;
}

.table-gold {
  border: 1px solid #a38737 !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  background-color: transparent !important;
}

@media screen and (min-width: 750px) {
  .table-gold {
    margin-top: -10px;
  }
}

.table-gold .table-row {
  background-color: transparent !important;
}

.table-gold .table-head {
  background-color: rgba(163, 135, 55, 0.3) !important;
  border-width: 1px !important;
  border-color: #a38737 !important;
  vertical-align: top;
  text-align: left;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.table-gold .table-col {
  background-color: transparent;
  border-width: 1px !important;
  border-color: #a38737 !important;
  text-align: left;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

@media screen and (min-width: 750px) {
  .table-gold .table-col {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 749px) {
  .table-gold .table-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.not-bold {
  font-weight: normal;
}

.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 {
  margin: 0 auto;
  max-width: 1060px;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .media {
    padding: 0 55px;
  }
}

@media screen and (max-width: 749px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 20px;
  }
}

.media:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .media:not(:last-child) {
    margin-bottom: 55px;
  }
  .media:not(:last-child) .arrow-green-down::after {
    top: 15px;
  }
}

.media-coll-pit:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 749px) {
  .media-coll-pit:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .sumika-media,
  .itadaki-media,
  .dokidoki-media {
    margin-top: 61px;
  }
}

.media-left {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .media-left {
    max-width: 380px;
    width: 100%;
  }
}

.media-thumb-bg {
  position: relative;
  width: 100%;
}

.media-thumb-bg img {
  position: absolute;
  content: "";
  z-index: 1;
}

.media-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

@media screen and (min-width: 750px) {
  .subpage-section-otherroom .media-grid {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 749px) {
  .media-grid {
    display: block;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .subpage-section-otherroom .media-grid {
    margin-top: 39px;
    padding-left: 0;
    padding-right: 0;
  }
}

.media-grid-item {
  width: 442px;
}

@media screen and (max-width: 749px) {
  .media-grid-item {
    width: 100%;
    margin-bottom: 59px;
  }
  .media-grid-item:last-child {
    margin-bottom: 0;
  }
}

.media-grid-img {
  border: 1px solid #bbbbbb;
  width: 442px;
  min-height: 273px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .media-grid-img {
    width: 100%;
    min-height: 210px;
  }
}

.media-grid-img-rounded {
  max-width: 470px;
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
}

@media screen and (max-width: 749px) {
  .media-grid-img-rounded {
    min-height: 224px;
    max-width: 100%;
  }
  .subpage-section-otherroom .media-grid-img-rounded {
    border-radius: 5px;
  }
}

.media-grid-title {
  margin-top: 27px;
}

.media-grid-title span {
  display: block;
}

@media screen and (min-width: 750px) {
  .media-grid-title {
    min-height: 72px;
  }
  .subpage-section-otherroom .media-grid-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 749px) {
  .media-grid-title {
    line-height: 1.846;
  }
  .subpage-section-otherroom .media-grid-title {
    margin-top: 12px;
  }
}

.media-grid-desc {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .media-grid-desc {
    font-size: 12px;
    line-height: 1.75;
  }
}

.media-bg {
  position: relative;
  padding: 5px;
}

.media-bg.media-nobg:after {
  background-image: none;
  content: none;
}

.media-bg:after {
  position: absolute;
  content: '';
  background-image: url("../images/img-frame-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -2%;
  z-index: 0;
  width: 103%;
  height: 103%;
}

@media screen and (max-width: 749px) {
  .media-craft .media-bg:after {
    background-size: cover;
    background-image: url("../images/img-frame-bg-sp.png");
  }
}

@media screen and (max-width: 749px) {
  .media-bg {
    margin-left: 0px;
  }
}

.media-thumb {
  position: relative;
  width: 370px;
  height: 217px;
  z-index: 2;
}

.media-thumb img {
  position: absolute;
  top: -5px;
  left: -18px;
}

.media-thumb div {
  position: relative;
  padding-top: 58.65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

@media screen and (max-width: 749px) {
  .media-thumb div {
    border-radius: 7px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft .media-thumb div {
    border-radius: 10px;
    padding-top: 55.65%;
  }
}

.media-thumb .no-radius {
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .media-thumb {
    width: 100%;
    height: 100%;
  }
}

.media-right {
  width: 100%;
}

.media-right .dekitane-link-banner {
  display: block;
  max-width: 300px;
}

@media screen and (min-width: 750px) {
  .media-right {
    padding-left: 50px;
    width: calc(100% - 380px);
  }
}

.media-title {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .location-desc .media-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 750px) {
  .media-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .media-title {
    margin-top: 15px;
  }
}

.media-title span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .media-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c3e8d8), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(75%, #c3e8d8), color-stop(75%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 25%, #ffffff 25%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 75%, #ffffff 75%, #ffffff 100%);
    background-size: 32.00px 32.00px;
  }
}

@media screen and (min-width: 750px) {
  .media-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(19.44%, #c3e8d8), color-stop(19.44%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(69.44%, #c3e8d8), color-stop(69.44%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 36.00px 36.00px;
  }
}

@media screen and (max-width: 749px) {
  .location-desc .media-title span {
    background-position: center 3px;
    background-repeat: repeat-x;
  }
}

.media-title-program-details .media-title-text {
  background: #c3e8d8;
  background: -webkit-gradient(linear, left top, right top, from(#c3e8d8), to(#c3e8d8));
  background: linear-gradient(90deg, #c3e8d8 0%, #c3e8d8 100%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.media-title.alt-feature-heading {
  margin-bottom: 20px;
}

.media-title.alt-feature-heading .media-title-text {
  background-size: 36.00px 52px;
}

@media screen and (max-width: 749px) {
  .media-title.alt-feature-heading .media-title-text {
    background-size: 32.00px 32.00px;
  }
}

@media screen and (min-width: 750px) {
  .media-title.alt-feature-heading {
    font-size: 24px;
    margin-bottom: 38px;
  }
}

.media-title.media-title-programdetails {
  font-size: 22px;
  margin-bottom: 27px;
}

@media screen and (max-width: 749px) {
  .media-title.media-title-programdetails {
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 14px;
  }
}

.smart-entry .media-title-smart-entry {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  line-height: 1.455;
}

@media screen and (max-width: 749px) {
  .smart-entry .media-title-smart-entry {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 11px;
  }
}

.smart-entry .media-title-smart-entry span {
  background-position: center 3px;
  background-repeat: repeat-x;
}

.is-ie .smart-entry .media-title-smart-entry span {
  background-repeat: repeat-x;
  background-position: center 8px;
}

.is-safari .smart-entry .media-title-smart-entry span {
  background-repeat: repeat-x;
  background-position: center 3px;
}

.smart-entry .media-title-smart-entry-heading {
  font-size: 26px;
  line-height: 1.385;
  letter-spacing: 0.1em;
  text-align: center;
}

.smart-entry .media-title-smart-entry-heading span {
  background-position: center 7px;
  background-repeat: repeat-x;
}

.is-ie .smart-entry .media-title-smart-entry-heading span {
  background-repeat: repeat-x;
  background-position: center 12px;
}

.is-safari .smart-entry .media-title-smart-entry-heading span {
  background-repeat: repeat-x;
  background-position: center 7px;
}

@media screen and (max-width: 749px) {
  .is-safari .smart-entry .media-title-smart-entry-heading span {
    background-position: center 3px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .media-title-smart-entry-heading span {
    background-position: center 3px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .media-title-smart-entry-heading {
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .media-title-smart-entry-faq-heading {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .media-title-smart-entry-faq-heading {
    text-align: center;
    font-size: 19px;
    line-height: 1.316;
  }
}

.smart-entry .media-title-smart-entry-faq-heading span {
  background-position: center 7px;
}

@media screen and (max-width: 749px) {
  .smart-entry .media-title-smart-entry-faq-heading span {
    background-position: center 3px;
  }
}

.media-title-nohighlight span {
  background: transparent;
}

.media-desc {
  font-size: 12px;
  padding-top: 10px;
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 300;
}

@media screen and (min-width: 750px) {
  .media-desc {
    font-size: 15px;
  }
}

.media-bottom {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.media-subpage .media-bottom {
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width: 749px) {
  .media-bottom {
    text-align: center !important;
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 749px) {
  .media-subpage-bunbun .media-desc br {
    display: none;
  }
}

.media-title-racing-kart {
  text-align: center;
  font-size: 26px;
}

@media screen and (min-width: 750px) {
  .media-title-racing-kart {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 749px) {
  .media-title-racing-kart {
    font-size: 13px;
    margin-top: 0px;
  }
}

/*craft modifier*/
.craft-media-title span::before {
  display: none;
}

/*Tsubasa*/
.media-note-tsubasa {
  max-width: 195px;
}

@media screen and (min-width: 750px) {
  .media-note-tsubasa {
    max-width: 300px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft .media-right {
    padding-left: 55px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft .media-right {
    padding-left: 5px;
  }
}

.media-craft .media-title span {
  background-image: none;
}

@media screen and (max-width: 749px) {
  .media-craft .media-title {
    margin-top: 26px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft .media-desc {
    padding-top: 17px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft .step-word {
    letter-spacing: 0.16em;
    display: inline-block;
  }
}

@media screen and (min-width: 750px) {
  .media-craft .step-word-no .step-no {
    line-height: 1;
    display: inline-block;
    font-size: 60px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft .step-word-no .step-no {
    display: inline-block;
  }
}

@media screen and (min-width: 750px) {
  .media-craft .step-word-no {
    margin-bottom: 12px;
  }
}

.media-craft:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 24px 0 24px;
  border-color: #41a327 transparent transparent transparent;
  content: '';
  position: absolute;
  left: 166px;
  right: 0;
  bottom: -2px;
}

@media screen and (max-width: 749px) {
  .media-craft:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13px 0 13px;
    border-color: #41a327 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(1) .step-word-no {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .step-word-no {
    top: -47px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(1) .step-word {
    display: inline-block;
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
    letter-spacing: 0.16em;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(1) .step-no {
    display: inline-block;
    -webkit-transform: translate(8px, 5px);
            transform: translate(8px, 5px);
    line-height: 1;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .step-no {
    -webkit-transform: translate(-5px, 4px);
            transform: translate(-5px, 4px);
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .media-desc {
    padding-top: 10px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .media-title {
    margin-top: 21px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) {
    padding-top: 10px;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) .step-word {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) .step-no {
    -webkit-transform: translate(8px, 2px);
            transform: translate(8px, 2px);
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .step-no {
    -webkit-transform: translate(-7px, 5px);
            transform: translate(-7px, 5px);
    display: inline-block;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .media-title {
    margin-top: 8px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .media-desc {
    padding-top: 15px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .note {
    margin-top: 22px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) .note-acorn {
    top: -23px;
    right: -22px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) {
    padding: 0 0 60px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) {
    padding-top: 36px;
    padding-bottom: 36px;
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) .step-word-no {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) .step-word {
    -webkit-transform: translate(-2px, -7px);
            transform: translate(-2px, -7px);
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) .step-no {
    -webkit-transform: translate(2px, -3px);
            transform: translate(2px, -3px);
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(3) .step-no {
    display: inline-block;
    -webkit-transform: translate(-6px, 5px);
            transform: translate(-6px, 5px);
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(3) .media-title {
    margin-top: 9px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) {
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(3) {
    padding-top: 28px;
    padding-bottom: 42px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .step-word {
    -webkit-transform: translate(-3px, -6px);
            transform: translate(-3px, -6px);
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .step-no {
    -webkit-transform: translate(1px, -4px);
            transform: translate(1px, -4px);
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .step-no {
    display: inline-block;
    -webkit-transform: translate(-1px, 5px);
            transform: translate(-1px, 5px);
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .step-word-no {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .media-title {
    margin-top: 11px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .media-desc {
    padding-top: 6px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .media-desc {
    padding-top: 5px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .note {
    margin-top: 34px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .note {
    margin-top: 20px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .note-acorn {
    top: -23px;
    right: -22px;
  }
}

@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) {
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.media-craft:last-of-type:before {
  content: none;
}

@media screen and (max-width: 749px) {
  .media-craft:nth-child(odd) .media-bg:after {
    top: 5px;
    height: 102%;
    background-position: center bottom;
    width: 103%;
  }
}

@media screen and (min-width: 750px) {
  .media-craft:not(:last-child) {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 750px) {
  .media-craft {
    padding: 0 0 50px;
    max-width: 1033px;
    position: relative;
  }
}

@media screen and (max-width: 749px) {
  .media-craft {
    position: relative;
    padding: 21px 34px 30px 34px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo {
    padding-top: 49px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo {
    padding-top: 23px;
  }
}

.subpage-section-aqua-labo .media-labo .subpage-title {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .subpage-title {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .media {
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media {
    padding: 0 34px;
    margin-bottom: 77px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .media-title {
    margin-top: 3px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media-title {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .media-desc {
    padding-top: 15px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media-desc {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media-left {
    width: 100%;
  }
}

.subpage-section-aqua-labo .media-labo .media-bg {
  margin-left: 0px;
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo {
    padding-top: 57px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo {
    padding-top: 23px;
  }
}

.subpage-section-mammal-labo .media-labo .subpage-title {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .subpage-title {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .media {
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media {
    padding: 0 34px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .media-title {
    margin-top: 3px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media-title {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .media-desc {
    padding-top: 15px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media-desc {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media-left {
    width: 100%;
  }
}

.subpage-section-mammal-labo .media-labo .media-bg {
  margin-left: 0px;
}

@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;
  }
}

.media-subpage-labo {
  max-width: 891px;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}

.media-subpage-labo .media-box {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .media-subpage-labo .media-box:first-child {
    margin-right: 50px;
  }
  .media-subpage-labo .media-box:last-child {
    margin-left: 50px;
  }
}

@media screen and (min-width: 750px) and (max-width: 749px) {
  .media-subpage-labo .media-box:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .media-subpage-labo .media-box {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 749px) {
  .media-subpage-labo .media-box .media-title {
    margin-top: 0px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 749px) {
  .media-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.media-list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
  background-color: #fff;
}

.media-list-item-teatime {
  background-color: transparent;
  -webkit-box-align: start;
          align-items: start;
}

.media-list-item:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .subpage-section-granroomactivity .media-list-item:last-child {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-granroomactivity .media-list-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 749px) {
  .media-list-item {
    display: block;
    margin-bottom: 0;
  }
  .subpage-section-granroomactivity .media-list-item {
    margin-bottom: 26px;
  }
}

.media-list-thumb {
  width: 511px;
  min-height: 360px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .media-list-thumb {
    width: 100%;
    min-height: 206px;
  }
  .subpage-section-granroomactivity .media-list-thumb {
    min-height: 235px;
    background-position: center bottom;
  }
}

.media-list-text {
  width: calc( 100% - 511px);
  padding-left: 38px;
  padding-right: 38px;
}

@media screen and (min-width: 750px) {
  .subpage-section-granroomactivity .media-list-text {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}

@media screen and (max-width: 749px) {
  .media-list-text {
    width: 100%;
    padding: 0 28px 48px;
    margin-top: 25px;
  }
  .subpage-section-teatime .media-list-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.media-list-text h3 {
  font-size: 24px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  line-height: 1.417;
  margin-bottom: 34px;
}

@media screen and (min-width: 750px) {
  .media-list-text h3 {
    white-space: nowrap;
  }
  .subpage-section-granroomactivity .media-list-text h3 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 749px) {
  .media-list-text h3 {
    font-size: 13px;
    margin-bottom: 17px;
    line-height: 1.615;
  }
}

.media-list-text p {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .media-list-text p {
    font-size: 13px;
    line-height: 1.75;
  }
}

.access-heading {
  font-size: 26px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .access-heading {
    font-size: 19px;
  }
}

.access-heading span {
  background-repeat: repeat-x;
  background-position: center 7px;
}

@media screen and (max-width: 749px) {
  .access-heading span {
    background-position: center 3px;
  }
}

.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-link {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}

.accordion-link.underline {
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .accordion-link.underline.u-show-sp {
    display: inline-block !important;
  }
}

.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;
    font-weight: bold;
  }
}

.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%);
}

@media screen and (max-width: 749px) {
  .accordion-btn-label {
    top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

.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(../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(../images/design-leaves1.png);
}

.design-parkmap::before {
  width: 39px;
  height: 37px;
  left: 45px;
  top: -58px;
  background-image: url(../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(../images/design-leaves1-sp.png);
  }
}

.design-parkmap::after {
  width: 78px;
  height: 59px;
  right: 379px;
  top: -31px;
  background-image: url(../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(../images/design-leaves2-sp.png);
  }
}

.design-parkmap-inner::before {
  width: 358px;
  height: 343px;
  right: -23px;
  top: -64px;
  background-image: url(../images/design-leaves4.png);
}

.design-parkmap-inner::after {
  width: 208px;
  height: 328px;
  left: 0;
  bottom: -81px;
  background-image: url(../images/design-leaves5.png);
}

.design-activity::before {
  width: 39px;
  height: 34px;
  left: 163px;
  top: 162px;
  background-image: url(../images/design-leaves7.png);
  z-index: 1;
}

.design-activity::after {
  width: 135px;
  height: 262px;
  right: 94px;
  top: -68px;
  background-image: url(../images/design-leaves6.png);
}

.design-activity-inner::before {
  width: 78px;
  height: 109px;
  left: 34px;
  bottom: 6px;
  background-image: url(../images/design-leaves8.png);
}

.design-activity-inner::after {
  width: 228px;
  height: 183px;
  right: -23px;
  bottom: 49px;
  background-image: url(../images/design-mount.png);
}

.design-how-to::before {
  width: 204px;
  height: 204px;
  right: 0;
  top: -132px;
  background-image: url(../images/design-circle2.png);
  z-index: 1;
}

.design-circle::before {
  width: 204px;
  height: 205px;
  left: -11px;
  bottom: 105px;
  background-image: url(../images/design-circle.png);
}

.design-circle::after {
  width: 115px;
  height: 123px;
  right: 51px;
  bottom: 124px;
  background-image: url(../images/design-petals1.png);
}

.design-mount::before {
  width: 228px;
  height: 183px;
  left: 16px;
  top: 348px;
  background-image: url(../images/design-mount.png);
}

.design-mount::after {
  width: 39px;
  height: 38px;
  right: 80px;
  bottom: 118px;
  background-image: url(../images/design-petals2.png);
}

.design-mount.design-twinring::after {
  width: 37px;
  height: 36px;
  right: 93px;
  bottom: calc((100% / 2) - 124px);
  background-image: url(../images/design-petal2.png);
  z-index: 1;
}

.design-petal {
  position: absolute;
  width: 39px;
  height: 38px;
  left: 41px;
  bottom: 40px;
  background-image: url(../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(../images/design-petals3.png);
}

.design-petals::after {
  width: 37px;
  height: 36px;
  right: 120px;
  bottom: 123px;
  background-image: url(../images/design-petal3.png);
}



.challenge {
  margin-top: 34px;
  background-image: url(../images/mobipark/challenge-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.challenge-left {
  -webkit-box-ordinal-group: 3;
          order: 2;
	margin-top: -120px;
}

.challenge-right {
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-basis: 50%;
}

@media screen and (max-width: 749px) {
  .challenge-right {
    margin-top: 13px;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .challenge-right .heading-text {
    text-align: left;
  }
  .challenge-right img {
    max-width: 245px;
    width: 100%;
  }
}

.challenge-right.events {
  z-index: 10;
}

.challenge-right.events .heading-text {
  width: 127%;
}

.challenge-right.events .heading-text img {
  max-width: none;
}

@media screen and (max-width: 749px) {
  .challenge-right.events .heading-text {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .challenge-right.events {
    margin-top: 0;
  }
}

@media screen and (max-width: 749px) {
  .challenge {
    background-image: url(../images/mobipark/challenge-bg-sp.png);
    background-size: 100%;
    background-position: center top;
  }
}

.challenge .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 749px) {
  .challenge .row {
    display: block;
    position: relative;
  }
}

.challenge .desc {
  margin-top: 66px;
  margin-left: 4px;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 2.25;
}

@media screen and (max-width: 749px) {
  .challenge .desc {
    line-height: 2.25;
    margin: 0;
    margin-top: 22px;
    font-size: 12px;
  }
}

.challenge .desc.hellowoods {
  max-width: 600px;
}

@media screen and (max-width: 749px) {
  .challenge .desc.hellowoods {
    line-height: 2;
  }
}

.challenge .desc.collection {
  max-width: 1200px;
}

@media screen and (max-width: 749px) {
  .challenge .desc.collection {
    line-height: 2;
  }
}

.challenge .desc.racing {
  max-width: 605px;
}

@media screen and (max-width: 749px) {
  .challenge .desc.racing {
    line-height: 2;
    letter-spacing: 0.10em;
  }
}

.challenge .challenge-img > * {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .challenge .challenge-img > * {
    max-width: 310px;
    display: block;
    padding-top: 100px;
    margin: auto;
  }
}

.challenge .challenge-img1 {
  max-width: 274px;
  position: relative;
  top: -46px;
  left: -32px;
}

.challenge .challenge-img1.events {
  max-width: 235px;
}

.challenge .challenge-img1.collection {
  max-width: 233px;
  top: 64px;
  left: 17px;
}

.challenge .challenge-img1.racing-img1 {
  max-width: 233px;
  top: -101px;
  left: 13px;
}

.challenge .challenge-img2 {
  max-width: 592px;
  position: relative;
  left: 95px;
  top: -134px;
}

.challenge .challenge-img2.collection {
  left: 96px;
  top: 22px;
}

.challenge .challenge-img3 {
  max-width: 192px;
  position: relative;
  left: 24px;
  top: -220px;
}

.challenge .challenge-img3.collection {
  left: -32px;
  top: -87px;
}

@media screen and (max-width: 749px) {
  .challenge.events-page .challenge-img img {
    max-width: none;
  }
}

.challenge.hellowoods-life-overflowing .desc {
  max-width: 584px;
}

.challenge.hellowoods-life-overflowing .challenge-img {
  max-height: 500px;
}

.challenge.hellowoods-life-overflowing .challenge-img1 {
  max-width: 230px;
  left: 30px;
}

.challenge.hellowoods-life-overflowing .challenge-img2 {
  max-width: 600px;
  left: 110px;
  top: -110px;
}

.challenge.hellowoods-life-overflowing .challenge-img3 {
  max-width: 193px;
  left: -20px;
}

.challenge.hellowoods {
  max-height: 800px;
}

.challenge.collection {
  background-position: right 32px top 84px;
}

@media screen and (max-width: 749px) {
  .challenge.collection {
    max-height: inherit;
  }
}

.challenge.collection .heading-text img {
  max-width: 155%;
}

@media screen and (max-width: 749px) {
  .challenge {
    margin-bottom: 90px;
    margin-top: -27px;
  }
  .challenge.hellowoods {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .adventure .forest-container {
    margin-top: 33px;
  }
}

@media screen and (min-width: 750px) {
  .foodsm .adventure {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 749px) {
  .foodsm .adventure {
    margin-top: 37px !important;
  }
}

.adventure .adventure-bg-circle {
  background-image: url(../images/twinringmotegi/adventure-bg-circle.png);
  max-width: 279px;
  width: 100%;
  height: 279px;
  position: absolute;
  bottom: -153px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.subpage-restaurant .adventure .adventure-bg-circle {
  z-index: 1;
  background-size: 100%;
}

@media screen and (max-width: 749px) {
  .adventure .adventure-bg-circle {
    max-width: 110px;
    bottom: -45px;
    height: 110px;
    background-size: contain;
  }
}

.adventure-container {
  margin-top: 48px;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .adventure-container.restaurant {
    margin-top: 35px;
  }
}

@media screen and (max-width: 749px) {
  .adventure-container {
    margin-bottom: 90px;
    margin-top: -6px;
  }
  .adventure-container.adventure-container-hellowoods {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.adventure-list {
  margin-bottom: 102px;
}

.adventure-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .adventure-list.alone {
    margin-bottom: 48px;
  }
  .adventure-list.adventure-list-hellowoods {
    margin-bottom: 47px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) {
    margin-bottom: 20px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) .adventure-bg {
    height: 140px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) .adventure-image-logo {
    bottom: -48px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) .l-adventure.hellowoods {
    margin-top: -11px;
  }
}

@media screen and (max-width: 749px) {
  .adventure-list-itadaki .adventure-content-copy {
    margin-top: 9px;
  }
}

.adventure-bg {
  width: 100%;
  height: 460px;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .adventure-bg {
    height: 157px;
  }
  .subpage-restaurant .adventure-bg {
    height: 209px;
  }
}

.adventure-image-logo {
  max-width: 279px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo {
    max-width: 110px;
    bottom: -45px;
  }
}

.adventure-image-logo.hellowoods {
  bottom: -100px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo.hellowoods {
    bottom: -30px;
    max-width: 119px;
  }
}

.adventure-image-logo-areaindex {
  max-width: 304px;
  bottom: -76px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex {
    height: auto;
    max-width: 152px;
    bottom: -28px;
  }
}

.adventure-image-logo-areaindex-hellowoods {
  max-width: 210px;
  bottom: 0px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-hellowoods {
    max-width: 85px;
    bottom: 15px;
  }
}

.adventure-image-logo-areaindex-mobipark {
  max-width: 180px;
  bottom: 0px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-mobipark {
    height: auto;
    max-width: 85px;
    bottom: 0px;
  }
}

.adventure-image-logo-areaindex-campvillage {
  max-width: 158px;
  bottom: -79px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-campvillage {
    height: auto;
    max-width: 105px;
    bottom: -65px;
  }
}

.adventure-image-logo-areaindex-hotel {
  max-width: 215px;
  bottom: 25px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-hotel {
    height: auto;
    max-width: 95px;
    bottom: 20px;
  }
}

.adventure-image-logo-areaindex-motorsport {
  max-width: 195px;
  bottom: -5px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-motorsport {
    height: auto;
    max-width: 80px;
    bottom: 8px;
  }
}

.adventure-image-logo-areaindex-hondacollection {
  max-width: 160px;
  bottom: 0px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-hondacollection {
    height: auto;
    max-width: 90px;
    bottom: -15px;
  }
}

.adventure-image-logo-areaindex-activesafe {
  max-width: 180px;
  bottom: -43px;
}

@media screen and (max-width: 749px) {
  .adventure-image-logo-areaindex-activesafe {
    height: auto;
    max-width: 90px;
    bottom: -15px;
  }
}

.adventure-content-copy {
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

.adventure-content-copy.hoteltwinring {
  letter-spacing: 0.19em;
  margin-top: 32px;
}

@media screen and (max-width: 749px) {
  .adventure-content-copy {
    font-size: 12px;
    margin-top: 14px;
    text-align: left;
  }
}

.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;
  }
  .adventure-bg-racing-kart.hoteltwinring {
    height: 180px;
  }
}

@media screen and (min-width: 750px) {
  .kids-carbike-attraction {
    margin-top: 0;
    margin-bottom: 149px;
  }
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction {
    margin-top: -27px;
  }
}

.kids-carbike-attraction .row {
  margin-top: 52px;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .row {
    margin-top: 45px;
  }
}

.kids-carbike-attraction .row [class^="col-"]:first-child {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (min-width: 750px) {
  .kids-carbike-attraction .row [class^="col-"]:first-child {
    padding-left: 31px;
    padding-top: 9px;
  }
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .row [class^="col-"]:first-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.kids-carbike-attraction .row [class^="col-"]:last-child {
  -webkit-box-ordinal-group: 2;
          order: 1;
  padding-right: 30px;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .row [class^="col-"]:last-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.kids-carbike-attraction .content-desc {
  margin-top: 34px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .content-desc {
    font-size: 12px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 13px;
    line-height: 2;
  }
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction {
    max-width: 612px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

.block-image {
  margin-top: 66px;
  padding-bottom: 126px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .block-image-hellowoods-program {
    margin-top: -4px;
  }
}

@media screen and (max-width: 749px) {
  .block-image-hellowoods-program {
    margin-top: -12px !important;
  }
}

.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 (min-width: 750px) {
  .block-image.block-image-hellowoods-program {
    padding-bottom: 90px !important;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 749px) {
  .block-image.block-image-hellowoods-program {
    padding-bottom: 0px !important;
    margin-bottom: 45px;
  }
}

@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;
    width: 100%;
  }
}

.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 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-item.block-image-item-hellowoods {
  max-width: 598px;
}

.block-image-item.block-image-item-hellowoods .block-image-text-hellowoods {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .block-image-item.block-image-item-hellowoods {
    margin-bottom: 26px;
  }
  .block-image-item.block-image-item-hellowoods:last-child {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 750px) {
  .block-image-item.block-image-item-hellowoods-program {
    margin-left: 20px;
  }
}

.block-image-item.block-image-item-hellowoods-program:first-child {
  margin-left: 0px;
}

.block-image-item.block-image-item-collection-pit {
  width: auto;
  margin: auto;
}

.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-program {
    height: 156px !important;
  }
}

.block-image-inner.hoteltwinring-lounge {
  height: auto;
  padding: 150px 0;
  background-image: url(../images/hoteltwinring/lounge-bg.jpg);
  display: block;
}

.block-image-inner.hoteltwinring-lounge .hoteltwinring {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .block-image-inner.hoteltwinring-lounge .hoteltwinring {
    max-width: 500px;
    min-height: 300px;
    padding-top: 20px;
  }
}

.block-image-inner.hoteltwinring-lounge .svg-subtext .heading-subtext {
  max-width: 270px;
  height: 65px;
}

@media screen and (max-width: 749px) {
  .block-image-inner.hoteltwinring-lounge .svg-subtext .heading-subtext {
    max-width: 137px;
    height: 28px;
  }
}

@media screen and (max-width: 749px) {
  .block-image-inner.hoteltwinring-lounge {
    padding-top: 100px;
    padding-bottom: 105px;
    background-image: url(../images/hoteltwinring/lounge-bg-sp.jpg);
  }
}

@media screen and (max-width: 749px) {
  .block-image-inner {
    height: auto;
    padding: 10% 0;
  }
}

.block-image-inner:hover {
  opacity: 0.8;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

.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);
}

.block-image-text-wrap.hoteltwinring {
  width: auto;
  height: auto;
  text-align: center;
  padding: 50px;
}

@media screen and (max-width: 749px) {
  .block-image-text-wrap.hoteltwinring {
    padding: 20px;
    padding-top: 13px;
  }
  .block-image-text-wrap.hoteltwinring .heading-text {
    font-size: 26px;
  }
  .block-image-text-wrap.hoteltwinring .heading-text.heading-text-default {
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: bold;
  }
  .block-image-text-wrap.hoteltwinring .block-image-subtext {
    font-size: 13px;
  }
}

@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(../images/frame.png) no-repeat center;
  background-size: 100% 100%;
}

@media screen and (max-width: 749px) {
  .image-border {
    padding: 7px;
  }
}

.video-border {
  border: 14px solid transparent;
  -webkit-border-image: url(../images/frame.png) 14 stretch;
       -o-border-image: url(../images/frame.png) 14 stretch;
          border-image: url(../images/frame.png) 14 stretch;
}

@media screen and (max-width: 749px) {
  .video-border {
    border: 6px solid transparent;
    -webkit-border-image: url(../images/frame.png) 30 stretch;
         -o-border-image: url(../images/frame.png) 30 stretch;
            border-image: url(../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;
  }
}

.enjoy-list-marcherant {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 98px;
  padding-left: 20px;
  padding-right: 20px;
}

.enjoy-list-marcherant li {
  width: 49%;
  margin-bottom: 20px;
}

.enjoy-list-marcherant li .alt-feature-heading {
  margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .enjoy-list-marcherant li .alt-feature-heading {
    font-size: 19px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.enjoy-list-marcherant li .alt-feature-desc-text {
  letter-spacing: 3px;
  line-height: 1.9;
}

@media screen and (max-width: 749px) {
  .enjoy-list-marcherant li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 749px) {
  .enjoy-list-marcherant {
    margin-bottom: 20px;
  }
}

.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;
  }
}

.pit-slider {
  position: relative;
}

.pit-slider-price {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  background-color: #4fae32;
  padding: 12px 19px;
  letter-spacing: 0.2em;
}

.map-slider {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  background-color: #000000;
  padding: 12px 19px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 749px) {
  .pit-slider-price {
    font-size: 12px;
    padding: 6px 8px;
  } 
	.map-slider {
    font-size: 10px;
    padding: 6px 8px;
  }
}

.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.program {
  position: relative;
  height: 230px;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .banner-image.program {
    height: 140px;
  }
}

.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.program {
  background-image: url(../images/program/banner-bg.png);
  padding: 38px 0px 45px;
  position: absolute;
  right: 0;
  left: 0;
  top: -75px;
  max-width: 1060px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap.program {
    background-image: url(../images/program/banner-bg-sp.png);
    padding: 20px 40px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fff;
    top: -63px;
  }
}

.banner-image .banner-image-wrap.program .banner-image-heading {
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap.program .banner-image-heading {
    margin-bottom: 6px;
    font-size: 17px;
  }
}

.banner-image .banner-image-wrap .banner-image-subtext {
  color: #000;
}

.banner-image .banner-image-wrap .banner-image-subtext.program {
  font-size: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap .banner-image-subtext.program {
    font-size: 13px;
    line-height: 1.9;
  }
}

@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;
  }
}

.hoteltwinring-banner-image-1 .banner-image-wrap {
  padding: 120px 0 105px;
  background-image: url(../images/hoteltwinring/banner-image-1.jpg);
}

@media screen and (min-width: 750px) {
  .hoteltwinring-banner-image-1 .banner-image-wrap .heading {
    margin-bottom: 36px;
  }
}

.hoteltwinring-banner-image-1 .banner-image-wrap .heading-text {
  background: none;
  -webkit-text-fill-color: #fff;
}

.hoteltwinring-banner-image-1 .banner-image-wrap .banner-image-subtext {
  color: #fff;
  letter-spacing: 3px;
}

.hoteltwinring-banner-image-1 .banner-image-wrap .heading-subtext {
  max-width: 450px;
}

@media screen and (max-width: 749px) {
  .hoteltwinring-banner-image-1 .banner-image-wrap {
    background-image: url(../images/hoteltwinring/banner-image-1-sp.jpg);
    padding: 54px 0px 90px;
  }
  .hoteltwinring-banner-image-1 .banner-image-wrap .heading {
    margin-bottom: 5px;
  }
  .hoteltwinring-banner-image-1 .banner-image-wrap .heading-subtext {
    height: 50px;
  }
}

@media screen and (max-width: 749px) {
  .hoteltwinring-banner-image-1 {
    padding-bottom: 25px;
  }
}

.hoteltwinring-banner-image-2 .banner-image-wrap {
  padding: 40px 0;
  background-image: url(../images/hoteltwinring/banner-image-2.jpg);
}

.hoteltwinring-banner-image-2 .banner-image-wrap .heading-text {
  background: none;
  -webkit-text-fill-color: #fff;
  line-height: 3;
}

.hoteltwinring-banner-image-2 .banner-image-wrap .heading-subtext {
  max-width: 350px;
  height: 35px;
}

@media screen and (max-width: 749px) {
  .hoteltwinring-banner-image-2 .banner-image-wrap {
    background-image: url(../images/hoteltwinring/banner-image-2-sp.jpg);
    padding: 30px 0;
  }
  .hoteltwinring-banner-image-2 .banner-image-wrap .heading-subtext {
    height: 22px;
  }
}

.tourism-banner::before {
  position: absolute;
  right: 0;
  content: " ";
  height: 100px;
  width: 101%;
  background-color: #fff;
}

@media screen and (min-width: 750px) {
  .tourism-banner::before {
    height: 185px;
  }
}

.tourism-banner .banner-wrapper {
  width: 100%;
  max-width: 1130px;
  margin: auto;
  padding: 20px 25px;
  background: url("../images/tourism/banner-border.png");
  position: relative;
  background-size: 100% 100%;
}

.tourism-banner .banner-wrapper::before, .tourism-banner .banner-wrapper::after {
  position: absolute;
  content: " ";
  width: 176px;
  height: 55px;
}

.tourism-banner .banner-wrapper::before {
  background: url("../images/tourism/leaf-left.png") no-repeat;
  left: -16px;
  top: -17px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper::before {
    left: -12px;
    top: -13px;
    width: 72px;
    background-size: contain;
  }
}

.tourism-banner .banner-wrapper::after {
  background: url("../images/tourism/leaf-right.png") no-repeat;
  right: -13px;
  bottom: -25px;
  width: 123px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper::after {
    bottom: -44px;
    width: 66px;
    background-size: contain;
  }
}

.tourism-banner .banner-wrapper .tileImageWrap {
  max-width: 440px;
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileImageWrap {
    margin: 0 auto 20px;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap {
  max-width: 520px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap {
    margin: 0 auto;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .banner-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: -3px;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .banner-title {
    text-align: center;
    font-size: 10px;
    margin-bottom: 5px;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .color-title {
  height: 28px;
  margin-bottom: 25px;
}

.tourism-banner .banner-wrapper .tileDescWrap .color-title img {
  width: auto;
  height: 100%;
  margin-right: 23px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .color-title img {
    margin-bottom: 15px;
    margin-right: 10px;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .color-title .official-link-wrap {
  vertical-align: bottom;
}

.tourism-banner .banner-wrapper .tileDescWrap .color-title .official-link-wrap .official-link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .color-title .official-link-wrap {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .color-title {
    height: 19px;
    margin-bottom: 17px;
    text-align: center;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 2.24px;
  margin-bottom: 37px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .desc {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 2.2;
    margin-bottom: 15px;
    padding: 0 21px;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .address {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .address {
    font-size: 10px;
    letter-spacing: 3.25px;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .address .link {
  color: #333333;
  font-size: 12px;
  letter-spacing: 1.92px;
}

.tourism-banner .banner-wrapper .tileDescWrap .address .link[href=""] {
  display: none;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .address .link {
    font-size: 10px;
  }
}

.tourism-banner .banner-wrapper .tileDescWrap .l-button {
  margin: 0;
  margin-bottom: 15px;
}

.tourism-banner .banner-wrapper .tileDescWrap .l-button .button {
  margin: 0 5px;
  font-weight: 400;
}

.is-safari .tourism-banner .banner-wrapper .tileDescWrap .l-button .button {
  min-width: 364px;
}

@media screen and (max-width: 749px) {
  .is-safari .tourism-banner .banner-wrapper .tileDescWrap .l-button .button {
    margin: 0 auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .is-safari .tourism-banner .banner-wrapper .tileDescWrap .l-button .button {
    font-size: 16px;
  }
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .tileDescWrap .l-button {
    max-width: 242px;
    margin: auto;
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 750px) {
  .tourism-banner .banner-wrapper .tileDescWrap {
    padding-left: 50px;
  }
}

.tourism-banner .banner-wrapper .link-info {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.52px;
}

.tourism-banner .banner-wrapper .link-info span {
  margin: 0 25px;
}

.tourism-banner .banner-wrapper .link-info a {
  color: #2d2d2d;
}

@media screen and (max-width: 749px) {
  .tourism-banner .banner-wrapper .link-info {
    font-size: 8px;
    letter-spacing: 1.4px;
    text-align: center;
  }
  .tourism-banner .banner-wrapper .link-info span {
    margin: 0 17px;
    letter-spacing: 0.4px;
  }
}

@media screen and (min-width: 750px) {
  .tourism-banner .banner-wrapper {
    display: -webkit-box;
    display: flex;
    padding: 43px 82px;
  }
}

.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;
}

@media screen and (min-width: 750px) {
  .slider-recommendation-restaurant .slider-wrapper {
    margin-left: -280px !important;
  }
}

@media screen and (min-width: 750px) {
  .slider-recommendation-restaurant .slider-item {
    max-width: 468px !important;
  }
}

.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;
}

.kids-carbike-attraction .slide-container {
  position: relative;
}

@media screen and (min-width: 750px) {
  .kids-carbike-attraction .slide-container {
    width: 524px;
    height: 344px;
  }
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 281px;
  }
}

.kids-carbike-attraction .slide-container:before {
  width: calc(100% + 90px);
  height: 100%;
  content: "";
  position: absolute;
  top: -31px;
  left: -52px;
  background-image: url(../images/mobipark/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container:before {
    background-image: url(../images/mobipark/mobipark-kids-attraction-bg-sp.png);
    max-width: 335px;
    height: calc(100% - 0px);
    background-size: 100%;
    left: 50%;
    top: -6%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.kids-carbike-attraction .slide-container:after {
  width: calc(100% + 19px);
  height: calc(100% - 42px);
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  background-image: url(../images/mobipark/slider-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container:after {
    display: none;
  }
}

.kids-carbike-attraction .slider-wrapper {
  margin-left: 0px;
  position: relative;
}

.kids-carbike-attraction .slider-wrapper .slider-item {
  position: relative;
  z-index: 10;
}

.kids-carbike-attraction .swiper-pagination {
  max-width: 508px;
  width: 100%;
  margin-left: 0;
  margin-top: 38px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .swiper-pagination {
    margin-top: 14px;
  }
}

.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet {
  margin-right: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-right: 8px;
  }
}

.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a040;
}

.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  margin-right: 0;
}

.slider-carbike-container {
  width: 100%;
}

.slider-carbike .slider-carbike-item {
  max-width: 245px;
}

@media screen and (min-width: 750px) {
  .slider-carbike .slider-carbike-item {
    max-width: 100%;
    width: calc((100% - 50px) / 3);
    margin-bottom: 20px;
  }
}

.slider-carbike .slider-carbike-item:not(:last-child) {
  margin-right: 25px;
}

@media screen and (min-width: 750px) {
  .slider-carbike .slider-carbike-item:not(:last-child) {
    margin-right: 0;
  }
}

.top-slider .swiper-wrapper {
  margin: 0 -95px;
}

.slick-track,
.slick-list,
.slick-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.events-swiper {
  overflow: hidden;
  position: relative;
}

.events-swiper .events-swiper-pagination {
  position: initial !important;
}

.sponsors .sponsor-list {
  display: -webkit-box;
  display: flex;
  max-width: 1021px;
  margin: auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .sponsors .sponsor-list {
    flex-wrap: wrap;
  }
}

.sponsors .sponsor-list .sponsor-item {
  /*padding: 35px;*/
}

.sponsors .sponsor-list .sponsor-item.Coleman img {
  width: 100px;
}

.sponsors .sponsor-list .sponsor-item.Stiihl img {
  width: 118px;
}

.sponsors .sponsor-list .sponsor-item.Jyaoan img {
  width: 154px;
}

.sponsors .sponsor-list .sponsor-item.Fumakira img {
  width: 110px;
}

.sponsors .sponsor-list .sponsor-item.MSAD img {
  width: 165px;
}

.sponsors .sponsor-list .sponsor-item.Mont-bell img {
  width: 118px;
}

@media screen and (max-width: 749px) {
  .sponsors .sponsor-list .sponsor-item {
    width: 33%;
    padding: 0px;
  }
  .sponsors .sponsor-list .sponsor-item.Coleman {
    padding: 4px 30px 11px 14px;
  }
  .sponsors .sponsor-list .sponsor-item.Stiihl {
    padding: 2px 34px 10px 4px;
  }
  .sponsors .sponsor-list .sponsor-item.Jyaoan {
    padding: 0px 12px 10px 4px;
  }
  .sponsors .sponsor-list .sponsor-item.Fumakira {
    padding: 9px 30px 0px 15px;
  }
  .sponsors .sponsor-list .sponsor-item.MSAD {
    padding: 8px 7px 0px 0px;
  }
  .sponsors .sponsor-list .sponsor-item.Mont-bell {
    padding: 7px 20px 0px 23px;
  }
}

.top-slider-text {
  font-size: 20px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.06em;
	margin-bottom: 10px;
	padding: 0 10px;
}

.top-slider-text-sub {
  font-size: 16px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.06em;
	line-height: 2em;
	padding: 0 10px;
}

@media screen and (max-width: 749px) {
  .top-slider-text {
    font-size: 12px;
	padding: 0 ;
  }
.top-slider-text-sub {
    font-size: 10px;
	padding: 0 ;
  }
}

@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: 25px;
}

.top-slider-image img {
  width: 100%;
  height: auto;
}

.other-restaurant .top-slider-image img {
  border-radius: 10px;
}

.hellowoods-wrapper .bg-green {
  background-color: #4fae32;
}

.hellowoods-wrapper .bg-gray {
  background-color: #9c9c9c;
}

.hellowoods-wrapper .information .info-list {
  padding: 30px 0;
  list-style-image: url(../images/hellowoods/bullets.png);
}

.hellowoods-wrapper .information .info-list .info-list-item {
  border-bottom: 1px dashed #333;
  font-size: 18px;
  padding: 26px 0;
}

.hellowoods-wrapper .field-introduction .field-introduction-container {
  padding: 0;
}

@media screen and (min-width: 750px) {
  .hellowoods-wrapper .field-introduction .field-introduction-container.field-zipline {
    margin-top: -30px;
    margin-bottom: 152px;
  }
}

@media screen and (max-width: 749px) {
  .hellowoods-wrapper .field-introduction .field-introduction-container.field-zipline .map-image {
    padding-bottom: 55px;
  }
}

.hellowoods-wrapper .field-introduction .map-wrapper {
  /*background-image: url(../images/hellowoods/field-intro-bg.png);*/
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .hellowoods-wrapper .field-introduction .map-wrapper {
    background-size: cover;
    padding-top: 0;
    margin-top: 50px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 749px) {
  .hellowoods-wrapper .field-introduction {
    margin-bottom: 23px;
  }
}

.hellowoods-wrapper .text-ribbon {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .hellowoods-wrapper .text-ribbon {
    position: relative;
    top: 0;
    right: 0;
    padding: 5px 11px;
    font-size: 10px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}

.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%;
}

.page-fee .info-note {
  border: 1px solid #000;
  position: relative;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .page-fee .info-note {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    margin-top: 46px;
  }
}

.page-fee .info-note-title {
  font-size: 18px;
  line-height: 1.778;
  position: absolute;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  top: -17px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .page-fee .info-note-title {
    white-space: normal;
    font-size: 13.5px;
    line-height: 1.357;
    width: 300px;
    text-align: center;
    top: -10px;
  }
}

.page-fee .info-note-item {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-right: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-fee .info-note-item:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 749px) {
  .page-fee .info-note-item {
    font-size: 13px;
    line-height: 1.727;
    margin-right: 0px !important;
  }
}

.page-fee .info-note-item span:first-child {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}

.page-fee .info-note-item span:last-child {
  font-weight: normal !important;
}

@media screen and (max-width: 749px) {
  .page-fee .info-note-item span {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-right: 0px;
  }
}

.hellowoods-info {
  margin-top: 80px;
}

.hellowoods-info .heading-text {
  max-width: 167px;
  width: 100%;
  margin: 0 auto;
}

.hellowoods-info .heading-subtext {
  max-width: 161px;
  width: 100%;
}

.hellowoods-info .info-list {
  max-width: 1021px;
  width: 100%;
  max-height: 320px;
  margin: 37px auto 0;
  overflow-y: scroll;
}

.hellowoods-info .info-list .info-item {
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #000;
}

.hellowoods-info .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: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hoteltwinring-reservation .button {
  border: 1px solid #333;
  width: auto;
  max-width: 400px;
  height: 70px;
}

.hoteltwinring-reservation .button::before {
  display: none;
}

.hoteltwinring-reservation .hotel-reservation-wrap {
  background-image: url(../images/hoteltwinring/reservation-bg.jpg);
  padding: 88px 120px 147px;
  position: relative;
  background-size: cover;
}

@media screen and (min-width: 750px) {
  .toya-reservation .hoteltwinring-reservation .hotel-reservation-wrap {
    padding-top: 69px;
    padding-bottom: 109px;
  }
}

@media screen and (max-width: 749px) {
  .toya-reservation .hoteltwinring-reservation .hotel-reservation-wrap {
    padding-top: 27px;
    padding-bottom: 51px;
  }
}

.hoteltwinring-reservation .hotel-reservation-wrap.bbq-reservation-wrap {
  background-image: url(../images/bbq/reservation.png);
}

.hoteltwinring-reservation .hotel-reservation-wrap .hoteltwinring-heading-reservation .heading {
  margin-bottom: 20px;
}

.hoteltwinring-reservation .hotel-reservation-wrap .l-button.u-show-pc {
  margin-top: 0;
}

.hoteltwinring-reservation .hotel-reservation-wrap .heading-text {
  background: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -moz-text-fill-color: #fff !important;
  -ms-text-fill-color: #fff !important;
}

.hoteltwinring-reservation .hotel-reservation-wrap .heading-subtext {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hoteltwinring-reservation .hotel-reservation-wrap .reserve-button {
  width: auto;
  max-width: 730px;
  background-color: #fff;
  height: 95px;
}

.camp-wrapper .hoteltwinring-reservation .hotel-reservation-wrap .reserve-button {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 749px) {
  .hoteltwinring-reservation .hotel-reservation-wrap .reserve-button {
    height: 70px;
    font-size: 16px;
  }
}

.hoteltwinring-reservation .hotel-reservation-wrap .floating-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 260px;
}

@media screen and (max-width: 749px) {
  .hoteltwinring-reservation .hotel-reservation-wrap .floating-banner {
    max-width: 115px;
    right: 35px;
  }
}

@media screen and (max-width: 749px) {
  .hoteltwinring-reservation .hotel-reservation-wrap {
    background-image: url(../images/hoteltwinring/reservation-bg-sp.jpg);
    padding: 20px 30px;
  }
  .hoteltwinring-reservation .hotel-reservation-wrap .l-button {
    margin-top: 0;
    margin-bottom: 65px;
  }
}

.hoteltwinring-reservation .hotel-reservation-qna-wrap {
  background-color: #f2f2f2;
}

.camp-wrapper .hoteltwinring-reservation .hotel-reservation-qna-wrap {
  display: none;
}

.hoteltwinring-reservation .hotel-reservation-qna-wrap .hotel-reservation-ctas {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1070px;
}

.hoteltwinring-reservation .hotel-reservation-qna-wrap .hotel-reservation-ctas .l-button {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 62px;
}

@media screen and (max-width: 749px) {
  .hoteltwinring-reservation .hotel-reservation-qna-wrap .hotel-reservation-ctas .l-button {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .hoteltwinring-reservation .hotel-reservation-qna-wrap .hotel-reservation-ctas .l-button:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .hoteltwinring-reservation .hotel-reservation-qna-wrap .hotel-reservation-ctas {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 750px) {
  .hoteltwinring-reservation .hotel-reservation-qna-wrap.faq-tabs-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 749px) {
  .hoteltwinring-reservation .hotel-reservation-qna-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.breakfast-marcherant .hotel-reservation-wrap {
  background-image: url("../images/breakfast_marcherant/reservation-bg.jpg") !important;
}

.toya-reservation .hotel-reservation-wrap {
  background-image: url("../images/toya/toya-reservation-bg.jpg");
}

@media screen and (max-width: 749px) {
  .toya-reservation .hotel-reservation-wrap {
    background-position: center;
  }
}

.toya-reservation .reservation-desc {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-desc {
    font-size: 12px;
  }
}

.toya-reservation .reservation-cta {
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 750px) {
  .toya-reservation .reservation-cta {
    width: 1020px;
  }
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta {
    display: block;
  }
}

.toya-reservation .reservation-cta .cta-btn {
  width: 50%;
  padding-left: 42px;
  padding-right: 42px;
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta .cta-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 27px;
  }
}

.toya-reservation .reservation-cta .cta-btn:first-child {
  padding-left: 0px;
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta .cta-btn:first-child {
    padding-left: 20px;
    margin-top: 40px;
  }
}

.toya-reservation .reservation-cta .cta-btn:last-child {
  padding-right: 0px;
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta .cta-btn:last-child {
    padding-right: 20px;
  }
}

.toya-reservation .reservation-cta .cta-btn .reservation-button {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  border-width: 0px;
  background-color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 110px;
}

.toya-reservation .reservation-cta .cta-btn .reservation-button .button-icon {
  display: none;
}

.toya-reservation .reservation-cta .cta-btn .reservation-button span {
  color: #333;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.toya-reservation .reservation-cta .cta-btn .reservation-button span small {
  display: block;
  font-size: 13px !important;
  font-weight: normal;
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta .cta-btn .reservation-button span small {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta .cta-btn .reservation-button span {
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta .cta-btn .reservation-button {
    font-size: 18px;
    height: 65px;
  }
}

.toya-reservation .reservation-cta span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .toya-reservation .reservation-cta span {
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .toya-reservation .reservation-cta span {
    font-weight: normal;
  }
}

.breakfast-marcherant .toya-reservation .reservation-cta {
  -webkit-box-align: end;
          align-items: flex-end;
}

.marcherant-reservation .marcherant-reservation-wrap {
  background-image: url(../images/marcherant/reservation-background.jpg);
}

.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("../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::before {
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper.new::before {
  content: "NEW!";
  background-color: #51ca30;
  top: 10px;
  left: 12px;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.new::before {
    top: 5px;
    left: 5px;
    font-size: 9px;
  }
}

@media screen and (min-width: 750px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.zip-line {
    padding: 71px 40px 45px;
  }
}

@media screen and (min-width: 750px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.zip-line .l-button {
    margin-top: 85px;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper.zipline-green-label::before {
  content: "\30E2\30D3\30D1\30FC\30AF\30D1\30B9\30DD\30FC\30C8\5BFE\8C61";
  background-color: #4fae32;
  top: -15px;
  left: 0;
  font-size: 17px;
  padding: 9px 18px;
  border-radius: 5px;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.zipline-green-label::before {
    display: none;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper.zipline-grey-label::before {
  content: "\30E2\30D3\30D1\30FC\30AF\30D1\30B9\30DD\30FC\30C8\5BFE\8C61\5916";
  background-color: #9c9c9c;
  top: -15px;
  left: 0;
  font-size: 17px;
  padding: 9px 18px;
  border-radius: 5px;
}

@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.zipline-grey-label::before {
    display: none;
  }
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper .zipline-grey-label-sp {
  background-color: #9c9c9c;
  padding: 9px 18px;
  border-radius: 5px;
  display: block;
  max-width: 318px;
  width: 100%;
  color: #fffefe;
  margin-bottom: 20px;
}

.alt-feature .alt-feature-desc .alt-feature-desc-wrapper .zipline-green-label-sp {
  background-color: #4fae32;
  padding: 9px 18px;
  border-radius: 5px;
  display: block;
  max-width: 318px;
  width: 100%;
  color: #fffefe;
  margin-bottom: 20px;
}

.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;
}

.step-word-no {
  font-family: "Holland";
  color: #00a040;
}

.step-word-no.craft {
  margin-top: -20px;
}

@media screen and (max-width: 749px) {
  .step-word-no.craft {
    position: absolute;
    left: 0;
    top: -27px;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.step-word-no.step-word-coll-pit {
  line-height: 1;
}

@media screen and (min-width: 750px) {
  .step-word-no.step-word-coll-pit {
    margin-top: -15px;
    margin-bottom: 18px;
  }
}

.step-word-no .step-word {
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 749px) {
  .step-word-no .step-word {
    font-size: 13.5px;
    letter-spacing: 0.16em;
  }
}

.step-word-no .step-no {
  font-size: 50px;
}

@media screen and (max-width: 749px) {
  .step-word-no .step-no {
    font-size: 45px;
  }
}

.step-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .step-list {
    padding: 0 20px;
  }
}

.step-media-bottom {
  margin-top: 30px;
}

.step-item {
  width: calc((100% - 120px) / 3);
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .step-item {
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin-bottom: 23px;
  }
}

.step-item.step-goal {
  width: calc((((100% - 120px) / 3 )* 2) + 60px);
}

@media screen and (max-width: 749px) {
  .step-item.step-goal {
    width: 100%;
  }
}

.step-item.step-goal .img-step {
  display: none;
}

.step-item.step-goal .step-no {
  margin: 0 auto;
  height: 45px;
  position: relative;
  font-size: 18px;
  color: #00a040;
}

.step-item.step-goal .step-no img {
  position: relative;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .step-item.step-goal .step-no img {
    top: -8px;
  }
}

@media screen and (min-width: 750px) {
  .step-item.step-goal .step-image-inner:before {
    background-image: url("../images/step-bg-goal.png");
    background-repeat: no-repeat;
    width: calc(100% + 40px);
    left: -19px;
  }
}

.step-item.step-goal .step-image:after {
  display: none;
}

.step-item:not(:nth-child(3n)) .step-image::after {
  content: " ";
  width: 20px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -44px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/tsubasa/step-arrow.png") no-repeat;
}

@media screen and (max-width: 749px) {
  .step-item:not(:nth-child(3n)) .step-image::after {
    display: none;
  }
}

.step-item:not(:last-child)::after {
  content: " ";
  width: 28px;
  height: 12px;
  position: relative;
  display: none;
  margin: 20px auto 0;
  background: url("../images/tsubasa/step-arrow-down.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  .step-item:not(:last-child)::after {
    display: block;
  }
}

.step-goal .step-item::after {
  display: none;
}

@media screen and (min-width: 750px) {
  .smart-entry .flow {
    margin-bottom: 83px;
    margin-top: 14px;
  }
}

.smart-entry .flow-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .smart-entry .flow-list {
    display: block;
  }
}

.smart-entry .flow-item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .smart-entry .flow-item {
    width: 300px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .flow-item {
    margin-bottom: 40px;
  }
}

.smart-entry .flow-item:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 45px;
  background-image: url(../images/smart_entry/arrow.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 120px;
  right: -40px;
}

@media screen and (max-width: 749px) {
  .smart-entry .flow-item:before {
    width: 11px;
    height: 27px;
    right: 50%;
    top: 185px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.smart-entry .flow-item:last-child:before {
  display: none;
}

.smart-entry .flow-title {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .smart-entry .flow-title img {
    width: 33%;
    margin: auto;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry .flow-title img {
    width: 20%;
  }
}

.smart-entry .flow-headline {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 182px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  font-size: 19.474px;
  line-height: 1.778;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  font-family: "HiraKakuPro-W6-AlphaNum";
}

@media screen and (max-width: 749px) {
  .smart-entry .flow-headline {
    font-size: 13.333px;
    line-height: 1.731;
    height: 84px;
    margin-bottom: 12px;
  }
}

.smart-entry .flow-desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .smart-entry .flow-desc {
    font-size: 12px;
    line-height: 1.667;
  }
}

.step-item-inner .step-image {
  display: block;
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .step-item-inner .step-image {
    padding: 0 18px;
  }
}

.step-item-inner .step-image.step-goal-bg {
  background-image: url("../images/tsubasa/goal-bg.png");
}

.step-item-inner .step-image img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .step-item-inner .step-image img {
    width: 100%;
  }
}

.step-item-inner .step-image-inner {
  position: relative;
  padding: 5px 0;
  width: 100%;
}

.step-item-inner .step-image-inner:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/step-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  left: -4%;
  top: 0;
  height: 105%;
  width: 108%;
}

.step-item-inner .step-image-box {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 750px) {
  .step-item-inner .step-image-box {
    max-width: 317px;
    max-height: 317px;
    padding-bottom: 55%;
    width: 100%;
  }
}

.step-item-inner .step-no {
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .step-item-inner .step-no img {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .step-item-inner .step-no img:first-child {
    max-width: 55px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 749px) {
  .step-item-inner .step-no img:last-child {
    max-width: 25px;
  }
}

@media screen and (max-width: 749px) {
  .step-10 .step-item-inner .step-no img {
    max-width: 42px;
  }
}

@media screen and (max-width: 749px) {
  .step-goal .step-item-inner .step-no img {
    max-width: 146px;
  }
}

.step-item-inner .step-title {
  font-size: 15px;
  font-weight: bold;
  color: #00a040;
  letter-spacing: 0.16em;
  margin-bottom: 2px;
}

@media screen and (min-width: 750px) {
  .step-item-inner .step-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.step-item-inner .step-subtitle {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}

@media screen and (min-width: 750px) {
  .step-item-inner .step-subtitle {
    font-size: 15px;
  }
}

.step-item-inner .step-desc {
  max-width: 300px;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .step-item-inner .step-desc {
    font-size: 15px;
  }
}

.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: #f2faf5;
  width: calc(100% / 2);
  -webkit-box-align: center;
          align-items: center;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
}

.comparison-col ul {
  max-width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

@media screen and (min-width: 750px) {
  .comparison-col {
    font-size: 15px;
    line-height: 2.2;
  }
  .comparison-col.one-line {
    line-height: 1;
  }
}

@media screen and (min-width: 750px) {
  .comparison-col {
    -webkit-box-pack: center;
            justify-content: center;
    width: calc((100% - 220px) / 2);
    padding: 20px 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: #f2f7fb;
}

@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
.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;
}

.is-ie .comparison-label {
  padding: 11px 10px 5px;
}

.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 {
  opacity: 0.5;
}

.common-slider .swiper-wrapper .swiper-slide-duplicate-active,
.common-slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}

.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;
  }
}

.carbike {
  width: 100%;
}

.carbike-menu {
  display: -webkit-box;
  display: flex;
  max-width: 905px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
}

.carbike-menu-item {
  width: 245px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .arrow-green-down:after {
    margin: 20px auto 0 auto !important;
  }
}

.carbike-menu-link,
.arrow-green-down {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.carbike-menu-link:after,
.arrow-green-down:after {
  content: '';
  display: block;
  position: relative;
  border-top: 18px solid #4fae32;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  width: 0;
  margin: 20px auto;
}

@media screen and (max-width: 749px) {
  .carbike-menu-link:after,
  .arrow-green-down:after {
    border-top: 12px solid #4fae32;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
}

@media screen and (min-width: 1025px) {
  .carbike-menu-link:hover:after,
  .arrow-green-down:hover:after {
    -webkit-animation: movearrow linear 1s infinite;
            animation: movearrow linear 1s infinite;
  }
}

.carbike-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .carbike-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 38px;
  }
}

.carbike-item {
  margin-bottom: 20px;
  width: 100%;
}

.carbike-item .carbike-item-link {
  color: inherit;
}

@media screen and (min-width: 750px) {
  .carbike-item {
    margin-bottom: 75px;
    width: calc((100% - 60px) / 2);
  }
}

.carbike-article-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}

@media screen and (min-width: 750px) {
  .carbike-article-thumb {
    margin-bottom: 23px;
    width: 480px;
    height: 284px;
  }
}

.carbike-article-thumb-img {
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .carbike-article-thumb-img {
    height: 100%;
  }
}

@media screen and (max-width: 749px) {
  .carbike-article-thumb-img {
    padding-bottom: 54%;
  }
}

.carbike-article-thumb-img:hover {
  -webkit-transition: ease 1s all;
  transition: ease 1s all;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.carbike-article-cat {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .carbike-article-cat {
    padding: 5px 10px;
    min-height: 35px;
    font-size: 15px;
  }
}

@media screen and (max-width: 749px) {
  .carbike-article-cat {
    right: inherit;
    left: unset;
  }
}

.carbike-article-cat.carbike-article-cat-bg-green-1 {
  background-color: #4fae32;
}

.carbike-article-cat.carbike-article-cat-bg-green-2 {
  background-color: #368121;
}

.carbike-article-cat.carbike-article-cat-bg-green-3 {
  background-color: #90ae28;
}

.carbike-article-cat.carbike-article-cat-bg-green-4 {
  background-color: #4fc42e;
}

.carbike-article-cat.carbike-article-cat-bg-green-5 {
  background-color: #d2e737;
}

.carbike-article-cat.carbike-article-cat-bg-green-6 {
  background-color: #bcd63b;
}

.carbike-article-cat.carbike-article-cat-bg-grey-1 {
  background-color: #9c9c9c;
}

.carbike-article-content {
  position: relative;
}

.carbike-article-content .period {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 15px;
  color: #12290f;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 750px) {
  .carbike-article-content .period {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .carbike-article-content .period {
    margin-bottom: 10px;
  }
}

.carbike-article-content .period-icon {
  display: inline-block;
  margin-right: 10px;
}

.carbike-article-content .period-icon svg {
  width: 14px;
  height: 14px;
}

.carbike-article-title {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 750px) {
  .carbike-article-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 749px) {
  .carbike-article-title {
    margin-bottom: 15px;
  }
}

.carbike-article-title span {
  position: relative;
}

.ico-carbike {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ico-carbike-family {
  background-image: url("../images/car-and-bike/ico-family.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 28.5px;
  height: 30.5px;
  right: -32px;
}

@media screen and (min-width: 750px) {
  .ico-carbike-family {
    width: 50px;
    height: 40px;
    right: -60px;
  }
}

.carbike-article-list {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px dashed #d5d5d5;
}

.carbike-article-list-item {
  border-bottom: 1px dashed #d5d5d5;
  display: -webkit-box;
  display: flex;
}

.carbike-article-list-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #f2f2f2;
  width: 78px;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 600;
  align-self: stretch;
}

.carbike-article-list-label.program {
  width: 102px;
  padding: 8px 0;
  margin-right: 0;
}

@media screen and (max-width: 749px) {
  .carbike-article-list-label.program {
    text-align: left;
    -webkit-box-pack: left;
            justify-content: left;
    padding: 4px 8px;
    width: 68px;
    margin-right: 0;
  }
}

@media screen and (min-width: 750px) {
  .carbike-article-list-label {
    font-size: 15px;
    margin-right: 35px;
    width: 135px;
  }
}

.carbike-article-list-desc {
  font-size: 11px;
  font-weight: 600;
  width: calc(100% - 90px);
  padding: 11.5px 0;
}

.carbike-article-list-desc.program {
  width: calc(100% - 102px);
  padding: 9px 18px;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  .carbike-article-list-desc.program {
    padding: 4px 12px;
    width: calc(100% - 68px);
    font-size: 11px;
  }
}

@media screen and (min-width: 750px) {
  .carbike-article-list-desc {
    width: calc(100% - 170px);
    font-size: 14px;
  }
}

.carbike-article-list-label,
.carbike-article-list-desc {
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 7px 0;
}

@media screen and (min-width: 750px) {
  .carbike-article-list-label,
  .carbike-article-list-desc {
    padding: 11.5px 0;
  }
}

.carbike-article-more {
  width: 100%;
  display: none;
}

.carbike-article-more-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.carbike-article-more-link:before, .carbike-article-more-link:after {
  background-image: url("../images/car-and-bike/carbike-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2px;
  -webkit-box-flex: 1;
          flex: 1;
  content: '';
  display: block;
  position: relative;
}

.carbike-article-more-link:before {
  background-position: left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carbike-article-more-link:after {
  background-position: right;
}

.carbike-article-more-link span {
  background-color: #fff;
  padding: 3px 20px;
  color: #4fae32;
  font-size: 10px;
}

@media screen and (min-width: 750px) {
  .carbike-article-more-link span {
    font-size: 15px;
  }
}

.carbike-article.carbike-article-attractions .carbike-article-cat {
  border-radius: 5px;
  right: -10px;
  bottom: -10px;
  padding: 5px 30px;
}

@media screen and (max-width: 749px) {
  .carbike-article.carbike-article-attractions .carbike-article-cat {
    right: -5px;
    bottom: -5px;
    padding: 5px 14px;
  }
}

.carbike-article.carbike-article-attractions .carbike-article-list {
  border-top: none;
}

.carbike-article.carbike-article-attractions .carbike-article-list-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.carbike-article.carbike-article-attractions .carbike-article-list-item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 749px) {
  .carbike-article.carbike-article-attractions .carbike-article-thumb {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 750px) {
  .carbike-article.carbike-article-attractions .carbike-article-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .carbike-article.carbike-article-attractions .ico-carbike-family {
    display: none;
  }
}

.carbike-article.carbike-article-attractions .carbike-article-list-label {
  display: inline-table;
  text-align: center;
  padding: 0 5px;
}

.carbike-article.carbike-article-attractions .carbike-article-list-desc {
  padding: 0 5px;
}

.carbike-article.carbike-article-attractions .carbike-article-more {
  display: block;
}

.program-item {
  position: relative;
}

.program-item .ribbon-text {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 30px 50px 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -73px;
  top: -10px;
  font-size: 19px;
  letter-spacing: 0px;
  border-radius: 70px 79px 0 0px;
}

@media screen and (max-width: 749px) {
  .program-item .ribbon-text {
    padding: 30px 26px 1px;
    font-size: 10px;
    left: -45px;
    top: -20px;
  }
}

.program-item .program-cat {
  padding: 5px 13px;
}

@media screen and (min-width: 750px) {
  .program-item .program-cat {
    left: 0;
    right: inherit;
    padding: 5px 13px;
    min-height: auto;
  }
}

@media screen and (max-width: 749px) {
  .program-item .period {
    font-size: 12px;
  }
}

@media screen and (max-width: 749px) {
  .program-item {
    margin-bottom: 47px;
  }
}

@-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);
  }
}

.motegi-attraction .carbike-article-more {
  display: none !important;
}

.motegi-attraction .carbike-article-list .carbike-article-list-item:first-child {
  padding-top: 10px;
  border-top: 1px dashed #d5d5d5;
}

.motegi-attraction .carbike-article-list .carbike-article-list-item:last-child {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d5d5d5;
}

.motegi-attraction .carbike-article-cat {
  right: 0px !important;
  bottom: 0px !important;
  border-radius: 0px !important;
}

@media screen and (max-width: 749px) {
  .youtube-iframe-container iframe {
    width: 100%;
    height: 210px;
  }
}

.subpage {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.subpage-error:after {
  display: none !important;
}

.subpage-graph {
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .subpage-restaurant {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 750px) {
  .subpage.smart-entry {
    margin-bottom: 118px;
  }
}

.subpage.smart-entry .color-red {
  color: #dd8080;
}

.subpage.smart-entry .main-desc {
  font-size: 14px;
  line-height: 2.286;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
  .subpage.smart-entry .main-desc {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 749px) {
  .subpage.smart-entry .main-desc {
    font-size: 12px;
    line-height: 2.125;
    text-align: justify;
  }
}

.subpage.smart-entry .dotted-item {
  position: relative;
  margin-left: 23px;
  margin-bottom: 12px;
  margin-top: 3px;
}

@media screen and (max-width: 749px) {
  .subpage.smart-entry .dotted-item {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.subpage.smart-entry .dotted-item span {
  font-size: 18px;
  line-height: 1.778;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .subpage.smart-entry .dotted-item span {
    font-size: 13px;
    line-height: 1.667;
  }
}

.subpage.smart-entry .dotted-item:before {
  position: absolute;
  content: "\2022";
  color: #00a040;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
}

@media screen and (max-width: 749px) {
  .subpage.smart-entry .dotted-item:before {
    font-size: 25px;
    margin-left: -20px;
    width: auto;
    height: auto;
    top: 11px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-hotel {
    margin-bottom: 13px !important;
  }
}

@media screen and (max-width: 749px) {
  .subpage-hotel {
    margin-bottom: 14px;
  }
}

.subpage-hotel:after {
  content: none !important;
}

@media screen and (min-width: 750px) {
  .subpage {
    margin-bottom: 30px;
  }
}

.subpage > * {
  position: relative;
}

.subpage.toya-wrapper:before {
  display: none;
}

.subpage.toya-wrapper main {
  position: relative;
}

.subpage.toya-wrapper main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1000px;
  background-image: url("../images/toya/concept-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -320px;
  z-index: 0;
  background-position: center bottom;
}

@media screen and (max-width: 749px) {
  .subpage.toya-wrapper main:before {
    height: 683px;
    background-image: url("../images/toya/concept-bg.jpg");
    background-size: 200%;
  }
}

.subpage::after {
  background: #dfdfdf;
  content: '';
  display: block;
  height: 1px;
  max-width: 1220px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
}

.subpage::before {
  background-image: url("../images/subpage-bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .subpage::before {
    background-image: url("../images/bg-leaf-sp.png");
    background-size: cover;
    background-position-x: right;
  }
}

.subpage.collection-wrapper::before {
  top: -144px;
}

.subpage.racing-subpage:before {
  display: none;
}

.subpage .link-border-bottom {
  color: #333333;
  border-bottom: 2px solid #333333;
  padding-bottom: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.subpage.subpage-itadaki::before {
  background-image: url("../images/itadaki/subpage-bg.png");
}

@media screen and (max-width: 749px) {
  .subpage.subpage-itadaki::before {
    background-image: url("../images/bg-leaf.png");
    background-size: cover;
    background-position-x: center;
  }
}

.subpage.subpage-craft::before {
  content: normal;
}

@media screen and (max-width: 749px) {
  .subpage.subpage-craft::before {
    content: normal;
  }
}

@media screen and (min-width: 750px) {
  .subpage.subpage-craft {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 749px) {
  .subpage.subpage-craft {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 750px) {
  .subpage.subpage-musasabi::before {
    content: normal;
  }
}

.subpage.subpage-nozominoyu {
  padding-bottom: 80px;
}

@media screen and (min-width: 750px) {
  .subpage-banner-toya {
    padding-top: 86px;
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .subpage-banner-rocco {
    margin-top: 86px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-banner-rocco {
    margin-top: 43px;
  }
}

.subpage-section-otherroom {
  position: relative;
}

@media screen and (min-width: 750px) {
  .subpage-section-otherroom > * {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-otherroom > * {
    margin-bottom: 56px !important;
  }
}

.subpage-section-otherroom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 750px) {
  .subpage-section-otherroom:before {
    background-image: url("../images/granroom/otherroom-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-otherroom:before {
    background-image: url("../images/granroom/otherroom-bg-sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.subapge-section-goods-tab {
  margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
  .subapge-section-goods-tab {
    background-color: #f5f6fa;
    max-width: 1021px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 749px) {
  .subapge-section-goods-tab {
    background-color: #f5f6fa;
  }
  .subapge-section-goods-tab .bg-white {
    background-color: #fff;
  }
}

.subapge-section-goods-tab .l-section-title {
  background-color: #fff;
}

.subpage-inner {
  position: relative;
  max-width: 1060px;
  margin: 0 auto 60px;
  padding: 0 20px;
  width: 100%;
}



.page-fee .subpage-inner {
  margin-bottom: 0px;
}

@media screen and (max-width: 749px) {
  .shops-information .subpage-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.subpage-inner-toya-menu > .subpage-inner {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 749px) {
  .toya-menu .subpage-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 749px) {
  .toya-menu .subpage-inner:nth-child(2) {
    margin-bottom: 0px;
    padding-bottom: 51px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.subpage-inner-toya {
  max-width: 1222px;
  padding: 0px;
}

.toya-wrapper .subpage-inner {
  margin-bottom: 0px;
}

.subpage-hotel .subpage-inner {
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .subpage-section-roomdetails .subpage-inner {
    margin-bottom: 87px !important;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-usagefee .subpage-inner {
    margin-bottom: 170px !important;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-usagefee .subpage-inner {
    margin-bottom: 76px !important;
  }
}

.subpage-section-amenity .subpage-inner {
  margin-bottom: 152px !important;
}

@media screen and (max-width: 749px) {
  .subpage-section-amenity .subpage-inner {
    margin-bottom: 145px !important;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-teatime .subpage-inner {
    margin-bottom: 225px !important;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-teatime .subpage-inner {
    margin-bottom: 112.5px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner {
    margin-bottom: 145px;
  }
  .subpage-hotel .subpage-inner {
    margin-bottom: 100px;
  }
}

.subpage-inner > p {
  font-size: 12px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.16em;
  margin-bottom: 33px;
}

.page-fee .subpage-inner > p {
  margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
  .section-camp {
    margin-top: 100px;
  }
}

@media screen and (max-width: 749px) {
  .section-camp {
    margin-top: 50px;
  }
}

@media screen and (min-width: 750px) {
  .section-camp .subpage-section-usagefee {
    margin-top: 70px;
  }
}

@media screen and (max-width: 749px) {
  .section-camp .subpage-section-usagefee {
    margin-top: 50px;
  }
}

@media screen and (min-width: 750px) {
  .section-camp .subpage-inner > p {
    font-size: 24px !important;
    margin-bottom: 99px;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .section-camp .subpage-inner > p {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner > p {
    font-size: 15px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner > p {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-granroomactivity .subpage-inner > p {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-usagefee .subpage-inner > p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-craft .subpage-inner > p {
    margin-bottom: 43px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-craft .subpage-inner {
    margin-bottom: 123px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-craft .subpage-inner {
    margin-bottom: 95px;
  }
}

.subpage-inner.subpage-inner-musasabi {
  position: relative;
}

@media screen and (min-width: 750px) {
  .subpage-inner.subpage-inner-musasabi > p {
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner.subpage-inner-musasabi > p {
    margin-bottom: 24px;
    letter-spacing: 0.19em;
  }
}

.subpage-inner-wrap .toya-menu .toya-text {
  color: #fff;
  text-align: center;
  margin-top: 44px;
}

.subpage-inner-wrap .toya-bg-mountain {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media screen and (min-width: 750px) {
  .subpage-inner-wrap .toya-bg-mountain {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-craft .subpage-inner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: -222px;
    right: 0;
    background-image: url("../images/craft/craft-subpage-inner-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 783px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-musasabi .subpage-inner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/musasabi/musasabi-subpage-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.subpage-inner-reserve-reminder {
  margin-bottom: 118px;
}

@media screen and (max-width: 749px) {
  .subpage-inner-reserve-reminder {
    margin-bottom: 78px;
  }
}

.subpage-button-link {
  color: #fff;
  background: #333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.subpage-button-link span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .subpage-button-link span {
    font-size: 12px;
  }
}

.subpage-title {
  font-size: 13px;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}

.subpage-title-safety {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .subpage-title-safety {
    font-size: 28px !important;
    line-height: 1.462;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-usagefee .subpage-title {
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-craft .subpage-title {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-title {
    font-size: 24px;
  }
}

.subpage-title 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;
  display: inline-block;
}

.is-ie .subpage-title span {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

.subpage-title.subpage-title-programdetails {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-top: 7px;
}

@media screen and (max-width: 749px) {
  .subpage-title.subpage-title-programdetails {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-title-musasabi {
    margin-bottom: 6px;
  }
}

.subpage-youtube {
  width: 100%;
  margin-bottom: 40px;
}

.subpage-banner {
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
.subpage-banner img {
  padding: 0 20px;
}
	}

@media screen and (max-width: 749px) {
  .subpage-banner-precaution {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.subpage-banner iframe {
  width: 100%;
}

.subpage-banner.subpage-banner-standardroom .subpage-banner-inner {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .subpage-banner.subpage-banner-craft {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-banner.subpage-banner-craft {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-banner.subpage-banner-craft .subpage-title {
    margin-bottom: 10px;
  }
}

.subpage-banner.subpage-banner-tsubasa .subpage-banner-inner-tsubasa {
  margin: 0 auto;
}

.subpage-banner.subpage-banner-musasabi {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .subpage-banner.subpage-banner-musasabi iframe {
    height: 212px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-banner.subpage-banner-musasabi {
    margin-bottom: 30px;
  }
}

.subpage-section {
  position: relative;
  width: 100%;
}

.subpage-section.section-profile {
  padding-bottom: 34px;
  margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
  .subpage-section.section-profile {
    padding-bottom: 74px;
    margin-bottom: 110px;
  }
}

.subpage-section.section-profile::after {
  background: #dfdfdf;
  content: '';
  display: block;
  height: 1px;
  max-width: 1220px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
}

.subpage-section.subpage-section-racing {
  background: none;
  max-width: 1185px;
}

.subpage-section-inner {
  position: relative;
  max-width: 1102px;
  margin: 0 auto;
  padding: 0 42px;
  width: 100%;
}

.subpage-button {
  max-width: 669px;
  height: 137px;
  margin: -20px auto 135px;
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
}

@media screen and (max-width: 749px) {
  .subpage-button {
    height: 70px;
  }
}

.subpage-image-gallery {
  margin-bottom: 30px;
}

.camp-wrapper .subpage-image-gallery small {
  font-size: 10px;
  position: relative;
  top: -20px;
}

.subpage-image-gallery-roomdetails {
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .subpage-image-gallery-roomdetails {
    margin-bottom: 31px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.subpage-image-gallery.subpage-image-gallery-nozominoyu {
  margin-bottom: 36px;
}

.subpage-image-gallery.gallery-dinner-buffet {
  margin-bottom: 180px;
}

.subpage-image-gallery.gallery-dinner-buffet .gallery-bot-heading {
  font-size: 24px;
  letter-spacing: 3.5px;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .subpage-image-gallery.gallery-dinner-buffet .gallery-bot-heading {
    font-size: 16px;
    max-width: 200px;
    margin: 25px auto 15px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-image-gallery.gallery-dinner-buffet .gallery-bot-subheading {
    max-width: 299px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 2;
  }
}

.subpage-image-gallery.gallery-dinner-buffet .slide-item-desc {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -220px;
}

@media screen and (max-width: 749px) {
  .subpage-image-gallery.gallery-dinner-buffet .slide-item-desc {
    bottom: initial;
    top: 250px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-image-gallery.gallery-dinner-buffet {
    margin-bottom: 235px;
  }
  .subpage-image-gallery.gallery-dinner-buffet .slide-item-desc {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -215px;
  }
}

.subpage-section-howto {
  margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
  .subpage-section-howto {
    margin-bottom: 103px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-comparison-musasabi::before {
    background-image: url(../images/musasabi/musasabi-comparison-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -4px;
    top: 17px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-howto-musasabi::before {
    background-image: url(../images/musasabi/musasabi-howto-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -142px;
    right: 0;
    bottom: 0;
    content: "";
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-howto-musasabi {
    margin-bottom: 80px;
  }
}

.subpage-section-howto-inner {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 749px) {
  .subpage-section-howto-inner {
    padding: 0 36px;
  }
}

.subpage-section-video-inner {
  max-width: 1070px;
  margin: 0 auto;
}

.subpage-section-course-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.subpage-section-recommendation {
  margin-bottom: 65px;
}

.subpage-section-cat-attraction {
  max-width: 905px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.subpage-section-carbike {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 20px;
}

.subpage-button-family-walk {
  margin-top: 50px;
  margin-bottom: 0px;
}

@media screen and (max-width: 749px) {
  .subpage-button-family-walk {
    margin-top: 33px;
  }
}

.subpage-button-family-walk .banner-list {
  position: relative;
}

.subpage-button-family-walk .banner-list .list-item {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

.subpage-button-family-walk .banner-list .list-item img {
  width: 100%;
}

.subpage-button-family-walk .banner-list .list-item.is-active {
  opacity: 1;
}

.subpage-inner-precaution {
  background-color: #f7f7f7;
}

@media screen and (min-width: 750px) {
  .subpage-inner-precaution {
    padding: 70px 56px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner-precaution {
    padding: 37px 23px;
  }
}

.subpage-inner-precaution h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  line-height: 1.417;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .subpage-inner-precaution h4 {
    font-size: 13px;
  }
}

.subpage-inner-precaution ol {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .subpage-inner-precaution ol {
    font-size: 12px;
  }
}

.subpage-inner-precaution:after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  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) {
  .subpage-inner-precaution:after {
    right: 50%;
    border-width: 0 7px 12.1px 7px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner-precaution:after {
    right: 50%;
  }
}

.subpage-inner-precaution.is-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.subpage-section-video {
  margin-bottom: 158px;
}

@media screen and (max-width: 749px) {
  .subpage-section-video {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-video.subpage-section-video-musasabi::before {
    background-image: url(../images/musasabi/musasabi-videos-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -102px;
    right: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-video.subpage-section-video-musasabi {
    margin-bottom: 153px;
  }
}

.subpage-section-video-wrapper {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .subpage-section-video-wrapper {
    position: relative;
    padding-top: 44%;
    max-width: 289px;
    margin: 0 auto;
  }
}

.subpage-collapse-num {
  display: inline-block;
  margin-right: 20px;
}

.subpage-section-collapse {
  background-color: #f7f7f7;
  max-width: 800px;
  margin: 20px auto 100px;
}


@media screen and (min-width: 750px) {
  .page-fee .subpage-section-collapse {
    margin-top: 26px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-fee .subpage-section-collapse.attraction-collapse {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .page-fee .subpage-section-collapse.attraction-collapse {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .subpage-section-collapse:nth-of-type(2) {
    margin-top: -10px;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .subpage-section-collapse {
    margin-top: 120px;
  }
}

.subpage-section-collapse .subpage-collapse-heading {
  padding: 30px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .toya-wrapper .subpage-section-collapse .subpage-collapse-heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  .toya-wrapper .subpage-section-collapse .subpage-collapse-heading {
    font-size: 12px;
  }
}

.page-fee .subpage-section-collapse .subpage-collapse-heading {
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .page-fee .subpage-section-collapse .subpage-collapse-heading {
    font-size: 12px;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .subpage-section-collapse .subpage-collapse-heading {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.subpage-section-collapse .subpage-collapse-heading:hover {
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .subpage-section-collapse .subpage-collapse-heading.section-collapse-program-details {
    margin: 35px auto 40px;
  }
}

.subpage-section-collapse .subpage-collapse-heading.collapse-heading-program-details {
  font-size: 22px;
  padding: 38px;
}

@media screen and (max-width: 749px) {
  .subpage-section-collapse .subpage-collapse-heading.collapse-heading-program-details {
    font-size: 14px;
    padding: 17px;
  }
}

.subpage-section-collapse .subpage-collapse-description {
  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);
}

.subpage-section-collapse .subpage-collapse-content {
  padding: 0 50px 50px 50px;
}

@media screen and (max-width: 749px) {
.subpage-section-collapse .subpage-collapse-content {
  padding: 0 10px 10px 10px;
}
}

@media screen and (max-width: 749px) {
  .subpage-section-collapse .subpage-collapse-content.marcherant-buffet-collapse-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.toya-wrapper .subpage-section-collapse .subpage-collapse-content {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 749px) {
  .toya-wrapper .subpage-section-collapse .subpage-collapse-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 749px) {
  .page-fee .subpage-section-collapse .subpage-collapse-content {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: scroll;
  }
}

.subpage-section-collapse .subpage-collapse-content a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.subpage-section-collapse .subpage-collapse-content > p {
  line-height: 2;
  margin: 0 0 17px;
  letter-spacing: 0.16em;
}

.subpage-section-collapse .hidden {
  display: none;
}

.subpage-section-collapse.gold {
  border: 1px solid #a38737;
  max-width: 295px;
}

@media screen and (max-width: 749px) {
  .marcherant-buffet .subpage-section-collapse.gold {
    max-width: 100%;
  }
}

.subpage-section-collapse.gold .subpage-collapse-heading {
  color: #a38737;
}

@media screen and (max-width: 749px) {
  .subpage-section-collapse.gold .subpage-collapse-heading {
    padding: 17px 0px;
  }
}

.subpage-section-collapse.gold .subpage-collapse-heading:hover .button-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.subpage-section-collapse.gold:nth-child(2) {
  margin-bottom: 75px;
}

.subpage-section-collapse.gold:nth-child(2) .subpage-collapse-heading {
  padding: 14px 0px;
}

.subpage-section-collapse.gold:first-child {
  margin-bottom: 38px;
}

.subpage-section-collapse.gold .button-icon {
  padding: 5px 0;
  right: 5px;
}

@media screen and (max-width: 749px) {
  .toya-wrapper .subpage-section-collapse.gold .button-icon {
    padding: 0px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-collapse.gold {
    margin-top: 82px;
    max-width: 730px;
  }
  .subpage-section-collapse.gold:nth-child(2) {
    margin-bottom: 110px;
    margin-top: 0px;
  }
  .subpage-section-collapse.gold:nth-child(2) .subpage-collapse-heading {
    padding: 33px 0px;
  }
  .subpage-section-collapse.gold:first-child {
    margin-bottom: 55px;
  }
  .subpage-section-collapse.gold:first-child .subpage-collapse-heading {
    padding: 39px 0px;
  }
  .subpage-section-collapse.gold .button-icon {
    padding: 10px 0;
    right: 20px;
  }
  .toya-wrapper .subpage-section-collapse.gold .button-icon {
    padding: 0px !important;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-banner-walk {
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-inner-walk {
    margin-bottom: 108px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-inner-walk {
    margin-bottom: 81px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-inner-walk > p {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-button-family-walk {
    margin-top: 61px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk {
    margin-bottom: 116px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk {
    margin-bottom: 73px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk > p {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk > p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-free-walk .subpage-inner-walk {
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-free-walk .subpage-inner-walk {
    margin-bottom: 41px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-free-walk .subpage-inner-walk > p {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-walk .subpage-banner-precaution {
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-banner-precaution .subpage-inner {
    margin-bottom: 72px;
  }
}

.subpage-walk .subpage-inner-anchor {
  margin-top: 53px;
}

@media screen and (max-width: 749px) {
  .subpage-walk .subpage-inner-anchor {
    margin-top: -39px;
  }
}

.subpage-section-amenity .hotel-subtext {
  text-align: center;
  font-size: 15px;
  font-family: "HiraKakuPro-W3-AlphaNum";
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .subpage-section-amenity .hotel-subtext {
    font-size: 12px;
  }
}

.subpage-section-teatime {
  position: relative;
}

.subpage-section-teatime:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 636px;
  background-image: url("../images/granroom/teatime-bg.png");
  top: -33%;
  z-index: 0;
}

@media screen and (max-width: 749px) {
  .subpage-section-teatime:before {
    top: -38%;
  }
}

.subpage-section-teatime:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 636px;
  background-image: url("../images/granroom/teatime-bg.png");
  bottom: -23%;
  z-index: 0;
}

@media screen and (max-width: 749px) {
  .subpage-section-teatime:after {
    bottom: -17%;
  }
}

.subpage-section-granroomactivity {
  background-image: url("../images/granroom/activity-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}

@media screen and (min-width: 750px) {
  .subpage-section-granroomactivity {
    padding-top: 105px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-granroomactivity {
    background-image: url("../images/granroom/activity-bg-sp.jpg");
    padding-top: 75px;
  }
}

.subpage-section-granroomactivity .subpage-inner {
  padding-bottom: 146px;
}

@media screen and (max-width: 749px) {
  .subpage-section-granroomactivity .subpage-inner {
    padding-bottom: 69px;
  }
}

.subpage-section-granroomactivity .subpage-desc {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .subpage-section-granroomactivity .subpage-desc {
    margin-bottom: 43px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo > .subpage-inner {
    margin-bottom: 148px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .subpage-inner-anchor {
    margin-top: -39px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-aqua-labo {
    margin-top: 84px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-inner {
    margin-bottom: 196px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-inner > p {
    margin-bottom: 31px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-banner {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-title {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-inner {
    margin-bottom: 196px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-inner > p {
    margin-bottom: 31px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-banner {
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-title {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-button {
    margin-top: 71px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-button-labo {
    width: 100%;
  }
}

.subpage-reserve::before {
  background-image: url("../images/subpage-bg-reserve.png");
  background-repeat: no-repeat;
  top: 150px;
}

@media screen and (max-width: 749px) {
  .subpage-reserve::before {
    top: 20%;
  }
}

.subpage-reserve::after {
  display: none;
}

.subpage-section-course,
.subpage-section-kart {
  margin-bottom: 50px;
}

@media screen and (min-width: 750px) {
  .subpage-section-course,
  .subpage-section-kart {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner-anchor-reserve {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner-reserve {
    margin-bottom: 161px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner-programdetails.full-width-sp {
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner-programdetails.work-intro {
    margin-bottom: 22px;
  }
}

.subpage-inner-programdetails.img-list {
  margin-bottom: 62px;
}

@media screen and (max-width: 749px) {
  .subpage-inner-programdetails.img-list {
    margin-bottom: 35px;
  }
}

.subpage-inner-programdetails.profile-wrapper {
  border: 1px solid #c5c5c5;
  max-width: 920px;
}

@media screen and (min-width: 750px) {
  .subpage-inner-programdetails.profile-wrapper {
    padding: 0px 37px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-inner-programdetails.profile-wrapper {
    margin: 0;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner-programdetails {
    margin-bottom: 97px;
  }
}

.subpage-title-reserve {
  margin-bottom: 11px;
}

@media screen and (min-width: 750px) {
  .subpage-section-faq-smart-entry {
    margin-top: -206px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-section-faq-smart-entry .faq-smart-entry {
    padding-bottom: 66px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-section-faq-smart-entry .faq-smart-entry {
    padding-bottom: 26px;
  }
}

.subpage-section-faq-smart-entry .l-heading {
  display: none;
}

@media screen and (max-width: 749px) {
  .subpage-section-faq-smart-entry .media-title {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 749px) {
  .marcherant-collapse-section {
    margin-bottom: 20px;
  }
  .marcherant-collapse-section:not(:first-child) {
    margin-top: 0;
  }
  .marcherant-collapse-section .text-center {
    text-align: initial;
  }
}

.marcherant-collapse-section .table-head {
  background-color: #efefef;
}

.marcherant-collapse-section .marcherant-collapse-content .collapse-banner {
  margin-bottom: 29px;
}

.marcherant-collapse-section .marcherant-collapse-content .grid-data {
  margin-bottom: 20px;
}

.marcherant-collapse-section .marcherant-collapse-content .row {
  max-width: 555px;
}

.marcherant-collapse-section .marcherant-collapse-content .col-heading-green {
  color: #00a040;
  border-top: 2px solid;
  border-bottom: 2px solid;
  text-align: left;
  padding: 8px 0;
}

.marcherant-collapse-section .marcherant-collapse-content .column {
  width: 50%;
  padding-right: 50px;
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  .marcherant-collapse-section .marcherant-collapse-content .column {
    width: 100%;
  }
}

.marcherant-collapse-section .marcherant-collapse-content .col-data {
  line-height: 2;
  padding: 8px;
  letter-spacing: 4px;
}

.marcherant-collapse-section .marcherant-collapse-content .table-marcherant-collapse {
  margin-bottom: 22px;
}

.marcherant-collapse-section .marcherant-collapse-content .p-red {
  color: #ff3333;
}

.breakfast-marcherant .shop-info-collapse {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .shop-info-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.breakfast-marcherant .subpage-desc-breakfast {
  font-size: 18px;
  line-height: 1.889;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 55px;
  margin-bottom: 95px;
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .subpage-desc-breakfast.desc-dinner {
    margin-top: 99px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .subpage-desc-breakfast.desc-dinner {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

.breakfast-marcherant .subpage-desc-breakfast.desc-lunch {
  margin-top: 26px;
  margin-bottom: -4px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .subpage-desc-breakfast.desc-lunch {
    margin-top: 20px;
    margin-bottom: -24px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .subpage-desc-breakfast {
    font-size: 12px;
    line-height: 1.791;
    margin-top: -5px;
    margin-bottom: 45px;
  }
}

.lunch-marcherant .color-title {
  margin-top: 56px;
}

@media screen and (max-width: 749px) {
  .lunch-marcherant .color-title {
    margin-top: 42px;
  }
}

.lunch-marcherant .color-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 873px;
  height: 82px;
}

@media screen and (max-width: 749px) {
  .lunch-marcherant .color-title img {
    width: 291.5px;
    height: 84px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .shops-information {
    margin-top: 95px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .shop-info-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .shop-info-collapse .subpage-section-collapse:nth-of-type(1) {
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .shop-info-collapse .subpage-section-collapse:nth-of-type(2) {
    margin-bottom: 85px;
  }
}

.subpage-access .access-anchor {
  margin-top: 90px;
}

@media screen and (max-width: 749px) {
  .subpage-access .access-anchor {
    margin-top: 41px;
  }
}

.subpage-access .text-center {
  text-align: center;
  display: block;
}

.subpage-access .transportation-section {
  margin-top: 39px;
}

.subpage-access .transportation-section:nth-of-type(3) {
  margin-top: 88px;
}

@media screen and (max-width: 749px) {
  .subpage-access .transportation-section:nth-of-type(3) {
    margin-top: 41px;
  }
}

.subpage-access .transportation-section:nth-of-type(4) {
  margin-top: 120px;
}

@media screen and (max-width: 749px) {
  .subpage-access .transportation-section:nth-of-type(4) {
    margin-top: 45px;
  }
}

.subpage-access .car-bike-note {
  font-size: 17px;
  line-height: 1.647;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

.subpage-access .car-bike-note a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .subpage-access .car-bike-note {
    font-size: 12px;
    line-height: 1.996;
    margin-top: 16px;
    text-align: left;
  }
}

.subpage-access .bottom-slider:not(.bottom-slider-pickup) {
  margin-top: -58px;
}

@media screen and (max-width: 749px) {
  .subpage-access .bottom-slider:not(.bottom-slider-pickup) {
    margin-top: -4px;
  }
}

@media screen and (min-width: 750px) {
  .page-twinringmotegi .subpage-desc {
    margin-top: -15px;
    position: relative;
    z-index: 10;
  }
}

.foodsm .subpage-desc {
  margin-top: 10px;
  background-color: #fff;
}

.link {
  color: inherit;
  text-decoration: underline;
}

.link-green {
  color: #00a040;
}

.link-green.line {
  text-decoration: underline;
}

.display-block {
  display: block;
}

.subpage-desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 42px;
}

@media screen and (min-width: 750px) {
  .page-fee .subpage-desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 749px) {
  .page-fee .subpage-desc {
    font-size: 13px;
    line-height: 1.667;
  }
}

@media screen and (max-width: 749px) {
  .subpage-desc.subpage-desc-unique {
    margin-top: -15px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 749px) {
  .subpage-desc {
    margin-bottom: 12px;
  }
}

.subpage-desc.attraction-desc {
  margin-top: 24px !important;
}

@media screen and (max-width: 749px) {
  .subpage-desc.attraction-desc {
    margin-top: 12px !important;
  }
}

.subpage-desc.attraction-bottom-space {
  margin-bottom: 56px !important;
}

@media screen and (max-width: 749px) {
  .subpage-desc.attraction-bottom-space {
    margin-bottom: 28px !important;
  }
}

@media screen and (max-width: 749px) {
  .subpage-desc {
    font-size: 11px;
  }
}

.page-fee .fee-image-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.page-fee .fee-image-item {
  width: 320px;
  margin-bottom: 37px;
}

@media screen and (max-width: 749px) {
  .page-fee .fee-image-item {
    width: 163px;
    margin-bottom: 5px;
  }
}

.page-fee .fee-image-item img {
  -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;
}

.page-fee .fee-image-item a {
  color: inherit;
}

.page-fee .fee-image-item a:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.page-fee .fee-image-item a:hover .fee-image-text {
  color: #00a040;
}

.page-fee .fee-image-container {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .page-fee .fee-image-container {
    height: 160px;
    margin-bottom: 14px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 749px) {
  .page-fee .fee-image-container {
    margin-bottom: 7px;
    height: 81.5px;
    border-radius: 5px;
  }
}

.page-fee .fee-image-text {
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .page-fee .fee-image-text {
    font-size: 10px;
    line-height: 1.3;
  }
}

.page-fee .fee-section {
  margin-top: 50px;
}

@media screen and (max-width: 749px) {
  .page-fee .fee-section > .subpage-desc {
    margin-top: 13px;
    margin-bottom: 14px;
    text-align: left !important;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner-pit-margin {
    margin-bottom: 110px;
  }
}

.color-red {
  color: #ff3333;
}

.responsive-calendar {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.responsive-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-gold {
  color: #a38737;
}

.column-link-walk .link-container {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .column-link-camp {
    margin-top: 50px;
  }
}

@media screen and (max-width: 749px) {
  .column-link-camp {
    margin-top: 30px;
  }
}

.column-link-camp .link-container {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.column-link-camp .link-container .link-item {
  flex-basis: 33.33% !important;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .column-link-camp .link-container .link-item:nth-child(4), .column-link-camp .link-container .link-item:nth-child(5) {
    margin-bottom: 20px !important;
  }
}

.column-link-event .link-container {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.column-link .link-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.column-link .link-container .link-item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-basis: 0;
  position: relative;
  text-align: center;
}

.column-link .link-container .link-item a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 17px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  position: relative;
  height: 100%;
}

.column-link .link-container .link-item a:after {
  width: 40px;
  height: 14px;
  content: url(../images/event/caret-down.png);
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .column-link .link-container .link-item a:after {
    content: "";
    background-image: url(../images/event/caret-down.png);
    background-size: 100%;
    width: 26px;
    height: 8.5px;
    bottom: -16px;
  }
}

.column-link .link-container .link-item a:hover:after {
  bottom: -35px;
}

@media screen and (max-width: 749px) {
  .column-link .link-container .link-item a img {
    width: 112px;
    height: 111.5px;
  }
}

.column-link .link-container .link-item a span {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .column-link .link-container .link-item a span {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    margin-top: 7px;
  }
}

.column-link-reserve {
  margin-top: 90px;
}

@media screen and (max-width: 749px) {
  .column-link-reserve {
    margin-top: 35px;
  }
}

.column-link-reserve .link-container {
  max-width: 579px;
  width: 100%;
  margin: auto;
  position: relative;
  left: 4px;
}

.column-link-reserve .link-container .link-item a img {
  width: 170px;
  height: 171px;
}

@media screen and (max-width: 749px) {
  .column-link-reserve .link-container .link-item a img {
    width: 112px;
    height: 111.5px;
  }
}

@media screen and (min-width: 750px) {
  .subpage-inner-anchor {
    margin-bottom: 147px;
  }
}

.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;
}

.toya-menu .swiper-container {
  background-color: transparent !important;
  padding-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .toya-menu .swiper-container {
    padding-bottom: 31px;
  }
}

.toya-menu .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  bottom: 5px;
}

.toya-menu .swiper-container .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  display: block;
  border-radius: 0px !important;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px !important;
}

@media screen and (max-width: 749px) {
  .toya-menu .swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px !important;
  }
}

.toya-menu .swiper-container .swiper-pagination-bullet:last-child {
  margin-right: 0px !important;
}

.toya-menu .swiper-container .swiper-pagination-bullet-active {
  background-color: #a38737;
}

.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;
  }
}

.toya-wrapper .swiper {
  position: relative;
}

.toya-wrapper .swiper .swiper-button-prev, .toya-wrapper .swiper .swiper-button-next {
  position: absolute;
  cursor: pointer;
}

.toya-wrapper .swiper .swiper-button-prev svg, .toya-wrapper .swiper .swiper-button-next svg {
  width: 60px;
  height: 113px;
}

.toya-wrapper .swiper .swiper-button-prev {
  left: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toya-wrapper .swiper .swiper-button-next {
  right: -13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toya-wrapper .swiper .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toya-wrapper .swiper-container {
  overflow: hidden !important;
}

.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;
}

.subpage-section-roomdetails .subpage-desc {
  margin-bottom: 99px;
}

@media screen and (max-width: 749px) {
  .subpage-section-roomdetails .subpage-desc {
    margin-bottom: 30px;
  }
}

.subpage-section-roomdetails .subpage-title {
  margin-bottom: 23px;
}

@media screen and (max-width: 749px) {
  .subpage-section-roomdetails .subpage-title {
    margin-bottom: 11px;
  }
}

.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("../images/model-plan-frame.png") 30 round;
       -o-border-image: url("../images/model-plan-frame.png") 30 round;
          border-image: url("../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;
  }
}

@media screen and (min-width: 750px) {
  .recommended-restaurant {
    margin-bottom: 89px;
  }
}

@media screen and (max-width: 749px) {
  .recommended-restaurant {
    margin-bottom: 69px;
  }
}

.restaurant-wrapper .subpage-inner {
  margin-bottom: 70px;
}

.restaurant-wrapper .subpage-inner-toya-menu {
  background-image: url("../images/toya/menu-bg.jpg");
  margin-bottom: 0px;
  background-size: 100%;
  padding-bottom: 10px;
  padding-top: 100px;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .subpage-inner-toya-menu {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.restaurant-wrapper .restaurant-ad-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 750px) {
  .restaurant-wrapper .restaurant-ad-container {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-ad-container {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 28px;
    background-image: url(../images/rocco/advertisement-sp.jpg) !important;
  }
}

.restaurant-wrapper .restaurant-ad-container .subpage-inner {
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-ad-container .subpage-inner {
    padding-left: 57px;
    padding-right: 57px;
  }
}

.restaurant-wrapper .restaurant-ad-container .restaurant-ad-desc {
  font-size: 22px;
  line-height: 2.091;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "HiraKakuPro-W6-AlphaNum";
}

@media screen and (min-width: 750px) {
  .restaurant-wrapper .restaurant-ad-container .restaurant-ad-desc:nth-of-type(1) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 750px) {
  .restaurant-wrapper .restaurant-ad-container .restaurant-ad-desc {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-ad-container .restaurant-ad-desc {
    font-size: 12px;
    margin-top: 23px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.restaurant-wrapper .restaurant-ad-button {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  width: 964px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-ad-button {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-ad-button .rocco-ad-button:nth-of-type(1) a {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-ad-button .rocco-ad-button:nth-of-type(2) a {
    margin-bottom: 0px;
  }
}

.restaurant-wrapper .restaurant-banner .subpage-inner {
  margin-bottom: 30px;
}

.restaurant-wrapper .restaurant-banner .banner-text {
  background-color: #f7f7f7;
  padding: 30px;
}

.restaurant-wrapper .restaurant-banner .banner-title {
  font-size: 17px;
  line-height: 1.765;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-banner .banner-title {
    font-size: 13px;
  }
}

.restaurant-wrapper .restaurant-banner .banner-desc {
  font-size: 15px;
  line-height: 1.765;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-banner .banner-desc {
    font-size: 12px;
    margin-top: 10px;
  }
}

.restaurant-wrapper .other-restaurant .swiper-container {
  position: relative;
}

@media screen and (min-width: 750px) {
  .restaurant-wrapper .other-restaurant .swiper-container {
    padding-bottom: 68px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .other-restaurant .swiper-container {
    padding-bottom: 31px;
  }
}

.restaurant-wrapper .other-restaurant .swiper-container:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #f2f2f2;
  bottom: -2px;
  left: 0;
}

@media screen and (min-width: 750px) {
  .restaurant-wrapper .other-restaurant .swiper-container:before {
    height: 300px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .other-restaurant .swiper-container:before {
    height: 150px;
  }
}

.restaurant-wrapper .subpage-title {
  margin-bottom: 34px;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .subpage-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .oak-button {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .oak-button a {
    max-width: 100%;
    height: 70px;
  }
}

.restaurant-wrapper .oak-button p {
  font-size: 15px;
  line-height: 2.267;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .oak-button p {
    font-size: 12px;
    line-height: 1.792;
  }
}

.restaurant-wrapper .restaurant-button {
  width: auto;
  max-width: 730px;
  background-color: #fff;
  height: 95px;
  border: 1px solid #000;
}

.restaurant-wrapper .restaurant-button.oak-button {
  color: #058a94;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
  -webkit-border-image: linear-gradient(to right, #027cc3, #09a046);
       -o-border-image: linear-gradient(to right, #027cc3, #09a046);
          border-image: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
          border-image: linear-gradient(to right, #027cc3, #09a046);
  border-image-slice: 1;
}

.is-ie .restaurant-wrapper .restaurant-button.oak-button {
  border-color: #0484a8 !important;
}

.restaurant-wrapper .restaurant-button.toya-menu-button {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  max-width: 480px;
  height: 60px;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-button.toya-menu-button {
    height: 40px;
    max-width: 260px;
    font-size: 12px;
  }
}

.restaurant-wrapper .restaurant-button.toya-button {
  border-color: #a38737;
  color: #a38737;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
  .restaurant-wrapper .restaurant-button.toya-button {
    margin-top: 102px;
    font-size: 18px;
    line-height: 1.667;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-button.toya-button {
    max-width: 100%;
  }
}

.restaurant-wrapper .restaurant-button:before {
  content: none;
  display: none;
}

.restaurant-wrapper .restaurant-button.donguri-button span {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #027cc3), color-stop(70%, #09a046));
  background: linear-gradient(to right, #027cc3 30%, #09a046 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-ie .restaurant-wrapper .restaurant-button.donguri-button span {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .restaurant-button {
    height: 60px;
    font-size: 12px;
    max-width: 345px;
  }
}

.restaurant-wrapper .slider-restaurant {
  overflow-x: hidden !important;
  z-index: 0 !important;
}

.restaurant-wrapper .slider-restaurant .swiper-wrapper {
  margin-left: 0 !important;
  z-index: 0 !important;
}

.restaurant-wrapper .slider-restaurant .slide-restaurant {
  width: 100%;
  height: 460px;
  position: relative;
  background-size: cover;
}

.restaurant-wrapper .slider-restaurant .swiper-pagination {
  position: absolute;
  right: 69px;
  bottom: 50px;
  text-align: right;
  width: auto;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .slider-restaurant .swiper-pagination {
    right: 34px;
    bottom: 30px;
  }
}

.restaurant-wrapper .slider-restaurant .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .restaurant-wrapper .slider-restaurant .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
  }
}

.restaurant-wrapper .slider-restaurant .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}

.restaurant-wrapper .slider-restaurant .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.marcherant-bottom-banner {
  max-width: 600px;
  margin: auto;
}

.marcherant-bottom-banner .link {
  color: inherit;
}

.marcherant-bottom-banner .link:hover .button-gradient-icon {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.marcherant-bottom-banner .bottom-banner-title {
  position: relative;
  line-height: 3;
}

.marcherant-bottom-banner .bottom-banner-title .title-text svg {
  height: 40px;
  width: 175px;
  margin-top: 12px;
}

@media screen and (max-width: 749px) {
  .marcherant-bottom-banner .bottom-banner-title .title-text svg {
    width: 165px;
  }
}

.marcherant-bottom-banner .bottom-banner-title i {
  line-height: 60px;
}

.dotted-bg {
  background-image: url(../images/rocco/dotted-bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 50%;
}

@media screen and (min-width: 750px) {
  .restaurant-drink-menu .subpage-inner {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-drink-menu .subpage-inner {
    margin-bottom: 70px;
  }
}

.menu-drink-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.menu-drink-container .menu-drink-box {
  width: 433px;
}

@media screen and (max-width: 749px) {
  .menu-drink-container .menu-drink-box {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .menu-drink-container .menu-drink-box:nth-child(1) {
    padding-top: 43px;
  }
}

@media screen and (min-width: 750px) {
  .menu-drink-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 749px) {
  .menu-drink-container {
    display: block;
    padding-left: 21px;
    padding-right: 21px;
  }
}

.menu-drink-list .drink-menu-item {
  border-bottom: 1px solid #d8cdcd;
}

@media screen and (min-width: 750px) {
  .menu-drink-list .drink-menu-item {
    margin-top: 55px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu-item {
    margin-top: 20px;
    padding-bottom: 8px;
  }
}

.menu-drink-list .drink-menu2-item {
  border-bottom: 0 solid #d8cdcd;
}

@media screen and (min-width: 750px) {
  .menu-drink-list .drink-menu2-item:first-child {
    margin-top: 55px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu2-item:first-child {
    margin-top: 28px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 750px) {
  .menu-drink-list .drink-menu2-item {
    margin-top: 21px;
  }
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu2-item {
    margin-top: 28px;
  }
}

.menu-drink-list .drink-menu-title {
  font-size: 20px;
  line-height: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "HiraKakuPro-W6-AlphaNum";
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu-title *:first-child {
    font-size: 13px;
  }
  .menu-drink-list .drink-menu-title *:last-child {
    font-size: 12px;
  }
}

.menu-drink-list .drink-menu2-title {
  font-size: 18px;
}

.menu-drink-list .drink-menu-subtext {
  font-size: 20px;
  line-height: 1.5;
  font-family: "HiraKakuPro-W6-AlphaNum";
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu-subtext {
    font-size: 13px;
  }
}

.menu-drink-list .drink-menu2-subtext {
  font-size: 18px;
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu2-subtext {
    font-size: 13px;
  }
}

.menu-drink-list .drink-menu-desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 750px) {
  .menu-drink-list .drink-menu-desc {
    margin-top: 11px;
  }
}

@media screen and (max-width: 749px) {
  .menu-drink-list .drink-menu-desc {
    margin-top: 11px;
    font-size: 12px;
  }
}

.restaurant-menu .restaurant-menu-img {
  margin-bottom: 19px;
}

.restaurant-menu .restaurant-menu-img img {
  width: 63px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .restaurant-menu-img img {
    width: 43px;
  }
}

@media screen and (min-width: 750px) {
  .restaurant-menu .menu-gelato {
    margin-top: 112px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-gelato {
    margin-top: 56px;
  }
}

.restaurant-menu .menu-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container-gelato {
    padding-left: 42px;
    padding-right: 42px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container-gelato .menu-item {
    margin-bottom: 34px !important;
  }
}

.restaurant-menu .menu-container .menu-item {
  width: 443px;
  margin-bottom: 60px;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item {
    width: 100%;
    margin-bottom: 54px;
  }
}

.restaurant-menu .menu-container .menu-item a {
  color: inherit;
}

.restaurant-menu .menu-container .menu-item .menu-image {
  height: 275px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-image {
    height: 183px;
    margin-bottom: 22px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-image-gelato {
  background-size: contain;
}

@media screen and (min-width: 750px) {
  .restaurant-menu .menu-container .menu-item .menu-image-gelato {
    height: 276px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-image-gelato {
    height: 171px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title {
  font-size: 24px;
  color: #2d2d2d;
  line-height: 1.417;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title {
    font-size: 13px;
    line-height: 1.497;
    letter-spacing: 0.16em;
    margin-bottom: 13px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title-gelato {
  margin-bottom: 0px;
  line-height: normal;
  font-family: "HiraKakuPro-W6-AlphaNum";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title-gelato {
    font-size: 13px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title-gelato .tag {
  font-size: 13.5px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
  padding: 4px 8px;
  letter-spacing: 0.025em;
  margin-left: 10px;
}

.is-ie .restaurant-menu .menu-container .menu-item .menu-title-gelato .tag {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
  -ms-text-fill-color: #fff;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title-gelato .tag {
    font-size: 10px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title-gelato .tag-new {
  background: #e8328a;
}

.is-ie .restaurant-menu .menu-container .menu-item .menu-title-gelato .tag-new {
  background: #e8328a;
}

.restaurant-menu .menu-container .menu-item .menu-title-gelato .tag-limited {
  background: #32bfe8;
}

.is-ie .restaurant-menu .menu-container .menu-item .menu-title-gelato .tag-limited {
  background: #32bfe8;
}

.restaurant-menu .menu-container .menu-item .menu-title .price {
  font-size: 16px;
  letter-spacing: 4px;
  padding-left: 2px;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title .price {
    font-size: 13px;
  }
}

@media screen and (max-width: 749px) {
  .oak-wrapper .restaurant-menu .menu-container .menu-item .menu-title .price {
    font-size: 12px !important;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title 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;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title span:nth-of-type(1) {
    margin-bottom: 0px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title span.tag {
  -webkit-background-clip: padding-box;
  -webkit-text-fill-color: #fff;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 4px 10px;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title span.tag {
    font-size: 10px !important;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.is-ie .restaurant-menu .menu-container .menu-item .menu-title span.tag {
  background-color: #00a040;
  color: #fff;
}

.is-ie .restaurant-menu .menu-container .menu-item .menu-title span {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

.restaurant-menu .menu-container .menu-item .menu-title span.title {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.12em;
  background: none;
  color: #000;
  -webkit-text-fill-color: #000;
  -moz-text-fill-color: #000;
  -ms-text-fill-color: #000;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-title span.title {
    font-size: 13px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-title span.price {
  font-size: 16px;
}

.restaurant-menu .menu-container .menu-item .menu-subtext {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-subtext {
    font-size: 11px;
  }
}

.restaurant-menu .menu-container .menu-item .menu-desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-desc {
    font-size: 12px;
    line-height: 2;
  }
}

.restaurant-menu .menu-container .menu-item .menu-desc-gelato {
  border-top: 1px solid #d8cdcd;
  margin-top: 10px;
  padding-top: 15px;
}

.restaurant-menu .menu-container .menu-item .menu-desc.menu-desc-marcherant {
  position: relative;
  color: black;
  text-align: left;
}

.breakfast-marcherant .restaurant-menu .menu-container .menu-item .menu-desc.menu-desc-marcherant {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container .menu-item .menu-desc.menu-desc-marcherant .button-gradient-icon {
    width: 16px;
  }
}

.restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote {
  width: 100%;
}

.restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title {
  padding-top: 13px;
  color: #333333;
  letter-spacing: 2.4px;
  font-weight: 400;
}

.restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title .gradient {
  padding-left: 0;
  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;
  display: block;
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title .gradient {
    font-size: 15px;
    line-height: 25px;
  }
}

.is-ie .restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title .gradient {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
  text-align: left;
}

.restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title .gradient-sub {
  position: absolute;
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title .gradient-sub {
    font-size: 12px;
  }
}

@media screen and (min-width: 750px) {
  .restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title {
    width: 322px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote .gradient-title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container.menu-container-bluenote .menu-item-bluenote {
    border-top: 2px solid #00a040;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 749px) {
  .restaurant-menu .menu-container.menu-container-bluenote {
    padding: 0;
  }
}

.restaurant-sub-menu .sub-menu-container {
  background-color: #f8f7e7;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.restaurant-sub-menu .sub-menu-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 57px;
  padding-right: 57px;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-list {
    padding-left: 19px;
    padding-right: 19px;
  }
}

.restaurant-sub-menu .sub-menu-image img {
  height: 91px;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-item {
    margin-bottom: 30px !important;
    width: 100%;
  }
  .restaurant-sub-menu .sub-menu-item:last-child {
    margin-bottom: 0px !important;
  }
}

.restaurant-sub-menu .sub-menu-item:nth-child(1) {
  margin-bottom: 20px;
}

.restaurant-sub-menu .sub-menu-item:nth-child(3) .sub-menu-image img {
  width: 139px;
  height: auto;
}

.restaurant-sub-menu .menu-item-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: "HiraKakuPro-W6-AlphaNum";
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .menu-item-container {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.restaurant-sub-menu .sub-menu-title {
  margin-left: 10px;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-title {
    margin-left: 0px;
  }
}

.restaurant-sub-menu .sub-menu-title .main-text {
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-title .main-text {
    font-size: 13px;
  }
}

.restaurant-sub-menu .sub-menu-title .sub-text {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-title .sub-text {
    font-size: 11px;
  }
}

.restaurant-sub-menu .sub-menu-price {
  font-size: 18px;
  margin-left: 35px;
}

@media screen and (max-width: 749px) {
  .restaurant-sub-menu .sub-menu-price {
    margin-left: 0px;
    font-size: 12px;
  }
}

.toya-menu {
  background-color: #000;
  padding-top: 91px;
  padding-bottom: 91px;
  background-image: url("../images/toya/mountain-bg.png");
  background-size: 65%;
  background-position: left 1860px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .toya-menu {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../images/toya/mountain-bg-sp.png");
    background-size: 100%;
    background-position: center 1498px;
  }
}

.menu-highlight svg {
  width: 100%;
  height: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 749px) {
  .menu-highlight svg {
    height: 12px;
    margin-top: 28px;
  }
}

.menu-title svg {
  width: 100%;
  height: 35px;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .menu-title svg {
    height: 22px;
    margin-top: 15px;
  }
}

.menu-price svg {
  width: 100%;
  height: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .menu-price svg {
    height: 12px;
    margin-top: 10px;
  }
}

.toya-wrapper .toya-menu .menu-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.667;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media screen and (max-width: 749px) {
  .toya-wrapper .toya-menu .menu-desc {
    font-size: 13px;
    line-height: 1.615;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.toya-menu .tab-menu-sub {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 62px;
  margin-top: 62px;
}

@media screen and (max-width: 749px) {
  .toya-menu .tab-menu-sub {
    margin-top: 42px;
    padding-top: 42px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.toya-menu .tab-menu-sub:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .toya-menu .tab-menu-sub:before {
    width: 50px;
  }
}

.toya-menu .tab-menu-sub-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 749px) {
  .toya-menu .tab-menu-sub-col {
    width: 100%;
    padding: 0px;
    margin-bottom: 74px;
  }
}

.toya-menu .tab-menu-sub-col:first-child {
  padding-left: 0px;
}

.toya-menu .tab-menu-sub-col:last-child {
  padding-right: 0px;
}

@media screen and (max-width: 749px) {
  .toya-menu .tab-menu-sub-col:last-child {
    margin-bottom: 0px;
  }
}

.tab-menu-sub-heading svg {
  width: 100%;
  height: 24px;
  margin-top: 25px;
}

@media screen and (max-width: 749px) {
  .tab-menu-sub-heading svg {
    height: 18px;
  }
}

.tab-menu-sub-price svg {
  margin-top: 10px;
  width: 100%;
  height: 18px;
}

@media screen and (max-width: 749px) {
  .tab-menu-sub-price svg {
    height: 12px;
  }
}

.toya-menu .note {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  text-align: center;
  display: block;
  max-width: 100%;
  margin-top: 75px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .toya-menu .note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.marcherant-menu a .button-gradient-icon {
  -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;
}

.marcherant-menu a:hover .button-gradient-icon {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.marcherant-menu .menu-container .menu-item {
  margin-bottom: 20px;
}

.marcherant-menu .menu-container .menu-item .menu-desc-marcherant {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 28px;
}

.marcherant-menu .menu-container .menu-item .menu-image {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .marcherant-menu .menu-container .menu-item {
    width: 100%;
    max-width: 472px;
    margin-bottom: 22px;
  }
  .marcherant-menu .menu-container .menu-item .menu-image {
    background-size: contain;
    margin-bottom: 0;
    max-height: 265px;
  }
  .marcherant-menu .menu-container .menu-item .menu-title {
    margin-bottom: 0;
  }
  .marcherant-menu .menu-container .menu-item .menu-desc-marcherant {
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}

.breakfast-marcherant-menu {
  position: relative;
}

.breakfast-marcherant-menu::before {
  content: "";
  position: absolute;
  width: 1020px;
  height: 400px;
  background-color: #f5f6fa;
  top: -85px;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu::before {
    height: 206px;
    top: -55px;
  }
}

.breakfast-marcherant-menu.menu-3 {
  margin-top: 153px;
}

.breakfast-marcherant-menu.menu-3:before {
  display: none;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu.menu-3 {
    margin-top: 137px;
  }
}

.breakfast-marcherant-menu.menu-2 {
  margin-top: 155px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu.menu-2 {
    margin-top: 103px;
  }
}

.breakfast-marcherant-menu-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-list {
    flex-wrap: wrap;
  }
}

.breakfast-marcherant-menu-list-2 {
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-list-2 {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-item {
    width: 160px;
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant-menu-item-2 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-item-2 {
    width: 100%;
  }
}

.breakfast-marcherant-menu-image {
  width: 360px;
  height: 361px;
  margin-bottom: 11px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-image {
    width: 160px;
    height: 160px;
  }
}

.breakfast-marcherant-menu-image-2 {
  width: 473px;
  height: 278px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-image-2 {
    width: 100%;
    height: 179px;
  }
}

.breakfast-marcherant-menu-desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant-menu-desc.desc-2 {
    font-weight: bold;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant-menu-desc {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}

.breakfast-marcherant .breakfast-menu-3 {
  border: 1px solid #00a040;
  padding: 48px 60px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-3 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.breakfast-marcherant .breakfast-menu-subtext {
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-subtext {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .breakfast-menu-list-container {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 122px;
       -moz-column-gap: 122px;
            column-gap: 122px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-list-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.breakfast-marcherant .breakfast-menu-list-container span {
  font-size: 18px;
  color: #00a040;
  line-height: 1.667;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  border-top: 2px solid #00a040;
  border-bottom: 2px solid #00a040;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-list-container span {
    font-size: 14px;
    line-height: 1.731;
    padding: 2px 0px;
    margin-bottom: 8px;
    font-weight: normal;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

.breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-item {
  margin-bottom: 36px;
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-item:nth-of-type(3) {
    margin-bottom: 225px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-item {
    margin-bottom: 24px;
  }
}

.breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-list-item {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  margin-left: 16px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-list-item {
    margin-left: 10px;
  }
}

.breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-list-item:before {
  content: "\2022";
  position: absolute;
  top: 5px;
  left: -11px;
  font-size: 10px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-list-item:before {
    top: 2px;
    left: -10px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-list-item {
    font-size: 12px;
    line-height: 2.045;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-item-dinner-buffet:nth-of-type(3) {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .breakfast-menu-list-container .breakfast-menu-list-cat-item-dinner-buffet:nth-of-type(4) {
    margin-bottom: 225px;
  }
}

@media screen and (min-width: 750px) {
  .breakfast-marcherant .other-menu .marcherant-menu {
    margin-top: -43px;
  }
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .other-menu .marcherant-menu {
    margin-top: -8px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .breakfast-menu-list-container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding-top: 14px;
    padding-bottom: 19px;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
    height: 407px;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container {
    padding: 0px;
    margin-top: 13px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span {
  border-width: 0px;
  font-style: italic;
  font-size: 15px;
  font-family: serif;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-hors-d-oeuvre svg {
  height: 13px;
  width: 155px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-hors-d-oeuvre svg {
    width: 114.5px;
    height: 9px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-soupe svg {
  height: 16px;
  width: 74px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-soupe svg {
    width: 55px;
    height: 11px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-entree-plat svg {
  height: 13px;
  width: 138px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-entree-plat svg {
    width: 102px;
    height: 9px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-pain svg {
  height: 12px;
  width: 67px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-pain svg {
    width: 50px;
    height: 8.5px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-dessert svg {
  height: 12px;
  width: 95px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-dessert svg {
    width: 70px;
    height: 9px;
  }
}

.dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-cafe-ou-the svg {
  height: 13px;
  width: 132px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-menu-list-container span.dinner-marcherant-cafe-ou-the svg {
    width: 97px;
    height: 9px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu.menu-other-2 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu.menu-other-2 .menu-other-menu-item:nth-of-type(2) {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu.menu-other-2 .menu-other-menu-item:nth-of-type(3) {
    padding-top: 17px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu.menu-other-2 .menu-other-menu-item:last-child {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .menu-other-menu {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.dinner-set-marcherant .menu-other-menu .heading-menu-other-menu {
  margin-bottom: 17px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu .heading-menu-other-menu {
    margin-bottom: 10px;
  }
}

.dinner-set-marcherant .menu-other-menu .heading-menu-other-menu svg {
  width: 188px;
  height: 20px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu .heading-menu-other-menu svg {
    height: 13.5px;
    width: 124.5px;
  }
}

.dinner-set-marcherant .menu-other-menu-item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border-top: 1px solid #00a040;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.dinner-set-marcherant .menu-other-menu-item:last-child {
  border-bottom: 1px solid #00a040;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .menu-other-menu-item {
    font-size: 11px;
    line-height: 1.636;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 11px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .recommend-menu-details {
    margin-top: -2px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .recommend-menu-details {
    padding: 0px;
    margin-top: 23px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .recommend-menu-details-list {
    max-width: 801px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .recommend-menu-details-list {
    display: -webkit-box;
    display: flex;
  }
}

.dinner-set-marcherant .details-image {
  border-radius: 10px;
}

.dinner-set-marcherant .recommend-menu-details-item {
  width: 358px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .recommend-menu-details-item {
    width: 160px;
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .recommend-menu-details-item {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .breakfast-menu-list-cat-list-item {
    white-space: nowrap;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .dinner-feature-title svg {
    height: 56.5px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .breakfast-marcherant-menu:before {
    height: 265.5px;
  }
}

@media screen and (min-width: 750px) {
  .page-rocco .restaurant-banner {
    margin-top: -30px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 749px) {
  .page-rocco .restaurant-banner {
    margin-top: -40px;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .breakfast-menu-list-cat-item:nth-of-type(3) {
    margin-bottom: 0px !important;
  }
}

.page-description {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 2px;
  padding: 40px 0;
}

.page-description.page-description-programdetails {
  padding: 0;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 749px) {
  .page-description.page-description-programdetails {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 0 20px;
  }
}

@media screen and (max-width: 749px) {
  .page-description {
    font-size: 13px;
    padding-bottom: 7px;
  }
  .page-description.l-container-m {
    max-width: 330px;
    line-height: 22px;
    letter-spacing: 2px;
  }
}

.text-banner {
  padding: 67px 55px;
}

.text-banner .banner-heading {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

@media screen and (max-width: 749px) {
  .text-banner .banner-heading {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.text-banner.bg-green {
  background-color: #00a004;
  color: #fff;
}

.text-banner.bg-grey {
  background-color: #f7f7f7;
}

.text-banner.zipline {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 70px;
  margin-bottom: 140px;
}

@media screen and (max-width: 749px) {
  .text-banner.zipline {
    max-width: none;
    margin: 0 20px;
    margin-bottom: 80px;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}

.text-banner.attraction-top {
  padding: 36px 0;
  border: 1px solid #a6a5a5;
  overflow: hidden;
  margin-top: 66px;
  margin-bottom: 135px;
}

.text-banner.attraction-top .icon {
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .text-banner.attraction-top .icon {
    max-width: 22px;
    margin-bottom: 6px;
  }
}

.text-banner.attraction-top .banner-heading {
  letter-spacing: 2px;
  font-size: 25px;
}

@media screen and (max-width: 749px) {
  .text-banner.attraction-top .banner-heading {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}

.text-banner.attraction-top .banner-text {
  letter-spacing: 4px;
  font-size: 14px;
}

@media screen and (max-width: 749px) {
  .text-banner.attraction-top .banner-text {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1.7;
  }
}

.text-banner.attraction-top::after {
  content: " ";
  width: 50px;
  height: 75px;
  background-color: #67b436;
  position: absolute;
  right: -13px;
  bottom: -38px;
  -webkit-transform: rotate(53deg);
          transform: rotate(53deg);
}

@media screen and (max-width: 749px) {
  .text-banner.attraction-top::after {
    right: -25px;
    bottom: -42px;
    -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
  }
}

@media screen and (max-width: 749px) {
  .text-banner.attraction-top {
    max-width: 336px;
    padding: 18px 40px 13px;
    margin-top: 33px;
    margin-bottom: 70px;
  }
}

.text-banner.attraction-top a {
  color: inherit;
}

@media screen and (max-width: 749px) {
  .text-banner {
    padding: 35px 23px;
  }
}

.tab-underline {
  position: relative;
}

.tab-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url("../images/program/underline.png");
  bottom: 0px;
  left: 1px;
}

.is-ie .tab-underline:after {
  bottom: 14px;
}

.tabs {
  position: relative;
  clear: both;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
  min-height: 100px;
}

.tabs.tabs-faq .lblTab {
  font-size: 12px;
  height: 60px;
  line-height: 15px;
  padding: 10px;
}

.tabs.tabs-faq [name="tab-tabId"]:checked ~ .lblTab {
  font-size: 12px;
  height: 80px;
  line-height: 15px;
  padding: 10px;
}

.tabs.tabs-goods {
  background-color: #fff;
  margin-bottom: 0;
}

.custom-select-goods-sp .lbl-ico {
  position: absolute;
  left: 20px;
  max-width: 20px;
}

.custom-select-goods-sp .select-selected-goods .ico-motegi, .custom-select-goods-sp .select-selected-goods .ico-motor {
  max-width: 25px;
  left: 17px;
  top: 20px;
}

.custom-select-goods-sp .select-items-goods .ico-motegi, .custom-select-goods-sp .select-items-goods .ico-motor {
  max-width: 25px;
  left: 17px;
  top: 20px;
}

.custom-select-goods-sp .select-items-goods .select-goods-option {
  padding: 10px;
  position: relative;
}

.tab {
  width: 100%;
  margin-right: 20px;
}

.tab.tab-faq {
  margin-right: 10px;
}

.tab:last-child {
  margin-right: 0;
}

.tab label {
  background: #eee;
  padding: 5px 0 13px;
  border: 1px solid #ccc;
  position: relative;
  left: 1px;
  display: block;
  text-align: center;
  background-color: #a7d698;
  color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  cursor: pointer;
  font-size: 22px;
  letter-spacing: 1px;
}

.tab label:hover {
  background: #4fae32;
  color: #fff;
  border-bottom: 1px solid white;
  padding: 11px 0px 22px;
}

.tab.tab-goods {
  margin-right: 6px;
}

.tab.tab-goods:last-child {
  margin-right: 0;
}

.tab.tab-goods label {
  font-size: 16px;
  height: 67px;
  display: table-cell;
  vertical-align: middle;
  width: 250px;
}

.tab.tab-goods label:hover {
  height: 86px;
}

.tab.tab-goods label:hover .lbl-ico {
  top: 15px;
}

.tab.tab-goods label img {
  max-width: 41px;
  position: absolute;
  left: 19px;
  top: 8px;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

.tab.tab-goods.tab-motegi .lbl-goods {
  padding-left: 70px;
}

.tab.tab-goods.tabs-racing {
  text-align: right;
  margin-right: 40px;
}

.tab.tab-goods.tabs-racing.align-left {
  text-align: left;
}

@media screen and (max-width: 749px) {
  .tab.tab-goods.tabs-racing {
    margin-right: 12px;
    max-width: 48%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.tab.tab-goods.tabs-racing:last-child {
  margin-right: 0;
}

.tab.tab-goods.tabs-racing .lbl-racing {
  display: inline-block;
  padding: 23px 20px;
}

.tab.tab-goods.tabs-racing .lbl-racing.tab2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .tab.tab-goods.tabs-racing .lbl-racing {
    max-width: 100%;
    font-size: 10px;
    padding: 15px 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.tab.tab-goods.tab-kids .lbl-goods {
  padding-left: 50px;
}

.tab.tab-goods.tab-motor .lbl-goods {
  padding-left: 45px;
}

.tab.tab-goods.tab-motor .lbl-goods .lbl-ico {
  max-width: 30px;
  left: 30px;
}

.tab.tab-goods.tab-honda .lbl-goods {
  padding-left: 36px;
}

.tab.tab-goods.tab-honda .lbl-goods .lbl-ico {
  left: 16px;
  top: 15px;
  max-width: 38px;
}

.tab.tab-goods [name="tab-goods"]:hover ~ .lbl-goods,
.tab.tab-goods [name="tab-goods"]:checked ~ .lbl-goods {
  height: 77px;
}

.tab.tab-goods [name="tab-goods"]:hover ~ .lbl-goods img,
.tab.tab-goods [name="tab-goods"]:checked ~ .lbl-goods img {
  top: 15px;
}

.tab.tab-goods [name="tab-goods"]:hover ~ .lbl-goods .ico-honda,
.tab.tab-goods [name="tab-goods"]:checked ~ .lbl-goods .ico-honda {
  top: 23px;
}

.tab [type="radio"] {
  display: none;
}

.tab [type="radio"]:checked ~ label {
  background: #4fae32;
  color: #fff;
  border-bottom: 1px solid white;
  padding: 11px 0px 22px;
}

.tab-banner {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
  padding-top: 31px;
  padding-bottom: 20px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .tab-banner {
    padding-left: 0;
    letter-spacing: 0.10em;
  }
}

.tab-banner.tab-banner-racing {
  padding: 60px 20px 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 749px) {
  .tab-banner.tab-banner-racing {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.tab-banner.tab-banner-racing::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-position: left;
  background-image: url(../images/img-dash.png);
  background-repeat: repeat-x;
  opacity: 0.2;
}

@media screen and (max-width: 749px) {
  .tab-banner.tab-banner-racing::after {
    display: none;
  }
}

.tab-banner.tab-banner-racing .tab-banner-title {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 34px;
}

.tab-banner.tab-banner-racing .table-banner-span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.09em;
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .tab-banner.tab-banner-racing .table-banner-span {
    font-size: 15px;
  }
}

.tab-banner.tab-banner-racing .table-banner-desc {
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  .tab-banner.tab-banner-racing .table-banner-desc {
    text-align: left;
    font-size: 14px;
  }
}

.tab-banner li {
  display: none;
}

.tab-banner li.tab-banner-motegi {
  max-width: 480px;
  width: 100%;
  margin: auto;
}

.tab-banner li.tab-banner-motegi.tab2 {
  max-width: 330px;
}

.tab-banner li.tab-banner-motegi.tab3 {
  max-width: 576px;
}

.tab-banner li.tab-banner-motegi.tab4 {
  max-width: 290px;
}

.tab-banner[data-tab="1"] li[data-tab="1"] {
  display: block;
}

.tab-banner[data-tab="2"] li[data-tab="2"] {
  display: block;
}

.tab-banner[data-tab="3"] li[data-tab="3"] {
  display: block;
}

.tab-banner[data-tab="4"] li[data-tab="4"] {
  display: block;
}

@media screen and (max-width: 749px) {
  .tab-banner {
    padding-top: 29px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

.program-item {
  display: none;
}

[data-tab="1"] .program-item[data-month="1"] {
  display: block;
}

[data-tab="2"] .program-item[data-month="2"] {
  display: block;
}

[data-tab="3"] .program-item[data-month="3"] {
  display: block;
}

[data-tab="4"] .program-item[data-month="4"] {
  display: block;
}

[data-tab="5"] .program-item[data-month="5"] {
  display: block;
}

[data-tab="6"] .program-item[data-month="6"] {
  display: block;
}

[data-tab="7"] .program-item[data-month="7"] {
  display: block;
}

[data-tab="8"] .program-item[data-month="8"] {
  display: block;
}

[data-tab="9"] .program-item[data-month="9"] {
  display: block;
}

[data-tab="10"] .program-item[data-month="10"] {
  display: block;
}

[data-tab="11"] .program-item[data-month="11"] {
  display: block;
}

[data-tab="12"] .program-item[data-month="12"] {
  display: block;
}

.program-item-goods {
  display: none;
}

[data-tab="1"] .program-item-goods[data-tab="1"] {
  display: block;
}

[data-tab="2"] .program-item-goods[data-tab="2"] {
  display: block;
}

[data-tab="3"] .program-item-goods[data-tab="3"] {
  display: block;
}

[data-tab="4"] .program-item-goods[data-tab="4"] {
  display: block;
}

[data-tab="5"] .program-item-goods[data-tab="5"] {
  display: block;
}

[data-tab="6"] .program-item-goods[data-tab="6"] {
  display: block;
}

[data-tab="7"] .program-item-goods[data-tab="7"] {
  display: block;
}

[data-tab="8"] .program-item-goods[data-tab="8"] {
  display: block;
}

[data-tab="9"] .program-item-goods[data-tab="9"] {
  display: block;
}

[data-tab="10"] .program-item-goods[data-tab="10"] {
  display: block;
}

[data-tab="11"] .program-item-goods[data-tab="11"] {
  display: block;
}

[data-tab="12"] .program-item-goods[data-tab="12"] {
  display: block;
}

.faq-item {
  display: none;
}

.faq-item > div {
  width: auto;
}

[data-tab="1"] .faq-item[data-faqid="1"] {
  display: block;
}

[data-tab="2"] .faq-item[data-faqid="2"] {
  display: block;
}

[data-tab="3"] .faq-item[data-faqid="3"] {
  display: block;
}

[data-tab="4"] .faq-item[data-faqid="4"] {
  display: block;
}

[data-tab="5"] .faq-item[data-faqid="5"] {
  display: block;
}

[data-tab="6"] .faq-item[data-faqid="6"] {
  display: block;
}

[data-tab="7"] .faq-item[data-faqid="7"] {
  display: block;
}

[data-tab="8"] .faq-item[data-faqid="8"] {
  display: block;
}

[data-tab="9"] .faq-item[data-faqid="9"] {
  display: block;
}

[data-tab="10"] .faq-item[data-faqid="10"] {
  display: block;
}

[data-tab="11"] .faq-item[data-faqid="11"] {
  display: block;
}

[data-tab="12"] .faq-item[data-faqid="12"] {
  display: block;
}

.custom-select {
  background-color: #4fae32;
  color: #fff;
  text-align: center;
  max-width: 290px;
  margin: auto;
  margin-bottom: 90px;
  /* padding: 0 38px; */
  border-radius: 3px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .custom-select {
    margin-bottom: 37px;
  }
  .custom-select.custom-select-goods-sp {
    max-width: 258px;
    margin-bottom: 0;
  }
  .custom-select.custom-select-goods-sp.is-fixed {
    position: fixed;
    top: 57px;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.custom-select:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background-image: url("../images/program/underline.png");
  bottom: -26px;
  left: 0;
  background-size: 100%;
}

@media screen and (max-width: 749px) {
  .custom-select:after {
    display: none;
  }
}

.select-selected {
  padding: 9px;
  /* border-radius: 45px; */
  border-bottom: 1px solid;
  cursor: pointer;
  position: relative;
}

.select-selected.open::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.select-selected::after {
  content: "\25BE";
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-items .option {
  padding: 7px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.select-items .option.active {
  display: none;
}

.select-hide {
  display: none;
}

.tab-toya {
  background-color: #000;
  padding: 60px 40px;
  margin-top: 40px;
}

@media screen and (max-width: 749px) {
  .tab-toya {
    padding: 39px 17px;
  }
}

.tab-toya .tab-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .tab-toya .tab-list {
    flex-wrap: wrap;
  }
}

.tab-toya .tab-item {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
          align-items: baseline;
  cursor: pointer;
  width: 25%;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #a38737;
  border-right-width: 0px;
  background-size: 105%;
  background-position: center;
}

@media screen and (max-width: 749px) {
  .tab-toya .tab-item {
    width: 50%;
    background-size: 170%;
    border-right-width: 1px;
    border-bottom-width: 0px;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 749px) {
  .tab-toya .tab-item:nth-child(3) {
    border-bottom-width: 1px;
  }
}

.tab-toya .tab-item:last-child {
  border-right: 1px solid #a38737;
}

@media screen and (max-width: 749px) {
  .tab-toya .tab-item:last-child {
    border-bottom-width: 1px;
  }
}

.tab-toya .tab-item svg {
  width: 23px;
  height: 23px;
}

.tab-toya .tab-item span {
  margin-left: 15px;
}

.tab-toya .tab-item:nth-child(4).is-active, .tab-toya .tab-item:nth-child(4):hover {
  background-image: url("../images/toya/winter-tab-on.jpg") !important;
}

.tab-toya .tab-item:nth-child(3).is-active, .tab-toya .tab-item:nth-child(3):hover {
  background-image: url("../images/toya/autumn-tab-on.jpg") !important;
}

.tab-toya .tab-item:nth-child(2).is-active, .tab-toya .tab-item:nth-child(2):hover {
  background-image: url("../images/toya/summer-tab-on.jpg") !important;
}

.tab-toya .tab-item:nth-child(1).is-active, .tab-toya .tab-item:nth-child(1):hover {
  background-image: url("../images/toya/spring-tab-on.jpg") !important;
}

.tab-toya .tab-content {
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

.tab-access {
  margin-top: 25px;
}

.tab-access .slider-tab {
  -webkit-box-align: end;
          align-items: flex-end;
}

.tab-access .tab-list {
  display: -webkit-box;
  display: flex;
  border-bottom: 7px solid #c3e8d8;
  -webkit-box-align: end;
          align-items: flex-end;
}

.tab-access .tab-list .tab-item {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #4fae32;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
  padding: 0 17.9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  white-space: nowrap;
  margin-right: 10px;
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

.tab-access .tab-list .tab-item-slide {
  margin-right: 10px;
}

@media screen and (min-width: 750px) {
  .tab-access .tab-list .tab-item-slide {
    width: calc((100% - 60px) / 7);
  }
}

@media screen and (max-width: 749px) {
  .tab-access .tab-list .tab-item-slide {
    width: auto;
  }
}

@media screen and (max-width: 749px) {
  .tab-access .tab-list .tab-item-slide:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 749px) {
  .tab-access .tab-list .tab-item {
    height: 30px;
    font-size: 11px;
    padding: 0 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .tab-access .tab-list .tab-item:hover {
    height: 50px;
  }
}

.tab-access .tab-list .tab-item:last-child {
  margin-right: 0px;
}

.tab-access .tab-list .tab-item.is-active {
  opacity: 1;
  height: 50px;
}

@media screen and (max-width: 749px) {
  .tab-access .tab-list .tab-item.is-active {
    height: 40px;
  }
}

.tab-access .tab-container {
  border: 1px solid #00a040;
  border-top-width: 0px;
  padding: 42px 37px;
  overflow-y: hidden;
}

@media screen and (max-width: 749px) {
  .tab-access .tab-container {
    border-top-width: 1px;
    margin-top: 9px;
    padding: 13px 8px 13px;
  }
}

@media screen and (max-width: 749px) {
  .tab-access .tab-container.tab-bus {
    padding: 20px 20px 40px;
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

@media screen and (max-width: 749px) {
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00a040;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.work-introduction .media-title-work-intro {
  font-size: 21px;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

@media screen and (max-width: 749px) {
  .work-introduction .media-title-work-intro {
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
}

.work-introduction .work-intro-item {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 45px;
}

@media screen and (max-width: 749px) {
  .work-introduction .work-intro-item {
    margin-bottom: 15px;
  }
}

.work-introduction .work-intro-item .bold {
  display: block;
  margin-bottom: 16px;
  font-size: 17px;
  letter-spacing: 4px;
}

@media screen and (max-width: 749px) {
  .work-introduction .work-intro-item .bold {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
}

.work-introduction .work-intro-desc {
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .work-introduction .work-intro-desc {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

.work-introduction .media-subpage-work-intro {
  padding: 0;
  -webkit-box-pack: center;
          justify-content: center;
}

.work-introduction .media-box-work {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .work-introduction .media-box-work {
    margin: 0 !important;
    padding: 18px 15px;
  }
}

.work-introduction .media-box-work .media-thumb-work {
  width: 400px;
}

@media screen and (max-width: 749px) {
  .work-introduction .media-box-work .media-thumb-work {
    max-width: 257px;
    margin: 0 auto;
  }
}

.section-profile .media-title-profile {
  font-size: 19.8px;
  letter-spacing: 3px;
  margin-bottom: -5px;
  top: -20px;
  left: 3px;
}

@media screen and (max-width: 749px) {
  .section-profile .media-title-profile {
    font-size: 16px;
    top: -32px;
    left: -1px;
  }
  .section-profile .media-title-profile.desc-2 {
    margin-bottom: 13px;
  }
}

.section-profile .profile-sub-title {
  margin-bottom: 22px;
}

.section-profile .desc-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.section-profile .desc-container ul {
  list-style: initial;
}

@media screen and (max-width: 749px) {
  .section-profile .desc-container ul {
    padding: 0 20px;
  }
}

.section-profile .desc-container .bold {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

@media screen and (max-width: 749px) {
  .section-profile .desc-container .bold {
    margin-bottom: 0px;
  }
}

.section-profile .desc-container .profile-img {
  max-width: 165px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .section-profile .desc-container .profile-img {
    margin-bottom: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
  .section-profile .desc-container .profile-img img {
    max-width: 119px;
  }
  .section-profile .desc-container .profile-img .profile-sub-title {
    padding: 22px 0 0 20px;
  }
  .section-profile .desc-container .profile-img .profile-sub-title span:nth-child(2) {
    font-size: 10px;
    color: #999999;
  }
}

.section-profile .desc-container .profile-desc {
  width: 100%;
  line-height: 1.7;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-top: -6px;
  padding-left: 28px;
}

@media screen and (max-width: 749px) {
  .section-profile .desc-container .profile-desc {
    font-size: 11px;
    font-weight: normal;
    padding-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .section-profile .desc-container {
    display: block;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 18px;
  }
}

.section-profile .l-button {
  padding-bottom: 58px;
}

@media screen and (max-width: 749px) {
  .section-profile .l-button {
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .section-profile .l-button .button-profile {
    max-width: 250px;
  }
}

.image-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.image-list .image-list-item {
  -webkit-box-flex: 0;
          flex: 0 33%;
  display: block;
  max-width: 320px;
  margin-bottom: 30px;
}

.image-list .image-list-item .image-list-desc {
  padding: 14px 0;
  font-size: 18px;
}

@media screen and (max-width: 749px) {
  .image-list .image-list-item .image-list-desc {
    padding: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .image-list .image-list-item {
    -webkit-box-flex: 0;
            flex: 0 48%;
    margin-bottom: 18px;
  }
}

.food {
  width: 911px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .food {
    margin-top: 192px;
  }
}

@media screen and (max-width: 749px) {
  .food {
    margin-top: 80px;
  }
}

.food-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.food-item {
  width: 50%;
  margin-bottom: 50px;
}

.food-item .food-text {
  padding-left: 63px;
  padding-right: 63px;
}

.food-image {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.food-title {
  font-size: 36px;
  color: #a38737;
  line-height: 2;
  letter-spacing: 0.2em;
}

.food-desc {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.16em;
}

.gallery-list {
  width: 1020px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.gallery-item {
  width: 502px;
  margin-bottom: 20px;
}

.gallery-image {
  max-width: 100%;
  width: 100%;
}

.section-concept {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
}

.section-concept .concept-content {
  display: -webkit-box;
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-content {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 750px) {
  .section-concept .concept {
    width: 611px;
  }
}

.section-concept .concept-item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 54px;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-item {
    margin-bottom: 41px;
  }
}

.section-concept .concept-image img {
  max-width: 160px;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-image img {
    max-width: 100px;
  }
}

.section-concept .concept-text {
  margin-left: 42px;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-text {
    margin-left: 18px;
  }
}

.section-concept .concept-text .heading {
  margin: 0;
}

.section-concept .concept-text .heading .heading-subtext {
  margin-top: 0px;
  margin-bottom: 18px;
  height: 27px;
  width: 100px;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-text .heading .heading-subtext {
    width: 60px;
    height: 17px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 14px;
  }
}

.section-concept .concept-text .heading .heading-subtext svg {
  display: block;
}

.section-concept .concept-text .concept-desc {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-text .concept-desc {
    font-size: 13px;
    line-height: 1.615;
  }
}

.section-concept .concept-gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.section-concept .concept-gallery .gallery-item {
  width: 272px;
  margin-right: 20px;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-gallery .gallery-item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.section-concept .concept-gallery .gallery-item:nth-child(2) {
  margin-right: 0px;
}

.section-concept .concept-gallery .gallery-item:nth-child(3) {
  width: 564px;
  margin-right: 0px;
}

@media screen and (max-width: 749px) {
  .section-concept .concept-gallery .gallery-item:nth-child(3) {
    width: 100%;
  }
}

.section-concept .concept-gallery .gallery-item:nth-child(5) {
  margin-right: 0px;
}

@media screen and (min-width: 750px) {
  .experience {
    padding-bottom: 115px;
  }
}

.experience .subpage-inner {
  margin-bottom: 0px;
}

.experience-info {
  font-size: 14px;
}

@media screen and (max-width: 749px) {
.experience-info {
  font-size: 12px;
}
}

.experience-content {
  position: relative;
}

@media screen and (min-width: 750px) {
  .experience-content {
    height: 600px;
  }
}

.experience-tag {
  border: 1px solid #a38737;
  padding: 38px 69px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 749px) {
  .experience-tag {
    padding: 12px 20px;
    display: inline-block;
  }
}

.experience-tag svg {
  width: 23px;
  height: 244px;
}

@media screen and (max-width: 749px) {
  .experience-tag svg {
    width: 12px;
    height: 123px;
  }
}

@media screen and (min-width: 750px) {
  .experience-image {
    width: 638px;
    height: 480px;
    position: absolute;
    top: 37px;
    left: 120px;
  }
}

@media screen and (max-width: 749px) {
  .experience-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
  }
}

@media screen and (min-width: 750px) {
  .experience-text {
    position: absolute;
    width: 505px;
    right: -88px;
    bottom: -10px;
  }
}

@media screen and (max-width: 749px) {
  .experience-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 65px;
    margin-top: -45px;
  }
}

.experience-text .toya-experience-1 {
  margin-bottom: 27px;
}

@media screen and (max-width: 749px) {
  .experience-text .toya-experience-1 {
    margin-bottom: 10px;
  }
}

.experience-text .toya-experience-1 svg {
  width: 170px;
  height: 17px;
}

@media screen and (max-width: 749px) {
  .experience-text .toya-experience-1 svg {
    width: 162px;
    height: 12px;
  }
}

.experience-text .toya-experience-2 {
  margin-bottom: 47px;
}

@media screen and (max-width: 749px) {
  .experience-text .toya-experience-2 {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.experience-text .toya-experience-2 svg {
  width: 441px;
  height: 80px;
}

@media screen and (max-width: 749px) {
  .experience-text .toya-experience-2 svg {
    width: 100%;
    height: 53px;
  }
}

.experience-desc {
  font-size: 15px;
  color: #fff;
  line-height: 2.267;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .experience-desc {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.experience-container {
  background-color: #000;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 749px) {
  .experience-commit .experience-container {
    padding-right: 40px;
    padding-top: 52px;
    padding-bottom: 63px;
    background-position: center;
  }
}

@media screen and (max-width: 749px) {
  .experience-container {
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(4) {
    padding-top: 85px;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(4) .columns:first-child {
    padding-left: 99px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(4) .columns .tags {
    padding: 15px 26px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(4) .columns .heading {
    margin-top: 34px !important;
    margin-bottom: 31px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(3) {
    padding-top: 115px;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(3) .columns .tags {
    padding: 16px 15px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(3) .columns .heading {
    margin-top: 33px !important;
    margin-bottom: 29px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(3) .columns .desc {
    margin-left: 5px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(3) .columns:first-child {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-of-type(3) .columns:last-child .image {
    position: relative;
    left: -2px;
  }
}

@media screen and (min-width: 750px) {
  .experience-container:nth-child(1) .columns:first-child, .experience-container:nth-child(3) .columns:first-child {
    padding-right: 128px;
  }
}

.experience-container:nth-child(2) .columns:first-child, .experience-container:nth-child(4) .columns:first-child {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (min-width: 750px) {
  .experience-container:nth-child(2) .columns:first-child, .experience-container:nth-child(4) .columns:first-child {
    padding-left: 128px;
  }
}

.experience-container:nth-child(2) .columns:last-child, .experience-container:nth-child(4) .columns:last-child {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (min-width: 750px) {
  .experience-container:nth-child(2) .columns .image:before, .experience-container:nth-child(4) .columns .image:before {
    left: -10px;
  }
}

.experience-container .subpage-inner {
  margin-bottom: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .experience-container .subpage-inner {
    display: block;
  }
}

.experience-container .tags {
  border: 1px solid #a38737;
  display: inline-block;
  padding: 16px 20px;
}

@media screen and (max-width: 749px) {
  .experience-container .tags {
    padding: 10px;
  }
}

.experience-container .tags-toya-material-1 svg {
  width: 138px;
  height: 17px;
  display: block;
}

@media screen and (max-width: 749px) {
  .experience-container .tags-toya-material-1 svg {
    width: 93px;
    height: 12px;
  }
}

.experience-container .tags-toya-vessels-1 svg {
  width: 117px;
  height: 17px;
  display: block;
}

@media screen and (max-width: 749px) {
  .experience-container .tags-toya-vessels-1 svg {
    width: 79px;
    height: 12px;
  }
}

.experience-container .tags-toya-space-1 svg {
  width: 138px;
  height: 17px;
  display: block;
}

@media screen and (max-width: 749px) {
  .experience-container .tags-toya-space-1 svg {
    width: 93px;
    height: 12px;
  }
}

.experience-container .tags-toya-takumi-1 svg {
  width: 159px;
  height: 19px;
  display: block;
}

@media screen and (max-width: 749px) {
  .experience-container .tags-toya-takumi-1 svg {
    width: 106px;
    height: 12px;
  }
}

.experience-container .heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .experience-container .heading {
    margin-top: 19px;
    margin-bottom: 21px;
  }
}

.experience-container .heading-toya-material-2 svg {
  width: 338px;
  height: 80px;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .experience-container .heading-toya-material-2 svg {
    width: 203px;
    height: 48px;
  }
}

.experience-container .heading-toya-vessels-2 svg {
  width: 461px;
  height: 80px;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .experience-container .heading-toya-vessels-2 svg {
    width: 277px;
    height: 48px;
  }
}

.experience-container .heading-toya-space-2 svg {
  width: 496px;
  height: 80px;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .experience-container .heading-toya-space-2 svg {
    width: 297px;
    height: 48px;
  }
}

.experience-container .heading-toya-takumi-2 svg {
  width: 201px;
  height: 80px;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .experience-container .heading-toya-takumi-2 svg {
    width: 205px;
    height: 17px;
  }
}

.experience-container .desc {
  font-size: 15px;
  color: #fff;
  line-height: 2.267;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .experience-container .desc {
    font-size: 13px;
    line-height: 1.615;
    margin-bottom: 28px;
  }
}

.experience-container .image {
  width: 640px;
  position: relative;
}

.experience-container .image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #a38737;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 749px) {
  .experience-container .image {
    width: 100%;
  }
}

.point-item {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .point-item .full-sp {
    padding: 0;
  }
}

.point-item svg {
  width: 100%;
  max-width: 860px;
  height: 70px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .point-item svg {
    max-width: 245px;
  }
}

.point-item .point-heading-wrap {
  background-color: #f5f6fa;
  padding: 50px 20px 80px;
}

@media screen and (min-width: 750px) {
  .point-item .point-heading-wrap {
    padding: 67px 20px 180px;
  }
}

.point-item .point-heading-wrap .point-heading {
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading {
    background-size: 80px;
    margin-bottom: 26px;
  }
}

.point-item .point-heading-wrap .point-heading.no-1 {
  background-image: url(../images/dinner-buffet/01.png);
  background-size: 107px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-1 {
    background-size: 80px;
  }
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-1 svg {
    max-width: 300px;
  }
}

.point-item .point-heading-wrap .point-heading.no-2 {
  background-image: url(../images/dinner-buffet/02.png);
  background-size: 107px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-2 {
    background-size: 80px;
  }
}

.point-item .point-heading-wrap .point-heading.no-2 svg {
  max-width: 380px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-2 svg {
    max-width: 300px;
  }
}

.point-item .point-heading-wrap .point-heading.no-3 {
  background-image: url(../images/dinner-buffet/03.png);
  background-size: 107px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-3 {
    background-size: 80px;
  }
}

.point-item .point-heading-wrap .point-heading.no-3 svg {
  max-width: 750px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-3 svg {
    max-width: 340px;
  }
}

.point-item .point-heading-wrap .point-heading.no-4 {
  background-image: url(../images/dinner-buffet/04.png);
  background-size: 107px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-4 {
    background-size: 80px;
  }
}

.point-item .point-heading-wrap .point-heading.no-4 svg {
  max-width: 350px;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-heading.no-4 svg {
    max-width: 260px;
  }
}

.point-item .point-heading-wrap .point-subtext {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.8;
}

@media screen and (max-width: 749px) {
  .point-item .point-heading-wrap .point-subtext {
    font-size: 12px;
    max-width: 300px;
    margin: auto;
    line-height: 1.5;
    letter-spacing: 3px;
  }
}

.point-item .point-image-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -55px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 750px) {
  .point-item .point-image-list {
    display: -webkit-box;
    display: flex;
    margin-top: -155px;
  }
}

.point-item .point-image-list li {
  width: 48%;
  margin-bottom: 32px;
}

.point-item .point-image-list li .point-image {
  width: 100%;
  height: 170px;
  max-width: 360px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 750px) {
  .point-item .point-image-list li .point-image {
    height: 360px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 749px) {
  .point-item .point-image-list li p {
    line-height: 1;
    font-size: 14px;
    margin-top: 6px;
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .point-item .point-image-list li {
    width: 33.3%;
    margin: 0;
  }
}

.point-item .point-image-list.two-items {
  display: block;
}

.point-item .point-image-list.two-items li {
  display: inline-block;
}

.dinner-set-marcherant .point-subtext {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .point-subtext {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .point-subtext {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 14px;
  }
}

.recommend-menu-container {
  border: 2px solid #c6cce4;
  background-color: #f9f9f9;
  padding-top: 25px;
  padding-bottom: 79px;
}

@media screen and (max-width: 749px) {
  .recommend-menu-container {
    border-width: 1px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 39px;
  }
}

.recommend-menu-details {
  margin-top: 100px;
}

@media screen and (max-width: 749px) {
  .recommend-menu-details {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 73px;
  }
}

.recommend-menu-details-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .recommend-menu-details-list {
    display: block;
  }
}

.recommend-menu-details-item {
  width: 550px;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .recommend-menu-details-item {
    width: 100%;
  }
}

.recommend-menu-details-main-title {
  margin-bottom: 32px;
}

.recommend-menu-details-main-title img {
  display: block;
  margin: auto;
  height: 66px;
}

@media screen and (max-width: 749px) {
  .recommend-menu-details-main-title img {
    height: 41.5px;
  }
}

.recommend-menu-details-main-title.main-title-3 img {
  height: 27px;
}

@media screen and (max-width: 749px) {
  .recommend-menu-details-main-title.main-title-3 img {
    height: 15.5px;
  }
}

.recommend-menu-details-context {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 749px) {
  .recommend-menu-details-context {
    padding: 0px;
  }
}

.recommend-feature {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.dinner-set-marcherant .recommend-feature {
  position: relative;
  z-index: 1;
}

.recommend-feature-item {
  margin-bottom: 80px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-item {
    margin-bottom: 42px;
  }
}

.recommend-feature-item:last-child {
  margin-bottom: 0px;
}

.recommend-feature-image {
  width: 100%;
  height: 481px;
  background-size: cover;
  background-position: center;
  margin-bottom: 39px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-image {
    height: 179px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 17px;
  }
}

.recommend-feature-image.details-image {
  height: 320px;
  margin-bottom: 31px;
  border-radius: 10px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-image.details-image {
    height: 179px;
    margin-bottom: 18px;
    border-radius: 5px;
  }
}

.recommend-feature-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-title {
    margin-bottom: 12px;
  }
  .recommend-feature-title.feature-title-2 svg {
    height: 17.5px;
  }
}

.recommend-feature-title svg {
  width: 100%;
  height: 29px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-title svg {
    height: 40.5px;
  }
}

.recommend-feature-title.details-title {
  text-align: center;
}

.recommend-feature-title.details-title svg {
  display: inline-block;
  width: 410px;
  height: 65px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-title.details-title svg {
    width: 100%;
    height: 47.5px;
  }
}

.recommend-feature-title.details-title.title-2 svg {
  width: 287px;
  height: 37px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-title.details-title.title-2 svg {
    width: 201px;
    height: 16.5px;
  }
}

.recommend-feature-price {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-price {
    margin-bottom: 12px;
  }
}

.recommend-feature-price svg {
  width: 100%;
  height: 22px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-price svg {
    height: 13.5px;
  }
}

.recommend-feature-price.details-price svg {
  height: 20px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-price.details-price svg {
    height: 13.5px;
  }
}

.recommend-feature-price.details-price.price-2 {
  margin-bottom: 33px;
}

.recommend-feature-desc {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 46px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-desc {
    font-size: 12px;
    line-height: 1.833;
    margin-bottom: 36px;
    text-align: left;
  }
}

@media screen and (max-width: 749px) and (max-width: 749px) {
  .dinner-set-marcherant .recommend-feature-desc {
    text-align: center;
  }
}

.recommend-feature-desc.details-desc {
  text-align: left;
}

.recommend-feature-box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  padding-top: 18px;
  padding-bottom: 12px;
}

@media screen and (max-width: 749px) {
  .recommend-feature-box {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

.recommend-feature-box.details-box {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .recommend-feature-box {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.recommend-feature-tag {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  letter-spacing: 0.1em;
  background-color: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
}

.dinner-set-marcherant .recommend-feature-tag {
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .recommend-feature-tag {
    font-size: 11px;
    line-height: 1.364;
    top: -8px;
  }
}

.recommend-feature-tag.details-tag {
  background-color: #fff;
}

.recommend-feature-text {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .recommend-feature-text {
    font-size: 11px;
    line-height: 1.727;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .feature-price-2 {
    margin-bottom: 49px;
  }
}

.dinner-set-marcherant .recommend-feature-image {
  border-radius: 10px;
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .recommend-feature-image {
    height: 160.5px;
  }
}

@media screen and (min-width: 750px) {
  .dinner-set-marcherant .details-title svg {
    width: 100%;
    height: 57px;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .details-desc {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 749px) {
  .dinner-set-marcherant .dinner-recommend-feature-title-1 svg {
    height: 17px;
  }
}

.map-all {
  background-image: url("../images/map_m/map-central-entrance-bg.png");
  background-size: 100% 100%;
  margin-bottom: 128px;
}

.map-all .section-button {
  margin-top: 50px;
}

@media screen and (max-width: 749px) {
  .map-all {
    margin-bottom: 60px !important;
  }
  .map-all .section-button {
    width: 100%;
    margin-top: 30px;
  }
}

.map-all .map-all-wrapper {
  position: relative;
}

.map-all .map-all-bubbles-list .map-bubbles-item {
  position: absolute;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(1) {
  top: -20px;
  max-width: 122px;
  right: 403px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(2) {
  top: 51px;
  max-width: 133px;
  right: 545px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(3) {
  top: 132px;
  max-width: 126px;
  left: 173px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(4) {
  top: 366px;
  max-width: 143px;
  left: 105px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(5) {
  top: 150px;
  max-width: 165px;
  left: 311px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(6) {
  top: 303px;
  max-width: 232px;
  left: 344px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(7) {
  top: 127px;
  max-width: 123px;
  right: 130px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(8) {
  bottom: 163px;
  left: 20px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.map-all .map-all-bubbles-list .map-bubbles-item:not(.no-hover):hover {
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  /* transform: scale(1.5); */
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.map-all .sp-map-frame {
  position: absolute;
  bottom: 10%;
  left: 2%;
  max-width: 52%;
  z-index: 2;
  opacity: 0;
}

.map-all .sp-map-mark {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.map-all.map-central {
  margin-top: 36px;
  background-size: 100% 85%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  .map-all.map-central {
    margin-top: 36px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.map-wrapper.map-wrapper-tourism img {
  width: 100%;
  max-width: 890px;
}

.location-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 57px;
}

@media screen and (max-width: 749px) {
  .location-info {
    display: block;
    margin-bottom: 42px;
  }
}

.location-col:nth-of-type(1) {
  width: 613px;
}

@media screen and (max-width: 749px) {
  .location-col:nth-of-type(1) {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .location-col {
    width: 100%;
  }
}

.location-map .map-iframe {
  border: 1px dashed #00a040;
}

@media screen and (max-width: 749px) {
  .location-map .map-iframe {
    height: 195.5px;
  }
}

.location-map .map-iframe iframe {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .location-map .map-iframe iframe {
    height: 358px;
  }
}

@media screen and (max-width: 749px) {
  .location-map .map-iframe iframe {
    height: 100%;
  }
}

.location-cta {
  margin-top: 40px;
}

.location-text {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

@media screen and (max-width: 749px) {
  .location-text {
    font-size: 14px;
    line-height: 1.833;
    margin-bottom: 0px;
  }
}

.location-desc {
  padding-top: 29px;
}

@media screen and (max-width: 749px) {
  .location-desc {
    padding-top: 0px;
  }
}

.location-note {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .location-note {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .location-note-col:nth-of-type(1) {
    width: 333px;
  }
}

@media screen and (min-width: 750px) {
  .location-note-col:nth-of-type(2) {
    width: 656px;
  }
}

.location-note .border-text {
  position: relative;
  height: 100%;
  border: 1px solid #000;
}

@media screen and (min-width: 750px) {
  .location-note .border-text {
    padding: 49px 27px 31px;
  }
}

@media screen and (max-width: 749px) {
  .location-note .border-text {
    padding: 18px 20px;
    margin-bottom: 40px;
  }
}

.location-note .title {
  position: absolute;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 1.778;
  letter-spacing: 0.1em;
  font-weight: bold;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .location-note .title {
    font-size: 15px;
    top: -14px;
    padding: 0 8px;
  }
}

.location-note .text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .location-note .text {
    font-size: 12px;
    line-height: 1.961;
  }
}

.location-note .text span {
  display: block;
}

.location-note .text span:nth-of-type(1) {
  color: #ff3333;
  font-weight: bold;
  margin-bottom: 10px;
}

.location-note .text a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .location-note-list {
    margin-top: 10px;
  }
}

.location-note-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .location-note-list li {
    padding-left: 11px;
    margin-left: 14px;
  }
}

.location-note-list li:before {
  content: "\2022";
  position: absolute;
  font-size: 35px;
  color: #00a040;
  top: -14px;
  left: 0px;
}

@media screen and (max-width: 749px) {
  .location-note-list li:before {
    font-size: 20px;
    top: -9px;
  }
}

.location-note-list li p {
  font-size: 14px;
  line-height: 1.571;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .location-note-list li p {
    font-size: 12px;
    line-height: 1;
  }
}

.location-note-list li span {
  font-size: 13px;
  line-height: 1.571;
  letter-spacing: 0.1em;
  color: #2d2d2d;
}

@media screen and (max-width: 749px) {
  .location-note-list li span {
    font-size: 10px;
    line-height: 1;
  }
}

.location-note-cta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 749px) {
  .location-note-cta {
    display: block;
    padding: 0px 20px;
    margin-top: 25px;
  }
}

.location-note-cta .note-cta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #000;
  height: 46px;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 29px;
  padding-right: 29px;
  border-radius: 23px;
  margin-right: 19px;
  color: inherit;
}

@media screen and (max-width: 749px) {
  .location-note-cta .note-cta {
    margin-right: 0px;
    margin-bottom: 18px;
    height: 39px;
  }
}

.location-note-cta .note-cta:nth-of-type(2) {
  margin-right: 0px;
  margin-bottom: 12px;
}

.location-note-cta .note-cta svg {
  width: 23px;
  height: 23px;
  margin-right: 22px;
}

@media screen and (max-width: 749px) {
  .location-note-cta .note-cta svg {
    margin-right: 13px;
  }
}

.location-note-cta .note-cta span {
  font-size: 15px;
  text-decoration: underline;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .location-note-cta .note-cta span {
    font-size: 12px;
  }
}

.guide-filter .row {
  align-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .guide-filter .row {
    display: block;
    margin-bottom: 12px;
  }
}

.guide-filter .tag {
  width: 150px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  .guide-filter .tag {
    font-size: 18px;
  }
}

.guide-filter .input-wrapper {
  font-size: 12px;
}

@media screen and (min-width: 750px) {
  .guide-filter .input-wrapper {
    font-size: 15px;
  }
}

.guide-filter .input-wrapper label {
  border-radius: 36px;
  margin-right: 4px;
  background-color: #969696;
  display: inline-block;
  padding: 2px 21px;
  margin-bottom: 15px;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .guide-filter .input-wrapper label {
    padding: 7px 29px;
    margin-bottom: 0px;
  }
}

.guide-filter .input-wrapper input {
  display: none;
}

.guide-filter .input-wrapper input:checked + label {
  background-color: #069802;
  color: #fff;
}

.guide-area {
  display: none;
}

.guide-area .guide-area-inner {
  position: relative;
  border-bottom: 1px solid #999999;
  margin-bottom: 25px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner {
    margin-bottom: 10px;
  }
}

.guide-area .guide-area-inner .guide-area-logo {
  display: inline-block;
  width: 225px;
  padding: 20px;
  padding-left: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-logo {
    padding: 0;
    margin-bottom: 12px;
  }
}

.guide-area .guide-area-inner .guide-area-logo img {
  max-width: 150px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-logo img {
    max-width: 95px;
  }
}

.guide-area .guide-area-inner .guide-area-desc {
  font-size: 15px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  max-width: 600px;
}

.guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading {
  margin-bottom: 20px;
}

.guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading svg {
  margin: 0;
  width: 100%;
  max-width: 180px;
  height: 53px;
  padding: 0;
  margin-bottom: -10px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading svg {
    height: 28px;
    margin-bottom: 0px;
    max-width: 117px;
  }
}

.guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.mobipark {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.mobipark {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.hellowoods svg {
  max-width: 300px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.hellowoods svg {
    max-width: 195px;
    height: 25px;
  }
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.hellowoods {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.honda svg {
  max-width: 450px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.honda svg {
    max-width: 290px;
    height: 25px;
  }
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc .guide-area-desc-heading.honda {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-desc {
    font-size: 12px;
  }
}

.guide-area .guide-area-inner .guide-area-passport {
  color: #f39a04;
  position: absolute;
  right: 2px;
  bottom: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .guide-area-passport {
    max-width: 50px;
    font-size: 7px;
    text-align: right;
    bottom: 5px;
    right: -1px;
  }
}

.guide-area .guide-area-inner .passport {
  max-width: 30px;
}

@media screen and (max-width: 749px) {
  .guide-area .guide-area-inner .passport {
    display: block;
    float: right;
    max-width: 23px;
    margin-top: 9px;
  }
}

.guide-list .guide-items {
  display: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.guide-list .guide-items .passport {
  position: absolute;
  right: 0;
  max-width: 30px;
}

@media screen and (max-width: 749px) {
  .guide-list .guide-items .passport {
    max-width: 23px;
    bottom: 0;
    right: -1px;
  }
}

@media screen and (max-width: 749px) {
  .guide-list .guide-items {
    padding-bottom: 25px;
  }
  .guide-list .guide-items .media-title {
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0px;
  }
}

.guide-list .wrapper-container {
  display: block;
}

.guide-list .wrapper-container .area-item-image-wrapper {
  max-width: 400px;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .guide-list .wrapper-container .area-item-image-wrapper {
    display: block;
    max-width: 290px;
    margin: auto;
    margin-bottom: 23px;
  }
}

.guide-list .wrapper-container .area-item-desc-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 635px;
  float: right;
}

.guide-list .wrapper-container .area-item-desc-wrapper .subpage-title {
  position: relative;
}

.guide-list .wrapper-container .area-item-desc-wrapper .subpage-title .title-underline {
  border-bottom: 1px solid #0b9376;
}

@media screen and (max-width: 749px) {
  .guide-list .wrapper-container .area-item-desc-wrapper .subpage-title {
    margin-bottom: 20px;
  }
}

.guide-list .wrapper-container .area-item-desc-wrapper .heading {
  margin: 0;
}

.guide-list .wrapper-container .area-item-desc-wrapper .heading .heading-text {
  font-family: unset;
  font-size: 24px;
  text-align: left;
  margin-bottom: 13px;
  letter-spacing: 5px;
}

@media screen and (max-width: 749px) {
  .guide-list .wrapper-container {
    display: block;
  }
}

.pdf-link {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.pdf-link a {
  color: #000;
  text-decoration: underline;
  letter-spacing: 2px;
}

.pdf-link a .pdf-icon {
  margin-left: 17px;
}

@media screen and (max-width: 749px) {
  .pdf-link a .pdf-icon {
    margin-left: 15px;
    max-width: 23px;
  }
}

@media screen and (max-width: 749px) {
  .pdf-link {
    text-align: left;
    font-size: 12px;
    margin-bottom: 90px;
  }
}

.guide-data-holder {
  /*Show items if both age and grade are not selected*/
}

.guide-data-holder[data-area*="mobipark"] .guide-area[data-area="mobipark"] {
  display: block;
}

.guide-data-holder[data-area*="hellowoods"] .guide-area[data-area="hellowoods"] {
  display: block;
}

.guide-data-holder[data-area*="honda"] .guide-area[data-area="honda"] {
  display: block;
}

.guide-data-holder[data-area=""] .guide-area {
  display: block;
}

.guide-data-holder[data-age*="0"][data-grade=""] .guide-items[data-age*="0"] {
  display: block;
}

.guide-data-holder[data-age*="1"][data-grade=""] .guide-items[data-age*="1"] {
  display: block;
}

.guide-data-holder[data-age*="2"][data-grade=""] .guide-items[data-age*="2"] {
  display: block;
}

.guide-data-holder[data-age*="3"][data-grade=""] .guide-items[data-age*="3"] {
  display: block;
}

.guide-data-holder[data-age*="4"][data-grade=""] .guide-items[data-age*="4"] {
  display: block;
}

.guide-data-holder[data-age*="5"][data-grade=""] .guide-items[data-age*="5"] {
  display: block;
}

.guide-data-holder[data-age*="6"][data-grade=""] .guide-items[data-age*="6"] {
  display: block;
}

.guide-data-holder[data-grade*="1"] .guide-items[data-grade*="1"] {
  display: block !important;
}

.guide-data-holder[data-grade*="1"] .guide-items:not([data-grade*="1"]) {
  display: none;
}

.guide-data-holder[data-grade*="2"] .guide-items[data-grade*="2"] {
  display: block !important;
}

.guide-data-holder[data-grade*="2"] .guide-items:not([data-grade*="2"]) {
  display: none;
}

.guide-data-holder[data-grade*="3"] .guide-items[data-grade*="3"] {
  display: block !important;
}

.guide-data-holder[data-grade*="3"] .guide-items:not([data-grade*="3"]) {
  display: none;
}

.guide-data-holder[data-grade*="4"] .guide-items[data-grade*="1"],
.guide-data-holder[data-grade*="4"] .guide-items[data-grade*="2"],
.guide-data-holder[data-grade*="4"] .guide-items[data-grade*="3"],
.guide-data-holder[data-grade*="4"] .guide-items[data-grade*="4"],
.guide-data-holder[data-grade*="4"] .guide-items[data-grade*="5"],
.guide-data-holder[data-grade*="4"] .guide-items[data-grade*="6"] {
  display: block !important;
}

.guide-data-holder[data-grade*="4"] .guide-items:not([data-grade*="4"]) {
  display: none;
}

.guide-data-holder[data-grade*="5"] .guide-items[data-grade*="1"],
.guide-data-holder[data-grade*="5"] .guide-items[data-grade*="2"],
.guide-data-holder[data-grade*="5"] .guide-items[data-grade*="3"],
.guide-data-holder[data-grade*="5"] .guide-items[data-grade*="4"],
.guide-data-holder[data-grade*="5"] .guide-items[data-grade*="5"],
.guide-data-holder[data-grade*="5"] .guide-items[data-grade*="6"] {
  display: block !important;
}

.guide-data-holder[data-grade*="5"] .guide-items:not([data-grade*="5"]) {
  display: none;
}

.guide-data-holder[data-grade*="6"] .guide-items[data-grade*="1"],
.guide-data-holder[data-grade*="6"] .guide-items[data-grade*="2"],
.guide-data-holder[data-grade*="6"] .guide-items[data-grade*="3"],
.guide-data-holder[data-grade*="6"] .guide-items[data-grade*="4"],
.guide-data-holder[data-grade*="6"] .guide-items[data-grade*="5"],
.guide-data-holder[data-grade*="6"] .guide-items[data-grade*="6"] {
  display: block !important;
}

.guide-data-holder[data-grade*="6"] .guide-items:not([data-grade*="6"]) {
  display: none;
}

.guide-data-holder[data-age=""][data-grade=""] .guide-items {
  display: block;
}

.guide-data-holder[data-age=""][data-grade=""][data-area=""] .guide-area, .guide-data-holder[data-age=""][data-grade=""][data-area=""] .guide-items {
  display: block;
}

.guide-data-holder[data-passport="true"] [data-area="honda"],
.guide-data-holder[data-passport="true"] .guide-items[data-passport=""] {
  display: none !important;
}

.tiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.tiles .tile {
  max-width: 320px;
  width: 33%;
  margin-bottom: 30px;
}

.tiles .tile .tileImageWrap {
  margin-bottom: 11px;
}

@media screen and (max-width: 749px) {
  .tiles .tile .tileImageWrap {
    margin-bottom: 8px;
  }
}

.tiles .tile .tileDescWrap {
  margin-bottom: 12px;
}

.tiles .tile .tileDescWrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.43px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .tiles .tile .tileDescWrap .title {
    text-align: center;
    font-size: 15px;
    margin-bottom: 4px;
  }
}

.tiles .tile .tileDescWrap .address {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.4px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 5px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 749px) {
  .tiles .tile .tileDescWrap .address {
    padding: 3px 0;
    font-size: 11px;
    margin-bottom: 10px;
  }
}

.tiles .tile .tileDescWrap .desc {
  font-size: 15px;
  letter-spacing: 2.4px;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", YuGothic, 游ゴシック, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .tiles .tile .tileDescWrap .desc {
    line-height: 2.2;
    font-size: 11px;
    letter-spacing: 3.2px;
  }
}

@media screen and (max-width: 749px) {
  .tiles .tile {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}

.townListItem .town-item {
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.townListItem .town-item .tileImageWrap {
  max-width: 440px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileImageWrap {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

.townListItem .town-item .tileDescWrap {
  max-width: 520px;
}

.townListItem .town-item .tileDescWrap .direction-time {
  color: #00a004;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.4px;
  margin-bottom: 21px;
  display: inline-block;
  border-bottom: 1px dashed;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .direction-time {
    font-size: 11px;
    margin-bottom: 15px;
  }
}

.townListItem .town-item .tileDescWrap .color-title {
  height: 33px;
  margin-bottom: 21px;
}

.townListItem .town-item .tileDescWrap .color-title img {
  width: auto;
  height: 100%;
  margin-right: 23px;
  vertical-align: bottom;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .color-title img {
    margin-bottom: 15px;
    margin-right: 10px;
  }
}

.townListItem .town-item .tileDescWrap .color-title .official-link-wrap {
  vertical-align: bottom;
  display: inline-block;
}

.townListItem .town-item .tileDescWrap .color-title .official-link-wrap .official-link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .color-title .official-link-wrap {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .color-title {
    height: 22px;
    margin-bottom: 50px;
  }
}

.townListItem .town-item .tileDescWrap .desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 2.24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .desc {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 0;
  }
}

.townListItem .town-item .tileDescWrap .address {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .address {
    font-size: 10px;
    letter-spacing: 3.25px;
  }
}

.townListItem .town-item .tileDescWrap .address .link {
  color: #333333;
  font-size: 12px;
  letter-spacing: 1.92px;
}

.townListItem .town-item .tileDescWrap .address .link[href=""] {
  display: none;
}

@media screen and (max-width: 749px) {
  .townListItem .town-item .tileDescWrap .address .link {
    font-size: 10px;
  }
}

@media screen and (min-width: 750px) {
  .townListItem .town-item {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (max-width: 749px) {
  .townListItem .town-item {
    margin-bottom: 70px;
  }
}

.tilesGoodsList .program-item-goods {
  max-width: 270px;
}

.tilesGoodsList .program-item-goods .tileDescWrap .title {
  color: #00a040;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-top: 17px;
  margin-bottom: 10px;
  text-align: center;
}

.tilesGoodsList .program-item-goods .tileDescWrap .title .price {
  color: #2d2d2d;
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  .tilesGoodsList .program-item-goods .tileDescWrap .title .price {
    font-size: 13px;
  }
}

.tilesGoodsList .program-item-goods .tileDescWrap .title.long-text .small {
  font-size: 12px;
}

@media screen and (max-width: 749px) {
  .tilesGoodsList .program-item-goods .tileDescWrap .title.long-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 749px) {
  .tilesGoodsList .program-item-goods .tileDescWrap .title {
    font-size: 13px;
  }
}

.tilesGoodsList .program-item-goods.battle-cart {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .tilesGoodsList {
    padding: 0 60px 60px;
  }
}

.tilesGoodsList.battle-cart-list {
  padding: 0;
}

.goods-shop-list .goods-shop-items {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.goods-shop-list .goods-shop-items.experience-item {
  clear: both;
  border-bottom: 1px solid #dadada;
}

.goods-shop-list .goods-shop-items.experience-item:last-child {
  border: 0;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .goods-shop-items.experience-item {
    border: 0;
  }
}

@media screen and (max-width: 749px) {
  .goods-shop-list .goods-shop-items {
    padding-bottom: 0px;
    padding-top: 12px;
  }
  .goods-shop-list .goods-shop-items .media-title {
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0px;
  }
}

.goods-shop-list .wrapper-container .area-item-image-wrapper {
  max-width: 442px;
  display: inline-block;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container .area-item-image-wrapper {
    display: block;
    max-width: 290px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    min-height: 0;
  }
}

.goods-shop-list .wrapper-container .area-item-image-wrapper.collection-image-wrapper {
  max-width: 557px;
  text-align: center;
}

.goods-shop-list .wrapper-container .area-item-image-wrapper.collection-image-wrapper iframe {
  max-width: 100%;
  width: 557px;
  height: 304px;
}

.goods-shop-list .wrapper-container .area-item-image-wrapper.collection-image-wrapper .collection-subpage-title {
  font-size: 20px;
  margin-top: 14px;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container .area-item-image-wrapper.collection-image-wrapper .collection-subpage-title {
    font-size: 19px;
    letter-spacing: 0.02em;
  }
}

.goods-shop-list .wrapper-container .area-item-image-wrapper.collection-image-wrapper .collection-details {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 363px;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container .area-item-image-wrapper.collection-image-wrapper .collection-details {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .subpage-title {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container .area-item-desc-wrapper .subpage-title {
    margin-bottom: 5px;
  }
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .desc {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 13px;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container .area-item-desc-wrapper .desc {
    font-size: 12px;
  }
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item {
  display: table;
  width: 100%;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-label {
  display: table-cell;
  padding-top: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-label {
    min-width: 102px;
    margin-right: 20px;
    width: 63px;
  }
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-desc {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 19px;
  width: 100%;
  letter-spacing: 1.4px;
  font-weight: bold;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-desc.padding-left-none {
  padding-left: 0;
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-desc {
    width: auto;
    padding-left: 10px;
    font-weight: bold;
  }
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-desc a {
  text-decoration: underline;
  color: #00a040;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .link {
  color: #00a040;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .heading {
  margin: 0;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper .heading .heading-text {
  font-family: unset;
  font-size: 24px;
  text-align: left;
  margin-bottom: 13px;
  letter-spacing: 5px;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper.collection-desc-wrapper {
  max-width: 507px;
  z-index: 2;
  position: relative;
}

.goods-shop-list .wrapper-container .area-item-desc-wrapper.collection-desc-wrapper .details-list .details-list-item .details-list-item-desc {
  padding: 16px 19px;
}

@media screen and (min-width: 750px) {
  .goods-shop-list .wrapper-container .area-item-desc-wrapper {
    float: right;
  }
}

@media screen and (max-width: 749px) {
  .goods-shop-list .wrapper-container {
    display: block;
  }
}

.goods-shop-list .wrapper-container.experience-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.goods-shop-list .wrapper-container.experience-wrapper .area-item-desc-wrapper {
  float: none;
}

.goods-shop-list.events-list .swiper-wrapper {
  margin-bottom: 15px;
}

.goods-shop-list.events-list .events-swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -36px;
}

.goods-shop-list.events-list .events-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 11px;
  background-color: #090707;
  opacity: initial;
  margin: 0 5px;
}

.goods-shop-list.events-list .events-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a040;
}

.goods-shop-list.events-list .events-swiper[data-imgcount="1"] .events-swiper-pagination {
  display: none;
}

.goods-shop-list.events-list .events-list-item {
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 749px) {
  .goods-shop-list.events-list .events-list-item {
    padding-bottom: 40px;
  }
}

.goods-shop-list.events-list .events-list-item:last-child {
  border-bottom: 0;
}

.goods-shop-list.events-list .events-list-item .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .goods-shop-list.events-list .events-list-item .title {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

.goods-shop-list.events-list .events-list-item .subpage-title {
  letter-spacing: 5px;
  margin-bottom: 12px;
}

@media screen and (max-width: 749px) {
  .goods-shop-list.events-list .events-list-item .subpage-title {
    font-size: 15px;
    letter-spacing: 0.10em;
  }
}

.goods-shop-list.events-list .events-list-item .desc {
  margin-bottom: 35px;
}

.goods-shop-list.events-list .events-list-item .details-list {
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .goods-shop-list.events-list .events-list-item .details-list {
    margin-bottom: 0;
  }
  .goods-shop-list.events-list .events-list-item .details-list .details-list-item {
    width: 100%;
  }
}

.goods-shop-list.events-list .events-list-item .button {
  margin: 0;
}

.goods-bottom-banners .banner {
  display: table;
  height: 140px;
  background-color: #f2f2f2;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.goods-bottom-banners .banner .banner-desc, .goods-bottom-banners .banner .l-button {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .goods-bottom-banners .banner .banner-desc, .goods-bottom-banners .banner .l-button {
    display: block;
  }
}

.goods-bottom-banners .banner .banner-desc {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 749px) {
  .goods-bottom-banners .banner .banner-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

.goods-bottom-banners .banner .l-button .button {
  margin-right: 0;
}

@media screen and (max-width: 749px) {
  .goods-bottom-banners .banner .l-button {
    margin-top: 17px;
  }
}

@media screen and (min-width: 750px) {
  .goods-bottom-banners .banner {
    margin-bottom: 70px;
    padding: 30px 52px;
  }
}

.goods-bottom-banners .banner-2 {
  border-top: 1px solid #dfdfdf;
  padding-top: 12px;
  margin-bottom: 50px;
}

.goods-bottom-banners .banner-2 .banner-desc {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  .goods-bottom-banners .banner-2 .banner-desc {
    font-size: 11px;
  }
}

@media screen and (min-width: 750px) {
  .goods-bottom-banners .banner-2 {
    margin-bottom: 100px;
  }
}

.goods-bottom-banners .banner-3 {
  margin-bottom: 40px;
}

@media screen and (min-width: 750px) {
  .goods-bottom-banners .banner-3 {
    margin-bottom: 70px;
  }
}

.collection-exhibit-wrapper {
  position: relative;
  z-index: 1;
}

.collection-exhibit-wrapper img {
border: #ebe3e3 0.5px solid;
}



/*.collection-exhibit-wrapper::before {
  content: "";
  height: 300px;
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
*/

.collection-exhibit-wrapper::before {
  content: "";
  height: 210px;
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -1;
}


@media screen and (max-width: 749px) {
  .collection-exhibit-wrapper::before {
    height: 180px;  
  background-color: #f7f7f7;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
  }


.exhibit-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 50px auto 200px;
}

.exhibit-item {
  -webkit-box-flex: 0;
          flex: 0 0 70%;
  max-width: 100%;
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  margin: 0 auto 64px;
}

@media screen and (max-width: 749px) {
  .exhibit-item {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 15px;
  }
}

.exhibit-item2 {
  -webkit-box-flex: 0;
          flex: 0 0 45%;
  max-width: 45%;
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.13em;
  margin: 0 auto 30px;
}

@media screen and (max-width: 749px) {
  .exhibit-item2 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 15px;
	 margin-left: 0px;
  }
}

.exhibit-item3 {
  -webkit-box-flex: 0;
          flex: 0 0 45%;
  max-width: 45%;
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 64px;
}

@media screen and (max-width: 749px) {
  .exhibit-item3 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

.exhibit-list2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}


ul.exhibit-list3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 50px 0 100px;
}

.exhibit-list3 .exhibit-item {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  line-height: 2;
  letter-spacing: 0.12em;
  margin: 0 auto;
}

.exhibit-list3 .exhibit-item img{
	width: 100%;
	margin-bottom: 15px;
}

.exhibit-list3 .exhibit-item p{
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 14px;
  font-weight: 400;
	text-align: left;
}

.exhibit-list3 .exhibit-item span{
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
	ul.exhibit-list3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
	
  .exhibit-list3 .exhibit-item {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 15px;
	  margin-bottom: 30px;
  }
	
.exhibit-list3 .exhibit-item img{
	width: 100%;
	margin-bottom: 15px;
}

.exhibit-list3 .exhibit-item p{
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 12px;
  font-weight: 400;
	text-align: left;
}

.exhibit-list3 .exhibit-item span{
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 14px;
  font-weight: 600;
}
	
}


.subpage-inner-wrap h4.exhibit {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400; 
  letter-spacing: 0.15em;
  margin: 80px auto 30px;
}

.subpage-inner-wrap h4.exhibit span.ttl{
  font-size: 28px;
  font-weight: bold; 
}

.subpage-inner-wrap h4.exhibit span.red{
  color: #AF2926;
}

.subpage-inner-wrap p.date {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 18px;
  letter-spacing: 0.15em;
	margin-top: 25px;
	font-weight: bold;
  text-align: left;
  color: #434248;
}

.subpage-inner-wrap p.sub-title {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 22px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #434248;
 font-weight: bold;
}

.subpage-inner-wrap p.exp {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #434248;
  margin-bottom: 30px;
}

.exhibit-list2 ul {
  margin-bottom: 100px;
}

.exhibit-list2 .exhibit-item02 {
  -webkit-box-flex: 0;
          flex: 0 0 47%;
  max-width: 47%;
  margin-bottom: 40px;
}

.exhibit-list2 .exhibit-item02 p,.exhibit-list2 .exhibit-item03 p {
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.exhibit-list2 .exhibit-item02 span,.exhibit-list2 .exhibit-item03 span {
  font-size: 14px;
  font-weight: 600;
	display:block;
  letter-spacing: 0.1em;
}

.exhibit-list2 .exhibit-item02 span.caution {
  font-size: 14px;
  font-weight: 600;
	display:block;
  letter-spacing: 0.1em;
	color: #FF5053;
}
.exhibit-list2 .exhibit-item02 img {
  margin-bottom: 10px;
border: #ebe3e3 0.5px solid;
}

.exhibit-list2 .exhibit-item03 {
  -webkit-box-flex: 0;
          flex: 0 0 33%;
  max-width: 33%;
  margin-bottom: 40px;
}

.exhibit-list2 .exhibit-item03 img {
  margin-bottom: 10px;
}

.exhibit-list2 span.tag {
  -webkit-background-clip: padding-box;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.exhibit-list2 span.tag-open {
  background: #81A1B8;
}
.exhibit-list2 span.tag-date {
  background: #EEA994;
}
.exhibit-list2 span.tag-rider {
  background: #B2D5C8;
}

@media screen and (max-width: 749px) {
 .exhibit-list2 .exhibit-item02 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  } 
	
	.exhibit-list2 .exhibit-item03 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
	.exhibit-list2 .exhibit-item02 p,.exhibit-list2 .exhibit-item03 p {
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
	.exhibit-list2 .exhibit-item02 span,.exhibit-list2 .exhibit-item03 span {
  font-size: 12px;
	display:block;
  font-weight: 600;
  letter-spacing: 0.1em;
}
	
	.subpage-inner-wrap h4.exhibit {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; 
  letter-spacing: 0.15em;
  margin: 80px auto 30px;
}

.subpage-inner-wrap h4.exhibit span.ttl{
  font-size: 20px;
  font-weight: bold; 
}


.subpage-inner-wrap p.date {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: left;
	margin-top: 15px;
	font-weight: bold;
  color: #434248;
}

 .subpage-inner-wrap p.sub-title {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #434248;
	 font-weight: bold;
}

.subpage-inner-wrap p.exp {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #434248;
  margin-bottom: 30px;
}
.exhibit-list2 p {
  color: #333333;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
	}
	
.exhibit-list2 span.tag {
    font-size: 12px !important;
    padding: 3px 50px;
  }
}

.exhibit-item .exhibit-item-link {
  color: #333;
}

.exhibit-title {
  display: block;
  text-align: center;
  color: #00a040;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin: 30px auto 0;
}

.exhibit-item2 p{
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 749px) {
.exhibit-item2 p{
font-size: 14px;
}
}

@media screen and (max-width: 749px) {
  .exhibit-title {
    font-size: 18px;
  line-height: 1.5em;
  }
}

.exhibit-margin-first {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .exhibit-margin-first {
    margin-bottom: 19px;
  }
}

.collection-container {
  margin-bottom: 0;
}

.collection-item-list {
  position: relative;
  padding-left: 20px;
}

.collection-item-list:before {
  content: "\30FB";
  position: absolute;
  top: 0;
  left: 0;
}

.content-section {
	background-color: black;
/*  background: url("../images/collection/bg-contents.jpg") no-repeat top center;*/
  width: 100%;
	opacity: 0.88;
  background-size: cover;
  padding: 74px 0 90px;
  margin: 109px 0;
}

@media screen and (max-width: 749px) {
  .content-section {
	opacity: 0.88;
	  background-color: black;
   /* background-image: url("../images/collection/bg-contents-sp.jpg");*/
  margin: 10px 0 30px;
  }
}

.content-header {
  text-align: center;
}

.contents-heading {
  color: #ffffff;
  font-family: "Holland";
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2.16px;
}

.content-lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}

.content-item {
  max-width: 370px;
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 749px) {
  .content-item {
    max-width: 100%;
  }
}

.content-link {
  display: block;
  color: #fff;
}

.content-info {
  margin-top: 14px;
  text-align: center;
}

.content-title {
  display: block;
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.07em;
  margin-bottom: 21px;
}

.content-title-margin {
  margin-bottom: 25px;
}

.content-desc {
  text-align: left;
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 749px) {
  .collection-data-list {
    margin-top: 0px;
  }
}

.racing-kart-video {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .racing-kart-video {
    margin-top: 45px;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .racing-kart-video.battle-cart {
    margin-top: 30px;
  }
}

@media screen and (max-width: 749px) {
  .racing-kart-item {
    margin-top: 28px;
  }
}

.racing-kart-item iframe {
  width: 487px;
  height: 285px;
  max-width: 100%;
}

.racing-kart-item.racing-kart-img {
  max-width: 487px;
  width: 100%;
}

.racing-desc {
  color: #2d2d2d;
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.09em;
  margin-top: 21px;
}

.table-heading-racing {
  max-width: 234px;
  margin-top: 0;
}

.table-racing .link {
  color: #00a040;
}

.table-racing .table-desc {
  font-weight: 400;
}

.table-subheading-racing {
  margin-top: 32px;
}

.battle-cart-title {
  text-align: center;
  color: #2d2d2d;
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.09em;
  position: relative;
  z-index: 1;
  margin: 38px auto 51px;
}

@media screen and (max-width: 749px) {
  .battle-cart-title {
    margin-bottom: 0;
  }
  .battle-cart-title.member-pass {
    margin: 0 auto 30px;
  }
  .battle-cart-title.events {
    margin: 30px auto;
  }
}

.battle-cart-title::after {
  content: '';
  width: 95px;
  height: 7px;
  background: url(../images/racingkart/line.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 100%;
  opacity: 0.5;
}

.is-ie .battle-cart-title::after {
  bottom: 2px;
}

.battle-cart-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
  padding: 47px 55px;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .battle-cart-section {
    padding: 30px;
    text-align: center;
  }
}

.battle-cart-section:before {
  content: "";
  background: url("../images/racingkart/border.png");
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 749px) {
  .battle-cart-section:before {
    background-image: url("../images/racingkart/border-sp.png");
  }
}

.battle-cart-section .battle-cart-item {
  max-width: 446px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

@media screen and (max-width: 749px) {
  .battle-cart-section .battle-cart-item {
    margin: 0 auto 20px;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .battle-cart-section .battle-cart-item:last-child {
    margin: 0 auto;
  }
}

.battle-cart-section .battle-cart-item .battle-cart-heading {
  max-width: 444px;
  width: 100%;
  margin: 7px 0 33px;
}

.battle-cart-section .battle-cart-item .battle-cart-heading.tab2 {
  max-width: 103px;
}

@media screen and (max-width: 749px) {
  .battle-cart-section .battle-cart-item .battle-cart-heading.tab2 {
    margin: 7px auto 33px;
  }
}

.battle-cart-section .battle-cart-item .battle-cart-desc {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

@media screen and (max-width: 749px) {
  .battle-cart-section .battle-cart-item .battle-cart-desc {
    line-height: 1.5;
  }
}

.battle-cart-section .battle-cart-item .battle-cart-desc-list {
  line-height: 2;
  font-size: 15px;
  font-weight: 400;
}

.battle-cart-section .battle-cart-item .l-button {
  margin-top: 33px;
}

.battle-cart-section .battle-cart-item .l-button .button-adventure {
  margin: 0 8px 0;
}

@media screen and (max-width: 749px) {
  .battle-cart-section .battle-cart-item .l-button .button-adventure {
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .battle-cart-section .battle-cart-item .l-button.tab2 .button-icon {
    right: 15px;
  }
}

.battle-cart-fee-section .battle-cart-title:after {
  width: 76px;
}

.battle-cart-fee-section .battle-cart-fee-table {
  width: 100%;
  margin-bottom: 35px;
}

.battle-cart-fee-section .battle-cart-fee-table .battle-cart-fee-th {
  background-color: #f7f7f7;
  border: 1px solid #4EBD7B;
  text-align: center;
  padding: 42px 34px;
}

@media screen and (max-width: 749px) {
  .battle-cart-fee-section .battle-cart-fee-table .battle-cart-fee-th {
    width: 45%;
    padding: 15px 20px;
  }
}

.battle-cart-fee-section .battle-cart-fee-table tr, .battle-cart-fee-section .battle-cart-fee-table td {
  border: 1px solid #4EBD7B;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .battle-cart-fee-section .battle-cart-fee-table td {
    padding: 20px;
    width: 475px;
  }
}

.battle-cart-fee-section .battle-cart-fee-table .align-left {
  text-align: left;
  padding: 20px 24px;
}

.battle-cart-fee-desc {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.battle-cart-fee-desc.align-center {
  text-align: center;
}

.battle-cart-challenge {
  margin-top: 64px;
}

.battle-cart-challenge .battle-cart-challenge-heading {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 24px;
  letter-spacing: 2.88px;
  line-height: 1;
  position: relative;
  color: #2d2d2d;
  text-align: center;
  z-index: 1;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-heading {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.battle-cart-challenge .battle-cart-challenge-heading::after {
  content: '';
  width: 532px;
  height: 7px;
  background: url(../images/racingkart/line2.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 100%;
  opacity: 0.5;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-heading::after {
    width: 385px;
  }
}

.battle-cart-challenge .battle-cart-challenge-heading.challenge-heading-tab2 {
  margin-bottom: 38px;
}

.battle-cart-challenge .battle-cart-challenge-heading.challenge-heading-tab2::after {
  width: 230px;
  height: 7px;
}

.battle-cart-challenge .battle-cart-challenge-heading.sub {
  letter-spacing: 2.16px;
  line-height: 1;
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 38px;
  font-weight: 400;
}

.battle-cart-challenge .battle-cart-challenge-heading.sub::after {
  width: 478px;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-heading.sub {
    font-size: 15px;
  }
  .battle-cart-challenge .battle-cart-challenge-heading.sub.sub-sp::after {
    width: 95px;
  }
}

.battle-cart-challenge .battle-cart-challenge-info {
  margin-top: 50px;
  position: relative;
  padding-bottom: 60px;
}

.battle-cart-challenge .battle-cart-challenge-info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url(../images/program/underline.png);
  bottom: 0px;
  left: 1px;
  opacity: 0.8;
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 704px;
  margin: 0 auto;
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li {
  width: 292px;
  position: relative;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li {
    margin: 0 auto 88px;
    width: 100%;
    text-align: center;
  }
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li::after {
  content: url("../images/racingkart/arrow.png");
  position: absolute;
  right: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li::after {
    content: url("../images/racingkart/arrow-sp.png");
    right: 0;
    top: auto;
    left: 0;
    bottom: -95px;
  }
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li.tab2 {
  width: 320px;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li.tab2 {
    width: 48%;
  }
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li.tab2::after {
  display: none;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li:last-child {
    margin: 0 auto;
  }
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li:last-child::after {
  display: none;
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-link {
  display: block;
  height: 160px;
  border-radius: 8px;
  border: 1px solid #333333;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  color: #333333;
  padding: 112px 20px 20px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-link {
    font-size: 15px;
  }
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-link:hover {
  border-color: #4EBD7B;
  color: #4EBD7B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-link::before {
  content: "";
  background: url("../images/racingkart/daily-ranking.png");
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 73px;
  margin: 0 auto;
  height: 74px;
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-link.monthly::before {
  background-image: url("../images/racingkart/monthly-ranking.png");
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-box {
  border: 1px solid #4EBD7B;
  height: 95px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-box {
    width: 292px;
    margin: 0 auto;
  }
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-box.gray {
  background-color: #f7f7f7;
}

.battle-cart-challenge .battle-cart-challenge-info .battle-cart-challenge-info-ul .battle-cart-challenge-info-li .battle-cart-challenge-box .red {
  display: block;
  color: #c1272d;
}

.battle-cart-layout .heading-subtext {
  width: 595px;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .battle-cart-layout .heading-subtext {
    height: 60px !important;
  }
}

.map-flag {
  max-width: 902px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 749px) {
  .schedule-section {
    padding-top: 22px;
    margin-top: -22px;
  }
}

.schedule-section .business-calendar-wrapper {
  background: none;
}

@media screen and (max-width: 749px) {
  .schedule-section .business-calendar-wrapper {
    max-width: 720px;
    width: 100%;
  }
}

.member-pass-section .heading-subtext {
  width: 639px;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .member-pass-section .heading-subtext {
    height: 54px !important;
    margin-top: 12px !important;
  }
}

.member-pass-section .member-pass-box {
  border: 1px solid #bfbfbf;
  margin-top: 39px;
  padding: 11px 67px 52px;
}

@media screen and (max-width: 749px) {
  .member-pass-section .member-pass-box {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.member-pass-section .member-pass-box .battle-cart-title::after {
  width: 181px;
  height: 8px;
}

.member-pass-section .member-pass-box .member-pass-list {
  list-style: decimal;
  counter-reset: my-sec-counter;
}

.member-pass-section .member-pass-box .member-pass-list .member-pass-item {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 32px;
  padding-left: 22px;
  position: relative;
}

.member-pass-section .member-pass-box .member-pass-list .member-pass-item:before {
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.member-pass-section .member-pass-box .member-pass-list .member-pass-item .member-pass-title {
  font-weight: bold;
  letter-spacing: 0.16em;
}

.member-pass-section .member-pass-box .member-pass-list .member-pass-item .member-pass-item-red {
  color: #c1272d;
}

.member-pass-section .member-pass-box .member-pass-list .member-pass-item .member-pass-info {
  text-indent: 53px;
  line-height: 2;
  letter-spacing: 0.16em;
}

.member-pass-section .member-pass-box .member-pass-link {
  display: block;
  margin: 0 auto;
  background: #F7F7F7;
  max-width: 858px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  letter-spacing: 1.8px;
  text-align: center;
  color: #2d2d2d;
  position: relative;
  padding: 32px 20px;
}

@media screen and (max-width: 749px) {
  .member-pass-section .member-pass-box .member-pass-link {
    font-size: 14px;
  }
}

.member-pass-section .member-pass-box .member-pass-link.open .is-open {
  display: inline-block;
}

.member-pass-section .member-pass-box .member-pass-link.open .is-close {
  display: none;
}

.member-pass-section .member-pass-box .member-pass-link span {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  text-decoration: underline;
}

.member-pass-section .member-pass-box .member-pass-link span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-width: 0 7px 12.1px 7px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #719b68 transparent;
}

@media screen and (max-width: 749px) {
  .member-pass-section .member-pass-box .member-pass-link span:before {
    top: 6px;
  }
}

.member-pass-section .member-pass-box .member-pass-link span.is-open {
  display: none;
}

.member-pass-section .member-pass-box .member-pass-link span.is-open:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 3px;
}

@media screen and (max-width: 749px) {
  .member-pass-section .member-pass-box .member-pass-link span.is-open:before {
    top: 1px;
  }
}

.member-pass-table-section .battle-cart-fee-section .battle-cart-fee-table .battle-cart-fee-th {
  padding: 27px 34px;
}

.member-pass-table-section .member-pass-div {
  font-size: 15px;
  margin-top: 50px;
  line-height: 2;
  margin-bottom: 40px;
}

.member-pass-table-section .member-pass-div .member-heading {
  font-weight: bold;
}

.moretext {
  display: none;
}

@media screen and (max-width: 749px) {
  .battle-cart-section-title .heading-subtext {
    height: 83px;
  }
}

.battle-cart-fee-table-title-sp {
  margin-bottom: 20px;
}

.banner-cta-racing .banner-cta {
  margin-top: 44px;
}

@media screen and (max-width: 749px) {
  .banner-cta-racing .banner-cta {
    margin-top: 10px;
  }
}

.racing-kart-ul {
  padding-left: 17px;
}

@media screen and (max-width: 749px) {
  .tabs-goods-section {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.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;
  }
  .recommend-menu .l-container {
    padding: 0px;
  }
}

.camp-wrapper .l-container-m {
  margin-left: auto;
  margin-right: auto;
}

.l-container-racing {
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 749px) {
  .l-container-racing {
    width: 100%;
    padding: 0 20px;
  }
  .l-container-racing.l-racing-sp {
    padding: 0;
  }
  .recommend-menu .l-container-racing {
    padding: 0px;
  }
  .l-container-racing.for-sp {
    padding: 0;
  }
}

.camp-wrapper .l-container-racing-m {
  margin-left: auto;
  margin-right: auto;
}

.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;
  }
}

.business-calendar-wrapper {
  text-align: center;
  background: url(../images/hellowoods/field-intro-bg.png);
  background-size: 100% 95%;
  max-width: none;
  background-repeat: no-repeat;
}

.business-calendar-wrapper .business-calendar-inner {
  max-width: 1021px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 25px;
}

.business-calendar-wrapper .business-calendar-inner iframe {
  width: 100%;
}

.business-calendar-wrapper .business-calendar-inner .calendar-note {
  text-align: left;
  margin-top: 19px;
  font-size: 12px;
  letter-spacing: 1px;
}

@media screen and (min-width: 750px) {
  .business-calendar-wrapper .business-calendar-inner {
    padding: 60px 0;
    padding-bottom: 100px;
  }
  .business-calendar-wrapper .business-calendar-inner .calendar-note {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  .business-calendar-wrapper {
    width: 100%;
    padding: 0 20px;
    max-width: none;
  }
}

.l-container-mobi-guide {
  max-width: 1170px;
}

.l-container-m {
  max-width: 1021px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container-m {
    max-width: 252px;
  }
  .l-container-m.full-sp {
    max-width: none;
    padding: 0 20px;
  }
}

.l-container-m.collection-data-container {
  max-width: 1116px;
  margin-top: 100px;
}

@media screen and (max-width: 749px) {
  .l-container-m.collection-data-container {
    margin-top: 0;
    padding: 0 30px;
  }
}

@media screen and (max-width: 749px) {
  .goods-shop-container {
    max-width: 265px;
  }
  .goods-shop-container.experience-container-sp {
    max-width: 373px;
    width: 94%;
  }
}

.l-heading {
  text-align: center;
}

.l-heading-main {
  margin: 48px 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .l-heading-main {
    margin: 20px 0;
  }
}

@media screen and (max-width: 749px) {
  .l-heading-main.l-heading-main-nozominoyu-summary {
    margin: 40px 0;
  }
}

.l-heading-inner {
  margin: 40px 0;
  text-align: center;
}

.l-feature {
  padding: 153px 0 0;
}

@media screen and (max-width: 749px) {
  .l-feature {
    padding-top: 132px;
  }
}

.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;
}

.l-section.l-collection {
  padding-bottom: 83px;
}

.l-section.l-racing {
  padding-bottom: 56px;
}

@media screen and (max-width: 749px) {
  .l-section.l-racing {
    padding-bottom: 30px;
  }
}

.l-section.l-section-battle-cart {
  padding-bottom: 0;
}

.l-section.l-section-racing {
  padding-bottom: 10px;
}

.experience-section {
  margin: 100px auto;
}

@media screen and (max-width: 749px) {
  .experience-section {
    padding: 55px 0 ;
  }
}

@media screen and (max-width: 749px) {
  .l-section {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 749px) {
  .l-section.section-events {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 749px) {
  .l-section.collection-section {
    padding-bottom: 60px;
  }
}

@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;
  }
}

.l-section.l-section-hellowoods {
  padding-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .l-section.l-section-hellowoods {
    padding-bottom: 68px;
  }
}

@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.hoteltwinring-banner-image-1 .l-container-m, .l-section.hoteltwinring-banner-image-2 .l-container-m {
    max-width: none;
    padding: 0 20px;
  }
}

.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.program-dropdown-title svg {
  height: 17px;
  margin-bottom: 21px;
}

.l-section-title.experience-title {
  max-width: 447px;
  width: 100%;
  margin: 48px auto 0;
}

.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: 50px;
}

.l-button {
  margin: 50px 0;
}

.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;
}

.l-button-call-to-action-subpage {
  margin-top: 25px;
}

@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, .l-adventure-mobipark {
  padding-top: 20px;
}

@media screen and (max-width: 749px) {
  .l-adventure-hellowoods, .l-adventure-mobipark {
    padding-top: 0px !important;
  }
}

.l-adventure-hotel {
  padding-top: 1px;
}

@media screen and (max-width: 749px) {
  .l-adventure-hotel {
    padding-top: 0px !important;
  }
}

.l-adventure-motorsport {
  padding-top: 15px;
}

@media screen and (max-width: 749px) {
  .l-adventure-motorsport {
    padding-top: 0px !important;
  }
}

.l-adventure-hondacollection {
  padding-top: 15px;
}

@media screen and (max-width: 749px) {
  .l-adventure-hondacollection {
    padding-top: 0px;
  }
}

@media screen and (min-width: 750px) {
  .restaurant-container .l-adventure {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-adventure .adventure-ribbon {
  position: absolute;
  top: -53px;
  left: -10px;
  height: 170px;
  width: 170px;
  background: url(../images/hoteltwinring/NEW-icon-image.png) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.l-adventure .adventure-ribbon .adventure-ribbon-inner {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.l-adventure .adventure-ribbon .adventure-ribbon-inner .heading-text {
  background: none;
  -webkit-text-fill-color: #000;
  font-size: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 749px) {
  .l-adventure .adventure-ribbon .adventure-ribbon-inner .heading-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 749px) {
  .l-adventure .adventure-ribbon .adventure-ribbon-inner .ribbon-date {
    font-size: 9px;
  }
}

@media screen and (max-width: 749px) {
  .l-adventure .adventure-ribbon {
    height: 70px;
    width: 70px;
    top: -34px;
    left: -30px;
  }
}

.l-adventure.hellowoods {
  padding-top: 140px;
}

.l-adventure.l-hoteltwinring {
  padding-top: 65px;
}

.l-adventure.l-hoteltwinring .l-button {
  margin-top: 60px;
}

@media screen and (max-width: 749px) {
  .l-adventure.l-hoteltwinring {
    padding-top: 30px;
  }
}

.l-adventure.hoteltwinring {
  padding-top: 7px;
  margin-top: -60px;
}

.l-adventure.hoteltwinring .l-button {
  margin-top: 37px;
}

.l-adventure.hoteltwinring .adventure-sub-heading {
  font-size: 20px;
  font-weight: bold;
  font-family: initial;
  letter-spacing: 5px;
}

@media screen and (max-width: 749px) {
  .l-adventure.hoteltwinring {
    padding-top: 5px;
    margin-top: -32px;
  }
}

@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-campvillage {
    padding-top: 75px;
  }
}

@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;
  }
}

.youtube {
	max-width: 980px;
  margin: 0 auto 50px;
text-align: center;
	overflow: hidden;
}

.l-youtube {
  margin: 80px auto;
}

@media screen and (max-width: 749px) {
  .youtube {
	max-width: 100%;
  margin: 10px auto 30px;
text-align: center;
}
	
	.l-youtube {
    margin: 0 -20px;
  }
}

.l-column-link {
  margin-bottom: 100px;
  
}

#emergencynews {
  border: 2px solid #62857f;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  line-height: 1.2em;
  font-family: "MS PGothic","Osaka",Verdana,sans-serif;
  font-size: 13px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 749px) {
  #emergencynews {
    margin-top: 58px;
    z-index: 1;
  }
}

#emergencynews p {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

#emergencynews p a {
  color: #1616ef;
}

@media screen and (max-width: 749px) {
  .trmWrapper #emergencynews {
    margin-top: 11px;
  }
}




.info-item .tag-facility { background-color:#D9F8F3; }
.info-item .tag-event { background-color:#C4ECD7; }
.info-item .tag-start { background-color:#E8F1BF; }
.info-item .tag-announce { background-color:#FFE8E2; }
.info-item .tag-recommend { background-color:#FFFCE2; }
.info-item .tag-new { background-color:#E1F6FF; }
.info-item .tag-campaign { background-color:#E1F6FF; }
.info-item .tag-time { background-color:#FCE8F1; }
.info-item .tag { display: inline-block; border-radius:1px; margin-right:20px; padding-top:3px; width:165px; height:32px; text-align:center; font-weight:600; color:#666; }

@media screen and (max-width: 749px) {
.info-item .tag { display: inline-block; border-radius:1px; margin-right:20px; padding-top:4px; width:140px; height:25px; text-align:center; font-weight:600; color:#666; }
}

.info-container { margin: 0 auto;}
.info-container .info-list { max-width: 1250px; width: 100%; max-height: 320px; margin: 44px auto 0; overflow-y: auto; -ms-overflow-style: none;}
.info-container .info-list .info-item a { color: #333; }
.info-container .info-list .info-item a.color-red { color: #dd8080; }
.info-container .info-list .info-item a:hover { text-decoration: underline;}
.info-container .info-list .info-item a.color-red:hover { color: #dd8080; text-decoration: underline;}
.info-container .info-list .info-item:before { left: 0px; top: 0;}
.info-container .info-list .info-item:first-child { padding-top: 23px; padding-bottom: 22px; }
.info-container .info-list .info-item:first-child span { margin-top: 0px; }
.info-container .info-list .info-item .info-text { margin-left: 330px; margin-top:-32px;  line-height:2; }
.info-container .info-list .info-item {
  padding-left: 25px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 400;
  position: relative;
  padding-top: 23px;
  padding-bottom: 22px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
}

@media screen and (max-width: 749px) {
.info-container { margin: 0 0; }
.info-container.mpark { margin-top: 0px; margin-bottom:50px; }
.info-container .info-list { margin: 0 0 25px 0; max-height: 300px; min-height: 31px; }
.info-container .info-list .info-item:before { width: 10px; height: 100%; left: 3px; top: -10px; }
.info-container .info-list .info-item.info-item-racing:before { top: 5px; height: 30px; }
.info-container .info-list .info-item:first-child { padding-top: 20px; padding-bottom: 10px; }
.info-container .info-list { max-width: 612px; width: 100%; margin:16px auto 0; padding:0 20px; max-height: 350px; }
.info-container .info-list .info-item { font-size: 12px; padding-left: 23px; }
.info-container .info-list .info-item .info-text { margin-left:0; margin-top:10px;}
.info-container .info-list .info-item { 
     background-size: 4px 1px;
    font-size: 12px;
    padding-left: 5px;
	  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, black), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
  }
}


.attention { margin: 30px auto; position: relative; padding: 10px; color: #dd8080; background-color: #fff; border: 1px solid #dd8080; width: 100%; font-size:14px; line-height:2;   letter-spacing: 3px; text-align:center;} 
.attention p { padding: 5px; font-weight: bold; background-color: #fff; color: #dd8080; font-size:18px;}
.attention a { color: #dd8080; }
.attention a:hover { text-decoration: underline;}

@media screen and (max-width: 749px) {
	.attention { margin: 30px auto; position: relative; padding: 10px; color: #dd8080; background-color: #fff; border: 1px solid #dd8080; width: 100%; font-size:12px; line-height:2;   letter-spacing: 2px;} 
	.attention p { font-weight: bold; background-color: #fff; color: #F52530; font-size:14px;}
	}

	
	

　流れ追加　20210421



@media screen and (min-width: 750px) {
.flow {
    margin-bottom: 83px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 749px) {
.flow {
    margin-bottom: 83px;
    margin-top: 14px;
  }
}

.flow-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
		  }

@media screen and (max-width: 749px) {
.flow-list {
    display: block;
  }
}

.flow-item {
  position: relative;
}

@media screen and (min-width: 750px) {
.flow-item {
    width: 480px;
  }
}

@media screen and (max-width: 749px) {
.flow-item {
    margin-bottom: 40px;
  }
}


.flow-item:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 45px;
  background-image: url(../images/pit/arrow.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 180px;
  right: -40px;
}

@media screen and (max-width: 749px) {
.flow-item:before {
    width: 11px;
    height: 60px;
    right: 50%;
    top: 350px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}


.flow-item:last-child:before {
  display: none;
}

.flow-title {
  text-align: center;
   margin:20px auto;
}

@media screen and (min-width: 750px) {
.flow-title img {
    width: 20%;
    margin: auto;
  }
}

@media screen and (max-width: 749px) {
.flow-title img {
    width: 20%;
  }
}

.flow-box .flow-headline {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 250px;
  margin-bottom: 10px;
  font-family: "HiraKakuPro-W6-AlphaNum";
	  padding:10px;
display: -webkit-box;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
.flow-box .flow-headline {
    height: 220px;
    margin: 10px;
	  padding:10px;
	    }
.flow-box .flow-headline p{
    font-size: 13.333px;
    line-height: 1.731;
	}
	
}

.flow-box .flow-headline p{
  text-align: center;
  font-size: 17px;
  line-height: 1.778;
  letter-spacing: 0.1em;
	}
	
.flow-box a.btn{
	margin:10px 0;
	font-size: 14px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
	text-decoration: none;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
}	

.flow-box a.btn1{  background-color:#006934;}	
.flow-box a.btn2{  background-color:#13AE67;}	
.flow-box a.btn3{  background-color:#90D67E;}	
.btn_grey{  background-color:#666;}	
	
.flow-headline a{
	text-decoration:underline;
	}

@media screen and (max-width: 749px) {
	.flow-box a.btn{
	margin:5px 0;
	font-size: 13px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding:10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color:#090;
}	

.btn_grey{
	margin:5px 0;
	font-size: 13px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color:#666;
}	

.flow-headline a{
	text-decoration:underline;
	}

}


.flow-desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
.flow-desc {
    font-size: 12px;
    line-height: 1.667;
	  padding:10px;
  }
}

.flow-desc a{
	text-decoration:underline;
	}

@media screen and (max-width: 749px) {
.flow-desc a{
	text-decoration:underline;
	}

}


.subpage-asoview {
  position: relative;
  width: 100%;
}
.subpage-asoview-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 42px;
  width: 100%;
}

.subpage-asoview-collapse {
  max-width: 1020px;
  margin: 50px auto 50px;
}
.subpage-asoview-collapse .subpage-collapse-heading {
	font-size:24px;
  padding: 20px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color:#dd8080;
  background-color:#E8F1BF;
}


@media screen and (max-width: 749px) {
	.subpage-asoview-collapse .subpage-collapse-heading {
	font-size:20px;
	margin:10px;
  padding: 20px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color:#dd8080;
  background-color:#E8F1BF;
}
}

.subpage-asoview-collapse .subpage-collapse-heading:hover {
  cursor: pointer;
}
.subpage-asoview-collapse .subpage-collapse-description {
  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);
}
.subpage-asoview-collapse .subpage-collapse-content {
  padding: 0 50px 50px 50px;
}
.subpage-asoview-collapse .hidden {
  display: none;
}

.asoview-title {
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align:center;
  
    margin-top: 50px;
    margin-bottom: 20px;
	
}
@media screen and (min-width: 750px) {
  .asoview-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  .asoview-title {
    margin-top: 15px;
  }
}

.asoview-title span {
  font-size: 20px;
  position: relative;
  z-index: 1;
  text-align:center;
}
@media screen and (max-width: 749px) {
.asoview-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c3e8d8), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(75%, #c3e8d8), color-stop(75%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 25%, #ffffff 25%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 75%, #ffffff 75%, #ffffff 100%);
    background-size: 32.00px 32.00px;
  }
}
@media screen and (min-width: 750px) {
.asoview-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(19.44%, #c3e8d8), color-stop(19.44%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(69.44%, #c3e8d8), color-stop(69.44%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 36.00px 36.00px;
  }
}

.accordion-arrow-asoview {
	position: absolute;
	top: 36px;
	right: 630px;
	-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 8px 12px 8px;
	border-color: transparent transparent #dd8080 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 (max-width: 749px) {
  .accordion-arrow-asoview {
    right: 290px;
	top: 35px;
  }
}
.accordion-arrow-asoview.is-active {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.is-open .accordion-arrow-asoview {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.red_kusumi {
color:#dd8080;
font-weight:bold;
}

.exhibit-item span.red_kusumi {
color:#dd8080;
font-weight:bold;
	font-size: 14px;
}

.exhibit-item span.red_kusumi a{
color:#dd8080;
}
.exhibit-item span.red_kusumi a:hover {
color:#dd8080;
text-decoration: underline;
}

.lead{
  font-size: 16px;
  color: #333;
  letter-spacing: 0.160em;
  	text-align:center;
	margin-top:40px;
	margin-bottom:-40px;
}
@media screen and (max-width: 749px) {
  .lead{
	    font-size: 15px;
   margin-top:40px;
	margin-bottom:-40px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	  letter-spacing: 0.140em;
  }
}


.program-caution-box-pageinner-small {
    background: #EAF4EF;
    font-weight: bold;
    width: 100%;
    margin:10px auto;
    padding:20px 0;
    text-align: center;
  	  line-height: 2;
}


@media screen and (max-width: 749px) {	
.program-caution-box-pageinner-small {
    width: 100%;
    margin: 10px auto;
    padding: 10px auto;
    }
    }	
	
/* -------------------------------------------------------
 企画展tag
------------------------------------------------------- */
.tag {
	position: relative;
}
.tag p.new{
  background:#BB1F22;
  font-size: 12px !important;
  color: #FFF;
	border-radius:20px;
  letter-spacing: 0.1em;
  display:block;
	  width:90px;
  padding: 4px 24px;
	position: absolute;
	top: 10px;
	left: 10px;
}
@media screen and (max-width: 749px) {
  .tag-new {
    font-size: 10px !important;
    padding: 5px 15px;
 }
}

/*20240520　画像化*/

h3.info {
	font-size:40pt;
	letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-style: normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
h3.info  {
	font-size:20pt;
	margin-left: 14px;
	letter-spacing: 0.1em;
  font-weight: 800;
  font-style: normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}
 p.heading-subtext  {
  display: inline-block;
  position: relative;
	font-size:28pt;
	margin: 10px auto 25px;
	letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
p.heading-subtext   {
    display: block;
	font-size:20pt;
	margin: 5px auto 30px;
	letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
}

 span.heading-texts  {
  display: inline-block;
  position: relative;
	font-size:28pt;
	margin: 10px auto 25px;
	letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
	   font-style:normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
 span.heading-texts   {
    display: block;
	font-size:20pt;
	margin: 10px auto 25px;
	letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
	   font-style:normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}

	span.cancel   {text-decoration:line-through;}
		.center {text-align: center;}

/*-- 言語 --*/
.lang {
margin: 50px auto 0;
}

@media screen and (max-width: 749px) {
.lang {
margin: 50px auto 0;
}
}
.header-lang-title {
   display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px 20px 5px;
  font-size: 14px;
	font-weight: bold;
  border-right: 1px solid rgba(45, 45, 45, 0.2);
  color: #2d2d2d;
}

@media screen and (max-width: 749px) {
 .header-lang-title {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 0.6;
    letter-spacing: 0.08em;
  }
}

.header-lang {
  list-style: none;
  display: -webkit-box;
  display: flex;
	background-color: #ffff;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
width: 80%;
}

@media screen and (max-width: 749px) {
 .header-lang {
    margin-top: 5px;
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
}

.header-lang-item {
  -webkit-box-flex: 1;
          flex: 1;
	z-index: 1;
}

.header-lang-item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px;
  font-size: 14px;
	font-weight: bold;
  border-right: 1px solid rgba(45, 45, 45, 0.2);
  color: #2d2d2d;
}

@media screen and (max-width: 749px) {
.header-lang-item a {
    padding: 3px;
    font-size: 12px;
    line-height: 0.6;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 750px) {
.header-lang-item a:hover {
    color: rgba(45, 45, 45, 0.2);
  }
}

@media screen and (max-width: 749px) {
 .header-lang-item:nth-of-type(2) {
    -webkit-box-flex: 1.1;
            flex-grow: 1.1;
  }
}

.header-lang-item:last-child a {
  border-right: 0;
}
