@charset "UTF-8";

/*///////////////////// font-face ///////////////////////////*/

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url(/fonts/Manrope-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
/*///////////////////// 共通 ///////////////////////////*/
/* セクション
--------------------------*/
html {
    background: #fff;
}

.l-wrapper {
    min-width: auto;
}

#contents {
    width: 100%;
    background: #fff;
}

header#js-header,
footer.l-footer,
.cokkie_footer_sticky,
a.reservation-side-link,
.searchlink,
.float__contents {
    display: none !important;
}

.l-wrapper {
    background: #fff;
}

.newbkn {
    background: #fff;
    margin: 0 auto 96px 0;
    width: 100%;
}
.newbkn * {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.newbkn__inner {
    overflow: hidden;
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1060px) {
    .newbkn {
        width: 100%;
        margin: 0 auto 32px 0;
    }

    .newbkn__inner {
        width: 100%;
        padding: 0;
    }
}


/* スライダー
--------------------------*/
.newbkn--wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 32px;
    padding-top: 10px;
}

.newbkn__list {
    margin: 0 0 100px;
}

.newbkn__item {
    width: 260px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.slide__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(74, 85, 102, 0.05);
    overflow: hidden;
}

.slide__link:hover {
    opacity: 1;
}

.card__label--new {
    left: 22px;
    top: 22px;
    font-family: 'Manrope', sans-serif;
    background: #c01f1f;
    z-index: 3;
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 3%;
    line-height: 1;
}

.btn__favorite {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / 90%);
    border-radius: 50%;
    top: 23px;
    right: 22px;
    z-index: 2;
}

svg.icon-favorite {
    z-index: 1;
    width: 24px;
    height: 21px;
    fill: #CFD8DC;
    stroke-width: 1px;
    stroke: #A91111;
    stroke-linecap: round;
    stroke-opacity: 1;
    paint-order: stroke;
    position: relative;
    top: 0px;
    left: 0px;
}

.is-checked svg.icon-favorite {
    fill: #A91111;
}

.card__thum {
    overflow: hidden;
    width: 90%;
    position: relative;
    aspect-ratio: 3 / 2;
    margin: 15px auto 0;
}

.card__thum img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: auto;
    width: initial;
    z-index: 2;
}

.newbkn__item:hover .card__thum img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
}

.card__thum img.bg__bkn {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    opacity: 0.8;
}

.card__detail {
    padding: 13px 20px 30px;
}

.card__detail p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 0 0;
    overflow: hidden;
    font-weight: 400;
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.8;
}
.card__detail p.card__tatemono {
    font-size: 20px;
    font-weight: 700;
}
.card__detail .card__station {
    margin-bottom: 10px;
}

.card__detail .card__price {
    font-size: 16px;
    font-weight: 700;
}

.card__detail .card__price .price {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}

/*---------------------------------------------------
会員限定物件
-----------------------------------------------------*/
.card__thum.md-members-only-img {
    display: grid;
    overflow: hidden;
}
.card__thum.md-members-only-img > * {
    grid-area: 1 / 1;
}
.card__thum.md-members-only-img img {
    position: static;
    width: 100%;
    height: 89%;
    object-fit: cover;
    transform: none;
    -webkit-transform: none;
    left: auto;
    top: auto;
}
.newbkn__item:hover .card__thum.md-members-only-img img {
    -webkit-transform: none;
    transform: none;
}
.md-members-only-img__center {
    width: 100%;
    height: 89%;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}
.md-members-only-img__center svg {
    width: 79px;
    height: 85px;
    fill: #fff;
}
.md-members-only-img__text {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.card__detail.md-members-only-info {
    display: grid;
    align-content: start;
    padding: 0 0 13px;
}
.card__detail.md-members-only-info .card__tatemono {
    grid-column: 1;
    margin: 0;
    -webkit-line-clamp: 1;
}
.card__detail.md-members-only-info .md-members-only-info-btn,
.card__detail.md-members-only-info > img {
    grid-column: 1;
    grid-row: 2;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 12px;
    line-height: 1.4;
}
.md-members-only-info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0;
    padding: 12px 8px;
    background-color: #071423;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
}
.card__detail.md-members-only-info > img {
    display: block;
    width: 90%;
    height: 80%;
    padding: 0;
}

.swiper-option-wrap {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
    height: 5px;
    width: 100%;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    display: block;
    margin: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #071423;
}

@media (max-width: 1060px) {

    .newbkn--wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
        padding: 0;
    }
}
@media screen and (max-width: 1280px) {
    .card__detail.md-members-only-info .md-members-only-info-btn,
    .card__detail.md-members-only-info > img {
        font-size: 15px;
    }
}


#sp-fixed-menu {
    display: none !important;
}
