@charset "utf-8";
@media only screen and (max-width: 599px) {
/*------------------------------------------------------------
	お品書きページ
------------------------------------------------------------*/
#gHeader .comWrap {
	height: 66px;
	background-image: url(../img/menus/page_title_bg.jpg);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/menus/page_title_bg.jpg',  sizingMethod='scale');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#gHeader .comWrap h1{
	display: none;
}

#gNavi .menus a {
	background-color: #BA272D;
}

#gNavi .menus a:before {
	width: 100%;
	height: 14px;
	position: absolute;
	background: url(../../img/common/icon06.png) no-repeat left top;
	background-size: 100% 14px;
	top: 100%;
	left: 0;
	content: " ";
}

#main .wrap {
	background-image: url(../img/menus/main_bg.jpg);
}

#main .comCenterTxt {
	display: block;
	width: 93%;
	margin: 16px auto;
	font-size: 14px;
	font-weight: 400;
}

#main .linkBox {
	margin: 0 auto 35px;
	width: 90%;
	overflow: hidden;
}

#main .linkBox .linkList {
	margin: 0 auto;
}

#main .linkBox .linkList li {
	float: left;
	width: 32%;
	margin: 5px 2% 5px auto;
}
#main .linkBox .linkList li:nth-child(3n){
	float: right;
	margin-right: 0;
}

#main .linkBox .linkList li a {
	padding: 8px 0 18px;
	position: relative;
	display: block;
	color: #BA272D;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(../js/pie.htc);
	border: 1px solid #ECB775;
	background: url(../img/menus/bg01.jpg) repeat-x left top;
	background-size: auto 100%;
}

#main .linkBox .linkList li a:before {
	margin-left: -6px;
	width: 12px;
	height: 6px;
	position: absolute;
	background: url(../img/common/icon10.png) no-repeat left top;
	bottom: 10px;
	left: 50%;
	content: " ";
}

#main .linkBox .linkList li a:hover {
	color: #FFF;
	border-color: #BA272D;
	background-image: url(../img/menus/bg02.jpg);
}

#main .linkBox .linkList li a:hover:before {
	background-image: url(../img/common/icon10_on.png);
	background-size: 12px 6px;
}

/*------------------------------------------------------------
	刺身の部分
------------------------------------------------------------*/
.sasimi{
	width: 96%;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
}
.sasimi h3{
	padding-bottom: 0!important;
}
.sasimi_inner_bg{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 1%;
	overflow: hidden;
	background-color: #0A0726;
}
.sasimi_inner{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 3% 10%;
	overflow: hidden;
	border: 1px solid #fff;
}
.sasimi_photo{
	display: block;
	width: 100%;
	height: auto;
	margin: 30px auto 10px;
	position: relative;
}
.sasimi_inner .img01{
	display: block;
	width: 80px;
	height: auto;
	position: absolute;
	top: -30px;
	left: -20px;
}
.sasimi_inner .img02{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.sasimi_inner p{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	letter-spacing: 1px;
}
.sasimi_inner .sasimi_photo02{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sasimi_inner .sasimi_photo02 p{
	list-style: none;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
}

/*ーーーーーーーーーー
メニューメイン部分
ーーーーーーーーーー*/
#main .h3Ttl {
	padding: 29px 0 20px;
	color: #BA272D;
	font-size: 39px;
	line-height: 1.3;
	text-align: center;
	background: url(../img/menus/bg03.png) no-repeat center top;
}

#main .h3Ttl .comCenterTxt {
	display: block;
	color: #000;
}

#main .picList {
	width: 96%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#main .picList li {
	float: left;
	width: 48%;
	margin: 5px auto;
}

#main ul.picList li img{
	width: 100%;
	height: auto;
}

#main .picList li:nth-child(2n){
	float: right;
}

#main .picList li a {
	min-height: 247px;
	display: block;
	text-decoration: none;
}

#main .picList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .picList li span {
	display: block;
}

#main .picList li p.takeout{
	display: block;
	width: 120px;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	color: red;
}

#main .picList li .text {
	margin: 14px 0 2px;
	font-size: 13px;
}

#main .picList li .price {
	font-size: 13px;
	text-align: right;
}

#main .sec01 {
	/*margin-bottom: 50px;*/
	margin-bottom: 30px;
}

#main .sec02 {
	/*margin-bottom: 51px;*/
	margin-bottom: 30px;
}

#main .sec03 {
	/*margin-bottom: 60px;*/
	margin-bottom: 30px;
}

#main .sec04 {
	/*margin-bottom: 60px;*/
	margin-bottom: 30px;
}

