@charset "UTF-8";

.google-maps {
  position: relative;
  padding-bottom: 30%;
}

@media only screen and (max-width: 480px) {
  .google-maps {
    padding-bottom: 80%;
  }
}

.shop__wrapper {
  background: #f9f9f9;
}

.shop-hero {
  height: 750px;
  background-image: url("../img/shop/shop-top-02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .shop-hero {
    height: 400px;
  }
}

.shop-hero__inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.shop-hero__inner .catch {
  position: absolute;
  top: 50%;
  right: 0;
}

.shop-hero__inner .logo {
  position: absolute;
  top: 200px;
  left: 0;
}

.shop-hero__inner .desc {
  position: absolute;
  top: 350px;
  left: -55px;
  font-family: ryo-display-plusn,serif;
  font-size: 42px;
  color: #000;
  text-align: right;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.shop-hero__inner .desc em {
  font-size: 55px;
  font-style: normal;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .shop-hero__inner {
    width: 100%;
  }

  .shop-hero__inner .catch {
    top: inherit;
    right: 30px;
    bottom: 30px;
    left: inherit;
    width: 20px;
    transform: inherit;
  }

  .shop-hero__inner .logo {
    top: 90px;
    left: 40px;
    width: 125px;
  }

  .shop-hero__inner .desc {
    top: 170px;
    left: 22px;
    font-size: 20px;
    text-align: left;
  }

  .shop-hero__inner .desc em {
    font-size: 26px;
  }
}

.shop-section {
  width: 1000px;
  margin: 20px auto;
}

@media only screen and (max-width: 480px) {
  .shop-section {
    width: 100%;
    padding: 0 15px;
  }
}

.shop-section__heading {
  padding-top: 30px;
  margin-bottom: 18px;
  font-family: ryo-display-plusn,serif;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .shop-section__heading {
    font-size: 20px;
  }
}

.shop-section__description {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.25rem;
}

@media only screen and (max-width: 480px) {
  .shop-section__description {
    font-size: 14px;
  }
}

.shop-section__label {
  padding-bottom: 30px;
  margin: 50px 0 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.shop-section__emphasize {
  margin: 50px 0 30px;
  font-family: ryo-display-plusn,serif;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.25rem;
}

@media only screen and (max-width: 480px) {
  .shop-section__emphasize {
    font-size: 20px;
  }
}

.shop-section__notion {
  padding: 16px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  background: #f3f3f3;
  border: solid 1px #e8e8e8;
}

.shop-section__notion h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

.shop-section__notion h4::after {
  display: block;
  width: 100%;
  margin: 10px 0;
  content: '';
  border-top: solid 1px #e8e8e8;
}

.shop-section__notion p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.shop-section__notion span {
  display: block;
  padding-top: 10px;
  font-size: 1.3rem;
  text-align: right;
}

.dbr {
  display: block;
}

@media only screen and (max-width: 480px) {
  .dbr {
    display: none;
  }
}

.mbr {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mbr {
    display: block;
  }
}
