@charset "UTF-8";

.pointcard_prices {
  background: url("../../img/service/pointcard_prices/bg.png") repeat #fffef3;
  background-size: 50px;
  padding: 42px 0 0;
}
.pointcard_prices p {
  margin: 0;
  padding: 0;
}
.pointcard_prices .txt1,
.pointcard_prices .table1,
.pointcard_prices .table2 {
  text-align: center;
}
.pointcard_prices .txt1 {
  margin: 26px 0 45px;
}
.pointcard_prices .table1 {
  margin-bottom: 36px;
}
.pointcard_prices .ul {
  font-size: 1rem;
  margin: 36px 0 44px;
  padding: 0 50px;
  color: #a2936b;
  letter-spacing: 0.05rem;
  line-height: 1.9;
}
.pointcard_prices .ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.pointcard_prices .btn {
  width: 636px;
  text-align: center;
  margin: 73px auto 0;
  transition: all 0.3s ease;
}
.pointcard_prices .btn a {
  display: block;
  border: 2px solid #c4b18b;
  background: url("../../img/service/pointcard2025/rink_icon.svg") no-repeat right 18px center #a2936b;
  background-size: 32.5px;
  color: #fff;
  font-size: 1.875em;
  font-weight: bold;
  padding: 18px 0;
  border-radius: 10px;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.pointcard_prices h2 {
  text-align: center;
  font-size: 2.625em;
  color: #a2936b;
  position: relative;
  letter-spacing: 0.3em;
}
.pointcard_prices h2::after {
  content: "";
  width: 256px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background: #a2936b;
}
.pointcard_prices .price {
  padding: 70px 50px 100px;
  color: #a2936b;
}
.pointcard_prices .price .price_wrap {
  margin: 60px 0 85px;
  text-align: center;
}
.pointcard_prices .price .price_wrap img {
  width: 700px;
}
.pointcard_prices .price ul + h3 {
  margin-top: 55px;
}
.pointcard_prices .price ul li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
}
.pointcard_prices .price ul li + li {
  margin-top: 3px;
}
.pointcard_prices .price .logo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 67px;
  gap: 70px;
}
.pointcard_prices .price .logo_wrap .logo1 {
  width: 220px;
  padding-top: 12px;
}
.pointcard_prices .price .logo_wrap .logo2 {
  width: 188px;
}

@media only screen and (min-width: 481px) {
  .sp {
    display: none;
  }
  .pointcard_prices .btn:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .pointcard_prices {
    background: url("../../img/service/pointcard_prices/bg.png") repeat #fffef3;
    background-size: 25px;
    padding: 0;
  }
  .pointcard_prices .txt1 {
    margin: 26px 0 32px;
    padding: 0 28px;
  }
  .pointcard_prices .table1,
  .pointcard_prices .table2 {
    padding: 0 21px;
  }
  .pointcard_prices .table1 {
    margin-bottom: 22px;
  }
  .pointcard_prices .ul {
    font-size: 0.813rem;
    margin: 20px 0 44px;
    padding: 0 26px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .pointcard_prices .btn {
    width: 90%;
    max-width: 318px;
    margin: 50px auto 0;
  }
  .pointcard_prices .btn a {
    font-size: 0.938em;
    padding: 9px 0;
    border-radius: 5px;
    background: url("../../img/service/pointcard2025/rink_icon.svg") no-repeat right 12px center #a2936b;
    background-size: 16px;
    letter-spacing: 0.1rem;
  }
  .pointcard_prices h2 {
    font-size: 1.625em;
  }
  .pointcard_prices h2::after {
    width: 130px;
    height: 2px;
    bottom: -2px;
  }
  .pointcard_prices .price {
    padding: 45px 25px 65px;
  }
  .pointcard_prices .price .price_wrap {
    margin: 30px 0 50px;
  }
  .pointcard_prices .price .price_wrap img {
    width: 247px;
  }
  .pointcard_prices .price ul + h3 {
    margin-top: 35px;
  }
  .pointcard_prices .price ul li {
    font-size: 0.813em;
  }
  .pointcard_prices .price .logo_wrap {
    margin-top: 0;
    gap: 40px;
  }
  .pointcard_prices .price .logo_wrap .logo1 {
    width: 125px;
    padding-top: 10px;
  }
  .pointcard_prices .price .logo_wrap .logo2 {
    width: 108px;
  }
}

