.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}
.office-swiper {

}
.bukkenmain__txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(37, 37, 37, 0.7);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    z-index: 10;
}
.bukkenmain__detail {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.bukkenmain__address {
    font-size: 14px;
    font-size: 1.4rem;
}
.bukkenmain__txts {
    font-size: 12px;
    font-size: 1.2rem;
}


/* ROOMPLAN */
.roomplan {
    padding-top: 80px;
}
.roomplanconttop {
    margin-bottom: 120px;
}
.conttit {
    text-align: center;
}
.roomplantit {
    margin-bottom: 50px;
}
.conttit__en {
    margin: 0 auto 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
}
.roomplantit__en {
    width: 94px;
}
.conttit__ja {
    line-height: 1;
    color: #777;
    font-size: 12px;
    font-size: 1.2rem;
}
.roomplansketch {
    width: 50%;
    float: left;
}
.roomplaninfo {
    float: right;
    width: 50%;
}
.roomplansketch__img {
    width: 100%;
    height: 460px;
    margin-bottom: 25px;
}
.roomplansketch__img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.object-fit-img.object-fit-img_contain {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.roomplansketch__txt {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777;
    text-align: center;
    line-height: 1;
}
.roomplanlistwrap {
    padding: 30px 0;
    border-top: 1px solid #aaa9aa;
    border-bottom: 1px solid #aaa9aa;
    margin-bottom: 20px;
}
.roomplanlist {
    display: table;
    width: 100%;
}
.roomplanlist__term {
    display: table-cell;
    width: 11.5em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #777;
}
.roomplanlist__desc {
    display: table-cell;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 0;
}
.roomplantaglist {
    font-size: 0;
    list-style: none;
}


/* TABS */
.roomplancontbottom {
    margin-bottom: 55px;
}
.roomplantab {
    width: 50%;
    text-align: center;
    line-height: 1;
    height: 46px;
    border-bottom: 1px solid #999;
    color: #999;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.roomplantab.active {
    border-bottom: 3px solid #252525;
    color: #252525;
    cursor: default;
}
.roomplanmap {
    padding-top: 60px;
}
.roomplanmap__cont {
    height: 50rem;
    background-color: #ccc;
    margin-bottom: 40px;
}
.roomplanmap__btn {
    margin: 0 auto 60px;
    width: 280px;
    position: relative;
}
.roomplanmap__btn a {
    width: 100%;
    display: block;
    line-height: 50px;
    height: 50px;
    background-color: #373737;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.roomplanmap__data {
    margin-bottom: 50px;
}
.roomplanmap__term {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px;
    color: #777;
    letter-spacing: 0.1em;
}
.roomplanmap__desc {
    max-width: 1000px;
    column-count: 2;
    column-gap: 1.5em;
}
.roomplandata.js-roomplantab_block,
.roomplanmap.js-roomplantab_block {
    display: none;
}
.roomplandata.js-roomplantab_block.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.roomplanmap.js-roomplantab_block.active {
    display: block;
}
.roomplandata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 20px;
}
.roomplandata__list {
    background-color: #fafafa;
    padding: 10px 20px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 2px;
}
.roomplandata__term {
    color: #a9a9a9;
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    width: 8.3em;
}
.roomplandata__desc {
    font-size: 12px;
    font-size: 1.2rem;
    float: none;
    width: auto;
    margin-left: 8.3em;
}
.roomplandata__list_width {
    grid-column: 1/3;
}

@media screen and (max-width: 768px) {
    .roomplanmap__cont {
        height: 30rem;
    }
    .roomplancontbottom {
        padding: 5rem 0;
    }
}