@charset "utf-8";



/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*全体の設定
--------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	border-top: 8px solid #8d7654;
	background-image: url(../img/bg_topimg.png);
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}


a {
	color: #666;
}
a:hover {
	color: #665e4a;
	text-decoration: none;
}



/*メインコンテンツ
--------------------------------------------*/
#wap {
	width: 769px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
--------------------------------------------*/

#header {
	width: 750px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*ロゴ*/
.logo {
	position: absolute;
	left:5px;
	top: 5px;
}


/*トップページ　メイン画像
--------------------------------------------*/

#mainimg {
	width:100%;
	/*background-image: url(../img/bg_top_img.png);*/
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	-moz-background-size:contain;
	background-size:contain;
		text-align:center;
}


.mimage {
	width: 640px;
	height:auto;
/*	height: 364px;*/
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
}


.pickupimage {
	float:left;
	width: 50%;
	margin:0 12px 12px 0;
}

.border_line {
	border: #CCC 1px solid;
	padding: 10px;
	text-align: center;
}


/*メインコンテンツ
--------------------------------------------*/
#main {
	clear:both;
	width: 750px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#main p {
	line-height:140%;
	padding: 0.5em 0px 15px;
	color: #64462e;
}
.osusume {
	font-size:24px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 64px;	/*ブロックの高さ*/
	background-image: url(../img/bg_s_globalnavi.png);
	background-repeat: repeat-x;
}
nav#menu ul {
	width: 750px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	font-size:18px;
	list-style-type: none;
	float: left;
	width: 186px;	/*メニュー幅*/
	border-right: 1px solid #524d3f;
	text-align: center;	
}
nav#menu ul li a {
	padding-top: 16px;
	font-size:15px;
	line-height: 42px;
	color: #FFF;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #524d3f;
}

/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #087ec3;	/*背景色*/
}


/*main h2 見出し*/
#main h2 {
/*	width:100%;*/
width:inherit;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background: #efb765;
	margin: 40px 0 20px 0;
	padding: 6px 8px 5px;
	display: block;
}

/*main h3 見出し*/
#main h3 {
/*	width:95%;*/
	width:auto;
	background-color: #efb765;
	font-size: 100%;
	color: #fff;
	padding: 5px 15px 2px;
		margin-bottom:20px;
	clear: both;
	border-left: 3px solid #5e3e1d;
}

.bgcate {
		width:auto;
	font-size: 100%;
	color: #5e3e1d;
	padding: 5px 15px 2px;
	margin-top:12px;
	margin-bottom:4px;
	clear: both;
	border-left: 5px solid #efb765;
}

/*main h4 見出し*/
h4{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}
 
h4:before{
    content: "";
    position: absolute;
    background: #d4b687;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h4:after{
    content: "";
    position: absolute;
    background:#e3d1af;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

/*文中 小見出し*/
.menumd {
	margin-top:12px;
	font-size:15px;
	font-weight:bold;
	color:#64462e;
}

.menumd_h {
	margin-top:12px;
	font-size:13px;
	font-weight:bold;
	color:#64462e;
}

.price {
	font-size:14px;
	color:#333333;
}
.menubody {
	  margin: 0px 0 20px 12px;
	  font-size:12px;
}

/*横浜閉店のお知らせ
2015 5/19 追加　*/

.spInfoWaku {
	width:98%;
	margin: 20px 0 32px 0;
	background-color:#f7f9d4;
	font-size:13px;
	line-height:160%;
	padding:8px;
}

.spInfoWakuMD {
	width:94%;
	background-color:  #5e3e1d;
	font-size: 100%;
	color: #fff;
	padding: 5px 15px 4px 6px;
	margin-bottom:10px;
	clear: both;
}




/*PAGE TOPへ　設定
--------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #8a7853;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
}

#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*フッター
--------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px;
	color: #FFF;
	background: #716a57;
}

.add {
	font-size:10px;
	line-height:120%;
}

footer .copy {
	display: block;
	font-size: 60%;
}
.footer_tel {
	display: block;
	font-size: 100%;
}

footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}





/*その他
--------------------------------------------*/
.clear {
	clear: both;
}

.color1 {
	color: #f61468;
}
/*画面の横幅が769px以上のスタイルここまで*/

}


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*全体の設定
--------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../img/bg_sp_img.png);
/*	background-color: #FFF;*/
	border-top: 8px solid #8d7654;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}


