
/**
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
}
@media screen and (min-width: 1280px) and (max-width: 1519px) {
}
@media screen and (min-width: 1520px) and (max-width: 1759px){
}
@media screen and (min-width: 1760px) {
}
 */



 /*  .p-shop
 --------------------------------------------- */
.p-shop {
  font-family: var(--ff-zen);
  line-height: 1.4;
}

.p-shop__img {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.p-shop__ttl {
  margin-top: 35px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-primary);

  @media screen and (max-width: 767px) {
    margin-top: 20px;
    font-size: 22px;
  }
}

.p-shop__address {
  margin-top: 27px;
  font-size: 16px;
  font-weight: 500;

  @media screen and (max-width: 767px) {
    margin-top: 20px;
  }
}

.p-shop__tel {
  margin-top: 7px;
  display: block;
  font-family: var(--ff-barlow);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;

  @media(hover: hover) {
    pointer-events: none;
  }
  .small {
    font-size: calc(16 / 24 * 1em);
  }
}

.p-shop__btn {
  margin-top: 32px;
  min-height: 40px !important;
}
