.btn-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.btn-area ul li {
  width: 32%;
  margin-bottom: 5px;
}
.shop_info_inner {
  background-color: #fff;
  padding: 4%;
}
.shop_info_inner .shop_info_inner_text {
  margin-bottom: 5%;
}
.shop_info_inner .shop_info_inner_text:last-child {
  margin-bottom: 0;
}
.shop_info_inner_title {
  font-weight: bold;
}