@charset "UTF-8";
/*base*/
html{
    background: url(../images/back_restoration.JPG) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body{
    width: 100%;
    height: auto;
}s

header .gnav ul li.color a{
    color: #e96656;
    font-weight: bold;
}
.wrapper{
    width: 578px;
    height: auto;
    padding-left: 156px;
    padding-right: 42px;
    padding-bottom: 150px;
    padding-top: 200px;
    background-color: rgba(0,0,0,.4)
}
.wrapper section h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff
}
.wrapper section p{
    margin-bottom: 30px;
    color: #fff;
}
img.res{
    display: none;
}


@media screen and (max-width: 980px){
    html{
        background: #fff;
    }
    img.res{
        display: block;
        width: 100%;
        height: auto;
        padding-top: 88px;
    }
    .wrapper{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background-color: rgba(0,0,0,0);
        padding-top: 50px;
    }
    .wrapper section{
        width: 90%;
        height: auto;
        margin: auto;
    }
    .wrapper section h2{
        color: #000;
    }
    .wrapper section p{
        color: #000;
    }
}