/*
* "FontName" licensed under the SIL Open Font License
* https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap/（配布元のURL）
* https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap
* https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap
*/

*{
  box-sizing:border-box;
  margin: 0;
  padding: 0;
}

body,header {
  width: 100%;
}

.lasa {
  text-align: center;
}

.lasaword{
  height: 7em;
}

.nav-unshown{
  display: none;
}

.menubar {
  background-color: black;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2em;
  overflow: hidden;
}

.menubar ul{
  list-style: none;
}

.menubar li{
  font-family:'Amatic SC', cursive;
  font-size: 200%;
  display: inline-block;
  vertical-align: sub;
  margin: 0.2em 1em;
}

.menubar a {
  background-color: black;
  color: white;
  text-decoration: none;
}

main{
  color: white;
  background-color: black;
  margin-top: -1px;
}

.foodmenu{
  padding-top: 3%;
}

.foodmenu h3 {
  padding: 1% 0 0 2%;
  font-family:'Caveat', cursive;
}

.tax{
  background-color: black;
  float: right;
  color: white;
  margin-right: 10%;
  margin-top: 3%;
}

.anti,.insa,.zuppa,.pizza,.pasta{
  border: 1px solid #fff;
  width: 80%;
  margin: 20px auto;
  font-family:'Caveat', cursive;

}

.anti,.insa,.zuppa,.pizza,.pasta,.etc-left,.etc-right{
  padding-bottom: 1%;
}

.anti,.zuppa,.pizza,.pasta,.etc{
  overflow: hidden;
}

.price{
  font-size: 1.4em;
}

.anti h3,.insa h3,.zuppa h3,.pizza h3,.pasta h3,.etc h3{
  font-size: 2em;
}

.sma{
  font-size: 0.5em;
}

.half{
  font-size: 1.2em;
}

.anti h5{
  font-size: 1.1em;
  font-weight:bolder;
  font-family: 'Caveat', cursive;
  margin-top: 2%;
}

.anti h5,.anti p,.insa p,.zuppa p,.pizza p,.pasta p,.etc p{
  padding-left: 20px;
  line-height: 2em;
  font-weight:bold;
}

.nann{
  display: inline-block;
}

.cold,.hot,.pizza-left,.pizza-right,.pasta-left,.pasta-right{
  width: 50%;
  float: left;
}

.pasta-bottom{
  float: left;
  margin-top: 3vh;
}

.etc{
  width: 80%;
  margin: 0 auto;
}

.etc-left,.etc-right{
  border: 1px solid #fff;
  float: left;
  font-family: "Caveat", cursive;
}

.etc-left{
  width: 41.1%;
}

.etc-right{
  margin-left:15px;
  width: 57.2%;
}

.dol-left,.dol-right{
  float: left;
}

.dol-left{
  width: 60%;
}

.dol-right{
  width: 40%;
}

.sbr{
  display: none;
}

footer{
  background-color: black;
  color: white;
  overflow: hidden;
  position: relative;
  height: 1.5em;
}

.copy{
  font-size: 90%;
  font-family: 'Kalam', cursive;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
