/*use colors*/
/*font family*/
.clear-button {
  width: 150px;
  color: #ff5757;
  text-align: center;
  line-height: 3.5;
  margin-right: 20px;
  border: 2px solid #bdc2c7;
  border-radius: 5px;
  font-size: 0.875rem;
}

.tmpSave-button {
  text-align: center;
  font-size: 0.875rem;
  line-height: 3.5;
  width: 150px;
  border-radius: 5px;
  border: 2px solid #bdc2c7;
  background-color: #f0f0f0;
}

.main-button {
  font-size: 1.125rem;
  padding: 2% 6%;
  background-color: #0875ac;
  color: #ffffff;
  border-radius: 5px;
}

.modal-container {
  position: fixed;
  top: 5vh;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.modal-container .modal-inner {
  background-color: #ffffff;
  width: 75%;
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .modal-container .modal-inner {
    width: 95%;
  }
}
.modal-container .modal-inner .modal-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8vh;
  min-height: 8%;
  border-bottom: 2px solid #f0f0f0;
}
.modal-container .modal-inner .modal-top .modal-top-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-container .modal-inner .modal-top .modal-top-menu .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  font-size: 1.125rem;
}
.modal-container .modal-inner .modal-top .modal-top-menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-container .modal-inner .modal-top .modal-top-menu ul li p {
  color: #0875ac;
}
.modal-container .modal-inner .modal-top .modal-top-menu ul li .setting-button {
  width: 25px;
  height: 25px;
}
.modal-container .modal-inner .modal-content {
  padding: 20px;
  width: 100%;
  height: 87vh;
}
@media screen and (max-width: 900px) {
  .modal-container .modal-inner .modal-content {
    height: 80vh;
  }
}
.modal-container .modal-inner .modal-content .modal-content-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}
.modal-container .modal-inner .modal-content .modal-content-heading .modal-content-title {
  padding: 10px 15px;
  width: fit-content;
  border-radius: 10px;
}
.modal-container .modal-inner .modal-content .modal-content-heading .modal-content-title.tmplist-title {
  color: #ff5757;
  background-color: #f0f0f0;
}

.tmplist-table-wrap {
  width: 100%;
  height: 600px;
  min-height: 90%;
  overflow-y: auto;
}
.tmplist-table-wrap .detail-invoice-num {
  margin-bottom: 5px;
}
.tmplist-table-wrap .tmplist-table {
  width: 100%;
  border-collapse: collapse;
}
.tmplist-table-wrap .tmplist-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .tmplist-table-wrap .tmplist-table thead th {
    min-width: 80px;
  }
}
.tmplist-table-wrap .tmplist-table th,
.tmplist-table-wrap .tmplist-table td {
  text-align: center;
  padding: 8px 5px;
  border: 1px solid #bdc2c7;
  font-size: 0.875rem;
}
.tmplist-table-wrap .tmplist-table th {
  background-color: #0875ac;
  color: #ffffff;
}
.tmplist-table-wrap .tmplist-table .tmplist-id {
  width: 3%;
}
@media screen and (max-width: 900px) {
  .tmplist-table-wrap .tmplist-table .tmplist-id {
    min-width: initial;
  }
}
.tmplist-table-wrap .tmplist-table .short-row {
  width: 9%;
}

.detail-button {
  color: #08ac4a;
}

.edit-button {
  color: #0875ac;
}

.delete-button {
  color: #ff5757;
}

.open {
  opacity: 1;
  visibility: visible;
}

.modal-total-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25%;
  padding: 2% 0;
  border-bottom: 2px solid #f0f0f0;
}
@media screen and (max-width: 900px) {
  .modal-total-amount {
    height: 17%;
  }
}
.modal-total-amount .modal-total-amount-inner {
  width: fit-content;
  text-align: center;
}
.modal-total-amount .modal-total-amount-inner .total {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .modal-total-amount .modal-total-amount-inner .total {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.modal-total-amount .modal-total-amount-inner .subtotal,
.modal-total-amount .modal-total-amount-inner .consumption-tax {
  font-size: 0.875rem;
  color: #bdc2c7;
}
.modal-total-amount .modal-total-amount-inner .subtotal {
  margin-bottom: 10px;
}

.payment-wrap {
  display: flex;
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #f0f0f0;
}
@media screen and (max-width: 900px) {
  .payment-wrap {
    display: block;
    height: 60%;
  }
}
.payment-wrap .payment-list {
  width: 50%;
  height: 100%;
  border-right: 2px solid #f0f0f0;
}
@media screen and (max-width: 900px) {
  .payment-wrap .payment-list {
    width: 100%;
    height: fit-content;
    border-right: none;
  }
}
.payment-wrap .payment-list .payment-list-inner .payment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #f0f0f0;
  padding: 2% 5%;
}
@media screen and (max-width: 900px) {
  .payment-wrap .payment-list .payment-list-inner .payment-item {
    height: 55px;
  }
}
.payment-wrap .payment-list .payment-list-inner .payment-item .input-field {
  font-size: 1.125rem;
  text-align: end;
  pointer-events: none;
  background-color: transparent;
}
.payment-wrap .keypad-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .payment-wrap .keypad-block {
    width: 100%;
    height: 63%;
  }
}
.payment-wrap .keypad-block .keypad {
  display: grid;
  grid-template-columns: repeat(3, 90px);
  gap: 15px;
  text-align: center;
  width: max-content;
}
.payment-wrap .keypad-block .keypad button {
  border: 1px solid #bdc2c7;
  border-radius: 5px;
  width: 90px;
  height: 75px;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .payment-wrap .keypad-block .keypad button {
    height: 45px;
  }
}

