@charset "UTF-8";


/*---------------------------------------------------
SC_TITLE_BOX
---------------------------------------------------*/
#SC_TITLE_BOX h2{
	background-image: url(/img/menu/title_icon.png);
	background-size: 45px;
	
}


/*---------------------------------------------------
MENU_NAV
---------------------------------------------------*/
#MENU_NAV{
	zoom:1;
}
#MENU_NAV:before,
#MENU_NAV:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#MENU_NAV:after{
	clear: both;
}

	#MENU_NAV li{
		float: left;
		text-align: center;
	}
	
	#MENU_NAV li a span{
		background-repeat: no-repeat;
	}

	#MENU_NAV li#MENU_NORMAL a span{
		background-image: url(/img/menu/img_back_normal_off.png);
	}
	#MENU_NAV li#MENU_NORMAL a.on span{
		background-image: url(/img/menu/img_back_normal_on.png);
	}
	#MENU_NAV li#MENU_MEMBER a span{
		background-image: url(/img/menu/img_back_member_off.png);
	}
	#MENU_NAV li#MENU_MEMBER a.on span{
		background-image: url(/img/menu/img_back_member_on.png);
	}
	#MENU_NAV li#MENU_LUNCH a span{
		background-image: url(/img/menu/img_back_lunch_off.png);
	}
	#MENU_NAV li#MENU_LUNCH a.on span{
		background-image: url(/img/menu/img_back_lunch_on.png);
	}
	#MENU_NAV li#MENU_LIMIT a span{
		background-image: url(/img/menu/img_back_limit_off.png);
	}
	#MENU_NAV li#MENU_LIMIT a.on span{
		background-image: url(/img/menu/img_back_limit_on.png);
	}
	
	#MENU_NAV li#MENU_TAKE a span{
		background-image: url(/img/menu/img_back_tak_off.png);
	}
	#MENU_NAV li#MENU_TAKE a.on span{
		background-image: url(/img/menu/img_back_tak_on.png);
	}
	
	#MENU_NAV li#MENU_DELIVERY a span{
		background-image: url(/img/menu/img_back_del_off.png);
	}
	#MENU_NAV li#MENU_DELIVERY a.on span{
		background-image: url(/img/menu/img_back_del_on.png);
	}
	


@media screen and (min-width:641px){
	
	#MENU_NAV{
		border-left: 2px solid #a20909;
		margin:0 auto 40px;
		width: 1000px;
	}
	
	#MENU_NAV .menu_nav_in{
		width: 1005px;
		overflow: hidden;
	}
	
	#MENU_NAV.normal_nav li{
		width: 199px;
		border-top: 2px solid #a20909;
		border-bottom: 2px solid #a20909;
		border-right: 1px solid #a20909;
		font-size: 1.6rem;
	}
	
	#MENU_NAV.member_nav li{
		width: 165px;
		border-top: 2px solid #a20909;
		border-bottom: 2px solid #a20909;
		border-right: 1px solid #a20909;
		font-size: 1.6rem;
	}
	
	#MENU_NAV li:last-child{
		border-right: 2px solid #a20909;
	}
	
		#MENU_NAV li a{
			display: block;
			text-decoration: none;
			color: #a20909;
			background-color: #fff;
			padding: 20px 0;
			
		}
		
		#MENU_NAV li a span{
			background-position: left center;
			background-size: 33px;
			padding: 10px 0 10px 43px;
		}
		
			#MENU_NAV li a.on,
			#MENU_NAV li a:hover{
				color: #fff;
				background-color: #a20909;
			}
			
			#MENU_NAV li#MENU_NORMAL a:hover span{
				background-image: url(/img/menu/img_back_normal_on.png);
			}
			
			#MENU_NAV li#MENU_MEMBER a:hover span{
				background-image: url(/img/menu/img_back_member_on.png);
			}

			#MENU_NAV li#MENU_LUNCH a:hover span{
				background-image: url(/img/menu/img_back_lunch_on.png);
			}

			#MENU_NAV li#MENU_LIMIT a:hover span{
				background-image: url(/img/menu/img_back_limit_on.png);
			}
			
			#MENU_NAV li#MENU_TAKE a:hover span{
				background-image: url(/img/menu/img_back_tak_on.png);
			}
			
			#MENU_NAV li#MENU_DELIVERY a:hover span{
				background-image: url(/img/menu/img_back_del_on.png);
			}
}


