@charset "utf-8";
/* CSS Document */


/*店舗情報ページ*/
#storeinformationtop{
	width: 100vw;
	height: 60vh;
	background-image: url(../images/storeinfotop.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin-bottom: 50px;
}
#storeinformationtop p{
	font-size: min(9vw,100px);
	margin: auto 0 auto 40vw;
	margin-left: min(200px);
	line-height: 60vh;
	text-align: center;
	
}
article{
	width: 100%;
	background-image:url(../images/mothersflame.png);
	background-repeat:no-repeat;
	background-size:85% 90%;
	margin:10% auto 0 auto;
}
#storeinformation{
	width: 100%;
	margin:1% auto 3% auto;
}

table{
	width: 75%;
	margin: 5% auto 20% auto;
	border-spacing:5 1;
}
thead p,table th,table td{
	font-size: 1.8vw;
	padding: 8px 5px;
}
table th{
	background-color: #F8C3CD;
	text-align: center;
	padding:0 10px;
}

aside{
	width:33%;
	height:30px;
	margin-top: 10vh;
	margin-left: 10%;
	margin-right: 1%;
}
aside .banner{
	display:sticky;
	top:300px;
	right:0;
}
aside p{
	margin-bottom:5vh;
}

footer{
	height:7vh;
	line-height:7vh;
	margin-top:2vh;
	display: block;
	background-color:rgba(208,16,76,30%);
	text-align:center;
}

@media screen and (max-width:749px){

#storeinformationtop{
	width: 100%;
	font-size:10vw;
}
#storeinformationtop #top{
	font-size: max(8vw,18px);
	margin-left: 45vw;
	padding-top: 15%;
	text-shadow: 1px 1px 1px #fff;
	}	
aside{
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
}