@charset "UTF-8";

/**********
footer
**********/
body {
    margin: 0;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

footer {
    color: #843B11;
    height: 40px;
}

/**********
top
**********/

#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}

/**********
center
**********/

div {text-align:center;}