@charset "utf-8";

/*---------------------------------------------------------
   mv
---------------------------------------------------------*/
.mv-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
}

.mv-wrapper picture img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper {
    width: 100%;
    height: 53.333vw;
  }

  .mv-wrapper picture img {
    width: 100%;
    height: 53.333vw;
    object-fit: cover;
  }
}

/*---------------------------------------------------------
   mv h1
---------------------------------------------------------*/
.mv-wrapper h1 {
  /* width: 850px;
  height: 180px; */
  width: 680px;
  height: 145px;
  position: absolute;
  top: 57%;
  left: 45%;
  transform : translate(-43%,-55%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-wrapper h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper h1 {
    width: 73.333vw;
    height: 16vw;
    top: 50%;
    left: 50%;
    transform : translate(-50%,-50%);
  }
}


.img-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 125px;
  margin-bottom: 140px;
}

.img-list li {
  width: 330px;
  height: 270px;
}

.img-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.img-list li a img {
  display: block;
  width: 330px;
  height: 240px;
  aspect-ratio: 661 / 481;
  object-fit: cover;
}

.img-list li .img_ttl_hover .img_ttl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}


@media only screen and (max-width: 768px) {
  .img-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 13.333vw;
    margin-bottom: 15vw;
  }

  .img-list li {
    width: 100%;
    height: auto;
    margin-bottom: 10.667vw;
  }

  .img-list li:not(:nth-of-type(2n)) {
    margin-right: 0;
  }

  .img-list li a img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 661 / 481;
    object-fit: cover;
  }

  .img-list li .img_ttl_hover .img_ttl {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 1.333vw;
  }
}

/*---------------------------------------------------------
   備品用品 下層共通ボタンタブ
---------------------------------------------------------*/
.tab-wrapper {
  width: 580px;
  margin: 0 auto;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-wrapper a, .tab-wrapper .current_tab {
  display: inline-block;
  width: 170px;
  height: 36px;
}

.tab-wrapper a img, .tab-wrapper .current_tab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .tab-wrapper {
    width: 95%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10vw;
  }

  .tab-wrapper a {
    display: block;
    width: 28%;
    height: auto;
    margin: 5vw auto 0 auto;
  }

  .tab-wrapper .current_tab {
    display: block;
    width: 28%;
    height: auto;
    margin: 5vw auto 0 auto;
  }

  .tab-wrapper a img, .tab-wrapper .current_tab img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 202 / 102;
  }
}

/*---------------------------------------------------------
   フェアウェイ備品
---------------------------------------------------------*/
.fairway_img_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fairway_img_list:last-child {
  margin-bottom: 80px;
}

.fairway_img_list li {
  width: 350px;
  margin-bottom: 40px;
}

.fairway_img_list li img {
  width: 350px;
  height: 300px;
  object-fit: contain;
}

.fairway_img_list .img-ttl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.fairway_img_list .img-text {
  display: block;
  font-size: 12px;
  color: #000;
}

.fairway_img_list .img-text-ml {
  margin-left: 12%;
}

.fairway_img_list .list-l {
  width: 730px;
}

.fairway_img_list .list-l picture img {
  width: 730px;
  height: 300px;
  object-fit: contain;
}

.fairway_img_list .list-r {
  width: 350px;
}

.fairway_img_list .list-r img {
  width: 350px;
  height: 300px;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .fairway_img_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fairway_img_list:last-child {
    margin-bottom: 10.667vw;
  }
  
  .fairway_img_list li {
    width: 100%;
    margin-bottom: 10vw;
  }
  
  .fairway_img_list li img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .fairway_img_list .img-ttl {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
  }
  
  .fairway_img_list .img-text {
    display: block;
    font-size: 0.75rem;
    color: #000;
  }
  
  .fairway_img_list .img-text-ml {
    margin-left: 12%;
  }
  
  .fairway_img_list .list-l {
    width: 100%;
  }
  
  .fairway_img_list .list-l picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .fairway_img_list .list-r {
    width: 100%;
  }
  
  .fairway_img_list .list-r img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

}

/*---------------------------------------------------------
   ピンフラッグ
---------------------------------------------------------*/
.flag_img_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flag_img_list:last-child {
  margin-bottom: 80px;
}

.flag_img_list li {
  width: 100%;
  margin-bottom: 40px;
}

.flag_img_list li picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.flag_img_list .img-ttl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.flag_img_list .img-text {
  display: block;
  font-size: 12px;
  color: #000;
}

.flag_img_list .list-l, .flag_img_list .list-r {
  width: 530px;
}

.flag_img_list .list-l img, .flag_img_list .list-r img {
  width: 530px;
  height: 275px;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .flag_img_list {
    width: 90%;
    margin: 0 auto;
  }
  
  .flag_img_list:last-child {
    margin-bottom: 10.667vw;
  }
  
  .flag_img_list li {
    width: 100%;
    margin-bottom: 10vw;
  }

  .flag_img_list .list-l, .flag_img_list .list-r {
    width: 100%;
  }
  
  .flag_img_list .list-l img, .flag_img_list .list-r img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .flag_img_list .img-ttl {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
  }
  
  .flag_img_list .img-text {
    display: block;
    font-size: 0.75rem;
    color: #000;
  }

}

/*---------------------------------------------------------
   打席仕切板
---------------------------------------------------------*/
.separate_img_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.separate_img_list:first-child {
  border-bottom: solid 1px #000;
}

.separate_img_list:last-child {
  margin-bottom: 80px;
}

.separate_img_list li {
  width: 100%;
  margin-bottom: 40px;
}

.separate_img_list li picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.separate_img_list .img-ttl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.separate_img_list .img-text {
  display: block;
  font-size: 12px;
  color: #000;
}

.separate_img_list .list-l {
  width: 490px;
}

.separate_img_list .list-l .img_container {
  width: 490px;
  height: 278px;
  margin-bottom:38px;
}

.separate_img_list .list-r {
  width: 570px;
}

.separate_img_list .list-l img {
  width: 490px;
  height: 200px;
  object-fit: contain;
}

.separate_img_list .list-r-1 img {
  width: 570px;
  height: 577px;
  object-fit: contain;
}

.separate_img_list .list-r-2 img {
  width: 570px;
  height: 278px;
  object-fit: contain;
  margin-bottom: 30px;
}

.separate_img_list .img_list-l-2 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .separate_img_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4vw;
  }
  
  .separate_img_list:first-child {
    border-bottom: solid 1px #000;
  }
  
  .separate_img_list:last-child {
    margin-bottom: 10.667vw;
  }
  
  .separate_img_list li {
    width: 100%;
    margin-bottom: 10vw;
  }
  
  .separate_img_list li picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .separate_img_list .img-ttl {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
  }
  
  .separate_img_list .img-text {
    display: block;
    font-size: 0.75rem;
    color: #000;
  }
  
  .separate_img_list .list-l {
    width: 100%;
  }
  
  .separate_img_list .list-l .img_container {
    width: 100%;
    height: auto;
    margin-bottom:38px;
  }
  
  .separate_img_list .list-r {
    width: 100%;
  }
  
  .separate_img_list .list-l img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .separate_img_list .list-r-1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .separate_img_list .list-r-2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 5vw;
  }
  
  .separate_img_list .img_list-l-2 {
    margin-top: 4vw;
  }
}




