/*
.footer {
  background-color: #212121;
  color: white;
  min-height: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
*/
#content{
    min-height: calc( 100% - 100px);
}

.footer {
    clear: both;
    height: 30px;
    bottom: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    color: white;
    width: 100%;
    background: navy; /* #122f8d; */
}

.contact_tel {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 30px;
    bottom: 0;
    text-align: center;
}
.contact_web {
    margin-left: 15px;
    padding: 15px;

    min-height: 30px;
    bottom: 0;
    text-align: navy;
    background: navy; /* #122f8d; */
    color: white;
}


.nowrap {
  white-space: nowrap;
}
.grid .left {
  min-width: 100px;
  max-width: 100px;
  margin-right: 30px;
}
.grid .right.column {
  width: 500px;
}

.required::after {
    content: "必須";
    color: #ffffff;
    background: #cc0000;
    font-size: 0.8em;
    padding: 0.3em;
    border-radius: 0.5em;
    margin-left:0.3em;
}

#list_table th,
#list_table td {
 text-align: center;    !important
}
#list_table label {
    padding: 5px;
}

#inquery_form {
    display: none;
}

.button_delete.icon{
  color: gray;
}
.button_delete.icon.active{
  color: red;
}

.flex_1000 {
    max-width: 1000px;
    min-width: 1000px;
}

 @media screen and (min-width: 481px) {
    #table_parent {
        width: calc(100% - 220px);
    }
    #inquiry_list_table_info{
        width: calc(100% - 240px);
    }
    #dataTables_info_parent{
        width: calc(100% - 180px);
    }
    .card.mobile_only {
        background-color: black;
        color:red;
        display: none;
    }

 }
 @media screen and (max-width: 480px) {
    .card.pc_only {
        background-color: black;
        color:red;
        display: none;
    }
    #table_parent {
        width: 100%;
    overflow-x: scroll;
    }
 }

<!-- -->

.dataTables_length,
#dataTables_info_parent{
    display: inline-block;
    text-align: right;
}
.icon-hamburger {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	cursor: pointer;
}
.icon-hamburger span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #2196F3;
}
.icon-hamburger span::before,
.icon-hamburger span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: -8% 0 0 -50%;
	background: #2196F3;
}
.icon-hamburger span::before {
	margin-top: -38%;
}
.icon-hamburger span::after {
	margin-top: 19%;
}

@media screen and (min-width: 481px) {
.icon-hamburger {
    display: none
 }
 .mobile_only{
    display: none
 }
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 20;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
  .ui.menu:not(.vertical) .right.menu.pc_only{
   display: none
  }
}


/*1行ごとに色を設定*/
#reservation_select option.green,
.ui.form select.green{
    background:green;
    color:white;
}
#reservation_select option.orange,
.ui.form select.orange{
    background:orange;
    color:white;
}
#reservation_select option.grey,
.ui.form select.grey{
    background:grey;
    color:white;
}
#reservation_select option.blue,
.ui.form select.blue{
    background:blue;
    color:white;
}
#reservation_select option.red,
.ui.form select.red {
    background:red;
    color:white;
}

.disable,
.ui.form input.disable,
.ui.form textarea.disable,
.ui.form select.disable{
    background: #EEEEEE;

}

/* 空きあり */
.ui.button.schedule-color-10-10,
.schedule-color-10-10{
    color: #228B22 /*green*/
}
/* 空きなし */
.ui.button.schedule-color-10-20,
.schedule-color-10-20{
    color: black
}
/* 設定なし */
.ui.button.schedule-color-10-50,
.schedule-color-10-50{
    color: black
}
/* 問合せ */
.ui.label.schedule-color-10-70,
.ui.button.schedule-color-10-70,
.schedule-color-10-70{
    color: midnightblue	/*blue*/
}
.ui.label.schedule-color-10-71,
.ui.button.schedule-color-10-71,
.schedule-color-10-71{
    color: #FF367F /*red*/
}
/* 休業日 */
.ui.button.schedule-color-10-90,
.schedule-color-10-90{
    color: black
}



/* 空きあり edit*/
.ui.label.schedule-edit-color-10-10,
.ui.button.schedule-edit-color-10-10,
.ui.form.select.schedule-edit-color-10-10,
.schedule-edit-color-10-10{
    background-color: #66FF99 /*#BAD3FF*/ /*green*/
}
/* 空きなし edit */
.ui.button.schedule-edit-color-10-20,
.ui.form select.schedule-edit-color-10-20,
.schedule-edit-color-10-20{
    background-color: gray
}
/* 設定なし edit */
.ui.button.schedule-edit-color-10-50,
.ui.form select.schedule-edit-color-10-50,
.schedule-edit-color-10-50{
    background-color: gray /*#FFC7AF*/
}
/* 問合せ edit */
.ui.label.schedule-edit-color-10-70,
.ui.button.schedule-edit-color-10-70,
.ui.form select.schedule-edit-color-10-70,
.schedule-edit-color-10-70{
    background-color: #33CCFF	/*blue*/
}
.ui.label.schedule-edit-color-10-71,
.ui.button.schedule-edit-color-10-71,
.schedule-edit-color-10-71{
    background-color: #FFCCFF /*red*/
}
/* 休業日 edit */
.ui.button.schedule-edit-color-10-90,
.ui.form select.schedule-edit-color-10-90,
.schedule-edit-color-10-90{
    background-color: gray /*red*/
}

.flax {
    padding-inline-start: 0px;
    margin-bottom: 9px;
    margin-top: 9px;

}
.flax li{
    display: inline;
    margin-right: 20px;
}