a {
	color: #666;
}
a:hover {
	color: #665e4a;
	text-decoration: none;
}

#wap{
width:96%;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
--------------------------------------------*/

#header {
	height:70px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.headset {
	width:94%;
	height:auto;
}

/*ロゴ*/
.logo {
	width:94%;
	position: absolute;
	left:5px;
	top: 5px;
}


/*トップページ　メイン画像
--------------------------------------------*/

#mainimg {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	-moz-background-size:contain;
	background-size:contain;
		text-align:center;
}
.mimage {
	width: 90%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

.pickupimage {
	float:left;
	width: 50%;
	margin:0 12px 12px 0;
}

/*上部のメインメニュー
-----------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin-right: 2px;
	margin-left: 2px;
	background-image:url(../img/bg_navi.png);
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 40px;	/*ブロックの高さ*/
	background-color: #efb765;	/*背景色（古いブラウザだとこの色）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#46433d), to(#403b2e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#b7b3aa, #716a57 49%, #403b2e 50%);	/*同上*/
	background-image: linear-gradient(#b7b3aa, #716a57 49%, #403b2e 50%);			/*同上*/
	margin-bottom: 12px;
}
nav#menu ul {
	width: 100%;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	font-size:18px;
	list-style-type: none;
	float: left;
	width: 24%;	/*メニュー幅*/
	border-right: 1px solid #524d3f;
	text-align: center;	
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	font-size:12px;
	line-height: 20px;
	padding-top: 12px;
	color: #FFF;	/*文字色*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	margin-left:4px;
	border-left: 1px solid #524d3f;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #524d3f;	/*背景色*/
}

/*main h2 見出し*/
#main h2 {
		width:auto;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background: #efb765;
	margin: 40px 0 20px 0;
	padding: 6px 8px 5px;
	display: block;
}

/*main 見出しh3*/
#main h3 {
		width:auto;
	background-color: #efb765;
	font-size: 100%;
	color: #fff;
	padding: 5px 15px 2px;
	margin-bottom:20px;
	clear: both;
	border-left: 3px solid #5e3e1d;
}

.bgcate {
		width:auto;
	font-size: 100%;
	color: #5e3e1d;
	padding: 5px 15px 2px;
	margin-bottom:4px;
	clear: both;
	border-left: 5px solid #efb765;
}

h4{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #a39971;
}
 
h4:before{
    content: "";
    position: absolute;
    background: #d4b687;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h4:after{
    content: "";
    position: absolute;
    background:#e3d1af;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.menumd {
	margin-top:12px;
	font-size:14px;
	font-weight:bold;
	color:#903;
}
.price {
	font-size:14px;
	color:#333333;
}
.menubody {
	  margin: 0px 0 20px 12px;
	  font-size:12px;
}

.osusume {
	font-size:18px;
	color:#990000;
	font-weight:bold;
}



.border_line {
	border: #CCC 1px solid;
	padding: 10px;
	/*text-align: center;*/
}

.spInfoWaku {
	width:95%;
	margin: 0 0 32px 0;
	background-color:#f7f9d4;
	font-size:13px;
	line-height:160%;
	padding:8px;
}

.spInfoWakuMD {
	width:94%;
	background-color:  #5e3e1d;
	font-size: 100%;
	color: #fff;
	padding: 5px 15px 4px 6px;
	margin-bottom:10px;
	clear: both;
}

footer {
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px;
	color: #FFF;
	background: #716a57;
}

.add {
	font-size:10px;
	line-height:120%;
}

footer .copy {
	display: block;
	font-size: 60%;
}
.footer_tel {
	display: block;
	font-size: 100%;
}

footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}


.b_bnn {
	width:100%;
}

/*その他
--------------------------------------------*/
.clear {
	clear: both;
}

.color1 {
	color: #f61468;
}
/*画面の横幅が768pxまでのスタイルここまで*/
}

