@charset "utf-8";

/*
************************************************************************
* フッター
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
#footer .section:before {
    margin-bottom: 0;
}

#footer
{
	background-color:#404040;
	color:#FFFFFF;
    text-align: center;
}
#footer a {
    color: #fff;
}
#footer-contents
{
    padding-top: 2em;
    padding-bottom: 2em;
}
#footer-contents .block-left {
    width: 20%;
}
#footer-contents .block-right {
    width: 80%;
}

#footer-contents .footer-logo {
    text-align: center;
    width: 100%;
    margin: 1em auto;
}
#footer-contents .footer-logo a {
    display: block;
    width: 80%;
}
#footer-contents .footer-link {
    text-align: left;
    letter-spacing: 0.18em;
    font-size: 0.8em;
    margin: 1em 0;
}
#footer-contents .footer-link p {
    margin-bottom: 0.5em;
}
#footer-contents .footer-link.footer-out-link {
    line-height: 2;
    font-size: 0.75em;
}
#footer-contents .footer-link.footer-out-link a {
    margin-right: 1em;
}



#footer-contents #copyright {
    text-align: left;
    font-size: 1.2rem;
}

#footer-contents .section:after {
    margin-top: 0;
}

#footer-contents .footer-sns {
    margin-top: 0.2em;
    text-align: center;
}
#footer .sns-icon li {
    display: inline-block;
    margin: 0 auto;
    float: left;
}
#footer .sns-icon li a {
    display: inline-block;
}
#footer .sns-icon li:nth-child(2) {
    margin: 0 1.5em;
}
#footer .instagram {
    height: 2em;
    width: 2em;
}
#footer .facebook {
    height: 2em;
    width: 2em;
}
#footer .line {
    height: 2em;
    width: 2em;
}


#footer .footer-service-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0em -1em;
    font-size: 0.8em;
    font-weight: bold;
}
#footer .footer-service-item {
    width: calc(16.6666% - 2em);
    margin: 1em;
    text-align: center;
    background-color: #fff;
    border-radius: 0.5em;
    color: #404040;
}
#footer .footer-service-item a {
    color: #404040;
    display: inline-block;
    width: 100%;
}
#footer .footer-service-item span {
    padding: 1em 0;
    width: 100%;
    display: inline-block;
}

/*スマホ画面右下予約ボタン設置*/
#fix-reserve {
    display: none;
}



/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    #footer {
        margin-top: 2em;
    }
    #footer .section:before {
        margin: 0;
    }
    #footer-contents .block-left {
        width: 100%;
    }
    #footer-contents .block-right {
        width: 100%;
        padding-left: 0em;
    }
    #footer-contents .footer-logo {
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
        width: 60vw;
    }
    #footer-contents .footer-logo a {
        display: block;
        width: 100%;
    }
    #footer-contents .footer-logo .title-footer {
        letter-spacing: 0.3em;
        margin-bottom: 0.3em;
    }
    #footer-contents .footer-link {
        text-align: center;
        margin-bottom: 3.125vw;
        font-size: 0.8em;
    }
    #footer-contents .footer-sns {
        margin-top: 0;
        margin-bottom: 3.125vw;
    }
    #footer .sns-icon li {
        float: none;
    }
    #footer .sns-icon li:nth-child(2) {
        margin: 0 8.75vw;
    }
    #footer .instagram {
        width: 5.9375vw;
    }
    #footer .facebook {
        width: 3.125vw;
    }
    #footer .line {
        width: 6.25vw;
    }
    #footer .footer-service-list {
        margin: -0.5em;
        margin-bottom: 1em;
    }
    #footer .footer-service-item {
        width: calc(100% - 1em);
        margin: 0.5em;
        text-align: center;
        background-color: #fff;
        border-radius: 0.5em;
        color: #404040;
        font-size: 1.4em;
    }

    #footer .footer-service-item span {
        text-align: left;
        padding: 0.8em 0.2em 0.8em 0.8em;
        font-weight: bold;
        font-size: 0.8em;
        box-sizing: border-box;
    }
    #footer-contents #copyright {
        text-align: center;
        font-size: 0.8em;
    }

    /*スマホ画面右下予約ボタン設置*/
    #fix-reserve {
        display: block;
        position: fixed;
        right: 0;
        bottom: 3vw;
        color: #fff;
        font-weight: bold;
        text-align: center;
        z-index: 100;
    }
     #fix-reserve .fix-reserve-tel {
        display: block;
        background-color: #404040;
        border-radius: 0.5em 0 0 0.5em;
        padding: 0.5vw 0;
        width: 18vw;
        height: 18vw;
        margin-bottom: 2vw;
    }
     #fix-reserve .fix-reserve-web {
        display: block;
        background-color: #404040;
        border-radius: 0.5em 0 0 0.5em;
        padding: 1vw 0 0.5vw 0;
        width: 18vw;
        height: 18vw;
    }
     #fix-reserve .icon:before {
        display: block;
        vertical-align: baseline;
    }
     #fix-reserve .fix-reserve-tel .icon.icon-tel:before {
        width: 3em;
        height: 3em;
        margin: 0 auto 0.5vw auto;
        background-image: url(../../img/icon/tel-wh-outline.svg);
        background-position: 50% 0;
    }
     #fix-reserve .fix-reserve-web .icon.icon-web:before {
        width: 3em;
        height: 3em;
        margin: 0 auto 0.5vw auto;
        background-image: url(../../img/icon/web-wh-outline.svg);
        background-position: 60% 0;
    }
}
