@charset "UTF-8";

.breadcrumbs__box {
    border-bottom: 1px solid #CCC;
    background: #FFF;
    }

.l-page * {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    box-sizing: border-box; 
}

.l-page {
    margin-top: 31px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

.l-contents {
    background: #fff;
}

.contents__inner {
    width: 1140px;
    margin: 0 auto;
}

/*///////////////////// ページ上部の物件情報 ///////////////////////////*/

.bkn__headttl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

        .detail-header__name {
        font-family: "Zen Old Mincho", sans-serif;
        font-size: 21px;
        font-weight: 600;
        margin: 17px 0 21px;
        }

        .point__box {
            display: flex;
            gap: 17px;
            }

        .point__ttl {
            font-family: "Zen Old Mincho", sans-serif ;
            font-size: 20px;
            font-weight: 500;
            background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
                        }

        .point__listbox {
            display: flex;
            gap: 17px;
            }

        .point__list {
            display: flex;
            flex-wrap: wrap;
            gap: 3px;
            font-size: 0;
        }
            .point__list a {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            padding: 1px 14px;
            justify-content: center;
            align-items: center;
            border-radius: 999px;
            border: 1px solid #D9D9D9;
            background: #FFF;
            }

             .point__list a:hover {
                border: 1px solid #1992EE;
                opacity: 1;
                color: #1992EE;
                            }

        .gallery {
            margin-top: 31px;
        }

        .gallery__primary {
            pointer-events: none;
            height: 600px;
            }


        .gallery__contents {
            flex-direction: column;
            display: flex;
            gap: 29px;
            }

        .favorite__btn{
            display: flex;
            width: 220px;
            height: 50px;
            padding: 13px 30px 13px 29px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
            border-radius: 999px;
            background: #FFF;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            font-size: 16px;
            font-weight: 400;
            color: #004B8D;
            position: relative;
            z-index: 1;

            
            }
            .favorite__btn::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    border-radius: 999px;
                    padding: 1px; /* ボーダー幅 */
                    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
                    -webkit-mask:
                        linear-gradient(#fff 0 0) content-box, 
                        linear-gradient(#fff 0 0);
                    -webkit-mask-composite: xor;
                    mask-composite: exclude;
                    z-index: -1;
                    pointer-events: none;
            }


            .favorite__icon::before {
                display: block;
                content: "";
                background: url(/images/bkn/room/favorite__icon.svg) center / cover no-repeat;
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-shrink: 0;
                }

            .ui-favorite-btn.is-checked .favorite__icon::before {
                background: url(/images/bkn/room/favorite__icon_on.svg) center / cover no-repeat;
                }

    .bkn__flexbox {
        display: flex;
        gap: 40px;
    }

        .bkn__gallery__infotextbox {
            width: 548px;
            }

        .bkn__gallery__infolist {
            display: flex;
            flex-direction: column;
            gap: 6px;
            }

            .bkn__gallery__infoitem {
                display: flex;
                align-items: stretch;
                gap: 10px;
                }

                .bkn__gallery__infot__ttl {
                    color: #FFF;
                    text-align: center;
                    font-family: "Noto Sans JP";
                    font-style: normal;
                    font-weight: 500;
                    background: #0B4471;
                    width: 100px;
                    flex-shrink: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 14px;
                    min-height: 34px;
                }

                .bkn__gallery__infot__text {
                    padding: 6px 0;
                }

        .gallery__thum {
            width: 552px;
        }

        .image_solid {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .gallery__thum-items{
            margin: 0;
            width: 129px;
            height: 129px;
                }

            .gallery__thum-items img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

            .gallery__thum-btn {
                display: block;
                place-items: center;
                width: 129px;
                height: 129px;
                position: relative;
                border-radius: 0;
                        }

            .l-page .gallery__thum-btn img {
                background-color: #eceff1;
            }


        li.gallery__thum-items .ui-radius-img img {
            object-fit: cover;
        }


/*///////////////////// 基本情報 ///////////////////////////*/

.summary__side {
    margin-top: 60px;
}

.summary__side .ui-title--left {
    color: #333;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    }

.summary__ttl {
    min-width: 150px;
    background: #F6FBFF;
    padding: 14px 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-contents .jyoho-modal-text{
    display: flex;
    height: 30px;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #004B8D;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #004B8D;
    margin: 0 0 0 auto;
    }

.jyoho-modal-text:hover {
    background: #004B8D;
    color: #FFF;
    opacity: 1;
    }

 #room_detail_map {
    width: 100%;
    height: 350px;
}

.map.detail__section {
    margin: 51px 0 40px;
}

.slick-dots {
    margin: 24px 0 0;
    gap: 14px;
}

#thumb_next {
    bottom: -6px;
    right: 170px;
}

#thumb_prev {
    bottom: -6px;
    left: 174px;
}

#thumb_prev.slick-arrow {
    transform: rotate(-180deg);
    }

.slick-dots .slick-active button {
    background-color: #004B8D;
}

.slick-arrow svg {
    display: none;
}

.slick-arrow
 {
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/bkn/room/slick-arrow.svg) center / cover no-repeat;
}

