@charset "utf-8";


.title {
  height: 510px;
  
  background-image: url(../images/concept/bg-main2.jpg);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-size: 70px;
  color: #e6f4cf;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 200px;
}
.title p {
display: none;
}

.net1{
display: flex;
margin-top: 20px;
}

.img10{
  object-fit: cover;
  height: 600px;
  width: 700px;
  padding: 50px;
  border-radius: 70px;
  
}

.about {
  display: block;
}

.about h2{
   border-bottom: 4px solid #c4e61c;
  margin-top: 50px;
  font-size: 50px;
  margin-left: 20px;

}

.about p{
  margin-top: 30px;
  font-weight: bold;
  width: 800px;
  line-height: 40px;
  margin-left: 20px;
}

.price{
  font-weight: bold;
  line-height:60px;
  width: 900px;
  font-size: 25px;
}

.naiyou{
  margin-top: -50px;
  margin-left: 50px;
  font-size: 20px;
}

 



  @media screen and (max-width:768px){
.title{
  height: 200px;
}
    .title h1{
      font-size: 30px;
      margin-left: 50px;
      margin-top: 90px;
     
    }
    
    .title p{
     display: none;
    }
    
    .net1{
      display: block;
    }
   .img10{
    margin-top: -50px;
    object-fit: cover;
    width: 100%;
    height: 400px;
   }

   .about h2{
    font-size: 20px;
    line-height: 30px;
    margin-top: -50px;
   }

   .about p{
    font-size: 15px;
    width: 350px;
    line-height: 20px;
   }

   .naiyou{
    display: none;
   }

.recommended{
  margin-top: 0px;
}

  }