@charset "UTF-8";
/* CSS Document */

/*共通下線*/
.border_red_under {
	border-bottom: 1px #6b0f04 solid;
}
.border_yellow_under {
	border-bottom: 1px #957f51 solid;
	padding-bottom: 13px;
}
/*赤いドット下線*/
.dod-red {
	border-bottom: 1px #6b0f04 dotted;
}
/*** nav css (TOP PAGE以外はこの以下のCSSを利用する) ***/
#mainBox2 {
	width: 100%;
	height: 393px;
}
#mainBox2 p {
	width: 100%;
	height: auto;
	padding-top: 5px;
}
#mainBox2 p img {
	width: 100%;
}
nav {
	width: 100%;
	height: 60px;
	background: url(../img/shared/nav/navBk.gif) repeat-x left;
}
nav ul#navInner {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
nav ul li {
	float: left;
	width: 160px;
	height: 60px;
}
nav ul li a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
li#homeNav {
	background: url(../img/shared/nav/home_off.png) no-repeat;
}
li#homeNav a:hover {
	background: url(../img/shared/nav/home_on.png) no-repeat;
}
li#useNav {
	background: url(../img/shared/nav/use_off.png) no-repeat;
}
li#useNav a:hover {
	background: url(../img/shared/nav/use_on.png) no-repeat;
}
li#voiceNav {
	background: url(../img/shared/nav/voice_off.png) no-repeat;
}
li#voiceNav a:hover {
	background: url(../img/shared/nav/voice_on.png) no-repeat;
}
li#menuNav {
	text-indent: -9999px;
	background: url(../img/shared/nav/menu_here.png) no-repeat;
}
li#tennaiNav {
	background: url(../img/shared/nav/tennai_off.png) no-repeat;
}
li#tennaiNav a:hover {
	background: url(../img/shared/nav/tennai_on.png) no-repeat;
}
li#accessNav {
	background: url(../img/shared/nav/access_off.png) no-repeat;
}
li#accessNav a:hover {
	background: url(../img/shared/nav/access_on.png) no-repeat;
}
/*** 背景 ***/
.menu-wrapper {
	width: 100%;
	padding: 30px 0px;
}
.menu_wrapper2 {
	width: 100%;
}
.menu_wrapper3 {
	width: 100%;
	min-height: 300px;
}
.menu_wrapper4 {
	width: 100%;
	min-height: 300px;
}
.menu_wrapper5 {
	width: 100%;
	min-height: 300px;
}
/*** サブメニュー ***/
.submenu-wrapper {
	width: 100%;
	height: 175px;
	background: url(../img/shared/bg_second_nav.jpg) repeat-x top;
}
.submenu-wrapper a {
	margin: 0 19px;
}
.submenu2-wrapper {
	width: 100%;
	height: 205px;
	background: url(../img/shared/bg_second_nav2.jpg) repeat-x top;
}
.submenu2-wrapper a {
	margin: 0 19px;
}
.submenu-swrapper {
	width: 718px;
	margin: 0 auto;
}
.submenu-swrapper img {
	width: 100px;
	height: 145px;
}
/*** タイトル ***/
.useTitle2 {
	width: 960px;
}
.useTitle2 h2 {
	text-align: center;
	padding: 28px 0 5px;
}
/*このページだけタイトル下幅取らない*/
.useTitle {
	height: auto;
}
/*** グランドメニュー ***/
/*牛の部位*/
.menu-wrapper .bow_wrapper_2row .l_2row {
	width: 470px;
	float:left;
	position:relative;
}
.bui_box {
	background: url(../menu/img/menu_ushi.png) no-repeat 0 30px;
	width: 470px;
	height: 380px;
}
.bui_box .bui_box_l {
	width: 43px;
	float: left;
	padding: 169px 50px 0 32px;
}
.bui_box .bui_box_cl {
	width: 107px;
	float: left;
	padding-top: 108px;
}
.bui_box .bui_box_cr {
	width: 100px;
	float: left;
	padding-top: 110px;
}
.bui_box .bui_box_cl .ll,
.bui_box .bui_box_cl .kk{
	float: left;
	width:44%;
	padding: 0 0 0 5px;
}
.bui_box .bui_box_cr .mm{
	float: left;
	width:27%;
	margin-top: -5px;
}
.bui_box .bui_box_cr .ee,
.bui_box .bui_box_cr .ff{
	float: left;
	width:71%;
}
.bui_box .bui_box_r {
	width: 62px;
	float: left;
	padding-top: 112px;
}
.bui_box .bui_box_rr {
	width: 29px;
	float: left;
	padding: 118px 0 0 8px;
}
.bui_box img {
	width:100%;
}

#bow_wrapper_2row h3, .bow_wrapper_3row h3 {
	padding-bottom: 10px;
}
/*2列*/
.bow_wrapper_2row {
	padding-bottom: 20px;
}
.bow_wrapper_2row .l_2row {
	float: left;
	width: 470px;
}
.bow_wrapper_2row .r_2row {
	float: right;
	width: 470px;
}
.box_2row {
	width: 470px;
}
.menu-wrapper .box_2row {
	border-bottom: 1px #6b0f04 solid;	
}
.box_2row dl dt {
	width: 83%;
	float: left;
	color: #3c2a14;
	line-height: 130%;
	font-weight: bold;
}
.box_2row dl dd {
	width: 13%;
	float: right;
	color: #6b0f04;
	line-height: 130%;
	text-align: right;
	font-weight: bold;
}
.box_2row dl {
	padding-bottom: 5px;
}
.box_2row p {
	font-size: 12px;
	border-bottom: 1px #3c2a14 dotted;
	margin-bottom: 8px;
	padding-bottom: 5px;
	clear: both;
}
/*3列*/
.bow_wrapper_3row {
	padding-bottom: 20px;
}
.l_3row {
	width: 306.6px;
	float: left;
}
.c_3row {
	width: 306.6px;
	float: left;
	margin-left: 20px;
}
.r_3row {
	width: 306.6px;
	float: right;
	margin-left: 20px;
}
.bow_wrapper_3row .box_3row {
	width: 306.6px;
	border-bottom: 1px #6b0f04 solid;
	margin-top: 20px;
}
.box_3row dl dt {
	width: 80%;
	float: left;
	color: #3c2a14;
	line-height: 130%;
	font-weight: bold;
}
.box_3row dl dd {
	width: 20%;
	float: right;
	color: #6b0f04;
	padding-bottom: 5px;
	line-height: 130%;
	text-align: right;
	font-weight: bold;
}
.box_3row dl {
	padding-bottom: 5px;
	border-bottom: 1px #3c2a14 dotted;
	margin-bottom: 8px;
	padding-bottom: 20px;
}
.menu-wrapper p.zeinuki {
	color: #6b0f04;
	font-size: 15px;
	text-align: right;
	margin-top: 8px;
}
/*セットメニュー*/
.set_menu {
	padding-bottom: 20px;
	border-bottom: 1px #6b0f04 solid;
}
.set_menu h3 {
	padding-bottom: 10px;
	text-align: center;
}
.set_menu .box_3row {
	width: 306.6px;
	margin-top: 20px;
}
.set_menu dt span {
	font-size: 0.9em;
	vertical-align: middle;
	padding-left: 5px;
}
.set_item {
	height: 80px;
}
.set_pic img {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
/*** ランチメニュー ***/
/*ランチメニュー*/
.lunch_menu {
	padding-bottom: 20px;
}
.lunch_menu p#lunch_time {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-bottom: 20px;
	color: #ddd;
}
.lunch_menu h3 {
	padding-bottom: 10px;
	text-align: center;
}
.lunch_menu .box_3row {
	width: 306.6px;
	margin-top: 20px;
}
.lunch_menu .box_3row dt {
	font-size: 1.1em;
	color: #ddd;
}
.lunch_menu .box_3row dd {
	color: #8b0f00;
}
.lunch_menu .box_3row dt span {
	font-size: 0.8em;
	vertical-align: middle;
	padding-left: 10px;
}
.lunch_menu .lunch_item_a {
	float: left;
	width: 150px;
	height: 100px;
	color: #e2d9c5;
}
.lunch_menu .lunch_item_b {
	float: right;
	width: 150px;
	height: 100px;
	color: #e2d9c5;
}
.lunch_menu .zeinuki {
	color: #e2d9c5;
	text-align: right;
	padding-top: 10px;
}/*4列*/
.lunch_menu .box_4row {
	width: 225px;
	margin-top: 20px;
}
.lunch_menu .box_4row dl {
	clear: both;
	border-bottom: 1px #3c2a14 dotted;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.lunch_menu .box_4row dt {
	width: 73%;
	float: left;
	line-height: 130%;
	font-weight: bold;
	font-size: 1.1em;
	color: #ddd;
}
.lunch_menu .box_4row .long dt {
	letter-spacing: -0.1em;
}
.lunch_menu .box_4row .long2 dt {
	font-size: 1em;
	letter-spacing: -0.1em;
}
.lunch_menu .box_4row dd {
	width: 25%;
	float: right;
	color: #8b0f00;
	line-height: 130%;
	text-align: right;
	font-weight: bold;
}
.lunch_menu .box_4row dt span {
	font-size: 0.8em;
	vertical-align: middle;
	padding-left: 10px;
}
.l_4row {
	width: 225px;
	float: left;
}
.cl_4row {
	width: 225px;
	float: left;
	margin-left: 20px;
}
.cr_4row {
	width: 225px;
	float: left;
	margin-left: 20px;
}
.r_4row {
	width: 225px;
	float: right;
	margin-left: 20px;
}
.lunch_menu .box_4row .lunch_item_a {
	float: left;
	width: 111px;
	height: 100px;
	color: #e2d9c5;
}
.lunch_menu .box_4row .lunch_item_b {
	float: right;
	width: 111px;
	height: 100px;
	color: #e2d9c5;
}
.lunch_menu .box_4row .set_pic img {
	width: 221px;
	margin: 0 auto;
}
.box_4row .lunch_item {
	width: 225px;
	height: 78px;
	color: #e2d9c5;
}
.box_4row p.onmen_hosoku {
	font-size: 0.8em;
	color: #ddd;
	margin-bottom: 18px;
}
/*** コースメニュー ***/
.menu_wrapper3 .lead {
	font-size: 1.8em;
	font-family: serif;
	color: #3c2a14;
	font-weight: bold;
}
.couse_sublead {
	font-size: 14px;
	line-height: 24px;
	border: #6b0f04 dashed 1px;
	padding: 10px 10px;
}
.couse_sublead a {
	color: #3c2a14;
	text-decoration: none;
}
.tennai {
	width: 180px;
	padding: 5px 10px;
	margin-left: 727px;
	text-align: center;
	background: #441410;
	background: -moz-linear-gradient(top, #A01E14, #441410);
	background: -webkit-linear-gradient(top, #A01E14, #441410);
	background: linear-gradient(#A01E14, #441410);
	border: #741410 solid 1px;
}
.tennai p {
	color: #ddd;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-decoration: none;
}
.tennai:hover {
	opacity: 0.7;
}
.couse_pic {
	width: 450px;
	height: 300px;
	margin: 10px 10px;
}
.menu_wrapper3 h4 {
	font-size: 2.5em;
	font-family: serif;
	color: #6b0f04;
	text-align: right;
	margin-top: -43px;
	margin-bottom: 20px;
	font-weight: bold;
}
.menu_wrapper3 h4 span {
	font-size: 0.6em;
	padding-left: 10px;
}
.menu_wrapper3 .bg_brown {
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.menu_wrapper3 .l_2row {
	float: left;
}
.menu_wrapper3 .r_2row {
	float: right;
}
p.couse_lead {
	font-size: 1.5em;
	font-family: serif;
	color: #3c2a14;
	font-weight: bold;
	border: none;
}
.enkai_item {
	width: 235px;
	height: 150px;
	float: left;
}
.enkai_item li {
	line-height: 24px;
	font-size: 15px;
}
.enkai_item_a {
	width: 307px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.menu_wrapper3 .enkai_item_a li {
	font-size: 14px;
	line-height: 170%;
}
.box .l_3row p, .box .c_3row p, .box .r_3row p {
	text-align: center;
	font-size: 17px;
	color: #6b0f04;
	font-weight: bold;
	border-bottom: 1px #3c2a14 dotted;
	margin-bottom: 10px;
}
/*ボタン*/
.btn_box {
	width: 300px;
	margin: 0 auto;
}
/*** ドリンクメニュー ***/
.menu_wrapper4 .box_3row dl {
	border-bottom: 1px #D3C7AB dotted;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.menu_wrapper4 .box_3row dl dt {
	color: #D3C7AB;
}
.menu_wrapper4 .box_3row dl dd {
	color: #ddd;
	line-height: 130%;
	text-align: right;
	font-weight: bold;
}
.menu_wrapper4 .box_3row {
	border-bottom: 1px #8b0f04 solid;
}
.menu_wrapper4 p.zeinuki {
	color: #e2d9c5;
	text-align: right;
	padding-top: 8px;
}
.menu_wrapper4 .btn_m {
	border: #441410 solid 1px;
}
/*** お弁当メニュー ***/
.menu_wrapper5 .lead {
	font-size: 1.8em;
	font-family: serif;
	color: #ddd;
	font-weight: bold;
}
.menu_wrapper5 .lead span {
	border-bottom: 2px dashed #ddd;
	padding-bottom: 5px;
}
.menu_wrapper5 .box_3row dl {
	border-bottom: 1px #5c4a14 dotted;
	padding-bottom: 0px;
}
.menu_wrapper5 .box_3row dd {
	color: #8b0f00;
}
.menu_wrapper5 .box_3row dt {
	font-size: 1.1em;
	color: #ddd;
}
.menu_wrapper5 p.zeinuki {
	color: #e2d9c5;
	text-align: right;
}
.menu_wrapper5 p {
	color: #e2d9c5;
}
.menu_wrapper5 .l_2row .lead p {
	font-size: 0.8em;
	line-height: 160%;
	padding-top: 5px;
}
