.room-org,
.room-org * {
    box-sizing: border-box;
}

.l-contents.room-org,
.l-contents.room-org .l-main.room-org__main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #FAFAFA;
}
.room-org {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #3B3B3B;
    background: #FAFAFA;
}

/* 物件詳細ではフロートのSNSを非表示（来店予約・LINE・メールのみ） */
.float__link--tiktok,
.float__link--instagram,
.float__link--youtube {
    display: none !important;
}
.room-org__main {
    width: 100%;
    background: #FAFAFA;
    padding: 0;
    margin: 0;
}

.room-overview,
.room-section {
    width: 100%;
}
.room-overview__inner,
.room-section__inner {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 43px;
}

.room-section--contact > .room-section__inner {
    padding-bottom: 50px;
}
.room-section--info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 42px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 1px solid #3B3B3B;
}
.room-section--info .room-subnav,
.room-section--info .room-block {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.room-org h2.room-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    column-gap: 5px;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #3B3B3B;
    line-height: 1;
}
.room-org h2.room-heading .room-heading__ja,
.room-org h2.room-heading .room-heading__en {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.room-org h2.room-heading .room-heading__ja {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 1.2;
}
.room-org h2.room-heading .room-heading__en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3EB133;
    line-height: 1.2;
}

.room-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 94px;
    padding: 19px 19px 9px;
    margin-bottom: 15px;
    border: 1px solid #3B3B3B;
    background: #fff url("/images/room/title_pattern.webp") center / cover no-repeat;
}
.room-title:not(:has(.room-title__new)) {
    align-items: flex-start;
    padding-top: 23px;
}
.room-title__left {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}
.room-title__new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 22px;
    margin: 0;
    padding-top: 3px;
    border-radius: 3px;
    background: #D00D0D;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.room-title__name {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
.room-title__actions {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
    margin-bottom: 9px;
}
.room-title:not(:has(.room-title__new)) .room-title__actions {
    margin-bottom: 0;
}
.room-title__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    padding: 0 14px;
    border-radius: 3px;
    background: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
.room-title__btn--print {
    border: 1px solid #E6E6E6;
}
.room-title__btn--favorite {
    border: 1px solid rgba(208, 13, 13, 0.15);
    background: #FFF6F6;
}
.room-title__fav-icn {
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(/images/room/fav_bt.svg) no-repeat center / contain;
    vertical-align: middle;
}
.room-title__btn--favorite.is-checked .room-title__fav-icn {
    background-image: url(/images/room/fav_bt-on.svg);
}
.room-fav-icn {
    display: inline-block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: url(/images/room/fav_icn.svg) no-repeat center / cover;
    vertical-align: middle;
}
.room-bknlist__fav.is-checked,
.room-fav-icn.is-checked {
    background-image: url(/images/room/fav_icn-on.svg);
}

.room-gallery__tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-bottom: 15px;
}
.room-gallery__tab {
    height: 40px;
    border: none;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,.85), rgba(255,255,255,.85)), #3EB133;
    color: rgba(62, 177, 51, 0.55);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.room-gallery__tab.is-active {
    background: #3EB133;
    border: 1px solid #3B3B3B;
    color: #fff;
    font-weight: 500;
}

