@charset "UTF-8";

.section-shop-title {
  margin-bottom: 85px;
}

.shop-title {
  margin-left: 13.54vw;
  padding: 1.04vw 0 5.21vw;
}

.shop {
  font-size: 40px;
}

.title {
  color: #b86d2c;
  padding: 12px 15px;
  border: solid 1px #b86d2c;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;

}

.shop-img {
  text-align: center;
}

.shop-img img {
  width: 49.48vw;
}

.section-shop-data {
  background-color: #f4eee8;
  padding: 80px 0 100px;
  text-align: center;
}

.shop-area {
  display: inline-block;
  margin-bottom: 65px;
}

.shop-data {
  text-align: center;
  font-size: 40px;

}

.shop-data p {
  margin-bottom: 65px;
}

.shop-area dl {
  display: flex;
  align-items: baseline;
}

.shop-area dl dt {
  margin-right: 30px;
  width: 125px;
  padding: 5px 0;
  background-color: #b86d2c;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 5px;
}

/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 50%;
  margin: 0 auto 50px;

  /* ここに横幅を指定 */
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns-icon ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 2vw;
    padding: 1.33vw 4vw;
  }

  .shop {
    font-size: 6.67vw;
  }

  .section-shop-data {
    padding: 13.33vw 0;
    text-align: left;
  }

  .shop-img img {
    width: 81.33vw;
  }

  .shop-title {
    margin-left: 6.67vw;
  }

  .shop-data p {
    font-size: 6.67vw;
    margin-bottom: 10.67vw;
  }

  .map-wrap {
    max-width: 100%;
  }

  .shop-area {
    margin-bottom: 10vw;
    padding-left: 9.33vw;
    padding-right: 9.33vw;
  }

  .shop-area dl {
    flex-direction: column;
    align-items: baseline;
  }

  .shop-area dl dt {
    margin-bottom: 3.33vw;
    font-size: 4vw;
    width: 28vw;
    padding-left: 2.67vw;
  }

  .shop-area dd {
    margin-bottom: 6vw;
    font-size: 4vw;
  }

  .sns-icon {
    display: none;
  }

}