@charset "UTF-8";
/*color*/
/*mono*/
/*add color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*grid settings*/
/* media query */
/* ページ基本設定 */
#p-top main {
  background-color: #fcf7db;
}

body.open-priv {
  overflow: hidden;
}

body.is-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.open-priv header {
  display: none;
}

/* GSAP設定 */
.gsap {
  /* ラップ */
  /* セクション */
  /* ダミーカード */
}
.gsap-section-wrap {
  position: relative;
  padding-top: 10rem; /* ダミーが隠れるスペース */
  margin-top: -10rem; /* スペースを相殺 */
}
@media only screen and (max-width: 768px) {
  .gsap-section-wrap {
    padding-top: 5rem;
    margin-top: -5rem;
  }
}
.gsap-section {
  position: relative;
  overflow-x: hidden !important;
  padding: 10rem 0 20rem;
}
.gsap-section.gsapsec--a {
  z-index: 1;
}
.gsap-section.gsapsec--b {
  z-index: 3;
}
.gsap-section.gsapsec--c {
  z-index: 5;
}
.gsap-section.gsapsec--d {
  z-index: 7;
}
.gsap-section.gsapsec--e {
  z-index: 9;
}
.gsap-section.gsapsec--f {
  z-index: 11;
}
.gsap-section.gsapsec--g {
  z-index: 13;
}
.gsap-section.gsapsec--h {
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .gsap-section {
    padding: 6rem 0 10rem;
  }
}
.gsap-pop {
  position: absolute;
  top: 100px; /* padding-topと同じ値（初期位置：ラップの下に隠れている） */
  left: 0;
  width: 100%;
  height: 100%; /* セクションと同じ高さ */
  pointer-events: none;
  will-change: transform;
  /* ダミーのz-index */
}
@media only screen and (max-width: 768px) {
  .gsap-pop {
    top: 5rem;
  }
}
.gsap-pop .bg-wave {
  position: absolute;
  bottom: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .gsap-pop .bg-wave {
    height: 6vw;
  }
}
.gsap-pop img {
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}
.gsap-pop--b {
  z-index: 2;
}
.gsap-pop--c {
  z-index: 4;
}
.gsap-pop--d {
  z-index: 6;
}
.gsap-pop--e {
  z-index: 8;
}
.gsap-pop--f {
  z-index: 10;
}
.gsap-pop--g {
  z-index: 12;
}
.gsap-pop--h {
  z-index: 14;
}

/* コンテンツ */
.p-mv {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1700px) {
  .p-mv {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-mv__bg {
  aspect-ratio: 17/10;
  max-height: 88rem;
  width: 100%;
  height: 100%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__bg {
    aspect-ratio: 398/650;
    aspect-ratio: 200/260;
    margin-bottom: 12rem;
    min-height: 45rem;
  }
}
.p-mv__bg picture {
  padding-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__bg picture {
    padding-top: unset;
  }
}
.p-mv__bg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 61vw;
  transform: translateX(50%);
}
@media only screen and (min-width: 1500px) {
  .p-mv__bg img {
    right: 57%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__bg img {
    -o-object-position: left 8rem;
       object-position: left 8rem;
    left: 0;
    transform: translateX(0);
  }
}
.p-mv__cont {
  margin-left: calc((100% - 1200px) / 2);
  width: calc(100% - (100% - 1200px) / 2);
  position: absolute;
  top: 15rem;
  display: grid;
  grid-template-columns: 1fr 67%;
}
@media only screen and (max-width: 1340px) {
  .p-mv__cont {
    margin-left: 5%;
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__cont {
    margin: unset;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 70vw 1fr;
    top: 7rem;
  }
}
@media only screen and (max-width: 380px) {
  .p-mv__cont {
    grid-template-rows: 28rem 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__main-wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: calc(50% - 1rem);
  }
}
.p-mv__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-mv__main {
    align-items: center;
  }
}
.p-mv__inf {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1rem 0;
  font-weight: 500;
  color: #007d91;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-inline: 1.2rem;
}
@media (max-width: 768px) {
  .p-mv__inf {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-mv__inf {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__inf {
    margin-inline: unset;
    font-size: max(1.1rem, 2vw);
  }
}
.p-mv__copy {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  font-size: min(40px, 3vw);
  writing-mode: vertical-rl;
  line-height: 1.6;
  margin-inline: 4rem;
  min-width: 16rem;
}
@media (max-width: 768px) {
  .p-mv__copy {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .p-mv__copy {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-mv__copy {
    margin-inline: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__copy {
    margin-inline: 1.3rem;
    font-size: 2.7rem;
    font-size: max(2.5rem, 4.7vw);
    min-width: 13rem;
  }
}
.p-mv__txt {
  font-size: 20px;
  font-size: 2rem;
  font-size: min(20px, 1.5vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-mv__txt {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__txt {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: max(1.1rem, 2.5vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__slid {
    padding-left: 20%;
  }
}
.p-mv__slidlist {
  aspect-ratio: 1.9022403259;
}
.p-mv__sliditem {
  aspect-ratio: 1.9022403259;
  position: absolute;
}
.p-mv__slidimg {
  aspect-ratio: 1.9022403259;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 3rem 0 0 3rem;
  box-shadow: 2px 3px 10px #b0b0b0;
  overflow: hidden;
}
@media only screen and (min-width: 1700px) {
  .p-mv__slidimg {
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__slidimg {
    width: 80vw;
  }
}
.p-mv__slidimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.04);
}
.p-mv__slidcontrol {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 1080px) {
  .p-mv__slidcontrol {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__slidcontrol {
    gap: 1rem;
    margin-top: 1rem;
  }
}

#image1,
#image2,
#image3,
#image4 {
  will-change: opacity;
}

.p-letter {
  overflow-x: hidden;
  position: relative;
  max-height: 12rem;
  height: 6vw;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-letter {
    height: 11vw;
  }
}

#slidergal {
  width: 170%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #slidergal {
    width: 300%;
  }
}
#slidergal.slider {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #slidergal.slider {
    padding: 0;
  }
}
#slidergal .slider-wrapper {
  pointer-events: none;
}
#slidergal .inner {
  width: 98%;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  #slidergal .inner {
    width: 98%;
  }
}
#slidergal .slides {
  left: -33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #slidergal .slides {
    left: -100%;
  }
}
#slidergal .slider-dotcont {
  display: none;
}
#slidergal .slides.shifting {
  transition: left 40s linear;
}