@media screen and (max-width:640px){
	
	#MENU_NAV{
		margin-bottom: 30px;
	}
	
	#MENU_NAV.normal_nav li{
		width: 33.33%;
		border-top: 1px solid #a20909;
		border-bottom: 1px solid #a20909;
		border-right: 1px solid #a20909;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	
	#MENU_NAV.member_nav li{
		width: 33.33%;
		border-top: 1px solid #a20909;
		border-bottom: 1px solid #a20909;
		border-right: 1px solid #a20909;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	
	#MENU_NAV li:nth-child(3),
	#MENU_NAV li:nth-child(6){
		border-right: none;
	}
	
		#MENU_NAV li a{
			display: block;
			text-decoration: none;
			color: #a20909;
			background-color: #fff;
			padding: 50px 0 5px;
			
		}
		
		#MENU_NAV li a span{
			background-position: center top;
			background-size: 33px;
			padding: 40px 0 10px;
		}
		
			#MENU_NAV li a.on{
				color: #fff;
				background-color: #a20909;
			}
}

/*---------------------------------------------------
MENU_BASE_LEFT
MENU_BASE_RIGHT
---------------------------------------------------*/
@media screen and (min-width:641px){
	#MENU_BASE_LEFT{
		float: left;
		width: 760px;
	}
	
	#MENU_BASE_RIGHT{
		float: right;
		width: 200px;
	}
}

@media screen and (max-width:640px){

}




/*---------------------------------------------------
CONT_TITLE
---------------------------------------------------*/

@media screen and (min-width:641px){
	#CONT_TITLE{
		font-weight: normal;
		font-size: 3rem;
		border-left: 3px solid;
		padding-left: 10px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:640px){
	#CONT_TITLE{
		font-weight: normal;
		font-size: 2rem;
		border-left: 2px solid;
		padding-left: 10px;
		margin-bottom: 20px;
	}
}


/*---------------------------------------------------
box
---------------------------------------------------*/

/*
box
----------------------------------*/
.box{
	margin-bottom: 50px;
}


/*
titlebox
----------------------------------*/
.titlebox{
	zoom:1;
}
.titlebox:before,
.titlebox:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.titlebox:after{
	clear: both;
}


