@charset "UTF-8";
/* CSS Document */
/* img link mouseover */
	a.mouseOver:hover img{
		filter: alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
		}
/*-----------------------------------------------------
	行間・文字間隔
-------------------------------------------------------*/
.lh120	{	line-height:120%;	}
.lh130	{	line-height:130%;	}
.lh150	{	line-height:150%;	}
.lh160	{	line-height:160%;	}
.lh180	{	line-height:180%;	}
.lh190	{	line-height:190%;	}
.lh200	{	line-height:200%;	}
.lh220	{	line-height:220%;	}


.ls005	{	letter-spacing:0.05em;	}
.ls010	{	letter-spacing:0.1em;	}


/*-----------------------------------------------------
	margin ／ padding
-------------------------------------------------------*/
.mg20	{	margin:20px;	}
.mg40	{	margin:40px;	}
.mg100_50 {	margin:100px 0 50px 0;	}

.mgb00	{	margin-bottom:0px;	}
.mgb03	{	margin-bottom:3px;	}
.mgb05	{	margin-bottom:5px;	}
.mgb10	{	margin-bottom:10px;	}
.mgb15	{	margin-bottom:15px;	}
.mgb20	{	margin-bottom:20px;	}
.mgb25	{	margin-bottom:25px;	}
.mgb30	{	margin-bottom:30px;	}
.mgb35	{	margin-bottom:35px;	}
.mgb40	{	margin-bottom:40px;	}
.mgb45	{	margin-bottom:45px;	}
.mgb50	{	margin-bottom:50px;	}
.mgb55	{	margin-bottom:55px;	}
.mgb60	{	margin-bottom:60px;	}
.mgb65	{	margin-bottom:65px;	}
.mgb70	{	margin-bottom:70px;	}
.mgb75	{	margin-bottom:75px;	}
.mgb80	{	margin-bottom:80px;	}
.mgb90	{	margin-bottom:90px;	}
.mgb100	{	margin-bottom:100px;	}
.mgb120	{	margin-bottom:120px;	}


.mgt-30	{	margin-top:-30px;	}
.mgt03	{	margin-top:3px;	}
.mgt05	{	margin-top:5px;	}
.mgt10	{	margin-top:10px;	}
.mgt15	{	margin-top:15px;	}
.mgt20	{	margin-top:20px;	}
.mgt30	{	margin-top:30px;	}
.mgt35	{	margin-top:35px;	}
.mgt40	{	margin-top:40px;	}
.mgt50	{	margin-top:50px;	}
.mgt80	{	margin-top:80px;	}
.mgt86	{	margin-top:86px;	}
.mgt96	{	margin-top:96px;	}
.mgt100	{	margin-top:100px;	}
.mgt150	{	margin-top:150px;	}
.mgt180	{	margin-top:180px;	}


.mgr03	{	margin-right:3px;	}
.mgr04	{	margin-right:4px;	}
.mgr10	{	margin-right:10px;	}
.mgr13	{	margin-right:13px;	}
.mgr15	{	margin-right:15px;	}
.mgr20	{	margin-right:20px;	}
.mgr30	{	margin-right:30px;	}
.mgr40	{	margin-right:40px;	}
.mgr50	{	margin-right:50px;	}

.mgl5	{	margin-left:5px;	}
.mgl10	{	margin-left:10px;	}
.mgl15	{	margin-left:15px;	}
.mgl20	{	margin-left:20px;	}
.mgl40	{	margin-left:40px;	}
.mgl75	{	margin-left:75px;	}
.mgl130	{	margin-left:130px;	}

.mgh05	{	margin-left:5px; margin-right:5px;	}
.mgh10	{	margin-left:10px; margin-right:10px;	}

.mgv5	{	margin-top:5px; margin-bottom:5px;	}
.mgv10	{	margin-top:10px; margin-bottom:10px;	}
.mgv15	{	margin-top:15px; margin-bottom:15px;	}
.mgv30	{	margin-top:30px; margin-bottom:30px;}
.mgv40	{	margin-top:40px; margin-bottom:40px;	}
.mgv70	{	margin-top:70px; margin-bottom:70px;	}
.mgv2em_4em	{	margin-top:2em; margin-bottom:4em;	}

.mgw20	{	margin: 0 20px;	}

.mg40_20	{	margin:40px 20px;	}

.imgMgn	{	margin-left:5px; margin-right:5px; vertical-align:middle;	}

.pd15_10	{	padding:15px 10px;	}

.pd10_20	{	padding:10px 20px;	}
.pd05	{	padding:5px;	}
.pd10	{	padding:10px;	}
.pd20	{	padding:20px;	}
.pd30	{	padding:30px;	}
.pd35	{	padding:35px;	}
.pd50	{	padding:50px;	}

.pdv40	{	padding:40px 0;	}

.pdw20	{	padding: 0 20px;	}

