@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%;
}

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;
}

*: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;
}

.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-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;
  }
}


.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;
  }
}


.l-container {
  padding: 0 32px;
  width: 1284px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .l-container {
    width: 100%;
    padding: 60px 20px 0;
  }
  .recommend-menu .l-container {
    padding: 0px;
  }
}



.subpage-section-collapse {
  background-color: #f7f7f7;
  margin: 50px auto;
}

.subpage-section-collapse .subpage-collapse-heading {
  padding: 20px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

.subpage-section {
  position: relative;
  width: 100%;
}

.subpage-section-collapse .subpage-collapse-content {
  padding: 0 30px 10px 30px;
}

.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);
}
