@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;
  }
}

#container {
  overflow: hidden;
  box-sizing: border-box;
}
/*
#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;
}

*:focus {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
}

br {
  opacity: 0;
}

.svg-sprite {
  display: none;
}

@media screen and (max-width: 749px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-show-sp {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .u-show-sp {
    display: block !important;
  }
}

@media screen and (max-width: 749px) {
  .u-show-sp.u-show-sp-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.u-clear:after {
  content: " ";
  display: block;
  clear: both;
}

.u-title-hidden {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
}

.fill-white {
  fill: #fff;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left;
}

.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;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.attraction-title {
  margin-top: 43px;
  margin-bottom: 15px;
}

.attraction-subtext {
  margin-bottom: 31px;
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.160em;
}

@media screen and (max-width: 749px) {
  .attraction-subtext {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
  }
}

@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-subtext {
  display: inline-block;
  margin-top: 20px;
  height: 36px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .heading .heading-subtext {
    height: 22px;
    display: block;
  }
  .heading .heading-subtext img{
    margin: 20px auto 0;
    height: 22px;
    display: block;
  }
}


.heading .heading-subtext svg {
  width: 100%;
  height: 100%;
}


.heading-text {
  display: block;
  font-family: "Holland";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #027cc3), to(#099f48));
  background: linear-gradient(to bottom, #027cc3 10%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  font-size: 36px;
}


.is-ie .heading-text {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

@media screen and (max-width: 749px) {
  .heading-text {
    letter-spacing: 0.01em;
    font-size: 24px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#027cc4), to(#09a045));
    background: linear-gradient(to bottom, #027cc4 0%, #09a045 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.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;
  }
}

.heading-wrap.heading-wrap-center {
  text-align: center;
}

/*.heading-wrap.heading-wrap-center .heading-text,
.heading-wrap.heading-wrap-center .heading-subtext {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.01em;
  font-size: 34px;
}

@media screen and (max-width: 749px) {
  .heading-wrap.heading-wrap-center .heading-text,
  .heading-wrap.heading-wrap-center .heading-subtext {
    letter-spacing: 0.01em;
    font-size: 24px;
  }
}
*/
@media screen and (min-width: 750px) {
  .heading-wrap.heading-wrap-center .heading-subtext {
    margin: 13px 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;
  }
}


.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;
  }
}


.mv {
  height: 607px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .mv {
    height: 350px;
  }
}

.mv::after { 
	content: ''; 
	position: absolute; 
	bottom: -46px; 
	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-container {
  position: relative;
  z-index: 1;
}

.mv-list,
.mv-buttons-list {
  list-style: none;
}

.mv-image {
  width: 100%;
  height: 607px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


@media screen and (max-width: 749px) {
  .mv-image {
    height: 378px;
  }
}

.mv-subpage .mv-image {
  max-height: 100%;
  height: 0;
  overflow-y: hidden;
}

@media screen and (min-width: 750px) {
  .mv-subpage .mv-image {
    padding-bottom: 29%;
  }
}

@media screen and (max-width: 749px) {
  .mv-subpage .mv-image {
    padding-bottom: 67%;
  }
}

.mv-subpage .mv-image::after {
  bottom: -50px;
}


.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;
  }
}

.mv-heading.hellowoods-mv-heading {
  bottom: 5px;
  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;
  color: #fff;
	font-size: 47px;
}

@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-subtext {
    height: 60px;
    width: 230px;
    margin: 0;
	font-size: 36px;
  }
}

.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.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: 270px;
}

@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-business-hours .heading-wrap-business-hours .heading-subtext {
    max-width: 200px;
  }
}

.mv-heading span {
  display: block;
}


.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;
  }
}

@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;
}


.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;
}


.button-icon {
  width: 22px;
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media screen and (max-width: 749px) {
  .button-icon {
    width: 15px;
  }
}

.button-icon svg {
  width: 100%;
  height: 12px;
}

@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: 364px;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: 1px dotted #333;
  position: relative;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 749px) {
  .button {
    font-size: 12px;
    max-width: 364px;
    width: 100%;
    height: 50px;
	  margin: 10px auto;
  }
}

@media screen and (min-width: 750px) {
  .button:hover .button-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.button::before {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  right: 0;
  border: 1px dotted #333;
}

.button.map_m-pdf svg {
  height: 30px;
}


.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;
}

.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-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;
  }
}


.bottom-slider {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .bottom-slider {
    padding: 0 110px;
  }
}

.slider-wrapper {
  margin-left: 110px;
}

.slider-wrapper a {
  -webkit-touch-callout: none;
}

@media screen and (max-width: 749px) {
  .slider-wrapper {
    margin-left: 0;
  }
}

.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 {
    min-width: 257px;
  }
}

.subpage {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 750px) {
  .subpage {
    margin-bottom: 30px;
  }
}

.subpage > * {
  position: relative;
}

.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;
  }
}

.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;
}

.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;
	display: flex;
}

@media screen and (max-width: 749px) {
  .map-all {
    margin-bottom: 60px !important;
  }
  .map-all .section-button {
    width: 100%;
    margin-top: 30px;
	display: flex;
	  flex-direction: column;
  }
}

.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: 230px;
  max-width: 154px;
  right: 450px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(2) {
  top: 270px;
  max-width: 206px;
  right: 580px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(3) {
  top: 383px;
  max-width: 126px;
  left: 140px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(4) {
  top: 680px;
  max-width: 162px;
  left: 100px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(5) {
  top: 415px;
  max-width: 165px;
  left: 375px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(6) {
  top: 558px;
  max-width: 232px;
  left: 110px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(7) {
  top: 330px;
  max-width: 156px;
  right: 80px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(8) {
  top: 480px;
  max-width: 120px;
  left: 60px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(9) {
  top: 594px;
  max-width: 232px;
  left: 210px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(10) {
  top: 634px;
  max-width: 232px;
  left: 204px;
}

.map-all .map-all-bubbles-list .map-bubbles-item:nth-child(11) {
  bottom: 217px;
  left: 37px;
  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: 20%;
  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;
  }
}

.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;
  }
}

.l-section-title {
  text-align: center;
}

/*20240520　画像化*/

h3.info {
	font-size:18pt;
	margin: 25px auto 10px;
	letter-spacing: 0.15em;
	font-family: "Noto Sans JP", sans-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 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
h3.info  {
	font-size:14pt;
	margin: 10px auto 25px;
	letter-spacing: 0.15em;
  font-weight: 600;
  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;
}
}
.note-bottom {
  width: 1220px;
  margin: 40px auto;
  padding: 50px;
  text-align: left;
  background: rgba(241, 250, 252, 0.7);
  line-height: 2;
}

.note-bottom p{
  font-size: 14px;
}

@media screen and (max-width: 749px) {
.note-bottom {
width: 100%;
  padding: 10px 5px;
    margin:10px 0;
}

.note-bottom p{
  font-size: 10px;
    margin:10px 0;
}
}