@charset "UTF-8";
.pickup__wrap {
  overflow: hidden;
  padding: 5rem 0;
}
.pickup__title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}

.slide-items {
  max-width: 1300px;
  margin: auto;
}
.slide-item {
  width: 100%;
  height: 100%;
  margin: 0 10px;
}
.slide-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  margin: 0 0 0.8rem 0;
}
.slide-item a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.movie {
  margin-top: 4rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.movie-inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.movie__inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie__inner iframe {
  width: 100%;
  height: 100%;
  display: inline;
}

.slick-list {
  overflow: visible;
}

.pdt {
  padding-top: 5rem;
}

.slick-prev,
.slick-next {
  z-index: 5;
}

.slick-prev:before,
.slick-next:before {
  font-size: 32px;
  color: black;
}

.arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0 auto;
  position: relative;
  width: 15%;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.32);
          box-shadow: 0px 0px 15px 0px rgba(88, 88, 88, 0.32);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: calc(50% - 40px);
}

.next-arrow {
  right: 0px;
}

.prev-arrow {
  left: 0px;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.golfnaviace_page .mv-wrap.mv-2025 {
  background: url(../img/img_mv01.png) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
}

@media screen and (max-width: 768px) {
  .golfnaviace_page .mv-wrap.mv-2025 {
    background-image: url(../img/img_mv01_sp.png) !important;
    padding-top: 0;
    min-height: 37em;
  }
}
.point-item_image .frame {
  width: 100%;
  aspect-ratio: 16/9;
}
.point-item_image video {
  max-width: 100%;
}
.point-item_image iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .golfnaviace_page .point-item_box .point-item_inner {
    margin-bottom: 34em;
  }
}
.golfnaviace_page .point-item_box .point-item_inner {
  min-height: 750px;
  margin-bottom: 24vw;
}

.golfnaviace_page .point-item_box .point-item_inner.point-camera {
  margin-bottom: 8vw;
}

@media screen and (max-width: 768px) {
  .golfnaviace_page .point-item_box .point-item_inner,
  .golfnaviace_page .point-item_box:first-of-type .point-item_inner {
    min-height: 0;
    margin-bottom: 3em;
    padding-top: 3.5em;
    padding-bottom: 1.5em;
  }
}
.sec__pl {
  background-image: url(../img/photo-ace.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 40em;
}

@media screen and (max-width: 768px) {
  .sec__pl {
    background-size: contain;
    background-attachment: scroll;
    padding-bottom: 20em;
  }
}
/* コースコンテンツ */
.sec-couse__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-couse__item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 3.5rem;
}

.img-logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-couse__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 2.5rem;
  }
}