@charset "utf-8";

.l-detail {
    display              : grid;
    gap                  : 30px;
    grid-template-columns: 824px 286px;
}
.detail__section,
.simulation__section {
    margin-block: 0 40px;
}
.map.detail__section {
    margin-block: 40px;
}
.detail__ttl {
    background-color: var(--bg-light-gray);
    padding: 9px 20px;
    font-size  : 18px;
    font-weight: bold;
}
.md-comment__items {
    flex: 1;
    display: flex;
    gap    : 8px;
}
.md-comment__img {
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.md-comment__balloon {
    flex: 1;
    background-color: #F2F4F5;
    border-radius: 8px;
    padding: 10px;
}
.archive-title p {
    color: #FF4F48;
    font-size: 15px;
    border: 1px solid #FF4F48;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff4f3;
    padding: 14px 12px 10px;
    margin: 0 0 8px;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.detail-header {
    display        : flex;
    gap            : 10px;
    align-items    : flex-start;
    justify-content: space-between;
    margin: 0 0 12px;
}
    .detail-header__name {
        margin: 0 0 4px;
        font-size  : 20px;
        font-weight: bold;
    }
    .detail-header__cost {
        gap        : 10px;
        align-items: center;
        margin: 0 0 6px;
    }
        .detail-header__cost-down {
            border: 1px solid #e10000;
            padding: 4px 10px;
            font-weight: bold;
            color: #e10000;
        }
        .detail-header__price {
            font-size: 16px;
            color: #e10000;
        }
            .detail-header__price span {
                font-size: 24px;
                font-weight: bold;
            }
            .detail-header__price span.tsubotanka {
                font-size: 14px;
            }
            .detail-header__price span.detail-header__cost-kanri {
                display: inline-block;
                color: var(--dark-color);
                font-weight: normal;
                font-size: 14px;
            }
        .detail-header__btn {
            display: flex;
        }
        .simulation-btn {
            margin: 0 0 0 3px;
            padding: 0 10px;
            height: 32px;
            gap: 3px;
            font-size  : 13px;
            font-weight: bold;
        }
            .simulation-btn svg {
                width: 15px;
                height: 15px;
                fill: var(--main-color);
            }
        .print-btn {
            margin: 0 24px 0 3px;
            width: 100px;
            height: 32px;
            gap: 3px;
            font-size  : 13px;
            font-weight: bold;
        }
            .print-btn svg {
                width: 15px;
                height: 15px;
                margin: 0 0 2px 0;
                fill: var(--main-color);
            }
    .detail-header__walk {
        display  : flex;
        gap      : 0 16px;
        flex-wrap: wrap;
        margin: 2px 0 0;
    }
        .detail-header__walk-item {
            display    : flex;
            align-items: center;
        }
            .detail-header__walk svg {
                width: 13px;
                height: 13px;
            }
    .detail-header__favorite {
        display    : flex;
        gap        : 8px;
        align-items: center;
        font-size: 10px;
        color    : #78909C;
        white-space: nowrap;
    }

h2.ui-title--left {
    border-bottom: 1px solid var(--rank-under);
}
h2.ui-title--left.feature_point,
h2.ui-title--left.staff_comment {
    margin-top: 20px;
}
.detail__spec_long {
    margin-top: -32px;
}

/*-------------------------------------------------------------------------
写真
-------------------------------------------------------------------------*/

.gallery {
    margin: 0 0 26px;
    position: relative;
    z-index : 0;
}
.gallery.is-wide-screen:before {
    content: "";
    display: block;
    width: 824px;
    height: 405px;
}
#thumbslide_wrap .slick-dots > li:first-child:last-child {
    display: none;
}
    .gallery__contents {
        display              : grid;
        gap                  : 25px;
        grid-template-columns: 540px 259px;
        position: relative;
    }
    .is-wide-screen .gallery__contents {
        width: 1140px;
        height: 500px;
        position: fixed;
        inset   : 0;
        z-index : 10;
        margin  : auto;
        gap                  : 0;
        grid-template-columns: 860px 280px;
    }
.is-wide-screen .gallery__close {
    display: block;
}
.terminology__ttl {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
/* #
--------------------------- */
.gallery__primary {
    height: 440px;
    border-radius: 4px;
    position: relative;
}
.is-wide-screen .gallery__primary {
    height: 500px;
}
    .gallery__primary img {
        cursor: pointer;
        width: 100%;
        object-fit: contain;
    }
    .gallery__note {
        width: 100%;
        background-color: var(--bg-dark-transparent);
        padding: 2px 0 3px;
        position: absolute;
        bottom  : 0;
        left    : 0;
        z-index : 1;
        color: #fff;
        text-align: center;
    }
    .is-wide-screen .gallery__note {
        background-color: transparent;
        top: auto;
        bottom: 100%;
    }
        .gallery__note span {
            margin: 0 5px 0 0;
            font-weight: bold;
            color      : inherit;
        }
    [class*="gallery__control--"]{
        position: absolute;
        top     : 0;
        bottom  : 0;
        z-index : 1;
        margin  : auto;
        padding: 10px;
        height: 45px;
    }
    [class*="gallery__control--"]:disabled {
        opacity: .3;
        cursor: auto;
    }
    .gallery__control--prev { left: 0;}
    .gallery__control--next { right: 0;}

        [class*="gallery__control--"] svg {
            width: 25px;
            height: 25px;
        }
    .gallery__close {
        display: none;
    }
li.gallery__thum-items .ui-radius-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: var(--bg-light-gray);
}

/* #
--------------------------- */
.gallery__thum {
    gap                  : 15px 19px;
    grid-auto-rows       : max-content;
    grid-template-columns: 1fr 1fr;
}
#thumb_next {
    bottom: -6px;
    right: 38px;
}
#thumb_prev {
    bottom: -6px;
    left: 40px;
}
.image_solid {
    display: flex;
    flex-wrap: wrap;
}
.gallery__thum-items {
    width: 45%;
    margin: 6px 6px;
}
.is-wide-screen .gallery__thum {
    background-color: #fff;
    gap    : 10px;
    grid-auto-rows       : max-content;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    height: 500px;
    overflow-y: auto;
}
.is-wide-screen .gallery__thum::-webkit-scrollbar { 
    display: none;
}

    .is-wide-screen .gallery__thum-items:nth-child(n + 9){
        display: block;
    }
    .is-wide-screen .gallery__thum-items {
        height: 60px;
    }
        .gallery__thum-btn {
            display    : block;
            place-items: center;
            height: 90px;
            position: relative;
        }
        .is-wide-screen .gallery__thum-btn {
            height: 60px;
        }
            .gallery__thum-num {
                position: absolute;
                z-index : 1;
                margin  : auto;
                font-size  : 24px;
                font-weight: bold;
                color      : #fff;
                top: 28px;
                left: 20px;
            }
            .is-wide-screen .gallery__thum-items:nth-child(8) .gallery__thum-btn::after,
            .is-wide-screen .gallery__thum-items:nth-child(8) .gallery__thum-num {
                display: none;
            }
