<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



/* table
--------------------------------------------------------------------*/
.table.eat_left {
	float: right;
	width: 49%;
	clear: none;
}
.table.eat_left table th {
	width: 50%;
}

@media screen and (max-width:640px) {
.table {
	margin-bottom: 2em;
}
.table table tr.bgcol {
	background: transparent;
}
.table.eat_left {
	float: none;
	width: 100%;
}
}
/* con_index
--------------------------------------------------------------------*/
#box_conleft ul.con_index {
	width: 100%;
	overflow: hidden;
 *zoom:1;
}
#box_conleft ul.con_index li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#box_conleft ul.con_index li+li+li {
	margin-right: 0;
}
#box_conleft ul.con_index li img {
	margin-bottom: -0.5em;
}
#box_conleft ul.con_index li p {
	margin-bottom: 0;
	padding: 5px 10px 5px 30px;
	background: url(../img/icon06.png) 10px 10px #f6f5f4 no-repeat;
}

@media screen and (max-width:640px) {
#box_conleft ul.con_index li {
	float: none;
	margin-bottom: 5px;
	width: 98%;
	margin-right: 0;
	border: solid #ccc 1px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
}
#box_conleft ul.con_index li:hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background-image: linear-gradient(top, #eeeeee, #ffffff);
}
#box_conleft ul.con_index li:after,  #box_conleft ul.con_index li a:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
#box_conleft ul.con_index li a {
	display: block;
}
#box_conleft ul.con_index li img {
	margin: 3px;
	height: 80px;
	float: left;
}
#box_conleft ul.con_index li p {
	padding: 0 0 0 30px;
	line-height: 80px;
	font-size: small;
	background: url(../img/icon06.png) 10px center transparent no-repeat;
	float: left;
}
}
/* con_photo
--------------------------------------------------------------------*/
.con_photo {
	width: 100%;
	overflow: hidden;
 *zoom:1;
}
.con_photo .photo_left {
	float: left;
}
.con_photo .photo_right {
	float: right;
}
.con_photo .photo_left, .con_photo .photo_right {
	width: 48%;
}
.con_photo .photo_left img, .con_photo .photo_right img {
	width: 100%;
}
.con_photo .photo_left h6, .con_photo .photo_right h6 {
	margin: -0.5em 0 0.5em;
	border-bottom: solid #ccc 1px;
	font-size: 120%;
	font-weight: normal;
}

@media screen and (max-width:640px) {
.con_photo {
	padding-top: 1em;
	background: #f9f8f7;
}
.con_photo .photo_left,  .con_photo .photo_right {
	float: none;
	width: 100%;
}
.con_photo .photo_left p,  .con_photo .photo_right p,  .con_photo .photo_left h6,  .con_photo .photo_right h6 {
	text-align: center;
}
.con_photo .photo_left h6,  .con_photo .photo_right h6 {
	font-size: large;
}
.con_photo .photo_left p+h6+p,  .con_photo .photo_right p+h6+p {
	text-align: left;
}
}
/* 
--------------------------------------------------------------------*/
.eat_img {
	margin-bottom: 1em;
}
.eat_img img {
	width: 100%;
}
.eat_text {
	float: left;
	width: 49%;
	font-size: small;
}

