#main{
    position: relative;
}
#mainphoto{
    width: 100%;
    height: 750px;
    background-image: url(../images/mainphoto.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 12% 0%;
}
#catch{
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #ffffff;
    font-size: 2em;
    left: 20px;
}
#welcome{
    width: 30%;
    min-width: 150px;
    margin: 150px auto;
    text-align: center;
    font-size: 1.5em;
}
.section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}
.hidedown{
    width: 30%;
    margin: 150px auto;
    text-align: center;
    font-size: 1.5em;
}
.title{
    font-size: 1.3em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 30px auto;
}
#about{
    width: 100%;
}
#aboutLeft{
    position: relative;
    width: 100%;
    height: 85vw;
}
#aboutLeft01{
    position: absolute;
    z-index: 1;
    width: 80%;
    height: auto;
}
#aboutLeft02{
    position: absolute;
    top: 120px;
    right: 10px;
    z-index: 10;
    width: 80%;
    height: auto;
}
#menu li img{
    width: 100%;
    height: auto;
}
#menu li{
    padding-top: 32px;
}
#menu li:nth-child(1){
    padding-top: 0;
}

#map img{
    width: 100%;
    height: auto;
}
#access{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#accessRight p{
    margin-top: 10px;
}
