@charset "utf-8";


/* ------------------------------------------------------------ fv-detail */
#fv-detail{ padding: 0 0 77px; }
.fv-detail__area { padding: 2px 12px; font-size: 12px; border: 1px solid #707070; }
.fv-detail__head { padding: 0 0 38px; text-align: center; }
.fv-detail__title { padding: 25px 0 0; font-size: 24px; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; font-style: normal; }

.fv-detail__slidbox{ position: relative; }
.fv-detail__slidbox:before{ position: absolute; top: 0; left: 0; width: 100%; height: 40%; content: ""; background-image: repeating-linear-gradient(120deg, #b1cbf4, #b1cbf4 1px, transparent 1px, transparent 11px); }
.fv-detail__slider-item{ position: relative; width: 800px!important; margin: 0 15px; padding: 15px; }
.fv-detail__slider-item:before{ z-index: -1; position: absolute; content: ""; right: 0; bottom: 0; background: #2b66b1; width: 95%; height: 95%; }
.fv-detail__thumbnail{ width: 1180px; margin: 0 auto; }
.fv-detail__thumbnail-img{ width: 187px!important; margin: 0 5px; }
.fv-detail__slider-item img,
.fv-detail__thumbnail img{ width: 100%; height: 100%; object-fit: cover; }
.slide-arrow{ position: absolute; z-index: 50; top: 50%; transform: translate(0,-50%); width: 50px; height: 50px; }
.prev-arrow{ left: calc(50% - 450px); }
.next-arrow{ right: calc(50% - 470px); }
.slick-dotted.slick-slider{ margin-bottom: 50px; }
.slick-dots{ bottom: -40px; text-align: center; }
.slick-dots li{ width: 34px; margin: 0 1px; }
.slick-dots li button{ padding: 0; width: 34px; margin: 0 1px; appearance: none; -webkit-appearance: none; }
.slick-dots li button::before{ opacity: 1; width: 34px; height: 3px; background: #CCC; content: ""; }
.slick-dots li.slick-active button::before { opacity: 1; background: var(--maincolor); }

.serch-float{ position: fixed; right: 2%; bottom: 2%; z-index: 100; width: 214px; }
.serch-float img{ width: 100%; height: auto; }

/* ------------------------------------------------------------ detail */
.detail__head{ }
.detail__point{ display: flex; align-items: center; gap: 13px; padding: 0 0 40px; }
.detail__point-title{ width: 82px; height: 82px; display: flex; align-items: center; justify-content: center; font-size: 19px; color: var(--maincolor); font-family: 'din1451alt-G'; background: #FFEB00; border-radius: 100px; }
.detail__point-text{ font-size: 20px; line-height: 1.5; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; font-style: normal; }
.detail__box{ padding: 57px 50px; border-radius: 30px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
.detail__title{ font-size: 24px; text-align: center; color: var(--maincolor); font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; font-style: normal; }

.detail__table{ margin: 60px 0 0; }
.detail__cell{ display: flex; align-items: center; gap: 10px; padding: 20px 0; border-bottom: 1px solid #D8D8D8; }
.detail__cell-title{ width: 135px; font-family: 'Noto-Sans-JP-Bold'; line-height: 1.5 }
.detail__cell-text{ line-height: 1.5 }
.detail__cell--small{ width: 100%; font-size: 14px; line-height: 2; }
.detail__row--split{ display: flex; align-items: center; flex-wrap: wrap; gap: 0 50px; }
.detail__cell--split{ width: calc(100% / 2 - 25px); }
.table__notion{ padding: 34px 0 0; }
.detail__notion{ padding: 0 0 10px; font-size: 14px; line-height: 1.5; }
.detail__notion:last-of-type{ padding-bottom: 0; }

.detail__map{ padding: 0 0 60px; }
.map-wrapper{ position: relative; margin: 30px 0 0; height: 446px; }
.map-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.detail__content{ padding: 0 0 70px; }

/* ------------------------------------------------------------ pickup */
#pickup{ margin: 85px 0 0; background: #F4F8FF; }
#pickup .btns .btn{ color: #fff!important; background: var(--maincolor); }
.recommended__title{ padding: 0 0 40px; }
.property-card__meta,
.property-card__title,
.property-card__price-unit,
.property-card__spec{ color: #000; }
.property-card__price-num{ color: #960000; }

#pickup .rec-slider__item{ width: 90% !important; }


/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	
.fixed-serch{ display: block!important; }

/* ------------------------------------------------------------ fv-detail */
#fv-detail{ padding: 0 0 25px; }
.fv-detail__head { padding: 0 0 15px; }
.fv-detail__slidbox{ overflow: hidden; }
.fv-detail__slidbox::before{ background-image: repeating-linear-gradient(120deg, #b1cbf4, #b1cbf4 1px, transparent 1px, transparent 6px); }
.fv-detail__area{ padding: 1px 10px; font-size: 11px; }
.fv-detail__title{ padding: 15px 0 0; font-size: 14px; }
.fv-detail__slider-item{ width: 220px !important; margin: 0 10px; padding: 10px; }
.fv-detail__slider-item img{ width: 100%; height: 260px; object-fit: cover; }
.fv-detail__thumbnail{ width: 100%; }
.fv-detail__thumbnail-img{ width: 80px !important; margin: 0 3px; }

.slick-dotted.slick-slider{ margin-bottom: 40px; }
.slide-arrow{ width: 35px; height: 35px; }
.slick-dots{ bottom: -22px; }
.slick-dots li{ width: 15px; height: 2px; }
.slick-dots li button{ width: 15px; height: 2px; }
.slick-dots li button::before{ width: 15px; height: 2px; }
.prev-arrow{ left: 0; }
.next-arrow{ right: 0; }

.serch-float{ display: none; /* bottom: 7%; width: 110px; */ }

/* ------------------------------------------------------------------------- detail */
.detail__point{ gap: 15px; padding: 0 0 10px; }
.detail__point-text{ width: calc(100% - 75px); font-size: 15px; }
.detail__point-title{ width: 60px; height: 60px; font-size: 14px; }

.detail__content{ padding: 0 0 30px; }
.detail__box{ padding: 15px 5%; border-radius: 15px; }
.detail__title{ font-size: 18px; }
.detail__table{ margin: 15px 0 0; }
.detail__cell{ padding: 6px 0; }
.detail__cell-title{ width: 130px; font-size: 13px; }
.detail__cell-text{ font-size: 13px; width: calc(100% - 100px); }
.detail__cell--split{ width: 100%; }

.map-wrapper{ margin: 25px 0 0; height: 200px; }
.detail__map{ padding: 0 0 30px; }
.table__notion{ padding: 20px 0 0; }
.detail__notion{ padding: 0 0 5px; font-size: 12px; }

/* ------------------------------------------------------------ pickup */
#pickup{ margin: 50px 0 0; }
.recommended{ padding: 0; }
.recommended__title{ padding: 0 0 30px; }


}
