@charset "utf-8";


/*---------------------------------------------------------
   フェアウェイ用人工芝・シート
---------------------------------------------------------*/

.putter_bunker_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}

.putter_bunker_list li {
  width: 530px;
}

.putter_bunker_list li.mb_list {
  margin-bottom: 128px;
}

.putter_bunker_contents {
  display: flex;
  flex-wrap: wrap;
}

.putter_bunker_contents .img_wrapper {
  width: 250px;
  height: 250px;
}

.putter_bunker_contents .img_wrapper img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.putter_bunker_contents .item_wrapper {
  width: 280px;
  height: 250px;
  padding-left: 20px;
}

.putter_bunker_contents .item_wrapper .item_ttl {
  /* display: inline-block; */
  display: block;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #333;
  margin-bottom: 25px;
}

.putter_bunker_contents .item_wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}

.putter_bunker_contents .item_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.putter_bunker_contents .item_wrapper dl dt {
  width: 15%;
  margin-bottom: 0;
}
.putter_bunker_contents .item_wrapper dl dd {
  width: 85%;
}

.sample_wrapper {
  width: 100%;
  height: 145px;
}
.sample_wrapper span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sample_wrapper img {
  display: block;
  width: auto;
  height: 95px;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .putter_bunker_wrapper {
    padding-bottom: 15vw;
  }
  .putter_bunker_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12vw;
  }
  
  .putter_bunker_list li {
    width: 100%;
  }

  .putter_bunker_list li:not(:last-child) {
    margin-bottom: 12vw;
  }

  .putter_bunker_list li.mb_list {
    margin-bottom: 12vw;
  }
  
  .putter_bunker_contents {
    display: block;
  }
  
  .putter_bunker_contents .img_wrapper {
    width: 100%;
    height: auto;
  }
  
  .putter_bunker_contents .img_wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .putter_bunker_contents .item_wrapper {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  
  .putter_bunker_contents .item_wrapper .item_ttl {
    /* display: inline-block; */
    display: block;
    /* font-size: 4.5vw; */
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #333;
    margin-bottom: 4vw;
  }
  
  .putter_bunker_contents .item_wrapper p {
    /* font-size: 4vw; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 3vw;
  }
  
  .putter_bunker_contents .item_wrapper dl {
    display: flex;
    flex-wrap: wrap;
    /* font-size: 4vw; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .putter_bunker_contents .item_wrapper dl dt {
    width: 20%;
    margin-bottom: 0;
  }
  .putter_bunker_contents .item_wrapper dl dd {
    width: 80%;
  }

  .sample_wrapper {
    width: 100%;
    height: auto;
  }
  .sample_wrapper span {
    display: inline-block;
    font-size: 4.5vw;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sample_wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sample_wrapper img.sample_img_01 {
    display: block;
    width: 22%;
    height: auto;
    object-fit: contain;
  }

  .sample_wrapper img.sample_img_02 {
    display: block;
    width: 72%;
    height: auto;
    object-fit: contain;
  }

  .sample_wrapper img.sample_img_04 {
    display: block;
    width: 46%;
    height: auto;
    object-fit: contain;
  }

}


/*---------------------------------------------------------
   パターグリーン施工例
---------------------------------------------------------*/
.sub_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.img-list {
  /* width: 100%; */
  width: 715px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 155px;
}

.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 span {
  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;
  }

  .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 span {
    display: inline-block;
    font-size: 5vw;
    font-weight: bold;
    margin-top: 1.333vw;
  }

}







