/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 380px;
  width: 50%;
}

.shop_list {
  padding-bottom: 40px;
}
.shop_list section:not(:last-child) {
  margin-bottom: 30px;
}
.shop_list section .cate_title .title {
  letter-spacing: -0.1em;
}
.shop_list section.others .cate_title .title {
  letter-spacing: -0em;
}
.shop_list .shops {
  background: #FFF;
  margin: 0 20px 10px;
  padding: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.shop_list .shops a {
  color: #000;
  text-decoration: none;
}
.shop_list .shops .img {
  width: 30%;
  margin-right: 3%;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.shop_list .shops .info {
  width: 67%;
  float: left;
}
.shop_list .shops .info .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop_list .shops .info .disc {
  line-height: 1.4;
  font-size: 13px;
}