.pdt10	{	padding-top:10px;	}
.pdt20	{	padding-top:20px;	}
.pdt30	{	padding-top:30px;	}
.pdt40	{	padding-top:40px;	}
.pdt50	{	padding-top:50px;	}
.pdt60	{	padding-top:60px;	}
.pdt70	{	padding-top:70px;	}
.pdt100	{	padding-top:100px;	}
.pdr25	{	padding-right:25px;	}

.pdl50	{	padding-left:50px;	}

.pdb10	{	padding-bottom:10px;	}
.pdb20	{	padding-bottom:20px;	}
.pdb50	{	padding-bottom:50px;	}

.pdh03	{	padding:0 3px	}
.pdh15	{	padding:0 15px	}
.pd_teampark	{	padding:50px 0 100px	}
.pd_recipe	{	padding:0 11px 0 13px;	}

/*-----------------------------------------------------
	float / align
-------------------------------------------------------*/
.fLeft	{
	float:left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    
	
	}

.fRight	{
	float:right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	}

.clear{
	clear:both;
}

.vMiddle	{
	vertical-align:middle;
	}
	
.vtop	{
	vertical-align: top;
	
	}
.vbottom	{
	vertical-align: bottom;
	
	}
	
.md_center{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}
	
/*-----------------------------------------------------
	カラー
-------------------------------------------------------*/
.black{
	color:#000;
	}
.white{
	color:#fff;
	}
.gray{
	color:#838383;
}
.deep_red	{
	color: #b80000;
	}

.red	{
	color: #FB0404;
	}
	
.purple{
	color:#7EBA19;
	}
	
.pink{
	color:#e61672;
	}

.light_pink{
	color:#f9bbec;
	}

.light_babypink{
	color:#ffc8c8
}

.teff_blue{
color:#89e8dd;
    	}
.B_y{
color:#ffff00;
	}
.light_y{
color:#fff06c;
	}
.blue{
	color: #36C;
	
	}
.light-blue{
	color: #43c9ed;
	
	}
.green{
	color: #89AA25;
	}
