@charset "utf-8";

body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img_store/staff_bk.jpg) no-repeat center top;
    background-size: cover;
}

.white_staff{
    background:rgba(255,255,255,0.85);
    margin:30px 0px;
    padding:50px 0px;
}

.white_staff h2{
    font-size:18px;
    font-family:"Koburina Gothic W6 JIS2004";
    margin-bottom:20px;
}

.white_staff p{
    font-size:14px;
    font-family:"Koburina Gothic W3 JIS2004";
    line-height:2em;
}

.mt100{
    margin-top:100px;
}

.mt80{
    margin-top:80px;
}

.mb60{
    margin-bottom:60px;
}

@media screen and (max-width:768px){

body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img_store/staff_bk_sp.jpg) no-repeat center top;
    background-size: cover;
}

}

@media (max-width: 500px){
    


}