body {
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 16px;
  background-color: #eeeeee;
}

.alert {
  text-align: center;
}

.container-fluid-tiny {
  margin-top: 0px !important;
}

.card {
  background-color: #fcfcfc;;
}

.card-tile {
  background-color: #f9f9f9;
}

.btn-xs {
  padding: 0.125rem 0.35rem;
  border-radius: 12px !important;
}

.btn-dark {
  background-color: #333 !important;
}

.content-wrapper {
  margin-left: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f1f1f1 !important;
  opacity: 1;
}

.form-check-return {
  /* position: absolute; */
  margin-top: 0.5rem;
  /* margin-left: -0.4rem; */
}

.login-page {
  height: 100vh;
  overflow-y: hidden;
  /* background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url("../img/27871827_s.jpg"), linear-gradient(to top, rgba(200, 200, 200, 0.8) 0%, rgba(200, 200, 200, 0.8) 100%), url("../img/28825149_m.jpg"); */
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url("../img/27871827_s.jpg"), linear-gradient(to top, rgba(200, 200, 200, 0.8) 0%, rgba(200, 200, 200, 0.8) 100%), url("../img/24240217_m.jpg");
  background-repeat: no-repeat;
  background-size: auto, 200px auto, auto, cover;
  background-position: center, right bottom, center, center;
}

.login-box, .register-box {
  width: 100%;
  max-width: 500px;
}

.btn-circle {
  border-radius: 50%;
}

.column-info {
  font-size: 90%;
  margin-bottom: 0.5em;
	color: #4169e1;
}

.column-warning {
  font-size: 90%;
  margin-bottom: 0.5em;
	color: #dc143c;
}

.float-left {
  display: flex;
  justify-content: left;
}

.float-center {
  display: flex;
  justify-content: center;
}

.float-right {
  display: flex;
  justify-content: right;
}

.btn-default {
  background-color: #fff;
}

.btn-proxy-login {
  display: flex;
  color: #007bff;
  background-color: transparent;
  margin-left: 0px;
  margin-right: 5px;
  border: none;
}

.btn-proxy-login:hover {
  color: #0053ac;
  flex: 1 1 auto;
  margin-left: 5px;
  margin-right: 0px;
}

.table-responsive > .table > tbody > tr:hover {
  background-color: #f3f8ff;
}

.table-detail th {
  background-color: #efefef;;
}
.search-form {
  /* position: relative; */
  top: -10%;
  left: 10%;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
}
  
.search-input {
  /* position: absolute;
  top: 10px;
  left: 38px; */
  margin-top: 12px;
  margin-left: 10px;
  font-size: 14px;
  background: none;
  color: #5a6674;
  height: 20px;
  border: none;
  appearance: none;
  outline: none;
  width: calc(100% - 95px);
}

.search-icon {
  margin-top: 12px;
  margin-left: 26px;
  color:darkgrey;
}

.search-clear {
  margin-top: 12px;
  /* margin-left: 10px; */
  color:darkgrey;
  z-index: 999;
}

@keyframes blink{
  50% {opacity:0;}
  100% {opacity:1;}
}

.btn:focus,
.form-control:focus,
.select:focus,
.checkbox:focus,
.select2-selection:focus,
.has-error .form-control:focus,
.has-error .select:focus,
.has-error .checkbox:focus,
.has-error .select2-selection:focus {
	outline: ridge thin rgba(0, 17, 255, 0.5) !important;
	/* -webkit-box-shadow:inset 0 5px 3px rgba(0,0,0,.075),0 0 15px rgba(0, 17, 255, 1); */
	/* box-shadow:inset 0 5px 3px rgba(0,0,0,.075),0 0 15px rgba(0,17,255,1); */
}

.form-control:not(.btn):focus {
	/* background-color: rgba(165, 165, 255, .2); */
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content{
  background: #fff;
  left: 50%;
  /* padding: 40px; */
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-height: 80%;
  overflow-y: scroll;
}

.modal__content-image {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  max-height: 80%;
}

.modal__item{
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  /* height: 90%; */
  max-height: 500px;
  max-width: 700px;
}

.modal__spinner{
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
}

.form-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* border: ridge thin #aaa; */
  background-color: #efefef;
}

.form-title label {
  display: inline-block;
  margin-bottom: 0;
}

.form-control {
  border: solid 1px #a4a4a4;
}

/* .form-control:disabled,
.form-control[readonly] {
  background: radial-gradient(#fff, #fff);
  outline: none;
  border: none;
} */

/* .form-group {
  height: 2.5rem;
} */

/* .form-group .content-item,
.form-control p {
  background: radial-gradient(#fff, #fff);
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
} */

