/* 朝霞店 店舗情報用 */
img.asaka-shop-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
p.asaka-shop-text {
  margin-bottom: 2rem;
}
img.asaka-shop {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 3px #999;
  margin-bottom: 2rem;
}
.pb-2{
  padding-bottom: 2rem;
}
.gmap iframe {
  width: 100%;
}
h4.asaka-shop-heading {
  text-align: center;
}
h4.asaka-shop-heading:before {
  content: "";
  background: url(../img/icon/megaphone.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  h4.asaka-shop-heading {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23;
  }
  h4.asaka-shop-heading:before {
      height: 62px;
      width: 89px;
  }
}
@media screen and (max-width: 767px) {
  h4.asaka-shop-heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
  h4.asaka-shop-heading:before {
      height: 30px;
      width: 40px;
  }
}