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

footer{
 background-color: #F1F1F1;
}

.footer--insert{
 padding: 80px 0;
 text-align: center;
}
.footer--insert .menu ul li{
 display: inline;
}
.globalmenu ul li a {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
}
.footer--insert .menu ul li span{
 display: inline-block;
 line-height: 1;
 margin: 0 8px 0 0;
 font-size: 1.2rem;
 font-weight: normal;
 color: #fff;
 background-color: #F03333;
 padding: 4px 10px;
 border-radius: 2px;
}
.footer--insert .menu ul li::after{
 content: ' ｜ ';
 margin: 0 7px;
 color: #999;
}
.footer--insert .menu ul li:last-child::after{
 content: '';
 margin: 0;
}
.footer--insert p{
 font-size: 4.0rem;
 font-weight: 800;
 margin: 0;
 line-height: 1;
}
.btmLogo {
 margin: 25px auto;
 width: 100px;
 background-color: #F03333;
}
.btmLogo img{
 width: 100px;
 height: auto;
}
.footer--insert .din{
 font-size: 2.5rem;
 margin: 0 0 15px 0;
}
.copyright{
 font-size: 1.3rem;
 margin: 30px 0 0 0;
}
#sns_wrap{
    margin: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sns_wrap span{display: block; font-size: 1.2rem;margin-right: 15px;}

#sns_wrap a{width: 60px;align-items: center;}
#sns_wrap a img{width: 100%;}

.footer--insert .foot_datebook{font-size: 16px;margin-top: 1em;}

@media screen and (max-width: 539px) {
.footer--insert .foot_datebook{font-size: 15px;}
}