
/* common
-------------------------------------------------------------*/
header nav ul li.nav_lunch span.active_border {
	width: 100%;
}
li {
	list-style: none;
}


/* loading
-------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body.load_now {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .8);
}
#loading .loading_inner {
	width: 420px;
	position: absolute;
	top: 30%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#loading .loading_inner .loading_tit {
	font-size: 27px;
}
#loading .loading_inner .loading_subtit {
	font-size: 17px;
	margin: 20px 0 45px;
}
#loading .loading_inner .loading_txt {
	font-size: 20px;
	line-height: 35px
}

/* main_img
-------------------------------------------------------------*/
#main_img {
	overflow: hidden;
}
#main_img .main_bg_01 {
	background: url("../images/top_bg_01.jpg") center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_img .main_bg_02 {
	background: url("../images/top_bg_02.jpg") center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}
#main_img .main_bg_03 {
	background: url("../images/top_bg_03.jpg") center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
}
#main_img .main_bg_txt {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

/* special_lunch
-------------------------------------------------------------*/
#special_lunch {
	position: relative;
	z-index: 10;
	padding-bottom: 53px;
}
#special_lunch h3 {
	color: #fff;
	text-align: center;
	font-size: 23px;
	padding-top: 60px;
}
#special_lunch h4 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
}
#special_lunch .special_lunchmenu_txt {
	text-align: center;
	padding-top: 40px;
}


/*#special_lunch .special_lunch_txt {
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 32px;
	line-height: 36px;
}
#special_lunch .special_lunch_menu .special_lunch_menu_left {
	float: left;
	width: 50%;
}
#special_lunch .special_lunch_menu .special_lunch_menu_right {
	float: left;
	width: 50%;
}
#special_lunch .special_lunch_menu {
	text-align: center;
	margin-top: 54px;
	margin-bottom: 35px;
}
#special_lunch .special_lunch_menu .menu_tit {
	font-size: 20px;
}
#special_lunch .special_lunch_menu ul li {
	list-style-type: none;
	font-size: 17px;
	line-height: 30px;
}
#special_lunch .special_lunch_menu ul li span {
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
	margin-top: 26px;
}
#special_lunch .special_lunch_menu .menu_info {
	font-size: 13px;
	margin-top: 30px;
	line-height: 24px;
}
#special_lunch .lunch_special_select_top {
	background: url("../images/lunck_waku_l_top.jpg") no-repeat top center;
	background-size: cover;
	width: 745px;
	height: 20px;
	margin: 0 auto;
}
#special_lunch .lunch_special_select_contents {
	background: url("../images/lunck_waku_l.jpg") repeat-y top center;
	width: 745px;
	margin: 0 auto;
}
#special_lunch .lunch_special_select_contents ul {
    width: 44%;
    float: left;
    padding-left: 6%;
    padding-bottom: 13px;
}
#special_lunch .lunch_special_select_contents ul li {
    text-indent: -1.2em;
    margin-left: 1.5em;
    line-height: 28px;
    margin-top: 13px;
    font-size: 14px;
}
#special_lunch .lunch_special_select_btm {
	background: url("../images/lunck_waku_l_btm.jpg") no-repeat top center;
	background-size: cover;
	width: 745px;
	height: 20px;
	margin: 0 auto;
}
*/
/* noodle
-------------------------------------------------------------*/
#noodle h3 {
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 40px;
}
#noodle h4 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 16px;
	margin-bottom: 28px;
}
#noodle .noodle_select_top {
	background: url("../images/lunck_waku_top.jpg") no-repeat top center;
	background-size: cover;
	width: 589px;
	height: 22px;
	margin: 0 auto;
}
#noodle .noodle_select_contents {
	background: url("../images/lunck_waku.jpg") repeat-y top center;
	width: 589px;
	margin: 0 auto;
}
#noodle .noodle_select_contents ul {
    width: 44%;
    float: left;
    padding-left: 6%;
    padding-bottom: 13px;
}
#noodle .noodle_select_contents ul li {
    text-indent: -1.2em;
    margin-left: 1.5em;
    line-height: 28px;
    margin-top: 13px;
    font-size: 14px;
}
#noodle .noodle_select_btm {
	background: url("../images/lunck_waku_btm.jpg") no-repeat top center;
	background-size: cover;
	width: 589px;
	height: 22px;
	margin: 0 auto;
}

