.moon__mv__area {
    height: 540px;
    background: url(../img/rooms/mv__bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 1px;
    margin-bottom: 120px;
}

.top__plan .sub-ttl::before {
    display: none;
}

.top__plan .sub-ttl {
    margin-top: -0.5em;
}

.top__plan .l-ttl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.top__plan__wrap {
    display: flex;
    width: 950px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.top__plan__card {
    background-color: #fff;
    padding: 15px;
    width: calc(900px / 3);
}

.top__room {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex;
    margin-bottom: 120px;
    min-width: 1190px;
    margin-top: 180px;
}

.top__room__txt {
    /* width: 50%; */
}

.room__icn {
    text-align: right;
    margin-top: -55px;
    margin-bottom: 20px;
}

.room__icn img {
    transform: translateX(50%);
}

.top__room__txt .sub-ttl__caption--s {
    margin-bottom: 40px;
}

.top__room__txt__inner {
    background-color: #fff;
    padding-right: 60px;
    margin-right: -30px;
    position: relative;
    padding-bottom: 20px;
    width: 450px;
}

.top__room__txt__inner .sub-ttl {}

.top__room__img {
    height: 575px;
    width: 55%;
    /* background: url(../img/top/top__guest-room.png); */
    background-size: cover;
    background-position: bottom left;
    /* margin-left: auto;
    margin-right: 0; */
}

.top__room .sub-ttl {
    text-align: left;
    display: inline-flex;
    flex-wrap: wrap;
}

.top__room .sub-ttl--jp {
    width: 100%;
}

.top__room .sub-ttl--en {}

.rooms_caption {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    letter-spacing: 2px;
}

.rooms_caption dt {
    width: 35%;
    margin-bottom: 15px;
    font-weight: 500;
}

.rooms_caption dd {
    width: 65%;
    margin-bottom: 15px;
    font-weight: 500;
}

.room__category {
    margin-top: 120px;
}

.residential__img01 {
    background: url(../img/rooms/residential__img01.png);
    background-size: cover;
    background-position: bottom left;
}

.residential__img02 {
    background: url(../img/rooms/residential__img02.png);
    background-size: cover;
    background-position: bottom left;
}

.residential__img03 {
    background: url(../img/rooms/residential__img03.png);
    background-size: cover;
    background-position: bottom left;
}

.residential__img04 {
    background: url(../img/rooms/residential__img04.png);
    background-size: cover;
    background-position: bottom left;
}

.natural__img01 {
    background: url(../img/rooms/natural__img01.png);
    background-size: cover;
    background-position: bottom left;
}

.natural__img02 {
    background: url(../img/rooms/natural__img02.png);
    background-size: cover;
    background-position: bottom left;
}

.natural__img03 {
    background: url(../img/rooms/natural__img03.png);
    background-size: cover;
    background-position: bottom left;
}

.natural__img04 {
    background: url(../img/rooms/natural__img04.png);
    background-size: cover;
    background-position: bottom left;
}

.comfort__img01 {
    background: url(../img/rooms/comfort__img01.png);
    background-size: cover;
    background-position: bottom left;
}

.suite__img01 {
    background: url(../img/rooms/suite__img01.png);
    background-size: cover;
    background-position: bottom left;
}

.room__category:last-of-type {
    margin-bottom: 200px;
}