@charset "utf-8";
.menu-button{
	text-align: center;
	padding: 30px;
}

.title{
	text-align: center;
	font-size: 96%;
	font-weight: 600;
	color:#FFFFFF;
	line-height: bold;
	margin-top: 50px;
	letter-spacing:5px;
}

.toptitle{
	font-size: 150%;
	padding-bottom: 10px;
	padding-top: 20px;
}	

.menupop{
	text-align: left;
	font-size: 96%;
	font-weight: 600;
	color:#FFFFFF;
	line-height: bold;
	margin-top: 50px;
	letter-spacing:5px;	
}

main {
	font-size: 96%;
	font-weight: 600;
	text-shadow: 1px 1px 1px #808080;
	color:#FFFFFF;
 　　letter-spacing:3px;
	display:inline-block;
 　　vertical-align:top;
	line-height: 1.5;
}

main {
  display: flex;
　flex-wrap: wrap;
}

main div.sandwich {
  width: calc(25% - 10px);
  margin: 5px;
}

main div.fooddrink {
  width: calc(33.3% - 10px);
  margin: 5px;
}
	

@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
main div.sandwich {
  width: calc(100% - 10px);
  margin: 5px;
}

main div.fooddrink {
  width: calc(100% - 10px);
  margin: 5px;
}
}


.fooddrink{
	text-align: left;
	padding: 30px;
	font-size: 96%;
	font-weight: 600;
	text-shadow: 1px 1px 1px #808080;
	color:#FFFFFF;
	letter-spacing:3px;
	line-height: 1.5;
}
	