@charset "utf-8";


/* CMS Template(CSS編集はCMS管理画面から)

"/activity/indoor-park/css/indoor-park.css

Update:  2026-03-30 PM 01:38

====================*/



/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */
body { overflow: hidden; height: 100%;}
html, body { overflow-x: hidden;}

.nsfont{ font-family: 'Noto Sans JP', sans-serif;font-weight: 300;}
#indoor-park h1,#indoor-park h2,#indoor-park h3,#indoor-park p,#indoor-park dt,#indoor-park dd p,#indoor-park .btn a,.ac-box h3{
  font-family:'Noto Sans JP' ,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
.aera-inr{
  text-align: center;
  width: 100%;
}
.aera-inr h2{
  margin: 0 auto 100px;
  line-height: 1.0;
}
#indoor-park .rainbow{
  font-size:clamp(3.0rem, 5.0vw, 6.0rem);
  display: inline-block;
  font-weight:500;
  background: url("/activity/indoor-park/img/bg_rainbow.jpg") no-repeat center center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
  margin: 0 auto 60px;
  padding: 0 125px;
}
#indoor-park .rainbow::before, #indoor-park .rainbow::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000000;
}
#indoor-park #others .rainbow::before, #indoor-park #others .rainbow::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
}
#indoor-park .rainbow::before {left:0;}
#indoor-park .rainbow::after {right: 0;}
#indoor-park .column{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#indoor-park .ac-box.column{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ac-box{
  max-width: 1390px;
  margin: 0 auto 0;
}
.ac-box .set{
  width: 31%;
  background: rgba(255,255,255,0.75);
  margin: 0 1% 44px;
  border-radius: 10px;
}
.ac-box .set img{
  border-radius: 10px 10px 0 0;
}
.ac-box .set .text{
  padding: 35px 26px 16px;
  text-align: left;
}
.ac-box h3{
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #13818f;
  font-weight: 500 !important;
}
.ac-box p.info{
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#introduction .btn a,#pool .btn a,.ac-box .btn a{
  display: block;
  width: 90%;
  max-width: 156px;
  background: linear-gradient(100deg,rgba(182, 78, 164, 1) 0%, rgba(170, 129, 238, 1) 100%);
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 7px 0 7px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.4rem;
}
.information .btn_pdf a{
  display: block;
  width: 80%;
  max-width: 140px;
  color: #FFFFFF;
  text-align: center;
  margin: 12px 0 0 auto;
  padding: 6px 0 6px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2rem;
}
#indoor-park .information{
  max-width: 820px;
  margin: 0 auto 0;
  padding: 20px 50px 30px;
  border-radius: 15px;
  background: rgba(102,10,123,0.45);
  text-align: left;
}
#indoor-park .information h4{
  font-weight: 500;
  color: #FFFFFF;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
#indoor-park .information h4 span{
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 15px;
}
#indoor-park .information dl{
  overflow: hidden;
}
#indoor-park .information dt {
  width: 160px;
  float: left;
  clear: both;
  font-weight: bold;
}
#indoor-park .information  dd {
  padding: 0 0 12px 170px;
}
#indoor-park .information p,#indoor-park .information dt,#indoor-park .information dd{
  font-weight: 500;
  color: #FFFFFF;
  font-size: 1.4rem;
}