.orenge{
	color:#FF6600;
}
.y{
	color:#999900;}
.brown{
	color:#80744D;
}
.red_brown{
	color:#5f1a1e;}
.g{
	color:#50A01D;}

.karaden{
	margin-left:20px;
	font-size:180%;
	line-height:140%;
	float:left;
	}
.gyoza{
	background:#f4dd92;
}
.khaki{
    color:#80744D;
}
.back_bordeaux{
    background: #8b2711;
}
.back_bordeaux_grade{
background: rgb(104,0,0);
background: -moz-linear-gradient(180deg, rgba(104,0,0,1) 0%, rgba(215,20,20,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(104,0,0,1) 0%, rgba(215,20,20,1) 100%);
background: linear-gradient(180deg, rgba(104,0,0,1) 0%, rgba(215,20,20,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#680000",endColorstr="#d71414",GradientType=1);
}
.back_deep_red{
	background:#890017;}

.back_w{
	background:#FFF;	
}

.back_w85{
	 background-color: rgba(255,255,255,0.85);	
}
.back_lightgrey{
	background:#e7e7e7;	
}
.back_green {
	background:#0a3a12;
}
.back_lightgreen {
	background:#39b54a;
}
.back_lightblue{
background:#d7f7ff;
    }

.back_lightorenge{
background:#ffdbd7;
    }

.back_lightpurple{
background:#e4cff9;
    }

.back_blue {
background:#008ad2;
}
.back_black {
	background:#251e1c;
}
.back_richblack {
	background:#000;
}
.back_red{
	background:#c50018;
	
}
.back_pink{
	background:#ffc8c8;
}
.back_babypink{
	background:#f9e5e5;
}
.back_comSoon{
	background-color: rgba(255,255,255,0.5);	
}
.back_yellow{
	background:#ffff00;
}
.f_LLL{
    font-size:400%;
}
.f_LL{
    font-size:200%;
}
.f_L{
    font-size:150%;
}
.f_LS{
    font-size:125%;
}
.f_m{
    font-size:75%;
}
.f_s{
    font-size:50%;
}
.f_ss{
    font-size:25%;
}
.f_h {
  background: repeating-linear-gradient(-45deg, #008ad2, #008ad2 150px, #379d49 0, #379d49 300px);
}
.f_h_w_blue {
  background: repeating-linear-gradient(-45deg, #fff, #fff 150px, #d4eef9 0, #d4eef9 300px);
}
/*-----------------------------------------------------
	フォント
-------------------------------------------------------*/
.mincho{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
.f06	{
	font-size:50%;
	}
.f08	{
	font-size:75%;
	}

.f10	{
	font-size:83%;
	}

.f12	{
	font-size:100%;
	}

.f14	{
	font-size:116%;
	}
	
.f14b	{
	font-size:116%;
	font-weight:bold;
	}
	
.f15	{
	font-size:125%;
	
	}
	
	
.f16	{
	font-size:133%;
	}
.f18	{
	font-size:150%;
	}
	
.bold	{
	font-weight:bold;
	}
	

.exp{
	font-size:10px;
	letter-spacing: normal;
	line-height:1.25em;
	}
	
.back_colabo{
	background:#9fc238;
	}
	
/*-----------------------------------------------------
	line
-------------------------------------------------------*/

.keshi_line{
    text-decoration-line: line-through;
}
.bo_white{
	border: #FFF 1px solid;
}
.dotted_white{
	border: #fff 1px dotted;
}
.dotted_black{
	border: #000 1px dotted;
}
.bo_black{
	border: #000 1px solid;
}
.doted_bottom_black{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #000;
}
.doted_bottom_white{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #fff;
}
.doted_bottom_brown{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #80744D;
}
.bo_l_s{
	border-left:1px solid;
}
.bo_r_s{
	border-right:1px solid;
}
.bo_b_s{
	border-bottom:1px solid;
}
.bo_t_b_d_w{
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding: 15px 1.5em;
}

/*-----------------------------------------------------
	装飾
-------------------------------------------------------*/
.r10{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.banabox01,.banabox02,.banabox03,.manpukubox{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   
    
}

@media only screen and (max-width: 767px) {
    .banabox01,.banabox02,.banabox03,.manpukubox{
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   
    
}
}
.marquee p {
margin:0; 
padding-left:110%; 
display:inline-block; 
white-space:nowrap;
animation-name:marquee; 
animation-timing-function:linear;
animation-duration:30s; 
animation-iteration-count:infinite;
/*animation-iteration-count:2;*/
}
@keyframes marquee {
  from   { transform: translate(0%);} 
  99%,to { transform: translate(-100%);}
}
/*-----------------------------------------------------
	shadow
-------------------------------------------------------*/
.photo_shadow{
box-shadow:rgba(36, 36, 36, 0.7) 1px 1px 5px 2px;
-webkit-box-shadow:rgba(36, 36, 36, 0.7) 1px 1px 5px 2px;
-moz-box-shadow:rgba(36, 36, 36, 0.7) 1px 1px 5px 2px;
}

	
	


.rotate_l3{
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.rotate_r3{
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.mapnum a:link {
	font-weight:bold;
	text-align:right;
    
	
	text-decoration: underline;
	color:#000;
	
	white-space: nowrap;
    margin-bottom: 20px;
	}

.mapnum a:visited {
	color:#000;
	text-decoration: none;
	}

.mapnum a:hover ,  .mapnum a:active{
	color:#fff;
	text-decoration: underline;
	}

#ramenhaku .mapnum a:link {
	font-weight:bold;
	text-align:right;
	
	text-decoration: underline;
	color:#fff;
	
	white-space: nowrap;
	}

#ramenhaku .mapnum a:visited {
	color:#fff;
	text-decoration: none;
	}

#ramenhaku .mapnum a:hover ,  .mapnum a:active{
	color:#000;
	text-decoration: underline;

	}



/*list*/
.shoplist{
	width:100%;
	background:#fff;
	border-collapse: collapse;
}
.schedule{
	border-collapse: collapse;
	margin: 0 50px;
}
.shoplist .kind{
text-align: center;
color: #333;
background-color: #eee;

}
.no_orikaeshi{
	white-space: nowrap;
	}
.orikaesu{
	white-space:normal;
	}

.list_ramen,.list_nikumaturi,.list_otoriyose,.list_others,.list_sweets,.list_others_others,.list_ana,.list_special,.list_ice,.list_b,.list_pan,.list_gyoza
{
	padding: 0 10px 2px;
}
.list_ramen{
	background:#c1272d;
	}
.list_nikumaturi{
	background:#d992ac;
}
.list_otoriyose{
	background:#b8b7e2;	
	
}
.list_others{
	background:#ad791c;
	
}
.list_sweets{
	background:#d1e26f;
	
}
.list_others_others{
	background:#777;
	
}
.list_ana{
	background:#ff3399;
	
}

.list_special{
	background:#b8b7e2;
	
}

.list_ice{
	background:#c1e9f4;
	
}

.list_b{
	background:#f49908;
	
}
.list_pan{
	background:#f9d53d;
	
}
.list_line{
	background:#b8b7e2;
	
}
.shoplist th,.shoplist td,
.schedule th,.schedule td{
	padding: 4px;
}

.shoplist th,.shoplist td{
border: 1px solid #b9b9b9;
}
.shoplist td,.schedule td{
	text-align:left;
	}
/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width: 767px) {
	.schedule{
	margin: 0 0;
}
	.shoplist,.schedule{
		font-size:60%;
}
	
	.shoplist th,.shoplist td{
		padding: 1px;
	}

	
}
/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width: 500px) {
	.schedule{
	margin: 0 0;
}
	.schedule th,.schedule td{
	padding: 1px;
}


}