.modal-change {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12%;
  padding: 0 2%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 900px) {
  .modal-change {
    height: 10%;
  }
}
.modal-change .total-amount {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2%;
}
.modal-change .total-amount li {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}
.modal-change .total-amount li p {
  font-size: 0.875rem;
  text-align: center;
}
.modal-change .total-amount li p span {
  font-size: 1.5rem;
  margin-left: 5px;
}
.modal-change .total-amount li p span.negative-change {
  color: #ff5757;
}
.modal-change .total-amount li + li {
  justify-content: end;
}

.modal-complete {
  width: 100%;
  height: 92%;
}
.modal-complete .modal-total-amount {
  width: 100%;
  height: 80%;
}
.modal-complete .modal-total-amount .modal-complete-title {
  font-size: 1.875rem;
  color: #08ac4a;
  margin-bottom: 50px;
}
.modal-complete .modal-total-amount .modal-complete-subtitle {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.modal-complete .modal-total-amount .subtotal {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .modal-complete .modal-total-amount .subtotal {
    margin-bottom: 5px;
  }
}
.modal-complete .modal-total-amount .receipt-button-wrap {
  margin-top: 50px;
}
.modal-complete .modal-total-amount .receipt-button-wrap .receipt-button {
  padding: 15px 20px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #999;
  margin-right: 30px;
}
.modal-complete .modal-total-amount .receipt-button-wrap .receipt-button:last-child {
  margin-right: 0;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 15%;
  margin-inline: auto;
}

.modal-setting .modal-setting-content {
  height: 80%;
}
.modal-setting .modal-change {
  justify-content: end;
}

header {
  height: 13vh;
  min-height: 13%;
}
@media screen and (max-width: 500px) {
  header {
    height: 8vh;
    min-height: 8%;
  }
}
header .header-top {
  background-color: #0875ac;
  color: #ffffff;
  width: 100%;
  height: 5vh;
  min-height: 35%;
}
@media screen and (max-width: 500px) {
  header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    min-height: initial;
    z-index: 99;
  }
}
header .header-top ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top ul li.login-info ul li {
  margin-right: 30px;
}
header .header-top ul li.login-info ul li:last-child {
  margin-right: 0;
}
header .header-under {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8vh;
  min-height: 65%;
  border-bottom: 2px solid #f0f0f0;
}
@media screen and (max-width: 500px) {
  header .header-under {
    margin-top: 5vh;
    height: 8vh;
    min-height: 45%;
  }
}
header .header-under .header-under-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
header .header-under .header-under-inner .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  font-size: 1.125rem;
}
header .header-under .header-under-inner ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-under .header-under-inner ul li {
  display: flex;
  align-items: center;
}
header .header-under .header-under-inner ul li a {
  color: #0875ac;
}
header .header-under .header-under-inner ul li .tmpSaveList-button {
  color: #0875ac;
  margin-right: 20px;
}
header .header-under .header-under-inner ul li .tmpSaveList-button:last-child {
  margin-right: 0;
}
header .header-under .header-under-inner ul li .setting-button {
  width: 25px;
  height: 25px;
}

