@charset "UTF-8";
/* CSS Document */
.cp_price_note {
  bottom: 59%;
}
.cp_transfer_note {
  bottom: 45%;
}
.cp_price {
  margin-top: -11.6%;
}
.cp_price_note {
  bottom: 58.8%;
}
#gym {
  min-height: 260px;
}
.plan-panel {
  min-height: 0 !important;
}
.cp_price {
  background: url(/tmpl/newstore/highgrade/img/common/cp_composite_bk.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
.cp_title {
  margin-bottom: 1em;
}
.point-item.gradient_bk:nth-of-type(3) {
  padding-bottom: 2.5em;
}
.cp_title {
  width: 80%;
  margin-bottom: 5%;
}
.store_header {
  text-align: center;
}
.store_header_category {
    font-family: var(--font-mincho);
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
    margin-bottom: 6px;
}
.store_header_name {
    font-size: clamp(25px, 6vw, 30px);
    font-weight: bold;
    margin-bottom: 15px;
    font-family: var(--font-mincho);
    background: linear-gradient(to right, #2c8ea6, #2c81a7, #2b5ba6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.store_header_badge {
    display: inline-block;
    border-radius: 100px;
    padding: 5px 14px 7px;
    font-size: 12px;
    letter-spacing: 0.06em;
    background: linear-gradient(to right, #2c8ea6, #2c81a7, #2b5ba6);
    color: white;
    margin-bottom: 5%;
}
.store_card_wrap{
     background: linear-gradient(90deg, rgba(38, 132, 157, 0.2) 8%, rgba(38, 81, 157, 0.2) 84%);   
}
.store_card {
    width: 90%;
    margin: auto;
    padding-top: var(--sec-pc-padding-top);
    padding-bottom: var(--sec-pc-padding-bottom);
}
.store_header_note {
  margin-top: 10px;
  font-size: 10px;
  opacity: 0.85;
  line-height: 1.5;
}
.store_map {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
}
.store_footer {
    font-size: clamp(14px, 3.75vw, 16px);
        margin-top: 5%;
}
.map_logo {
    width: 50%;
    margin: auto;
    margin-bottom: 3%;
}

