@charset "utf-8";

.shop{
    width: 100%;
    height: auto;
    background-image: url('https://nozawafarm.com/back2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 0 auto;
    text-align: center;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 300px;
}
.menu1,.menu2{

    text-decoration: none;
  }
.menu3{

    text-decoration: underline;
  }
  .shopcontainer{
    max-width: 900px;
    margin: 0 auto;
}
.shop p{
    font-size: 20px;
    font-weight: bold;
    color:#303030;
    margin-bottom: 80px;
  }
  .shoptitle{
    font-family: 'Dancing Script', cursive;
    font-size:40px;
    color:#9e0022;
  }