/* main-top */
#main-top{
  position: relative;
  margin: 0 auto 0;
  height: 850px;
}
.fallback #main-top {
	background: url("/activity/indoor-park/img/img_main_pc.jpg") no-repeat center top;
}
.webp #main-top {
	background: url("/activity/indoor-park/img/img_main_pc.webp") no-repeat center top;
}
.avif #main-top {
	background: url("/activity/indoor-park/img/img_main_pc.avif") no-repeat center top;
}
#main-top .inr{
  max-width: 1200px;
  margin: 0 auto 0;
  text-align: center;
  position: absolute;
  top:60%;left: 0; right: 0;
  transform: translateY(-60%);
  z-index: 1000;
}
#main-top h1{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* introduction */
#introduction{
  position: relative;
  text-align: center;
  background: url("/activity/indoor-park/img/bg_rainbow.jpg") no-repeat center center;
  padding: 85px 10px 90px;
}
#introduction h2{
  font-weight: 500;
  margin: 0 auto 40px 0;
  text-align: left;
}
#introduction .info{
  text-align: left;
}
#introduction dl{
  overflow: hidden;
}
#introduction dl dt {
  width: 150px;
  float: left;
  clear: both;
}
#introduction dl dd {
  padding: 0 0 15px 160px;
}
#introduction::before {
  position: absolute;content: "";
  top: -70px;left:calc(50% - 880px);
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_01.png") no-repeat;
  width: 399px;height: 420px;
  background-size: 399px 420px;
}
#introduction::after {
  position: absolute;content: "";
  top: -50px;left:calc(50% + 500px);
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_02.png") no-repeat;
  width: 380px;height: 389px;
  background-size: 380px 389px;
}
#introduction .info{
  max-width: 950px;
  margin: 0 auto 0;
  padding: 55px 65px 55px;
  background: rgba(255,255,255,0.74);
  border-radius: 16px;
}
/* indoor-map */
#indoor-map{
  text-align: center;
  padding: 77px 0 90px;
  background: url("/activity/indoor-park/img/icon_04.png") no-repeat,url("/activity/indoor-park/img/icon_03.png") no-repeat;
  background-position: calc(50% + 600px) 90px,calc(50% - 400px) 180px;
}
#indoor-map .column{
  max-width: 1300px;
  margin: 0 auto 0;
  align-items: center;
}
#indoor-map .column .outside{
  width: 29.2%;
}
#indoor-map .column .inside{
  width: 69.2%;
}
/* forest */
#forest{
  position: relative;
  margin: 0 auto 0;
  padding: 65px 10px 95px;
}
.fallback #forest {
	background: url("/activity/indoor-park/img/bg_forest.jpg") no-repeat center top;
}
.webp #forest {
	background: url("/activity/indoor-park/img/bg_forest.webp") no-repeat center top;
}
.avif #forest {
	background: url("/activity/indoor-park/img/bg_forest.avif") no-repeat center top;
}

/* digital */
#digital{
  position: relative;
  margin: 0 auto 0;
  padding: 65px 10px 95px;
}
.fallback #digital {
	background:url("/activity/indoor-park/img/bg_digital.jpg") no-repeat center top;
}
.webp #digital {
	background:url("/activity/indoor-park/img/bg_digital.webp") no-repeat center top;
}
.avif #digital {
	background:url("/activity/indoor-park/img/bg_digital.avif") no-repeat center top;
}
#digital::before {
  position: absolute;content: "";
  bottom: 0;left: calc(50% - 720px);
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_05.png") no-repeat;
  width: 358px;height: 346px;
  background-size: 358px 346px;
  animation: fuwafuwa3 10s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa3 {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, -25px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1deg);
  }
}
#digital::after {
  position: absolute;content: "";
  top: 60px;left: calc(50% + 350px);
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_06.png") no-repeat;
  width: 476px;height: 460px;
  background-size: 476px 460px;
  animation: fuwafuwa4 15s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa4 {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, 50px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}
