/*----- shop -----*/
.shop_box,
.shop_area,
.shop_info {
  display: none;
}

#shop_list{
  padding-left: 0;
}

#shop_list .collapse {
  position: relative;
  cursor: pointer;
  border-radius: 0.9rem;
}

#shop_list .collapse::after {
  content: "";
  display: block;
  background: url(../img/arw.webp) no-repeat center top;
  background-size: contain;
  border-radius: 0.2rem;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: calc(50% - 1.2rem);
  right: 3rem;
  transition: 0.3s;
}

#shop_list .collapse.active::after {
  transform: rotate(90deg);
}

#shop_list li {
  list-style: none;
}

.m_box{
  background: #fff;
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}

.shop_ttl01 {
  background: #75b14c;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
}

.shop_area {
  background: #f0f5eb;
  padding: 3rem;
  margin: 0 0 0.2rem 0;
  border-radius: 0.9rem;
}

.shop_ttl02 {
  background: #529e20;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
}

.shop_ttl03 {
  background: #529e20;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
}

.shop_info {
  padding: 1.5rem 0 3rem 0;
}