@charset "UTF-8";

body {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}
.footer {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    left: 0;
    right: 0
}
.footer a {
    color: #000;
    margin-right: 15px;
}
.res img {
    border-radius: 5px;
}

@media (min-width: 767px) {
    .main-ttl {font-size: 100px;}
}