#store {
  
}
#store .wrap {
  padding-bottom: 30px;
}
#store .wrap h2 {
  
}
#store .wrap ul {
  justify-content: space-between;
}
#store .wrap ul li {
  width: 270px;
  height: 324px;
  padding: 20px 19px 30px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
#store .wrap ul li .pr {
  display: flex;
  justify-content: space-between;
}
#store .wrap ul li .pr h3 {
  
}
#store .wrap ul li .pr a.more {
  font-size: 12px;
  padding: 2px 15px 3px;
  color: #666;
  line-height: 1.417em;
  border: 1px solid #f4f4f4;
  border-radius: 11px;
}
#store .wrap ul li a.item {
  
  display: flex;
  margin-top: 27px;
  align-items: center;
}
#store .wrap ul li a.item img {
  width: 75px;
  height: 76px;
}
#store .wrap ul li a.item p {
  font-size: 14px;
  padding-left: 15px;
  line-height: 1.429em;
  font-weight: 500;
}
#store .wrap ul li a.item p span {
  font-weight: 700;
  letter-spacing: -0.020em;
  line-height: 2;
}