@charset "utf-8";
/* CSS Document */

.saiyofooter a{
    text-decoration:none;
    transition: all 0.4s;
}
.saiyofooter a:hover{
    transition: all 0.4s;
}
.saiyofooter div.footerTopButtom{
    text-align: center;
    background: #FFF;
    padding-bottom: 50px;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
.saiyofooter div.footerTopButtom a{
    display: inline-table;
    margin: 0 20px;
    width: 45%;
    background: #454648;
    color: #FFF;
    padding: 12px 0;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    border-radius: 100em;
}
.saiyofooter div.centerDiv{
    margin:0 auto;
    padding:91px 0;
    box-sizing:border-box;
    overflow:hidden;
    background: #454648;
    width: 100%;
}
.saiyofooter div.centerDiv div.followUs{
    text-align: center;
     width:100%;
}
.saiyofooter div.centerDiv div.followUs a{
    text-indent:-9999px;
    max-width:62px;
    max-height:62px;
    width:10vw;
    height:10vw;
    display: inline-block;
    transform:scale(0.9);
    transition: all 0.4s;
    margin: 0 35px;
}
.saiyofooter div.centerDiv div.followUs a.facebook{
    background:url(../images/footer/fb.png) no-repeat;
    background-size: 100%;
}
.saiyofooter div.centerDiv div.followUs a.Twitter{
    background:url(../images/footer/Twitter.png) no-repeat;
    background-size: 100%;
}
.saiyofooter div.centerDiv div.followUs a.instagram{
    background:url(../images/footer/instagram.png) no-repeat;
    background-size: 100%;
}
.saiyofooter div.centerDiv div.followUs a:hover{
    transform:scale(1);
    transition: all 0.4s;
}
p.copyright{
    text-align:center;
    color:#fefeff;
    width:100%;
    margin-top: 40px;
    font-size: 16px;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow: hidden;
    display: block;
    letter-spacing: 2px;
}


@media screen and (max-width: 1100px){
    .saiyofooter div.footerTopButtom a{
        width: 44%;
    }
}
@media screen and (max-width: 1024px){
    .saiyofooter div.footerTopButtom{
    	display: none;
    }
    .saiyofooter div.centerDiv div.followUs a{
        margin: 0 4vw;
    }
    p.copyright{
       font-size: 12px; 
    }
}