@charset "UTF-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	display: block;
	content: '';
	clear: both;
}

.box_left {
	float: left;
	margin: 0 25px 25px 0;
}

.box_right {
	float: right;
	margin: 0 0 25px 25px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 30px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_body .row {
	margin-left: -20px;
	margin-right: -20px;
}
.entry_body .row > div {
	margin-bottom: 35px;
	padding: 0 20px;
}

.entry_img_ttl {
	margin: 0 0 55px !important;
	padding: 0 !important;
	background: none !important;
	text-align: center;
}

.tbl_std th,
.tbl_std td {
	font-size: 15px;
	border: 2px solid #fff!important;
}
.tbl_std td {
	background: #f7f7f7;
}
.tbl_std th {
	background: #e3e0df !important;
}

.tbl_menu {
	margin-bottom: 30px;
}
.tbl_menu th,
.tbl_menu td {
	padding: 22px 0 !important;
	border: none !important;
	background: url(/shared/img/page/dinner/tbl_menu_bg.png) repeat-x 0 bottom !important;
	line-height: 1.4;
	vertical-align: bottom !important;
}
.tbl_menu th {
	padding-right: 15px !important;
}
.tbl_menu td {
	text-align: right !important;
}


/* =============================================== */
/** Page */
/* =============================================== */

.page-concept .l-header_group,
.page-lunch .l-header_group,
.page-dinner .l-header_group,
.page-drink .l-header_group,
.page-take_out .l-header_group,
.page-access .l-header_group {
	margin-bottom: 80px;
}

.page-concept .entry_img_ttl,
.page-drink .entry_img_ttl {
	margin-bottom: 45px !important;
}

.page-dinner .entry_body .row p,
.page-lunch .entry_body .row p {
	margin-bottom: 5px;
}