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

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

    .btn_pagetop img {
        transition: 0.3s;
    }

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


    #toiawase span {
        font-size: 1.3em;
        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;
    }


.furusato_footerlogo {
    width: 420px;
}

#footerSpBtn {
    display: none;
}


.toiawase_left {
    padding-top: 44px;
    padding-left: 0px;
}


.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: 20px;
}

    .wrapper_tel_fax p {
        font-size: 1.3em;
        padding-left: 7px;
    }



.wrapper_add_toiawase {
    margin-top: 10px;
}

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

.area_tel {
    background-image: url("../../images/furusato/icon_tel.png");
    background-repeat: no-repeat;
    height: 40px;
    background-position: 0px 0px;
    background-size: 30px;
    display: flex;
    padding-left: 30px;
}

.area_fax {
    background-image: url("../../images/furusato/icon_fax.png");
    background-repeat: no-repeat;
    background-size: 30px;
    height: 40px;
    margin-left: 11px;
    padding-left: 28px;
}

.css-br {
    font-weight: normal !important;
    font-size: 1em !important;
}

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

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

    .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;
            background: url("../../images/tyoutyou/mainTopIcon.png") no-repeat 15px center #FFFFFF;
            background-size: 30px 30px;
            border-radius: 5px;
        }


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

    .wrapper_add_toiawase {
        flex-direction: column;
    }

    .wrapper_tel_fax {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .toiawase_right {
        margin-top: 20px;
        padding: 20px 30px 0px 30px;
    }



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

    .area_fax {
        margin-left: 0px;
        padding-left: 0px;
    }


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

    .toiawase_right {
        border-left: none;
    }

    .toiawase_right {
        text-align: center;
        border-left: none;
        margin: 0 auto;
        margin-top: 40px;
        border: 1px solid #FAA096;
        padding: 20px 30px 20px 30px;
        border-radius: 5px;
        max-width: 450px;
    }

    .wrapper_add_toiawase p {
        text-align: left;
    }

    .wrapper_tel_fax {
        width: 260px;
        margin: 0 auto;
        margin-top: 20px;
    }

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

    .wrapper_tel_fax p {
        padding-left: 40px;
    }

    .area_fax {
        margin-top: 10px;
    }

        .area_fax p {
            padding-left: 32px;
        }
}

@media screen and (max-width:600px) {
    .furusato_footerlogo {
        width: 330px;
    }

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

    .wrapper_tel_fax {
        margin-top: 0px;
    }

    .wrapper_add_toiawase p {
        margin-bottom: 20px;
        text-align: center;
    }
}



/*電話番号 */
@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: 50px;
    }
}

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

    .area_tel {
        margin-top: 20px;
    }

    .area_fax {
        margin-top: 20px;
    }

    .btn_toiawase {
        margin: 0 auto;
    }
}

#footer_bg {
    background-size: cover;
    width: 100%;
    position: relative;
    margin: 0px auto;
    text-align: center;
}

#footer_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 0px;
}

.f_menu {
    padding: 0px 20px;
}

.f_menu a {
    text-decoration: none;
}

#toiawase {
    max-width: 1100px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footersns {
    padding: 0px 20px;
}

.snsicon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 1.5em;
    margin: 5px 0px 0px;
}

.sitemap {
    border: 1px solid #333333;
    padding: 3px 5px 3px 15px;
}

.icon {
    padding: 10px 5px;
}

span.toiName {
    margin-right: 30px;
}

span.toiAdd {
    margin-right: 15px;
}

span.toiTel {
    margin-right: 15px;
}

#cp {
    font-size: 0.7em;
    padding: 5px 0px;
    text-align: center;
}

#cp p {
    margin: 0px auto;
}


#footerBtnSP a {
    display: none;
}


/*:::::::::::::::::::::::::
 * スマホ表示用
 *::::::::::::::::::::::::*/
@media screen and (max-width:767px) {

    #footer_bg {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }


    #footerBtnSP {
        display: block;
        padding: 10px;
        background: #E5E5E2;
    }
    
    #footerBtnSP a {
        display: block;
        padding: 15px 0px;
        text-align: center;
        font-weight: bold;
        color: #4D4D4D;
        text-decoration: none;
        background: #ffffff;
        background-size: 30px 30px;
    }

    #toiawase span.toiName,
    #toiawase span.toiAdd 
    {
        display: block;
    }

    #cp 
    {
        text-align: center;
    }
}

#sitemap_wrap {
    margin: 10px auto 0px;
    width: 170px;
}

.sitemap {
    border: 1px solid #333333;
    padding: 3px 5px 3px 15px;
}

#siteinfo {
    padding: 15px 10px;
    font-size: 0.9em;
}

#siteinfo a{
    text-decoration:none;
}

#topBtn {
    position: fixed;
    right: 1.5rem;
    z-index: 1200;
}

.footersns .title {
    background-color: #ecebeb !important;
}