@charset "UTF-8";
/*       食堂メニュー       */
html{
      	background-color:#aaa;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}
body {
	text-align: left;
	margin:0;
	padding: 0;
	width:100%;
}

h1{
	position:fixed;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
	text-align:center;
	color: #fff;
	font-size:20pt;
	text-shadow:0 0 0.1em #000;
}

h1 a{        
	color: #fff;
	text-shadow:0 0 0.2em #00f;
	text-decoration: under-line;
}


nav{
	position:fixed ;
	bottom:0.2em;
	margin:0;
	font-size:max(3vw, 20pt);
}


article{
	position:fixed;
	top:0;
	bottom:0;
	background-color:#888;
	text-align: center;

	display:flex;
	justify-content:center;

	width:100%;
	height:100vh;
}

article a{
	margin:auto;
}

article img{
	width:100%;
	max-width:calc(100vh * 1.332);
}
article img:hover{

}


p{
	line-height: 100%;
	text-align:center;
	margin:0;
}

#虫眼鏡{
	position:fixed;
	bottom:0;
	left:calc(50% - 1em);
	opacity:0.2;
}
#虫眼鏡 img{
	width:2em;
	margin-bottom:-0.3em;
}
#虫眼鏡:hover{
	opacity:1;	
}

.楕円{
	color: #00A; 
	text-decoration:none ; 
	border:1px solid blue; 
	background-color: white; 
	padding:0.2em 0.5em;
	opacity:0.2;
	border-radius:1em;
}

.楕円:hover {
	color: #f08; 
	 background-color:#ffe;
	opacity:1;
	border:1px solid red; 
	text-decoration:none ; 
	text-shadow:2px 2px 2px #aad;

}

a#TopRow,a#EndRow{
	color:white;
	text-shadow:2px 2px 2px #fff;
	opacity:0;
}

#前{
	position:fixed;
	bottom:0.1em;
	left:0.1em;
}
#次{
	position:fixed;
	bottom:0.1em;
	right:0.1em;
}

#戻る{
	position:fixed;
	top:0.1em;
	left:0.1em;
	font-size:90%;
}

#street{
	position:fixed;
	bottom:0.2em;
	left:calc( 50% - 4em);
	font-size:14pt;
}
#GoogleMap{
	position:fixed;
	top:0.2em;
	right:0.5em;
	font-size:16pt;
}

}