@charset "UTF-8";
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  background: #fefefe;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  min-width: 100%;
}

h1 {
  font-size: 4rem;
  font-weight: 900;
}

h2 {
  font-size: 9rem;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  color: #009ab8;
}

h3 {
  font-size: 3rem;
  font-weight: 900;
  color: #1a1a1a;
}

h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
}

small {
  font-size: 1.4rem;
}

figure {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
}

a.no-opacity:hover {
  opacity: 1;
}

img {
  width: 100%;
  max-width: 100%;
}

main {
  overflow: hidden;
}

main .inner {
  width: 1260px !important;
  max-width: 100%;
  margin: 0 auto;
}

main .inner02 {
  width: 860px !important;
  max-width: 100%;
  margin: 0 auto;
  background: #fefefe;
}

.ma0auto {
  margin: 0 auto;
}

.pt90 {
  padding-top: 90px;
}

.textC {
  text-align: center;
}

.lineh2 {
  line-height: 2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.spOnlyFlex {
  display: none;
}

.banner a {
  display: inline;
}

@media screen and (max-width: 1080px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spL {
    text-align: left;
  }
}
/*ボタン共通*/
.link {
  background: #e21913;
  padding: 5px 10px;
  border-radius: 9999px;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.link::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 8px;
  transform: translate(-5%, -50%);
  content: "";
  display: inline-block;
  background-image: url("./images/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.link.link02 {
  background: #009ab8;
}

.link.close {
  background: #1a1a1a;
  pointer-events: none;
  opacity: 0.1;
  cursor: default;
}

@media screen and (max-width: 1260px) {
  main .inner {
    max-width: 90%;
  }
  main section .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  main .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/*ヘッダー*/
.firstview {
  position: relative;
  z-index: 998;
  margin-bottom: 100px;
}

.firstview nav.pcOnly {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  max-width: 1260px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.firstview nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin-left: 10%;
}

.firstview nav ul li {
  font-size: 1.3rem;
  font-weight: 700;
}

.nav-link.active {
  color: #e60033;
  font-weight: bold;
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #e60033;
}

nav h1 {
  font-size: 3rem;
  color: #ffffff;
}

.logo {
  max-width: 250px;
  margin-right: 10px;
}

main section h2 {
  background: none;
  padding: 0;
}

@media screen and (max-width: 1470px) {
  .nav h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1260px) {
  nav h1 {
    font-size: 2rem;
  }
  .firstview nav {
    width: 90%;
  }
  .firstview nav ul {
    max-width: 500px;
  }
}
@media screen and (max-width: 1080px) {
  nav h1 {
    font-size: 1.6rem;
  }
  header .header-content {
    background: transparent;
  }
  header .logo {
    max-width: 150px;
    margin-right: 10px;
  }
  .firstview nav ul {
    max-width: 100%;
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .firstview nav ul li {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ffffff;
    padding-left: 5%;
    text-indent: 0;
  }
  .nav-list li::before {
    display: none;
  }
  .firstview nav ul li a {
    border-bottom: none;
  }
  .firstview nav.pcOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .firstview nav ul li {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-top: 1em;
  }
  .firstview nav ul li:last-child {
    margin-bottom: 1em;
  }
}
/*ヘッダーここまで*/
/* 100vh超えたら変更 */
.firstview nav.is-scrolled {
  background-color: #bbdbe9;
  color: #009ab8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.firstview nav ul li a {
  padding-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.firstview nav.is-scrolled ul li a {
  color: #009ab8;
  padding-bottom: 10px;
  border-bottom: 1px solid #009ab8;
}

.firstview nav.is-scrolled ul li a.is-active {
  color: #e21913;
  border-bottom: 1px solid #e21913;
}

@media screen and (max-width: 1080px) {
  .firstview nav ul li a {
    border-bottom: none;
  }
}
/* 100vh超えたら変更ここまで */
/*申し込みバナー*/
.application {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #ffdf3f;
  display: block;
  transition: transform 0.3s ease;
}

.application::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 10px 10px 0 rgb(128, 184, 240);
  z-index: -1;
  transition: box-shadow 0.3s ease;
}

.application:hover {
  transform: translate(10px, 10px);
}

.application:hover::before {
  box-shadow: 0 0 0 rgba(128, 184, 240, 0);
}

.letter {
  position: absolute;
  top: 23%;
  left: 49%;
  transform: translateX(-49%);
  z-index: 10;
  max-width: 70px;
  animation: heartbeat 1.5s ease-in-out infinite;
  transform-origin: center;
}

.top-banner {
  position: fixed;
  right: 0%;
  top: clamp(20%, 22vh, 30%);
  width: clamp(30px, 5vw, 50px);
  z-index: 100;
}

.top-banner02 {
  position: fixed;
  right: 0%;
  top: clamp(35%, 42vh, 50%);
  width: clamp(30px, 5vw, 50px);
  z-index: 100;
}

@media screen and (max-width: 1080px) {
  .application {
    width: 200px;
    height: 200px;
  }
  .letter {
    width: 50px;
  }
  .top-banner {
    top: clamp(20%, 22vh, 30%);
  }
  .top-banner02 {
    top: clamp(35%, 35vh, 50%);
  }
}
@media screen and (max-width: 480px) {
  .application {
    width: 100px;
    height: 100px;
    right: 2%;
    bottom: 15%;
  }
  .application::before {
    box-shadow: 3px 3px 0 rgb(128, 184, 240);
  }
  .letter {
    width: 25px;
  }
}
/*申し込みバナーここまで*/
/*読み込みアニメーション*/
.oc-logo.ready {
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 2;
  max-width: 650px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.oc-logo.ready.go {
  animation: bounce 1s 2s forwards;
}

.oc-text.ready {
  font-size: 3rem;
  color: #ffffff;
  background: #009ab8;
  padding: 10px;
  position: absolute;
  bottom: 25%;
  left: 10%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 0.5s cubic-bezier(0.22, 0.9, 0.37, 1);
}

.oc-text2.ready {
  font-size: 3rem;
  color: #ffffff;
  background: #009ab8;
  padding: 10px;
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 1s cubic-bezier(0.22, 0.9, 0.37, 1);
}

.oc-text.ready.go {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
}

.oc-text2.ready.go {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1600px) {
  .oc-logo.ready {
    max-width: 550px;
  }
  .oc-text.ready {
    font-size: 2.6rem;
  }
  .oc-text2.ready {
    font-size: 2.6rem;
    bottom: 12%;
  }
}
@media screen and (max-width: 1470px) {
  .oc-logo.ready {
    max-width: 500px;
  }
  .oc-text.ready {
    font-size: 2.4rem;
  }
  .oc-text2.ready {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1260px) {
  .oc-logo.ready {
    max-width: 400px;
  }
  .oc-text.ready {
    font-size: 2rem;
  }
  .oc-text2.ready {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .oc-text.ready {
    font-size: 1.6rem;
  }
  .oc-text2.ready {
    font-size: 1.6rem;
  }
  .oc-logo.ready {
    max-width: 350px;
    top: 0%;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .oc-logo.ready {
    max-width: 300px;
    top: 0%;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .oc-logo.ready {
    max-width: 250px;
    top: 0;
    left: 0;
  }
  .oc-text.ready {
    font-size: 1.2rem;
    padding: 5px;
    bottom: 28%;
    left: 0;
  }
  .oc-text2.ready {
    font-size: 1.2rem;
    padding: 5px;
    bottom: 15%;
    left: 5%;
  }
}
/*読み込みアニメーションここまで*/
/*スライダー*/
.slider-container {
  position: relative;
}

.slick-dots {
  bottom: 50px;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border: 1px solid #e21913;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #e21913;
}

.slider.spOnly {
  display: none;
}

@media screen and (max-width: 1080px) {
  .slick-dots {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .slider.pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .slider.spOnly {
    display: none;
  }
  .slider.pcOnly {
    display: block;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .slick-slide img {
    display: block;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider.spOnly {
    display: block;
  }
  .slider.pcOnly {
    display: none;
  }
}
/*アンカーリンク*/
.anker-space {
  padding-top: 150px;
  width: 100%;
  margin: 0 auto;
}

.anker-space02 {
  padding-top: 150px;
  margin-top: -50px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .anker-space {
    padding-top: 0px;
  }
  .anker-space02 {
    padding-top: 0px;
  }
}
/*アンカーリンクここまで*/
/*イベント概要*/
section.event-outline {
  background-color: #bbdbe9;
}

.titleWrap {
  padding-top: 100px;
}

section h2.title {
  font-size: 9rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #009ab8;
  margin: 0;
}

section.event-outline h2.title {
  padding-top: 50px;
}

.event-outline .schedule {
  background: #fefefe;
  border-radius: 9999px;
  padding: 50px;
}

.event-outline .schedule .shuttle-free {
  border: #e21913 2px solid;
  color: #e21913;
  padding: 2px 5px;
  border-radius: 9999px;
}

main section h3.title {
  font-size: 3rem;
  font-weight: 500;
  color: #1a1a1a;
}

.deco-wrap {
  position: relative;
}

.deco {
  max-width: 220px;
  position: absolute;
  top: 50%;
}

.deco-left {
  left: 20%;
}

.deco-right {
  right: 20%;
}

.deco img {
  max-width: 220px;
  height: auto;
}

/*イベント*/
section.event-outline .inner02 {
  position: relative;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  padding: 60px;
}

section.event-outline .inner02::before,
section.event-outline .inner02::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 2px;
  height: 30px;
  background-color: #1a1a1a;
}

section.event-outline .inner02::before {
  left: 0;
}

section.event-outline .inner02::after {
  right: 0;
}

section.event-outline .inner02 span::before,
section.event-outline .inner02 span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 2px;
  height: 30px;
  background-color: #1a1a1a;
}

section.event-outline .inner02 span::before {
  left: 0;
}

section.event-outline .inner02 span::after {
  right: 0;
}

section.event-outline .inner02 dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}

section.event-outline .inner02 dl dt {
  background-color: #009ab8;
  width: 160px;
  flex-shrink: 0;
  border-radius: 10px;
  padding: 5px 10px;
  max-width: 160px;
  color: #ffffff;
  margin-right: 1em;
}

@media screen and (max-width: 1260px) {
  .event-outline .schedule {
    width: 23%;
    padding: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  section h2.title {
    font-size: 6rem;
  }
  section.event-outline .inner02 {
    padding: 20px;
  }
  section.event-outline .schedule {
    width: 40%;
    padding: 30px;
    margin-bottom: 40px;
  }
  section.event-outline .schedule figure {
    max-width: 150px;
    margin: 0 auto;
  }
  section .event-outline .schedule p {
    text-align: center;
  }
  section.event-outline .schedule .link {
    max-width: 120px;
    font-size: 1.2rem;
  }
  .link::after {
    width: 20px;
    height: 5px;
  }
  .deco {
    top: -100%;
  }
  .deco-left {
    left: 0%;
  }
  .deco-right {
    right: 0%;
  }
  .event-outline .schedule .shuttle-free {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .titleWrap {
    padding-top: 50px;
  }
  section h2.title {
    font-size: 3rem;
  }
  main section h3.title {
    font-size: 2.4rem;
  }
  section.event-outline .schedule {
    width: 30%;
    padding: 15px;
    margin-bottom: 40px;
  }
  section.event-outline .schedule figure {
    max-width: 100px;
  }
  .deco {
    max-width: 150px;
  }
  .deco-left {
    top: 0%;
  }
  .deco-right {
    top: 0%;
  }
  section.event-outline .inner02 dl {
    display: block;
  }
  section.event-outline .inner02 dt {
    margin-bottom: 20px;
  }
  .event-outline .schedule .shuttle-free {
    width: 100%;
    max-width: 150px;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 480px) {
  section h2.title {
    font-size: 2.4rem;
  }
  section.event-outline .schedule {
    width: 48%;
    padding: 15px;
    margin-bottom: 40px;
  }
  section.event-outline .schedule p {
    font-size: 1.2rem;
  }
  section.event-outline .schedule figure {
    max-width: 80px;
  }
  section.event-outline .schedule .link {
    max-width: 100px;
  }
  .event-outline .schedule .shuttle-free {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .deco {
    max-width: 100px;
  }
}
/*イベント概要ここまで*/
/*タイムテーブル*/
section.time-table {
  background-color: #bbdbe9;
}

section.time-table h3.title {
  color: #e21913;
}

.topic-wrap {
  max-width: 835px;
  margin-right: 35px;
  width: 30%;
}

.topic-wrap:nth-child(3n) {
  margin-right: 0;
}

.topic {
  position: relative;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 100px;
  background-image: url("./images/oc-topic.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.topic p {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  section.time-table {
    padding-top: 50px;
  }
  .topic p {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
  .topic-wrap:nth-child(3n) {
    margin-right: 0;
  }
  .topic-wrap:nth-child(odd) {
    margin-right: 10%;
    width: 45%;
  }
  .topic-wrap:nth-child(even) {
    margin-right: 0;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .topic {
    width: 220px;
    align-items: flex-start;
  }
  .topic p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .topic {
    width: 150px;
    top: 25%;
  }
  .topic p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
/*タイムテーブルここまで*/
/*めぐり方*/
section.tour {
  position: relative;
  background: #fefefe;
}

.tour .flow_inner {
  position: absolute;
  top: -70px;
  left: 0;
  display: flex;
  animation: flow-right 12s linear infinite;
  will-change: transform;
  overflow: visible;
}

.tour .flow_inner img {
  height: 90px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.tourwrap {
  position: relative;
}

.tour-banner {
  background-image: url(./images/tour.webp);
  background-repeat: no-repeat;
  max-width: 815px;
  height: 446px;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tour-banner-sp {
  display: none;
}

.tourwrap .sentense {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 1.8rem;
  width: 100%;
}

.tour-banner .link {
  font-size: 1.2rem;
  max-width: 250px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.tour-banner .link::after {
  width: 25px;
  height: 7px;
  right: 2%;
}

.tour-deco {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 2;
  max-width: 200px;
  width: 100%;
}

.tour-deco02 {
  position: absolute;
  top: 50px;
  left: 250px;
  z-index: 2;
  max-width: 276px;
  width: 100%;
}

.tour-deco03 {
  position: absolute;
  top: 50px;
  left: 535px;
  z-index: 2;
  max-width: 216px;
  width: 100%;
}

.tour-deco04 {
  position: absolute;
  top: 60%;
  left: 20px;
  z-index: 2;
  max-width: 126px;
  width: 100%;
}

.tour-deco05 {
  position: absolute;
  top: 60%;
  left: 660px;
  z-index: 2;
  max-width: 140px;
  width: 100%;
}

/*ポップアップウィンドウ*/
.popupwindow {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popupwindow img {
  max-width: 630px;
  width: 100%;
}

.popupwindow:target {
  opacity: 1;
  pointer-events: auto;
}

/* 背景クリックで閉じる用 */
.popupwindow-close {
  position: absolute;
  inset: 0;
}

.tour-supportwrap {
  position: relative;
  min-height: 400px;
  transform: translateX(-150%);
}

.tour-supportwrap2 {
  position: relative;
  min-height: 400px;
  transform: translateX(150%);
}

.tour-support {
  background: #bbdbe9;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  padding: 90px 40px 60px;
  max-width: 986px;
  width: 100%;
  position: relative;
}

.tour-support2 {
  margin-left: 20%;
  padding: 10px 40px 0;
}

.support-deco {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 500px;
  width: 100%;
}

.support-deco02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 190px;
  width: 100%;
}

.support-deco03 {
  position: absolute;
  top: 47%;
  left: 20%;
  z-index: 2;
  max-width: 220px;
  width: 100%;
}

.support-deco04 {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 2;
  max-width: 60px;
  width: 100%;
}

.hukidashi {
  width: 300px;
  height: 150px;
  background-image: url(./images/hukidashi.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: 0;
}

.hukidashi p {
  transform: rotate(-5deg);
  position: absolute;
  left: 10%;
}

.hukidashi p span {
  background: linear-gradient(transparent 70%, #ffffff 70%);
}

.tour-support .sentence {
  max-width: 330px;
  width: 100%;
}

.tour-support2 .sentence {
  max-width: 290px;
  width: 100%;
  margin-left: 35%;
}

.support-photo {
  max-width: 520px;
}

.support-photo02 {
  max-width: 255px;
}

@media screen and (max-width: 1260px) {
  .tour-support2 {
    margin-left: 0;
  }
  .support-deco02 {
    left: 40%;
    top: -10%;
  }
  .support-deco03 {
    left: 5%;
    top: 40%;
  }
}
@media screen and (max-width: 1080px) {
  .tour .flow_inner {
    top: -50px;
  }
  .tourwrap {
    left: 50%;
    transform: translateX(-50%);
  }
  .tour-banner {
    width: 100%;
  }
  .support-deco {
    max-width: 350px;
  }
  .support-deco02 {
    max-width: 200px;
    left: 50%;
  }
  .support-deco03 {
    max-width: 200px;
    top: 75%;
  }
  .support-deco04 {
    max-width: 50px;
  }
  .support-photo {
    max-width: 440px;
    margin: 0 auto;
  }
  .tour-deco {
    max-width: 220px;
    left: 5%;
  }
  .tour-deco02 {
    max-width: 250px;
    left: 36%;
  }
  .tour-deco03 {
    left: 70%;
  }
  .tour-deco04 {
    max-width: 120px;
    top: 60%;
  }
  .tour-deco05 {
    max-width: 120px;
    left: 80%;
    top: 60%;
  }
  .tourwrap .sentense {
    top: 63%;
    font-size: 1.4rem;
  }
  .tour-banner .link {
    bottom: 13%;
  }
  .tour-support .sentence {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .tour-support2 .sentence {
    margin-left: 0;
    margin-top: 120px;
    width: 50%;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .tour-deco {
    max-width: 200px;
    left: 5%;
  }
  .tour-deco02 {
    max-width: 200px;
    left: 36%;
  }
  .tour-deco03 {
    left: 65%;
  }
  .tour-deco04 {
    max-width: 120px;
    top: 55%;
  }
  .tour-deco05 {
    max-width: 120px;
    left: 80%;
    top: 55%;
  }
  .tourwrap .sentense {
    top: 55%;
  }
  .tour-banner .link {
    bottom: 25%;
  }
}
@media screen and (max-width: 767px) {
  .tour-banner {
    display: none;
  }
  .tour-banner-sp {
    display: block;
    margin-bottom: 50px !important;
  }
  .support-deco02 {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .hukidashi {
    width: 250px;
    height: 90px;
    font-size: 1.4rem;
  }
  .tour-support {
    padding: 30px 20px 30px;
  }
  .support-deco {
    max-width: 150px;
    left: 55%;
  }
  .support-deco03 {
    display: none;
  }
  .support-deco04 {
    display: none;
  }
  .tour-support2 .sentence {
    margin-top: 30px;
    width: 100%;
  }
  .support-photo02 {
    max-width: 200px;
  }
}
/*めぐり方ここまで*/
/*シャトルバス*/
section.shuttle-bus {
  position: relative;
  background: #ffdf3f;
  margin-top: 150px;
}

.shuttle-bus .flow_inner {
  position: absolute;
  top: -70px;
  left: 0;
  display: flex;
  animation: flow-left 12s linear infinite;
  will-change: transform;
  overflow: visible;
}

.shuttle-bus .flow_inner img {
  height: 90px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.busstop {
  background: #fefefe;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}

.bus {
  max-width: 50px;
  margin-right: 0.5em;
}

.shuttle {
  max-width: 66px;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.busstop h4 {
  color: #e21913;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

section.shuttle-bus dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}

section.shuttle-bus dl.mb {
  margin-bottom: 0.5em;
}

section.shuttle-bus dl dt {
  background-color: #009ab8;
  width: 160px;
  flex-shrink: 0;
  border-radius: 10px;
  padding: 5px 10px;
  max-width: 160px;
  color: #ffffff;
  margin-right: 1em;
}

section.shuttle-bus dl dd {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-link {
  background: #e21913;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  max-width: 200px;
  position: relative;
  font-size: 1.4rem;
  padding-left: 25px;
}

.map-link a {
  color: #ffffff;
}

.map-link::before {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 16px;
  height: 22px;
  transform: translate(-2%, -50%);
  content: "";
  display: inline-block;
  background-image: url("./images/pin.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.map-link::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 27px;
  height: 6px;
  transform: translate(-5%, -50%);
  content: "";
  display: inline-block;
  background-image: url("./images/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.googlemap {
  width: 100%;
  height: 100%;
  max-width: 560px;
  height: auto;
}

@media screen and (max-width: 1260px) {
  .busstop {
    font-size: 1.4rem;
  }
  .busstop h4 {
    font-size: 2.4rem;
  }
  .busstop .w50p {
    width: 60%;
  }
  .googlemap {
    width: 38%;
  }
}
@media screen and (max-width: 1080px) {
  .shuttle-bus .flow_inner {
    top: -50px;
  }
  .busstop .w50p {
    width: 100%;
  }
  .googlemap {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .busstop h4 {
    font-size: 1.6rem;
  }
  .bus {
    max-width: 30px;
  }
  section.shuttle-bus dl {
    display: block;
    margin-bottom: 0.5em;
  }
  section.shuttle-bus dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .busstop h4 {
    font-size: 1.2rem;
  }
}
/*シャトルバスここまで*/
/*SNS*/
#sns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1260px;
  margin: 0 auto;
}

#sns h2 {
  color: #1a1a1a;
}

#sns h2 figure {
  width: 100%;
  max-width: 400px;
}

#sns iframe {
  width: 100%;
  max-width: 600px !important;
  min-width: 250px !important;
  margin: 0 auto !important;
}

#sns .instagram iframe {
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
}

#sns h2 figure img {
  width: 100%;
  height: auto;
}

#sns .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#sns .column {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

#sns > .row > div,
#sns > .column > div {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.youtube iframe {
  aspect-ratio: 16/9;
}

@media screen and (max-width: 1260px) {
  #sns {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  #sns {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  #sns .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #sns .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sns {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  #sns .row,
  #sns .column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #sns h2 figure,
  #sns h2.insta figure {
    max-width: 100%;
  }
}
/*SNSここまで*/
/*バナー*/
.bannerwrap {
  gap: 48px;
}

.banner a.spOnly {
  display: none;
}

.banner a.pcOnly {
  display: block;
}

.banner {
  max-width: 388px;
  width: 30%;
}

.banner02 {
  max-width: 606px;
  width: 45%;
}

@media screen and (max-width: 1080px) {
  .banner {
    max-width: 338px;
    width: 45%;
  }
  .banner02 {
    max-width: 338px;
    width: 45%;
  }
  .banner a.spOnly {
    display: block;
  }
  .banner a.pcOnly {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    width: 100%;
  }
  .banner02 {
    width: 100%;
  }
}
/*バナーここまで*/
/*フッター*/
footer {
  background: #bbdbe9;
  padding-bottom: 10px;
}

footer .inner {
  width: 1260px !important;
  max-width: 90%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  footer .inner {
    margin-bottom: 40px;
  }
}
/*アニメーション*/
/* ポップアップ*/
.popup.anime {
  opacity: 0;
}

.popup.animeActive {
  animation: popup 0.3s ease-out forwards;
}

@keyframes popup {
  0% {
    transform: scale(0.4);
  }
  75% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.popup02.anime {
  opacity: 0;
}

.popup02.animeActive {
  animation: popup02 0.3s ease-out forwards;
}

@keyframes popup02 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.popup03.anime {
  opacity: 0;
  transform-origin: center center;
}

.popup03.animeActive {
  animation: popup03 0.3s ease-out forwards;
}

@keyframes popup03 {
  0% {
    transform: translateX(-50%) scale(0.4);
  }
  75% {
    transform: translateX(-50%) scale(1.04);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
/* ポップアップここまで*/
/*バウンス*/
@keyframes bounce {
  0% {
    visibility: visible;
    opacity: 0;
    transform: scale(0.2);
  }
  20% {
    opacity: 1;
    transform: scale(1.25);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
/*バウンスここまで*/
/*ループアニメーション*/
.flow {
  overflow: hidden;
  width: 3254px;
  height: 253px;
  display: flex;
  align-items: center;
}

.flow2 {
  width: 2003px;
}

.flow_inner {
  display: flex;
  animation: flow-left 30s linear infinite;
  will-change: transform;
}

.flow_inner2 {
  animation: flow-right 30s linear infinite;
  will-change: transform;
}

.flow_inner img {
  height: 253px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

@media (max-width: 768px) {
  .flow {
    height: auto;
    /* ← 固定高さを解除 */
    align-items: flex-start;
    /* ← 上切れ防止 */
  }
  .flow_inner img {
    height: 120px;
  }
  .flow {
    width: 1600px;
  }
  .flow2 {
    width: 1000px;
  }
}
/* 左へ */
@keyframes flow-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 右へ */
@keyframes flow-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*ループアニメーションここまで*/
/*ハートビート*/
.heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes heartbeat {
  0% {
    transform: translateX(-50%) scale(1);
  }
  14% {
    transform: translateX(-50%) scale(1.15);
  }
  28% {
    transform: translateX(-50%) scale(1);
  }
  42% {
    transform: translateX(-50%) scale(1.12);
  }
  70% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
/*ハートビートここまで*/
/*カクカク*/
.kakukaku {
  animation: kakukaku 1s steps(1) infinite;
}

@keyframes kakukaku {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.kakukaku02 {
  animation: kakukaku02 1s steps(1) infinite;
}

@keyframes kakukaku02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*カクカクここまで*/
/*遅延*/
.delay.animeActive {
  animation-delay: 0.3s;
}

.delay02.animeActive {
  animation-delay: 0.6s;
}

.delay03.animeActive {
  animation-delay: 0s;
}

.delay04.animeActive {
  animation-delay: 0.3s;
}

.delay05.animeActive {
  animation-delay: 0.6s;
}

.delay06.animeActive {
  animation-delay: 0s;
}

.delay07.animeActive {
  animation-delay: 0.3s;
}

.delay08.animeActive {
  animation-delay: 0.6s;
}

.delay09.animeActive {
  animation-delay: 0s;
}

.delay10.animeActive {
  animation-delay: 0.3s;
}

@media screen and (max-width: 1080px) {
  .delay.animeActive {
    animation-delay: 0.3s;
  }
  .delay02.animeActive {
    animation-delay: 0s;
  }
  .delay03.animeActive {
    animation-delay: 0.3s;
  }
  .delay04.animeActive {
    animation-delay: 0s;
  }
  .delay05.animeActive {
    animation-delay: 0.3s;
  }
  .delay06.animeActive {
    animation-delay: 0s;
  }
  .delay07.animeActive {
    animation-delay: 0.3s;
  }
  .delay08.animeActive {
    animation-delay: 0s;
  }
  .delay09.animeActive {
    animation-delay: 0.3s;
  }
  .delay10.animeActive {
    animation-delay: 0s;
  }
}
/*遅延ここまで*/
/*スケジュール遅延*/
.schedule.delay03.animeActive {
  animation-delay: 0.9s;
}

@media screen and (max-width: 1080px) {
  .schedule.delay03.animeActive {
    animation-delay: 0.3s;
  }
}
/* 1文字ずつ遅延 */
.text-animate.anime span {
  opacity: 0;
}

.text-animate.animeActive span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  animation: textUp 0.6s ease forwards;
}

.text-animate span:nth-child(1) {
  animation-delay: 0.05s;
}

.text-animate span:nth-child(2) {
  animation-delay: 0.1s;
}

.text-animate span:nth-child(3) {
  animation-delay: 0.15s;
}

.text-animate span:nth-child(4) {
  animation-delay: 0.2s;
}

.text-animate span:nth-child(5) {
  animation-delay: 0.25s;
}

.text-animate span:nth-child(6) {
  animation-delay: 0.3s;
}

.text-animate span:nth-child(7) {
  animation-delay: 0.35s;
}

.text-animate span:nth-child(8) {
  animation-delay: 0.4s;
}

.text-animate span:nth-child(9) {
  animation-delay: 0.45s;
}

.text-animate span:nth-child(10) {
  animation-delay: 0.5s;
}

.text-animate span:nth-child(11) {
  animation-delay: 0.55s;
}

.text-animate span:nth-child(12) {
  animation-delay: 0.6s;
}

.text-animate span:nth-child(13) {
  animation-delay: 0.65s;
}

.text-animate span:nth-child(14) {
  animation-delay: 0.7s;
}

.text-animate span:nth-child(15) {
  animation-delay: 0.75s;
}

.text-animate span:nth-child(16) {
  animation-delay: 0.8s;
}

.text-animate span:nth-child(17) {
  animation-delay: 0.85s;
}

.text-animate span:nth-child(18) {
  animation-delay: 0.9s;
}

.text-animate span:nth-child(19) {
  animation-delay: 0.95s;
}

.text-animate span:nth-child(20) {
  animation-delay: 0.1s;
}

@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 1文字ずつ遅延ここまで*/
.tour-supportwrap.animeActive {
  animation: slide-in 0.6s ease-out forwards;
}

.tour-supportwrap2.animeActive {
  animation: slide-in2 0.6s ease-out forwards;
}

.support-deco.popup02.animeActive {
  animation: popup02 0.3s 0.8s ease-out forwards;
}

.tour-supportwrap.animeActive .hukidashi {
  animation: hukidashi 0.8s ease-in-out 0.6s forwards;
  transform-origin: center bottom;
}

.tour-supportwrap2.animeActive .hukidashi {
  animation: hukidashi 1.2s ease-in-out 0.6s forwards;
  transform-origin: center bottom;
}

@keyframes slide-in {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slide-in2 {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes hukidashi {
  0% {
    transform: translate(0, 1px) rotate(3deg);
  }
  10% {
    transform: translate(0, 0px) rotate(-3deg);
  }
  20% {
    transform: translate(0, 1px) rotate(2deg);
  }
  35% {
    transform: translate(0, 0px) rotate(-2deg);
  }
  60% {
    transform: translate(0, 1px) rotate(1deg);
  }
  80% {
    transform: translate(0, 0px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0px) rotate(0deg);
  }
}
section.event-outline .inner02 dl dd span {
  font-weight: 600;
  background-image: linear-gradient(transparent 60%, #ffbebe 60%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left bottom;
}

section.event-outline .inner02 dl dd span span.bold {
  font-weight: 900;
}

section.event-outline .inner02 dl dd span.animeActive {
  animation: marker-slide 1s ease-out forwards;
}

@keyframes marker-slide {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/*グローバルナビ用ボタン*/
.menu_button {
  cursor: pointer;
  padding: 0px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 1001;
}

.menu_button .menu_trigger,
.menu_button .menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu_button .menu_trigger {
  position: relative;
  width: 40px;
  height: 24px;
  display: block;
  margin: 12px 0px;
}

.menu_button .menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF0000;
  border-radius: 4px;
  padding-left: 5px;
}

.menu_button .menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_button .menu_trigger span:nth-of-type(2) {
  top: 10px;
}

.menu_button .menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_button.active .menu_trigger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu_button.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active .menu_trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.nav-list li a {
  margin-left: 0;
}

/*スマホメニュー*/
.firstview nav.spOnly {
  display: none;
}

@media screen and (max-width: 1080px) {
  .firstview {
    margin-bottom: 50px;
  }
  .firstview nav.spOnly {
    width: 100%;
    background: #bbdbe9;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-content {
    display: flex;
    align-items: center;
  }
  .menu_button {
    display: block;
  }
  .spmenu.spOnly.active {
    display: block;
  }
}
/*スマホメニューここまで*/
/*固定バナーSP*/
.linkwrapFix.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .linkwrapFix.spOnly {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 1080px) and (orientation: landscape) {
  .linkwrapFix.spOnly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */