/*#top-view{*/
/*position: relative;*/
/*width:100%;*/
/*}*/

header {
    /*max-width: 100%;*/
    /*min-width: 1000px;*/
    /*max-width: 1600px;*/

    height: 600px;
    /*height:32%;*/
    width: 100%;
    /*background: url("../../img/common/header/top-view-1520.png") no-repeat;*/
    background-repeat: no-repeat;
    background-size: contain;
}

#header-contents {
    width: 85%;
}

#logo-header {
    position: absolute;
    top: 0;
    left: 15%;
}

#logo-header img {
    width: 220px;
    /*width: 15%;*/
}