/* Scss Document */
/* Scss Document */
.bg-concept {
  background-color: #f8f8f8;
  background-image: url(../images/common/bg-name_2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.menu p,
.delivery p,
.shop-info-area p,
.shop-annai p {
  letter-spacing: 2px;
  line-height: 1.8;
}

.hero_logo {
  width: 40% !important;
  height: auto;
}
@media (min-width: 768px) {
  .hero_logo {
    width: 20% !important;
  }
}

@media (min-width: 576px) {
  /* sm */
}
@media (min-width: 768px) {
  /* md */
  p.yasumi br {
    display: none;
  }
}
@media (min-width: 992px) {
  /* lg */
}
@media (min-width: 1200px) {
  /* xl */
}

/*# sourceMappingURL=top.css.map */