.p-intro {
  padding-top: 0;
  position: relative;
}
.p-intro__copy {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 4rem auto 6rem;
  line-height: 2.3;
}
@media (max-width: 768px) {
  .p-intro__copy {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-intro__copy {
    font-size: 1.4rem;
  }
}
.p-intro__vid {
  border-radius: 3rem;
  position: relative;
}
.p-intro__vid a {
  display: block;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-intro__vid a {
    border-radius: 1rem;
  }
}
.p-intro__vid::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #007d91;
  bottom: -1rem;
  right: -1rem;
}
@media only screen and (max-width: 768px) {
  .p-intro__vid::before {
    bottom: -0.5rem;
    right: -0.5rem;
    border-radius: 1rem;
  }
}
.p-intro__vidimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.p-intro__vidicon {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .p-intro__vidicon {
    width: 4rem;
    height: 4rem;
  }
}

.p-mod {
  position: fixed;
  top: 0;
  z-index: 20;
}
.p-mod .u-container {
  max-width: 1200px;
}
.p-mod__page {
  position: absolute;
  aspect-ratio: 560/315;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
.p-mod__page-wrap {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 5;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-mod__page-wrap {
    width: 100%;
  }
}
.p-mod__page-wrap.js-open {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
}
.open-priv .p-mod__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.p-mod__iconbtn {
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-mod__iconbtn:hover {
    color: #fff;
  }
}
.p-mod__closefloat {
  position: fixed;
  z-index: 20;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
}
.p-mod__closefloat.js-open {
  visibility: visible;
  pointer-events: all;
}

.p-cont-grid {
  display: grid;
  grid-template-columns: 1fr 70%;
  margin-left: calc((100% - 1200px) / 2);
  width: calc(100% - (100% - 1200px) / 2);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1340px) {
  .p-cont-grid {
    margin-left: 5%;
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-grid {
    grid-template-columns: 1fr;
    margin: unset;
    width: 100%;
  }
}
.p-cont-qa {
  display: grid;
  grid-template-columns: 30% 1fr;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-cont-qa {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-cont__ttlimg {
  height: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg {
    margin: 0 auto;
    text-align: center;
    height: 4rem;
  }
}
.p-cont__ttlimg.ttl-event {
  width: 21rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg.ttl-event {
    width: 34vw;
  }
}
.p-cont__ttlimg.ttl-enjoy {
  width: 21rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg.ttl-enjoy {
    width: 34vw;
  }
}
.p-cont__ttlimg.ttl-faq {
  width: 11rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg.ttl-faq {
    width: 16rem;
  }
}
.p-cont__ttlimg.ttl-map {
  width: 11rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg.ttl-map {
    width: 20vw;
  }
}
.p-cont__ttlimg.ttl-animals {
  width: 25rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg.ttl-animals {
    width: 45vw;
  }
}
.p-cont__ttlimg.ttl-guide {
  width: 55rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttlimg.ttl-guide {
    width: 90vw;
  }
}
.p-cont__ttlimg img {
  height: 100%;
  width: 100%;
}
.p-cont__subttl {
  display: block;
  line-height: 1.4;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-cont__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-cont__subttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__subttl {
    text-align: center;
    margin-top: 1rem;
  }
}
.p-cont__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-cont__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-cont__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__txt {
    text-align: center;
    padding-inline: 1rem;
    margin: 2rem 0 2.5rem;
  }
}
.p-cont__evslid {
  overflow-x: hidden;
}
.p-cont__evslidbot {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}
.p-cont__qa {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__qa {
    gap: 1rem;
  }
}
.p-cont__qawrap {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid;
}
@media only screen and (max-width: 768px) {
  .p-cont__qawrap {
    border: 1px solid;
  }
}
.p-cont__qaq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  padding: 1.8rem 2rem 1.8rem 2rem;
  cursor: pointer;
}
.p-cont__qaa {
  background-color: #fff;
  border-top: unset;
  padding: 2rem 0 1.8rem 0;
  margin: 0 2rem 0 2rem;
  border-top: 1px solid;
}
@media only screen and (max-width: 768px) {
  .p-cont__qaa {
    padding-top: 1rem;
  }
}
.p-cont__qaatxt, .p-cont__qatxt {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__qaatxt, .p-cont__qatxt {
    gap: 0.5rem;
  }
}
.p-cont__qaatxt small, .p-cont__qatxt small {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-cont__qaatxt small, .p-cont__qatxt small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-cont__qaatxt small, .p-cont__qatxt small {
    font-size: 1.2rem;
  }
}
.p-cont__qaicon {
  display: inline-block;
  width: 2.8rem;
  height: 3rem;
}
.p-cont__qaind {
  color: #007d91;
}

.p-evcard {
  position: relative;
  border-radius: 3rem;
  border: 1px solid;
  padding: 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: inherit;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-evcard {
    border-radius: 2rem;
  }
}
.p-evcard::before {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #282828;
  bottom: -0.5rem;
  right: -0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-evcard::before {
    border-radius: 2rem;
  }
}
.p-evcard__new {
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 1rem;
  border-radius: 100px;
  background-color: #007d91;
  color: #fff;
  top: 1.2rem;
  left: 3rem;
}
@media (max-width: 768px) {
  .p-evcard__new {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-evcard__new {
    font-size: 1rem;
  }
}
.p-evcard__ribbon {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 3rem;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 5rem;
  text-align: center;
  color: white;
  background-color: #ee6340;
}
@media (max-width: 768px) {
  .p-evcard__ribbon {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-evcard__ribbon {
    font-size: 1.1rem;
  }
}
.p-evcard__ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #ee6340;
  border-right: 25px solid #ee6340;
  border-bottom: 10px solid transparent;
}
.p-evcard__img {
  overflow: hidden;
  aspect-ratio: 320/210;
  border-radius: 1.6rem;
}
.p-evcard__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-evcard__ttl {
  color: #007d91;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-evcard__ttl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-evcard__ttl {
    font-size: 1.4rem;
  }
}
.p-evcard__table {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  margin-block: 1rem;
}
.p-evcard__dl {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  align-items: flex-start;
}
.p-evcard__dt {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background-color: #cce5e9;
  color: #007d91;
  text-align: center;
}
@media (max-width: 768px) {
  .p-evcard__dt {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-evcard__dt {
    font-size: 1rem;
  }
}
.p-evcard__dd {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-evcard__dd {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-evcard__dd {
    font-size: 1.2rem;
  }
}
.p-evcard__txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-evcard__txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-evcard__txt {
    font-size: 1.2rem;
  }
}

#sliderEvent {
  width: 120%;
}
@media only screen and (max-width: 768px) {
  #sliderEvent {
    width: 100%;
  }
}
#sliderEvent.slider {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #sliderEvent.slider {
    padding: 0 5vw;
  }
}
#sliderEvent .control {
  position: relative;
  left: unset;
  right: unset;
  background-image: unset;
  box-shadow: unset;
}
#sliderEvent .slider-control {
  display: none;
}
#sliderEvent .inner {
  background-color: unset;
  width: 92%;
}
@media only screen and (max-width: 768px) {
  #sliderEvent .slides {
    left: -100%;
  }
}
#sliderEvent .slider-dots span {
  position: relative;
  width: 9rem;
  height: 2px;
  background: #ccc;
  opacity: 1;
  margin-inline: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #sliderEvent .slider-dots span {
    width: 9vw;
  }
}
#sliderEvent .slider-dots span.active {
  background: #007d91;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .p-enjoy {
    padding-bottom: 17rem;
  }
}
.p-enjoy-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: "title one" "two one" "two three" "null three";
  gap: 5rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-enjoy-in {
    gap: 4rem;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-template-areas: "title" "one" "two" "three";
  }
}
.p-enjoy__ttlwrap {
  grid-area: title;
}
.p-enjoy__pnt {
  position: relative;
  z-index: 1;
}
.p-enjoy__pnt.mod--pnt1 {
  grid-area: one;
}
.p-enjoy__pnt.mod--pnt2 {
  grid-area: two;
}
.p-enjoy__pnt.mod--pnt3 {
  grid-area: three;
}
.p-enjoy__img {
  aspect-ratio: 550/468;
}
.p-enjoy__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-enjoy__pnticon {
  display: block;
  position: absolute;
}
.p-enjoy__pnticon.mod--tl {
  top: 5rem;
  left: -6rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-enjoy__pnticon.mod--tl {
    top: 0rem;
    left: -1rem;
    width: 13vw;
  }
}
.p-enjoy__pnticon.mod--ttl {
  top: 5rem;
  left: -10rem;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .p-enjoy__pnticon.mod--ttl {
    bottom: 17rem;
    left: -1rem;
    width: 19vw;
    top: unset;
  }
}
.p-enjoy__pnticon.mod--br {
  bottom: 16rem;
  right: -8rem;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .p-enjoy__pnticon.mod--br {
    width: 10vw;
    right: -1rem;
    bottom: 10rem;
  }
}
.p-enjoy__num {
  position: absolute;
  right: 2rem;
  top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-enjoy__num {
    width: 13vw;
  }
}
.p-enjoy__box {
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem 3rem 3rem;
  width: 80%;
  margin-inline: auto;
  margin-top: -4rem;
  position: relative;
  border: 1px solid #282828;
}
@media only screen and (max-width: 768px) {
  .p-enjoy__box {
    padding: 1rem 2rem;
    width: 90%;
  }
}
.p-enjoy__boxttl {
  display: grid;
  grid-template-columns: 5rem max-content;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #007d91;
}
@media (max-width: 768px) {
  .p-enjoy__boxttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-enjoy__boxttl {
    font-size: 1.7rem;
  }
}
.p-enjoy__boxtxt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-enjoy__boxtxt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-enjoy__boxtxt {
    font-size: 1.4rem;
  }
}