.suggest,
.ax-select {
  position: absolute;
  width: calc(100% - 14px);
  font-size: 16px;
  line-height: 23px;
  color: #555;
  /* background-color: #ededff; */
  background-color: #fff;
  border: 1px solid #7a9cd3;
  z-index: 5000;
}

.suggest div {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 12px;
}

/* マウスカーソルを変更 */
.ax-select tr {
  cursor: pointer;
  height: 2em;
}

.ax-select .suggest-title {
  cursor: auto;
}

.suggest div.select,
.ax-select .select {
  /* キー上下で選択した場合のスタイル */
  width: 100%;
  height: 2em;
  color: #fff;
  font-weight: 500;
  background-color: #1e90ff;
}

.suggest div.over {
  /* マウスオーバ時のスタイル */
  color: #fff;
  background-color: #1e90ff;
}

.ax-select .suggest-list {
  /* margin-left: 2px; */
  /* width: calc(100% - 2px); */
  width: 100%;
}

.ax-select .suggest-list td.over {
  cursor: pointer;
}

.ax-select .suggest-list td,
th {
  padding: 0 10px 0 10px;
}

.suggest-title td,
th {
  padding: 0 10px 0 10px;
}

.ax-select-icon {
	position: absolute;
	top: 36px;
	right: 8px;
	padding: 9px 8px;
	/* transition: 0.3s; */
	color: #919191;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 310px;
  margin-top: 10px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 1rem !important;
}

.user-menu {
  display: flex;
  float: left;
}

.brand-text {
  color: #333;
}

.brand-text:hover,
.brand-link:hover {
  color: #000;
}

.user-header {
  /* height: 190px !important; */
  height: auto !important;
}

.tile {
  margin: 20px;
  max-width: 800px;
}

.tile-menu,
a.tile-menu,
button.tile-menu {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 0 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  min-width: 220px;
  max-width: 330px;
  margin: 10px 5px;
  width: 100%;
}

.side-menu-show {
  margin-top: 75px;
  position: fixed;
  color: rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.side-menu-show:hover {
  color: rgba(0, 0, 0, 0.3);
}

.side-menu-hide {

}

.main-sidebar {
  margin-top: 75px;
  /* display: none; */
  transform:translateX(-300px);
  opacity:0;
  transition:opacity 0.5s,transform 0.5s;
}

.left-fadein{
  opacity:1;
  transform:translateX(0);
}

.main-footer {
  margin-left: 0px !important;
}

.container-fluid {
  margin-top: 80px;
}

.btn-orange,
a.btn-orange {
  color: #eb6100;
  /* background-color: #eb6100; */
  white-space: nowrap;
  border: solid 2px #eb6100;
}
.btn-orange:hover,
a.btn-orange:hover {
  color: #fff;
  background: #f56500;
}

.datepicker {
  z-index: 10000 !important;
}

.atom-spinner, .atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  height: 60px;
  width: 60px;
  overflow: hidden;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #ff1d5e;
  /* font-size: calc(60px * 0.24); */
  font-size: calc(60px * 0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: calc(60px / 25);
  border-top-width: calc(60px / 25);
  border-left-color: #ff1d5e;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}

.bill-detail-table,
.bill-current-table {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-bottom: 1px solid #333;
  border-radius: 5px 5px 5px 5px;
}

.bill-detail-table th:first-child,
.bill-current-table th:first-child{
  border-radius: 5px 0 0 0;
}

.bill-detail-table th:last-child,
.bill-current-table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #333;
}

.bill-detail-table th {
  text-align: center;
  color: #333;
  background: linear-gradient(#fff,#fff);
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333 !important;
  /* box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%; */
  padding: 10px 0;
}

.bill-current-table th{
  text-align: center;
  color: #ccc;
  background-color: #333;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333 !important;
  /* box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%; */
  padding: 10px 0;
}

.bill-detail-table td,
.bill-current-table td{
  text-align: center;
  /* border-left: 1px solid #a8b7c5; */
  border-left: 1px solid #333;
  border-bottom: none;
  border-top: none;
  /* box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%; */
  padding: 3px 10px 10px 10px;
}

.bill-detail-table td:last-child,
.bill-current-table td:last-child{
  border-right: 1px solid #333;
}

.bill-detail-table tr:last-child,
.bill-current-table tr:last-child{
  border-bottom: 1px solid #333;
}

.bill-detail-table tr:last-child td:first-child,
.bill-current-table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.bill-detail-table tr:last-child td:last-child,
.bill-current-table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.bill-detail-table .bt{
  border-top: 1px solid #333;
}

.input-btn {
  /* width: 266px; */
  width: 100%;
  min-width: 250px;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-detail {
  table-layout: fixed;
  width: 100%;
  min-width: 1280px;
}

.table-detail th.tw-5 {
  width: 5%;
}

.table-detail th.tw-10 {
  width: 10%;
}

.table-detail th.tw-15 {
  width: 15%;
}

.table-detail th.tw-20 {
  width: 20%;
}

.table-detail th.tw-25 {
  width: 25%;
}

.table-detail th.tw-30 {
  width: 30%;
}

.table-detail th.tw-35 {
  width: 35%;
}

.table-detail th.tw-40 {
  width: 40%;
}

.table-detail th.tw-45 {
  width: 45%;
}

.table-detail th.tw-50 {
  width: 50%;
}

.table-detail th.min-tw-5 {
  min-width: 5%;
}

.table-detail th.min-tw-10 {
  min-width: 10%;
}

.table-detail th.min-tw-15 {
  min-width: 15%;
}

.table-detail th.min-tw-20 {
  min-width: 20%;
}

.table-detail th.min-tw-25 {
  min-width: 25%;
}

.table-detail th.min-tw-30 {
  min-width: 30%;
}

.table-detail th.min-tw-35 {
  min-width: 35%;
}

.table-detail th.min-tw-40 {
  min-width: 40%;
}

.table-detail th.min-tw-45 {
  min-width: 45%;
}

.table-detail th.min-tw-50 {
  min-width: 50%;
}

.field-content {
  margin-left: 30px;
  margin-bottom: 5px;
  color: rgb(0, 0, 124);
}

#my_container{
	width: 100%;
  height: 100%;
	display: flex;
  flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
}

#my_inner{
	margin: 0px;
  padding: 10px 10px;
	border-radius: 20px;
	background-color: #ededed;
  color: #333;
	font-size: 1rem;
  text-align: center;
}

#my_quagga{
	width: 280px;
  height: 280px; 
	margin: 5px;
  padding: 0px;
	position: relative;
	background-color: silver;
}

