@charset "utf-8";
@import url(../fontawesome/css/all.css);

html{
    line-height: 1.3em;
    text-align: center;

}

body{
    background-image: url(../src/img/001_back.png);
    background-size:cover;
    color: #FFF;
    margin: 0px;
}

iframe{
    margin-top: 15px;
}

h1{
    line-height:normal;
}

a {
    text-decoration: none;
    color:#fff;
    }
    
.wrap{
    width: 80%;
    margin-left: 10%;
}

.wrap img{
    width: 100%;
}

.patyinfo a{
    box-shadow: antiquewhite;
}

footer{
    width: 90%;
    background-color: black;
    color: white;
    PADDING: 5% 5%;
    text-align: center;
    margin-top: 15%;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.spacer{
    margin-right: 15px;
}

.icon{
    color: white;
    font-size: xx-large;
}

