@charset "utf-8";
#header #head_top #logo::after {
	content: "博多店";
	display: inline-block;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.1));
	font-size: 30px;
	line-height: 1;
	padding: 6px 10px 3px 15px;
	border: solid 2px #EEE;
	font-weight: bold;
	text-shadow: 2px 2px 5px #333;
	color: #FFF;
	position: absolute;
	top: 40px;
	left: 270px;
  width: 90px;
  text-align: center;
}
#party_top {
	display: none;
}