#digital .ac-box,#digital .information{
  position: relative;
  z-index: 10;
}
/* pool */
#pool{
  position: relative;
}
.pool-inr{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  z-index: 999;
}
#pool h2{
  font-size:clamp(3.0rem, 4.16vw, 5.0rem);
  display: inline-block;
  font-weight:500;
  position: relative;
  display: inline-block;
  margin: 0 auto 60px;
  padding: 0 125px;
  white-space: nowrap;
  color: #FFFFFF;
}
#pool h2::before,#pool h2::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
}
#pool h2::before {left:0;}
#pool h2::after {right: 0;}
#pool .information{
  max-width: 820px;
  margin: 0 auto 0;
  padding: 20px 50px 10px;
  border-radius: 15px;
  background: rgba(255,255,255,0.67);
  text-align: left;
}
#pool .information p{
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000000;
}
#pool .information dt,#pool .information dd{
  color: #000000;
}
/* others */
#others{
  position: relative;
  background: url("/activity/indoor-park/img/icon_09.png") no-repeat #000000;
  background-position: calc(50% - 550px) bottom;
  padding: 70px 10px 80px;
}
#others::before {
  position: absolute;content: "";
  top: 0;left: calc(50% - 680px);
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_07.png") no-repeat;
  width: 500px;height: 526px;
  background-size: 500px 526px;
  animation: fuwafuwa 6s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -25px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}
#others::after {
  position: absolute;content: "";
  top: 0;left:calc(50% + 250px);
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_08.png") no-repeat;
  width: 968px;height: 1042px;
  background-size: 968px 1042px;
  animation: fuwafuwa2 10s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa2 {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, 50px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}