@media screen and (max-width:640px) {
.eat_text {
	float: none;
	width: 100%;
}
}
/* 注意書き
--------------------------------------------------------------------*/
.eat_attention {
	margin-bottom: 1em;
	padding: 1em;
	background: #f6f5f4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.eat_attention h3 {
   margin: 0.5em 0;
}
.eat_attention li {
	margin-left: 1em;
	list-style: url(../img/icon02.gif);
}
.eat_attention li.list_none {
	margin-left: 0;
	list-style: none;
}
/* メニュー
--------------------------------------------------------------------*/
.eat_box {
	margin-bottom: 1em;
	padding: 1em;
	border: solid #ddd 1px;
}
.eat_box:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
.eat_box .eat_img {
	margin: 0;
	float: left;
	width: 34%;
	font-size: x-small;
	color: #999;
}
.eat_menu {
	float: right;
	width: 64%;
}
/*.eat_menu h5 {
	margin-bottom: 0.5em;
	border-bottom: solid #ccc 1px;
	font-size: large;
	font-weight: normal;
}*/
.eat_menu .table {
	margin-bottom: 0;
}
.eat_menu .table table, .eat_menu .table table th, .eat_menu .table table td {
	border: none 0;
}
.eat_menu .table table td {
	text-align: left;
}
.eat_menu .table table td ul li {
	float: left;
	margin-right: 1em;
	list-style: inside url(../img/icon02.gif);
}
.eating_box {
	clear: both;
	margin: 0px 0px 20px 0px;
	_margin: 0px 0px 10px 0px;
	text-align: left;
}
.eating_box:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
.eating_inner_l {
	width: 32%;
	float: left;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding: 14px 0px 14px 0px;
}
.eating_inner_r {
	width: 32%;
	float: left;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
}
.eating_bt {
	clear: both;
	width: 32%;
	margin: 0px 0px 20px 0px;
	_margin: 0px 0px 10px 0px;
}
.eating_bt img {
	margin: 0px 0px 0px 0px;
}
.eating_img {
	width: 200px;
	float: left;
	margin: 0px 10px 20px 0px;
}
.eating_img p {
	width: 200px;
	margin: 0px 0px 0px 0px;
}
.eating_tx {
	width: 340px;
	float: left;
	margin: 0px 0px 20px 0px;
}
.eating_tx p {
	width: 340px;
	margin: 0px 0px 0px 0px;
}
.eating_img_s {
	width: 230px;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.eating_img_s p {
	width: 230px;
	margin: 0px 0px 0px 0px;
}
.eating_img_s_r {
	width: 230px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.eating_img_s_r p {
	margin: 0px 0px 0px 0px;
}
.eating_img_box {
	/*width: 170px;*/
	min-height: 148px;
	vertical-align: bottom;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
/* 元梅田CSS */

/*.main_box h3 {
	margin: 24px 0px 20px 0px;
}
.main_box h4 {
	margin: 14px 0px 20px 0px;
}*/
/*.main_box h4.restran {
	margin: 14px 0px 10px 0px;
}*/
.main_box h5 {
	font-size: 1.0em;
}
.tl_sub {
	clear: both;
	margin: 0px 0px 10px 0px;
}
.main_tx {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
.main_tx p {
	margin: 0px 0px 0px 0px;
}
.main_tx_l {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: dashed 1px #cccccc;
}
.main_tx_l p {
	margin: 0px 0px 0px 0px;
}
.main_tx_l:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#box_conleft .fs14 {
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: solid #e5e5e5 1px;
	font-size: large;
	font-weight: normal;
}
.img_mgn_t20 {
	margin: 20px 0px 0px 0px;
	margin-top: 20px;
}
/*\*/
* html .main_tx_l {
	height: 1em;
}
.main_tx_l {
	display: block;
}

.ic span {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 2px;
    margin-bottom: 10px;
	line-height: 1;
	padding: 5px 10px;
}
.ic span.col01 {
	background: #e97727;
}
.ic span.col02 {
	background: #3b518a;
}
.order .price {
    text-align: right;
    font-weight: 600;
    font-size: 1.2rem;
    color: #c82525;
    margin-bottom: 10px;
}
.eat_box h5 span {
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 2px solid #ddcbb0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #222;
}
.eat_box h5 {
    font-weight: 800;
    font-size: 0.7rem;
    color: #9c886d;
    display: inline-block;
}
@media screen and (max-width:640px) {
.eat_box .eat_img {
	margin-bottom: 0.5em;
}
.eat_box .eat_img,  .eat_menu {
	float: none;
	width: 100%;
}
.eating_img_s p,  .eating_img_s,  .eating_img_s_r,  .eating_img_box {
	width: 100%;
}
#box_conleft .fs14 {
	font-size: 1.5em;
}
#box_conleft .fs14 br {
	display: none;
}
	.tl_sub {
    clear: both;
    margin: 30px 0px 10px 0px;
}
}
</pre></body></html>