@charset "UTF-8";

/*================================================================
# room-details
================================================================ */
.room-details .container {
    margin: 40px 0;
    display: flex;
}

.room-details .container .left {
    width: 160px;
    padding: 4px 24px 0 0;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
}

.room-details .container .center {
    width: calc(100% - 160px - 200px);
    padding: 0 0 4px 40px;
    border-left: 1px solid #c0c0c0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 2.4;
}

.room-details .container .center .item {
    margin-right: 16px;
}

.room-details .container .center .item02 {
    width: 100%;
    margin-right: 16px;
}

.room-details .container .center .item:last-of-type {
    margin: 0;
}

.room-details .container .center span {
    margin: 0 4px 0 0;
    font-size: 20px;
    line-height: 1;
}

.room-details .container .center .list-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.618;
    color: var(--gray);
    letter-spacing: 0.05em;
}

.room-details .container .center .list-info li {
    margin: 0;
    font-size: 12px;
}

.room-details .container .right {
    width: 200px;
    display: flex;
    justify-content: flex-end;
}

.room-details .container .label {
    width: 160px;
    margin-left: 16px;
}

.room-details .note .list li {
    margin-bottom: 0;
    line-height: 2;
}

.room-details .note .small {
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}

.room-details .note span {
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}

/*================================================================
# 概要
================================================================ */
.about {
    margin-top: 80px;
    padding: 64px 0;
    background-color: var(--black);
}

.about .container {
    display: flex;
}

.about .left {
    width: 165px;
    padding-right: 40px;
    border-right: 1px solid #54575a;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
}

.about .right {
    width: calc(100% - 165px);
    padding-left: 40px;
}

.about .item {
    padding: 40px 0;
    display: flex;
}

.about .item:first-child {
    padding-top: 0;
}

.about .item:nth-child(n + 2) {
    border-top: 1px solid #54575a;
}

.about .title {
    width: 18%;
    font-weight: 600;
    line-height: 2;
}

.about .text {
    width: 82%;
}

.about .text ul li {
    line-height: 1.618;
}

.about .text ul li:first-child {
    margin-top: 3px;
}

.about .text ul li:nth-child(n + 2) {
    margin-top: 16px;
}

.about .note {
    font-size: 12px;
    line-height: 2;
    color: var(--gray);
    letter-spacing: 0.05em;
}

.about span {
    margin-top: -8px;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}