@charset "UTF-8";
/*reset*/
a{
    color:inherit;
    text-decoration: inherit;
}
li{
    list-style: inherit;
    list-style-type: none;
}
/*reset end*/
body{/*不要な場合はあとで削除してください*/
    font-family: 'Sawarabi Mincho', serif;
}
.ful-sp{
    display: none;
}
footer{
    display: flex;
    flex-flow: column;
    height:430px;
    font-size:90%;
    line-height: 1.8em;
    background-color:#150E0A;/*後ほど画像へ変更*/
    background-repeat: no-repeat;
    background-size: cover;
}
footer .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:80%;
    max-width:1000px;
    margin:auto auto 2em;
}
footer a img{
    width:220px;
}
footer a:hover{
    color:#BD8953;
    transition: .3s;
}
footer .box01{
    width:30%;
}
footer .box02{
    display: flex;
    justify-content: space-between;
    width:60%;
}
footer .box02 ul:nth-child(1) li{
    margin-bottom:1em;
}
footer .box02 .cont01 ul{
    margin:1em 0 2em;
}
footer .box02 .cont01 ul li{
    list-style-type:disc;
    margin-left:1.3em;
    vertical-align: baseline;
}
footer .box02 .cont01 ul li::marker{
    font-size:10px;
}
footer small{
    color:#808080;
}
footer small:nth-child(2){
    text-align: right;
    margin:0 3vw 40px;
}