.room-gallery__body {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.room-gallery__main {
    position: relative;
    width: 539px;
    height: 378px;
    border: 1px solid #3B3B3B;
    border-radius: 10px;
    overflow: hidden;
    background: #F0F0F0;
    flex-shrink: 0;
}
.room-gallery__main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.room-gallery__expand {
    position: absolute;
    right: 14px;
    bottom: 45px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.room-gallery__expand img {
    width: 40px;
    height: 40px;
}

.room-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.room-lightbox[hidden] {
    display: none !important;
}
.room-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.94);
}
.room-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: 930px;
    max-width: calc(100vw - 160px);
}
.room-lightbox__main {
    position: relative;
    width: 100%;
    height: 620px;
    max-height: calc(100vh - 80px);
    border: 1px solid #3B3B3B;
    border-radius: 10px;
    background: #F0F0F0;
    overflow: visible;
    box-sizing: border-box;
}
.room-lightbox__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    overflow: hidden;
}
.room-lightbox__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 37px;
    padding: 0 15px;
    border-radius: 0 0 9px 9px;
    background: rgba(62, 177, 51, 0.9);
    color: #fff;
    box-sizing: border-box;
}
.room-lightbox__label-ja {
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.room-lightbox__label-count {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.room-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: #3EB133;
    transform: translateY(-50%);
    cursor: pointer;
}
.room-lightbox__nav img {
    display: block;
    width: 9px;
    height: 16px;
}
.room-lightbox__nav--prev {
    left: -20px;
}
.room-lightbox__nav--prev img {
    transform: scaleX(-1);
}
.room-lightbox__nav--next {
    right: -20px;
}
.room-lightbox__close {
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.room-lightbox__close img {
    display: block;
    width: 50px;
    height: 50px;
}
body.is-room-lightbox-open {
    overflow: hidden;
}
.room-gallery__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0 15px;
    background: rgba(62, 177, 51, 0.9);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.room-gallery__label #js-gallery-label {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
}
.room-gallery__label #js-gallery-count {
    font-family: "Josefin Sans", sans-serif;
}
.room-gallery__side {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    width: 581px;
}
.room-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 140px);
    grid-template-rows: repeat(3, 108px);
    gap: 7px;
    height: 338px;
    overflow: hidden;
}
.room-gallery__thumb {
    position: relative;
    width: 140px;
    height: 108px;
    border: none;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    background: #F0F0F0;
    cursor: pointer;
    flex-shrink: 0;
}
.room-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.room-gallery__thumb.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(235, 178, 20, 0.5);
    border-radius: 5px;
}
.room-gallery__pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 30px;
}
.room-gallery__pager-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.room-gallery__pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 9999px;
    background: #3EB133;
    cursor: pointer;
    flex-shrink: 0;
}
.room-gallery__pager-btn img {
    display: block;
    width: 5px;
    height: 10px;
}
.room-gallery__pager-btn--prev img {
    transform: scaleX(-1);
}
.room-gallery__pager-num {
    min-width: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #3B3B3B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.room-section--detail .room-section__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 42px;
}
.room-contact {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 29px;
    border: 1px solid #3B3B3B;
    background: #fff url("/images/room/contact_pattern.webp") center / cover no-repeat;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0;
}
.room-contact__bkn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 186px;
    flex-shrink: 0;
}
.room-contact__thumb {
    margin: 0;
    height: 124px;
    overflow: hidden;
}
.room-contact__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room-contact__bkn-txt {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}
.room-contact__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0;
    color: #D00D0D;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