.accounting-content {
  width: 100%;
  height: 100%;
}
.accounting-content > ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul {
    flex-direction: column-reverse;
    height: initial;
    padding: 15px 5px 110px;
  }
}
.accounting-content > ul .accounting-content-left {
  width: 35%;
  height: 100%;
  border-right: 2px solid #f0f0f0;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-left {
    width: 100%;
    background-color: #fffaf0;
  }
}
.accounting-content > ul .accounting-content-left .accounting-list-heading {
  width: 100%;
  height: 12%;
  border-bottom: 2px solid #f0f0f0;
}
.accounting-content > ul .accounting-content-left .accounting-list-heading ul {
  width: 100%;
  height: 100%;
  padding: 3% 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accounting-content > ul .accounting-content-left .accounting-list-heading ul .invoice-info select {
  display: block;
  width: fit-content;
  text-align: center;
  margin-top: 5px;
  font-size: 0.875rem;
  color: #0875ac;
}
.accounting-content > ul .accounting-content-left .accounting-list-heading ul li button {
  color: #0875ac;
}
.accounting-content > ul .accounting-content-left .accounting-list-heading ul li button:first-child {
  margin-right: 10px;
}
.accounting-content > ul .accounting-content-left .accounting-list-heading ul li .bulkClear-button {
  color: #ff5757;
}
.accounting-content > ul .accounting-content-left .barcode-input-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6%;
  border-bottom: 2px solid #f0f0f0;
}
.accounting-content > ul .accounting-content-left .barcode-input-block input {
  padding: 1%;
  width: 100%;
}
.accounting-content > ul .accounting-content-left .accounting-list {
  width: 100%;
  height: 70%;
  overflow-y: auto;
  border-bottom: 2px solid #f0f0f0;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3% 3% 3% 15%;
  border-bottom: 1px solid #f0f0f0;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background-image: url(../img/icon/check-icon-gray.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background-image: url(../img/icon/check-icon-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item .accounting-desc .product-name {
  margin-bottom: 12px;
  line-height: 1.5;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item .accounting-desc .product-detail {
  display: flex;
  align-items: center;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item .accounting-desc .product-detail input {
  width: 100px;
  padding: 2% 3%;
  text-align: end;
  border: 2px solid #bdc2c7;
  border-radius: 10px;
  background-color: #ffffff;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item .accounting-desc .product-detail span {
  margin: 0 15px;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item .delete-icon {
  background-image: url(../img/icon/delete-icon-gray.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.accounting-content > ul .accounting-content-left .accounting-list .accounting-list-item.active .delete-icon {
  background-image: url(../img/icon/delete-icon-red.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.accounting-content > ul .accounting-content-left .total-amount {
  width: 100%;
  height: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-left .total-amount {
    position: fixed;
    bottom: 50px;
    left: 0;
    height: 50px;
    background-color: #edf2fa;
    z-index: 99;
  }
}
.accounting-content > ul .accounting-content-left .total-amount li {
  width: 50%;
}
.accounting-content > ul .accounting-content-left .total-amount li p {
  font-size: 1.125rem;
  color: #bdc2c7;
  text-align: center;
}
.accounting-content > ul .accounting-content-left .total-amount li p span {
  font-size: 1.5rem;
  color: #000000;
  margin: 0 5px;
}
.accounting-content > ul .accounting-content-right {
  width: 65%;
  height: 100%;
  padding: 1%;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-right {
    width: 100%;
    padding: 0;
  }
}
.accounting-content > ul .accounting-content-right .order-list-category {
  overflow-x: auto;
}
.accounting-content > ul .accounting-content-right .order-list-category ul {
  display: flex;
  width: fit-content;
  flex-wrap: nowrap;
}
.accounting-content > ul .accounting-content-right .order-list-category ul li {
  border-top: 1px solid #bdc2c7;
  border-right: 1px solid #bdc2c7;
  padding: 10px 15px;
  white-space: nowrap;
}
.accounting-content > ul .accounting-content-right .order-list-category ul li:first-child {
  border-left: 1px solid #bdc2c7;
}
.accounting-content > ul .accounting-content-right .order-list-type {
  position: relative;
  border: 1px solid #bdc2c7;
  width: 100%;
  height: 80%;
  padding: 1.5%;
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-right .order-list-type {
    width: 100%;
    height: 300px;
  }
}
.accounting-content > ul .accounting-content-right .order-list-type .loading-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
}
.accounting-content > ul .accounting-content-right .order-list-type > ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 140px;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-right .order-list-type > ul {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
  }
}
.accounting-content > ul .accounting-content-right .order-list-type > ul > li {
  padding: 3%;
  border: 1px solid #bdc2c7;
  overflow-y: auto;
}
.accounting-content > ul .accounting-content-right .order-list-type > ul > li.no-stock {
  border: 1px solid #ff5757;
}
.accounting-content > ul .accounting-content-right .order-list-type > ul > li p {
  font-size: 1.125rem;
  margin-bottom: 7px;
}
.accounting-content > ul .accounting-content-right .order-list-type > ul > li ul li {
  font-size: 0.875rem;
  color: #bdc2c7;
  margin-bottom: 3px;
}
.accounting-content > ul .accounting-content-right .order-list-type > ul > li ul li:last-child {
  margin-bottom: 0;
}
.accounting-content > ul .accounting-content-right .button-wrap {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-right .button-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #515151;
  }
}
.accounting-content > ul .accounting-content-right .button-wrap div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .accounting-content > ul .accounting-content-right .button-wrap div .tmpSave-button {
    line-height: initial;
    height: 100%;
    padding: 6%;
  }
}

html,
body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  body {
    overflow: initial;
  }
}

main {
  height: 87%;
  min-height: 87%;
}
@media screen and (max-width: 900px) {
  main {
    height: 100%;
    min-height: 100%;
  }
}

section {
  width: 100%;
  height: 100%;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain {
  width: 95%;
  height: 100%;
  margin-inline: auto;
}

.active {
  background-color: #def5ff;
}

.top-content {
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-content {
    position: initial;
  }
}
.top-content .top-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .top-content .top-menu {
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    gap: 15px;
  }
}
.top-content .top-menu li {
  font-size: 1.375rem;
  text-align: center;
  border: 2px solid #0875ac;
  border-radius: 30px;
  line-height: 125px;
}
@media screen and (max-width: 900px) {
  .top-content .top-menu li {
    line-height: 100px;
  }
}
.top-content .top-menu li:hover {
  background-color: #def5ff;
}/*# sourceMappingURL=style.css.map */