h2,h2.item_ttl {
    color: #124d3c;
    font-size: 30px;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    border: none;
    padding: 0;
}

ul li {
	text-align: left;
}

.pro_list ul li {
  padding: 0;
  width: 30%;
  margin-left: 5%;
}

.pro_list ul li:nth-child(3n+1) {
  margin-left: 0;
}

.productlist-unit img {
  border: 1px solid #D8C9B0;
}
 
.pro_list_name {
  font-size: 1rem;
}

.pro_list_name:hover {
  color: #8AB459;
}

.pro_list_price {
  font-weight: bold;
  font-size: 1rem;
}

.shop_info {
  padding: 20px 30px 10px;
  border: 2px solid #8AB459;
  background-color: #fff;
  overflow: hidden;
}