﻿.btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 999;
}

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

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

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

#toiawase {
    max-width: 1100px;
    margin: 0px auto;
    padding: 18px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}


    #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;
    }


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

#footerSpBtn {
    display: none;
}


.toiawase_left {
    padding-top: 32px;
}




.btn_toiawase {
    background-image: url("../../images/gikai/icon_otoiawase.png");
    background-repeat: no-repeat;
    background-position: 10px;
    width: 166px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    height: 30px;
    margin-top: 5px;
    transition-duration: 0.3s;
}

    .btn_toiawase:hover {
        background-color: #eee;
    }

    .btn_toiawase p {
        font-weight: bold;
    }

    .btn_toiawase p {
        text-decoration: none;
        color: #333;
        padding-left: 40px;
        padding-top: 3px;
    }

.toiawase_right a {
    text-decoration: none;
}


.toiawase_right span {
    font-size: 1.4em;
    font-weight: bold;
}

.wrapper_tel_fax {
    display: flex;
    margin-top: 10px;
}

    .wrapper_tel_fax p {
        font-size: 1.2em;
        padding-left: 5px;
    }

.toiawase_right {
    padding-left: 50px;
}

.wrapper_add_toiawase {
    margin-top: 10px;
}

    .wrapper_add_toiawase p {
        font-size: 1.1em;
        line-height: 2;
    }

.area_tel {
    background-image: url("../../images/gikai/icon_tel.png");
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 0px;
    display: flex;
}

/*.area_fax {
    background-image: url("../../images/gikai/icon_fax.png");
    background-repeat: no-repeat;
    height: 40px;
}*/



/*レスポンシブ対応*/

@media screen and (max-width:1280px) {
    .wrapper_tel_fax {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:980px) {

    .sintyaku_area {
        max-width: 97%;
    }

    .gikaidayori_area {
        max-width: 97%;
    }




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


    #footerSpBtn {
        display: block;
        background: #E5E5E2;
        padding: 10px;
    }

        #footerSpBtn a {
            display: block;
            padding: 15px 0px;
            text-align: center;
            text-decoration: none;
            border: solid 1px #4d4d4d;
            background: url("../../images/tyoutyou/mainTopIcon.png") no-repeat 15px center #FFFFFF;
            background-size: 30px 30px;
        }



    #toiawase {
        flex-direction: column;
        text-align: center;
    }

    .toiawase_left {
        padding-top: 0px;
        padding-right: 0px;
    }

    .wrapper_add_toiawase {
        flex-direction: column;
    }


    .wrapper_tel_fax {
        flex-direction: column;
    }


    .toiawase_right {
        margin-top: 20px;
    }

    .btn_toiawase {
        margin-top: 20px;
    }

    #toiawase img {
        width: 300px;
    }

    #siteinfo {
        padding-top: 20px;
    }



    .area_tel {
        margin-bottom: 10px;
        display: block;
    }

    .padding_tel {
        padding-left: 91px !important;
    }

    .toiawase_right {
        border-left: none;
    }

    .toiawase_right {
        border-left: none;
        margin: 0 auto;
        margin-top: 40px;
        text-align: left;
        border: 1px solid #45ba45;
        padding: 30px 30px 0px 26px;
    }

    .wrapper_add_toiawase p {
        text-align: left;
    }

    .wrapper_tel_fax {
        margin-top: 10px;
        max-width: 300px;
    }

    .area_tel p a {
        word-break: break-all;
    }



    .area_fax {
        margin-top: 10px;
    }
}

@media screen and (max-width:1250px) {
    #toiawase {
        margin-bottom:10px;
    }
}


    /*電話番号 */
    @media screen and (min-width:500px) {

        a[href^="tel:"] {
            pointer-events: none;
        }
    }

    @media screen and (max-width:500px) {


        .area_tel a {
            border-bottom: 1px solid #333;
        }

        .btn_pagetop img {
            width: 70%;
        }

        .btn_pagetop {
            right: -30px;
        }
    }

    @media screen and (max-width:400px) {

        .area_tel {
            margin-top: 20px;
        }

        .area_fax {
            margin-top: 20px;
        }

        .btn_toiawase {
            margin: 0 auto;
        }
    }
