@charset "UTF-8";
/*=============================================
レンタルページ
=============================================*/
/*ページ全体*/
#rental-page {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 15rem;
  padding: 0; }

.title-wrap-wh {
  padding: 5rem 0 9rem;
  font-size: 2rem; }

.rental-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #ECECEC;
  background-color: #FFF;
  border-radius: 1rem;
  overflow: hidden; }

.rental-visual {
  width: 100%;
  margin: 0; }
  .rental-visual .visual-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden; }
    .rental-visual .visual-image img {
      width: 100%;
      height: 500px;
      display: block;
      object-fit: cover;
      object-position: center; }

.rental-content {
  width: 100%;
  padding: 70px 0 90px; }
  .rental-content .rental-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3.8rem; }
  .rental-content .rental-desc {
    /*説明文*/
    width: 90%;
    max-width: 670px;
    margin: 0 auto 60px;
    letter-spacing: normal; }
    .rental-content .rental-desc p {
      font-size: 1.8rem;
      margin-bottom: 10px;
      text-align: left;
      line-height: 1.8; }
  .rental-content .rental-button-area {
    /*ボタンエリア*/
    display: flex;
    justify-content: center; }
    .rental-content .rental-button-area .btn-style1 {
      width: 100%;
      max-width: 320px; }

.rental-plans{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 55px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.rental-plans .col{
  background: #f7f7f7;
  padding: 40px 50px;
  border-radius: 10px;
  flex: 1 1 0;
}
.rental-plans .shoulder{
  background: #39b282;
  color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: -0.04em;
  font-size: 2rem;
}
.rental-plans h4{
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  color: #39b282;
  margin: 23px 0 20px;
}
.rental-plans table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
}
.rental-plans table tr{
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.rental-plans table th,
.rental-plans table td{
  padding: 18px 10px;
  vertical-align: middle;
}
.rental-plans table th{
  text-align: right;
  color: #808080;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.rental-plans table .price strong{
  font-size: 2.8rem;
  font-weight: 500;
}
.rental-plans table .price small{
  font-size: 1.4rem;
}
.rental-plans table .period{
  font-size: 1.4rem;
  line-height: 1.75;
}
.rental-plans table .period .num{
  font-size: 2.4rem;
}
.rental-plans table .period .num strong{
  font-size: 4.2rem;
  font-weight: 400;
}
.rental-plans .preiod-txt01{
  font-size: 2rem;
}
.rental-plans .preiod-txt01 .font-en{
  font-size: 2.8rem;
  font-weight: 400;
}
.rental-plans .preiod-txt02{
  font-size: 1.4rem;
  font-weight: 500;
}
.rental-plans .flex{
  display: flex;
  align-items: center;
  gap: 10px;
}
.rental-plans .condition .flex span:first-child{
  font-size: 1.8rem;
}
.rental-plans .condition .flex span:nth-child(2){
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: normal;
}
.rental-plans .condition .font-en{
  font-size: 2rem;
  font-weight: 500;
}
.green{
  color: #39b282;
}
.btn-inpage{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #888888;
  text-align: center;
  display: block;
  width: 250px;
  text-align: center;
  border-radius: 100px;
  padding: 20px 0;
  position: relative;
}
.btn-inpage::after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 27px;
}
.btn-note{
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
}
.rental-plans-detai h2{
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
}
.plans-title{
  border-bottom: 1px solid #39b282;
  padding-bottom: 20px;
  font-size: 4rem;
  color: #39b282;
  text-align: center;
  font-weight: 500;
  margin: 0 -40px;
}
.rental-plans-detail{
  max-width: 900px;
  margin: 150px auto 0 auto;
  padding: 0 40px;
}
.plans-lead{
  font-size: 2rem;
  line-height: 2;
  letter-spacing: normal;
  margin: 60px 0 40px;
}
.rental-plans-detail img{
  max-width: 100%;
  height: auto;
}
.rental-feature{
  display: flex;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.rental-feature .col{
  background: #e7f6f0;
  padding: 30px;
  border-radius: 10px;
}
.rental-feature .col h3{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.check-list li + li{
  margin-top: 1em;
}
.check-list li{
  letter-spacing: normal;
  position: relative;
  padding-left: 36px;
}
.check-list li::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url("../images/product/rental/i-check.svg") no-repeat;
  vertical-align: -3px;
  position: absolute;
  left: 0;
  top: 4px;
}
.rental-feature .feature{
  width: 61%;
  flex-shrink: 0;
}
.rental-feature .col02{
  flex: 1 1 0;
  padding-left: 30px;
}
.rental-feature .benefit p{
  letter-spacing: normal;
  line-height: 1.75;
}
.rental-feature .col02 .attention{
  margin-bottom: 25px;
}
.rental-feature .col02 ul li{
  letter-spacing: normal;
}
.rental-feature .col02 ul li + li{
  margin-top: 0.5em;
}
.attention{
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.attention .ico{
  font-size: 2rem;
  font-weight: 700;
}
.attention .ico::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 27px;
  background: url("../images/product/rental/i-attention.svg") no-repeat;
  background-size: contain;
  vertical-align: -6px;
  margin-right: 10px;
}
.dot{
  letter-spacing: -0.5em;
  margin-right: 0.5em;
}
.cta{
  background: #f7f7f7;
  max-width: 900px;
  margin: 150px auto 50px auto;
  padding: 60px 24px;
  text-align: center;
  border-radius: 10px;
  margin-top: 140px;
}
.cta .rental-title{
  margin-bottom: 35px;
}
.cta + .text-c{
  padding: 0 24px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .title-wrap-wh {
    padding: 3rem 0 5rem; }

  .rental-visual {
    /* 画像 */ }
    .rental-visual .visual-image img {
      height: 300px; }

  .rental-content {
    padding: 30px 0 60px; }
    .rental-content .rental-desc {
      width: 90%;
      margin-bottom: 30px; }
      .rental-content .rental-desc p {
        font-size: 1.4rem; }
    .rental-content .rental-button-area {
      /*ボタンエリア*/ }
      .rental-content .rental-button-area .btn-style1 {
        width: 100%;
        max-width: 250px; } 
  .rental-plans{
    flex-direction: column;
    padding: 0 17px;
  }
  .rental-plans .col{
    padding: 24px 24px;
  }
  .rental-plans .shoulder{
    font-size: 1.5rem;
    padding: 5px 0;
    border-radius: 5px;
  }
  .rental-plans h4{
    font-size: 3.4rem;
  }
  .rental-plans table{
    margin-bottom: 25px;
  }
  .rental-plans table th,
  .rental-plans table td{
    display: block;
    padding: 0 0 10px 0;
  }
  .rental-plans table th{
    text-align: left;
    padding: 14px 6px 5px 6px;
  }
  .rental-plans table th br{
    display: none;
  }
  .rental-plans table td{
    text-align: center;
  }
  .rental-plans table td .flex{
    justify-content: center;
    text-align: left;
  }
  .btn-inpage{
    font-size: 1.5rem;
  }
  .plans-title{
    margin: 0;
    font-size: 3rem;
  }
  .plans-lead{
    margin: 40px 0;
    font-size: 1.8rem;
  }
  .rental-plans-detail{
    padding: 0 17px;
    margin-top: 60px;
  }
  .rental-plans-detail picture{
    display: block;
    text-align: center;
    padding: 0 25px;
  }
  .rental-feature{
    flex-direction: column;
  }
  .rental-feature .feature{
    width: 100%;
  }
  .rental-feature .col{
    padding: 24px;
  }
  .rental-feature .col02{
    padding-left: 0;
  }
  .rental-feature .col02 .attention{
    margin-bottom: 12px;
  }
  .attention{
    flex-direction: column;
    gap: 12px;
  }
  .cta{
    margin: 70px 17px 40px 17px;
    padding: 40px 24px;
  }
  .btn-note{
    padding: 0 17px;
  }


}
