@charset "utf-8";


/*  CSS Template

Update: 26/04/22

====================*/



/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */

.aera-inr{
  text-align: center;
  width: 100%;
}
.aera-inr h2{
  margin: 0 auto 100px;
  line-height: 1.0;
}
#indoor-park .rainbow{
  font-size:40px;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
  background: url("https://img.travel.rakuten.co.jp/share/image_up/39501/LARGE/a723dbd2c32be22e549f1b978523ec935100a5af.47.9.26.3.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: 935px;
  margin: 0 auto 0;
}
.ac-box .set{
  width: 31%;
  margin: 0 1% 44px;
  border-radius: 10px;
  background-color: #e6dbea;
}
.ac-box .set:nth-of-type(2){ background-color: #cdf0cd;}
.ac-box .set:nth-of-type(3){ background-color: #f0e9c3;}
.ac-box .set:nth-of-type(4){ background-color: #f9fabb;}
.ac-box .set:nth-of-type(5){ background-color: #fde0f6;}
.ac-box .set:nth-of-type(6){ background-color: #d0f2f5;}
.ac-box .set img{
  width: 100% !important;
  border-radius: 10px 10px 0 0;
}
.ac-box .set .text{
  padding: 35px 26px 16px;
  text-align: left;
}
.ac-box h3{
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #13818f;
  font-weight: 500 !important;
}
.ac-box p.info{
  font-size: 14px;
  margin-bottom: 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: 14px;
}

/* main-top */
/* introduction */
#introduction{
  position: relative;
  text-align: center;
  background: url("https://img.travel.rakuten.co.jp/share/image_up/39501/LARGE/6611fa4b16b52b762272f78c2e635798bfb702c8.47.9.26.3.jpg") no-repeat center center;
  padding:35px;
}
#introduction h2{
  font-size: 20px !important;
  font-weight: bold;
  margin: 0 auto 20px 0;
  text-align: left;
}
#introduction .info{
  text-align: left;
}
#introduction dl{
  overflow: hidden;
}
#introduction dl dt {
  width: 150px;
  float: left;
  clear: both;
  font-size: 16px;
}
#introduction dl dd {
  padding: 0 0 15px 160px;
  font-size: 16px;
}
#introduction .info{
  max-width: 890px;
  margin: 0 auto 0;
  padding: 30px 35px 20px;
  background: rgba(255,255,255,0.74);
  border-radius: 16px;
}
/* indoor-map */
#indoor-map{
  margin: 0 auto 40px;
  padding: 50px 0 40px;
}
#indoor-map p{
  text-align: left;
  margin-bottom: 30px;
}
#indoor-map .map{
  text-align: center;
}
/* forest */
/* digital */
/* pool */

/* others */
#others{
  position: relative;
  background: url("https://img.travel.rakuten.co.jp/share/image_up/39501/LARGE/88c203ac01dc2efe961988904a5373873817c7f0.47.9.26.3.jpg") no-repeat #000000;
	background-size: cover;
  margin-bottom: 40px;
  padding: 40px 10px 30px;
}
#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:14px;
  line-height:1.4;
  color:#3e3e3e;
  z-index: 10;
}
#others table span{
  font-size: 12px;
  color: #8410b4;
  display: block;
}
#others table b{
  font-size: 12px;
  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: 14px;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
#others th.s1{
  width: 160px;
}
#others th.s2{
  width: 110px;
}
.footer-link{
  max-width: 500px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link > div{
  width: 46%;
  margin: 0 2%;
}
/* 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: 12px;
  margin-bottom: 15px;
}
.aera-inr h2{
  font-size:60px;
  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;
}

/* main-top */

/* introduction */
#introduction{
  position: relative;
  text-align: center;
  background: url("https://img.travel.rakuten.co.jp/share/image_up/39501/LARGE/6611fa4b16b52b762272f78c2e635798bfb702c8.47.9.26.3.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 10px 30px;
}
#introduction h2{
  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 .info{
  padding: 20px 15px 20px;
}
/* indoor-map */
/* forest */
/* digital */
/* pool */
/* others */
#others{
  position: relative;
  padding: 30px 10px 40px;
}
#others table {
  position: relative;
  width: 1000px;
  margin: 0 auto 50px;
  border: 1px #662d91 solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:15px;
  line-height:1.4;
  color:#3e3e3e;
  z-index: 10;
}


/* - 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 */

/* 1921px - END*/
}