#my_quagga video{
	width: 100%;
  height: 100%; 
	position: absolute;
	top: 0px;
  left: 0px;
}

#my_quagga canvas{
	width: 100%;
  height: 100%; 
	position: absolute;
	top: 0px;
  left: 0px;
}

#my_result{
	width: 100%;
  height: 100%; 
	font-size: 1rem;
  text-align: center;
}

#my_barcode{
	width: 100%;
  height: 100%;
	display: flex;
  flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
}

.w-full {
  width: 100%;
}

.form-inline .w-50ch {width: calc(26px + 50ch);}
.form-inline .w-45ch {width: calc(26px + 45ch);}
.form-inline .w-40ch {width: calc(26px + 40ch);}
.form-inline .w-35ch {width: calc(26px + 35ch);}
.form-inline .w-30ch {width: calc(26px + 30ch);}
.form-inline .w-25ch {width: calc(26px + 25ch);}
.form-inline .w-20ch {width: calc(26px + 20ch);}
.form-inline .w-15ch {width: calc(26px + 15ch);}
.form-inline .w-10ch {width: calc(26px + 10ch);}
.form-inline .ib {display: inline-block;}

.table-scroll {
  overflow-y: scroll;
  height: 200px;
  border: 1px solid #ccc;
}

.csv-button {
  display: flex;
  margin-top: 5px;
  margin-left: 5px;
}

.table-select {
  width: 370px;
}

.column-useable {
  height: 515px;
  width: 370px;
  padding: 5px;
  overflow-x: none;
  overflow-y: auto;
  border: solid 1px #999;
}

.column-selector {
  height: 400px;
  width: 370px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid 1px #999;
}

.column-selector-icon {
  font-size: large;
  margin-top: 250px;
}

.common-selector {
  height: 100px;
  width: 370px;
  padding: 5px;
  overflow-x: none;
  overflow-y: auto;
  border: solid 1px #999;
}

.drg-li {
  background-color: #fcfcfc;
  list-style-type: none;
  margin: 3px;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #0062cc;
  width: 337px;
}

.del-btn {
  color: #ff1d5e;
  padding: 0 !important;
}

.del-btn:hover {
  color: #ff1d5e;
}

.del-btn-hide {
  display: none;
}

.order-btn {
  width: 40px;
  height: 24px;
  color: #078101;
  padding: 0 !important;
  text-align: center;
  display: none;
}

.order-btn:hover {
  cursor: pointer;
  color: #078101;
  background-color: #fff;
	transform: scale(1);
}

