/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2026 | 03:40:02 */
.rd-renovated-mv-container{
  margin-bottom: 140px;
	position: relative;
}
.rd-renovated-mv-slider{
  margin: 30px auto 30px;
  max-width: 90%;
}
.rd-renovated-mv-ttl{
  padding: 30px 50px 50px;
  position: absolute;
  bottom: -134px;
  left: 0;
  max-width: 700px;
  border-radius: 10px;
  background: #fff;
}
.rd-renovated-mv-ttl-text{
  font-family: var(--rd-en-font);
  font-size: clamp(25px, 2.6vw, 45px) !important;
  text-align: left !important;
}
.rd-renovated-mv-ttl-text-sub{
  display: block;
  font-size: clamp(14px, 1.2vw, 20px) !important;
  font-family: var(--rd-ja-font);
  font-weight: 300;
}
.rd-renovated-mv-slider .slick-dots {
    bottom: -65px;
}
.rd-renovated-mv-slider .slick-dots li button:before {
  color: #e6e6e6;
  font-size: 12px;
  opacity: 1;
}
.rd-renovated-mv-slider .slick-dots li.slick-active button:before {
  opacity: .4;
  color: #000;
}
@media (max-width: 480px) {
  .rd-renovated-mv-container{
    margin-bottom: 100px;
  }
  .rd-renovated-mv-ttl{
    padding: 16px 20px;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
    width: 84%;
    text-align: center;
   }
   .rd-renovated-mv-ttl-text-sub{
    text-align: center;
   }
}


.rd-renovated-about-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.rd-renovated-about-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.rd-renovated-about-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*transition: transform 0.6s ease;*/
  z-index: 1;
  /* カスタムプロパティで暗さを制御 */
  --dark: 0;
  filter: brightness(calc(1 - var(--dark)));
  transform: translateY(100%);
}


.rd-renovated-about-img:first-child {
  z-index: 1;
  transform: translateY(0);
}

/* 2枚目以降 */
.rd-renovated-about-img:nth-child(2) {
  z-index: 2;
}

.rd-renovated-about-img:nth-child(3) {
  z-index: 3;
}

/* 表示用クラス */
.rd-renovated-about-img.active {
  transform: translateY(0%);
}

.rd-renovated-about-text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  color: white;
  font-size: 20px;
  z-index: 10; /* 画像より前面に表示 */
}

.rd-generalBox-heading.rd-renovated-about-ttl {
  color: #fff !important;
  font-size: clamp(50px, 7.7vw, 130px) !important;
}

/* インジケーター */
.rd-renovated-progress {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 70%; /* コンテナに合わせて全体高さ */
  background: rgba(255,255,255,0.2);
  z-index: 10;
}

.rd-renovated-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33%; /* 固定高さ */
  background: #fff;
}

.es-page-renovated .rd-layout-header.rd-scroll-hide{
  transform: translateY(-300px) !important;
}
@media (max-width: 820px) {
  .rd-renovated-about-text-wrap {
    width: 82%;
  }
}
@media (max-width: 480px) {
  .rd-renovated-about-text-wrap {
    left: 18px;
  }
  .rd-renovated-progress {
    right: 20px;
  }
  .rd-renovated-about-text-wrap .rd-generalBtn{
    font-size: 13px;
  }
}

.rd-renovated-bnr-wrap{
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 50px);
}
.rd-renovated-bnr-container .rd-generalBox-heading {
  font-size: clamp(50px, 7.7vw, 130px) !important;
}
.rd-renovated-bnr{
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .2);
  transition: .4s cubic-bezier(0.76, 0, 0.24, 1);
  border-radius: 10px;
  cursor: pointer;
}
.rd-renovated-bnr:hover{
  opacity: .6;
}
.rd-renovated-bnr:nth-child(n+2){
  margin: 40px auto 0;
}
@media (max-width: 480px) {
  .rd-renovated-bnr-wrap{
    max-width: 90%;
  }
}