.md-photo__cunter {
    position: absolute;
    background-color: #263238e6;
    border-radius: 50px;
    padding: 3px 13px;
    font-size: 12px;
    color: #fff;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.js-count-current {
    font-size: inherit;
    color: inherit;
}
.js-count-total {
    font-size: inherit;
    color: inherit;
}
.panorama_thumb {
    cursor: pointer;
}
.show_panorama_area {
    margin: 10px 0;
}
.show_panorama_area:not(:empty) {
    aspect-ratio: 2 / 1;
}
.panorama_section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.panorama_section li {
    width: calc((100% - 40px) / 5);
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.panorama_section li:hover {
    opacity: .86;
    transition: ease .2s;
    cursor: pointer;
}
.panorama_section li img {
    width: 100%;
}
.pc-movie {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    height: 0;
}
.pc-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------------------------------------------------------------------
概要
-------------------------------------------------------------------------*/
.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__list {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}
    .summary__ttl {
        min-width: 125px;
        font-size  : 13px;
        font-weight: bold;
        background: var(--bg-light-gray);
        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;
}
/*-------------------------------------------------------------------------
周辺施設
-------------------------------------------------------------------------*/

.map {
    position: relative;
}
    .map iframe {
        width: 100%;
        height: 320px;
    }
    .map__foot {
        margin: 5px 0 0;
    }
        .map__link {
            display        : flex;
            justify-content: flex-end;
            font-size: 12px;
            color    : var(--rank-under);
        }
.spot {
    margin-top: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: 265px 265px 265px;
    word-break: break-word;
}
    .spot__items {
        display: flex;
        gap    : 10px;
    }
        .spot__img {
            min-width: 50px;
            width: 50px;
            height: 50px;
        }
        .spot__upper {
            font-size: 11px;
            color    : var(--rank-under);
        }
        .spot__bold {
            font-weight: bold;
        }
        .spot__lower {
            font-size: 12px;
        }

/*-------------------------------------------------------------------------
近隣の物件
-------------------------------------------------------------------------*/

.detail-bkn {
    display: grid;
    gap    : 16px;
    grid-template-columns: 152px 152px 152px 152px 152px;
}
    .detail-bkn__img {
        height: 115px;
        margin: 0 0 5px;
    }
    .detail-bkn__text {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow     : hidden;
        white-space  : nowrap;
    }
    .detail-bkn__price {
        font-size: 13px;
    }
        .detail-bkn__price .price {
            font-size  : 18px;
            font-weight: bold;
            color: #e50c30;
        }
/*-------------------------------------------------------------------------
募集中の物件・近隣物件
-------------------------------------------------------------------------*/
.detail-bkn__items .ui-radius-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: var(--bg-light-gray);
}
/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/