#use-columns li .order-btn {
  background-color: #fff;
  border: solid 1px #c3c3c3;
  border-radius: 5px;
  margin-right: 10px;
  display: block;
}

.ui-draggable-dragging {
  z-index: 999;
}

.order-btn-hide {
  display: none;
}

.btn:not(.btn-default):hover {
  cursor: pointer;
	transform: scale(1.1);
}

.btn-md:not([disabled]):hover {
  cursor: pointer;
	transform: scale(1.3);
}

.btn-xs:not([disabled]):hover {
  cursor: pointer;
	transform: scale(1.4);
}

#modal_dialog_body .wrapper .content-wrapper {
  min-height: auto !important;
}

.tr-return {
  background-color: #ee475777 !important;
}

.tr-return :hover {
  background-color: #f7758277 !important;
}

.proxy-login {
  font-size: 13px;
  padding: 2px 5px;
  height: 20px;
  margin-top: 16px;
  margin-right: 5px;
}

.no-wrap {
  white-space: nowrap;
}

.btn-2xs {
  padding: 0.125rem 0.125rem;
  font-size: .75rem;
  line-height: 1;
  border-radius: 0.10rem;
}

.btn-no-border {
  border: none !important;
}

.order-list {
  background-color: #dcffdc !important;
}

.th-select {
  white-space: nowrap;
  text-align: center !important;
}

.hidden { visibility: hidden; }
.display-none { display: none; }

.lh-05 { line-height: 0.5em; }
.lh-10 { line-height: 1.0em; }
.lh-15 { line-height: 1.5em; }
.lh-20 { line-height: 2.0em; }
.lh-25 { line-height: 2.5em; }
.lh-30 { line-height: 3.0em; }

.w-05 { width: 5ch; }
.w-07 { width: 7ch; }
.w-10 { width: 10ch; }
.w-12 { width: 12ch; }
.w-15 { width: 15ch; }
.w-18 { width: 18ch; }
.w-20 { width: 20ch; }
.w-22 { width: 22ch; }
.w-25 { width: 25ch; }

.password-eye {
  position: absolute;
  margin-top: -30px;
  margin-left: 15px;
  color: gray;
}

.graph-area {
  position: relative;
  height: 400px;
}

.graph-area-h-half {
  position: relative;
  height: 300px;
}

.graph-title {
  display: flex;
  justify-content: space-between;
}

.graph-title-btn-area {
  margin-right: 10px;
}

.paginate-area {
  display: flex;
  justify-content: center;
}

.pagination {
  overflow-x: auto;
}

.js-modal-open, .js-modal-close, .product-image-show {
  cursor: pointer;
}

