@media only screen and (min-width: 769px){

/***  全体的な設定  ***/

body {
font-size: 0.8em;
margin: 0px;
padding: 0px;

*font-size: small;
*font: x-small;
background-color: #FFFFFF;
font-family: 'メイリオ', Meiryo,  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
color: #333333;
/*text-align: center;*/
background-image: url(images/bg1.gif);

}
p, ul, ol, dl, address, blockquote, table, div, input, select, form, h1, h2, h3, h4, h5 {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}

/***  リンク  ***/
a:visited {
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #660033;
	position: relative;
	top: 1px;
	left: 1px;
	overflow: hidden;
}

/*** 半透明ボタン ***/
a:hover img {
filter:alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
}



/***  ヘッダーとフッター ***/
h1#header {
	font-size: 10px;
	color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
h2#footer_summary {
	font-size: 10px;
	color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: normal;
	float: left;
	width: 673px;
}

#footer {
width:790px;
margin: 0px;
text-align: left;
padding: 15px 5px 5px 5px;
background:url(images/bg_gp.jpg) repeat-x,#decbde;
/*height: 76px;*/
}

#u_footer{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#footer_copy{
	text-align:left;
}

/***  外枠  ***/
#container {
background-image:url(images/bg3.gif);
background-repeat:repeat-y;
background-position:left top;
  line-height: 1.5;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
  overflow: hidden;
	background-color:#FFFFFF;
  clear: both;
}




/*看板部分の設定-----------------------------------------*/

.box_fascia_top {
width: 798px;
height: 294px;
background-image:url(images/fascia_back2.jpg);
background-repeat:no-repeat;
margin: 0px;
}

