@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

html, body { height: 100%; margin: 0; padding: 0; } 

body {
	font-family: Helvetica Neue, Helvetica, Arial, 'Nanum Gothic','Hiragino Kaku Gothic Pro','Meiryo',sans-serif, serif;
	margin: 0 auto;
	font-size: 14px;
	background-color: black;
}

img {
	width: 100%;
	margin: 10px 0;
}

a:link{ text-decoration: none;}
a:active { text-decoration: none;}

footer {
	color: white;
	text-align: right;
	font-size: 10px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(92,92,92,0.5); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
	#myBtn img {
		width: 30px;
		margin: 0;
	}

.container {
	max-width: 1024px;
}

.space {
	padding: 0 8px;
}

.txt-l {
	text-align: left;
}

.logo {
	text-align: left;
}
	.logo img {
		max-width: 200px;
	}

.date {
	max-width: 334px;
}

.mm {
	display: inline-block;
	border: hidden;
}

.menutop {
	border-top: solid 1px #99d4b3;
	border-bottom: solid 1px #99d4b3;
	color: #99d4b3;
	padding: 10px 0;
	font-style: italic;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.category {
	max-width: 334px;
}


.caption2 {
	font-size: 14px;
	margin: 0 0 8px 8px;
}

.foodbx {
	background-color: #898989;
	border: solid 2px white;
	margin-bottom: 2em;
}
	.foodbx hr {
		max-width: 960px;
	}

.bx1 {
	text-align: left;
	display: inline-block;
	width: 980px;
}
	.bx1 img {
		max-width: 242px;
		margin: 10px;
	}
	.menu {
		max-width: 680px;
		margin: 10px;
		display: inline-block;
		vertical-align: top;
	}
		.menu h2 {
			color: white;
		}
		.cost {
			font-size: 14px;
		}
		.menu p {
			line-height: 1.5em;
			text-align: left !important;
		}


.novelty, .costa {
	color: white;
	margin-bottom: 3em;
	padding: 3px;
}
	.novelty h1, .costa h1 {
	font-size: 46px;
	font-weight: normal;
	font-style: italic;
	}
	.novelty img {
		max-width: 362px;
		border: solid 1px white;
		margin: 5px;
	}

	.costa img {
		max-width: 885px;
	}

.caption, .caption2 {
	color: #ccffea;
}

.drinkcost {
	color: white;
	font-size: 20px;
	margin: 0 0 1em 0;
}

.drbx {
	max-width: 400px;
	display: inline-block;
	margin: 10px 20px;
}
	
	.drbx img {
		max-width: 214px;
		border: solid 2px black;
	}
	.drbx dt, dd {
		margin: 10px 0;
		line-height: 1.5em;
	}
	.drbx dt {
		color: white;
		font-size: 24px;
		font-weight: bold;
	}

	.source {
		font-style: italic;
		font-size: 16px;
		font-weight: bold;
	}

#goods {
	color: white;
}
	
	#goods hr {
		color: red !important;
	}

	.goodsname {
		font-size: 24px;
	}

	.g1 {
		max-width: 804px;
	}
	.g2 {
		max-width: 850px;
	}
	.g3 {
		max-width: 730px;
	}


#access {
	padding-bottom: 1.5em;
	color: white;
	}
	
	.access-detail {
		text-align: left;
		line-height: 1.8em;
		padding: 8px;
	}

@media screen and (max-width: 323px){

	.novelty img {
		margin: 0;
		border: none;
	}
}

@media screen and (max-width: 767px){

	.menutop {
		font-size: 36px;
		letter-spacing: normal;
	}

	.novelty {
		font-size: 30px;
	}
	.menu {
		display: block;
	}
	.bx1 {
		text-align: inherit;
	}

}

@media screen and (max-width: 910px){

.mm {
		display: inherit;
		border: solid 0.3px white;
	}

}

@media screen and (max-width: 1023px){ 

	.bx1 {
		width: auto;
	}
	.menu {
		max-width: 460px;
	}
	.logo {
		text-align: center;
	}
}