#rental section#main-visual {
  background-image: url("../img/rental/img_rental_top_pc.jpg");
}
@media screen and (width <= 768px) {
  #rental section#main-visual {
    background-image: url("../img/rental/img_rental_top_sp.jpg");
  }
}
#rental section#read {
  padding: 60px 0;
}
@media screen and (width <= 768px) {
  #rental section#read {
    padding: 40px 0;
  }
}
#rental section#read .inner-1020 .image-wrapper {
  display: flex;
}
#rental section#read .inner-1020 .text-wrapper {
  position: relative;
  text-align: center;
}
#rental section#read .inner-1020 .text-wrapper::before {
  position: absolute;
  top: 0;
  left: -5%;
  width: 176px;
  height: 126px;
  content: "";
  background-image: url("../img/common/icon_snow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .text-wrapper::before {
    top: -5%;
    left: -5%;
    width: 90px;
    height: 70px;
  }
}
#rental section#read .inner-1020 .text-wrapper::after {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 176px;
  height: 126px;
  content: "";
  background-image: url("../img/common/icon_snow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .text-wrapper::after {
    right: -5%;
    bottom: -15%;
    width: 90px;
    height: 70px;
  }
}
#rental section#read .inner-1020 .text-wrapper h2 {
  margin: 30px 0 0;
  font-size: 20px;
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .text-wrapper h2 {
    font-size: 15px;
  }
}
#rental section#read .inner-1020 .text-wrapper p {
  margin: 50px 0 0;
  line-height: 2.5;
}
#rental section#read .inner-1020 h3 {
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 h3 {
    margin: 60px 0 0;
    font-size: 13px;
  }
}
#rental section#read .inner-1020 .time-table ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 0;
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .time-table ul {
    gap: 8px;
    margin: 20px 0 0;
  }
}
#rental section#read .inner-1020 .time-table ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rental section#read .inner-1020 .time-table ul li::before {
  position: absolute;
  top: 50%;
  left: 36%;
  z-index: 2;
  width: 100px;
  height: 60px;
  content: "";
  background-image: url("../img/common/img_arrow_label_lb_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .time-table ul li::before {
    width: 60px;
    height: 30px;
    background-image: url("../img/common/img_arrow_label_lb_sp.svg");
  }
}
#rental section#read .inner-1020 .time-table ul li p {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .time-table ul li p {
    height: 30px;
    padding: 0 0 0 10px;
    font-size: 11px;
  }
}
#rental section#read .inner-1020 .time-table ul li p.left {
  width: 35%;
  background-color: var(--color-blue);
  border-right: none;
}
#rental section#read .inner-1020 .time-table ul li p.right {
  justify-content: flex-start;
  width: 65%;
  padding-left: clamp(10px, 6vw, 200px);
  background-color: var(--color-white);
  border-left: none;
}
@media screen and (width <= 768px) {
  #rental section#read .inner-1020 .time-table ul li p.right {
    padding-left: clamp(10px, 8vw, 200px);
  }
}
#rental section#read .inner-1020 p.note {
  margin: 20px 0 0;
}
#rental section#discount {
  position: relative;
  padding: 75px 0;
  background-color: var(--color-thin-blue);
}
@media screen and (width <= 768px) {
  #rental section#discount {
    padding: 30px 0;
  }
}
#rental section#discount p.read {
  margin: 30px 0 0;
  line-height: 2.5;
}
@media screen and (width <= 768px) {
  #rental section#discount p.read {
    margin: 20px 0 0;
  }
}
#rental section#discount .content-wrapper {
  position: relative;
  padding: 40px 50px;
  margin: 70px 0 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #rental section#discount .content-wrapper {
    padding: 40px 5%;
    margin: 40px 0 0;
  }
}
#rental section#discount .content-wrapper::before {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url("../img/common/icon_pickup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #rental section#discount .content-wrapper::before {
    top: -25px;
    left: 25px;
    width: 50px;
    height: 50px;
  }
}
#rental section#discount .content-wrapper .title-wrapper {
  position: relative;
}
#rental section#discount .content-wrapper .title-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 60px;
  content: "";
  background-image: url("../img/common/icon_hokkaido_discount.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #rental section#discount .content-wrapper .title-wrapper::before {
    top: -10px;
    width: 110px;
    height: 35px;
  }
}
#rental section#discount .content-wrapper .title-wrapper .text-wrapper {
  width: 70%;
}
@media screen and (width <= 768px) {
  #rental section#discount .content-wrapper .title-wrapper .text-wrapper {
    width: 100%;
  }
}
#rental section#discount .content-wrapper .title-wrapper .text-wrapper h2 {
  font-size: 16px;
  color: var(--color-green);
}
#rental section#discount .content-wrapper .title-wrapper .text-wrapper h3 {
  margin: 15px 0 0;
  font-size: 14px;
}
@media screen and (width <= 768px) {
  #rental section#discount .content-wrapper .title-wrapper .text-wrapper h3 {
    margin: 30px 0 0;
  }
}
#rental section#discount .content-wrapper .paragraph-wrapper {
  margin: 40px 0 0;
}
#rental section#discount .content-wrapper .paragraph-wrapper h3 {
  font-size: 14px;
}
#rental section#discount .content-wrapper .paragraph-wrapper p {
  margin: 15px 0 0;
  line-height: 2;
  letter-spacing: 1px;
}
#rental section#ski-renral-price {
  padding: 0 50px 140px;
  background-color: var(--color-thin-blue);
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price {
    padding: 0 5% 80px;
  }
}
#rental section#ski-renral-price .inner-1020 {
  position: relative;
  padding: 40px 50px 0;
  background-color: var(--color-ice-green);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 {
    padding: 40px 5%;
  }
}
#rental section#ski-renral-price .inner-1020::before {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 170px;
  height: 120px;
  content: "";
  background-image: url("../img/common/icon_snowman.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020::before {
    top: 2.5%;
    right: 2%;
    width: 100px;
    height: 70px;
  }
}
#rental section#ski-renral-price .inner-1020::after {
  position: absolute;
  right: 1%;
  bottom: -1%;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url("../img/common/icon_rectangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020::after {
    bottom: -11px;
    width: 22px;
    height: 22px;
  }
}
#rental section#ski-renral-price .inner-1020 .price-table {
  margin: 50px 0 0;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table {
    margin: 20px 0 0;
  }
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table h2 {
    font-size: 12px;
  }
}
#rental section#ski-renral-price .inner-1020 .price-table h2 span {
  padding: 2px 5px;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-green);
}
#rental section#ski-renral-price .inner-1020 .price-table table {
  margin: 10px 0 0;
  margin-left: -6px;
}
#rental section#ski-renral-price .inner-1020 .price-table table th .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table table th .flex-box {
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#rental section#ski-renral-price .inner-1020 .price-table table th p {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table table th p {
    font-size: 10px;
  }
}
#rental section#ski-renral-price .inner-1020 .price-table table th p.set-code {
  padding-left: auto;
}
#rental section#ski-renral-price .inner-1020 .price-table table th p span {
  padding: 0 3px;
  margin-left: auto;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-green);
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table table th p span {
    font-size: 8px;
  }
}
#rental section#ski-renral-price .inner-1020 .price-table table th.left {
  width: initial;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table table th.left {
    width: 130px;
  }
}
#rental section#ski-renral-price .inner-1020 .price-table table th.wide {
  width: 300px;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table table th.wide {
    width: 120px;
  }
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .price-table table th.discount::before {
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    transform: none;
  }
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .inner-1020 .discount-flex::before {
    top: 10px;
    right: initial;
    left: 50%;
    width: 100%;
    height: 20px;
    transform: translateX(-50%);
  }
}
#rental section#ski-renral-price .lockers-table {
  position: relative;
}
#rental section#ski-renral-price .lockers-table::before {
  position: absolute;
  top: 50px;
  left: -90px;
  width: 80px;
  height: 80px;
  content: "";
  background-image: url("../img/common/icon_circle_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .lockers-table::before {
    top: 380px;
    left: -35px;
    width: 30px;
    height: 30px;
  }
}
#rental section#ski-renral-price .btn-wrapper {
  position: relative;
  top: 70px;
  margin-top: -30px;
}
#rental section#ski-renral-price .btn-wrapper a {
  display: block;
  width: 420px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (width <= 768px) {
  #rental section#ski-renral-price .btn-wrapper a {
    width: 250px;
  }
}
#rental section#ski-renral-price .btn-wrapper a:hover {
  transform: translateY(4px);
}
#rental section#ski-renral-price .btn-wrapper a:hover img {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#rental section#ski-renral-price .btn-wrapper a img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}
