@charset "UTF-8";

.bkncontact__favorite {
    display: flex;
    width: 269px;
    height: 50px;
    padding: 13px 30px 13px 33px;
    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;
    margin: 0 0 0 auto;
}

.bkncontact__favorite:hover {
    background: #fff;
    opacity: 0.7;
}

    .bkncontact__favorite::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;
    }

    .bkncontact__icon::before {
        display: block;
        content: "";
        background: url(/images/bkn/building/bkncontact__icon.svg) center / cover no-repeat;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

.gallery {
    margin-top: 11px;
}

.member__view__infobox {
    background: url(/images/bkn/building/member__view__info.webp) center / cover no-repeat;
    height: 554px;
    margin-bottom: 16px;
    padding-top: 100px;
}

.comment__box .ui-title--left {
    color: #333;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 0;
    border: none;
    margin-bottom: 14px;
}

.archive__note {
    background: #F6FBFF;
    border-radius: 0;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0;
    padding: 29px 31px;
    line-height: 1.6;
    }

.map.detail__section {
    margin: 51px 0 51px;
}

.bkn__gallery__infoitem dd {
    height: fit-content;
    margin: auto 0 ;
    }


.top-contact dd {
    height: fit-content;
    margin: auto 0;
}

.history-section .ui-title--left {
    color: #333;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 0;
    border: none;
    margin-bottom: 14px;
}

.history-section {
    padding: 50px 0 100px;
}

.top-store-office__headline {
    margin-bottom: 13px;
}

.contents__area {
    width: 262px;
    margin: 0;
}

.content__block--slider {
    margin-top: 0px;
}

.top-bkn__item-image {
    height: 175px;
}

.top-bkn__item--pricebox {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-direction: column;
}

.top-bkn__item--bknname {
    line-height: 1.6;
}

.top-bkn__item--pricebox {
    gap: 0px;
}

.contents__item {
    min-height: 286px;
}

.swiper-option__wrap {
    margin-top: 30px;
}

.contents__wrap {
  padding-top: 2px;  
}

.history-section .contents__inner {
  width: 1143px;
}
