html {
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
}

img {
    width: 100%;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    text-align: justify;
}

a {
    text-decoration: none;
}

.header-wrap {
    display: flex;
    justify-content: space-around;
}

.hdr-sns {
    display: flex;
    justify-content: space-between;
    padding-top: 2%;
}

.hdr-sns-area {
    width: 20%;
}

.p-mv {
    margin-bottom: 5%;
}

.c-h1 {
    font-weight: bold;
    margin-bottom: 3%;
}

.c-h2 {
    font-weight: bold;
    margin-bottom: 2%;
    letter-spacing: 0.05em;
}

.businessMain {
    margin-top: 5%;
}

/* PC */
@media screen and (min-width: 768px) {
    .sp-mv {
        display: none;
    }

    .sp-btn-area {
        display: none;
    }

    #footer {
        width: 1030px;
    }

    #footer {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .footer-left {
        width: 270px;
        float: left;
        text-align: center;
        padding-top: 46px;
    }

    #footer h1 {
        border-bottom: 1px solid #51331b;
        padding: 0 0 12px;
        margin-bottom: 28px;
    }

    .footerContact {
        position: absolute;
        right: 305px;
        top: 54px;
        background: #51331b;
        text-align: center;
        border-radius: 3px;
    }

    .footerContact a {
        display: block;
        padding: 9px 25px 9px 15px;
        color: #fff;
    }

    .footerContact a i {
        padding-right: 10px;
    }

    .footerNavi {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 728px;
    }

    .footerNavi li {
        float: left;
        position: relative;
        margin: 0 0 7px 20px;
    }
}

/* スマホ */
@media screen and (max-width: 767px) {
    .p-mv {
        display: none;
    }

    .header-wrap .logo img {
        width: 80%;
    }

    .sp-btn-area {
        display: block;
        width: 16%;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 30;
        transition: 0.1s ease;
    }

    #footer {
        display: flex;
        justify-content: space-between;
    }

    .footer-left {
        width: 35%;
    }

    .footerEstimate,
    .footerContact {
        display: none;
    }

    .footerNavi li {
        margin-bottom: 3%;
    }
}