@charset "utf-8";
/* ===================================================================
CSS information

 file name  : dish.css
 author     : Ability Consultant
 style info  : 料理ページ
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/*	#gnav02	グローバルメニュー（下層ページ用）現在地表示
----------------------------------------------------------- */
#header #gnav02 li.gnav_dis a {
	background-position: -461px -58px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	background: url(../images/common/bg_wood4.jpg) no-repeat;
}

/*----------------------------------------------------
	アンカーリンク
----------------------------------------------------*/
#contents .btn_ank {
	width: 950px;
	overflow: hidden;
	margin: 46px auto 60px;
}
#contents .btn_ank li {
	float: left;
	line-height: 0.6;
}
#contents .btn_ank .last {
	margin: 0;
}

/*----------------------------------------------------
	夕食・朝食
----------------------------------------------------*/
/*	汎用
----------------------------------------------------*/
#contents .con_dish {
	width: 950px;
	margin: 0 auto;
	background: url(../dish/images/bg_dish.png) repeat top left;
	padding: 0 0 40px;
}
#contents .con_dish h4 {
	padding: 40px 0 37px 47px;
}
#contents .con_dish .box_dish {
	width: 880px;
	margin: 35px auto 0;
	overflow: hidden;
}
#contents .con_dish .box_dish .txtarea {
	width: 880px;
	overflow: hidden;
	padding: 27px 0 0;
	display: flex;
	justify-content: space-between;
}
#contents .con_dish .box_dish .txtarea .box_left {
	width: 548px;
}
#contents .con_dish .box_dish .txtarea .box_right {
	width: 298px;
}
#contents .con_dish .box_dish .txtarea .box_right .renpaku {
	margin-top: 10px;
}
#contents .con_dish .box_dish .txtarea .box_right .renpaku .sst {
	display: block;
	padding: 0.5em 0;
	text-align: center;
	background: #38211e;
	border: #5b3934 solid 1px;
}
#contents .con_dish .box_dish .txtarea .box_right .renpaku .img {
	display: block;
	padding: 0.5em 0;
	text-align: center;
	background: #5b3934;
	border: #5b3934 solid 1px;
}
#contents .con_dish .box_dish .txtarea .txt_det {
	width: 548px;
	line-height: 1.7;
	float: left;
}
#contents .con_dish .box_dish .txtarea table {
	width: 298px;
	border: none;
}
#contents .con_dish .box_dish .txtarea table tbody {
	color: #fff;
}
#contents .con_dish .box_dish .txtarea table th {
	width: 26%;
	border: #5b3934 solid 1px;
	background: #36211d;
}
#contents .con_dish .box_dish .txtarea table td {
	border: #5b3934 solid 1px;
	background: #7e5a53;
	font-size: 14px;
}
#contents .con_dish .box_dish .txtarea table tfoot td {
	background-color: transparent;
	border: none;
	color: #a98e89;
	padding: 7px 0 0;
}
/* サムネイル */
#contents .con_dish .bx-pager {
	width: 200px;
	position: absolute;
	bottom: -62px;
	right: 0;
}
#contents .con_dish .bx-pager li {
	width: 50px;
	height: 54px;
	margin: 0 0 0 10px;
	float: left;
}
#contents .con_dish .bx-pager li a {
	width: 50px;
	height: 0;
	padding: 54px 0 0;
	display: block;
	overflow: hidden;
}
#contents .con_dish .bx-pager li .pager-active {
	background-position: 0 0;
}
/*	夕食
----------------------------------------------------*/
#contents .con_dinner .bx-pager {
	width: 275px;
}
#contents .con_dinner .pager-1 {
	background: url(../dish/images/thum_dinner01.jpg) no-repeat -50px 0;
}
/*	朝食
----------------------------------------------------*/
#contents .con_break .pager-1 {
	background: url(../dish/images/thum_break01.jpg) no-repeat -50px 0;
}

/*----------------------------------------------------
	プライベートヴィラ
----------------------------------------------------*/
#contents .con_villa {
	margin-top: 55px;
	min-height: 373px;
	background: url(../dish/images/bg_villa.jpg) repeat-x top left;
}
#contents .box_villa {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 0 0;
}
.box_villa .img_l {
	margin-left: 40px;
}
#contents .box_villa .txtarea {
	width: 350px;
	float: right;
	text-align: center;
	margin-right: 52px;
	margin-top: 16px;
}
#contents .box_villa .txtarea h4 {
	padding: 0 0 28px;
}
#contents .box_villa .txtarea .btn_villa {
	padding: 48px 0 0;
}

