<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
/*
** 螻慕､ｺ蝣ｴTOP蛟句挨PC逕ｨCSS
*/

.visual_wrap{
  position: relative;
}

.visual_wrap .slideshow-image{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.visual_wrap .slideshow-image.active {
  opacity: 1;
}

.visual_wrap .slideshow-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.intro_wrap{
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  margin-top: -2.5rem;
  margin-bottom: 4.5rem;
  background: #fffec8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.intro_wrap .u-dib{
  display: inline-block;
  font-weight: inherit;
  letter-spacing: 0.025em;
}

.intro_wrap .u-pcNone{
  display: none;
}

.intro_wrap .lead {
    color: #477bae;
    font-size: 17px;
}

.intro_wrap .catch {
    color: #477bae;
    font-size: 37px;
    font-weight: 900;
    font-style: normal;
  font-family: "Zen Kaku Gothic New";
}

.intro_wrap .catch &gt; span {
    display: inline-block;
    padding: 0 0 0.2em;
    background: repeat-x center bottom;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzkuNCA3Ij48ZGVmcz48c3R5bGU+LmNscy0xIHtmaWxsOiBub25lO3N0cm9rZTogIzQ3N2JhZTtzdHJva2UtbGluZWNhcDogc3F1YXJlO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAycHg7fTwvc3R5bGU+PC9kZWZzPjxnPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEsMWM5LjQsMCw5LjQsNSwxOC43LDVTMjkuMSwxLDM4LjQsMSIvPjwvZz48L3N2Zz4=);
    background-size: auto 7px;
}

.intro_wrap .catch .catch-line1 {
    text-indent: -0.3em;
}

.intro_wrap .u-tsume-1 {
    letter-spacing: -0.6em;
}

.intro_wrap .txt{
  margin-top: 15px;
  font-size: 15px;
  color: #3c3c3c;
}

.intro_wrap .bnr_fp{
  display: block;
  width: auto;
  margin: 0 auto;
  margin-top: 1.5rem;
  filter: drop-shadow(8px 8px 0 #918678);
}

.park_hero_sec .hero_inner {
    grid-template-columns: 1fr 60%;
}


/* MV蛻�ｊ譖ｿ縺� */

.park_hero_sec .visual_wrap {
  width: 100%;
  aspect-ratio: 1160 / 656;
}

.slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border: 1px solid #ccc;
}

.slideshow-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow-image.active {
  opacity: 1;
}

.slideshow-image img {
  width: 100%;
  height: 100%;
}</pre></body></html>