.slick-arrow:hover
 {
    background: url(/images/bkn/room/slick-arrow__on.svg) center / cover no-repeat;
    opacity: 1;
}


.member__view__infobox {
    background: url(/images/bkn/room/member__view__info.webp) center / cover no-repeat;
    height: 1326px;
    margin-bottom: 16px;
    padding-top: 100px;
    }

    .member__viewbox {
        border: 1px solid #FFF;
        background: rgba(5, 59, 107, 0.40);
        backdrop-filter: blur(7.5px);
        width: 800px;
        margin: 0 auto 0;
        padding-top: 49px;
        min-height: 305px;
        }

    .member__viewtext {
        color:  #FFF;
        text-align: center;
        font-family: "Zen Old Mincho",sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 24px;
        }

    .member__btn {
        border-radius: 999px;
        background:  linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
        box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
        display: flex;
        width: 351px;
        padding: 12px 50px 14px 49px;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        position: relative;
        color: #fff;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 500;
        }

        .member__btn::before {
            content: "";
            position: absolute;
            background: url(/images/bkn/room/member__btn__arrow.svg) center / cover no-repeat;
            width: 45px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 13px;
            }

        .member__btn:hover {
            background:  linear-gradient(90deg, #004B8D 0%, #1992EE 100%);
            opacity: 1;
        }

    .member__loginbtn {
        text-align: center;
        display: block;
        color: #fff;
        border-bottom: 1px solid;
        width: fit-content;
        margin: 0 auto;
        font-size: 12px;
        margin-top: 13px;
        padding-bottom: 3px;
        }



/*///////////////////// お問い合わせ ///////////////////////////*/

.top-contact {
    width: 100%;
    padding: 86px 0 100px;
    position: relative;
    background-image: url('/images/bkn/room/contact_bg_img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 76px;
}

.top-contact__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    position: relative;
    z-index: 1;
}

.top-contact__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.top-contact__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.top-contact__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.top-contact__btn-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 21px;
    justify-content: center;
}