.p-animal__ttlwrap {
  text-align: center;
  margin-bottom: 4rem;
}
.p-animal__ttlwrap .ttl-animals {
  margin-inline: auto;
}
.p-animal__btnlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-animal__btnlist {
    grid-template-columns: 1fr 1fr;
  }
}
.p-animal__btnitem a.tab-btn1 {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b8b4ac;
  color: #fff;
  padding: 1rem 0;
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-animal__btnitem a.tab-btn1 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-animal__btnitem a.tab-btn1 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-animal__btnitem a.tab-btn1 {
    line-height: 1.4;
    padding: 0.6rem 0;
    border-radius: 1rem;
  }
}
.p-animal__btnitem a.tab-btn1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid transparent;
}
.p-animal__btnitem a.tab-btn1.active {
  pointer-events: none;
  background-color: #007d91;
}
.p-animal__btnitem a.tab-btn1.active::before {
  display: block;
  border-top: 15px solid #007d91;
}
@media only screen and (max-width: 768px) {
  .p-animal__btnitem a.tab-btn1.active::before {
    display: none;
  }
}
.p-animal__board {
  background-color: #fff;
  padding: 3rem;
  border-radius: 0 0 3rem 3rem;
  border: 1px solid #b3b3b3;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-animal__board {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.p-animal__ctrl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-animal__ctrl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}

.p-anicard {
  padding-block: 2rem;
  margin-inline: 2rem;
  border-bottom: 1px solid;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-anicard {
    margin-inline: 1rem;
  }
}
.p-anicard::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 87%;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  background-color: #000;
}
.p-anicard.nor::after {
  display: none;
}
.p-anicard.nob {
  border-bottom: unset;
}
.p-anicard.yest {
  border-top: 1px solid;
}
@media only screen and (max-width: 768px) {
  .p-anicard.yest {
    border-top: unset;
  }
}
.p-anicard-wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
.p-anicard-wrap .p-anicard:nth-of-type(2) {
  border-bottom: unset;
}
.p-anicard__topinf {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-anicard__topinf {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.p-anicard__img {
  position: relative;
  aspect-ratio: 271/230;
  width: 50%;
}
.p-anicard__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  position: relative;
}
.p-anicard__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -0.8rem;
  right: -0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../assets/img/top/cl-outdoor.png");
}
@media only screen and (max-width: 768px) {
  .p-anicard__img::before {
    bottom: -4px;
    right: -4px;
  }
}
.for-water .p-anicard__img::before {
  background-image: url("../../../assets/img/top/cl-water.png");
}
.for-out .p-anicard__img::before {
  background-image: url("../../../assets/img/top/cl-outside.png");
}
.for-in .p-anicard__img::before {
  background-image: url("../../../assets/img/top/cl-indoor.png");
}
.p-anicard__inf {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.p-anicard__area {
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 1000px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-anicard__area {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-anicard__area {
    font-size: 1.2rem;
  }
}
.for-water .p-anicard__area {
  background-color: #134280;
}
.for-out .p-anicard__area {
  background-color: #138061;
}
.for-in .p-anicard__area {
  background-color: #e87b45;
}
.p-anicard__name {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-anicard__name {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-anicard__name {
    font-size: 1.5rem;
  }
}
.p-anicard__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-anicard__txt {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-anicard__txt {
    font-size: 1.1rem;
  }
}
.p-anicard__time {
  display: grid;
  grid-template-columns: 17rem 1fr;
  gap: 2rem;
  align-items: center;
  padding: 0rem;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  position: relative;
  margin-top: 2rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .p-anicard__time {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-anicard__time {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-anicard__time {
    grid-template-columns: 12rem 1fr;
    padding: 0 0.2rem;
    margin-top: 0;
  }
}
.p-anicard__dt {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-right: 1px solid #b3b3b3;
}
.p-anicard__dticon {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}
.p-anicard__taglist {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  height: 1lh;
}
.p-anicard__tagitem {
  width: 100%;
  background-color: #cce5e9;
  color: #007d91;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 0rem 0 0.2rem;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .p-anicard__tagitem {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-anicard__tagitem {
    font-size: 1.2rem;
  }
}

#sliderAni1.slider,
#sliderAni2.slider,
#sliderAni3.slider,
#sliderAni4.slider {
  padding: 0;
}
#sliderAni1 .slide,
#sliderAni2 .slide,
#sliderAni3 .slide,
#sliderAni4 .slide {
  cursor: default;
}
@media only screen and (max-width: 768px) {
  #sliderAni1 .slide,
  #sliderAni2 .slide,
  #sliderAni3 .slide,
  #sliderAni4 .slide {
    cursor: pointer;
  }
}
#sliderAni1 .inner,
#sliderAni2 .inner,
#sliderAni3 .inner,
#sliderAni4 .inner {
  width: 100%;
  align-items: flex-start;
}
#sliderAni1 .slides,
#sliderAni2 .slides,
#sliderAni3 .slides,
#sliderAni4 .slides {
  left: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  #sliderAni1 .slides,
  #sliderAni2 .slides,
  #sliderAni3 .slides,
  #sliderAni4 .slides {
    left: -100%;
    display: flex;
  }
}
#sliderAni1 .control,
#sliderAni2 .control,
#sliderAni3 .control,
#sliderAni4 .control {
  position: relative;
  left: unset;
  right: unset;
  background-image: unset;
  box-shadow: unset;
}
@media only screen and (max-width: 768px) {
  #sliderAni1 .control,
  #sliderAni2 .control,
  #sliderAni3 .control,
  #sliderAni4 .control {
    margin-top: unset;
  }
}
#sliderAni1 .slider-control,
#sliderAni2 .slider-control,
#sliderAni3 .slider-control,
#sliderAni4 .slider-control {
  display: none;
}
@media only screen and (max-width: 768px) {
  #sliderAni1 .slider-dots,
  #sliderAni2 .slider-dots,
  #sliderAni3 .slider-dots,
  #sliderAni4 .slider-dots {
    margin: 0;
  }
}
#sliderAni1 .slider-dots span,
#sliderAni2 .slider-dots span,
#sliderAni3 .slider-dots span,
#sliderAni4 .slider-dots span {
  position: relative;
  width: 9rem;
  height: 2px;
  background: #ccc;
  opacity: 1;
  margin-inline: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #sliderAni1 .slider-dots span,
  #sliderAni2 .slider-dots span,
  #sliderAni3 .slider-dots span,
  #sliderAni4 .slider-dots span {
    width: 10.4vw;
  }
}
#sliderAni1 .slider-dots span.active,
#sliderAni2 .slider-dots span.active,
#sliderAni3 .slider-dots span.active,
#sliderAni4 .slider-dots span.active {
  background: #007d91;
  transition: 0.3s;
}

