@charset "utf-8";

.resHbBtn p s {
    text-decoration: none;
    font-size: 14px;
}

.resHbBtn .resHbBtnIcon {
    margin: -19px 12px 0 0;
    width: 16.5px;
}

.fInfoNavLink {
    margin: 13px 0 0;
    color: var(--white);
}

.fInfoNavLink:first-of-type {
    margin: 0;
}

.fInfoNavLink:hover {
    color: var(--white);
    text-decoration: underline;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

    .resHbBtn p s {
        font-size: 16px;
    }
    

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */