@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.tenpowrap {
  background: #fff;
}

/* ***********************************************
                店舗情報
*********************************************** */
.breadcrumb {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  max-width: 980px;
  margin: auto;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  padding: 0 5px;
}

.shop {
  display: flex;
  max-width: 980px;
  margin: auto;
  margin-top: 40px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .shop {
    margin-top: 12px;
    flex-flow: column-reverse;
  }
}
.shop__info {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop__info {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .shop__info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.shop__logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop__logo {
    max-width: 100px;
    margin-right: 16px;
  }
}
.shop__logo img {
  max-width: 100%;
}
.shop__detail {
  font-size: 1.1em;
}
.shop__detail span {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .shop__detail span {
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.shop__detail span.floor {
  text-align: center;
  display: inline-block;
  background: #AEAEAE;
  color: #fff;
  padding: 0 10px;
}
.shop__detail span.shopname,
.shop__detail span.telephone {
  display: block;
}
.shop__link .btn-shop {
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 400px;
  background: #d9c4ac;
  border-radius: 40px;
  text-align: center;
}
.shop__link .btn-shop::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 35%;
  right: 8%;
  transition: all 0.3s;
}
.shop__link .btn-shop a {
  display: block;
  padding: 8px 0;
  color: #000;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .shop__link .btn-shop--menu {
    margin-top: 0;
  }
}
.shop__link .btn-shop:hover::after {
  right: 6%;
}
.shop__img {
  width: calc(60% - 40px);
}
@media screen and (max-width: 767px) {
  .shop__img {
    width: 95%;
    padding-bottom: 12px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.shop__img img {
  width: 100%;
}

/* ***********************************************
                メニュー一覧
*********************************************** */
.content {
  margin: 80px auto 60px;
}
@media screen and (max-width: 767px) {
  .content {
    margin: 60px auto 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content__ttl::before {
    width: 120px;
    height: 120px;
    top: -40px;
  }
}/*# sourceMappingURL=gourmettenpo.css.map */