﻿/*html, body {
    overflow-x: hidden;
}
*/
.btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 999;
}

    .btn_pagetop img:hover {
        transform: translateY(-5px);
    }

    .btn_pagetop img {
        transition: 0.3s;
        width: 60px;
    }

/* 問合せ先 */
#siteinfo {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0.9em;
}

#toiawase {
    max-width: 1000px;
    margin: 0px auto;
    padding: 18px;
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
}


    #toiawase span {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 2em;
    }

    #toiawase .otoiawase {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 2em;
        margin: 0px 0px 0px 15px;
        padding: 3px 8px;
        border-radius: 10px;
    }


    #toiawase img {
        padding: 0px;
        width: 372px;
    }




.siteinfo::before {
    background: url(../../images/kosodate/footer_sora_ue.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 47px;
    position: absolute;
    top: -7%;
    content: '';
}


/*問い合わせエリア*/

.siteinfo {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    height: 400px;
    position: relative;
}

.bg_siteinfo_bottom {
    background-image: url(../../images/kosodate/bg_footer2.png);
    background-repeat: repeat-x;
    height: 113px;
    width: 100%;
    position: absolute;
    position: relative;
    bottom: -35px;
}

.siteinfo::after {
    background: url(../../images/kosodate/bg_footer3.png);
    background-repeat: no-repeat;
    background-size: 595px;
    width: 595px;
    height: 100px;
    position: absolute;
    bottom: -36px;
    right: 10px;
    content: '';
}




.footer_logo {
    width: 350px;
    margin: 0 auto;
    display: block;
}


.toiawase_area {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.toiawase_ttl {
    font-size: 1.125em;
    font-weight: bold;
    border-bottom: 2px dashed #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.toiawase_left {
    width: 640px;
}

.toiawase_right {
    width: 500px;
}

.toiawase_midashi {
    min-width: 43px !important;
    display: inline-block;
    padding: 2px;
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 8px;
    font-size: 0.88em;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.wrap_otoiawase_con {
    display: flex;
    justify-content: space-between;
}

.con_fax, .con_tel {
    padding-top: 10px;
}

.add_area {
    display: block;
    margin: 0 auto;
    max-width: 340px;
}



/* copyright */
#cp {
    font-size: 0.7em;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    padding-top: 80px;
}

    #cp p {
        max-width: 1000px;
        margin: 0px auto;
    }



.css-br::after {
    content: "\A";
    white-space: pre;
}




@media screen and (max-width:1180px) {
    .toiawase_area {
        flex-direction: column;
        max-width: 640px;
    }

    .toiawase_left {
        margin-bottom: 20px;
    }

    .siteinfo::after {
        bottom: -196px;
    }

    .toiawase_right {
        width: 640px;
    }
}

@media screen and (max-width:900px) {
    .siteinfo::before {
        top: -6%;
    }
}

@media screen and (max-width:750px) {
    .siteinfo::before {
        top: -5%;
    }
}

@media screen and (max-width:680px) {
    .wrap_otoiawase_con {
        flex-direction: column;
    }

    .toiawase_left {
        width: 300px;
    }

    .toiawase_right {
        width: 300px;
    }

    .toiawase_area {
        max-width: 300px;
    }

    .wrap_otoiawase_con ul {
        margin-bottom: 20px;
    }

    .siteinfo::after {
        bottom: -606px;
        background-size: 330px;
        width: 330px;
        height: 40px;
    }
}

@media screen and (max-width:650px) {
    .siteinfo::before {
        top: -3%;
    }

    .toiawase_area {
        margin-bottom: 33px;
    }

    .btn_pagetop {
        right: 30px;
    }

        .btn_pagetop img {
            width: 50px;
        }
}

@media screen and (max-width:360px) {
    .siteinfo::before {
        top: -2%;
    }
}