.top-contact__btn-item {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 23px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.top-contact__btn-label {
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0;
}

.top-contact__btn-item--line .top-contact__btn-label {
    color: #0EC95A;
}

.top-contact__btn-item--mail .top-contact__btn-label {
    color: #004B8D;
}

.top-contact__btn-item--reservation .top-contact__btn-label {
    color: #1992EE;
}

.top-contact__btn-element {
    width: 316px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 50px;
    border-radius: 999px;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    margin: 0 auto;
}

.top-contact__btn-element--line {
    background: linear-gradient(90deg, #3AE37F 0%, #0EC95A 100%);
}

.top-contact__btn-element--mail {
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
}

.top-contact__btn-element--reservation {
    background: linear-gradient(90deg, #3BA2F2 0%, #0379D3 100%);
}

.top-contact__btn-element--line:hover {
    background: linear-gradient(90deg, #0EC95A  0%, #3AE37F 100%);
    opacity: 1;
}

.top-contact__btn-element--mail:hover {
    background: linear-gradient(90deg, #004B8D 0%, #1992EE 100%);
    opacity: 1;
}

.top-contact__btn-element--reservation:hover {
    background: linear-gradient(90deg, #0379D3 0%, #3BA2F2 100%);
    opacity: 1;
}

.top-contact__btn-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.top-contact__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #FFFFFF;
}

.detail__section{
    margin-block: 0;
    margin-bottom: 16px;
}

.summary__howto {
    margin-top: 0;
}



/*///////////////////// 近隣の物件 ///////////////////////////*/

        .neighborhood-section {
            padding: 94px 0 100px;
            background: #E8F1FA;
        }

        .top-store-office__sub {
            font-family: 'Zen Old Mincho', serif;
            font-size: 30px;
            font-weight: 400;
            letter-spacing: 0.08em;
            text-align: center;
            background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0 0 11px;
        }

        .top-store-office__title {
            font-family: 'Zen Old Mincho', serif;
            font-size: 35px;
            font-weight: 600;
            line-height: 1em;
            letter-spacing: 0.08em;
            text-align: center;
            color: #333333;
            margin: 0;
        }

        .top-store-office__headline {
            margin-bottom: 43px;
        }


        .top-bkn__item {
            flex-shrink: 0;
            background: #fff;
        }



        .top-bkn__item a:hover {
        opacity: 1;
        }

        .bkn-card__link--member {width: 448px;}

        .top-bkn__item-image{
            height: 213px;
            transition: transform 0.4s cubic-bezier(.4,0,.2,1);
            overflow: hidden;
        }

        .top-bkn__item-image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.0);
            transition: transform 0.4s ease-in-out;
        }

        .top-bkn__item a:hover .top-bkn__item-image img {
            transform: scale(1.08);
        }

        .top-bkn__item--bknname {
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: "Noto Sans JP";
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 200%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-height: 2.1;
        }

        .top-bkn__item--address {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            margin-top: 4px;
            }

        .top-bkn__item--textbox {padding: 10px 18px 0px;}


        .top-bkn__item-- {
            font-size: 18px;
            font-weight: 500;
        }

        .top-bkn__item-- .price {
            color: #E64646;
            font-size: 24px;
            font-weight: 500;
        }

        .top-bkn__item--kanri {
            font-size: 14px;
            font-weight: 400;
            }
        

        .top-bkn__item--pricebox {
            display: flex;
            gap: 10px;
            align-items: baseline;
        }
        
        .bkn_favorite {
            background: url(/images/top/favorite_icon.svg) no-repeat center;
            background-size: 100%;
            position: absolute;
            top: 16px;
            right: 13px;
            margin: 0;
            width: 36px;
            height: 33px;
        }

        .bkn_favorite.is-checked {
            background: url(/images/top/favorite_icon_on.svg) no-repeat center;
            background-size: 100%;
            margin: 0;
            position: absolute;
            margin: 0;
        }

        .top-bkn .md-bkn__swtich {
            right: 10px;
        }

        /* スライダー */
        .swiper-option__wrap {
            margin-top: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
            z-index: 1;
        }
            .swiper-option__wrap .swiper-button-prev, .swiper-option__wrap .swiper-button-next {
                position: unset;
                margin: 0;
                width: 45px;
                height: 24px;
                border: 1px solid #333;
                border-radius: 20px;
                background: #ffffff;
                justify-content: start;
                padding-left: 12px;
            }

                .swiper-option__wrap .swiper-button-prev:hover, .swiper-option__wrap .swiper-button-next:hover {
                    border: none;
                    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
                }

            .swiper-option__wrap .swiper-button-prev {
                padding-left: 14px;
            }
                .swiper-option__wrap .swiper-button-prev::after, .swiper-option__wrap .swiper-button-next::after {
                    content: "";
                    display: block;
                    position: relative;
                    width: 16px;
                    height: 8px;
                    background: url(/images/bkn/room/bkn__arrow.svg) center / cover no-repeat;
                    left: 1px;
                }

                .swiper-option__wrap .swiper-button-prev:hover::after, .swiper-option__wrap .swiper-button-next:hover::after {
                    background: url(/images/bkn/room/bkn__arrow_on.svg) center / cover no-repeat;
                }
                
                .swiper-option__wrap .swiper-button-prev::after {
                    transform: rotate(-180deg);
                    left: -1px;
                }
                
                .swiper-option__wrap .swiper-button-next::after {
                    left: 1px;
                }

            .swiper-option__wrap .swiper-pagination {
                position: unset;
                width: fit-content!important;
            }
                .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
                    margin: 0 7px!important;
                    width: 10px;
                    height: 10px;
                    background: #A9A9A9;
                    opacity: 1;
                }
                .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: #004B8D;
                }

                /* noslide  */
                .noslide .swiper-wrapper {
                    display: flex;
                    justify-content: center;
                    gap: 30px;
                }

                .noslide .swiper-slide {
                    width: 320px;
                }
                
                .noslide .swiper-option__wrap {
                    display: none;
                }

                .contents__area{
                    width: 320px;
                    margin: 0 auto;
                }

                .contents__area.noslide {
                    width: 100%;
                }

                .contents__item {
                    background: #fff;
                    background: #fff;
                    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
                    min-height: 344px;
                    position: relative;
                    overflow: hidden;
                }

                .content__block--slider {
                    margin-top: 35px;
                }

                .contents__img {
                    height: 210px;
                }

                .contents__img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                } 

                .l-page .contents__text {
                    margin-top: 14px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

    /*///////////////////// 閲覧履歴 ///////////////////////////*/

    .history-section {
        padding: 87px 0 100px;
    }
