*{
margin:0px;
padding:0px;
}

h1{
    font-size: 18px;
    color: #333;
}

#container {
    width: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.about {
    width: 100%;
    height: 100%;
    background-image: url(img/about_img.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
}
.concept {
    width: 100%;
    height: 100%;
    background-image: url(img/concept_img.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
}
.sake {
    width: 100%;
    height: 100%;
    background-image: url(img/sake_img.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
}
.food {
    width: 100%;
    height: 100%;
    background-image: url(img/food_img.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
}
.access {
    width: 100%;
    height: 100%;
    background-image: url(img/access_img.jpg);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
}
#header {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-family: HGP行書体;
    text-align: center;
}

.logo h1{
    font-size: 18px;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#nav ul {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    margin: 0 auto;
}
#nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    font-color: #ffffff;
    border-width: 3px;
}
 ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 10px;
    transition: color 0.3s;
}

ul li a:hover {
    color:#666666;
    padding: 10px 10px;
    background-color:#ffffff;
}
#contents {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
}
.text h2{	
    font-size: 18px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text p{
    font-size: 12px;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer {
    text-align: center;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    clear: both;
    position: fixed;
}