/******** coror ********/
/********* parts *******/
/********************************************/
.shop_list section:not(:last-child) {
  margin-bottom: 60px;
}
.shop_list .shops {
  float: left;
  width: 315px;
  background: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 15px;
  height: 335px;
  margin-bottom: 18px;
  position: relative;
}
.shop_list .shops:not(:nth-child(3n)) {
  margin-right: 15px;
}
.shop_list .shops:nth-child(3n+1) {
  clear: left;
}
.shop_list .shops a {
  color: #000;
}
.shop_list .shops a:hover {
  text-decoration: none;
}
.shop_list .shops .img img {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.shop_list .shops .img {
  margin-bottom: 25px;
}
.shop_list .shops .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 18px 10px;
}
.shop_list .shops .title span {
  font-size: 14px;
  line-height: 1;
  display: block;
}
.shop_list .shops .disc {
  margin: 0 18px 10px;
  line-height: 1.4;
  font-size: 14px;
}