.edit-bill-detail {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

.product-image-edit {
  width: 80%;
  height: 80%;
  border: solid 1px #333;
}

.bill-form {
  display: block;
}

.select-pref {
    width: 100%;
    display: contents;
}

.m-1px { margin: 1px;}
.mt-1px { margin-top: 1px;}
.mr-1px { margin-right: 1px;}
.mb-1px { margin-bottom: 1px;}
.ml-1px { margin-left: 1px;}
.mx-1px { margin-left: 1px; margin-right: 1px;}
.my-1px { margin-top: 1px; margin-bottom: 1px;}
.m-2px { margin: 2px;}
.mt-2px { margin-top: 2px;}
.mr-2px { margin-right: 2px;}
.mb-2px { margin-bottom: 2px;}
.ml-2px { margin-left: 2px;}
.mx-2px { margin-left: 2px; margin-right: 2px;}
.my-2px { margin-top: 2px; margin-bottom: 2px;}
.m-3px { margin: 3px;}
.mt-3px { margin-top: 3px;}
.mr-3px { margin-right: 3px;}
.mb-3px { margin-bottom: 3px;}
.ml-3px { margin-left: 3px;}
.mx-3px { margin-left: 3px; margin-right: 3px;}
.my-3px { margin-top: 3px; margin-bottom: 3px;}
.m-4px { margin: 4px;}
.mt-4px { margin-top: 4px;}
.mr-4px { margin-right: 4px;}
.mb-4px { margin-bottom: 4px;}
.ml-4px { margin-left: 4px;}
.mx-4px { margin-left: 4px; margin-right: 4px;}
.my-4px { margin-top: 4px; margin-bottom: 4px;}
.m-5px { margin: 5px;}
.mt-5px { margin-top: 5px;}
.mr-5px { margin-right: 5px;}
.mb-5px { margin-bottom: 5px;}
.ml-5px { margin-left: 5px;}
.mx-5px { margin-left: 5px; margin-right: 5px;}
.my-5px { margin-top: 5px; margin-bottom: 5px;}
.m-6px { margin: 6px;}
.mt-6px { margin-top: 6px;}
.mr-6px { margin-right: 6px;}
.mb-6px { margin-bottom: 6px;}
.ml-6px { margin-left: 6px;}
.mx-6px { margin-left: 6px; margin-right: 6px;}
.my-6px { margin-top: 6px; margin-bottom: 6px;}
.m-7px { margin: 7px;}
.mt-7px { margin-top: 7px;}
.mr-7px { margin-right: 7px;}
.mb-7px { margin-bottom: 7px;}
.ml-7px { margin-left: 7px;}
.mx-7px { margin-left: 7px; margin-right: 7px;}
.my-7px { margin-top: 7px; margin-bottom: 7px;}
.m-10px { margin: 10px;}
.mt-10px { margin-top: 10px;}
.mr-10px { margin-right: 10px;}
.mb-10px { margin-bottom: 10px;}
.ml-10px { margin-left: 10px;}
.mx-10px { margin-left: 10px; margin-right: 10px;}
.my-10px { margin-top: 10px; margin-bottom: 10px;}
.m-15px { margin: 15px;}
.mt-15px { margin-top: 15px;}
.mr-15px { margin-right: 15px;}
.mb-15px { margin-bottom: 15px;}
.ml-15px { margin-left: 15px;}
.mx-15px { margin-left: 15px; margin-right: 15px;}
.my-15px { margin-top: 15px; margin-bottom: 15px;}
.m-20px { margin: 20px;}
.mt-20px { margin-top: 20px;}
.mr-20px { margin-right: 20px;}
.mb-20px { margin-bottom: 20px;}
.ml-20px { margin-left: 20px;}
.mx-20px { margin-left: 20px; margin-right: 20px;}
.my-20px { margin-top: 20px; margin-bottom: 20px;}
.m-25px { margin: 25px;}
.mt-25px { margin-top: 25px;}
.mr-25px { margin-right: 25px;}
.mb-25px { margin-bottom: 25px;}
.ml-25px { margin-left: 25px;}
.mx-25px { margin-left: 25px; margin-right: 25px;}
.my-25px { margin-top: 25px; margin-bottom: 25px;}
.m-30px { margin: 30px;}
.mt-30px { margin-top: 30px;}
.mr-30px { margin-right: 30px;}
.mb-30px { margin-bottom: 30px;}
.ml-30px { margin-left: 30px;}
.mx-30px { margin-left: 30px; margin-right: 30px;}
.my-30px { margin-top: 30px; margin-bottom: 30px;}

.pl-0 { padding-left: 0; }

.text-normal { font-weight: 100 !important; }

.flex {
  display: flex;
}

.justify-left { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-right { justify-content: flex-end; }
.items-baseline { align-items: baseline; }
.items-center { align-items: center; }
.flex-wrap { flex-wrap: wrap; }

/*input要素は非表示*/
.staff {
  display: none;
}

/*期間限定価格エリアの設定*/
.limited_area {
  background-color: #ffecf0;
  margin-bottom: 50px;
}
.limited_area_title {
  margin: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

/*タブエリアの設定*/
.staff_area {
  display: flex;
  flex-wrap: wrap;
}

/*タブボタン部分*/
.btn_staff {
  display: block;
  padding: 0.5em 1em 0.3em 1em;
  margin-right: 2px;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #cdcdcd;
  float: left;
  cursor: pointer;
  order: -1;
}

/*コンテンツ部分*/
.staff_content {
  display: none;
  width: 100%;
  padding: 1em;
  background: #ececec;
}

/*フェイドインアニメーションのために透明度を０に*/
.staff_inner {
  opacity: 0;
}

/*タブを選択したとき*/
.staff:checked + .btn_staff {
  background: #ececec;
}
.staff:checked + .btn_staff + .staff_content {
  display: block;
}

/*コンテンツをフェイドインするアニメーション*/
.staff:checked + .btn_staff + .staff_content .staff_inner {
  animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

@media(max-width: 767px){
  .side-menu-show {
    display: none;
  }
  .paginate-area {
    display: flex;
    justify-content: left;
  }
}

.table-dialog td {
  vertical-align: middle !important;
}

.btn-page {
    font-size: 1.5rem;
    line-height: 1.7;
    border: none;
    background-color: transparent;
}

@media print {
  body {
    zoom: 0.73;
    -webkit-print-color-adjust: extract;
    margin-left: 30mm;
    margin-right: 5mm;
  }

  .main-footer, .btn {
    display: none;
  }

  .edit-bill-detail {
    color: #212529;
    text-decoration: none;
  }
}

@page {
  size: A4 landscape;
}
