@charset "utf-8";

body header,
body footer {
    background-color: #009EE4;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}

#felicecare-logo img {
    width: calc(100% - 80px);
}

#felicecare-logo p {
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}

.hd-icons {
    display: none;

    & a:last-of-type {
        & img {
            max-width: 64px;
            max-height: 64px;
        }
    }
}

.hd-icons a img {
    margin-bottom: 12px;
}


a:hover img {
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0.00);
    box-shadow: 0px 0px rgba(0, 0, 0, 0.00);
}

.copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}

body header {
    text-align: left;
}

.sns-icon-mb {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.font-75p {
    font-size: 75%;
}

.sns-icon-mb a img {
    margin-left: 1%;
    margin-right: 1%;
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
}

.sentence {
    display: block;
    margin-left: 1em;
}

.mb-nav-layer0 a {
    display: block;
    width: 80%;
    border: 1px solid rgba(255, 255, 255, 0.90);
    padding-top: 12px;
    padding-bottom: 12px;
}

.hd-nav .mb-nav-layer0.sns-icon-mb .sns-icons {
    border-style: none;
}

#felicecare-logo {
    margin-left: 2%;
}












@media print,
screen and (min-width:800px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    #felicecare-logo img {
        height: 48px;
        width: auto;
    }

    #felicecare-logo p {
        display: inline;
        line-height: 48px;
        text-align: left;
    }

    .hd-icons {
        display: inherit;
        position: fixed;
        top: 8px;
        right: 8px;
        text-align: center;
        width: 150px;
        z-index: 9999;
    }

    .hd-icons .sns-icons img {
        width: 96px;
        height: 96px;
    }

    body header {
        text-align: left;
    }

    #felicecare-logo {
        margin-left: auto;
    }






}