@charset "UTF-8";

/* CSS Document */
/*************
mainvisual
*************/
.mainvisualWrap {
  position: relative;
  width: 100%;
  height: 50vh;
}

.ttl-wrap {
  position: absolute;
  bottom: 32px;
  left: 16px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  text-shadow: 0 0 15px #666;
}

.ttl-wrap .ttl-area {
  padding: 0 0 4px;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.ttl-wrap h1 {
  margin-top: 16px;
  font-size: 20px;
}

.mv-bg {
  width: 100%;
  position: relative;
}

.mv-bg img {
  max-width: 100%;
  height: 50vh;
  display: block;
  object-fit: cover;
}

.mv-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(17 17 17 / 20%);
  z-index: 1;
}

/*************
info-park
*************/
.info-park {}

.info-park-wrap {}

.info-park-map {
  margin: 32px 0;
}

.info-park-txt {
  margin: 0 6vw;
  font-size: 14px;
  line-height: 2;
}

/*************
park-gallery
*************/
.park-photo-block {
  margin: 32px 0 0;
}

.park-photo_item,
.activity-photo_item {
  margin: 8px;
}

.park-photo-wrap,
.activity-photo-wrap {
  position: relative;
}

.youtube-thumb img {
  position: relative;
}

.youtube-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../img/park/icon-mov-play.png);
  background-size: contain;
  vertical-align: middle;
}

.park-photo-wrap img,
.activity-photo-wrap img {
  border-radius: 16px;
}

.park-photo_copyright,
.activity-photo_copyright {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 6px;
  right: 8px;
  text-shadow: 0 0 8px #666;
  z-index: 1;
}

.park-photo_cap,
.activity-photo_cap {
  margin: 8px 0 0;
  font-size: 12px;
}

.lity-content img {
  max-width: 964px !important;
}

.slide-arrow .prev-arrow .slick-arrow {
  background-image: url(../../img/park/icon-ac-03.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  left: 50px;
}

.slick-next {
  background-image: url(../../img/park/icon-ac-03.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  right: 50px;
}

/*************
activity
*************/
#activity {
  margin: 64px 0;
  border-top: 1px solid #DDDDDD;
  font-size: 14px;
}

#activity h2 {
  margin: 48px 0 16px;
  padding: 0 4vw;
  font-size: 24px;
  font-weight: bold;
}

.activity-wrap {
  margin: 0;
  padding: 48px 0 16px;
  background-color: var(--background-color);
  border-radius: 8px;
}

.activity-wrap+.activity-wrap {
  margin: 64px auto 0;
}

.activity-title {
  margin: 0 0 16px;
  padding: 0 4vw;
}

#activity h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.activity-photo-slick_wrapper {
  margin: 16px 0;
}

.activity-duration {
  padding: 0 0 0 32px;
  font-size: 16px;
  background-image: url(../../img/park/icon-ac-03.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 50%;
}

.activity-container {
  padding: 0 4vw;
  line-height: 2;
}

#activity h4 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}

.activity-highlight {
  padding: 8px 0 32px;
  border-top: 1px solid #dddddd;
}

.activity-details {
  padding: 16px 0 32px;
  border-top: 1px solid #dddddd;
}

.activity-summary {
  padding: 16px 0 32px;
  border-top: 1px solid #dddddd;
}

.activity-summary p {
  font-size: 14px;
}

.activity-location,
.activity-operating,
.activity-required,
.activity-transportation,
.activity-meal {
  padding: 0 0 0 28px;
  margin: 0 0 16px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 50%;
}

.activity-location span,
.activity-operating span,
.activity-required span,
.activity-transportation span,
.activity-meal span {
  display: inline-block;
  font-weight: bold;
  margin: 0 8px 0 0;
}

.activity-location {
  background-image: url(../../img/park/icon-ac-01.png);
}

.activity-operating {
  background-image: url(../../img/park/icon-ac-02.png);
}

.activity-required {
  background-image: url(../../img/park/icon-ac-03.png);
}

.activity-transportation {
  background-image: url(../../img/park/icon-ac-04.png);
}

.activity-meal {
  background-image: url(../../img/park/icon-ac-05.png);
}

.activity-btn {
  padding: 32px 0;
  border-top: 1px solid #dddddd;
}

.activity-btn a {
  display: block;
  color: #333333;
  background-color: #FFF;
  border-radius: 80px;
  line-height: 48px;
  font-size: 16px;
  transition: all 0.5s;
  max-width: 234px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #333333;
}

.activity-btn a:hover,
.activity-btn a:active,
.activity-btn a:focus {
  transition: all 0.5s;
  color: #FFF;
  background-color: #538CBA;
  border: 1px solid #FFF;
}

@media(min-width:769px) {

  /*************
mainvisual
*************/
  .mainvisualWrap {
    width: 100%;
    height: 50vh;
  }

  .ttl-wrap {
    bottom: 4vw;
    left: 4vw;
  }

  .ttl-wrap .ttl-area {
    padding: 0 0 4px;
    font-size: 32px;
  }

  .ttl-wrap h1 {
    margin-top: 16px;
    font-size: 48px;
  }

  .mv-bg img {
    max-width: 100%;
    height: 50vh;
  }

  .info-park {
    padding: 32px 4vw;
    width: 100%;
  }

  .info-park-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .info-park-map {
    width: 38%;
  }

  .info-park-txt {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    width: 55%;
  }

  .park-photo_item {
    margin: 16px;
  }

  /*
	  .activity-wrap {
    margin: 0 auto;
    padding: 0 4vw;
  }
*/
  .big-thumb {
    margin: 0 4vw;
  }
}

@media(min-width:1024px) {

  /*************
mainvisual
*************/
  .mainvisualWrap {
    width: 100%;
    height: 100vh;
  }

  .ttl-wrap {
    bottom: 4vw;
    left: 4vw;
  }

  .ttl-wrap .ttl-area {
    padding: 0 0 4px;
    font-size: 32px;
  }

  .ttl-wrap h1 {
    margin-top: 16px;
    font-size: 48px;
  }

  .mv-bg img {
    max-width: 100%;
    height: 100vh;
  }

  .info-park {
    margin: 0 auto;
    padding: 32px 80px;
    max-width: 1280px;
  }

  .info-park-txt {
    font-size: 16px;
    line-height: 2;
  }

  /*************
park-gallery
*************/
  .park-gallery {}

  /*************
activity
*************/
  #activity {
    margin: 128px 0;
    font-size: 16px;
  }

  #activity h2 {
    margin: 96px auto 48px;
    padding: 0 80px;
    font-size: 40px;
    max-width: 1280px;
  }

  .activity-wrap {
    margin: 0 auto;
    padding: 96px 80px;
    max-width: 1280px;
  }

  .activity-title {
    margin: 0 0 16px;
    padding: 0;
  }

  #activity h3 {
    margin: 0 0 16px;
    font-size: 31px;
  }

  .activity-container {
    padding: 0;
  }

  .activity-location,
  .activity-operating,
  .activity-required,
  .activity-transportation,
  .activity-meal {
    padding: 0 0 0 28px;
    margin: 0 40px 16px 0;
    font-size: 16px;
    display: inline-block;
  }

  .activity-photo-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px;
  }

  /*  .activity-photo-main_wrapper {}*/
  .activity-photo_item {
    width: 74%;
  }

  .activity-photo-slick_wrapper {
    width: 24.25%;
    margin: 0;
  }

  .activity-photo-wrap {
    /*		margin: 16px;*/
  }

  #activity h4 {
    margin: 0 0 16px;
    font-size: 24px;
  }

  .activity-summary p {
    font-size: 16px;
  }

  #activity .activity-photo-slick .prev-arrow {
    left: 50%;
    bottom: -16px;
    top: inherit;
    background-image: url(../../img/park/icon-arrow-bottom.png);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    /* background-position: 0 50%; */
    transform: translate(-50%, 0);
  }

  #activity .activity-photo-slick .next-arrow {
    right: 50%;
    top: -16px;
    background-image: url(../../img/park/icon-arrow-top.png);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    /* background-position: 0 50%; */
    transform: translate(50%, 0);
  }

  .big-thumb {
    margin: 0;
  }
}

/*************
メディアクエリ
*************/
@media(min-width:1025px) {

  .sp,
  .tbsp,
  .tb {
    display: none;
  }
}

@media(max-width:1024px) {
  .pc {
    display: none;
  }
}

@media(min-width:769px) {
  .sp {
    display: none;
  }
}

@media(max-width:768px) {

  .pc,
  .pctb,
  .tb {
    display: none;
  }
}

@media(max-width:480px) {
  .pctbsp {
    display: none;
  }
}

.slide-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 2;
}

.prev-arrow {
  left: 2vw;
  top: 50%;
  background-image: url(../../img/park/icon-arrow-left.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  /*  background-position: 0 50%;*/
  transform: translate(0, -84%);
}

.next-arrow {
  right: 2vw;
  top: 50%;
  background-image: url(../../img/park/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  /*  background-position: 0 50%;*/
  transform: translate(0, -84%);
}

.activity-photo-slick .prev-arrow {
  left: 2vw;
  top: 50%;
  background-image: url(../../img/park/icon-arrow-left.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  /*  background-position: 0 50%;*/
  transform: translate(0, -50%);
}

.activity-photo-slick .next-arrow {
  right: 2vw;
  top: 50%;
  background-image: url(../../img/park/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  /*  background-position: 0 50%;*/
  transform: translate(0, -50%);
}

.slide-arrow.slick-disabled {
  background-color: var(--border-color);
}

@media(max-width:1300px) {
  .prev-arrow {}

  .next-arrow {}
}

@media(max-width:768px) {
  .slide-arrow {}
}

@media(max-width:480px) {
  .prev-arrow {
    left: 11vw;
  }

  .next-arrow {
    right: 11vw;
  }

  .activity-photo-slick .prev-arrow {
    left: 11vw;
  }

  .activity-photo-slick .next-arrow {
    right: 11vw;
  }
}


/* access */
.access_link {
  transition: all 0.3s;
  display: block;
  color: #333333;
  background-color: #FFF;
  border-radius: 80px;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  text-align: center;
  margin: 16px auto 0;
  border: 1px solid #333333;
  padding: 0 32px;
  width: fit-content;
}

#access {
  border-top: 1px solid #DDDDDD;
}

#access h2 {
  margin: 48px 0 32px;
  padding: 0 4vw;
  font-size: 24px;
  font-weight: bold;
}

.access-wrap {
  margin: 0;
  padding: 0 4vw;
}

#access h4 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}

#access p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 2;
}

@media (min-width: 1024px) {
  #access h4 {
    margin: 0 0 16px;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  #access h2 {
    margin: 96px auto 48px;
    padding: 0 80px;
    font-size: 40px;
    max-width: 1280px;
  }

  #access p {
    font-size: 16px;
  }

  .access-wrap {
    margin: 0 auto;
    padding: 0 80px;
    max-width: 1280px;
  }
}

/* 250723追記 */
.activity-fee {
  padding: 0 0 0 36px;
  font-size: 16px;
  background-image: url(../../img/park/icon-ac-06.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 50%;
}