.menu {

  background-color: #FFFFFF;
  margin: 0;
  padding-bottom: 30px;
  height:100%;

}

.canvas {
  background-color: #FFF;
  height: 100%;
  padding-top: 50px;
}

.order_canvas {
  background-color: #FFF;
  padding-top: 50px;
}

.order_canvas h2 {
  font-size: 100%;
  margin-bottom: 20px;
}

.canvas h2 {
  font-size: 100%;
  margin-bottom: 20px;
}

.order_canvas table td {
  padding: 5px!important;

}

.canvas form input {
  padding:20px !important;
  margin-bottom: 15px;

}

.canvas form .submit {
  background-color: #00A0E7 !important;
  color: #FFF !important;
  padding-top: 6px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.canvas .label {
  color: #6c757d;
  font-size: 120%;
}

.canvas .label i {
  margin-right: 5px;


}

.usage {
  padding: 0;
  background-color: #FFF;

}

.usage li {
  list-style: none;
  
}

.usage .usage-title {
  background-color: #B5B5B5;
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-size: 120%;

}

.usage .usage-message {
  padding: 10px;
  font-size: 110%;
}

.app {
  height: 100%;
}

.navbar .bg-black {
  background-color: #00A0E7 !important;
}

html {
  height: 100%;
}

body {
  background-color: #F1F9FF;
  height: 100%;

}

.menu li {
  list-style: none;
  padding-top: 50px;
}

.menu li a {
  color: #333;
  font-size: 140%;
}

.menu li span {
  display: block;
  font-size: 100%;
  color: #6c757d;
  margin-left: 40px;
}

.menu li i {
  color: #0092d1;
  border-radius: 50%;
  background-color: #F1F9FF;
  padding: 10px;
}

.message {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 90%;

}

h2 {
  font-size: 120%;
  text-align: center;
}

form {
  padding: 20px;

}

.error {
  color: #FF0000;
  text-align: center;

}

.success {
  color: #0092d1;
  text-align: center;
  padding: 20px;
}

table {
  padding: 0px;
}

.abouts {
  font-size: 100%;
  text-align: center;
}

.middle {
  font-size: 90%;
  text-align: center;
}

.ticket {
  padding: 20px;
  font-size: 100%;
}

.barcode {
  text-align: center;

}


[v-cloak] {
    display: none;
}


html {
 font-size: 16px;
 letter-spacing:0.8px;
 font-family: "Roboto",sans-serif;
}

body {
  font-family: "Roboto",sans-serif;
  color: #001f2d;
}

.header-nav {
  position: fixed;
  width: 100%;
  z-index:10;
}

.header-nav .navbar .container {

  padding-right: 0px;
  padding-left: 0px;

}

.main {
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
}

.list-group {
  border-radius: 0;
}

.list-group-item {
  border:1px solid rgba(167, 167, 167, 0.125)
}

.navbar {
  height: 60px;
  background-color: #00A0E7 !important;
  
}

.navbar a {
  color: #FFF;
}


.list-icon {
  position:relative;
  overflow: hidden;
  width:70px;
  height:50px;
  border-radius:10%;
}
.list-icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}

.list-back{
  position: fixed;
  width: 100%;
  z-index:12;
  height: 60px;
  top:0;
  background-color: #FFF;
  color:#3490dc;
  font-size: 100%;
  padding-top:20px;
  padding-left:20px;
  font-weight: 100;
}

.back-center {

  position: absolute;
  top: 32%;
  left: 47%;

}


.list-add{
  position: fixed;
  width: 100%;
  z-index:12;
  height: 60px;
  top:0;
  background-color: #FFF;
  color:#3490dc;
  font-size: 100%;
  padding-top:30px;
  padding-left:0;
  font-weight: 100;
}

.list-seat {
  width:180px;
  padding-left: 1.5rem;
  padding-top:0.8rem;
  
}

.list-order {
  text-align: right;
  width:100%;
  padding-left: 1.5rem;
  padding-top:0.8rem;
  color: #666;
  font-size: 80%;
}

.order-table {
  width: 100%;
}

.order-table tr {
  border:1px solid rgba(167, 167, 167, 0.125);
}

.order-table td {
  width: 20%;
  padding: 15px;
  font-size: 100%;
  
  background-color: #FFF;
}


#navbarHeaderLeft .container {

  padding: 0px;

}

#navbarHeaderLeft .container .row .col-sm-12 ul li i {
  margin: 10px;
}

#navbarHeaderRight .container {

  padding: 0px;

}

.bg-gray {
  background-color: #666;
  color: #FFF;
}

.custom-select {

  background-color: #E8F0FE;

}

.btn-light {

  background-color: #E8F0FE;
}

.clickable-row {
  cursor : pointer;
}

.clickable-row:hover td {
  background-color: #EEE !important;
}

/******************** 確認画面 *****************************/