.contact-card {
    margin: -50px 0 0;
    padding: 50px 0 0;
    position: sticky;
    top     : 0;
}
    .contact-card__inner {
        background-color: #fff;
        border: 1px solid var(--border-color);
        border-radius: 6px;
        padding: 15px;
    }
        .contact-card__info {
            text-align: center;
        }
            .contact-card__ttl {
                margin-block: 0 8px;
                font-size  : 16px;
                font-weight: bold;
            }
            .contact-card__select {
                margin-block: 0 10px;
            }
            .contact-card__company {
                margin-block: 16px 3px;
            }
            .contact-card__tel {
                margin-block: 0 7px;
                display        : flex;
                gap            : 5px;
                align-items    : center;
                justify-content: center;
                font-size  : 26px;
                font-weight: bold;
                color      : var(--sub-color);
                line-height: 1;
            }
                .contact-card__tel svg {
                    width: 22px;
                    height: 22px;
                    fill: var(--sub-color);
                }

/* 物件
--------------------------- */
.contact-bkn {
    display: none;
}
    .contact-bkn__inner {
        display: flex;
        gap    : 8px;
        padding: 0 0 16px;
    }
        .contact-bkn__img {
            min-width: 77px;
            width: 77px;
            height: 58px;
        }
        .contact-bkn__name {
            font-size: 13px;
        }
        .contact-bkn__info-bottom {
            display: flex;
            gap    : 10px;
            justify-content: space-between;
        }
            .contact-bkn__price {
                font-weight: bold;
            }
                .contact-bkn__price .price {
                    font-size  : 18px;
                    font-weight: inherit;
                }
            .contact-bkn__favorite svg {
                width: 32px;
                height: 30px;
            }




























/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.fixed-contact {
    padding: 7px 20px;
    display: flex;
    gap    : 10px;
    background-color: var(--bg-light-gray);
}
    .fixed-contact__mail {
        flex: 1;
    }
    [class*="fixed-contact__btn--"]{
        width: 44px;
        height: 44px;
        background-color: #fff;
        border: 1px solid var(--border-color);
        border-radius: 6px;
        display        : flex;
        align-items    : center;
        justify-content: center;
    }
        .fixed-contact__btn--tel svg {
            width: 20px;
            height: 20px;
            fill: var(--sub-color);
        }