.rd-renovated-lineup{
  background: #fff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .2);
  border-radius: 10px;
}
.rd-renovated-lineup-block .rd-generalBox-heading {
  font-size: clamp(50px, 7.7vw, 130px) !important;
}
.rd-renovated-lineup-name-wrap{
  padding: 20px 0 20px 5%;
  background: #419D6F;
  border-radius: 10px 10px 0 0;
  display: block;
}
.rd-renovated-lineup-name{
  color: #fff;
  font-size: 30px;
  font-size: clamp(18px, 1.7vw, 30px) !important;
}
.rd-renovated-lineup-flex{
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  max-width: 92%;
}
.rd-renovated-lineup-img{
  width: 40%;
}
.rd_renovated_thumb_floor{
  margin-top: 18px;
}
.rd_renovated_thumb_floor img{
  padding: 30px 60px;
}
.rd-renovated-lineup-img img{
  border: 1px solid #ccc;
}
.rd-renovated-lineup-text{
  width: 52%;
}
.rd-renovated-lineup-detail-wrap{
  padding-left:10px;
  border-left: 6px solid #FF8914;
}
.rd-renovated-lineup-detail{
  font-size: clamp(18px, 1.1vw, 20px) !important;
  line-height: 1.6;
  color: #FF8914;
}
.rd-renovated-lineup-price{
  margin-top: 40px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  line-height: 1.6;
}
.rd-renovated-lineup-price-slaes{
  margin: 0 14px 0 10px;
  font-size: 30px;
  font-size: clamp(23px, 2.9vw, 30px) ;
  color: #419D6F;
}
.rd-renovated-lineup-price-monthly{
  margin: 0 14px 0 10px;
  font-size: clamp(23px, 2.9vw, 30px) ;
  color: #419D6F;
}
.rd-renovated-lineup-price-area{
  margin: 0 14px 0 10px;
  font-size: clamp(23px, 2.9vw, 30px) ;
  color: #419D6F;
}
.rd-renovated-lineup-price-area-sub{
  margin-left: 10px;
  color: #333;
  font-size: 16px;
}
.rd-renovated-lineup-price-area-wrap{
  width: 100%;
}
.rd-renovated-lineup-price-access{
  display: flex;
}
dd.rd-renovated-lineup-price-access-detail{
  margin: 0 0 0 8px;
}

.es-page-renovated .feature-new-adv-custom-block{
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 782px) {
  .es-page-renovated .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
  }
}
.es-page-renovated .es_new_block .es-list .wp-block-column {
  margin: 20px auto;
  border: none;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .2);
  border-radius: 10px;
}
.es-page-renovated .es_grid_advlist a {
  padding-bottom: 0;
}

.es-page-renovated .es-list a {
  color: #fff;
  display: inline-flex;
  overflow: auto;
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: inherit !important;
    }
}
@media (max-width: 480px) {
  .rd-renovated-lineup-block .rd-generalBox {
    padding: 40px 5px;
  }
  .rd-renovated-lineup-block .rd-generalBox-heading{
    margin-bottom: -30px;
  }
  .rd-renovated-lineup-name-wrap{
    padding: 16px 14px;
  }
  .rd-renovated-lineup-flex {
    padding: 30px 0;
    max-width: 92%;
    flex-direction: column;
    gap: 30px 0;
    align-items: center;
  }
  .rd-renovated-lineup-img {
    width: 94%;
  }
  .rd-renovated-lineup-text {
    width: 94%;
  }
  .rd-renovated-lineup-detail-wrap {
    border-left: 3px solid #FF8914;
  }
  .rd-renovated-lineup-price{
    margin-top: 20px;
    gap: 12px 0;
    align-items: center;
  }
  .rd-renovated-lineup-small-ttl{
    display: block;
  }
  .rd-renovated-lineup-price-slaes-wrap{
    width: 50%;
  }
  .rd-renovated-lineup-price-monthly-wrap{
    width: 50%;
  }
  .rd-renovated-lineup-price-area-wrap{
    width: 50%;
  }
  .rd-renovated-lineup-price-floor-wrap{
    width: 50%;
  }
  .rd-renovated-lineup-price-slaes{
    margin: 0 14px 0 0;
  }
  .rd-renovated-lineup-price-monthly{
    margin: 0 14px 0 0;
  }
  .rd-renovated-lineup-price-area{
    margin: 0 14px 0 0;
  }
  .rd-renovated-lineup-price-access {
    flex-wrap: wrap;
  }
  .rd-renovated-lineup-price-access-ttl{
    width: 100%;
  }
  dd.rd-renovated-lineup-price-access-detail {
    margin: 0;
  }
  .rd-renovated-lineup-price .rd-theme-moreBtn {
    min-width: 280px;
  }
}
    


