/* BASIC css start */
footer {
    margin-top: 110px;
    border-top: 1px solid #f0f0f0;
}

#footer {
    padding-top: 52px;
    font-size: 0;
    padding-bottom: 60px;
    width: 1200px;
    margin: 0 auto;
}

#footer .footer1, #footer .footer2, #footer .footer2 a, #footer .footer3 {font-size: 11px;display: inline-block;vertical-align: top;color: #999999;line-height: 2.2;}

#footer .footer1 {
    width: 21%;
}

#footer .footer2 {
    width: 64%;
}

#footer .footer3 {width: 15%;text-align: right;}

#footer .footer1 .call_number {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
}

#footer .footer3 ul {}

#footer .footer3 ul li {
}

#footer .footer3 ul li a {
    font-size: 11px;
    color: #353535;
    letter-spacing: 0.8px;
    font-weight: bold;
}

#footer .footer3 .sns {
    margin-top: 17px;
}

#footer .footer3 .sns a {
    vertical-align: middle;
    margin-left: 30px;
}

#footer .footer3 .sns a:first-child {
    margin-left: 0;
}


.scroll  {
    position: fixed;
    right: -100px;
    bottom: 85px;
    z-index: 998;
    -webkit-transition: all 0.5s cubic-bezier(0,0.76,1,0.24);
    -moz-transition: all 0.5s cubic-bezier(0,0.76,1,0.24);
    -ms-transition: all 0.5s cubic-bezier(0,0.76,1,0.24);
    -o-transition: all 0.5s cubic-bezier(0,0.76,1,0.24);
    transition: all 0.5s cubic-bezier(0,0.76,1,0.24);
}
.ac{
    right: 60px;
}
.top_scroll {
    position: absolute; 
    z-index: 998; 
}

.scroll:hover {opacity: 0.5;}


/* BASIC css end */

