@charset "UTF-8";

/* =======================================================
/* PC・SP表示切替
=========================================================*/

/* sp切替
**********************************/

#pc-footer {
    display: block;
}

#sp-footer {
    display: none;
}


@media (max-width: 840px) {
    #sp-footer {
        top: 100%;
    }
}


@media (max-width: 400px) {
    #pc-footer {
        display: none;
    }

    #sp-footer {
        display: block;
    }
}



/* footer1　タブレット切替
**********************************/

.footer1-container {
    display: block;
}

.footer1-container3 {
    display: none;
}


@media (max-width: 840px) {

    .footer1-container {
        display: none;
    }

    .footer1-container3 {
        display: block;
    }

}


/* =======================================================
/* フッター共通
=========================================================*/

/* footer
**********************************/

footer#globalfooter {
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.20);
}

.footer1 {
    border-bottom: 1px solid #576981;
    background: url(../images/header_footer1.png) repeat-x center bottom #fff;
}


.footer {
    text-align: center;
    background-color: #fff;
    width: 100%;
    padding: 35px 0 0 0;
}

@media screen and (max-width: 840px) {
    .footer {
        font-size: 11px;
        height: 40px;
        width: 100%;
        padding: 20px 0;
    }
}



/* copyright
**********************************/
.footer-copyright {
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    color: #ccc;
    background-color: #222;
    border-top: 1px solid #444;
}

.footer-sp {
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    color: #ccc;
    background-color: #222;
    border-top: 1px solid #444;
}


/* button
**********************************/
.button {
    border: 1px solid #ccc;
    padding: 4px 1.5em;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    background: url(../images/button_gloss_100.png) repeat-x center center #f4f4f4;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
}

.button:hover {
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.button.type1 {
    border-color: #0A2240;
    color: #fff;
    background-color: #0C2A50;
    background-image: url(../images/button_gloss_20.png);
}

.button.type2 {
    border-color: #39547A;
    color: #fff;
    background-color: #476999;
    background-image: url(../images/button_gloss_30.png);
}





/* ========================================================
/* フッターコンテンツ設定
=========================================================*/

/* 雪エコ
**********************************/

/*　コンテンツ枠　*/
.footer1-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
}

.footer1-container {
    width: 26%;
}

.footer1-container2 {
    width: 74%;
    text-align: left;
    color: #333;
    font-size: 14px;
}



/*　コンテンツ左　*/
.footer1-container-txt {
    margin: 0;
    font-family: 'ＭＳ Ｐ明朝', 'ヒラギノ明朝 Pro W3';
    color: #009046;
    font-size: 52px;
    font-weight: 600;
}

.footer1-container-pic {
    vertical-align: bottom;
    margin-right: 10px;
}

.footer1-container-pic2 {
    margin-top: 20px;
}


/*　コンテンツ右　*/
.footer1-container2-txt {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 20px 10px 10px;
}

.footer1-container2-txt-b {
    font-size: 14px;
    color: #009046;
    font-weight: 500;
}

.footer1-container2 p {
    margin: 0 20px 10px 10px;
}


@media (max-width: 970px) {

    .footer1-container2 p,
    footer1-container2-txt {
        margin-right: 5px;
    }
}

@media (max-width: 840px) {
    .footer1-container2 {
        width: 100%;
        margin: 0 10px;
    }

}



/*　タブレット切替　*/
.footer1-container3 {
    margin: 0 0 30px;
}

.footer1-container-pic3 {
    margin-top: 20px;
}



/* footer1 改行
*******************/
.footer1-tb {
    display: none;
}

@media (max-width: 949px) {
    .footer1-tb {
        display: block;
    }
}




/* 融雪システム
**********************************/

/*　枠 PC・TB　*/
.footer2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.r-contents2,
.l-contents2 {
    max-width: 475px;
    width: 100%;
    margin: 25px auto;
    color: #333;
    padding: 0 10px;
}

.r-contents2 img,
.l-contents2 img {
    width: 100%;
}

.r-contents2,
.l-contents2 {
    text-align: left;
}

.r-contents2 p,
.l-contents2 p {
    font-size: 12px;
    font-weight: 400;
    padding: 12px 0;
}



.footer2-container {
    max-width: 475px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    background-color: #e4efff;
    margin-bottom: 10px;
}

.footer2-column {
    flex: 1;
    padding: 3px 5px;
    box-sizing: border-box;
}

.footer2-left {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.footer2-right {
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
    color: #3b94cc;
}

.footer2-right a {
    font-weight: 500;
}



.footer2-box a.li {
    background: url(../images/li.png) no-repeat left center;
    padding-left: 16px;
}


.footer2-center {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
}



/* footer2 改行
*******************/
.footer2-sp {
    display: block;
}


@media (max-width: 488px) {
    .footer2-sp {
        display: none;
    }

    .r-contents2 p,
    .l-contents2 p {
        font-size: 14px;
        padding: 14px 0 20px;
    }

}



/* footer2 link
*******************/
.footer2-box a:link {
    color: #fff;
    text-decoration: none;
}

.footer2-box a:visited {
    color: #fff;
    text-decoration: none;
}

.footer2-box a:active {
    color: #fff;
    text-decoration: none;
}

.footer2-box a:hover {
    color: #fff;
    text-decoration: none;
}

.footer2-box a.li {
    color: #258fb8;
}





/* footer3
**********************************/

/*　枠 PC・TB　*/
.footer3 {
    background-color: #6D83A1;
    border-top: 1px solid #99A8BD;
    border-bottom: 1px solid #000;
    padding: 0 10px;
}

.footer3-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}

.r-contents3,
.l-contents3 {
    max-width: 475px;
    width: 100%;
    margin: 25px auto;
}


.l-contents3 {
    text-align: right;
}

.r-contents3 {
    text-align: left;
}



.r-contents3 h2 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0.7em;
    background-color: none;
    border: none;
    clear: none;
    color: #fff;
}

.r-contents3 .tel {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}




@media screen and (max-width: 500px) {
    .r-contents3 {
        margin: 10px 0 30px;
    }

    .l-contents3 {
        display: none;
    }

}
