@charset "utf-8";
/* ===========================================
	heading / title
=========================================== */
.c_h1 {
	font-weight: bold;
	font-size: 1.8rem;
	padding: 8px 20px;
	margin-bottom: 20px;
}
.c_h2 {
	font-weight: bold;
	font-size: 1.6rem;
	padding: 6px 20px;
	margin-bottom: 20px;
}
.c_h3 {
}
.c_h4 {
}
/* type01 */
.c_ttl_type01 {
}
/* type02 */
.c_ttl_type02 {
}
/* type03 */
.c_ttl_type03 {
}
/* ===========================================
	button
=========================================== */
/* common */
.c_btn {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
}
.c_btn.is_small {
	display: inline-block;
    padding: 1px 10px;
    font-size: 1.3rem;
}
/* type01 */
.c_btn_type01 {
	border: 2px solid #d3d3d3;
	color: #6a6a6a;
	padding: 9px 20px;
	background: #FFF;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.c_btn_type01.is_blue {
	border-color: #83c5f0;
	color: #83c5f0;
}
.c_btn_type01.is_orange {
	border-color: #ed6f45;
	color: #ed6f45;
}
.c_btn_type01:hover,.c_btn_type01:focus {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* other buttons */
.c_btn_calendar {
	cursor: pointer;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	vertical-align: middle;
	border: 1px solid #CCC;
}
.c_btn_dtb button {
	font-size: 1.4rem;
	padding: 5px 10px;
	margin: 0 auto;
}
/* ===========================================
	table
=========================================== */
/* type01 */
.c_table_type01 {
	border-top: 1px solid #cccccc;
}
.c_table_type01 tr {
	border-bottom: 1px dashed #cccccc;
}
.c_table_type01 tr:last-child, .c_table_type01 .has_border_btm {
	border-bottom: 1px solid #cccccc;
}
.c_table_type01 th {
	width: 200px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.c_table_type01 td {
	border-right: 1px solid #cccccc;
	vertical-align: middle;
}
.c_table_type01 th, .c_table_type01 td {
	box-sizing: border-box;
/*    padding: 10px !important; */
	padding: 5px;
}
/* type02 */
.c_table_type02 th {
	background: #F1F1F1;
	line-height: 1.5;
}
.c_table_type02 th, .c_table_type02 td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	padding: 10px 10px;
}
.c_table_type02 .u_data_change {
	background-color: #F6F6F6;
}


/* type_kondate */
.kondate_area{
	height: 1136px;
	overflow-y: auto;
}
.tbl_type_kondate{
	margin-bottom:60px;
}
.tbl_type_kondate:last-child{
	margin-bottom:0;
}
.tbl_type_kondate th, .tbl_type_kondate td{
	box-sizing: border-box;
}
.tbl_type_kondate .date > th{
	position:relative;
}
.tbl_type_kondate .date > th,.tbl_type_kondate .kondate_box > th,.tbl_type_kondate .kondate_box > td{
	border: 1px solid #ccc;
}
.tbl_type_kondate .date th{
	text-align: center;
	font-weight: bold;
	padding:5px;
	width: 158px;
	background: #f6f6f6;
}
.tbl_type_kondate .date th.sun{
	color: #EA5624;
	background: #FFF6F3;
}
.tbl_type_kondate .date th.sat{
	color: #1E6796;
	background: #EFF9FF;
}
.tbl_type_kondate .date td.blank_cell{
	border-top: none;
	border-left: none;
}
.tbl_type_kondate .date ul{
	width: 100%;
}
.tbl_type_kondate .date ul .option_button,
.tbl_type_kondate .kondate_box .price_block ul .option_button,
.tbl_type_kondate .kondate_box .foodmenu_option_block ul .option_button,
.tbl_type_kondate .kondate_box .option_menu .option_button{
	width: 25px;
	float:right;
	text-align: center;
	vertical-align: middle;
}
.option_button .el-icon-menu{
	color: #777;
	font-sise: 15px!important;
	background: none!important;
}
.tbl_type_kondate .kondate_box .foodmenu_block,
.tbl_type_kondate .kondate_box .nutrition_block,
.tbl_type_kondate .kondate_box .price_block,
.tbl_type_kondate .kondate_box .foodmenu_option_block{
	padding:5px;
}

.tbl_type_kondate .kondate_box .foodmenu_block .list_foodmenu li{
	display: block;
	padding: 3px 5px;
	margin-bottom: 5px;
	font-size: 1.3rem;
}
.tbl_type_kondate .kondate_box > th{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/*morning*/
.tbl_type_kondate .kondate_box.morning > th{
	background-color: #fff8a9;
}
.tbl_type_kondate .kondate_box.morning > td{
	background-color: #fffedf;
}
.tbl_type_kondate .kondate_box.morning .foodmenu_block .list_foodmenu li{
	background-color: #fff4a3;
}
.tbl_type_kondate .kondate_box.morning .foodmenu_block .list_foodmenu li.bg_gray{
	background: #e4e4e4;
}
/*lunch*/
.tbl_type_kondate .kondate_box.lunch > th{
	background-color: #ffe3bb;
}
.tbl_type_kondate .kondate_box.lunch > td{
	background-color: #fff2e2;
}
.tbl_type_kondate .kondate_box.lunch .foodmenu_block .list_foodmenu li{
	background-color: #ffd39c;
}
.tbl_type_kondate .kondate_box.lunch .foodmenu_block .list_foodmenu li.bg_gray{
	background: #e4e4e4;
}
/*dinner*/
.tbl_type_kondate .kondate_box.dinner > th{
	background-color: #d1f5ff;
}
.tbl_type_kondate .kondate_box.dinner > td{
	background-color: #eefaff;
}
.tbl_type_kondate .kondate_box.dinner .foodmenu_block .list_foodmenu li{
	background-color: #c1f1ff;
}
.tbl_type_kondate .kondate_box.dinner .foodmenu_block .list_foodmenu li.bg_gray{
	background: #e4e4e4;
}
/*total*/
.tbl_type_kondate .kondate_box.total > th{
	background-color: #f6f6f6;
}
.tbl_type_kondate .kondate_box.total > td{
	background-color: #fff;
}
/*------*/
.tbl_type_kondate .kondate_box .foodmenu_block .list_foodmenu li:last-child{
	margin-bottom: 0;
}
.tbl_type_kondate .kondate_box .nutrition_block .tbl_nutrition_small{
	font-size: 1.2rem;
	box-sizing: border-box;
	margin: 0 auto;
	width: auto;
}
.tbl_type_kondate .kondate_box .nutrition_block .tbl_nutrition_small td{
	padding:0;
}
.tbl_type_kondate .kondate_box .nutrition_block .tbl_nutrition_total{
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	width: auto;
}
.tbl_type_kondate .kondate_box .nutrition_block .tbl_nutrition_total td{
	font-size: 1.2rem;
}
.tbl_type_kondate .kondate_box .price_block ul{
	text-align: center;
	font-size: 1.5rem;
	color: #ff5151;
	font-weight: bold;
}
.tbl_type_kondate .kondate_box .price_block_total{
	text-align: center;
	font-size: 1.75rem;
	color: #ff5151;
	font-weight: bold;
	padding: 5px;
}
.tbl_type_kondate .kondate_box .foodmenu_option_block{
	background-color: #ebf4cd;
	font-size: 1.3rem;
}
.tbl_type_kondate .kondate_box .foodmenu_option_block li{
	box-sizing: border-box;
	background-color: #bee2b4;
	padding: 3px 5px;
	width: 116px;
}
.tbl_type_kondate .kondate_box .foodmenu_option_block li.option_button{
	background-color: rgba(0,0,0,0);
	font-size: 15px;
	padding:0;
}
/*etc*/
.c_table_type01.w_auto{
	width: auto!important;
	margin: 0 auto;
}
.c_table_type01 .bordertop{
	border-top: 1px solid #cccccc;
}
.c_table_type03 .borderleft{
	border-left: 1px solid #cccccc;
}
.c_table_type01 .borderbottom{
	border-bottom: 1px solid #cccccc;
}
.c_table_type01 tr.linechange01{
	border-bottom: none;
}

.c_table_type01 .linechange03{
	border: none;
}
.c_table_type01 tr.linechange04{
	border-bottom: none;
}
.c_table_type01 th.linechange02,
.c_table_type01 td.linechange02{
	border-top: 1px dashed #cccccc;
	border-bottom: 1px solid #cccccc;
}
.c_table_type01 td.linechange03,
.c_table_type01 th.linechange03{
	border-top: 1px solid #cccccc;
	background: #FFFFFF !important;
}
/* type03 */
.c_table_type03 {
	border-top: 1px solid #cccccc;
}
.c_table_type03 tr {
	border-bottom: 1px solid #cccccc;
}
.c_table_type03 th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.c_table_type03 td {
	border-right: 1px solid #cccccc;
	vertical-align: middle;
	background:#fff;
}
.c_table_type03 th, .c_table_type03 td {
	box-sizing: border-box;
	padding: 10px!important;
}

/* ===========================================
	select
=========================================== */
.c_selectbox {
	width: 100%;
	cursor: pointer;
	display: inline-block;
	position: relative;
	height: 35px;
	padding: 0 7px;
	border: 1px solid #CCC;
	border-radius: 2px;
	background: url(../images/icons/icon_arrow_down01.png) right 10px center no-repeat;
	background-color: #FFF;
}
.c_selectbox.c_sel_double {
	background: url(../images/icons/icon_arrow_double01.png) right 10px center no-repeat;
	background-color: #FFF;
}
.c_selectbox option {
	color: #333;
}
.c_sel_empty {
	color: #AAA;
}
/* ===========================================
	input textbox
=========================================== */
.c_tb_type01 {
	border: 1px solid #CCC;
	height: 35px;
	padding: 0 13px;
	width: 100%;
	border-radius: 2px;
}
.c_tb_type02 {
	border: 1px solid #CCC;
	height: 35px;
	padding: 0 5px;
	width: 100%;
	border-radius: 2px;
}
.c_tb_type03 {
	border: 1px solid #CCC;
	height: 35px;
	padding: 0 3px;
	width: 100%;
	border-radius: 2px;
	color: #AAA;
}
/* ===========================================
	input password
=========================================== */
.c_pw_type01 {
	border: 1px solid #CCC;
	height: 35px;
	padding: 0 13px;
	width: 83.5%;
	border-radius: 2px;
	font-size: 2.2rem;
}
/* ===========================================
	input checkbox
=========================================== */
.c_cb_type01 {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
.c_cb_type01::before, .c_cb_type01::after {
	position: absolute;
	content: "";
	display: inline-block;
}
.c_cb_type01::before {
	height: 15px;
	width: 15px;
	border: 1px solid #898989;
	left: 0px;
	top: 3px;
	background: #ffffff;
}
.c_cb_type01::after {
	height: 4px;
	width: 8px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	transform: rotate(-45deg);
	left: 3px;
	top: 6px;
}
input[type="checkbox"]:checked + .c_cb_type01::after {
	content: "";
}
input[type="checkbox"] + .c_cb_type01::after {
	content: none;
}
.c_cb_type01.type01_add{
	left:4px;
	bottom:15px;
}
/* ===========================================
	input radio
=========================================== */
input[type="radio"]{
	-webkit-appearance: radio !important;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  top: 3px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #898989;
  border-radius: 50%;
}
.radio02-input:checked + label::before{
  opacity: 0.5;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #333333;
  border-radius: 50%;
}

/* ===========================================
	modal
=========================================== */
.c_modal_link {
	cursor: pointer;
}
.c_modal_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.c_modal_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	width: 1000px;
}
.c_modal_inner table td {
	text-align: left;
}
.c_modal_cont {
	padding: 20px;
}
.c_modal_ttl {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	padding: 7px 10px;
	border-bottom: 1px solid #DCDCDC;
}
.c_btn_close {
	cursor: pointer;
	position: absolute;
	right: -18px;
	top: -28px;
}
.c_btn_close:hover {
}
.c_modal_show {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/* ===========================================
	input radiobox
=========================================== */
.c_rb_type01 {
}
/* ===========================================
	box
=========================================== */
/* type01 */
.c_box_type01 {
}
/* type02 */
.c_box_type02 {
}
/* type03 */
.c_box_type03 {
}
/* ===========================================
	調整用width
=========================================== */
.wid30{ width:30px;}
.wid40{ width:40px;}
.wid60{ width:60px;}
.wid80{ width:80px;}
.wid90{ width:90px;}
.wid100{ width:100px;}
.wid110{ width:110px;}
.wid120{ width:120px;}
.wid130{ width:130px;}
.wid139{ width:139px;}
.wid140{ width:140px;}
.wid150{ width:150px;}
.wid160{ width:160px;}
.wid180{ width:180px;}
.wid200{ width:200px;}
.wid250{ width:250px;}
.wid260{ width:260px;}
.wid290{ width:290px;}
.wid295{ width:295px;}
.wid340{ width:340px;}
.wid350{ width:350px;}
.wid373{ width:373px;}
.wid510{ width:510px;}
.widP16{ width:16%;}
.widP32{ width:32.5%;}

/* ===========================================
	font-size調整
=========================================== */
.u_p13{font-size: 13px;}

/* ===========================================
	tab
=========================================== */
.c_tab_head{
	background: #F1F1F1;
}
.c_tab_head .c_tab_list{
	display: table;
}
.c_tab_head .c_tab_list li{
	display: table-cell;
}
.c_tab_head .c_tab_list li a{
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background: #F1F1F1;
	border-right: 1px solid #dfdfdf;
	position: relative;
}
.c_tab_head .c_tab_list li a:hover{
	background: #dfdfdf;
	transition: all .3s ease;
}
.c_tab_head .c_tab_list li a.selected{
	background: #fff;
	border-top: 1px solid #dfdfdf;
	transition: background .3s ease;
}
.c_tab_head .c_tab_list li:first-child a.selected{
	border-left: 1px solid #dfdfdf;
}
.c_tab_head .c_tab_list li a.selected::after{
	content:" ";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -2px;
	z-index: 10;
}
.is_green .c_tab_head .c_tab_list li a.selected{
	color: #86d789;
}
.is_orange .c_tab_head .c_tab_list li a.selected{
	color: #ffb17d;
}
.is_yellow .c_tab_head .c_tab_list li a.selected{
	color: #ffd051;
}
.c_tab_contents{
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.c_tab_contents .c_tab_tablebox.hide{
	display: none;
}
/*toggle*/
.c_tgl_head.first{
	margin-top: 0;
}
.c_tgl_head{
	margin-top: 5px;
}
.c_tgl_contents{
	display: none;
	padding: 15px;
	border: 1px solid #ccc;
	border-top:0;
	background: #F1F1F1;
	margin-bottom: 15px;
}
.c_tgl_contents.show{
	display: block;
}
.c_tgl_contents table td{
	background: #fff;
}
.is_green .c_tgl_btn{
	background: #9ce29f;
	transition: all .3s ease;
}
.is_orange .c_tgl_btn{
	background: #ffc7a1;
	transition: all .3s ease;
}
.is_yellow .c_tgl_btn{
	background: #ffdc7e;
	transition: all .3s ease;
}
.is_green .c_tgl_btn.active,.is_green .c_tgl_btn:hover{
	background: #86d789;
	transition: all .3s ease;
}
.is_orange .c_tgl_btn.actice,.is_orange .c_tgl_btn:hover{
	background: #ffb17d;
	transition: all .3s ease;
}
.is_yellow .c_tgl_btn.active,.is_yellow .c_tgl_btn:hover{
	background: #ffd051;
	transition: all .3s ease;
}
.is_yellow .c_tgl_btn .el-icon-caret-right{
	transition: all .2s ease;
}
.is_yellow .c_tgl_btn.active .el-icon-caret-right{
	transform: rotate( 90deg );
	transition: all .2s ease;
}
.c_tgl_btn{
	cursor: pointer;
}
.c_tgl_btn_icon .el-icon-caret-right{
	color: #fff;
}

/* type02 */
.c_btn_type02 {
	border: 2px solid #d3d3d3;
	color: #6a6a6a;
	padding: 4px 8px;
	background: #FFF;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.c_btn_type02.is_blue {
	border-color: #83c5f0;
	color: #83c5f0;
}
.c_btn_type02.is_orange {
	border-color: #ed6f45;
	color: #ed6f45;
}
.c_btn_type02:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