/*641px
----------*/
@media screen and (min-width:641px){
	.box .titlebox{
		border-bottom: 1px solid #a20909;
		color: #a20909;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
		.box .titlebox h4{
			float: left;
			font-size: 2.4rem;
			font-weight: normal;
		}
		
		.box .titlebox .price{
			float: right;
		}
		
			.box .titlebox .price span{
				font-size: 3rem;
			}
}


/*640px
----------*/
@media screen and (max-width:640px){
	.box .titlebox{
		border-bottom: 1px solid #a20909;
		color: #a20909;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
		.box .titlebox h4{
			font-size: 2rem;
			font-weight: normal;
		}
		
		.box .titlebox .price{

		}
		
			.box .titlebox .price span{
				font-size: 2rem;
			}
}



/*
inner
----------------------------------*/
.box .inner{
	zoom:1;
}
.box .inner:before,
.box .inner:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.box .inner:after{
	clear: both;
}


/*641px
----------*/
@media screen and (min-width:641px){
	.box .inner .ph{
		float: left;
		width: 250px;
	}
	
	.box .inner .text_box.type_ph,
	.box .inner .text_box_normal.type_ph{
		float: right;
	}
	
	.box .inner .text_box.type_ph{
		width: 720px;
	}
	
	.box .inner .text_box_normal.type_ph{
		width: 490px;
	}
	
		.box .text_box .impressions,
		.box .impressions_normal{
			border: 1px solid #595959;
			margin-top: 10px;
		}
		
		.box .impressions_normal{
			margin-top: 25px;
		}
		
			.box .text_box .impressions h5,
			.box .impressions_normal h5{
				font-weight: normal;
				font-size: 1.5rem;
				padding: 5px 10px 5px;
				background-color: #595959;
				color: #fff;
			}
			
			.box .text_box .impressions ul,
			.box .impressions_normal ul{
				padding: 4px 10px;
				
			}
			
			.box .text_box .impressions li,
			.box .impressions_normal li{
				border-bottom: 1px dotted #595959;
				padding: 3px 0;
				list-style: disc;
				list-style-position: inside;
			}
			
			.box .text_box .impressions li:last-child,
			.box .impressions_normal li:last-child{
				border: none;
			}
}


/*640px
----------*/
@media screen and (max-width:640px){
	.box .inner .ph{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.box .inner .text_box.type_ph{
		
	}
	
		.box .text_box .impressions,
		.box .impressions_normal{
			border: 1px solid #595959;
			margin-top: 10px;
		}
		
			.box .text_box .impressions h5,
			.box .impressions_normal h5{
				font-weight: normal;
				font-size: 1.5rem;
				padding: 5px 10px 5px;
				background-color: #595959;
				color: #fff;
			}
			
			.box .text_box .impressions ul,
			.box .impressions_normal ul{
				padding: 4px 10px;
				
			}
			
			.box .text_box .impressions li,
			.box .impressions_normal li{
				border-bottom: 1px dotted #595959;
				padding: 3px 0;
				list-style: disc;
				list-style-position: inside;
			}
			
			.box .text_box .impressions li:last-child,
			.box .impressions_normal li:last-child{
				border: none;
			}
}


/*
toggle_box
----------------------------------*/
.toggle_box{
	margin-top: 15px;
}

.toggle_box .toggle_btn{
	width: 170px;
	margin: 0 auto;
	text-align: center;
	background-color: #a20909;
	cursor: pointer;
	color: #fff;
	padding: 6px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	.toggle_box .toggle_btn span{
		background-image: url(/img/menu/arrow_down.png);
		background-size: 15px;
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 20px;
	}
	

.toggle_box .toggle_btn.active span{
	background-image: url(/img/menu/arrow_up.png);
		background-size: 15px;
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 20px;
	
}

.toggle_box .input_box{
	display: none;
}


/*641px
----------*/
@media screen and (min-width:641px){
	.toggle_box .input_box{
		width: 500px;
		margin: 0 auto;
	}
	
		.toggle_box .input_box p{
			margin: 5px 0;
			text-align: center;
		}
	
		.toggle_box .input_box textarea{
			width: 100%;
			margin-bottom: 10px;
		}
		
		.toggle_box .input_box .input_btn{
			margin: 0 auto;
			width: 100px;
			
		}
		
			.toggle_box .input_box .input_btn input{
				background-color: #141414;
				border: 1px solid #141414;
				color: #fff;
				margin: 0 auto;
				width: 100%;
				padding: 6px 0;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			
				.toggle_box .input_box .input_btn input:hover{
					background-color: #fff;
					color: #141414;
				}
}


/*640px
----------*/
@media screen and (max-width:640px){
	.toggle_box .input_box{
		width: 100%;
	}
	
		.toggle_box .input_box p{
			margin: 5px 0;
			text-align: center;
		}
	
		.toggle_box .input_box textarea{
			width: 100%;
			margin-bottom: 10px;
			box-sizing: border-box;
		}
		
		.toggle_box .input_box .input_btn{
			margin: 0 auto;
			width: 100px;
			
		}
		
			.toggle_box .input_box .input_btn input{
				background-color: #141414;
				border: 1px solid #141414;
				color: #fff;
				margin: 0 auto;
				width: 100%;
				padding: 6px 0;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
}


/*---------------------------------------------------
SIDE_MENU
---------------------------------------------------*/


/*641px
----------*/
@media screen and (min-width:641px){
	#SIDE_MENU{
		background-color: #fffdf3;
	}
	
		#SIDE_MENU a{
			text-decoration: none;
			display: block;
			padding: 10px;
			color: #323232;
		}
		
			#SIDE_MENU a:hover,
			#SIDE_MENU a.on{
				color: #fff;
				background-color: #a20909;
			}
		
		#SIDE_MENU ul{
			border-top: 1px solid #323232;
			border-left: 1px solid #323232;
			border-right: 1px solid #323232;
		}
		
		#SIDE_MENU li{
			border-bottom: 1px solid #323232;
		}
}



/*640px
----------*/
@media screen and (max-width:640px){
	#SIDE_MENU_BTN{
		margin-bottom: 20px;
		text-align: center;
		background-color: #a20909;
		color: #fff;
		padding: 10px 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	
		#SIDE_MENU_BTN span{
			background-image: url(/img/menu/arrow_down.png);
			background-size: 15px;
			background-position: left center;
			background-repeat: no-repeat;
			padding-left: 20px;
		}
			
			#SIDE_MENU_BTN.active span{
				background-image: url(/img/menu/arrow_up.png);
				background-size: 15px;
				background-position: left center;
				background-repeat: no-repeat;
				padding-left: 20px;
			}


	#SIDE_MENU{
		display: none;
		margin-bottom: 20px;
		background-color: #fffdf3;
	}
	
		#SIDE_MENU a{
			text-decoration: none;
			display: block;
			padding: 10px;
			color: #323232;
			box-sizing: border-box;
		}
		
			#SIDE_MENU a.on{
				color: #fff;
				background-color: #a20909;
			}
		
		#SIDE_MENU ul{
			border-top: 1px solid #323232;
			border-left: 1px solid #323232;
			border-right: 1px solid #323232;
		}
		
		#SIDE_MENU li{
			border-bottom: 1px solid #323232;
		}
}









