*{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.none{
  opacity: 0;
  transform: translateY(50px);
  transition:all 1s ease-in-out;
}
.none.show{
  opacity: 1;
  transform: translateY(0);
}
a{
  display: block;
  color: black;
  text-decoration: none;
  font-weight: bold;
  opacity: .8;
}
a:hover{
  text-decoration: none;
  color: black;
  font-weight: bold;
  opacity: 1;
  list-style: none;
}
header{
  opacity: 0;
  height: 0;
}
/* .top-wrapper{
  background-image: url(../img/header.jpeg);
  background-size: cover;
  width: 100%;

} */
nav ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 2px solid black;
  height: 75px;
  background-color: white;
  margin: 0;
  padding: 0;
  z-index: 10;
}
nav ul li{
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
}
li a{
  text-align: center;
}
li a i{
  font-size: 30px;
  font-family: "Font Awesome 5";
}
li a p{
  font-size: 12px;
  margin: 0;
}
h2{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 70px 0;
  letter-spacing: 5px;
  padding-top: 50px;
  font-family: 'Vollkorn', serif;
}
h3{
  text-align: center;
  font-family: 'Vollkorn', serif;
  font-size: 35px;
  color: rgb(0, 0, 0);
  letter-spacing: 10px;
  font-weight: 400;
}
h4{
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 7px;
  font-family: 'Vollkorn', serif;
}
.about-wrapper span{
  font-size: 33px;
}
.about{
  background-image: url(../img/r9.JPG);
  background-size: cover;
  position: relative;
}
.about::after{
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: .3;
}
.about-box{
  border-bottom: 2px double black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
/* .about-box img{
  width: 80%;
  box-shadow: 4px 4px 15px 13px rgba(126, 119, 119, 0.288);
  border-radius: 10px;
  display: block;
} */
.about-box h3 br{
  display: none;
}
.about-box p{
  padding-top: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: bold;
}
.left{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
}
.right{
  padding: 20px;
  margin: 0 auto;
}
.first h3{
  color: burlywood;
}
.second h3{
  color: rgb(156, 21, 21);
}
.third h3{
  color: rgb(42, 194, 42);
}

.naisou{
  background-image: url(../img/naisou.JPG);
  background-size: cover;
  height: 655px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sentense{
  background-color: rgba(0, 0, 0, 0.527);
  color: white;
  padding: 20px;
  text-align: center;
  margin: 40px;
  border-radius: 10px;
}
.re-naisou{
  display: none;
}
.naisou h2{
  font-size: 28px;
  letter-spacing: 6px;
}
.naisou p{
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 35px;
}

.deli-wrapper{
  text-align: center;
  padding-bottom: 30px;
}
.deli-wrapper h2{
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 8px;
}
.deli-wrapper h3{
  font-size: 25px;
  padding-bottom: 40px;
}
.deli-wrapper br{
  display: none;
}
.deli-wrapper p{
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 40px;
}

.menu{
  height: 200px;
  margin: 20px 10px;
  width: 320px;
  border-radius: 10px;
  box-shadow: 5px 5px 8px 2px rgb(187, 179, 179);
  transition: 1s ease-in-out;
}
.menu:hover{
  transform: scale(1.05);
  opacity: .8;
  transition: 1s;
}
.menu a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 5px;
  height: 100%;
  width: 100%;
}
.menu p{
  background-color: rgba(0, 0, 0, 0.37);
  color: honeydew;
  border-radius: 8px;
  padding: 5px;
  font-weight: 300;
}
.berger{
  background-image: url(../img/r9.JPG);
  background-size: cover;
}
.dog{
  background-image: url(../img/tiridok.JPG);
  background-size: cover;
}
.salada{
  background-image: url(../img/sarada.jpg);
  background-size: cover;
}
.side{
  background-image: url(../img/side.jpg);
  background-size: cover;
}
.set{
  background-image: url(../img/rice.jpg);
  background-size: cover;
}
.drink{
  background-image: url(../img/drink.jpg);
  background-size: cover;
}
.allmenu{
  border-radius: 50%;
  padding: 20px 10px;
  text-align: right;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Vollkorn', serif;
}

.accese-wrapper{
  text-align: center;
  margin-bottom: 100px;
  font-family: 'Vollkorn', serif;
}
.accese-wrapper h3{
  padding: 50px 0;
  font-size: 20px;
  font-weight: bold;
}
.geijutu{
  padding-top: 40px;
}
.accese-wrapper tr{
  height: 50px;
  font-size: 14px;
}
.accese-wrapper br{
  display: none;
}

i{
  font-size: 35px;
  padding: 0;
  padding-right: 6px;
  transition: .4 ease-in-out;
}
i:hover{
  transform: scale(1.1);
  transition: .4s ease-in-out;
}
iframe{
  border: 2px solid black;
  border-radius: 8px; 
  height: 350px;
  width: 100%;
}
footer{
height: 300px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
border-top: 1px solid black;
margin: 0;
padding-bottom: 85px;
}

small{
  padding: 20px;
  padding-left: 70px;
  letter-spacing: 2px;
}

@media screen and (max-width:1080px){

  .menu{
    width: 280px;
  }
  .accese-wrapper tr{
    font-size: 12px;
  }
}
@media screen and (max-width:770px){

  .about-box{
    padding: 80px 0;
    width: 100%;
  }
  .about-box h3 br{
    display: block;
  }
  .naisou{
    justify-content: center;
    margin: 40px 0;
  }
  .deli-wrapper h2{
    font-size: 28px;
  }
  .deli-wrapper h3{
    font-size: 23px;
  }
  .menu{
    width: 200px;
    height: 150px;
  }
  .accese-wrapper br{
    display: block;
  }
}

@media screen and (max-width:420px){

  nav ul{
    height: 75px;
  }
  li a i{
    font-size: 25px;
  }
  li a p{
    font-size: 10px;
  }
  h2{
    font-size: 25px;
  }
  .about-wrapper h2{
    padding: 0;
    padding-top: 110px;
    margin: 0;
  }
  .about-wrapper span{
    font-size: 25px;
  }
  h3{
    font-size: 30px;
  }
  .about{
    background-image: none;
  }
  .about-box{
    justify-content: center;
    align-items: center;
    padding: 80px 0;
  }
  .about-box p{
    font-size: 14px;
    letter-spacing: 1px;
  }
  .right{
    display: none;
  }
  .naisou{
    align-items: center;
    padding: 10px;
  }
  .sentense{
    margin: 0;
  }
  .re-naisou{
    display: block;
  }
  .naisou h2{
    font-size: 20px;
    padding: 0;
  }
  .naisou p{
    font-size: 12px;
    letter-spacing: 3px;
  }
  .deli-wrapper{
    padding-bottom: 10px;
  }
  .deli-wrapper h2{
    font-size: 18px;
    letter-spacing: 4px;
  }
  .deli-wrapper h3{
    font-size: 14px;
    letter-spacing: 4px;
  }
  .deli-wrapper p{
    font-size: 12px;
    letter-spacing: 4px;
  }
  .menu-wrapper{
    width: 80%;
    margin: 0 auto;
  }
  .menu{
    height: 100px;
    width: 135px;
    opacity: .9;
  }
 
  .menu a{
    font-size: 14px;
  }
  .menu p{
    margin-bottom: 0;
  }
  .col-6{
    padding-left: 0;
  }
  .allmenu{
    text-align: center;
  }
  .accese-wrapper tr{
    font-size: 11px;
  }
  iframe{
    margin-top: 40px;
  }
  small{
    padding-left: 20px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width:320px){
  .top-wrapper{
    height: 370px;
  }

  h2{
    font-size: 20px;
  }
  .about-wrapper span{
    font-size: 18px;
  }
  .about-box p{
    font-size: 11px;
  }
  .naisou{
    height: 550px;
  }
  .naisou h2{
    font-size: 16px;
    letter-spacing: 3px;
  }
  .naisou p{
    font-size: 8px;
    letter-spacing: 2px;
  }
  .deli-wrapper h2{
    font-size: 14px;
    letter-spacing: 2px;
  }
  .deli-wrapper h3{
    font-size: 12px;
    letter-spacing: 2px;
  }
  .deli-wrapper p{
    font-size: 9px;
    letter-spacing: 2px;
  }
  .menu{
    width: 100px;
    height: 80px;
  }
  .allmenu{
    font-size: 10px;
    padding: 13px ;
  }

}