@charset "utf-8";
/* フッター */
.footer{
    width: 100%;
    background-color: #333333;
    color: #EFEFEF;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
    padding: 30px 15px;
    box-sizing: border-box;
}
.footer span{
    color: #FFFFFF;
    line-height: 1.8em;
}
.footer__contents{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 AUTO;
    padding: 10px 0;
    box-sizing: border-box;
    color: #EFEFEF;
    line-height: 1.8em;
    text-align: left;
}
.footer__contents--underline{
    border-bottom: 1px solid #999999;
}
.footer__link{
    display: inline-block;
    text-decoration: none;
    color: #EFEFEF;
}
.footer__link::after {
    content: "｜";
    text-decoration: none;
}
.footer__link:hover{
    text-decoration: none;
    color: #CCCCCC;
}
.footer__copyright{
    display: block;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 15px AUTO;
    padding: 0;
    color: #FFFFFF;
}
.footer__copyright span{
    font-size: 11px;
}
.footer__copyright--logo{
    display: inline-block;
    width: 80px;
    margin: 10px;
}
.footer__copyright--logo:hover{
    cursor: pointer;
}
.footer__copyright--logo img{
    display: inline-block;
    width: 80px;
    margin: 10px;
}
.footer__kashinet{
    background-color: #F7F7F7;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
}
.footer__kashinet--logo{
    display: inline-block;
    width: 250px;
}
.footer__kashinet a{
    text-decoration: none;
}
.footer__kashinet a:hover{
    opacity: 0.7;
}
.footer__contact{
    background-image: url(/assets/img/contact.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
}
.footer__contact--title{
    font-size: 24px;
    color: #FFFFFF;
}
.footer__contact--btn{
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
    margin: 10px 0;
    padding: 8px 50px;
    font-size: 16px;
    border-radius: 50px;
}
.footer__contact--btn:hover{
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.1);
}
@media screen and (max-width: 550px) {
    .footer__contact{
        padding: 15px 0;
    }
    .footer__contact--title{
    font-size: 18px;
        color: #FFFFFF;
    }
    .footer__link {
        margin-bottom: 0!important;
        font-size: 12px;
    }
    .footer__kashinet{
        padding: 15px 0;
        font-size: 12px;
    }
    .footer__kashinet--logo{
        width: 200px;
    }
}