.shippori{
  font-family: "Shippori Mincho", serif;
}
.shop-detail__note {
  width: 100%;
  margin: 0 auto;
}
.visual-slider {
    width: 90vw;
    margin: 0 auto;
    margin-top: 17%;
}
.visual-swiper {
  position: relative;
  width: 100%;
}
.visual-swiper .swiper-slide img {
    display: block;
    width: 98.6%;
    height: auto;
    margin: 0 auto;
}
.visual-swiper .swiper-pagination {
  bottom: 3vw;
}
.visual-swiper .swiper-pagination-bullet {
  width: 2vw;
  height: 2vw;
  margin: 0 1vw !important;
  background: #fff;
  opacity: .5;
}
.visual-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.shop-detail {
  width: 88%;
  margin: 12% auto 0;
  color: #625d59;
}
.shop-detail__heading {
  margin-bottom: 8%;
}
.shop-detail__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.2;
}
.shop-detail__kana {
    margin-top: 1%;
    font-size: 2.7vw;
    line-height: 1.5;
    font-family: 'Optima';
}
.shop-detail__description {
    margin-bottom: 4.5%;
    font-size: 3.25vw;
    line-height: 2;
    letter-spacing: .04em;
}
.shop-detail__spec {
    margin-bottom: 15%;
    font-size: 2.87vw;
    line-height: 1.8;
    letter-spacing: .02em;
    font-family: 'Optima';
}
.shop-data {
    margin-bottom: 6%;
}
.shop-data__title {
    position: relative;
    margin-bottom: 4%;
    padding-left: 4%;
    font-size: 3.6vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.shop-data__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5vw solid transparent;
  border-bottom: 1.5vw solid transparent;
  border-left: 2vw solid #aaa;
  transform: translateY(-50%);
}
.shop-data__list {
  margin: 0;
}
.shop-data__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5%;
    font-size: 2.9vw;
    line-height: 1.5;
}
.shop-data__row dt {
  width: 28%;
  flex-shrink: 0;
  font-weight: 700;
}
.shop-data__row dd {
  width: 72%;
  margin: 0;
}
.gothicmb{
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.shop-detail__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    margin: 0 auto 9%;
    padding: 3.5% 8%;
    border: 1px solid #777;
    box-sizing: border-box;
    color: #625d59;
    font-size: 2.8vw;
    font-weight: 700;
    text-decoration: none;
}
.shop-detail__arrow {
  position: absolute;
  top: 50%;
  right: 6%;
  font-size: 3vw;
  transform: translate(0, -50%);
  transition: transform .4s ease, opacity .4s ease;
}
.shop-detail__button:hover .shop-detail__arrow {
  transform: translate(30%, -50%);
  opacity: .5;
}
.shop-detail__note {
    padding-bottom: 19.3%;
    border-bottom: 1px dashed #aaa;
    font-size: 2.9vw;
    line-height: 1.8;
    letter-spacing: .03em;
    width: 88%;
}
.shop-related {
    width: 88%;
    margin: 1.5% auto 0;
    padding-top: 10%;
    color: #625d59;
    margin-bottom: 20%;
}
.shop-related__title {
    margin-bottom: 6%;
    font-family: "Shippori Mincho", serif;
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
    color: #333;
}
.shop-related__list {
  display: flex;
  justify-content: space-between;
  gap: 2.5%;
}
.shop-related__item {
  width: 48.75%;
}
.shop-related__img {
  display: block;
  width: 100%;
  height: auto;
}
.shop-related__name {
    margin-top: 6%;
    font-family: "Libre Baskerville", serif;
    font-size: 3.6vw;
    font-weight: 100;
    line-height: 1.2;
}
.shop-related__kana {
    margin-top: 2%;
    font-size: 2vw;
    line-height: 1.4;
}
.shop-related__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41%;
    margin-top: 3.4%;
    padding: 3.5% 0;
    background: #88837f;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 2.8vw;
    line-height: 1;
    text-decoration: none;
    transition: opacity .3s ease;
}
.shop-related__button:hover {
  opacity: .7;
}
.shop-related__img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .3s ease;
}
.shop-related__img:hover {
  opacity: .7;
}
@media screen and (min-width: 771px){

  .shop-main {
        display: grid;
        grid-template-columns: 62% 34%;
        grid-template-rows: auto auto;
        column-gap: 4%;
        align-items: start;
        width: 55%;
        margin: 8% auto 0;
  }
  .shop-detail__note {
    border-bottom:none;
}
  .visual-slider {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    margin: 0;
  }
  .visual-swiper {
        width: 100%;
        margin-bottom: 0%;
  }
  .visual-swiper .swiper-slide img {
    width: 100%;
    margin: 0;
  }
  .visual-swiper .swiper-pagination {
    bottom: 1vw;
  }
  .visual-swiper .swiper-pagination-bullet {
    width: .45vw;
    height: .45vw;
    margin: 0 .25vw !important;
  }
  .shop-detail {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin: 0;
  }
  .shop-detail__heading {
    margin-bottom: 10%;
  }
  .shop-detail__title {
    font-size: 1.5vw;
    line-height: 1.2;
  }
  .shop-detail__kana {
    margin-top: 1%;
    font-size: .7vw;
    line-height: 1.4;
  }
  .shop-detail__description {
    margin-bottom: 7%;
    font-size: .75vw;
    line-height: 1.9;
    letter-spacing: .04em;
  }
  .shop-detail__spec {
    margin-bottom: 10%;
    font-size: .72vw;
    line-height: 1.7;
    letter-spacing: .02em;
  }
  .shop-data {
    padding-top: 7%;
    margin-bottom: 8%;
    border-top: 1px dotted #aaa;
  }
  .shop-data__title {
    margin-bottom: 6%;
    padding-left: 4%;
    font-size: .9vw;
  }
  .shop-data__title::before {
    border-top-width: .45vw;
    border-bottom-width: .45vw;
    border-left-width: .55vw;
  }
  .shop-data__row {
    margin-bottom: 1%;
    font-size: .72vw;
    line-height: 1.5;
  }
  .shop-data__row dt {
    width: 30%;
  }
  .shop-data__row dd {
    width: 70%;
  }
  .shop-detail__button {
    width: 100%;
    margin: 0;
    padding: 4% 8%;
    font-size: .72vw;
  }
  .shop-detail__arrow {
    right: 6%;
    font-size: .8vw;
  }
  .shop-detail__note {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin: 4% 0 0;
    padding-bottom: 5%;
    font-size: .55vw;
    line-height: 1.8;
    letter-spacing: .03em;
  }
  .shop-related__title {
    font-size: 1.5vw;
}
.shop-related {
    width: 55%;
}
.shop-related__name {
    font-size: 1.4vw;
}
.shop-related__kana {
    margin-top: 0.5%;
    font-size: 0.8vw;
}
.shop-related__button {
    width: 16%;
    padding: 1.8% 0;
    font-size: 0.8vw;
}
}