.room-contact__price .price {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.room-contact__meta {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    color: #3B3B3B;
}
.room-contact__meta--deposit {
    font-weight: 500;
    line-height: 1.4;
}
.room-contact__meta--layout {
    font-weight: 400;
    line-height: 1;
}
.room-contact__divider {
    width: 1px;
    background: #A2A2A2;
    flex-shrink: 0;
    align-self: stretch;
}
.room-contact__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.room-contact__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    min-height: 39px;
    height: auto;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 1px solid #3B3B3B;
}
.room-contact__ttl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    column-gap: 5px;
    margin: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
}
.room-contact__ttl-ja,
.room-contact__ttl-en {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.room-contact__ttl-ja {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #3B3B3B;
}
.room-contact__ttl-en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #EB7914;
    line-height: 1.2;
}
.room-contact__about {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
    flex: 1;
    min-width: 0;
}
.room-contact__about-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 100%;
    min-height: 29px;
    padding: 4px 10px;
    box-sizing: border-box;
    background: #FFFDCF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #3B3B3B;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.room-contact__about-suffix {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #3B3B3B;
    white-space: nowrap;
    flex-shrink: 0;
    padding-bottom: 6px;
}
.room-contact__contents {
    display: flex;
    gap: 20px;
    align-items: stretch;
}
.room-contact__telbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 5px;
    border: 1px solid #D9FFD5;
    background: #fff;
}
.room-contact__tel-main {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.room-contact__tel-icn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    box-sizing: content-box;
}
.room-contact__tel-icn {
    display: block;
    width: 28px;
    height: 28px;
}
.room-contact__tel-col {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}
.room-contact__tel-num {
    margin: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #3B3B3B;
    white-space: nowrap;
}
.room-contact__hours-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    margin-left: 11px;
}
.room-contact__hours {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #3B3B3B;
    white-space: nowrap;
}
.room-contact__btns {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.room-contact__btn {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 50px;
    padding: 0 21px 0 31px;
    border: 1px solid #3B3B3B;
    border-radius: 9999px;
    color: #fff;
    text-decoration: none;
}
.room-contact__btn-txt {
    flex: 1 1 auto;
    min-width: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.room-contact__btn-arrow {
    flex: 0 0 auto;
    display: block;
    width: 5px;
    height: 10px;
}
.room-contact__btn--1 { background: #EBB214; }
.room-contact__btn--2 { background: #EB7914; }
.room-contact__btn--3 { background: #EB9914; }
.room-contact__btn--4 { background: #EAC324; }

.room-spec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 12px;
    width: 100%;
    padding: 29px 39px;
    border: 1px solid #A2A2A2;
    background: #fff;
    box-sizing: border-box;
}
.room-spec__item {
    display: flex;
    align-items: stretch;
    gap: 15px;
    margin: 0;
    min-height: 34px;
}
.room-spec__item dt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 144px;
    width: 144px;
    max-width: 144px;
    padding: 5px 15px 6px;
    background: #F6F6F6;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #3B3B3B;
    box-sizing: border-box;
}
.room-spec__item dd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 34px;
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #3B3B3B;
}
.room-spec__item dd a {
    color: #3B3B3B;
    text-decoration: underline;
}

.room-spec__item--price {
    align-items: center;
}
.room-spec__item--price dd {
    display: block;
    align-self: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #D00D0D;
    white-space: nowrap;
}
.room-spec__item--price dd .price {
    display: inline;
    font-family: "Josefin Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #D00D0D;
    vertical-align: baseline;
}

.room-spec__item--access {
    grid-column: 1;
}
.room-spec__item--access dd {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
}
.room-spec__item--access dd p {
    margin: 0 0 6px;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #3B3B3B;
}
.room-spec__item--access dd p:last-child {
    margin-bottom: 0;
}

.room-feature .md-facility {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.room-feature .md-facility__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    width: 56px;
    text-align: center;
}
.room-feature .md-facility__icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    border-radius: 6px;
    background-color: rgba(62, 177, 51, 0.1);
}
.room-feature .md-facility__icn svg {
    width: 35px;
    height: 35px;
    fill: #3EB133;
}
.room-feature .md-facility__note {
    width: 56px;
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #3B3B3B;
    text-align: center;
    word-break: break-word;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.room-salespoint {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3B3B3B;
    word-break: break-word;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.room-point-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.room-point-list a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 3px 8px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    background: #fff;
    color: #3B3B3B;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.room-staff {
    display: flex;
    align-items: center;
    gap: 19px;
    width: 100%;
}
.room-staff__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color: inherit;
}
.room-staff__img {
    width: 100px;
    height: 100px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
}
.room-staff__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room-staff__name {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #3B3B3B;
    text-align: center;
    word-break: break-word;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.room-staff__comment {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3B3B3B;
    word-break: break-word;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.room-subnav {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}
.room-subnav__btn {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    height: 60px;
    padding: 4px 15px 4px 28px;
    border: 1px solid #3B3B3B;
    border-radius: 3px;
    background: #3EB133;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}
.room-subnav__label {
    flex: 1 0 0;
    min-width: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.room-subnav__btn img {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 5px;
}

.room-block {
    margin-bottom: 0;
}
#anker_facility {
    margin-top: 19px;
}

.room-section--info > .room-bknstack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.room-section--info .room-block.room-block--band {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 42px 0 50px;
    background: #F0F0F0;
    align-items: center;
    box-sizing: border-box;
}

#anker_notice {
    padding: 41px 0 50px;
    box-sizing: border-box;
}

.room-org .room-block--band > h2.room-heading {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    box-sizing: border-box;
}
.room-block--band > .room-bknlist {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.room-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 12px;
    width: 100%;
    padding: 30px 39px;
    border: 1px solid #3B3B3B;
    border-top: 0;
    background: #fff;
    box-sizing: border-box;
}

.room-block:has(> .room-summary) > .room-heading,
.room-block:has(> .room-summary-wrap) > .room-heading {
    margin-bottom: 0;
}
.room-summary-wrap {
    position: relative;
}
.room-summary__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 15px;
    margin: 0;
    min-height: 34px;
}
.room-summary__item dt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 144px;
    width: 144px;
    max-width: 144px;
    padding: 5px 15px 6px;
    background: #F6F6F6;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #3B3B3B;
    box-sizing: border-box;
    word-break: keep-all;
}
.room-summary__item dd {
    display: block;
    flex: 1 1 auto;
    align-self: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #3B3B3B;
    overflow-wrap: break-word;
}
.room-summary__item--wide {
    grid-column: 1 / -1;
}
.room-summary__item--kigen {
    align-items: center;
}
.room-summary__item--kigen dt,
.room-summary__item--kigen dd {
    align-self: center;
}
.room-summary--equipment {
    display: block;
}
.room-summary__options {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.room-summary__options li {
    display: inline;
    margin: 0;
    padding: 0;
}
.room-summary__howto {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    box-sizing: border-box;
    height: 20px;
    margin: 0;
    padding-top: 10px;
    overflow: visible;
}
.room-summary__howto button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #A6A6A6;
    text-decoration: none;
    cursor: pointer;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.room-summary__howto img {
    display: block;
    width: 15px;
    height: 15px;
}

#anker_facility,
#anker_notice,
#anker_map,
.room-block--band {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#anker_facility > .room-heading,
#anker_notice > .room-heading,
#anker_map > .room-heading,
.room-block--band > .room-heading {
    margin-bottom: 0;
}
.room-spot {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 1140px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.room-spot__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 270px;
    margin: 0;
}
.room-spot__img {
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.room-spot__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room-spot__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.room-spot__cat,
.room-spot__time {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #919191;
}
.room-spot__name {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #222222;
    word-break: break-word;
}
.room-bknlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 1140px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.room-bknlist__item {
    width: 212px;
    margin: 0;
}
.room-bknlist__link {
    position: relative;
    width: 212px;
    padding: 0 0 18px;
    overflow: hidden;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.room-bknlist__anchor {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: inherit;
    text-decoration: none;
}
.room-bknlist__img {
    position: relative;
    width: 212px;
    height: 141px;
    margin: 0;
    overflow: hidden;
    background: #F0F0F0;
}
.room-bknlist__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room-bknlist__fav {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: url(/images/room/fav_icn.svg) no-repeat center / cover;
    cursor: pointer;
}
.room-bknlist__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.room-bknlist__text {
    margin: 0;
    overflow: hidden;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #3B3B3B;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.room-bknlist__text--addr {
    font-weight: 500;
}
.room-bknlist__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px;
    margin: 0;
    padding-top: 1px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #D00D0D;
}
.room-bknlist__price .price {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #D00D0D;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

#anker_map {
    align-items: flex-start;
    margin-top: 8px;
}
.room-map {
    width: 100%;
    max-width: 1140px;
}
#room_detail_map {
    width: 100%;
    height: 375px;
}
.room-map__link {
    margin: 0;
}
.room-map__link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 121px;
    height: 30px;
    padding: 3px 8px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    background: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #3B3B3B;
    text-decoration: none;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.room-section--panorama .ui-title--left {
    display: none;
}
.room-section--panorama .room-section__inner {
    padding-bottom: 49px;
}
.room-section--panorama .panorama_section {
    margin: 0;
    padding: 0;
}
.room-section--panorama .panorama_section .detail__facility,
.room-section--panorama .detail__section {
    margin: 0;
    padding: 0;
}

.room-section--panorama .panorama_section li {
    border-radius: 0;
    overflow: visible;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    line-height: 1;
}
.room-section--panorama .panorama_section li br {
    display: none;
}
.room-section--panorama .panorama_section li img {
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 6px;
}

