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

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

    .btn_pagetop img {
        transition: 0.3s;
    }

/* 問合せ先 */
#siteinfo {
    padding-top: 50px;
    font-size: 0.9em;
    height:420px !important;
    position:relative;
}

.bg_wave {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 50;
}

#toiawase {
    max-width: 450px;
    margin: 0px auto;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 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 {
        margin-bottom:20px;
    }



.toiawase_left {
    margin:0 auto;
    max-width:400px;
}



.toiawase_right {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    text-align:center;
    border-radius:5px;
}


/* copyright */
#cp {
    font-size: 0.7em;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    #cp p {
        max-width: 1000px;
        margin: 0px auto;
        padding-top:5px;
        padding-bottom: 5px;
        
    }

#footerSpBtn {
    display: none;
}





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



    .btn_toiawase p {
        font-weight: bold;
    }

    .btn_toiawase p {
        text-decoration: none;
        padding-left: 28px;
        padding-top: 3px;
    }

.toiawase_right a {
    text-decoration: none;
}


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


    .wrapper_tel_fax p {
        font-size: 1.5em;
        padding-top:3px;
    }

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

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

.area_tel {
    background-image: url("../../images/kankou/icon_tel.png");
    background-repeat: no-repeat;
    height: 40px;
    padding-left: 24px;
    background-position: 0px 3px;
    margin:0 auto;
    width:170px;
    margin-bottom:10px;
}

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


.wrapper_tel_btn {
    margin-top: 20px;
}

.wrapper_toiawase_btn {
    margin-top: 1px;
}




/*レスポンシブ対応*/
@media screen and (max-width:767px) {
    #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;
        }

    #siteinfo {
        padding-top: 20px;
    }
}



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

    .bg_wave{
        display:none;
    }

    .wrapper_tel_btn {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
    }


    .btn_area_inner {
        flex-direction: column;
        width: auto;
    }

        .btn_area_inner .btn {
            max-width: 270px;
            height: 100px;
        }

    .rokuga, .singikekka, .kaigiroku {
        background-size: 70px;
    }

    #mainBg {
        margin-top: 0px;
        padding: 1px 0px 5px;
    }

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

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

    .wrapper_add_toiawase {
        flex-direction: column;
    }

    .btn_toiawase {
        margin: 0 auto;
    }

    .wrapper_tel_fax {
        flex-direction: column;
        margin: 0 auto;
        width: 200px;
    }

        .wrapper_tel_fax p {
            height: 50px;
        }

    .toiawase_right {
        margin-top: 20px;
    }

    .btn_toiawase {
        margin-top: 20px;
    }

    

    #toiawase img {
        width: 160px;
        margin-bottom:0px;
    }

    #siteinfo {
        padding-top: 20px;
        height:440px !important;
    }

    .wrapper_tel_fax {
        width: 250px;
    }

    .area_tel {
        margin-bottom: 0px;
    }
}

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

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

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


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

    .btn_pagetop img {
        width: 70%;
    }

    .btn_pagetop {
        right: -20px;
    }
}