/* lunch_option
-------------------------------------------------------------*/
#lunch_option h3 {
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 40px;
	margin-top: 53px;

}
#lunch_option .option_inner {
	margin: 28px auto 0;
	width: 460px;
	text-align: center;
}
#lunch_option .option_inner .option_left {
	float: left;
	width: 212px;
}
#lunch_option .option_inner .option_right {
	float: left;
	width: 212px;
	margin-left: 36px;
}
#lunch_option .option_inner .option_top {
	background: url("../images/lunck_waku_s_top.jpg") no-repeat top center;
	background-size: cover;
	width: 212px;
	height: 20px;
}
#lunch_option .option_inner .option_contents {
	background: url("../images/lunck_waku_s.jpg") repeat-y top center;
	width: 212px;
}
#lunch_option .option_inner .option_contents_tit {
	font-size: 14px;
	line-height:24px;
}
#lunch_option .option_inner .option_contents_txt {
	font-size: 12px;
    line-height: 19px;
    margin-top: 9px;
}
#lunch_option .option_inner .option_contents_price {
	font-size: 16px;
	margin-top: 9px;
}
#lunch_option .option_inner .option_left .option_contents_price {
	margin-top: 10px;
}
#lunch_option .option_inner .option_btm {
	background: url("../images/lunck_waku_s_btm.jpg") no-repeat top center;
	background-size: cover;
	width: 212px;
	height: 20px;
}

/* lunch
-------------------------------------------------------------*/
#lunch h3 {
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 40px;
	margin-top: 70px;
}
#lunch .course_tab_menu {
	display: table;
	margin: 32px auto 67px;
	border-collapse: separate;
	border-spacing: 15px 0;
}
#lunch .course_tab_menu li {
	display: table-cell;
 	vertical-align: middle;
	border: 1px solid #fff;
	list-style-type: none;
	text-align: center;
	padding: 8px 13px;
	line-height: 23px;
	font-size: 15px;
	cursor: pointer;
	transition: all .6s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-webkit-transition: all .6s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-moz-transition: all .6s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
}
#lunch .course_tab_menu li.active {
	background-color: #fff;
	color: #260e03;
}
#lunch .course_tab_menu li:hover {
	background-color: #fff;
	color: #260e03;
}
#lunch .course_tab_menu li span.arrow {
	background: url("../../common/images/tab_menu_arrow.png") no-repeat center center;
	background-size: cover;
	width: 21px;
	height: 10px;
	display: block;
	margin: 8px auto 0;
	transition: all .6s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-webkit-transition: all .6s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-moz-transition: all .6s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
}
#lunch .course_tab_menu li.active span.arrow {
	background: url("../../common/images/tab_menu_arrow_ov.png") no-repeat center center;
	background-size: cover;
}
#lunch .course_tab_menu li:hover span.arrow {
	background: url("../../common/images/tab_menu_arrow_ov.png") no-repeat center center;
	background-size: cover;
}
#lunch .menu_contents {
	text-align: center;
	display: none;
}
#lunch .menu_contents.active {
	display: block;
}
#lunch .menu_contents .menu_tit {
	font-size: 20px;
}
#lunch .menu_contents .menu_price {
	font-size: 14px;
	margin: 13px 0;
}
#lunch .menu_contents .menu_theme {
	font-size: 17px;
	padding-bottom: 43px;
	line-height: 31px;
}
#lunch .menu_contents ul li {
	list-style-type: none;
	font-size: 17px;
	line-height: 30px;
}
#lunch .menu_contents ul li span {
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
	margin-top: 26px;
}
#lunch .menu_contents .menu_info {
	font-size: 13px;
	margin-top: 30px;
	line-height: 24px;
}
#lunch .special_lunchcose_txt {
	font-size: 17px;
	margin-top: 30px;
	line-height: 28px;
}