.modal-header {
  linear-gradient(90deg,#00c1cd,#0092d1);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(90deg, rgb(0, 193, 205), rgb(0, 146, 209));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: #FFF;

}

.modal-title {
  color: #FFF;
  font-weight: 700;
}

.modal-body-mark i {
  margin-top: -50px;
  color: #00c1cd;
  font-size: 200%;
  margin-bottom: 20px;
}

.modal-body-txt h6 {
  font-weight: 300;
}

/******************** レジ *****************************/


.regi-main {
    linear-gradient(90deg,#00c1cd,#0092d1);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(90deg, rgb(0, 193, 205), rgb(0, 146, 209));
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    height: 280px;
}

.regi-main h1 {
  font-size: 1.5rem;
  color: #FFF;
  padding: 20px 0px 20px 0px;
  /*border-bottom: 1px solid #A8DAE6;*/
  margin-left: 20px;
  margin-right: 20px;
}


.regi-box {
  padding: 0px;

}

.regi-box-item-left {
  background: rgba(234,243,247,0.2);
  margin-left:30px;
  margin-right:5px;
  color: #FFF;
  padding: 20px;
  text-align: center;
}

.regi-box-item-right {

  background: rgba(234,243,247,0.2);
  margin-right:30px;
  margin-left:5px;
  color: #FFF;
  padding: 20px;
  text-align: center;
}

.regi-box-item-left i,.regi-box-item-right i {

  font-size: 300%;
  display: block;
  margin-bottom: 15px;

}

.regi-box-item p {
  color: #FFF;
}

.regi-aggregate {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #000;
  /*background-color: #EAEBEE;*/
}



.regi-aggregate-box {
  background-color: #FFF;
  height: 150px;
}

.regi-aggregate-add-button .add-button {
  margin-top: 25px;
  margin-bottom: 10px;
  linear-gradient(90deg,#00c1cd,#0092d1);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(90deg, rgb(0, 193, 205), rgb(0, 146, 209));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: #FFF;
  font-size: 110%;
  padding: 20px;
  border: 0.5px solid #0092d1;
  font-weight: bold;
  border-radius: 5px;

}

.ng-button {
  margin-top: 25px;
  margin-bottom: 10px;
  background-color: #999;
  color: #FFF;
  font-size: 110%;
  padding: 20px;
  font-weight: bold;
  border-radius: 5px;

}

.add-button {
  margin-top: 25px;
  margin-bottom: 10px;
  linear-gradient(90deg,#00c1cd,#0092d1);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(90deg, rgb(0, 193, 205), rgb(0, 146, 209));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: #FFF;
  font-size: 110%;
  padding: 20px;
  border: 0.5px solid #0092d1;
  font-weight: bold;
  border-radius: 5px;
}

.submit-button {
  margin-top: 25px;
  margin-bottom: 10px;
  linear-gradient(90deg,#00c1cd,#0092d1);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(90deg, rgb(0, 146, 209), rgb(0, 146, 209));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: #FFF;
  font-size: 110%;
  padding: 20px;
  border: 0.5px solid #0092d1;
  font-weight: bold;
  border-radius: 0px;

}

.regi-aggregate-list {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #FFF;
  border: 0.5px solid #EEE;
  padding-left: 10px;
}

.regi-aggregate-list i,h6 {
  margin-right: 5px;
  margin-left: 5px;
  color: #071F2C;
  font-weight: 300;
  font-size: 100%;
}

.regi-aggregate-list-checkout {

}

.regi-aggregate-list-checkout .btn-group button {
  padding: 10px;
  letter-spacing:3.8px;
  background-color: #FFF;
  border: 0.5px solid #EEE;
  font-size: 80%;
  font-weight: 300;
}

.regi-action-button .btn-group button {
  padding: 10px;
  letter-spacing:3.8px;
}

.regi-aggregate-list-table .table {
  margin-top: 1rem;
  color: #000;
  /*margin-bottom: 10rem;*/

}

.regi-aggregate-list-table .table thead th {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}


.regi-aggregate-list-table .table thead tr {
  text-align: center;
  background-color: #EEE;
  color: #666;
  border: 0.5px solid #EEE;
}


.regi-aggregate-list-table .table tr td {
  text-align: center;
  font-weight: 400;
  font-size: 0.9rem;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
}

.btn-outline-secondary {
  border: solid 0.5px #DDD;
  background-color: #FFFFFF;
}

.regi-aggregate-add-button a {
  font-size: 0.8rem;

}

.regi-form {
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;

}


/********************オーダー *****************************/

.order-aggregate {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #6c757d;
  /*background-color: #EAEBEE;*/
}


.order-aggregate .col-4,.col-6 {
  padding: 5px;
}

.order-aggregate .card-body {
  padding: 15px;
}

.order-aggregate-add-button {
  margin-top: 25px;
  margin-bottom: 10px;
  letter-spacing:2.8px;
}

.order-aggregate-list {
  padding-top: 20px;
  padding-bottom: 10px;
}



.order-aggregate-list-table .table {
  margin-top: 1rem;
  color: #000;
  margin-bottom: 10rem;

}

.order-aggregate-list-table .table thead th {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}


.order-aggregate-list-table .table thead tr {
  text-align: center;
  background-color: #EEE;
  color: #666;
  border: 0.5px solid #EEE;
}


.order-aggregate-list-table .table tr td {
  text-align: center;
  font-weight: 400;
  font-size: 0.9rem;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}

.order-aggregate-list-checkout {

}

.order-aggregate-list-checkout .btn-group button {
  padding: 10px;
  letter-spacing:3.8px;
  background-color: #FFF;
  border: 0.5px solid #EEE;
  font-size: 80%;
  font-weight: 300;
}


.order-food-count {
  font-size: 120%;
}

.order-card-count {
  font-size: 150%;
}

.order-button {
  background-color: #0092d1;
  color: #FFF;
}

.order-food-counter {
  background-color: #0092d1;
  color: #FFF;

}

.order-food-drink {
  background-color: #008080;
  color: #FFF;

}

.order-food-other {
  background-color: #FF1493;
  color: #FFF;

}

.employee-button {

  background-color: #0092d1;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;;
  padding-top:10px;
  padding-bottom:10px;
  border-radius: 5%;

}

/*フッターのレイアウト*/
#foot {
  width: 100%;
  background-color: #474747;
  color: #fff;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 15px;
  display: block;
}

.foot-inner {
  margin-left: auto;
  margin-right: auto;
  width: 50vw;
}

.foot-layout {
  display: flex;
}

.foot-right {
  margin-left: 5vw;
  font-size: 13px;
}

.foot-left img {
  width: 5vw;
  margin-left: 3vw;
}

.foot-ttl {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
}

.foot-menu {
  width: 30vw;
  display: flex;
  flex-wrap: wrap;
}

.foot-menu li {
  list-style: none;
  padding-right: 10px;
}

.foot-address {
  font-size: 10px;
  margin: 0 0 3px 0;
  margin-left: 30px;
}

/* フッターの固定 */
.wrapper{
  min-height: 100vh;
  position: relative;
  /*padding-bottom: 240px;*/
  box-sizing: border-box;
}

#foot {
  /*position: absolute;*/
  bottom: 0;
}

div#footer-fixed
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

div#footer-bk
{
  background-color:#343a40;
  width:100%;
}

div#footer {
  height: 100%;
  width: 100%;
}

div#footer .row {
  margin: 0px;
}

div#footer .row .col-2 {
  /*padding: 10px;*/
  padding-right: 0px;
  padding-left: 0px;
}

