@charset "UTF-8";
/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* ===================================================================
CSS information

 file name  :breakfast.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
* {
	font-size: 16px;
}

#contents {
    background: url(../images/common/bg_title.jpg) repeat top left;
}

.container{
	width: 1026px;
	margin: 0 auto;
}

.con_concept{
	overflow: hidden;
	text-align: center;
}
.con_concept h3{
	padding-bottom: 30px;
}
.con_concept .txt{
	line-height: 2;
	color:#313131;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 105%;
}

.btn{
	text-align: center;
	margin: 20px 0 50px 0;
}

.nav{
	overflow: hidden;
	clear: both;
	width: 950px;
	margin: 0 auto 50px;
}
.nav a {
	width: 453px;
	padding: 2px;
	background: #c9c193;
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.nav a:first-child {
	margin-right: 30px;
}
.nav a:hover {
	background: #470d19;
}
.nav a p {
	border: 1px solid #fff;
	line-height: 3em;
}
.nav a p img {
	vertical-align: middle;
	padding-left: 10px;
}
/*-------------------------
.con_promo
-------------------------*/
.con_promo .box_bn {
	width: 955px;
	margin: auto;
}
.con_promo .box_promo {
	width: 100%;
	background-color: #fff;
	margin: 50px 0;
	position: relative;
}
.con_promo .box_promo .promo {
	width: 955px;
	margin: auto;
	padding: 100px 0;
	position: relative;
	/* background: url(../dinner/images/img_rice.png) no-repeat center; */
}
.con_promo .box_promo .promo:before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: -80px;
	width: 169px;
	height: 169px;
	background-image: url(../dinner/images/img_glass.png);
}
.con_promo .box_promo .promo:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	right: -80px;
	width: 169px;
	height: 169px;
	background-image: url(../dinner/images/img_glass.png);
}
.con_promo .box_promo .promo h3 {
	width: 795px;
	text-align: center;
	margin-top: 30px;
	margin: auto;
	position: relative;
}

.con_promo .box_promo .promo .txt {
	width: 750px;
	text-align: center;
	margin: auto;
	line-height: 2em;
	margin-top: 20px;
}
.con_promo .box_promo .promo .box_memo {
	width: 600px;
	margin: auto;
	margin-top: 25px;
	border: 1px solid #cab18d;
	padding: 3px;
	position: relative;
}

.con_promo .box_promo .promo .box_memo p {
	border: 1px solid #cab18d;
	padding: 20px 0;
	text-align: center;
}
.con_promo .box_promo .promo .box_memo p em {
	font-size: 14px;
	display: block;
	color: #827477;
}
.con_promo .box_picTxt {
	width: 955px;
	margin: auto;
	overflow: hidden;
	margin-top: 60px;
}
.con_promo .box_picTxt p {
	float: left;
	width: 475px;
}
.con_promo .box_picTxt p img {
	width: 100%;
	display: block;
}
.con_promo .box_picTxt dl {
	float: right;
	width: 450px;
	text-align: left;

}
.con_promo .box_picTxt dd {
	margin-top: 20px;
	line-height: 2em;
}

.con_promo .box_txtPic {
	width: 955px;
	margin: auto;
	overflow: hidden;
	margin-top: 60px;
}
.con_promo .box_txtPic p {
	float: right;
	width: 475px;

}
.con_promo .box_txtPic p img {
	width: 100%;
	display: block;
}
.con_promo .box_txtPic dl {
	float: left;
	width: 450px;
	text-align: left;

}
.con_promo .box_txtPic dd {
	margin-top: 20px;
	line-height: 2em;
}
.con_promo .btn {
	margin: 50px 0 80px;
}

/*-------------------------
.box_nabe
-------------------------*/
.box_nabe {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	padding-bottom: 3%;
}
/*-------------------------
.con_com
-------------------------*/
.con_com{
 	text-align: center;
 	width: 950px;
 	margin: 0 auto;
}
.con_com h3{
 	margin-top: 1%;
	margin-bottom: 2%;
}