#contents .box_villa table {
	width: 355px;
	margin-top: 30px;
	text-align: center;
}
#contents .box_villa table th {
	border: #5b3934 solid 1px;
	background: #36211d;
}
#contents .box_villa table td {
	border: #5b3934 solid 1px;
	background: #7e5a53;
}

/*----------------------------------------------------
	別注料理
----------------------------------------------------*/
#contents .con_other {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#contents .con_other .txt_lead {
	margin: 10px 0 0;
	padding: 7px 0 0 2px;
	min-height: 96px;
	line-height: 1.7;
}
#contents .con_other .txt_other {
	font-size: 15px;
	margin: 0 0 -7px;
}
#contents .con_other ul {
	width: 950px;
	overflow: hidden;
	padding: 40px 0 0;
}
#contents .con_other ul li {
	width: 295px;
	float: left;
	margin: 0 32.5px 0 0;
}
#contents .con_other ul .last {
	margin: 0;
}

#contents .con_other ul .last .tbl_basic th {
	font-size: 13px;
	text-align: center;
}
#contents .con_other ul li .txt_det {
	padding: 12px 0 0;
}
#contents .con_other .txt_cook {
	padding: 14px 0 0;
}
#contents .con_other .option_text {
	padding-top: 20px;
}

/*----------------------------------------------------
	飲み放題オプション
----------------------------------------------------*/
#contents .con_drink {
	width: 950px;
	margin: 0 auto;
}
#contents .box_drink {
	width: 950px;
	overflow: hidden;
	padding: 13px 0 0;
}
#contents .box_drink .img_l {
	float: left;
}
#contents .box_drink .txtarea {
	width: 533px;
	float: right;
	padding: 7px 0 0;
}
#contents .box_drink .txtarea h4 {
	padding: 0 0 26px;
}
#contents .box_drink .txtarea .txt_det {
	padding: 22px 0 0;
}
#contents .box_drink .txtarea table {
	width: 283px;
	margin: 20px 0 10px;
}
#contents .box_drink .txtarea table th {
	width: 92px;
	background: #36211d;
}
#contents .box_drink .txtarea table td {
	background: #7e5a53;
}


/*----------------------------------------------------
	愛犬ブッフェ
----------------------------------------------------*/
#contents .con_dogbuffet {
	margin: 0 auto;
	background-color: #19100e;
}
#contents .box_dogbuffet {
	width: 878px;
	margin: 0 auto;
	overflow: hidden;
	padding: 27px 0 28px;
}
#contents .box_dogbuffet h4 {
	text-align: center;
}
#contents .box_dogbuffet .txt_dogbuffet {
	padding: 18px 0 0;
	text-align: center;
}
#contents .box_dogbuffet .img_dogbuffet {
	padding: 23px 0 0;
	text-align: center;
}
#contents .box_dogbuffet .txtarea {
	width: 878px;
	margin: 0 auto;
	overflow: hidden;
	padding: 27px 0 0;
}
#contents .box_dogbuffet .txtarea .txt_det {
	width: 537px;
	line-height: 1.7;
	float: left;
}
#contents .box_dogbuffet .txtarea table {
	width: 313px;
	float: right;
}
#contents .box_dogbuffet .txtarea table th {
	width: 78px;
	background: #36211d;
}

#contents .box_dogbuffet .txtarea table td {
	background: #7e5a53;
}


/*----------------------------------------------------
	飲み放題オプション
----------------------------------------------------*/
#contents .con_garuda {
	width: 950px;
	margin: 0 auto 85px;
	overflow: hidden;
}
#contents .con_garuda .txtarea {
	width: 410px;
	float: right;
	padding: 10px 0 0;
}
#contents .con_garuda .txtarea .txt_det {
	padding: 17px 0 0;
}
#contents .con_garuda .txtarea table {
	width: 363px;
	margin: 20px 0 0;
}
#contents .con_garuda .txtarea table th {
	width: 92px;
	background: #36211d;
}
#contents .con_garuda .txtarea table td {
	background: #7e5a53;
}