/****ドロップシャドウ***/
.effect1{
/*
    -webkit-box-shadow: 0 2px 1px 0px #999;
       -moz-box-shadow: 0 2px 1px 0px #999;
            box-shadow: 0 2px 1px 0px #999;
*/
width: 798px;
height: 6px;
background-image:url(images/kan_uline.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.fascia_catch{
 padding: 10px 10px 10px 390px;
}

.box_info {
width: 798px;
height: 125px;
background-image:url(images/info/kan1.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.effect_info{
width: 798px;
height: 6px;
background-image:url(images/info/kan2.jpg);
background-repeat:no-repeat;
margin: 0px;
}


.box_recomm {
width: 798px;
height: 125px;
background-image:url(images/recommend/kan1.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.effect_recomm{
width: 798px;
height: 6px;
background-image:url(images/recommend/kan2.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.box_menu {
width: 798px;
height: 125px;
background-image:url(images/menu/kan1.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.effect_menu{
width: 798px;
height: 6px;
background-image:url(images/menu/kan2.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.box_access {
width: 798px;
height: 125px;
background-image:url(images/access/kan1.jpg);
background-repeat:no-repeat;
margin: 0px;
}

.effect_access{
width: 798px;
height: 6px;
background-image:url(images/access/kan2.jpg);
background-repeat:no-repeat;
margin: 0px;
}

a:link.top_logo{
  display:block;
  width:330px;
  height:82px;
  background-image:url(images/logo.png);
  text-indent:-10000px;
  list-style:none;
}
a:hover.top_logo{
  display:block;
  width:330px;
  height:82px;
  background-image:url(images/logo_r.png);
  text-indent:-10000px;
  list-style:none;
}

box_shiki{

}

/*** 本文 ***/

#main {
width: 568px;
float: right;
margin: 0px;
text-align: left;

}

#main #contents {
	margin: 10px 7px 0px 18px;
}


#side {
width:221px;
float: right;
margin: 0px;
text-align: left;
padding: 10px 5px 10px 4px;
}


#side a:hover{
top: 1px;
left: 0px;
}

#side #inner{

}

/***  背景  ***/

.bg_info {
	background-image: url(images/info/bg_info.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_recomm {
	background-image: url(images/recommend/bg_recomm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_menu {
	background-image: url(images/menu/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_access {
	background-image: url(images/access/bg_access.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*****テーブル****/
table {
border-collapse: collapse;
width: 95%;
line-height: normal;
margin-left: 10px;
margin-right: auto;
}

td,th{
padding: 5px;
vertical-align: middle;
text-align:left;
border-bottom: 1px solid #996699;
font-weight:normal;
}

th.t1,td.t1 {
border-top: 1px solid #996699;
}

th.t2 {
white-space: nowrap;
font-weight: bold;
vertical-align: top;
padding-right: 15px;
}

/***  回り込み  ***/
.float_r {
	line-height: normal;
	float: right;
	padding-left: 10px;
}

.float_l10r{
	float: left;
	padding-right: 10px;
}

.float_l{
	float: left;
}

.float_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.float_info p{
	padding: 5px;
	text-align: center;
}


/***  枠  ***/

/*背景柄有りのピンクのボックス*/
.box1 {
	background-image: url(images/bg_p.jpg);
	border: 1px solid #999999;
	margin: 0px 5px;
	font-size: 11px;
	color: #666666;
	padding: 0px 0px 0px 3px;
}

/*QRコードの下の部分*/
.box2 {
	padding: 5px 0px 5px 20px;
	background-image:url(images/QRcode_u.gif);
	background-position: 5px 0px;
	background-repeat:no-repeat;
	width: 195px;
	height: 115px;
}

/*フッター右寄せ文字部分*/
.box3 {
	line-height: 1.2em;
	/*text-align:right;*/
	padding-bottom: 20px;
}

/*新着情報ボックス（中が黄色い）*/
.box4 {
	border: 1px solid #996699;
	background-color: #FFCC66;
	padding: 7px;
}
.box4 .contents{
	width: 400px;
	float: left;
}

/*メニュータイトルの背景*/
.box5 {
	background-image: url(images/bg_p.jpg);
	border: 1px solid #999999;
	font-size: 1.1em;
	color: #660033;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}

/*おすすめ料理のボックス*/
.box6 {
	border: 1px solid #996699;
	padding: 7px 7px 7px 7px;
}
.box6 .contents{
	width: 235px;
	float: left;
}
.box6 .picture{
	float: left;
	padding-right: 10px;
}

/*お品書きの金額表示*/
.box7{
float: right;
text-align: right;
margin: 0px 20px 0px 0px;
}
.box8{
float: left;
text-align: left;
width: 50%;
}


/*アクセス地図の枠*/
.box9{
border: 1px solid #996699;
margin: 0px 0px 0px 5px;
}


/***  余白  ***/
.margin_l5 {
	margin-left: 5px;
}
.margin_l3 {
	margin-left: 3px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_t5 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_b10 {
	margin-bottom: 10px;
}


/***  フォント  ***/
.point {
	/*font-size: 12px;*/
	color: #660033;
}
.font_bb {
	font-size: 1.1em;
	font-weight: bold;
}
.font_rb {
	color: #FF0000;
	font-size: 1.1em;
	font-weight: bold;
}
.font_rbb {
	font-size: 1.1em;
	font-weight: bold;
	color: #660033;
}
.font_r {
	color: #660033;
}
.font_s {
	font-size: 0.8em;
	color: #999999;
}


/***  ライン高  ***/
.line_n {
	line-height: normal;
}

/***  インデント  ***/
.ind_1em {
	padding-left: 1em;
}
.ind_b1em {
	padding-left: 1em;
	text-indent: -1em;
}


/***  下線  ***/
.t_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996699;
}

/* clear  ---------------------------------------------------------------- */
#dd:after,
#container:after,
.box_facia_top:after,
.box1:after,
.box3:after,
.box4:after,
.box6:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
overflow: hidden;
}

.clear {
   clear : both;  
}

.clear2 {
   clear : both;
   content : "";
   height : 0px;
overflow: hidden;

}
.clear3 {
   clear : both;
height: 10px;
overflow: hidden;
}

/*　改行制御--------------------------------------------------------------*/

br.pc_no_wrap {
	display: none;
}


/* スマホ用メニュー--------------------------------------------------------*/

ul.slimmenu li{
display:none;
}

.menu-collapser {
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


}