div#footer .row .col-2 .list-group-item {
  padding-right: 0px;
  padding-left: 0px;
}

div#footer .row .col-2 .list-group-item i {
  display: block;
  margin-bottom: 5px;
}

div#footer .row .col-2 span {

  font-size: 80%;

}

/*モーダル処理*/
.modal-body .modal-body-mark {
  padding-top: 100px;
  font-size:300%;
  text-align:center;
}

.modal-body .modal-body-txt {
  display:block;
  text-align:center;
}

.modal-body .modal-body-btn {
  display:block;
  text-align:center;
  font-size:500%;
}

table tbody tr td span {
  /* border: solid 1px #EEEEEE; */
  /* background-color: #EEE; */
  padding: 5px 10px 5px 10px;
  color: #000;
  width: 100%;
}


#bottom-pagenation {
  position: fixed;
  bottom: 60px;
  left: 0px;
  width: 100%;
  background-color:#DDD;
  list-style: none;
  overflow: hidden;
  margin:0px;
  padding:0px;
}

#bottom-pagenation li {
  width: 50%;
  height:50px;
  text-align: center;
  background-color: #FFF;
  float: left;
  padding:10px;
  color:#1d68a7;
  border: solid 1px #EEEEEE;
}

#bottom-pagenation li:hover {
  background-color: #EEE;
}



#bottom-detail-pagenation {
  position: fixed;
  bottom: 110px;
  left: 0px;
  width: 100%;
  background-color:#DDD;
  list-style: none;
  overflow: hidden;
  margin:0px;
  padding:0px;
}

#bottom-detail-pagenation li {
  width: 50%;
  height:50px;
  text-align: center;
  background-color: #FFF;
  float: left;
  padding:10px;
  color:#1d68a7;
  border: solid 1px #EEEEEE;
}


#order-detail-spot {

  position: fixed;
  bottom: 60px;
  left: 0px;
  width: 100%;
  background-color:#DDD;
  list-style: none;
  overflow: hidden;
  margin:0px;
  padding:0px;
  font-size: 80%;

}


#bottom-scroll {
  position: fixed;
  bottom: 43px;
  left: 0px;
  width: 100%;
  display: none;
}

#bottom-scroll p {
  background-color:#DDD;
  color: #000;
  text-align: center;
  font-size: 80%;
  padding: 10px;

}


.order-right-space {
  vertical-align:middle;
  padding-top:15px;
  font-size: 80%;
  color: #666;
}

.list-right-space {
  vertical-align:middle;
  padding-top:15px;
  font-size: 80%;
  color: #666;
}


.radius_icon {
  border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
  width:  50px;       /* ※縦横を同値に */
  height: 50px;       /* ※縦横を同値に */
  margin-right: 10px;
}

.required {
  color: #FF0000;
  font-weight: bold;

}

@media screen and (max-width: 767px) {

  table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .regi-aggregate .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

}