/*-------------------------
.box_item
-------------------------*/
.con_com .box_item{
	overflow: hidden;
	margin-bottom: 15px;
}
.con_com .box_item li{
	float: left;
	width: 300px;
	margin-right: 25px;
}
.con_com .box_item li:nth-child(3){
	margin-right: 0;
}
.con_com .box_item li:last-child{
	margin-right: 0;
	margin-top: 5%;
	width: 950px;
}
.con_com .box_item li .item{
	position: relative;
}
.con_com .box_item li .item .box_txt{
	position: absolute;
	max-height: 100%;
	width: 100%;
	color:#fff;
	background: rgba(45,16,2,0.7);
	padding: 1% 5%;
	left: 0;
	bottom:0;
	z-index: 1;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.con_com .box_item li .item .box_txt h5{
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.con_com .box_item li .item.hover .box_txt h5{
	padding: 10px 0 5px;
}
.con_com .box_item li .item a{
	opacity: 1 !important;
}
.con_com .box_item li .item .box_txt .txt{
	color:#fff;
	padding-top: 9px;
}
.con_com .box_item li .item .box_txt .drop_txt{
	height: 236px;
}

/*-------------------------
.con_sea
-------------------------*/
.con_sea{
 	width: 100%;
 	background: #fff;
 	border-top: 3px solid #c9c193;
 	border-bottom: 3px solid #c9c193;
 	padding: 58px 0;
}
.con_sea h3{
 	margin-top: 1%;
	margin-bottom: 2%;
}
.con_sea .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
}
.con_sea .inner .menu {
	border-top:3px double #dfdabd;
	border-bottom:3px double #dfdabd;
	margin-top: 47px;
	padding: 33px 50px;
	overflow: hidden;
	clear: both;
}
.con_sea .inner .menu table {
	width: 375px;
	float: left;
}
.con_sea .inner .menu table:first-child {
	margin-right: 100px;
}
.con_sea .inner .menu table tr {
	border-bottom: 1px dotted #000;
}
.con_sea .inner .menu table tr td.name {
	width: 312px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_sea .inner .menu table tr td.price {
	width: 63px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px 0;
}
/*-------------------------
.con_mad
-------------------------*/
.con_mad{
 	width: 100%;
 	padding: 100px 0 58px 0;
 	overflow: hidden;
 	clear: both;
}
.con_mad .title_long {
	position: relative;
}
.con_mad .title_long img {
	width: 100%;
}
.con_mad .title_long h4 {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.con_mad .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	overflow: hidden;
 	clear: both;
}
/*------ .box_item ------*/
.con_mad .box_item{
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
	padding: 60px 0 30px;
}
.con_mad .box_item li{
	float: left;
	width: 230px;
}
.con_mad .box_item li .item{
	position: relative;
}
.con_mad .box_item li .item .box_txt{
	position: absolute;
	max-height: 100%;
	width: 100%;
	color:#fff;
	background: rgba(45,16,2,0.7);
	padding: 3% 5%;
	left: 0;
	bottom:0;
	z-index: 1;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.con_mad .box_item li .item .box_txt h5{
	text-align: center;
	height: 8px;
}
.con_mad .box_item li .item.hover .box_txt h5{
}
.con_mad .box_item li .item a{
	opacity: 1 !important;
}
.con_mad .box_item li .item .box_txt .txt{
	color:#fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-top: 30%;
}
.con_mad .box_item li .item .box_txt .drop_txt{
	height: 305px;
}

.con_mad ul.item_left {
	margin-right: 10px;
}
.con_mad ul.item_left li:first-child {
	float: none;
	width: 470px;
	margin-bottom: 10px;
}
.con_mad ul.item_left li:nth-child(2) {
	margin-right: 10px;
}

.con_mad ul.item_center {
	margin-right: 10px;
}
.con_mad ul.item_center li {
	float: none;
}
.con_mad ul.item_center li:first-child {
	float: none;
	margin-bottom: 10px;
}

.con_mad ul.item_right li {
	float: none;
}
.con_mad ul.item_right li:first-child {
	float: none;
	margin-bottom: 10px;
}

.con_mad .inner .menu {
	border-top:3px double #dfdabd;
	border-bottom:3px double #dfdabd;
	margin-top: 47px;
	padding: 33px 10px;
	overflow: hidden;
	clear: both;
}
.con_mad .inner .menu table {
	width: 435px;
	float: left;
}
.con_mad .inner .menu table:first-child {
	margin-right: 60px;
}
.con_mad .inner .menu table tr {

}
.con_mad .inner .menu table tr td.title {
	text-align: center;
	padding: 6px 0;
	background: #a89c6b;
	color: #fff;
	font-weight: bold;
}
.con_mad .inner .menu table tr td.title span {
	color: #fff;
	background: #a40000;
	padding: 2px 6px;
	font-weight: normal;
	margin-right: 5px;
	font-size: 15px;
	position: absolute;
	left: 7px;
}
.con_mad .inner .menu table tr td.name {
	width: 340px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_mad .inner .menu table tr td.price {
	width: 95px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px 0;
}

/*-------------------------
.con_one
-------------------------*/
.con_one{
 	width: 100%;
 	padding-top: 58px;
}
.con_one .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
}
.con_one .inner h3{
 	margin-top: 1%;
	margin-bottom: 2%;
}
/*----- .box_item -----*/
.con_one .box_item{
	overflow: hidden;
	margin: 15px 0;
}
.con_one .box_item li{
	float: left;
	/* width: 122px; 7つパターン*/
	width: 170px;/* 5つパターン*/
	margin-right: 16px;
}
.con_one .box_item li:nth-child(2n) {
	margin-top: 50px;
}
.con_one .box_item li:last-child {
	margin-right: 0;
}
.con_one .box_item li .item{
	position: relative;
}
.con_one .box_item li .item .box_txt{
	position: absolute;
	max-height: 100%;
	width: 100%;
	color:#fff;
	background: rgba(45,16,2,0.7);
	padding: 3% 5%;
	left: 0;
	bottom:0;
	z-index: 1;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.con_one .box_item li .item .box_txt h5{
	text-align: center;
	height: 8px;
}
.con_one .box_item li .item.hover .box_txt h5{
}
.con_one .box_item li .item a{
	opacity: 1 !important;
}
.con_one .box_item li .item .box_txt .txt{
	color:#fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-top: 70%;
}
.con_one .box_item li .item .box_txt .drop_txt{
	height: 305px;
}
.con_one .inner h4 {
	margin: 55px 0 18px 0;
}
.con_one .inner .menu {
	border-top:3px double #dfdabd;
	border-bottom:3px double #dfdabd;
	padding: 33px 10px;
	overflow: hidden;
	clear: both;
}
.con_one .inner .menu table {
	width: 435px;
	float: left;
}
.con_one .inner .menu table:first-child {
	margin-right: 60px;
}
.con_one .inner .menu table tr td.name {
	width: 340px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_one .inner .menu table tr td.price {
	width: 95px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_one .inner .menu .att {
	text-align: center;
	padding: 30px 0;
}
.con_one .inner .menu .box_spe {
margin: 0 auto;
width:854px;
height:129px;
border-image: url("../dinner/images/bg_spe.jpg") 18 round;
border-style:solid; border-width:18px;
background-color: #fff;
padding: 15px;
}
.con_one .inner .menu .box_spe .st_spe {
	font-weight: bold;
	padding-bottom: 10px;
}
.con_one .inner .menu .box_spe table {
	width: 430px;
	margin: 0 auto;
	float: none;
}
.con_one .inner .menu .box_spe table tr td.name {
	width: 360px;
	text-align: left;
	line-height: 2em;
}
.con_one .inner .menu .box_spe table tr td.price {
	width: 70px;
	text-align: right;
	line-height: 2em;
}

.con_one .title_long {
	position: relative;
	margin: 30px 0;
}
.con_one .title_long img {
	width: 100%;
}
.con_one .title_long .box_set {
	color: #fff;
	position: absolute;
	top:10%;
	left: 52%;
	/*transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);*/
}
.con_one .title_long .box_set .st_set {
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-bottom: 3px double #fff;
	margin-bottom: 10px;
}
.con_one .title_long .box_set .txt_set {
	line-height: 2em;
}
.con_one .title_long .box_set .menu_set {
margin: 0 auto;
width:365px;
border-image: url("../dinner/images/bg_set.png") 18 round;
border-style:solid; border-width:18px;
line-height: 1.8em;
}

.con_one .inner .menu_02 {
	border-top:3px double #dfdabd;
	border-bottom:3px double #dfdabd;
	padding: 33px 10px;
	overflow: hidden;
	clear: both;
}
.con_one .inner .menu_02 table {
	width: 435px;
	float: left;
}
.con_one .inner .menu_02 table:first-child {
	margin-right: 60px;
}
.con_one .inner .menu_02 table tr {

}
.con_one .inner .menu_02 table tr td.title {
	text-align: center;
	padding: 6px 0;
	background: #a89c6b;
	color: #fff;
	font-weight: bold;
}
.con_one .inner .menu_02 table tr td.title span {
	color: #fff;
	background: #a40000;
	padding: 2px 6px;
	font-weight: normal;
	margin-right: 5px;
	font-size: 15px;
}
.con_one .inner .menu_02 table tr td.name {
	width: 340px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_one .inner .menu_02 table tr td.price {
	width: 95px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px 0;
}

/*-------------------------
.con_arc
-------------------------*/
.con_arc{
 	width: 100%;
 	padding: 100px 0 0 0;
 	overflow: hidden;
 	clear: both;
}
.con_arc .title_long {
	position: relative;
}
.con_arc .title_long img {
	width: 100%;
}
.con_arc .title_long h4 {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.con_arc .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	overflow: hidden;
 	clear: both;
}
.con_arc .inner h4 {
	margin: 55px 0 18px 0;
}
.con_arc .inner .menu {
	border-top:3px double #dfdabd;
	border-bottom:3px double #dfdabd;
	padding: 33px 10px;
	overflow: hidden;
	clear: both;
}
.con_arc .inner .menu table {
	width: 435px;
	float: left;
}
.con_arc .inner .menu table:first-child {
	margin-right: 60px;
	margin-bottom: 30px;
}
.con_arc .inner .menu table tr {

}
.con_arc .inner .menu table tr td.title {
	text-align: center;
	padding: 6px 0;
	background: #a89c6b;
	color: #fff;
	font-weight: bold;
}
.con_arc .inner .menu table tr td.title span {
	color: #fff;
	background: #a40000;
	padding: 2px 6px;
	font-weight: normal;
	margin-right: 5px;
	font-size: 15px;
}
.con_arc .inner .menu table tr td.name {
	width: 340px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_arc .inner .menu table tr td.price {
	width: 95px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_arc .inner .menu .title_spe {
	text-align: center;
	margin: 30px auto 10px;
	padding: 6px 0;
	width: 426px;
	background: #a89c6b;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	clear: both;
}
.con_arc .inner .menu .box_spe {
margin: 0 auto;
width:874px;
border-image: url("../dinner/images/bg_spe.jpg") 18 round;
border-style:solid; border-width:18px;
background-color: #fff;
padding: 5px;
}
.con_arc .inner .menu .box_spe .txt_spe {
	line-height: 2.5em;
}

.con_arc .inner .menu_02 {
	border-top:3px double #dfdabd;
	border-bottom:3px double #dfdabd;
	padding: 33px 10px;
	overflow: hidden;
	clear: both;
	margin-bottom: 58px;
}
.con_arc .inner .menu_02 table {
	width: 435px;
	float: left;
}
.con_arc .inner .menu_02 table:first-child {
	margin-right: 60px;
}
.con_arc .inner .menu_02 table tr td.title {
	text-align: center;
	padding: 6px 0;
	background: #a89c6b;
	color: #fff;
	font-weight: bold;
}
.con_arc .inner .menu_02 table tr td.title span {
	color: #fff;
	background: #a40000;
	padding: 2px 6px;
	font-weight: normal;
	margin-right: 5px;
	font-size: 15px;
}
.con_arc .inner .menu_02 table tr td.name {
	width: 265px;
	text-align: left;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_arc .inner .menu_02 table tr td.price {
	width: 175px;
	text-align: right;
	vertical-align: bottom;
	padding: 6px 0;
}
.con_arc .inner .menu_02 .att {
	text-align: right;
	overflow: hidden;
	clear: both;
}

#footer {
	margin-top: 0 !important;
}
.box_food{
	padding-bottom: 60px;
}

.box_lnk {
	text-align: center;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.box_lnk:before, .box_lnk:after {
	content: '';
	display: block;
	width: 26px;
	height: 78px;
	position: absolute;
	top: 50%;
	margin-top: -39px;
}
.box_lnk:before {
	left: 0;
	background: url(../restaurant/images/bg_lnk01.png) no-repeat top right;
}
.box_lnk:after {
	right: 0;
	background: url(../restaurant/images/bg_lnk02.png) no-repeat top right;
}
.box_lnk li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0 8px;
}
.box_lnk02 {
	text-align: center;
	position: relative;
	width: 950px;
	margin: 0 auto;
}
/*.box_lnk02 li:first-child {
	background-color: #440915;
}
.box_lnk02 li:first-child img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}*/

.box_lnk02 li {
	display: inline-block;
	margin: 10px 0;
}

.btn_ptop a {
	bottom: 470px!important;
}
