@charset "Shift_JIS";

/* ---------------------------------------------------------
	CSS Document beergerden > common
--------------------------------------------------------- */

#beergerden {
    width: 950px;
    background: #fff;
    padding: 51px 0;
}

.f_left {
	float: left;
	
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	overflow: visible;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document beergerden > be_anchor
--------------------------------------------------------- */

#be_anchor {
	position: relative;
}

#be_anchor ul {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 416px;
	left: 0;
}

#be_anchor li.nth2 {
	float: left;
	width: 313px;
}

#be_anchor li.nth1 {
	float: left;
	width: 315px;
	margin-right: 4px;
}

#be_anchor li.nth3 {
	float: right;
	width: 314px;
	position: relative;
}

#be_anchor li span,
#be_anchor li a {
	display: block;
	background: #00143b;
	text-decoration: none;
	line-height: 42px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

#be_anchor li.nth3:hover span,
#be_anchor li a:hover {
	background: #6495ed;
	color:#fff;
}

#be_anchor li.nth3 span.be_active:after,
#be_anchor li.nth3:hover span:after,
#be_anchor li a:hover:after {
	content: "";
	width: 0;
	height: 0;
	margin-left: -7px;
	border: solid 8px transparent;
	border-top: solid 10px #6495ed;
	position: absolute;
	bottom: -23px;
	left: 50%;
}

#be_anchor li ul {
	display: none;
	width: 314px;
	margin-top: 19px;
	position: relative;
	top: 0;
	z-index: 3;
}

#be_anchor li.nth3:hover ul {
	display: block;
}

#be_anchor li li {
	margin-bottom: 2px;
}

#be_anchor li li a {
	background: #6495ed;
	font-size: 14px;
	color: #fff;
}

#be_anchor li li a:hover {
	background: #5f86ed;
	color: #fff;
}

#be_anchor li li a:hover:after {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document beergerden > be_location
--------------------------------------------------------- */

.be_outer {
	margin-bottom: 40px;
	text-align: left;
}

.be_title {
	height: 125px;
	margin-bottom: 30px;
	padding: 0 40px;
	background: #eee;
	font-size: 15px;
}

.be_title:after {
	content: '';
	width: 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 125px;
}

.be_inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 57px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 47px auto;
}

#be_location .be_inline {
	background-image: url(../image/location_icon.png);
}

#be_menu .be_inline {
	background-image: url(../image/menu_icon.png);
}

#be_detail .be_inline {
	background-image: url(../image/detail_icon.png);
}

.be_title h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 20px !important;
}

.be_inner {
	margin: 0 40px;
}

.be_inner h3 {
	margin-bottom: 5px;
	font-weight: 100;
	font-size: 14px;
}

.be_inner a {
	text-decoration: none;
	color: #333;
}

.be_inner .find {
	margin-bottom: 20px;
}

.be_inner .find:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

.be_inner li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.be_inner li:first-child {
	margin-right: 8px;
}

.be_inner li img {
	width: 280px;
}

.be_inner span {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document beergerden > be_detail
--------------------------------------------------------- */

.be_section {
	margin: 0 40px 40px;
	padding-bottom: 25px;
	border-bottom: solid 1px #7e7e7e;
	font-size: 14px;
}

.be_section:last-child {
	border-bottom: 0;
}

.be_section .f_left {
	width: 380px;
	text-align: left;
	margin-right:24px;
}

.be_icon li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 22px;
	padding: 0 10px;
	border: solid 1px #EF5350;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 22px;
	color: #EF5350;
}

.be_section h3 {
	margin: 10px 0;
	font-weight: bold;
	font-size: 20px;
	color: #171C61;
}

.be_section .be_date {
	margin: 10px 0;
	font-size: 13px;
}

.be_section dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #222;
}

.be_special {
	height: 34px;
	margin: 15px 0;
	background: #6495ed;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
}

.be_special span {
	font-size: 17px;
}

.be_section address {
	font-style: normal;
	font-size: 12px !important;
}

.be_section .f_right p {
	margin-bottom: 15px;
}

.bg-menu-list li{
    font-size:13px;
}
.bg-menu-list-2 {
    font-size: 13px;
    display: inline-block;
    margin-right:30px;
}
.bg-menu-list-2:last-child {
    margin-right:0;
}
.br-sp {
   display:none;
}
/* ---------------------------------------------------------
	CSS Document beergerden > be_detail > be_price
--------------------------------------------------------- */
.be_price {
    padding-left: 15px;
    border-left: solid 3px #542408;
}

.be_price h4 {
	margin-bottom: 5px;
	font-weight: bold !important;
	font-size: 14px;
	color: #542408;
}

.be_price .nth2 {
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document beergerden > be_detail > be_coupon
--------------------------------------------------------- */

.be_coupon {
	margin: 15px 0;
	padding: 10px 0;
	background: #FCECDB;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #171C61;
}

.be_coupon p {
	margin-top: 10px;
}

.be_coupon small {
	font-weight: 100;
	font-size: 12px;
}

/* ---------------------------------------------------------
	CSS Document beergerden > be_detail > be_tel
--------------------------------------------------------- */

.be_tel {
	margin: 10px 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}

.be_tel a {
	padding-left: 30px;
	background: url(../image/tel_icon_pc.png) no-repeat left;
	text-decoration: none;
	color: #EA6000;
	cursor: text;
}

/* ---------------------------------------------------------
	CSS Document beergerden > be_detail > be_link
--------------------------------------------------------- */

.be_link a {
	display: block;
	height: 40px;
	background: #EA6000;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.be_link a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	footter-bnr
--------------------------------------------------------- */

.bnr li
{
    width:468px;
	display:inline-block;
	margin:5px 2px;
}
.bnr li img {
	border:solid 1px #ccc;
}