/*-------------------------------------------------------------------------
モーダル
-------------------------------------------------------------------------*/

/* #
--------------------------- */
.modal__howto > * + *{
    margin-block: 30px 0;
}
    .modal__list-ttl {
        margin: 0 0 4px;
        font-size  : 15px;
        font-weight: bold;
    }

/* シミュレーション
--------------------------- */
.simulation__calc {
    background-color: #E6F4ED;
    margin: 0 0 10px;
    padding: 15px 0;
    text-align: center;
}
    .simulation__calc-ttl {
        font-weight: bold;
    }
    .simulation__calc-text span {
        font-size  : 24px;
        font-weight: bold;
    }
    .simulation__calc-cost {
        font-size: 12px;
    }
.simulation__calc .unit-text {
    font-size: 16px;
    margin-right: 5px;
}
.simulation__list-wrap {
    margin-bottom: 10px;
    display: grid;
    gap: 10px;
}
    .simulation__list {
        padding: 10px;
        border-radius: 6px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }
        .simulation__ttl {
            width: 12em;
            font-weight: bold;
        }
        .simulation__contents {
            flex: 1;
            display: flex;
            align-items: center;
        }
            .simulation__input {
                width: 200px;
                display: flex;
                align-items: baseline;
                > input {
                    width: 100px;
                    margin-right: 5px;
                }
            }
        input[type="range"] {
            width: calc(100% - 2em - 6px);
            appearance: none;
            cursor: pointer;
            height: 4px;
            outline: 0;
        }

        input[type="range"]:focus {
            background: #78909C;
        }
        input[type="range"]::-webkit-slider-thumb,
        input[type="range"]::-moz-range-thumb {
            appearance: none;
            background: #ECEFF1;
            border: 1px solid #B0BEC5;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 15%);
        }
        input[type="range"]::-moz-focus-outer {
            border: 0;
        }
        input[type="range"]:active::-webkit-slider-thumb {
            background: #E3F2FD;
            border-color: #90CAF9;
            box-shadow: 0px 2px 3px 0px rgb(13 71 161 / 20%);
        }

    .bonus {
        display: flex;
        gap: 8px;
        justify-content: space-between;
    }
        .bonus label {
            display: flex;
            gap: 4px;
            flex: 1;
            align-items: center;
            height: 36px;
            border: 1px solid var(--border-color);
            border-radius: 4px;
            padding: 0 0 0 8px;
        }
.simulation__contents .maeyachin__select-wrap .pc-maeyachin-select svg {
    position: absolute;
    right: 25px;
}
.pc-maeyachin-select {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.l-detail__primary section {
    margin: 30px 0;
}


/*-------------------------------------------------------------------------
オープンハウス
-------------------------------------------------------------------------*/
.openHouseDate {
    margin-bottom: 5px;
    padding: 4px 10px;
    font-weight: bold;
    background: var(--main-heighlight-color);
    display: flex;
    align-items: center;
}
    .openHouseDate_detail {
        border-left: 1px solid var(--main-light-color);
        padding-left: 8px;
        margin-left: 8px;
        flex: 1;
    }
.detail-bkn__link .ui-radius-img{
    border-radius: 8px;
}
.popular__link .md-scroll__img{
    width: 152px;
    height: 115px;
    margin: 0 0 7px;
    overflow: hidden;
    border-radius:8px;
}
ol.md-scroll{
    display:flex;
    gap:16px;
}
p.ui-title--left{
    border-bottom: 1px solid var(--rank-under);
}
h3.ui-title--left{
    border-bottom: 1px solid var(--rank-under);
}
.ui-bkn-text .price {
    font-size: 18px;
    font-weight: bold;
    color: #e50c30;
}

.simulation-annotation-pc {
    font-size: 12px;
    margin-left: 0px;
    flex: 1;
    word-break: break-all;
}
