@charset "utf-8";

*{
    margin: 0;
    color: #919191;
    font-family: Poppins,Zen Maru Gothic;
}

header{
    display: flex;
    width: 100%;
    height: 122px;
    background-color: #E4EDFF;
    align-items: center;
}

.headerlogo img{
    width:183px;
}

.nav {
    margin-left: auto;
}

.menu-group {
    display: flex;
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
}

.menu-item {
    padding: 30px;
}

.nav a{
    text-decoration: none;
    transition: 0.3s;
}

.nav a:hover{
    opacity: 0.6;
}

.home {
    background-image: url(../image/maineimage.png);
    height: 909px;
    position: relative;
}

h1 {
    font-size: 30px;
    margin-left: 927px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
}

h3 {
    font-size: 32px;
    margin: 96px;
    display: flex;
    justify-content: center;
    font-weight: normal;
}

.menu-img {
    display: flex;
    justify-content: space-evenly;
}

.milk,.strawberry,.maccha{
    text-align: center;
}
.name,.price {
   font-size: 22px; 
   margin: 20px;
}

.description {
    font-size: 18px;
}

.about {
    background-image: url(../image/about.png);
    height: 890px;
    text-align: center;
}

.about h3{
    padding-top: 93px;
}
    
.about p{
    font-size: 16px;
    line-height: 3;
    margin: 20px;
}

.galleryimage {
    display: flex;
    justify-content: space-evenly;
}

.access {
    background-image: url(../image/access-back.png);
    height: 832px;
}

.access h3{
    padding-top: 183px;
}

.accessdescription {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    line-height: 3;
}

.footerlogo img{
    width:  276px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer-menu,.sns-menu{
    list-style: none;

}

footer{
    display: flex;
    background-color: #E4EDFF;
    justify-content: space-evenly;
    padding-bottom: 133px;
    position: relative;
}

.linkname{
    padding-bottom: 36px;
    padding-top: 134px;
}

.footer-menu a,.sns-menu a{
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu a:hover,.sns-menu a:hover{
    opacity: 0.6;
}

.footer-nav {
    display: flex;
}
