/*
* "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=Kalam:wght@700&display=swap
* https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap
*/
@media screen and (max-width: 540px){*{box-sizing:border-box}

html,body,label#nav-open,.menubar ul{
  width: 100%;
}

#nav-drawer {
  position: relative;
  background-color: black;
  height: 2em;
}

.nav-unshown {
  display:none;
}

#nav-open {
    display: inline-block;
    width: 30em;
    height: 2em;
    vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 0.3em;
    width: 25px;
    border: 4px;
    background: white;
    display: block;
    content: '';
    cursor: pointer;
    margin: 1.5% 0 0 7px;
}

#nav-open span:before {
    bottom: -0.5em;
    left:-7px;
}

#nav-open span:after {
    bottom: -16px;
    left: -7px;
}

#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 50%;/*右側に隙間を作る*/
    transition: .6s ease-in-out;
    transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.menubar {
  width: 80%;
  height:100%;
}


.menubar li{
  display: block;
  margin: 2% 1%;
  text-align: center;
}

.menubar li a{
  margin: 0 auto;
  font-size: 95%;
}

.menubar a:active{
  background-color: white;
  color: black;
  transition: 1s;
}

.tax{
  margin-right:0;
}

.price{
  font-size: 1.3em;
}

.anti,.insa,.zuppa,.pizza,.pasta,.etc{
  width: 100%;
}

.cold,.hot,.pizza-left,.pizza-right,.pasta-left,.pasta-right,.pasta-bottom,.etc-left,.etc-right,.dol-left,.dol-right{
  clear: both;
  width: 100%;
}

.anti h5,.anti p,.insa p,.zuppa p,.pizza p,.pasta p,.etc p{
  padding-left: 1%;
}

.etc-right{
  margin: 20px 0 0 0;
}

.sbr{
  display: block;
}

.copy{
  font-size: 1em;
  right: 1%;

}
}
