@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

h1{
    color: #FFF;
    text-align: center;
    /* PC/Noto Sans JP_H1 */
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
}
h2{
    color: #222;
    text-align: center;
    /* PC/Noto Sans JP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
}
h2::after{
    content: "";
    display: block;
    width: 100%;
    max-width: 200px;
    height: 1px;
    background-color: #222;
    margin: 24px auto 64px;
}
.amenity .flex-text h3{
    color:#222;
    /* PC/Noto Sans JP_H3 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
    margin-bottom: 16px;
}
.amenity .flex-text span{
    margin-bottom: 16px;
}
h3{
    color: #222;
    /* PC/Noto Sans JP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
    margin-top: 0;
}
span{
    color:#222;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
}
p{
    color:#222;
    /* PC/Noto Sans JP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
    margin: 0;
}

.mv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/room/mv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    margin-bottom: 120px;
}
.content{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    margin-bottom: 64px;
}
.flex-text{
    width: 50%;
}
.flex-text p{
    margin-bottom: 24px;
}
.flex-text h3{
    margin-bottom: 24px;
}
.flex-text span{
    display: block;
    margin-bottom: 24px;
}
.flex-img{
    width: 50%;
}
.flex-img img{
    width: 100%;
    aspect-ratio: 65/42;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;

}
.room-info{
    border-radius: 8px;
    border: 1px solid #C2AC9E;
    padding: 16px;
}
.room-info p{
    margin: 0;
}