@charset "utf-8";

header img{
    width: 150px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

@media screen and (max-width:649px){
    header img{
        width: 55px;
        position: relative;
    }
}

/*footerのところだよ*/
footer{
    text-align: center;
    border-top: 1px solid #ffffff8e;
}

footer img{
    width: 130px;
    margin: 15px auto 0px;
}

@media screen and (max-width:649px){
    footer img{
        width: 100px;
    }
}

footer p{
    font-size: 15px;
}
footer ul{
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin: 0px auto 10px;
}

footer ul li img{
    width: 20px;
    margin: 10px auto;
}

.footermenu{
    text-align: center;
}

.footermenu a{
    font-size: 18px;
}

@media screen and (max-width:649px){
    .footermenu a{
        font-size: 12px;
    }
}

.footermenu ul{
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 80px auto 10px;
}

@media screen and (max-width:649px){
    .footermenu ul{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footermenu ul li{
    margin: 0 25px;
}
.footermenu ul li:hover{
    text-decoration: underline;
}

