@charset "utf-8";

/* アプリ誘導コンテンツ 20250716 start */
.app-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  /* font-family: "Yu Gothic", sans-serif; */
  text-align: center;
}
.app-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.app-icon {
  width: 80px;
  height: auto;
}
.app-text h2 {
  font-size: 40px;
  margin: 0;
}
.app-text .highlight {
  font-weight: bold;
  color: #fff;
  margin: 5px 0;
  background-color: #a5891c;
  font-family: "Yu Gothic", sans-serif;
}

.app-download {
  margin: 40px 0;
}
.store-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.store-pair {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.store-block {
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 20px;
}
.store-block img.qr {
  display: block;
  margin-top: 0px;
  width: 80px;
}
.coupon-block img {
  width: 140px;
  height: auto;
}
.gp-badge {
  transform: scale(0.88);
  transform-origin: right;
}
.merit-title {
  font-size: 30px;
  color: #a5891c;
  margin-bottom: 30px;
}

.app-merits {
  display: flex;
  
  gap: 30px;
  justify-content: center;
}
.merit {
  width: 280px;
  text-align: center;
}
.merit-text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: "Yu Gothic", sans-serif;
}
.point-inline {
  width: 50px;
  height: auto;
}
.merit-text {
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.phone-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.bn_app img {
    top: 47%;
    right: 28%;
    width: 7%;
}
.bn_ef p.app-note {
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1rem;
  margin-left: 200px;
}
.bn_contact3 {
    color: #000;
    border: 1px solid #000;
    font-size: 1.0rem;
    background: #fff;
    padding: 23px 40px;
    margin: 30px 250px;
    position: relative;
    transition: .3s;
    display: flex; 
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
  .app-header {
    flex-direction: column;
  }
  .app-section {
    padding: 40px 0 20px 0;
  }
  .app-download {
    margin: 20px 0 40px;
  }
  .app-text h2{
    font-size: 25px;
  }
  .store-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .store-block {
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 0px;
  }
  .coupon-block img {
    width: 180px;
    height: auto;
    }
  .app-merits {
    flex-direction: column;
    align-items: center;
  }
  .store-block img.qr {
    display: none !important;
  }
  .store-pair {
  gap: 0px;
  }
  .merit {
  width: auto;
  }
  .merit-title {
  font-size: 25px;
  }
  .merit-text {
    font-size: 1.1em;
  }
  .bn_app img {
    top: 47%;
    right: 15%;
    width: 4%;
    position: absolute;

  }
  .bn_contact3 {
    margin: 30px 20px;
}
  .bn_ef p.app-note {
    margin-left: 15px;
    font-size: 0.8rem;
}
}
/* アプリ誘導コンテンツ 20250716 end */