.about{
    margin-bottom: 64px;
}
.about-inner{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.about-text{
    width: 45%;
    text-align: left;
}
.about-text h3{
    margin-bottom: 24px;
    color:#4B2934;
    /* Noto Serif JP_H3 */
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.about-text p{
    text-align: left;
    margin-bottom: 40px;
}
.about-inner img{
    width: 50%;
}

.room-nav{
    width: 80%;
    max-width: 1080px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.room-nav a{
    color: #4B2934;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room-nav a::after{
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #4B2934;
    margin: 0 24px;
}
.room-nav a:last-child::after{
    display: none;
}

.room-title{
    margin-bottom: 24px;
}
.room-section > p{
    margin-bottom: 40px;
}
.room-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.room-item{
    position: relative;
}
.room-item img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 32px;
}

.room-text h3{
    color:#4B2934;
    /* Noto Serif JP_H3 */
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    margin-bottom: 16px;
}
.room-text h3 span{
    color:#A7122F;
    /* Noto Serif JP_p */
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.room-text p{
    text-align: left;
    margin-bottom: 16px;
}