@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

body {
    /* font-family: 'Noto Serif Japanese', serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #000;
}

body a {
    color: #000;
}

.top__rooms__contents__btn {
    max-width: 415px;
    position: relative;
}

.top__rooms__contents__btn a {
    display: flex;
    background-color: #006DBA;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 415px;
    height: 70px;
    border-radius: 100px;

}

.page__btn01__icn {
    width: 27px;
    height: 27px;
    margin-left: 15px;
    position: relative;
}

.page__btn01__icn img {
    width: 100%;
    aspect-ratio: 100/100;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}