@charset "utf-8";
/* CSS Document */
body{
    padding-bottom: 4.6em;
}
.footer{
	background: #f6f6f6; /* Old browsers */

	}
.drinkNote{
width:100vw;height:2.2em; max-width:100%; overflow:hidden;  position:fixed; bottom:0;left:0; color:#000; text-align:center;
padding: auto; line-height:1.5em;font-size:3vw; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,dadadc+100 */
background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f6 0%, #dadadc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#dadadc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6f6f6 0%,#dadadc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dadadc',GradientType=0 ); /* IE6-9 */

}
.drinkNote img{
	height:7vh;
}
@media (max-width:1021px){

	.mapText p,.mapText span,.mapText strong{
	text-align: center;
	}
.drinkNote{
padding: auto; line-height:1.7em;font-size:5vw; 
}
.drinkNote img{
	height:5vh;
}
}
@media (max-width: 768px) {

.drinkNote{
padding: auto; line-height:2.4em;font-size:6vw; 
}
.drinkNote img{
	height:4vh;
}
}
#margin .boxp:after, .margin.boxp:after, .boxp:after {
	content: '';
	display: block;
	margin-top: 80%;
}