.p-course .p-cont__ttl {
  text-align: center;
  margin-inline: auto;
}
.p-course .p-cont__ttlimg {
  margin-inline: auto;
}
.p-course__box {
  margin-block: 6rem 0;
  padding: 4rem;
  border-radius: 3rem;
  background-color: #fff;
  position: relative;
  border: 1px solid #b3b3b3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-course__box {
    padding: 2rem 1rem;
    margin-block: 3rem 0;
  }
}

.p-map .p-cont__ttl {
  text-align: center;
  margin-inline: auto;
}
.p-map .p-cont__ttlimg {
  margin-inline: auto;
}
.p-map__box {
  margin-block: 6rem 0;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-map__box {
    margin-top: 3rem;
  }
}
.p-map__img {
  display: block;
  overflow: hidden;
}
.p-map__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-map__coming {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3rem;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: none;
}
@media (max-width: 768px) {
  .p-map__coming {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-map__coming {
    font-size: 1.8rem;
  }
}
.p-map__info {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  background-color: #fff;
  padding: 0 4rem 4rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-map__info {
    padding: 0 1rem 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.p-map__infottl {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #007d91;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-map__infottl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-map__infottl {
    font-size: 1.6rem;
  }
}
.p-map .legend-listwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2rem 4rem;
}
@media only screen and (max-width: 1200px) {
  .p-map .legend-listwrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-map .legend-listwrap {
    padding: 2rem 1rem;
  }
}
.p-map .legend-list {
  display: grid;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
}
.p-map .legend-item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: flex-start;
  gap: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-map .legend-item {
    grid-template-columns: 2.6rem 1fr;
    gap: 0.3rem;
  }
}
.p-map .color-box {
  width: 4rem;
  height: 2.6rem;
  position: relative;
  z-index: 1;
  background: white;
}
@media only screen and (max-width: 768px) {
  .p-map .color-box {
    width: 2.6rem;
    height: 1.4rem;
  }
}
.p-map .penguin {
  background-color: #0273c7;
}
.p-map .giraffe {
  background-color: #936f02;
}
.p-map .owl {
  background-color: #3d3425;
}
.p-map .namake {
  background-color: #003071;
}
.p-map .kapi {
  background-color: #933279;
}
.p-map .aru {
  background-color: #54762d;
}
.p-map .pony {
  background-color: #785335;
}
.p-map .legend-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  font-weight: 500;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-map .legend-content {
    gap: 0.5rem;
  }
}
.p-map .legend-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.5lh;
  height: 2px;
  background-image: linear-gradient(to right, #999 50%, transparent 50%);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-map .legend-content::before {
    top: 0.3lh;
    background-size: 5px 1px;
  }
}
.p-map .legend-title {
  background: white;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 3px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-map .legend-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-map .legend-title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-map .legend-title {
    line-height: 1.2;
  }
}
.p-map .legend-description {
  background: white;
  padding: 0 8px;
  width: 60%;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-map .legend-description {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-map .legend-description {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-map .legend-description {
    line-height: 1.2;
  }
}

.p-guide .p-cont__ttl {
  text-align: center;
  margin-inline: auto;
}
.p-guide .p-cont__ttlimg {
  margin-inline: auto;
}
.p-guide__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 6rem;
}
@media only screen and (min-width: 1700px) {
  .p-guide__list {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-guide__list {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.p-guide__item {
  background-color: #fff;
  border-radius: 3rem;
  border: 1px solid #282828;
  padding: 4rem 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-guide__item {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.p-guide__dl {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 0 6rem;
  grid-template-rows: 1fr max-content;
}
@media only screen and (max-width: 768px) {
  .p-guide__dl {
    grid-template-columns: 1fr;
  }
}
.p-guide__dd {
  grid-area: 1/2/3/3;
}
@media only screen and (max-width: 768px) {
  .p-guide__dd {
    grid-area: unset;
  }
}
.p-guide__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #007d91;
}
@media (max-width: 768px) {
  .p-guide__ttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-guide__ttl {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-guide__ttl {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.p-guide__txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-guide__txt-wrap {
    flex-direction: column;
  }
}
.p-guide__txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1;
}
@media (max-width: 768px) {
  .p-guide__txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-guide__txt {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-guide__txt {
    text-align: center;
  }
}
.p-guide__txt b {
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .p-guide__txt b {
    margin-top: 1.4rem;
    display: block;
  }
}
.p-guide__txt em.time {
  font-size: 28px;
  font-size: 2.8rem;
  margin-right: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-guide__txt em.time {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-guide__txt em.time {
    font-size: 2.2rem;
  }
}
.p-guide__txt .pnt {
  position: relative;
  display: block;
  padding-left: 1rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .p-guide__txt .pnt {
    text-align: left;
  }
}
.p-guide__txt .pnt::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: #000;
  position: absolute;
  left: -1rem;
  top: 0.5lh;
}
@media only screen and (max-width: 768px) {
  .p-guide__txt .pnt::before {
    left: 0;
  }
}
.p-guide__txt .add {
  display: block;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-guide__txt .add {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-guide__txt .add {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-guide__txt .add {
    margin-top: 2rem;
  }
}
.p-guide__tbl {
  display: grid;
  grid-template-columns: 39% 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-guide__tbl {
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
}
.p-guide__tblttl {
  background-color: #e5f2f4;
  color: #007d91;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-guide__tblttl {
    flex-direction: column;
  }
}
.p-guide__tblttl small {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-guide__tblttl small {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-guide__tblttl small {
    font-size: 1.1rem;
  }
}
.p-guide__tbldd {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-guide__btn {
    margin-top: 2.5rem;
  }
}
.p-guide__sns {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-guide__sns {
    gap: 3rem;
  }
}
.p-guide__snsbtn {
  width: 5.6rem;
  height: 5.6rem;
  padding: 1.5rem;
  border-radius: 1000px;
  border: 1px solid #007d91;
}
@media only screen and (max-width: 768px) {
  .p-guide__snsbtn {
    width: 4.3rem;
    height: 4.3rem;
    padding: 1.2rem;
  }
}
.p-guide__snsimg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-guide__snsimg {
    height: 100%;
  }
}
.p-guide__map {
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 3rem;
  aspect-ratio: 120/50;
  background-color: #e5f2f4;
}
@media only screen and (max-width: 768px) {
  .p-guide__map {
    margin-top: 2rem;
    aspect-ratio: 310/400;
  }
}
.p-guide__map iframe {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-guide__pntwrap {
  background-color: #e5f2f4;
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-guide__pntwrap {
    padding: 1rem 1rem;
    margin-top: 2.5rem;
  }
}
.p-guide__pntwrap .pnt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-guide__pntwrap .pnt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-guide__pntwrap .pnt {
    font-size: 1.2rem;
  }
}

.p-faq {
  padding-bottom: 16rem;
  overflow-y: hidden;
}
@media only screen and (min-width: 1700px) {
  .p-faq {
    padding-bottom: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq {
    padding-bottom: 23vw;
  }
}

.p-social {
  margin-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 19;
}
.p-social__ttl {
  background-color: #4ca4b2;
  font-size: 22px;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  color: #fff;
  border-radius: 1.4rem;
}
@media (max-width: 768px) {
  .p-social__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-social__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-social__ttl {
    padding: 0.5rem;
  }
}
.p-social__ttl .ttlicon {
  display: block;
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-social__ttl .ttlicon {
    width: 2rem;
    height: 2rem;
  }
}
.p-social__ttl .ttlicon img {
  filter: invert(1);
}
.p-social__link {
  margin: 4rem auto;
}
@media only screen and (max-width: 768px) {
  .p-social__link {
    margin: 1rem auto;
  }
}
.p-social__btn a {
  max-width: 45rem;
  margin: 0 auto;
  background-color: #fff;
  color: #007d91;
  border: 2px solid #4ca4b2;
}
.p-social__btn a:hover {
  color: #fff;
  transition: 0.3s;
  background-color: rgb(0, 72.2413793103, 83.8);
  border: 2px solid rgb(0, 72.2413793103, 83.8);
}
.p-social__btn .outlink {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 2rem;
}
.p-social__btn .outlink img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(54%) saturate(367%) hue-rotate(140deg) brightness(92%) contrast(94%);
}

#slidergal2 {
  width: 170%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 19;
}
@media only screen and (max-width: 768px) {
  #slidergal2 {
    width: 300%;
  }
}
#slidergal2.slider {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #slidergal2.slider {
    padding: 0;
  }
}
#slidergal2 .slider-wrapper {
  pointer-events: none;
}
#slidergal2 .inner {
  width: 98%;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  #slidergal2 .inner {
    width: 100%;
  }
}
#slidergal2 .slides {
  left: -33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #slidergal2 .slides {
    left: -100%;
  }
}
#slidergal2 .slider-dotcont {
  display: none;
}
#slidergal2 .slides.shifting {
  transition: left 40s linear;
}

