/* かなえさん作業用 */
#herb-farm h2,
#product h2,
#garden h2{
  text-align: center;
  font-size: 26px;
}
#herb-farm p,
#product p,
#garden p{
  margin-top: 20px;
}
#herb-farm .contents-body,
#product .contents-body,
#garden .contents-body{
  max-width: 880px;
  padding: 0 15px;
  margin: 50px auto;
}

#herb-farm .pohoto-block{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
}
#herb-farm .pohoto-block .row{
  row-gap:  30px;
  margin-left: -15px;
  margin-right: -15px;
}
#herb-farm .pohoto-block .col-md-6{
  padding-left: 15px;
  padding-right: 15px;
}
#herb-farm .pohoto-block img{
  width: 100%;
  opacity: 0.83;
}
#herb-farm .foot_bg-area{
  position: relative;
}
#herb-farm .foot_bg-area img{
  width: 100%;
}
#herb-farm .foot_bg-area:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.21);
}
@media (max-width: 575.98px) {
  #herb-farm .pohoto-block .row{
    row-gap:  10px;
    margin-left: -5px;
    margin-right: -5px;
  }
  #herb-farm .pohoto-block .col-md-6{
    padding-left: 5px;
    padding-right: 5px;
  }
}

#product .lead-area{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#product .lead-area{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767.98px) {
  #product .lead-area{
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #product .lead-text p:first-of-type{
    margin-top: 0;
  }
}
#product .box-child{
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}
#product .product-list{
  margin: 50px -15px 0;
}
#product .product-list li{
  padding: 0 15px 30px;
}
#product .product-list .product-img{
  margin-bottom: 10px;
}
#product .product-list .product-name{
  margin-bottom: 5px;
}
#product .product-list img{
  width: 100%;
}
#product .product-list .btn{
  width: 100px !important;
  font-size: 12px;
  padding: 3px;
}
#product .product-list .btn a{
  padding: 5px;
}

#garden p{
  text-align: center;
}
#garden .service-block{
  margin-top: 50px;
  margin-bottom: 50px;
}
#garden .service-block .box-child{
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
}
#garden .service-block .img{
  width: 33.333%;
  text-align: center;
}
#garden .service-block .img img{
  max-width: 100%;
  width: 150px;
  opacity: .73;
}
#garden .service-block .list{
  width: 66.666%;
}
#garden .service-block .list li{
  padding-left: 1em;
  position: relative;
}
#garden .service-block .list li:before{
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#garden .insta-link{
  text-align: center;
}
#garden .insta-link .fa-instagram{
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px;
}
#garden .instagram_list{
  margin-top: 50px;
}
#garden .instagram_list ul{
  margin: 0 -15px;
}
#garden .instagram_list li{
  padding: 0 15px 30px;
}
#garden .instagram_list img{
  width: 100%;
}
#garden .page-bottom-logo{
  text-align: center;
  margin-top: 20px;
}
#garden .page-bottom-logo img{
  max-width: 100%;
  width: 250px;
}
#garden .shop-link{
  max-width: 100%;
  margin-top: 40px;
}