@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant.css
 author     : Ability Consultant
 style info : お料理・レストラン
=================================================================== */
#footer #pagetop {
	margin-top: 45px;
}

/* -----------------------------------------------------------
	楽天左カラム高さ設定
----------------------------------------------------------- */
#htlSide-A {
	top: 720px;
}

/* -----------------------------------------------------------
	.con_buf
----------------------------------------------------------- */
.con_buf {
	margin-top: 20px;
}
.con_buf h4 {
	text-align: center;
	margin-bottom: 18px;
}
.con_buf .txt_lead {
	text-align: center;
	margin: 30px auto;
	line-height: 1.6;
}
.con_buf .img span {
	display: block;
	text-align: right;
	font-size: 85%;
	margin-top: .5em;
}
.con_buf .box_men {
	margin-top: 45px;
	position: relative;
}
.con_buf .box_bet {
	margin-top: 30px;
	position: relative;
}
.con_buf .box_bet h5 {
	width: 885px;
	margin: 0 auto;
}
.con_buf .box_bet p.img_bet {
	text-align: center;
}

/* -----------------------------------------------------------
	.con_bre
----------------------------------------------------------- */
.con_bre {
	text-align: center;
	margin-top: 60px;
}
.con_bre h4 {
	margin-bottom: 40px;
}

/* -----------------------------------------------------------
	.con_res
----------------------------------------------------------- */
.con_res {
	text-align: center;
	background: url(../restaurant/images/bg_res.png) repeat top left;
	padding: 28px 0 30px;
	margin-top: 60px;
}
.con_res h4 {
	margin-bottom: 15px;
}

/* -----------------------------------------------------------
	.con_pla
----------------------------------------------------------- */
.con_pla {
	position: relative;
	background: url(../images/home/bg_pla.png) no-repeat top left;
	margin-top: 105px;
	text-align: center;
	padding: 68px 0 33px;
	height: 369px;
}
.con_pla h3 {
	text-align: center;
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
}
.con_pla .box_pla {
	display: table;
	text-align: center;
	border-spacing: 20px;
}
.con_pla .box_pla li {
	display: table-cell;
	width: 290px;
	max-width: 290px;
	background: #FFF;
}
.con_pla .box_pla li:nth-child(odd) a {
	background: #f6f1ea;
}
.con_pla .box_pla li a {
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-decoration: none !important;
}
.con_pla .box_pla li a .txt {
	font-size: 100%;
	margin-top: 10px;
	text-align: left;
	min-height: 4.2em;
	font-weight: bold;
	line-height: 1.4;
}
.con_pla .box_pla li a .price {
	font-size: 100%;
	margin-top: 1em;
	color: #750e1c;
	font-weight: bold;
	padding: .5em 0;
	border-top: 1px dashed #7d7d7d;
	border-bottom: 1px dashed #7d7d7d;
}
.con_pla .box_pla li a .price span {
	font-size: 131%;
	font-weight: bold;
}
.con_pla .btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-top: 6px;
}
.con_pla .btn a {
	position: relative;
	z-index: 10;
}
