@charset "utf-8";
/* CSS Document */

/* インデックス　スタイル*/
.ml-3{margin-left:3%;}
.mb-1{margin-bottom:1%;}
.mb-3{margin-bottom:3%;}



#maincontent {width: 800px;}

#menutab {
	width: 780px;
	margin: 10px 0 0 15px;
}

#menu {
	width: 800px;
	/*margin-top: 20px;*/
}

.menu{position:relative; max-width:240px;}
.cap{position:relative; z-index:9999;}
.ramen{display:block; position:relative; top:-20px; z-index:1; margin-bottom:-40px;}
.ramen2{display:block; position:relative; top:-45px; z-index:1; margin-bottom:-100px;}
.logo{position:relative; z-index:5000; margin:5px auto 10px; display: block;}

#menu {
	width: 770px;
	padding: 20px;
	box-sizing:border-box;
	/*margin: 15px auto;*/
	background:
	/*
	linear-gradient( 0deg, rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 9), rgba(0, 0, 0, 1) , rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0,0.9), rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.0)),
	url(index_images/back.png),
	linear-gradient(to bottom right, #6D2C05, #E6B400); */
	linear-gradient( 0deg, rgba(125, 36, 6, 0.0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 9), rgba(0, 0, 0, 1) , rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0,0.9), rgba(0, 0, 0, 0.8), rgba(219, 69, 6, 0.0)),url(images_multi/241002/bg.jpg),#EA5513;

}

.kids_menu{
	width:700px;
	box-sizing:border-box;
	background-image: url(index_images/bg_okosama.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding:20px 30px 40px;
}

div.kids-master{margin-top:-10px; position:relative; z-index:500;}
div.kids-master img{display:block; float:left;}
div.kids-master a{display:block; text-align:left; position:relative; top:16px; left:10px; color:#000;}

.topping{
	box-sizing:border-box;
	padding: 20px 0;
	margin:15px auto 0px;
	text-align:center;
}

.attention{font-size:11px; width:750px; margin:0 auto; color:#fff;}
.allergen_center_link{
	margin:15px auto;
	text-align:center;
}

.allergen_center_link a{
	padding-left:13px;
	background:url(images/listmark.gif) no-repeat left center;
	font-size:12px;
	color:#071045;
	text-decoration: underline;
}

.allergen_center_link a:visited {
	color: #999999;
	text-decoration: underline;}

.allergen_center_link a:hover {
	color: #ff5c00;
	text-decoration: none;}


.takeout_link{
	margin:5px;
	text-align:left;
}

.takeout_link a{
	padding-left:13px;
	background:url(images/listmark.gif) no-repeat left center;
	font-size:12px;
	color:#071045;
	text-decoration: underline;
}

.takeout_link a:visited {
	color: #999999;
	text-decoration: underline;}

.takeout_link a:hover {
	color: #ff5c00;
	text-decoration: none;}


/* 読み込みメニュー*/
#listmenu {
	width: 680px;
	margin:0 0 20px 80px;
}

#listmenu ul {
	list-style: none;
	font-size: 12px;
	line-height: 1.6em;
}

#listmenu li {
	margin-right: 30px;
	display:inline;
	float: left;
}

#listmenu img {
	margin-right: 5px;
}

#listmenu a:link {
	color:#071045;
	text-decoration: underline;
}

#listmenu a:visited {
	color: #999999;
	text-decoration: underline;
}

#listmenu a:hover {
	color: #ff5c00;
	text-decoration: none;

}


.footer_navi_list_01 > h3,
.footer_navi_list_02 > h3,
.footer_navi_list_03 > h3 {
	padding-bottom:0;
}


.txt3 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	text-decoration:none;
	background-color:rgba(49,27,9,0.6);
	margin:0 10px 10px 10px;
	padding:2px;"

}
.txt3 > a:link,
.txt3 > a:visited {
	font-size: 12px;
	color: #fff;
	line-height: 1.3em;
	text-decoration:underline;
}
.txt3 > a:hover {
	font-size: 12px;
	color: #fff;
	line-height: 1.3em;
	text-decoration:none;
}

.menu_waku a > img  {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	}
	.menu_waku a:hover > img  {
		-webkit-transform: scale( 1.06 );
		-moz-transform: scale( 1.06 );
		 -ms-transform: scale( 1.06 );
		 opacity:1;
			filter: alpha(opacity=100);
			-ms-filter: "alpha( opacity=100 )";
	}
