@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/red_green_border.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 90%;
	color: #000;
	}
	
	
h1,h2,h3{margin:0px;
	padding:0px;
	text-align:center;}


img{
	border:0px;
	}

	
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);}	
	
img{vertical-align:middle}
img { max-width : 100%;
border:0}

@viewport{
	width:device-width;
	zoom:1.0;
	user-zoom:zoom}
	
		
	
/*　　ヘッダーＣＳＳ　　*/	
	
div.headr_area{
	width:100%;
	margin-top:15px;
}

div#headr_box{
	width:1024px;
	margin-left:auto;
	margin-right:auto;}

div.haeadr_logo{
	width:45%;
	float:left;}
	
div#header_tel{
	width:45%;
	float:right;
	margin-top:15px;}	
	
	
strong.tel_red{
	font-size: 130%;
	color: #F00;
}
	
	
/*　　トップメイン画像ＣＳＳ　　*/	
div.main_area{
	width: 100%;
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#main_box{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


div.main_border{
	background-image:url(../img/red_green_border.png);
	background-repeat:repeat-x;
	width:100%;
	height:13px;
	float:left;
	clear:both;
	min-width:1024px;}

p.takeaout_text{
	width: 1024px;
	clear: both;
	overflow: hidden;
}


/*　　ヘッダーナビＣＳＳ　　*/
div.navi_area{
	width:100%;
	float:left;
	clear:both;
	margin-top:10px;
	padding:0px;}
	
	
div#navi_box{
	width: 1024px;
	height: 71px;
	background-image: url(../img/head_navi_bk.png);
	background-repeat:no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.navi{
	padding:0px;
	margin-left:25px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	list-style:none;}


ul.navi li{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;}	
	
	
	
	
	/*　　　追加　　*/
	
.navi li
{
	float: left;
	position: relative;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9;*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin:0px;	
}
 
.navi a 
{
	float: left;
	height: 57px;
	/*padding: 0 25px;*/
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-size: 14px;
	/*font-weight: bold;*/
}
 
.navi li:hover > a
{
	color: #0033FF;
}
 
*html .navi li a:hover /* IE6 */
{
    color: #fafafa;
}
 
.navi li:hover > ul
{
    display: block;
}
 
/* Sub-menu */
 
.navi ul
{
	list-style: none;
	margin-top: 20px;
	padding: 0;
	width:120px;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(top, #444, #111);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #393;
	background-position: left bottom;
}
 
.navi ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
 
.navi ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
.navi ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
 
*html .navi ul a /* IE6 */
{
    height: 10px;
    width: 180px;
}
 
*:first-child+html .navi ul a /* IE7 */
{
    height: 10px;
    width: 180px;
}
 
.navi ul a:hover
{
    background: #0186ba;
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#04acec', endColorstr='#0186ba'); /* IE */
}
 
.navi ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
 
.navi ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
 
.navi ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}
 
.navi ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
 
/* Clear floated elements */
.navi:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html .navi             { zoom: 1; } /* IE6 */
*:first-child+html .navi { zoom: 1; } /* IE7 */	
	
	
	
	
	
	
	
	/*フッダー*/
div.footer{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-image: url(../img/food_border.jpg);
	background-repeat: repeat-x;
	min-width: 1024px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}		
	
#footer_area{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
}

div.footer_logo{
	float:left;}
	

ul.footer_link{
	margin-left:3px;
	padding:0px;
	float:left;
	list-style:none;
}


.footer_link li{
	float:left;
	margin-left:30px;
	padding:0px;
	list-style:none;}
	
	
.copy{
	float:right;
}



/*パンくず*/


div.pan_area{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}


#pan_box{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}


/*----------　その他コンテンツＣＳＳ　-----------　　*/
div.contentu{
	width:100%;
		height:auto;
	float:left;
	clear:both;
	padding:0px;
	margin-top:10px;
	margin-bottom:20px;}
	
	
#contentu_area{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;}
	
	
#contentu_area_news{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;}
	
	
#contentu_area_news h3{
	text-align: left;
	padding: 0px;
	font-size: 110%;
	color: #F00;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
	
		
p.text{
	margin:10px;
	padding:0px;
	float:left;
	clear:both;}
				
	

p.link{
	margin:10px;
	padding:0px;
	float:right;
	clear:both;
	width:100%;}
	
	
	
	/*+++++++　メニューＣＳＳ　++++++++*/


div.menu_se_boxt{
	background-color: #FFF;
	float: left;
	clear: both;
	margin: 10px;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

div.menu_text_green{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #090;
	font-size: 110%;
	font-weight: bold;
}

dl.menu_area{
	width:100%;
	/*min-width:950px;*/
	float:left;
	clear:both;
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;}
	
.menu_area dt{
	width:65%;
	float:left;
}


.menu_area dd{
	width:25%;
	float:left;}
	
.foot_menu_link{
	clear:both;
	float:left;
	width:100%;
	margin-top:20px;
	margin-left:20%;
	font-size:100%;}	
	
		
	
	
strong.pasta_tit{
	float: left;
	margin: 0px;
	color: #00F;
	}	
	
	/* +++++++　 店舗情報CSS 　++++++++ */

	
h4.shop{
	background-image:url(../contentu/img/shop_tenpo_bk.png);
	background-repeat:no-repeat;
	width:930px;
	height:54px;
	font-size:120%;
	padding-left:50px;
	padding-top:15px;
	margin-left:10px;
	float:left;
	clear:both;}
	
dl.shop{
	width:100%;
	min-width:950px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
		margin-left:30px;
		clear:both;
}

	
.shop dt{
	float: left;
	width: 60%;
	line-height: 2em;
}


.shop dd{
	width:30%;
	float:left;
	margin-left:5%;}
	
	
	
	/*　　　こだわり　　*/
	
	
div.kodawari_pic001{
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:20px;}
	
p.kodawari_text{
	float:left;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:30px;
	width:93%;}

dl.kodawari_box{
	float:left;
	clear:both;
	width:100%;
	min-width:960px;
		margin-left:40px;
}
	
dt.kodawari_left{
	width:40%;
	float:left;
	margin-top:10px;
	}
	
dd.kodawari_right{
	float:left;
	width:53%;
	margin-left:10px;}	
	
	/*　　プラン　　*/
	
	
dl.plan_box{
	width:100%;
	min-width:930px;
	float:left;
	clear:both;
	margin-left:40px;}
	
dt.plan_left{
	width:60%;
	float:left;
	margin-top:10px;}	
	
	
dd.plan_right{
	width:35%;
	float:left;
	margin-left:20px;}
	
		
p.red{
	color:#F00;}	
	
	
div.plansuvbox{
	border: 1px solid #CCC;
	padding: 10px;
	float:left;
}

div.coupon_btn{
	float:left;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;}


div.plan_yoyaku{
	float:left;
	clear:both;
	margin-left:40px;
	margin-top:40px;
	margin-bottom:40px;}		
	
	
	
　　
/*　　　新規CSS　　*/

.menu_tit_borderred{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	
}



#top_news{
	text-align:left; 
	font-size:120%; 
	color:#F00; 
	margin-left:35px; 
	margin-bottom:20px;
}

#top_news a{
	color:#F00;
}


.top_news_colona{
	font-size: 180%;
	text-align: left;
	color: #ff0000;
}