#contents{
  max-width:1100px;
  padding:0 20px;
  margin:0 auto;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#contents h2{
    font-size: 24px;
    font-weight: 400;
    margin: 60px 0 20px;
  padding-bottom:15px;
    line-height: 1;
  border-bottom:1px solid #a08260;
}

.products-sort-navi{
  display:flex;
  justify-content: flex-end;
}

#contents .searchform{
  background:#fcfaf7;
  margin-top:30px;
  padding:20px;
}

#contents .searchform form{
  width:100%;
  display:flex;
  gap:20px;
  justify-content:center;
}
#contents .searchform form select{
  width:50%;
}
#contents .searchform form input{
  height:30px;
  width:60%;
  border:1px solid #ccc;
}
#contents .searchform form button{
  font-size:16px;
  font-weight:bold;
  padding:0 10px;
  color:#fff;
  background:#a08260;
  border:none;
}
