@charset "utf-8";
/* CSS Document */

.purchase_lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}

.shop_link {
  margin-bottom: 4rem;
}

.shop_link .sec_ttl {
  margin-bottom: 1rem;
}

.shop_link p {
  text-align: center;
}

.shop_btn {
  display: inline-block;
  padding: 1.5rem 4rem;
  background: #e62e8b;
  color: #fff;
  font-size: 1.125rem;
}

.shop_btn::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/common/icon_cart_w.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 1rem;
  vertical-align: middle;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .purchase_lead {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .shop_link {
    margin-bottom: 2rem;
  }

  .shop_link .sec_ttl {
    margin-bottom: 1rem;
  }

  .shop_btn {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    font-size: 1rem;
  }

  .shop_btn::before {
    width: 24px;
    height: 24px;
  }

  .ggmap {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}