#others .ac-box{
  position: relative;
  z-index: 10;
}
#others .ac-box .set.precure{
  background: rgba(230,219,234,1.0);
}
#others .ac-box .set.tabletennis{
  background: rgba(205,240,205,1.0);
}
#others .ac-box .set.game{
  background: rgba(240,233,195,1.0);
}
#others .scroll {
  overflow-x: auto;
}
#others table {
  position: relative;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto 80px;
  border: 1px #662d91 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:1.5rem;
  line-height:1.4;
  color:#3e3e3e;
  z-index: 10;
}
#others table span{
  font-size: 1.2rem;
  color: #8410b4;
  display: block;
}
#others table b{
  font-size: 1.2rem;
  display: block;
}
#others th {
  padding: 8px;
  border: #662d91 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  text-align: center;
}
#others td {
  padding: 8px;
  border: 1px #662d91 solid;
  border-width: 0 0 1px 1px;
  background: #FFFFFF;
  text-align:left;
}
#others .sp-only{
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
#others th.s1{
  width: 160px;
}
#others th.s2{
  width: 110px;
}
/* remodal */
.remodal{
	max-width: 700px !important;
	border-radius: 6px;
	padding: 40px 50px 0;
	text-align: left;
}
.remodal.photo{
	max-width: 1100px !important;
	border-radius: 6px;
	padding: 5px 5px 20px;
	text-align: left;
  text-align: center;
}
.remodal .title{
	font-size:clamp(1.8rem, 2.5vw, 3.0rem);
  color: #2897a5;
	margin-bottom: 10px;
  text-align: left;
  font-family:'Noto Sans JP' ,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.remodal .title2{
  margin-bottom: 4px !important;
  font-weight: bold;
}
.remodal .inr{
	border-top: 1px solid #d3d3d3;
	padding: 25px 0 0;
}
.remodal.photo .inr{
	border-top: none;
	padding: 5px 0 20px;
  text-align: center;
}
.remodal .inr p{
	margin-bottom: 30px;
  font-size: 1.4rem;
}
.remodal dl{
  max-width: 570px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px dotted #b1b1b1;
}
.remodal dt {
  width: 100px;
  float: left;
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 6px 0 6px;
}
.remodal  dd {
  border-top: 1px dotted #b1b1b1;
  padding: 6px 0 6px 120px;
  font-size: 1.6rem;
}
.remodal ul{margin-bottom: 20px;}
.remodal li{
  font-size: 1.4rem;
}
.remodal .remodal-close.close01{
	left: auto !important;right: 0 !important;
}
.remodal .remodal-close.close01::before{
	left: auto !important;right: 0 !important;
}
.remodal .close02{
	display: block;
	width: 80%;
	max-width: 180px;
	height: 36px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
	cursor: pointer;
	background-color: #FFFFFF;
}
.remodal .close02::before{
	content: "close";
	font-size: 1.4rem;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
}
.remodal .text{
  margin-bottom: 30px;
}
.remodal .img{
  max-width: 570px;
  margin: 0 auto 0;
  padding-bottom: 30px;
}
.remodal .img img{
  border-radius: 6px;
}
.remodal h4{
  font-weight: bold;
}
.remodal{
  z-index: 9999999;
}
.remodal .btn.normal a{
  border-radius: 6px;
  max-width: 400px;
  margin: 0 auto 30px;
  background-color: #1dacca;
  padding: 8px 0 8px;
  color: #FFFFFF;
}
.remodal .btn.normal a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
/* .remodal .slide{
  height: 279px;
} */
/* All END */

/* ----------------------------------------------------
- 520px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 520px) {



/* - 520px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
- 960px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 960px) {

  .folder-resort-stay p{
    line-height: 1.7;
  }
.ac-box .set{
  width: 84%;
  background: rgba(255,255,255,0.80);
  margin: 0 auto 25px;
}
.ac-box .set .text{
  padding: 25px 15px 16px;
  text-align: left;
}
.ac-box p.info{
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.aera-inr h2{
  font-size:clamp(2.4rem, 6.7vw, 8.0rem);
  margin: 0 auto 40px;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "Times New Roman", "Hiragino Mincho ProN","YuMincho","Yu Mincho",serif;
}
.aera-inr h3{
  text-align: left;
}
#indoor-park .rainbow{
  margin: 0 auto 30px;
  padding: 0 60px;
}
#indoor-park .rainbow::before, #indoor-park .rainbow::after{
  width: 50px;
}
#indoor-park #others .rainbow::before, #indoor-park #others .rainbow::after{
  width: 50px;
}
#indoor-park .information{
  padding: 12px 12px 12px;
  border-radius: 10px;
  background: rgba(102,10,123,0.45);
  text-align: left;
}
#indoor-park .information h4{
  font-size: 2.0rem;
  margin:0 0 25px 0 !important;
}
/* main-top */
#main-top{
  position: relative;
  margin: 0 auto 0;
  height: auto;
  padding-top: 106%;
}
.fallback #main-top {
	background: url("/activity/indoor-park/img/img_main_sp.jpg") no-repeat center center;
  background-size: cover;
}
.webp #main-top {
	background: url("/activity/indoor-park/img/img_main_sp.webp") no-repeat center center;
  background-size: cover;
}
.avif #main-top {
	background: url("/activity/indoor-park/img/img_main_sp.avif") no-repeat center center;
  background-size: cover;
}
#main-top .inr{
  position: absolute;
  top:55%;left: 0; right: 0;
}
#main-top h1{
  width: 90%;
  margin: 0 auto;
}

/* introduction */
#introduction{
  position: relative;
  text-align: center;
  background: url("/activity/indoor-park/img/bg_rainbow.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 10px 30px;
}
#introduction h2{
  font-weight: 500;
  margin: 0 auto 25px 0;
  text-align: left;
}
#introduction .info{
  text-align: left;
}
#introduction dl dt {
  width: 100%;
  float: none;
}
#introduction dl dd {
  padding: 0 0 15px 15px;
}
#introduction::before {
  position: absolute;content: "";
  top: -30px;left:0;
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_01.png") no-repeat;
  width: 70px;height: 74px;
  background-size: 70px 74px;
}
#introduction::after {
  position: absolute;content: "";
  top: -40px;left:auto;right: 0;
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_02.png") no-repeat;
  width: 80px;height: 82px;
  background-size: 80px 82px;
}
#introduction .info{
  padding: 20px 15px 20px;
}
/* indoor-map */
#indoor-map{
  text-align: center;
  padding: 30px 0 40px;
  background: url("/activity/indoor-park/img/icon_04.png") no-repeat,url("/activity/indoor-park/img/icon_03.png") no-repeat;
  background-position: right bottom,0 30px;
  background-size: 250px 287px,180px 137px;
}
#indoor-map .column{
  max-width: 1300px;
  margin: 0 auto 0;
  align-items: center;
}
#indoor-map .column .outside{
  width: 65%;
  margin: 0 auto 25px;
}
#indoor-map .column .inside{
  width: 100%;
}
/* forest */
#forest{
  position: relative;
  padding: 40px 6px 40px;
}
.fallback #forest {
	background: url("/activity/indoor-park/img/bg_forest.jpg") no-repeat center top;
  background-size: cover;
}
.webp #forest {
	background: url("/activity/indoor-park/img/bg_forest.webp") no-repeat center top;
  background-size: cover;
}
.avif #forest {
	background: url("/activity/indoor-park/img/bg_forest.avif") no-repeat center top;
  background-size: cover;
}

