.widget-group-container {
  padding: 20px;
  box-sizing: border-box;
  background: url('../images/pc-bara.jpg') no-repeat;
  background-position: calc(50% + 150px) center;     
  background-size: cover;
}

.widget-group-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget-group-head img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.widget-group-head p {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 1rem;
}

.group-shop-title {
  background-color: #a69776;
color: #fff;
font-size: 1.2rem;
margin-top: 1em;
padding: .2em;
}

.widget-group-shops {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.group-shop {
  flex: 0 1 calc(33.333% - 30px);
  box-sizing: border-box;
}

.group-shop img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .group-shop {
    flex: 0 1 calc(50% - 30px);
  }
}

@media (max-width: 480px) {
  .group-shop {
    flex: 0 1 100%;
  }
}
