@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/* Noto Serif JP 400 */
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/* Noto Serif JP 500 */
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/* Noto Serif JP 700 */
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/* EB Garamond 400 */
@font-face {
    font-family: 'EB Garamond';
    src: url(/fonts/EBGaramond-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
/* EB Garamond 500 */
@font-face {
    font-family: 'EB Garamond';
    src: url(/fonts/EBGaramond-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
/* EB Garamond 700 */
@font-face {
    font-family: 'EB Garamond';
    src: url(/fonts/EBGaramond-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

#contents {
	width: auto;
	padding: 0;
}
.l-main {
	width: auto;
	padding: 0;
	background: #FFFFFF;
}
.l-main * {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #333333;
}

/*共通*/

[class*="section__wrapper--"]{
	padding-block: 140px 120px;
}

.section__inner{
	width: 1140px;
	margin: 0 auto;
}

.ttl__box{
	position: relative;
	margin-bottom: 90px;
}

.ttl__box::before{
	position: absolute;
	content: "";
	background-color: #00285C;
	width: 35px;
	height: 1px;
	bottom: -29px;
	left: 0px;
}

.section__ttl{
	font-size: 30px;
	line-height: 20px;
}

/*メイン画像上*/

.main__box{
	padding-block: 96px 68px;
	text-align: center;
}

.main__sub-ttl{
	font-size: 24px;
	font-family: "EB Garamond", serif;
	color: #00285C;
	margin-bottom: 7px;
}

.main__ttl{
	font-size: 50px;
	font-family: "EB Garamond", serif;
	color: #333;
}

/*メイン画像*/

.main__view{
	position: relative;
	background: url(../images/main_view.webp) no-repeat center / cover;
	height: 812px;
}

.view__ttl{
	font-size: 46px;
	font-weight: 500;
	color: #fff;
}

.main__view--box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    width: 1133px;
    margin: auto;
}

/*各棟の詳細はこちら*/

.section__wrapper--detail{
    background-color: #F6F4F5;
}

.detail__list{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

[class*="detail__item--"] a{
	position: relative;
	background: url(../images/ridge01.webp) no-repeat center / cover;
	width: 1140px;
	height: 450px;
    display: block;
}

.detail__item--b-ridge a{
	background: url(../images/ridge02.webp) no-repeat center / cover;
}

.detail__item--c-ridge a{
	background: url(../images/ridge03.webp) no-repeat center / cover;
}

.detail__box{
	position: absolute;
	bottom: 34px;
	left: 25px;
}

.detail__ttl{
	font-size: 18px;
	color: #fff;
}

.detail__sub-ttl{
	position: relative;
	font-size: 46px;
	color: #fff;
	line-height: 1.27;
	top: 9px;
}

.detail__sub-ttl::before{
	position: absolute;
	content: "";
	background: url(../images/arrow.webp) no-repeat center / cover;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -36px;
}

/*売り出しの間取り*/

.section__wrapper--floor-plan {
    padding: 119px 0 104px;
    background: #00285C;
}
        .section__wrapper--floor-plan .section__ttl {
            color: #FFFFFF;
        }
            .section__wrapper--floor-plan .ttl__box::before {
                background: #FFFFFF;
            }
        .plans__area {
            margin-top: 60px;
        }
            .plans__list {
                display: flex;
                gap: 40px;
                flex-wrap: wrap;
            }
                .plans__item {
                    width: 353px;
                    border-radius: 10px;
                    background: #F5F8FE;
                }
                    .plans__top {
                        position: relative;
                    }
                        .plans__img {
                            width: 353px;
                            height: 240px;
                            border-radius: 10px 10px 0 0;
                        }
                            .plans__img img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                background: #FFFFFF;
                                border-radius: 10px 10px 0 0;
                            }
                        .plans-icn__wrap {
                            display: flex;
                            flex-wrap: wrap;
							justify-content: center;
                            gap: 10px;
                            margin-top: 18px;
                        }
                            [class*="plans-icn--"] {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                border-radius: 60px;
                                padding: 7px 13px 7px 13px;
                                color: #FFFFFF;
                                width: fit-content;
                            }
                            .plans-icn--new {
                                background: #2BCCCC;
                            }
                            .plans-icn--type {
                                background: #333333;
                            }
                            .plans-icn--price {
                                background: #00285C;
                                font-size: 16px;
                            }
                        .plans__favorite {
                            background: url(/images/building/icn_fav.png) no-repeat center / cover;
                            position: absolute;
                            width: 73px;
                            height: 72px;
                            top: 195px;
                            right: 0;
                        }
                        .plans__favorite.is-checked {
                            background: url(/images/building/icn_fav_on.png) no-repeat center / cover;
                        }
                    .plans__detail {
                        padding: 20px 21px 20px;
                    }
                        .plans__name {
                            font-size: 20px;
                            color: #0B318F;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                        }

                        .plans__intro {
                            margin-top: 11px;
                            font-size: 16px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                        .plans__bottom {
                            margin-top: 22px;
                        }
                            [class*="plans__info--"] {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                display: flex;
                                align-items: center;
                            }
                            .plans__info--madori {
                                margin-top: 10px;
                            }
                                [class*="plans__info--"]::before {
                                    content: "";
                                    display: block;
                                    flex-shrink: 0;
                                }
                                .plans__info--address::before {
                                    background: url(/images/building/icn_plans-address.png) no-repeat center / cover;
                                    width: 18px;
                                    height: 17px;
                                    margin-top: 3px;
                                    margin-right: 10px;
                                }
                                .plans__info--madori::before {
                                    background: url(/images/building/icn_plans-madori.png) no-repeat center / cover;
                                    width: 18px;
                                    height: 15px;
                                    margin-top: 0;
                                    margin-right: 10px;
                                }
            .plans__bottom-text {
                margin-top: 41px;
                display: flex;
                flex-direction: column;
                gap: 6px;
            }

            .plans__bottom-text p {
                font-size: 13px;
                color: #FFFFFF;
            }

/*物件概要*/

.summary__side .ui-title--left {
    margin-bottom: 0;
}
.sale-point {
    margin-block: 16px 0;
}
.point-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2px;
    font-size: 0;
}
.point-link-list a {
    display: block;
    padding: 3px 8px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    background-color: #fff;
}
.summary {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.summary__side h3.ui-title--left{
	margin-bottom: 16px;
	border-bottom: 1px solid #78909C;
	padding-bottom: 9px;
}

.summary__list {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}
    .summary__ttl {
        min-width: 115px;
		width: 115px;
        font-size  : 13px;
        font-weight: bold;
        background: #ECEFF1;
        padding: 8px;
    }
.summary__side dd {
    padding: 8px;
    margin: auto 0;
}
.summary__side .room_madori {
    display: block;
}
.summary__howto {
    margin: 8px 0 0;
    text-align: right;
}
    .summary__howto button {
        display    : inline-flex;
        gap        : 5px;
        align-items: center;
        font-size: 12px;
        color    : var(--rank-under);
        line-height: 1;
    }
        .summary__howto svg {
            width: 15px;
            height: 15px;
            fill: var(--rank-under);
        }
.summary__note {
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 18px;
}
.archive__note {
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 18px;
    margin: 16px 0 0;
}
.staff_comment {
    flex: 1;
    display: flex;
    gap: 8px;
    margin: 16px 0 0;
}
.summary__staff {
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 18px;
    width: 100%;
}
.summary__staff_name {
    width: 60px;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}

.terminology__ttl {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}

/* おすすめコンテンツ */
.contents__wrapper--rec-bnr {
    padding: 84px 0 170px;
    overflow: hidden;
}
    .contents__inner--rec-bnr {
		width: 1140px;
		margin: 0 auto;
    }
        .rec-bnr__ttl {
            font-size: 30px;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 17px;
        }
        .rec-bnr__ttl::after {
            content: "";
            background: #00285C;
            width: 35px;
            height: 1px;
            display: block;
        }
        .rec-bnr__wrap {
            margin: 69px 0 0;
            width: 1060px;
            position: relative;
        }
        .rec-bnr__wrap .swiper-pagination {
            position: absolute;
            bottom: -50px;
            left: 89px;
            text-align: right;
            z-index: 1;
        }
            .rec-bnr__wrap span.swiper-pagination-bullet {
                width: 10px;
                height: 10px;
                background: #D3DAEC;
                margin: 0 10px!important;
                opacity: 1;
            }
            .rec-bnr__wrap span.swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #00285C;
            }