/* digital */
#digital{
  position: relative;
  margin: 0 auto 0;
  padding: 65px 10px 95px;
}
#digital h2{
  position: relative;
  z-index: 10;
}
.fallback #digital {
	background:url("/activity/indoor-park/img/bg_digital.jpg") no-repeat center center;
  background-size: cover;
}
.webp #digital {
	background:url("/activity/indoor-park/img/bg_digital.webp") no-repeat center center;
  background-size: cover;
}
.avif #digital {
	background:url("/activity/indoor-park/img/bg_digital.avif") no-repeat center center;
  background-size: cover;
}
#digital::before {
  position: absolute;content: "";
  bottom: 0;left: 0;
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_05.png") no-repeat;
  width: 160px;height: 155px;
  background-size: 160px 155px;
  animation: fuwafuwa3 10s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa3 {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, -25px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1deg);
  }
}
#digital::after {
  position: absolute;content: "";
  top: 0px;left:auto;right: 0;
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_06.png") no-repeat;
  width: 150px;height: 145px;
  background-size: 150px 145px;
  animation: fuwafuwa4 15s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa4 {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, 50px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}

/* pool */
#pool{
  position: relative;
}

.pool-inr{
  position: relative;
  top: 0;
  left: 0%;
  transform: none;
  z-index: 999999;
  text-align: center;
  padding: 20px 10px;
}
#pool h2{
  font-size:clamp(3.0rem, 4.16vw, 5.0rem);
  display: inline-block;
  font-weight:500;
  position: relative;
  display: inline-block;
  margin: 0 auto 15px;
  padding: 0 60px;
  white-space: nowrap;
  color: #000000;
}
#pool h2::before,#pool h2::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000000;
}
#pool h2::before {left:0;}
#pool h2::after {right: 0;}
#pool .information{
  max-width: 820px;
  margin: 0 auto 0;
  padding: 20px 0px 0px;
  border-radius: 15px;
  background: rgba(255,255,255,0.67);
  text-align: left;
}
/* others */
#others{
  position: relative;
  background: url("/activity/indoor-park/img/icon_09.png") no-repeat #000000;
  background-position: left bottom;
  background-size: 100px 84px;
  padding: 30px 10px 40px;
}
#others::before {
  position: absolute;content: "";
  top: 0;left: 0;
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_07.png") no-repeat;
  width: 130px;height: 137px;
  background-size: 130px 137px;
  animation: fuwafuwa 6s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -25px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}