#main .sec05 {
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
}

#main .sec05 .listBox .lBox {
	width: 90%;
	margin: 0 auto;
}

#main .sec05 .listBox .rBox {
	width: 90%;
	margin: 0 auto;
}

#main .sec05 .listBox .ttl {
	margin-bottom: 13px;
	padding-left: 25px;
	font-size: 20px;
	background: url(../img/common/icon09.png) no-repeat left 5px;
}

#main .sec05 .listBox .txtList {
	margin-bottom: 40px;
}

#main .sec05 .listBox .txtList li {
	margin-bottom: 20px;
}

#main .sec05 .listBox .txtList .none {
	margin-bottom: 0;
}

#main .sec05 .listBox .txtList li span {
	display: block;
	font-size: 13px;
}

#main .sec05 .listBox .txtList li .text {
	width: auto;
	float: left;
}

#main .sec05 .listBox .txtList li .price {
	width: auto;
	float: right;
}

#main .sec07,
#main .sec08,
#main .sec09,
#main .sec10 {
	margin-bottom: 30px;
}

.comContactBox{
	display: none;
}

.pc_none.to_contact{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.pc_none.to_contact img{
	width: 100%;
}


/*------------------------------------------------------------
	写真なしメニュー部分
------------------------------------------------------------*/
h4.other_menu_title{
	width: 93%;
	height: auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	margin: 20px auto 0;
	padding: 1%;
	color: #fff;
	background-color: #BA272D;
	border: 1px solid #BA272D;
	text-align: center;
}
div.other_menu{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 20px;
	overflow: hidden;
	border: 1px solid #aaa;
	border-top: 0;
}
div.other_menu ul{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
div.other_menu ul li{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 2% 1%;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
div.other_menu ul li span{
	font-size: 13px;
}
div.other_menu ul li span.menu_name{
	display: block;
	float: left;
}
div.other_menu ul li span.menu_price{
	display: block;
	float: right;
}

/*------------------------------------------------------------
	お食事
------------------------------------------------------------*/
div.other_menu_etc{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 20px;
	overflow: hidden;
	border: 1px solid #aaa;
	border-top: 0;
}
div.other_menu_etc ul{
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
div.other_menu_etc ul li{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 2% 1%;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
div.other_menu_etc ul li span{
	font-size: 13px;
}
div.other_menu_etc span.menu_name{
	display: block;
	float: left;
}
div.other_menu_etc span.menu_price{
	display: block;
	float: right;
}

div.other_menu_etc_inner{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}
div.other_menu_etc_inner h5{
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
}
div.other_menu_etc_inner p{
	display: block;
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
}
div.other_menu_etc_inner ul{
	width: 100%;
	height: auto;
}
div.other_menu_etc_inner ul li{
	width: 100%;
	height: auto;
}
div.other_menu ul li .takeout{
	color: red;
}

/*------------------------------------------------------------
	メニューpdf観覧部分
------------------------------------------------------------*/
div.menu_pdf{
	width: 90%;
	height: auto;
	margin: 30px auto 50px;
}
div.menu_pdf a{
	display: block;
	width: 100%;
	height: auto;
}
div.menu_pdf a img{
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	追加コンテンツ季節のおすすめ部分
------------------------------------------------------------*/
.season_bg{
	width: 90%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/menus/season_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.season_bg img#season_title{
	display: block;
	width: 65%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: -2%;
	left: 17.5%;
}
.season{
	width: 94%;
	height: auto;
	margin: 0 auto;
	padding: 10% 3% 3%;
	overflow: hidden;
}
.season .season_inner{
	width: 98%;
	height: auto;
	margin: 10px auto;
	padding: 1%;
	background-color: #fff;
	overflow: hidden;
}
.season .season_inner img{
	display: block;
	float: left;
	width: 45%;
	height: auto;
	margin-right: 3%;
}

.season .season_inner p.name{
	display: block;
	float: left;
	width: 50%;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 400;
}
.season .season_inner p.name span.price{
	display: inline-block;
	text-indent: 6.5px;
	margin-left: -6.5px!important;
}


/*季節のメニュー仕様変更追加分*/
.season .season_inner2{
	width: 90%;
	height: auto;
	margin: 10px auto;
	padding: 2%;
	background-color: #fff;
}
.season .season_inner2 img{
	width: 100%;
	height: auto;
}
.season .season_inner2 a{
	display: block;
	width: 98%;
	margin: 10px auto 0;
	padding: 0 1%;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background-color: #BA272D;
}



}