@charset "utf-8";
#intro .lead_txt {
  margin-bottom: 50px;
}
#intro .btn_wrap .btn {
  display: flex;
  width: 100%;
  max-width: 360px;
  height: 80px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  background: var(--mainColor) url(../p_common/images/icon/link_wht_large.png) no-repeat right 20px center / 18px auto;
}
#intro .result {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
#intro .result .cts_title {
  margin-bottom: 30px!important;
}
#intro .result .bdr_box {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  border: 1px solid var(--mainColor);
  padding: 30px 40px;
}
#intro .result .bdr_box dl {
  width: 100%;
  gap: 15px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
#intro .result .bdr_box dl dt {
  width: 110px;
}
#intro .result .bdr_box dl dd {
  width: calc(100% - 110px - 20px);
}
.parallax_box{
  height: 400px;
  overflow: hidden;
}
.parallax_content{
  height: 100%;
  padding-top: 400px;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: 150%;
  background-repeat: no-repeat;
  background-image: url(../p_common/images/location/hall_bg_skytree.jpg);
}
#spot {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 50px 0;
}
#spot .spot_box {
  width: 100%;
  margin: 0 0 60px;
}
#spot .spot_box:last-of-type {
  margin: 0;
}
.gallery .slider {
  border-radius: 10px;
  padding-bottom: 60px;
  overflow: hidden;
}
.gallery .slider img,
.gallery .thumbnail img {
  border-radius: 10px;
}
.gallery .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: unset;
  bottom: 15px;
  transform: translate(0,0);
}
.gallery .slick-arrow.slick-prev:before,
.gallery .slick-arrow.slick-next:before {
  width: 12px;
  height: 5px;
}
.gallery .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
.gallery .slick-arrow.slick-next {
  right: calc(50% - 40px);
}
.gallery .thumbnail-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery .thumbnail .slick-track {
  transform: unset !important;
  width: calc(100% + 20px)!important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -10px;
}
.gallery .thumbnail .slick-slide {
  width: calc(100% / 3) !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.thumbnail .slick-current .thumbnail-img:after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 10px;
  border: 4px solid #f75c2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#spot .contents {
  padding-left: 50px;
}
#spot h4 {
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 600;
  margin: 0 0 20px;
}
#spot p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
}
#spot .btn_wrap {
  margin-top: 40px;
  justify-content: flex-start;
}
#price {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#price p {
  text-align: center;
}
#about {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}


.contact_low .wrap {
  padding-bottom: 160px;
}
.contact_low .caution {
  text-align: center;
  margin-top: 10px;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  .parallax_content {
    background-size: 220%;
  }
}

/* ========================================================================================================
   1299px以下
   ========================================================================================================*/
@media screen and (max-width: 1299px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #spot .contents {
    padding-left: 0;
  }
  .parallax_content {
    background-size: 250%;
  }
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #intro .lead_txt {
    margin-bottom: 25px;
  }
  #intro .btn_wrap .btn {
    height: 60px;
    border-radius: 5px;
    font-size: 14px;
    background: var(--mainColor) url(../p_common/images/icon/link_wht_large.png) no-repeat right 15px center / 12px auto;
  }
  #intro .result .bdr_box {
    padding: 20px;
  }
  #intro .result .bdr_box dl {
    font-size: 14px;
    gap: 5px 0;
  }
  #intro .result .bdr_box dl dt,
  #intro .result .bdr_box dl dd {
    width: 100%;
  }
  #intro .result .bdr_box dl dt:not(:first-of-type) {
    margin-top: 10px;
  }
  .contact_low .wrap {
    padding-bottom: 120px;
  }
  .gallery {
    margin: 20px 0 0 0;
  }
  .gallery .thumbnail .slick-track {
    width: calc(100% + 10px) !important;
    gap: 5px 0;
    margin: 0 -5px;
  }
  .gallery .thumbnail .slick-slide {
    padding: 0 5px;
  }
  #spot {
    margin: 30px auto 0;
  }
  #spot .spot_box {
    margin: 0 0 60px;
    gap: 0;
  }
  #spot h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #spot p {
    font-size: 14px;
  }
  #spot .btn_wrap {
    margin-top: 20px;
    justify-content: center;
  }
  #about {
    padding-bottom: 0;
  }
  #price p {
    text-align: left;
    font-size: 14px;
  }
  .parallax_box {
    height: 200px;
  }
  .parallax_content {
    padding-top: 200px;
    background-size: 200%;
    background-image: url(../p_common/images/location/hall_bg_skytree_sp.jpg);
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}