/* ユーティリティ */
.bg-wh {
  background-color: #fff;
}

.bg-yell {
  background-color: #fcf7db;
}

.bg-blu {
  background-color: #d2f1f7;
}

.bg-org {
  background-color: #ffefdb;
}

.bg-lime {
  background-color: #dff7d2;
}

.objp-r img {
  -o-object-position: top right;
     object-position: top right;
}
@media only screen and (max-width: 768px) {
  .objp-r img {
    -o-object-position: left;
       object-position: left;
  }
}

.u-flt {
  position: absolute;
}
.u-flt-topover-sun {
  bottom: 100%;
  max-width: 21rem;
  width: 15vw;
}
@media only screen and (max-width: 768px) {
  .u-flt-topover-sun {
    right: unset;
    left: 4rem;
    min-width: 7rem;
    width: 17vw;
  }
}
.u-flt-tl {
  bottom: 80%;
  max-width: 12rem;
  min-width: 6rem;
  width: 8vw;
  right: 94%;
}
@media only screen and (max-width: 768px) {
  .u-flt-tl {
    width: 12vw;
    min-width: 4rem;
    right: unset;
    left: 1rem;
  }
}
.u-flt-tll {
  bottom: 99%;
  max-width: 15rem;
  width: 10vw;
  right: 90%;
}
@media only screen and (max-width: 768px) {
  .u-flt-tll {
    width: 8rem;
    right: 80%;
  }
}
.u-flt-bl {
  bottom: 9rem;
  max-width: 15rem;
  width: 10vw;
  right: 99%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .u-flt-bl {
    transform: rotate(-90deg);
    right: unset;
    left: 4rem;
    bottom: -17vw;
    width: 14vw;
  }
}
.u-flt-leaf {
  display: none;
  z-index: 10;
  right: -11rem;
  width: 19vw;
  top: 1rem;
}
@media only screen and (max-width: 768px) {
  .u-flt-leaf {
    right: 0;
    width: 13rem;
    top: 9rem;
    display: none;
  }
}
.u-flt-leafr {
  z-index: 19;
  right: 0;
  width: 10vw;
  top: 26rem;
}
@media only screen and (max-width: 768px) {
  .u-flt-leafr {
    display: none;
  }
}
.u-flt-leafl {
  z-index: 19;
  left: 0;
  width: 10vw;
  bottom: 26rem;
}
@media only screen and (max-width: 768px) {
  .u-flt-leafl {
    display: none;
  }
}