#others::after {
  position: absolute;content: "";
  top: 50%;left:auto; right: -80px;
  margin: 0px 0 0 0;
  background:url("/activity/indoor-park/img/icon_08.png") no-repeat;
  width: 180px;height: 194px;
  background-size: 180px 194px;
  animation: fuwafuwa2 10s ease-in-out infinite alternate,none,none;
  transition: 25.5s ease-in-out;
  z-index: 5;
}
@keyframes fuwafuwa2 {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, 50px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}
#others table {
  position: relative;
  width: 1000px;
  margin: 0 auto 50px;
  border: 1px #662d91 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:1.5rem;
  line-height:1.4;
  color:#3e3e3e;
  z-index: 10;
}
/* remodal */
.remodal{
	padding: 10px 10px 15px !important;
	text-align: left;
}
.remodal.photo{
	padding: 5px 5px 15px !important;
	text-align: left;
}
.remodal .category{
	display: inline-block;
	font-size: 1.2rem;
}
.remodal .title{
	font-size: 1.6rem;
}
.remodal .inr p{
	margin-bottom: 20px;
}
.remodal dt {
  width: 100%;
  padding: 6px 0 6px;
}
.remodal  dd {
  border-top: 1px dotted #b1b1b1;
  padding: 6px 0 6px 0px;
  font-size: 1.4rem;
}
.remodal .img{
  width: 80%;
  margin: 0 auto 0;
  padding-bottom: 5px;
}
.remodal .remodal-close.close01{
	left: auto !important;right: 0 !important;
}
.remodal .remodal-close.close01::before{
	left: auto !important;right: 0 !important;
}
.remodal .close02{
	display: block;
	width: 80%;
	max-width: 180px;
	height: 36px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
	cursor: pointer;
	background-color: #FFFFFF;
}
.remodal .close02::before{
	content: "close";
	font-size: 1.4rem;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
}

/* - 960px (Smartphone Tablet layout Only) END*/
}

/* ----------------------------------------------------
961px- (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 961px) {



/* 961px - END*/
}
/* ----------------------------------------------------
961px-1200px
---------------------------------------------------- */
@media (min-width: 961px) and (max-width: 1200px) {



/* 961px-1200px END*/
}
/* ----------------------------------------------------
961px-1400px
---------------------------------------------------- */
@media (min-width: 961px) and (max-width: 1400px) {



  /* 961px-1400px END*/
  }

/* ----------------------------------------------------
- 1920px (Pc layout Only)
---------------------------------------------------- */
@media (max-width: 1920px) {



/* - 1920px - END*/
}
/* ----------------------------------------------------
メディアクエリ設定 (PC) 1600px～ 
---------------------------------------------------- */
@media screen and (min-width: 1600px) {
#pool img{
  width: 100%;
}

  /* (PC) 1600px～  END*/
} 
/* ----------------------------------------------------
1921px- (Pc layout Only Wide)
---------------------------------------------------- */
@media (min-width: 1921px) {

/* main-top */
.fallback #main-top {
	background: url("/activity/indoor-park/img/img_main_pc.jpg") no-repeat center center;
  background-size: cover;
}
.webp #main-top {
	background: url("/activity/indoor-park/img/img_main_pc.webp") no-repeat center center;
  background-size: cover;
}
.avif #main-top {
	background: url("/activity/indoor-park/img/img_main_pc.avif") no-repeat center center;
  background-size: cover;
}
/* introduction */
#introduction{
  background: url("/activity/indoor-park/img/bg_rainbow.jpg") no-repeat center center;
  background-size: cover;
}
.fallback #forest {
	background: url("/activity/indoor-park/img/bg_forest.jpg") no-repeat center top;
  background-size: cover;
}
.webp #forest {
	background: url("/activity/indoor-park/img/bg_forest.webp") no-repeat center top;
  background-size: cover;
}
.avif #forest {
	background: url("/activity/indoor-park/img/bg_forest.avif") no-repeat center top;
  background-size: cover;
}
.fallback #digital {
	background:url("/activity/indoor-park/img/bg_digital.jpg") no-repeat center top;
  background-size: cover;
}
.webp #digital {
	background:url("/activity/indoor-park/img/bg_digital.webp") no-repeat center top;
  background-size: cover;
}
.avif #digital {
	background:url("/activity/indoor-park/img/bg_digital.avif") no-repeat center top;
  background-size: cover;
}
/* 1921px - END*/
}