.u-fltsec {
  position: absolute;
  pointer-events: none;
}
.u-fltsec-balloon {
  bottom: 13rem;
  right: -1vw;
  width: 10vw;
  min-width: 11rem;
}
@media only screen and (max-width: 768px) {
  .u-fltsec-balloon {
    bottom: 7rem;
    right: 0rem;
    width: 16vw;
    min-width: 7rem;
  }
}
.u-fltsec-tree {
  bottom: calc(100% + 8vw);
  left: 2vw;
  width: 7.3vw;
  max-width: 12rem;
  min-width: 10rem;
}
@media only screen and (max-width: 768px) {
  .u-fltsec-tree {
    left: unset;
    right: 33vw;
    width: 10vw;
    min-width: 4rem;
  }
}
.u-fltsec-bush {
  width: 120%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 1680/300;
}
@media only screen and (max-width: 768px) {
  .u-fltsec-bush {
    aspect-ratio: 1680/430;
    width: 160%;
  }
}
.u-fltsec-bush img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.u-fltsec-foot {
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1px);
}
.u-fltsec-foot img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.u-fltsec-word {
  width: 120%;
  left: 0;
  bottom: 11%;
  aspect-ratio: 1680/100;
}
@media only screen and (max-width: 768px) {
  .u-fltsec-word {
    width: 300%;
    z-index: -1;
    bottom: 6rem;
  }
}
.u-fltsec-word img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.u-oka {
  position: absolute;
  display: block;
  max-width: 30rem;
  max-height: 30rem;
  width: 16rem;
  pointer-events: none;
}
.u-oka img {
  position: relative;
  width: 100%;
  height: 100%;
  top: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
.u-oka-r {
  right: 6vw;
  bottom: calc(100% + 2vw);
  width: 8vw;
  min-width: 13rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-r {
    width: 20vw;
    bottom: 100%;
    right: 3vw;
    min-width: 7rem;
  }
}
.u-oka-fly {
  right: 4vw;
  bottom: calc(100% - 0vw);
  width: 9vw;
  max-width: 18rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-fly {
    right: 5vw;
    width: 20vw;
    max-width: 10rem;
  }
}
.u-oka-rb {
  right: 5vw;
  bottom: calc(100% + 1vw);
  width: 16vw;
  max-width: 28rem;
  min-width: 20rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-rb {
    right: 3vw;
    bottom: 100%;
    width: 23vw;
    min-width: 7rem;
    max-width: 15rem;
  }
}
.u-oka-rr {
  right: 2vw;
  bottom: calc(100% + 0vw);
  width: 10vw;
  max-width: 18rem;
  min-width: 10rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-rr {
    right: 2vw;
    width: 14vw;
    min-width: unset;
  }
}
.u-oka-l {
  left: 8vw;
  bottom: calc(100% + 3vw);
  width: 14vw;
  max-width: 28rem;
  min-width: 20rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-l {
    width: 26vw;
    min-width: 10rem;
    bottom: 100%;
    left: unset;
    right: 4vw;
  }
}
.u-oka-ll {
  left: 3vw;
  bottom: calc(100% - 0vw);
  max-width: 23rem;
  width: 15vw;
}
@media only screen and (max-width: 768px) {
  .u-oka-ll {
    width: 20vw;
    left: 4vw;
  }
}
.u-oka-rs {
  right: 7vw;
  bottom: calc(100% + 2vw);
  width: 7vw;
  max-width: 8rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-rs {
    width: 12vw;
    bottom: 100%;
    max-width: 6rem;
  }
}
.u-oka-ls {
  left: 0;
  bottom: calc(100% + 3.5vw);
  width: 18vw;
  max-width: 25rem;
  min-width: 20rem;
}
@media only screen and (max-width: 768px) {
  .u-oka-ls {
    left: 0;
    width: 32vw;
    bottom: 100%;
    min-width: 13rem;
    max-width: 19rem;
  }
}

.u-print {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 19;
  max-width: 35rem;
}
.u-print-l {
  width: 9vw;
}
@media only screen and (max-width: 768px) {
  .u-print-l {
    width: 17vw;
  }
}
.u-print-lw {
  width: 12vw;
}
@media only screen and (max-width: 768px) {
  .u-print-lw {
    width: 29vw;
    bottom: -8rem;
  }
}
.u-print-r {
  top: 0;
  bottom: unset;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .u-print-r {
    width: 47vw;
    max-width: 18rem;
  }
}

.u-big {
  pointer-events: none;
  position: absolute;
  bottom: 45%;
  z-index: 19;
  max-width: 38rem;
  width: 25vw;
}
@media only screen and (min-width: 1700px) {
  .u-big {
    top: 26%;
  }
}
@media only screen and (max-width: 768px) {
  .u-big {
    width: 100vw;
    top: unset;
    position: relative;
    max-width: unset;
    margin-top: 2rem;
  }
}

/* スライダーコントロール */
.u-controls {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-controls {
    gap: 1rem;
  }
}

.u-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.u-dots button {
  position: relative;
  width: 9rem; /* 横棒の長さ */
  height: 2px; /* 横棒の太さ */
  background: #ccc; /* 空の状態 */
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .u-dots button {
    width: 11vw;
  }
}
.u-dots .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #007d91; /* 埋まった状態 */
  transform-origin: left center;
  transform: scaleX(0); /* 最初は0 */
}/*# sourceMappingURL=top.css.map */