@charset "UTF-8";
/*--------------------------------------
 * cmn
 --------------------------------------*/
@media screen and (max-width: 1079px) {
  html {
    font-size: 1.4814814814814816vw;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}
a, a:hover {
  color: #000;
}
.ui-datepicker{z-index: 1050 !important}
img, img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}
.me-auto {
  margin-right: auto !important;
}
.table-sm {
  margin-bottom: 0;
}
.table-sm th {
  font-weight: normal;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
/*--------------------------------------
 * tooltip
 --------------------------------------*/
.tooltip .tooltip-inner {
  background: #808080;
  font-size: 0.8125rem;
}
.tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip .arrow::before {
  border-bottom-color: #808080;
}
/*--------------------------------------
 *  contract dropdown
 --------------------------------------*/
.contract-menu-block {
    overflow: inherit !important;
    margin-bottom: 12.5rem !important;
}
.contract-menu-block .menu-h {
    margin: 0;
}
.contract_dropdown-btn {
    min-height: 2.375rem;
}
.contract_dropdown-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    margin: 0 auto;
}
.contract-dropdown-cover {
    overflow-x: inherit !important;
}
.contract-dropdown-table {
    overflow: inherit !important;
}
.contract-dropdown-table .dropdown-menu {
    top: 2.25rem !important;
    left: auto !important;
    right: 0;
    transform: translate3d(0, 0, 0px) !important;
}
.contract-dropdown-table .dropdown-item {
    padding: 0.05rem 1.5rem !important;
}

/*--------------------------------------
 * header
 --------------------------------------*/
.navbar {
  height: 130px;
  padding: 0 1.25rem 0 1.875rem;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.2s;
}
.navbar h1 {
  white-space: normal;
  padding-right: 1.25rem;
  margin-bottom: 0;
}
.navbar h1 span {
  display: block;
}
.navbar h1 .logo {
  margin-bottom: 0.3rem;
  line-height: 0;
  width: 12.5rem;
}
.navbar h1 .shop-name {
  font-size: 1rem;
}
.navbar .condition {
  color: #666666;
}
.navbar-brand {
  width: 17.5rem;
  margin: 0;
  padding: 0;
}
.navbar-nav .search .form-control {
  width: 18.75rem;
  margin-right: 1.875rem;
  height: calc(1.5em + 1rem);
  background: url("../img/icon_search.svg") no-repeat left 0.625rem center;
  background-size: 1.25rem;
  padding-left: 2.8125rem;
}
.navbar-nav .nav-h {
  width: 18.75rem;
  margin-top: 1rem;
}
.navbar-nav .nav-h li:first-child {
  margin-left: -0.25rem;
}
.navbar-nav .nav-h li:last-child {
  margin-right: -0.25rem;
}
.navbar-nav .nav-h li img {
  width: 2rem;
}
.navbar .config {
  width: 2.25rem;
  cursor: pointer;
}
.navbar .navbar-btn {
  font-size: 0.75em;
  border-style: solid;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-width: 0px 0.75rem 0.75rem 0.75rem;
  border-color: transparent transparent #666666 transparent;
  position: absolute;
  bottom: 0px;
  right: 1.6rem;
  cursor: pointer;
}
.navbar .navbar-btn:before {
  content: 'CLOSE';
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
}
/*
 * dropdown-menu
 */
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 1.875rem;
}
.config-menu {
  box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.5);
  padding: 0;
}
.config-menu li {
  width: 100%;
  line-height: 1.2;
  border-bottom: 1px solid #E6E6E6;
}
.config-menu li a {
  padding: 1rem 3.125rem 1rem 1.25rem !important;
  background: url("../img/icon_arrow01.svg") no-repeat right 0.9375rem center;
  background-size: 0.375rem;
}
.config-menu li .icon {
  margin-right: 1rem;
  width: 1.5rem;
}
.config-menu li .txt {
  white-space: nowrap;
}
.config-menu li img {
  width: 1.5rem;
}
/*
 * header-close
 */
.navbar-close .navbar {
  height: 70px;
}
.navbar .navbar-nav .nav-h {
  transition: all 0.1s;
}
.navbar-close .navbar .navbar-nav .nav-h {
  transition: all 0s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.navbar-close .navbar .navbar-btn {
  bottom: -0.75rem;
  transform: rotate(180deg);
}
.navbar-close .navbar .navbar-btn:before {
  display: none;
}
.navbar-close .layout-nav {
  padding-top: 70px;
}
.navbar-close .layout-content {
  padding-top: 70px;
}
.navbar-close .sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 70px);
}
/*--------------------------------------
 * Sidebar
 --------------------------------------*/
.layout-nav {
  transition: all 0.2s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 13.8rem;
  padding-top: 130px;
  border-right: 1px solid #E6E6E6;
}
.layout-nav.nofix {
  position: absolute;
}
.layout-nav .sidebar-btn {
  position: absolute;
  right: 0.625rem;
  margin: 0.6rem 0;
  z-index: 100;
  cursor: pointer;
  line-height: 1em;
  width: 2.125rem;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 130px);
  /*overflow-y: scroll;*/
  padding-top: 1.875rem;
}
.sidebar .nav-item a {
  padding: 0.7rem 1.25rem;
  font-weight: 500;
}
.sidebar .nav-item .icon {
  width: 2.1875rem;
  text-align: center;
}
.sidebar .nav-item .txt {
  white-space: nowrap;
  padding-left: 1.25rem;
}
/*
 * dropdown-menu
 */
.sidebar .btn-group {
  display: block;
}
.sidebar .dropdown-menu {
  transform: translate3d(13.8rem, 0px, 0px) !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  border: 1px solid #E6E6E6;
  border-left: none;
}
.sidebar .dropdown-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.sidebar .dropdown-menu li:last-child {
  border-bottom: none;
}
.sidebar .dropdown-menu li a {
  background: #E37FA2;
  color: #fff;
}
.sidebar .btn-group.show {
  background: url("../img/icon_arrow02.svg") no-repeat right 0.625rem center;
  background-size: 0.4375rem;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
/*
 * sidebar-close
 */
.sidebar-close .sidebar .dropdown-menu {
  transform: translate3d(4.625rem, 0px, 0px) !important;
}
.sidebar-close .layout-nav {
  width: 4.6875rem;
}
.sidebar-close .layout-nav .sidebar-btn {
  transform: rotate(180deg);
  right: -2.75rem;
}
.sidebar-close .layout-content {
  margin-left: 4.625rem;
}
.layout-nav li .txt {
  transition: all 0.2s;
}
.sidebar-close .layout-nav li .txt {
  transition: all 0s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  padding-left: 0rem;
}
/*--------------------------------------
 * Content
 --------------------------------------*/
.btn .icon.size {
  max-width: 1.5rem;
}
.layout-content {
  border-left: 1px solid #E6E6E6;
  padding-top: 130px;
  margin-left: 12.4375rem;
  transition: all 0.2s;
  background: #f8f8f8;
}
.layout-content main {
  padding: 2.5rem 2.5rem 6.25rem;
  min-height: calc(100vh - 130px);
}
.page-tit {
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.page-tit-s {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.page-tit .icon ,.page-tit-s .icon {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.page-tit .txt ,.page-tit-s .txt {
  display: inline-block;
  vertical-align: middle;
}
.row .page-tit {
  margin-bottom: 0;
}
.page-tit-box {
  margin-bottom: 2.5rem;
}
.bg-pink {
  background: #E37FA2;
  color: #fff !important;
}
.bg-line {
  background: #00B900;
  color: #fff !important;
}
.bg-line-deactive:hover {
  cursor: default !important;
}
.bg-gray {
  background: #999999 !important;
  color: #fff !important;
}
.bg-gray-l {
  background-color: #DCDCDC !important;
}
.bg-white {
  background: #fff;
	border:1px solid #ccc;
}
.txt-pink {
  color: #C80046;
}

.pointer {
  cursor: pointer;
}
.btn-fix {
  position: fixed;
  left: 12.5rem;
  bottom: 0;
  width: calc(100% - 12.5rem);
  background: rgba(255, 255, 255, 0.65);
  padding: 1.25rem 0;
}
/*--------------------------------------
 * form
 --------------------------------------*/ ::placeholder {
  color: #9D9D9D !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
}
.form-control, .custom-select {
  height: calc(1.5em + 1.375rem);
  border-color: #E6E6E6;
  border-radius: 0.25rem;
}
.form-control.border-c999, .custom-select.border-c999 {
  border-color: #999;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  font-weight: 500;
}
.input-group-text {
  background: none;
  border: none;
}
.input-group-prepend .input-group-text {
  padding-left: 0;
}
.input-group-append .input-group-text {
  padding-right: 0;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.form-note {
  color: #C83C6D;
  font-size: 0.875rem;
}
.form-control.icon-search {
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: left 0.625rem center;
  background-size: 1.25rem;
  padding-left: 2.8125rem;
}
.form-control.icon-search.icon-right {
  background-position: right 0.625rem center;
  padding-left: .75rem;
  padding-right: 2.8125rem;
}
.form-control.datepicker {
  background-image: url("../img/icon_calendar.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  padding-right: 2.8125rem;
	background-size: 1.25rem;
}
/*
 * ボタン
 */
.btn-submit,
.btn-print,
.btn-reload,
.btn-mail-history01,
.btn-mail-history02 {
  background: #E37FA2;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 0.9375rem 0.625rem;
  line-height: 1em;
  transition: all 0.2s;
}
.btn-excel {
  background: #7fab8e;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  max-width: 400px;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.9375rem 0.625rem;
  line-height: 1em;
  transition: all 0.2s;
    margin-top: 0 !important;
}
.btn-submit.icon:before {
  content: "";
  background: url("../img/icon_submit.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: -0.375rem 1.5625rem 0 0;
}
.btn-print.icon:before {
  content: "";
  background: url("../img/icon_printer_white.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: -0.25rem 1.5625rem 0 0;
}
.btn-reload.icon:before {
  content: "";
  background: url("../img/icon_reload_white.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: 0.125rem 1.5625rem 0.125rem 0;
}
.btn-mail-history01.icon:before {
  content: "";
  background: url("../img/icon_output.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: -0.25rem 1.5625rem 0 0;
}
.btn-mail-history02.icon:before {
  content: "";
  background: url("../img/icon_mail_white.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: -0.25rem 1.5625rem 0 0;
}
.btn-excel.icon:before {
  content: "";
  background: url("../img/icon_excel.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: -0.25rem 1.5625rem 0 0;
}
.btn-submit:hover, .btn-submit:active,
.btn-print:hover, .btn-print:active,
.btn-reload:hover, .btn-reload:active,
.btn-mail-history01:hover, .btn-mail-history01:active,
.btn-mail-history02:hover, .btn-mail-history02:active {
  background-color: #C83C6D !important;
}
.btn-excel:hover, .btn-excel:active {
  background-color: #236A42 !important;
}
.btn-submit-s {
  font-size: 1.125rem;
  max-width: 240px;
}
.btn-submit-s.icon:before {
  width: 1.4rem;
  height: 1.525rem;
  margin-right: 1rem;
}
.btn-print-s {
  font-size: 1.125rem;
  max-width: 240px;
}
.btn-print-s.icon:before {
  width: 1.4rem;
  height: 1.525rem;
  margin-right: 1rem;
}
.btn-reload-s {
  font-size: 1.125rem;
  max-width: 240px;
}
.btn-reload-s.icon:before {
  width: 1.4rem;
  height: 1.525rem;
  margin-right: 1rem;
}
.btn-mail-history01-s {
  font-size: 1.125rem;
  max-width: 240px;
}
.btn-mail-history01-s.icon:before {
  width: 1.4rem;
  height: 1.525rem;
  margin-right: 1rem;
}
.btn-mail-history02-s {
  font-size: 1.125rem;
  max-width: 240px;
}
.btn-mail-history02-s.icon:before {
  margin-right: 1rem;
}
.btn-delete {
  background: #999999;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 0.9375rem 0.625rem;
  line-height: 1em;
  transition: all 0.2s;
}
.btn-delete.icon:before {
  content: "";
  background: url("../img/icon_trash.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.875rem;
  margin: -.1rem 1.5625rem 0 0;
}
.btn-delete:hover, .btn-delete:active {
  background-color: #555555 !important;
}
.btn-delete-s {
  font-size: 1.125rem;
  max-width: 240px;
}
.btn-delete-s.icon:before {
    margin-right: 1rem;
}
.btn-hover-pink, .btn-hover-gray {
  transition: all 0.2s;
}
.btn-hover-pink:hover, .btn-hover-pink:active {
  background-color: #C83C6D !important;
}
.btn-hover-gray:hover, .btn-hover-gray:active {
  background-color: #666 !important;
}
.btn-hover-gray-l:hover, .btn-hover-gray-l:active {
  background-color: #ddd !important;
}
/*
 * セレクトボックス
 */
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/icon_arrow03.svg") no-repeat right 0.625rem center #fff;
  background-size: 0.5625rem;
  padding-right: 1.6rem;
}
.form-control.icon-calendar{
	background-image: url(../img/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    padding-right: 2.8125rem;
	background-size: 1.25rem;
}
/*
 * ラジオボタン
 */
.form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  border: none;
  padding: 0;
}
.form-radio label {
  display: flex;
  align-items: center;
  gap: 0 .4em;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.form-radio label::before, .form-radio label::after {
  border-radius: 50%;
  content: '';
}
.form-radio label::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #9F9F9F;
  box-sizing: border-box;
}
.form-radio label::after {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: none;
}
.form-radio label:has(:checked)::before {
  border-color: #C83C6D;
}
.form-radio label:has(:checked)::after {
  background-color: #C83C6D;
}
.form-radio input[type="radio"] {
  display: none;
}
/*
 * ラジオボタン02
 */
.form-radio-btn {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  border: 1px solid #E6E6E6;
  text-align: center;
  background: #fff;
  border-radius: 10rem;
  overflow: hidden;
}
.form-radio-btn input {
  display: none;
}
.form-radio-btn label {
  display: block;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 50%;
  margin: 0;
  padding: 0.1rem;
  font-weight: 400;
}
.form-radio-btn label:has(:checked) {
  background: #C83C6D;
  color: #fff;
}
/*
 * チェックボックス
 */
.form-check label {
  margin-right: 1.25rem;
}
.form-check input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-check {
  margin: 0;
  padding: 0.45rem 0;
}
.form-check label{
	font-weight: normal;
}
.form-check input[type="checkbox"] {
  cursor: pointer;
  padding-left: 1.6875rem;
  vertical-align: middle;
  position: relative;
}
.form-check input[type="checkbox"]::before, .form-check input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
.form-check input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #B3B3B3;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(-54%);
  top: 50%;
  left: 0;
  border-radius: 0.25rem;
}
.form-check.bg-gray-l {
  background: none !important;
}
.form-check.bg-gray-l input[type="checkbox"]::before {
  background-color: #F8F8F8;
}
.form-check input[type="checkbox"]::after {
  border-bottom: 0.125rem solid #4B4B4B;
  border-left: 0.125rem solid #4B4B4B;
  opacity: 0;
  height: 0.375rem;
  width: 0.6875rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 25% 75%;
  top: 50%;
  left: 50%;
}
input[type="checkbox"].bg-gray-d::before {
  background-color: #666666;
}
input[type="checkbox"].bg-gray-d::after {
  border-bottom: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  opacity: 0;
  height: 0.375rem;
  width: 0.6875rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 25% 75%;
  top: 50%;
  left: 50%;
}
.form-check input[type="checkbox"]:checked::after {
  opacity: 1;
}
.form-group h5 input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group h5 input[type="checkbox"] {
  cursor: pointer;
  padding-left: 1.6875rem;
  vertical-align: middle;
  position: relative;
}
.form-group h5 input[type="checkbox"]::before, .form-group h5 input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
.form-group h5 input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #B3B3B3;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(-54%);
  top: 50%;
  left: 0;
  border-radius: 0.25rem;
}
.form-group h5 input[type="checkbox"]::after {
  border-bottom: 0.125rem solid #4B4B4B;
  border-left: 0.125rem solid #4B4B4B;
  opacity: 0;
  height: 0.375rem;
  width: 0.6875rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 25% 75%;
  top: 50%;
  left: 50%;
}
.form-group h5 input[type="checkbox"]:checked::after {
  opacity: 1;
}
/*
 * カレンダー
 */
.datepicker.dropdown-menu {
  padding: 1rem;
    z-index: 1051 !important;
}
.datepicker td, .datepicker th {
  width: 2.2em;
}
.datepicker table tr td.today {
  background: #E37FA2 !important;
  color: #fff !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active {
  background: #C83C6D !important;
}
/*--------------------------------------
 * 会計
 --------------------------------------*/
.pay-nav-h li {
  margin-left: 0.625rem;
}
.pay-nav-h li:first-child{
	margin-left: 0;
}
.pay-nav-h li a, .pay-nav-h li button {
  align-items: center !important;
}
.pay-nav-h li span {
  line-height: 1em;
}
.pay-nav-h li .icon {
  margin-right: 0.5rem;
  width: 1.375rem;
}
.pay-nav-h li select {
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
    height: auto;
    border-color: #ccc;
}
.menu-block {
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  margin-bottom: 1.25rem;
}
.menu-block .menu-h {
  background: #F0BECF;
  padding: 1.2543rem;
  position: relative;
  font-weight: 500;
}
.menu-block .menu-h.bg-lightpink {
  background: #F7DEE6;
}
.menu-block .menu-h .accordion-button {
  position: absolute;
  right: calc(15px + 1.2543rem);
  top: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 0.25rem;
  border: 1px solid #4D4D4D;
  cursor: pointer;
}
.menu-block .menu-h .accordion-button:before {
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  background: #4D4D4D;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-block.hide .menu-h .accordion-button:after {
  content: "";
  width: 0.125rem;
  height: 1.25rem;
  background: #4D4D4D;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-block .inner {
  background: #fff;
  padding: 1.2543rem;
  position: relative;
}
.menu-block .inner .form-group:last-child {
  margin-bottom: 0;
}
.menu-block .inner .row {
  margin-right: -8px;
  margin-left: -8px;
}
.menu-block .inner .col {
  padding-right: 8px;
  padding-left: 8px;
}
.menu-block .inner .input-group-text {
  padding: .375rem;
  padding-right: 0;
}
.menu-block-n {
    overflow: hidden;
    border: 1px solid #E6E6E6;
    margin-bottom: 1.25rem;
}
.menu-block-n .form-check {
    margin: 0;
    padding: 0;
}
.menu-block-n .form-check label {
    padding: 0.25rem 0;
    margin-bottom: 0;
}
.menu-block-n .menu-n {
  padding: 0 1.2543rem;
  position: relative;
}
.menu-block-n .menu-n .accordion-button {
  position: absolute;
  right: 1.2543rem;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
}
.menu-block-n .menu-n .accordion-button:before {
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  background: #4D4D4D;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-block-n.hide .menu-n .accordion-button:after {
  content: "";
  width: 0.125rem;
  height: 1.25rem;
  background: #4D4D4D;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-block-n .inner {
    border-top: 1px solid #EEEEEE;
    background: #F8F8F8;
    padding: 0;
    position: relative;
}
.menu-block-n .inner .form-group label {
    display: block;
    padding: 0.25rem 0 0.25rem 2.5rem;
    border-bottom: 1px solid #EEEEEE;
}
.menu-block-n .inner .form-group:last-child {
  margin-bottom: 0;
}
.menu-block-n .inner .row {
  margin-right: -8px;
  margin-left: -8px;
}
.menu-block-n .inner .col {
  padding-right: 8px;
  padding-left: 8px;
}
.menu-block-n .inner .input-group-text {
  padding: .375rem;
  padding-right: 0;
}
.menu-block .inner .btn-trash {
  position: absolute;
  bottom: 1.2543rem;
  right: 1.2543rem;
}
.menu-block .inner .btn-trash button {
  width: 100%;
  padding: 0.1875rem;
  width: 3.75rem;
  height: 3.75rem;
}
.menu-block .inner .btn-trash span {
  display: block;
}
.menu-block .inner .btn-trash .icon img {
  width: 1.5rem;
}
.accordion-item .accordion-body {
  transition: all 0.3s;
}
.accordion-item.hide .accordion-body {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.step-nav {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.step-nav .step-box {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.step-nav .step-box:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #C83C6D;
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
}
.step-nav .col-3:last-child .step-box:after {
  display: none;
}
.step-nav .step-box a {
  border: 2px solid #C83C6D;
  background: #fff;
  color: #C83C6D;
  display: block;
  padding: 0.75rem 0.625rem;
  border-radius: 10rem;
  text-decoration: none !important;
}
.step-nav .step-box.current a, .step-nav .step-box a:hover {
  background: #C83C6D;
  border: 2px solid #C83C6D !important;
  color: #fff;
}
.step-nav .step-box.done a {
  background: #E37FA2;
  border: 2px solid #E37FA2;
  color: #fff;
}
.pay-menu-select {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.pay-menu-select .btn {
  width: 100%;
  display: inline-block !important;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.625rem;
}
.pay-menu-select .btn .icon {
  margin-right: 0.625rem;
  vertical-align: 0.1rem;
}
.pay-menu-select .btn .icon img {
  width: 2.875rem;
}
.pay-menu-select .btn .icon.clear img {
  width: 1.6rem;
}
/*--------------------------------------
 * モーダル
 --------------------------------------*/
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.modal-dialog-m {
  max-width: 600px;
}
.modal-dialog-s {
  max-width: 550px;
}
.modal-dialog-ss {
  max-width: 400px;
}
.modal-content {
  padding: 1.875rem;
  border-radius: 0.5rem;
  border: none;
  position: relative;
}
.modal-body {
  padding: 0;
}
.modal-close {
  background: #B3B3B3;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  cursor: pointer;
}
.icon-close {
  display: block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.25rem;
  height: 0.1875rem;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin: 45% auto;
}
.icon-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.modal-dialog .nav-link.active {
  border-bottom: 2px solid #C80046;
  color: #000;
}
.modal-dialog .nav-link {
  color: #B3B3B3;
}
.modal-dialog .modal-tit {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.modal-dialog .modal-tit .icon {
  margin-right: 0.9375rem;
}
/*
menu modal width + height = 90%
*/
#modal-reserve-create .modal-dialog-bb,
#modal-reserve-edit .modal-dialog-bb,
#modal-delivery,
#modal-delivery-history
{
  max-width:97% !important

}
.menu-selecte{
  max-width: 98% !important;
  height:90% !important
}

.menu-selecte .modal-dialog {
  height: 90vh;
}

.menu-selecte .modal-content {
  height: 100%;
}
.menu-selecte .modal-body{
  overflow:hidden ;
  display:flex;
  flex-direction: column;
}
.menu-selecte .tab-content{
  height:100%;
  overflow-y: hidden;
}
.menu-selecte .tab-pane{
  height:60%;
}
.menu-selecte .tab-pane2{
  height:40%;
}
/*
 * モーダル：メニューセレクト
 */
.modal-dialog.menu-selecte .tab-nav {
  border-bottom: 1px solid #E6E6E6;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 1.25rem;
}
.modal-dialog.menu-selecte .table-box {
  border: 1px solid #E6E6E6;
  padding: 0.625rem 1.25rem;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.375rem;
  overflow-y: auto;
  height:100%;
}
.txt-area {
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0.75rem;
}
.txt-area-t {
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem 0.25rem 0 0;
  background: #fff;
  padding: 0.75rem;
}
.txt-area-b {
  border: 1px solid #E6E6E6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  background: #fff;
  padding: 0.75rem;
}
.txt-area th, .txt-area td, .txt-area-t th, .txt-area-t td, .txt-area-b th, .txt-area-b td {
  vertical-align: middle;
}

.twod_code-box {
    margin: 0 auto;
    max-width: 130px;
    width: 100%;
}
.twod_code-box_print {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}
.twod_code-box img,
.twod_code-box_print img {
    width: 100%;
}
.twod_code-title {
    text-align: center;
    font-size: .7rem;
    margin-bottom: .5rem;
}
/*
 * 設定画面リスト
 */
.config-list {
    margin-bottom: 3rem;
}
.config-list table {
    background: #fff;
    border: 1px solid #ececec;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1rem;
	overflow: hidden;
}
.config-list table thead {
    border-radius: 1rem 1rem 0 0 ;
}
.config-list table tbody tr {
    border-bottom: none;
}
.config-list table tbody tr:last-child {
    border-bottom: none;
}
.config-list table thead tr th {
    background: #c5c5c5;
    text-align: center;
}
.config-list table tbody tr td {
    line-height: 2.8;
}
.config-list table tbody tr td a {
    color: #C83C6D;
    font-weight: 500;
    text-decoration: underline;
}
.config-list table thead tr th:first-child {
    border-radius: 1rem 0 0 0;
}
.config-list table thead tr th:last-child {
    border-radius: 0 1rem 0 0;
}
.config-list-s {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 1rem;
}
.config-list-s .config-list-s-title {
    border-radius: 1rem 1rem 0 0 ;
    background: #c5c5c5;
    text-align: center;
    padding: .75rem;
    margin-bottom: 0;
}
.config-list-s .config-list-s-title-left {
    border-radius: 1rem 0 0 0;
    background: #c5c5c5;
    text-align: center;
    padding: .75rem;
    margin-bottom: 0;
}
.config-list-s .config-list-s-title-right {
    border-radius: 0 1rem 0 0;
    background: #c5c5c5;
    text-align: center;
    padding: .75rem;
    margin-bottom: 0;
}
.config-list-s-inner {
    padding: 1.5rem .75rem;
}
.config-list-s-box {
    border-bottom: 1px solid #E6E6E6;
}
.config-list-s-box:first-child {
    border-top: 1px solid #E6E6E6;
}
.config-list-s-box input {
    display: none;
}
.config-list-s-box label {
    display: block;
    padding: .75rem;
    margin-bottom: 0;
    cursor: pointer;
}
.config-list-s-box input:checked + label {
    background: #F7DEE6;
}
.config-list-s-box .btn-replace {
    width: 26%;
    float: right;
    padding: 0 0;
    margin-top: -.275rem
}
.config-list-s-box .btn-replace .btn {
    height: calc(1.5em + 0.75rem);
}
.config-list a.btn,
.config-list-s a.btn {
    text-decoration: none;
}
/*
 * 分析リスト(売上推移表)
 */
.salestrend-list {
}
.salestrend-list table {
    background: #fff;
    border: 1px solid #ececec;
    border-collapse: separate;
    border-spacing: 0;
	overflow: hidden;
}
.salestrend-list table thead th,
.salestrend-list table thead td,
.salestrend-list table tbody th,
.salestrend-list table tbody td {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.salestrend-list table tbody tr {
    border-bottom: none;
}
.salestrend-list table tbody tr:last-child {
    border-bottom: none;
}
.salestrend-list table thead tr th,
.salestrend-list table tfoot tr th {
    background: #DCDCDC;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}
.salestrend-list table thead tr td {
    background: rgba(220,220,220,0.5);
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}
.salestrend-list table tbody tr:nth-child(even) {
    background: #F8F8F8;
}
.salestrend-list table tbody tr td a {
    color: #C83C6D;
    font-weight: 500;
    text-decoration: underline;
}
.salestrend-list .cell-people {
    min-width: 70px;
}
.salestrend-list .cell-sales {
    min-width: 105px;
}
.salestrend-list table thead tr th span {
    min-width: 100px;
    display: block;
}
.salestrend-list table tfoot tr th,
.salestrend-list table tfoot tr td {
    font-size: 0.875rem;
    padding: 0.75rem;
}
.salestrend-list table tfoot .total {
    background: #DCDCDC;
}
.salestrend-list table .text-minus {
    color: #C83C6D;
}
.salestrend-list table .text-minus::before {
    content: '▲';
    font-size: 0.675rem;
}
.salestrend-list table .text-plus::before {
    content: '＋';
    font-size: 0.675rem;
}
.salestrend-list table .tfoot-bg-gray-l {
    background: rgba(220,220,220,0.5);
    background: rgba(220,220,220,0.5);
    text-align: center;
    vertical-align: middle;
}
.salestrend-list .nav {
    display: table-row;
}
/*
 * ランキング
 */
.ranking-list {
}
.ranking-list table {
    background: #fff;
    border: 1px solid #ececec;
    border-collapse: separate;
    border-spacing: 0;
	overflow: hidden;
}
.ranking-list table thead th,
.ranking-list table thead td,
.ranking-list table tbody th,
.ranking-list table tbody td {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.ranking-list table tbody tr {
    border-bottom: none;
}
.ranking-list table tbody tr:last-child {
    border-bottom: none;
}
.ranking-list table thead tr th,
.ranking-list table tfoot tr th {
    background: #DCDCDC;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}
.ranking-list table thead tr td {
    background: rgba(220,220,220,0.5);
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}
.ranking-list table tbody tr:nth-child(even) {
    background: #F8F8F8;
}
.ranking-list table tbody tr td a {
    color: #C83C6D;
    font-weight: 500;
    text-decoration: underline;
}
.ranking-list table thead tr th span {
    min-width: 100px;
    display: block;
}
.ranking-list table tbody tr td span {
    display: block;
}
.ranking-list table tfoot tr th,
.ranking-list table tfoot tr td {
    font-size: 0.875rem;
    padding: 0.75rem;
}
.ranking-list table .text-minus {
    color: #C83C6D;
}
.ranking-list table .text-minus::before {
    content: '▲';
    font-size: 0.675rem;
}
.ranking-list table .text-plus::before {
    content: '＋';
    font-size: 0.675rem;
}
.ranking-list table .rank-num {
    font-weight: 500;
}

.cross-table02-tit {
    font-weight: 700;
}

/*
 * ボタン
 */
.btn-replace {
    justify-content: center;
    margin: 0;
    padding: 0 1rem;
}
.btn-replace .btn-box {
    padding: 0;
}
.btn-replace .btn {
    background: #fff;
    height: calc(1.5em + 1.375rem);
    width: 100%;
    justify-content: center;
}
.btn-replace .btn .icon {
    width: 1.382rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-replace .btn-replace-left {
    border-radius: 0.25rem 0 0 0.25rem;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.btn-replace .btn-replace-right {
    border-radius: 0 0.25rem 0.25rem 0;
    border: 1px solid #E6E6E6;
}
.btn-replace .non-active {
    background: #EFEFEF;
    pointer-events: none;
}
/*
 * カラーピッカー
 */
.popover-content {
    width: auto;
}


/*--------------------------------------
 * 予約表
 --------------------------------------*/
.calendar-box{
	margin-bottom: 1.875rem;
}
.calendar-box:last-child{
	margin-bottom: 0;
}
.fc .fc-toolbar-chunk button{
	padding:0.5rem 1rem;

}
.fc .fc-toolbar-chunk button:active{
	background: #C83C6D !important;
	outline: none !important;
}
.fc .fc-toolbar-chunk .fc-prev-button,.fc .fc-toolbar-chunk .fc-next-button{
	background: #C83C6D;
	border: none;
}
.fc .fc-toolbar-chunk .fc-prev-button{
	border-right: 1px solid #fff;
	margin-right: 1px;
	outline: none;
}

.fc .fc-toolbar-chunk .fc-today-button{
	background: #C83C6D;
	border: none;
}
.fc .fc-toolbar-chunk .fc-resourceTimelineDay-button,.fc .fc-toolbar-chunk .fc-timeGridWeek-button,.fc .fc-toolbar-chunk .fc-dayGridMonth-button{
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
}
.fc .fc-toolbar-chunk .fc-button-active{
	background: #C83C6D !important;
	border: 1px solid #ccc !important;
}
.fc-view-harness{
	background: #fff;
}
.fc-theme-standard td, .fc-theme-standard th{
	border: 1px solid #ccc;
}
.fc .fc-resource-timeline-divider{
	width: 0;
	border: none;
}
.fc-timeline-slot-cushion{
	text-align: center;
}
.fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame{
	    justify-content: center;
}
.fc-timeline-event .fc-event-title{
	cursor: pointer;
}
.fc-timeline-slot-label,.fc-col-header-cell{
	background: #E6E6E6;
}
.fc .fc-timegrid-slot-label,.fc .fc-timegrid-axis{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.now-time-txt{
	font-size: 0.7rem;
	text-align: center;
	display: block;
	margin-top: 0.3rem;
}
.popover-sticky {
  position: fixed !important;
  top: 0px !important;
  left: auto !important;
  z-index: 1000;
}
.popover-sticky .arrow {
  display: none;
}
.popover-header{
	display: none;
}
.popover{
	max-width: 550px;
	width: 100%;
	z-index: 100;
}

.popover-body{
	padding: 0;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before{
	border-bottom-color: #DEDEDE;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after{
	border-bottom-color: #DEDEDE;
}
.popover-box-header{
	font-size: 1.25rem;
	padding:1rem 3.5rem 1rem 2.5rem;
	background: #DEDEDE;
	position: relative;
}
.popover-box-header .close{
	content: "";
	display: block;
	width: 1.625rem;
	height: 1.625rem;
	position: absolute;
	top:50%;
	right: 1rem;
	background: url("../img/icon_popover_close.svg") no-repeat center;
	background-size: contain;
	opacity: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.popover-box-header-mini{
	font-size: 1.25rem;
	padding:0.6rem 3.5rem 0.6rem 2.5rem;
	background: #DEDEDE;
	position: relative;
}

.popover-box-header-mini .close{
	content: "";
	display: block;
	width: 1.625rem;
	height: 1.625rem;
	position: absolute;
	top:50%;
	right: 1rem;
	background: url("../img/icon_popover_close.svg") no-repeat center;
	background-size: contain;
	opacity: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.popover .inner{
	padding:1rem 2.5rem 2.5rem;
}
.popover .list .col-3{
	font-weight: bold;
}
.popover .list .col-3,.popover .list .col-7{
	line-height: 1.6em;
	margin-bottom: 0.3rem;
}
.popover .btn-box{
	width: 100%;
	padding: 0;
	margin-top: 1.25rem;
}
.popover .btn-box .btn{
	width: 100%;
	display: block;
}

.fc-scrollgrid-section-header .fc-datagrid-cell-cushion{
	width: 100%;
	padding: 0.4rem;
}
.fc-scrollgrid-section-header .fc-datagrid-cell-main{
	background-image: url("../img/icon_ timeline_schedule.svg");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position:left 1.25rem center;
	background-color: #E37FA2;
    color: #fff !important;
	display: block;
	padding: 0.2rem;
	border-radius: 0.25rem;
}
/***************************************************

 2-1,2-2,2-3 css

 ***************************************************/
.table thead th,
b {
  font-weight: 600;
}
.btn-search {
  background: #E37FA2;
  color: #fff;
  border: none;
  font-size: 1.1875rem;
  max-width: 180px;
  width: 100%;
  margin: 0 0.375rem;
  border-radius: 0.375rem;
  padding: 0.9375rem 0.625rem;
  line-height: 1em;
  transition: all 0.2s;
}
.btn-search span img {
    margin-top: -4px;
}
.btn-wideFree {
  background: #E37FA2;
  color: #fff;
  border: none;
    max-width: 170px;
    width: 100%;
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.9375rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-wideFree span img {
    margin-top: -4px;
}
.btn-search:hover {
  background-color: #C83C6D !important;
}
button.btn-wideFree {
    padding: 0.4375rem 0.225rem;
}
.excel_btn {
    background-color: rgba(46,139,87,0.7);
    color: #fff;
    border: none;
    max-width: 170px;
    width: 100%;
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.77rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.excel_btn span img {
    margin-top: -4px;
}
.excel_btn:hover {
  background-color: #236A42;
  color: #fff;
}
.csv_btn {
    background-color: rgba(62,98,159,0.7);
    color: #fff;
    border: none;
    max-width: 170px;
    width: 100%;
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.9375rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.csv_btn span img {
    margin-top: -4px;
}
.csv_btn:hover {
  background-color: #3E629F;
  color: #fff;
}
.cancel_btn {
    background-color: rgba(153,153,153,0.7);
    color: #fff !important;
    border: none;
    max-width: 170px;
    width: 100%;
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.9375rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cancel_btn span img {
    margin-top: -4px;
}
.cancel_btn.l-btn {

}
.cancel_btn:hover {
  background-color: #999999;
  color: #fff;
}
.easy_btn {
    color: #fff !important;
    border: none;
    max-width: 170px;
    width: 100%;
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.9375rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.easy_btn span img {
    margin-top: -4px;
}
.easy_btn:hover {
  color: #fff;
}
.config-list table tfoot {
  background-color: #E9E9E9;
}
.config-list table th,
.config-list table td {
  white-space: nowrap;
}
.btn_line_second {
    margin-top: 1.5rem;
    text-align: right;
}
/*
.btn_line_second a.excel_btn {
    max-width: 45%;
    margin-left: 49%;
}
*/
.btn-wideFree .size img {
    margin-right: 0.375rem;
    width: 1.375rem;
}
.config-list table thead tr th.border-radius-both {

}

.regi_wrap .col-6 {
    display: flex;
    flex-flow: column;
}
.box__block {
  height: 94%;
  max-height: 100%;
}
.ttl_box {
    border-radius: 1rem 1rem 0 0;
    background: #c5c5c5;
    text-align: center;
    padding: .75rem;
}
.box__block-wrap {
    background-color: rgba(255,255,255,1.00);
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 100%;
}
.box__block-wrap.right {
    height: auto;
}
.box__block-wrap.one {
    border: 1px solid #E6E6E6;
    border-radius: 0.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    height: auto;
}
.box__block-inner {
    padding: 1.25rem 1.875rem;
}
.box__block-inner_box {
    padding-bottom: 2.8125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box__block-inner_box:last-child {
    padding-bottom: 0;
}
.box__block-inner + hr {
  margin-top: 0;
}
.box__block-inner_box h3 {
    width: 100%;
    font-size: 1.1rem;
}
.box__block-inner_box p {
    width: 67%;
    display: block;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.box__block-inner_box span {
    width: 33%;
    display: block;
    display: flex;
    align-items: flex-end;
}

input.small_input {
    height: calc(1em + 1em) !important;
    padding: .175rem .75rem !important;
    width: 100%;
    margin-right: 0.375rem;
}
.box__block-inner.total {
    display: flex;
    justify-content: flex-end;
    padding-top: 0px;
}
.box__block-inner.total p {
  margin-bottom: 0;
}
.box__block-inner.total span {
    width: 43%;
    display: flex;
}
.box__block-inner.total span input.small_input {
    margin-left: 1.5rem;
}
ul.ryoiki {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.ryoiki li {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0.375rem;
    margin: 0;
    font-size: 0.875rem;
}
ul.ryoiki li .suji b {
  font-size: 1rem;
}
ul.ryoiki li .input02 input {
    margin-right: 0.375rem;
}
.box__block-wrap.one .box__block-inner {
padding: 1.25rem 1.875rem 1.25rem;
}
.box__block-wrap.one p:last-child {
    margin: 0;
}
.box__block-wrap.one p.wrap {
    display: flex;
}
.box__block-wrap.one p.wrap span {
    display: flex;
    height: 100%;
}
.box__block-wrap.one p.wrap span.label {
    width: 50%;
}
.box__block-wrap.one p.wrap span.input03 {
    width: 50%;
}
.box__block-wrap.one .input04 {
    display: flex;
    height: 100%;
    color: #C83C6D;
    font-size: 1.3125rem;
    align-items: center;
}
.box__block-wrap.one .input04 input {
    height: 100% !important;
    color: #C83C6D;
    font-size: 1.3125rem;
}
.btn-mail {
    background: #E37FA2;
    color: #fff;
    border: none;
    font-size: 1.1875rem;
    width: 100%;
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.9375rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mail span img {
    margin-top: -4px;
}
.btn-mail-s {
    background: #E37FA2;
    color: #fff;
    border: none;
    font-size: 1rem;
    width: 100%;
    height: calc(1.5em + 1.375rem);
    margin: 0 0.375rem;
    border-radius: 0.375rem;
    padding: 0.9375rem 0.625rem;
    line-height: 1em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box__block-wrap.one:last-child {
    margin-bottom: 0;
}
.button_group .bg-gray {
  background: #999999;
  color: #fff;
  border: none;
  font-size: 1.1875rem;
  max-width: 180px;
  width: 100%;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  border-radius: 0.375rem;
  padding: 0.9375rem 0.625rem;
  line-height: 1em;
  transition: all 0.2s;
}
.button_group button {
  margin-bottom: 0.9375rem;
}
.button_group button img {
  margin-top: -4px;
  width: auto;
  height: auto;
  max-width: 1.375rem;
}
.total_set {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.total_set input {
  margin-left: 0.4375rem;
}
.total_set .label {
  width: 47.5%;
  text-align: right;
}
.total_set .set_first {
  width: 20%;
  display: flex;
  margin-right: 1.875rem;
  align-items: center;
   text-align: right;
}
.total_set .set_second {
  width: 26%;
  display: flex;
  align-items: center;
   text-align: right;
}
.tab-content .icon {
  margin-right: 0.5rem;
  width: 1.375rem;
}
.tab_nav {
  margin: 0 -1.88rem 3rem -1.88rem;
  border-bottom: 1px solid #E6E6E6;
}

.tab-content table th .btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: -0.2rem;
  margin-bottom: -0.4rem;
  margin-top: -0.4rem;
}

/*
 * 分析
 */
.analytics-ex-text {
    font-size: 0.875rem;
}
.analytics-list {
}
.analytics-list table {
    background: #fff;
    border: 1px solid #ececec;
    border-collapse: separate;
    border-spacing: 0;
	overflow: hidden;
}
.analytics-list table th {
    background: #DCDCDC;
    text-align: center;
    font-size: 0.875rem;
    padding: 0.4rem;
}
.analytics-list table td {
    text-align: center;
    font-size: 0.875rem;
}

.circle_canvas_area {
    position:relative;
    width: 240px;
    height: 240px;
    margin: 1rem auto 2rem;
}
.saleschart_canvas_area {
    position:relative;
    width: 100%;
    margin: 1rem auto 2rem;
    background: #fff;
    padding: 1rem;
}
.anaritics_circle_block .nav {
    border-bottom: none;
}
.anaritics_circle_block .tab-pane {
    padding: 0;
}

/*
 * ランキング
 */
.ranking-sub-menu {
    background: #DCDCDC;
    padding: 0.75rem;
}
.label-title {
    font-weight: 500 !important;
}
/*
 * 条件検索
 */
.search-btn-box button {
    padding: 0.75rem
}
.btn-redirect-to-line {
  height: 74px;
}
.btn-redirect-to-line button {
  margin-top: -5px;
}
.search-left-box {
    padding-right: 2.5rem;
}
.search-left-box .config-list.config-list table tbody tr td {
    line-height: 1.75;
    padding-left: 0.75rem;
    vertical-align: middle;
}
.search-right-box .config-list table th,
.search-right-box .config-list table td {
    white-space: inherit;
}
.search-right-box td {
    padding: 0.75rem;
    min-height: 433px;
}
.search-right-box td span {
    display: block;
    line-height: 1.5;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}
/*
 * メール
 */
.mail-create-main #complete_mail_box {
    height: 40rem;
}
.mail-create-block li {
    width: 100%;
    padding: 0 15px;
}
.mail-create-block li a {
    width: 100%;
    margin-bottom: .5rem;
    text-align: center;
    display: block;
}
.mail-create-block li a span {
    width: 100%;
    text-align: center;
    display: block;
}
.mail-create-to-block.config-list table tbody tr td {
    line-height: 1.5;
    vertical-align: middle;
}
.mail-history-table thead {
    display: block;
}
.mail-history-table thead tr {
    width: 100%;
    display: flex;
}
.mail-history-table thead tr th:first-child {
    width: 15%;
}
.mail-history-table thead tr th:nth-child(2) {
    width: 20%;
}
.mail-history-table thead tr th:nth-child(3) {
    width: 30%;
}
.mail-history-table thead tr th:nth-child(4) {
    width: 15%;
}
.mail-history-table thead tr th:nth-child(5) {
    width: 15%;
}
.mail-history-table thead tr th:last-child {
    width: 10%;
}
.mail-history-table tbody {
    display: block;
    height: 300px;
    overflow-y: auto;
    width: 100%;
}
.mail-history-table tbody tr {
    width: 100%;
    display: flex;
}
.mail-history-table tbody tr td:first-child {
    width: 15%;
}
.mail-history-table tbody tr td:nth-child(2) {
    width: 20%;
}
.mail-history-table tbody tr td:nth-child(3) {
    width: 30%;
}
.mail-history-table tbody tr td:nth-child(4) {
    width: 15%;
}
.mail-history-table tbody tr td:nth-child(5) {
    width: 15%;
}
.mail-history-table tbody tr td:last-child {
    width: 10%;
}

/*
 * モバイル受付設定
 */
.mobile-entry-table.config-list table tbody tr td {
    line-height: 1.5;
    vertical-align: middle;
}

/*
 * 顧客検索
 */
.btn-customer-search {
    max-width: 100% !important;
    margin: 0;
}
.customer-search-list.config-list table thead tr th,
.customer-search-list.config-list table tbody tr td {
    line-height: 1.5;
    vertical-align: middle;
}

.lines-td {
    line-height: 1.5 !important;
}

.history-box {
    display: none;
}
.history-box.active {
    display: block;
}

/*
 * 顧客統合
 */
.integration-first-cell {
    font-size: 1.2rem;
    padding: 1.65rem 0 !important;
}
.integration-base-list table {
    background: #fff;
    border: 1px solid #ececec;
    border-collapse: separate;
    border-spacing: 0;
	overflow: hidden;
}
.integration-base-list table thead {
    font-size: 0.875rem;
    padding: 0.4rem;
}
.integration-base-list table tbody th {
    text-align: left;
    font-size: 0.875rem;
    vertical-align: middle;
    height: 71px;
}
.integration-base-list table tbody td {
    text-align: left;
    font-size: 0.875rem;
    vertical-align: middle;
    height: 71px;
}
.integration-base-list table tbody td:last-child {
    height: auto;
}
.integration-base-list table tbody tr:nth-child(even) {
    background: #f0f0f0;
}

/*
 * 顧客統合リスト（右）
 */
.integration-right-list table {
    background: #fff;
    border: 1px solid #ececec;
    border-collapse: separate;
    border-spacing: 0;
	overflow: hidden;
}
.integration-right-list table thead {
    text-align: center;
    padding: 0.4rem;
}
.integration-right-list table thead tr th {
    background:#E6E6E6;
    text-align: center;
    vertical-align: middle;
    min-width: 300px;
    font-weight: 400;
}
.integration-right-list table thead tr th:not(:last-child) {
    border-right: 1px solid #fff;
}
.integration-right-list table tbody tr {
    border-bottom: none;
}
.integration-right-list table tbody tr:nth-child(odd) {
    background: #f0f0f0;
}
.integration-right-list table tbody tr:last-child {
    border-bottom: none;
}
.integration-right-list table tbody tr td {
    padding: 1.29rem 0.75rem !important;
}
.integration-right-list table tbody tr:nth-child(odd) td:not(:last-child) {
    border-right: 1px solid #fff;
}
.integration-right-list table tbody tr:nth-child(even) td:not(:last-child) {
    border-right: 1px solid #ececec;
}

.attendance-btn {
    padding: .6rem 1.2rem !important;
}

.cp-transparency {
    display: none !important;
}

.reserve-table {
    overflow-x: inherit !important;
    margin-bottom: 12rem;
}
.reserve-dropdown {
    position: relative;
}
.reserve-dropdown span {
    cursor: pointer;
    transition: .3s;
}
.reserve-dropdown span:hover {
    opacity: .7;
}
.reserve-dropdown .dropdown-menu {
    padding: 20px 35px 20px 20px;
    width: max-content;
    transform: translate3d(0, 3rem, 0px) !important;
}
.reserve-dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    left: 2.25rem;
    border-style: solid;
    border-width: 0 0.8rem 0.8rem;
    border-color: transparent transparent #dee2e6 transparent;
    z-index: 1001;
    top: -0.8rem;
}
.reserve-dropdown .dropdown-menu::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    left: 2.25rem;
    border-style: solid;
    border-width: 0 0.8rem 0.8rem;
    border-color: transparent transparent #fff transparent;
    z-index: 1002;
    top: -0.7rem;
}
.reserve-dropdown .dropdown-menu p {
    line-height: 1.75;
    margin-bottom: 0;
}
.reserve-dropdown .dropdown-menu .menu {
    color: #C83C6D;
    font-weight: 700;
}
.reserve-dropdown .dropdown-menu .col-auto {
    min-width: 150px;
}

.history-mail-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 1rem;
    overflow: hidden;
    padding: 2rem;
}


#leftList, #rightList {
    font-size: 90%;
}
.left-list-title,
.right-list-title {
    padding: 0.75rem 0.75rem 0.75rem 1.75rem !important;
    font-size: 75%;
    font-weight: 700;
}
.left-list-title,
#leftList .config-list-s-box {
    display: flex;
    align-items: center;
    padding: 1rem;
}
#leftList .config-list-s-box {
    min-height: 4.95rem;
}
.left-list-title .item-name,
#leftList .config-list-s-box .item-name {
    width: 70%;
}
.left-list-title .item-price,
#leftList .config-list-s-box .item-price {
    width: 30%;
}
#leftList .config-list-s-box .item-price {
    text-align: right;
}
#leftList .btn-replace {
    display: none;
}
.right-list-title,
#rightList .config-list-s-box {
    display: flex;
    align-items: center;
    padding: 1rem 0 1rem 1rem;
}
.right-list-title .item-name,
#rightList .config-list-s-box .item-name {
    width: 40%;
}
.right-list-title .item-price,
#rightList .config-list-s-box .item-price {
    width: 15%;
    margin-right: 5%;
}
#rightList .config-list-s-box .item-price {
    text-align: right
}
.right-list-title .item-work,
#rightList .config-list-s-box .item-work {
    width: 20%;
    padding: 0 .5rem;
}
.right-list-title .item-sell,
#rightList .config-list-s-box .item-sell {
    width: 20%;
    padding: 0 .5rem;
}
#rightList .config-list-s-box .item-work input,
#rightList .config-list-s-box .item-sell input {
    padding: 0;
}
#rightList .config-list-s-box .item-sell #smallhsv {
    font-size: 90%;
}
#rightList .config-list-s-box .item-work .form-check{
    padding: 0;
}
.right-list-title .btn-replace,
#rightList .btn-replace {
    width: 20%;
}
#rightList input {
    display: block !important;
}
.center-btn .btn {
    margin: 0 auto;
}

.modal .tab-menu {
    margin: 0 -1.9rem 3rem;
}

.form-control.pickListSelect {
    overflow: auto;
    background: #fff !important;
    padding: 1rem;
    height: 40rem !important;
}
.form-control.pickListSelect option {
    padding: .5rem 1rem;
    border-bottom: 1px solid #E6E6E6;
}
#pickList .col-sm-5:first-child::before {
    content: '参照リスト';
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
#pickList .col-sm-5:last-child::before {
    content: '選択リスト';
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.form-control.pickData,
.form-control.pickListResult {
    border-color: #E6E6E6;
    box-shadow: none;
}
select[multiple] option:checked {
    box-shadow: inset 0px 0px 0px 2rem rgba(227,127,162,1);
}
.pickListButtons {
    padding-top: 4rem;
    text-align: center;
}
.pickListButtons .btn {
    width: 68%;
    margin: 0 auto 1rem;
    background: #E37FA2;
    border: none;
    text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
    padding: .5rem 0;
    position: relative;
}
.pickListButtons .btn:hover {
    background: #C83C6D !important;
}
.pAdd::after {
    content: '';
    background: url(/common/img/icon_arrow_w_right.svg) no-repeat center center;
    background-size: 100%;
    width: 1.3rem;
    height: 0.9rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pAddAll::after {
    content: '';
    background: url("/common/img/icon_arrow_w_all_right.svg") no-repeat center center;
    background-size: 100%;
    width: 1.3rem;
    height: 0.9rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pRemove::after {
    content: '';
    background: url("/common/img/icon_arrow_w_left.svg") no-repeat center center;
    background-size: 100%;
    width: 1.3rem;
    height: 0.9rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pRemoveAll::after {
    content: '';
    background: url("/common/img/icon_arrow_w_all_left.svg") no-repeat center center;
    background-size: 100%;
    width: 1.3rem;
    height: 0.9rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pAddAll {
    margin: 0 auto 3rem !important;
}

.side-navi-reserve {
    top: -48% !important;
}
.side-navi-price {
    top: -103% !important;
}
.side-navi-close {
    top: -147% !important;
}
.side-navi-analysis {
    top: -304%!important;
}
.side-navi-promotion {
    top: -147% !important;
}
.side-navi-crm {
    top: -634% !important;
}
.side-navi-staff {
    top: -208% !important;
}
.side-navi-config {
    top: -923% !important;
}
.side-navi-merchandise {
    top: -436% !important;
}
.two-line-navi {
    line-height: 1.25;
}

.modal-wrapper {
  z-index: 1040;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7% 10px;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: block;
    z-index: 1051;
    position: relative;
    width: 70%;
    max-width: 970px;
    background: #fff;
    vertical-align: middle;
    border-radius: 0.5rem;
    border: none;
    margin: 0 auto;
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-overlay {
  z-index: 1050;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.modal-wrapper .modal-close {
      background: #B3B3B3;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    cursor: pointer;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.fc-h-event .fc-event-time {
    overflow: visible !important;
    display: inline !important;
}
.fc-h-event .fc-event-main-frame {
    display: block !important;
}
.fc-daygrid-event {
    white-space: initial !important;
}

.fc-h-event .fc-event-title-container {
    display: inline !important;
}

.purchase-order-button_group button,
.purchase-order-button_group a {
  max-width: 100%;
  margin: 0;
  border-radius: .25rem;
}
.purchase-order-button_group .excel_btn {
  padding: .59rem .75rem;
}

.gray-text {
  color: #ccc;
}
.gray-text::before {
  border: 0.125rem solid #ccc !important;
}
.gray-text:has(:checked)::after {
  background-color: #ccc !important;
}
.red-text {
  color: #C83C6D;
}
.blue-text {
  color: #007bff;
}
#modal-itemselect .table thead th {
      border-bottom: 1px solid #E6E6E6 !important;
    line-height: 1.25;
    vertical-align: middle;
    padding-bottom: 0.8rem;
}
#complete_mail_box.height_auto {
  height: auto;
}

.box__block_new-wrap {
    background-color: rgba(255,255,255,1.00);
    border: 1px solid #E6E6E6;
    border-radius: 0.5rem;
  padding-bottom: 1rem;
}
.box__block_new-wrap:not(:last-child) {
  margin-bottom: 2rem;
}
.tit-border-top {
  border-top: 1px solid #E6E6E6;
  padding-top: 1.25rem;
}
.regi_title {
  margin: 0 0 .5rem 0;
  line-height: 1;
}
.regi_title::before {
      content: '';
    width: 5px;
    height: 1.5rem;
    display: inline-block;
    margin-right: .75rem;
    background: #E37FA2;
    vertical-align: sub;
}
.regi_title.block {
  display: block;
  width: 100%;
}
.box__block_new-wrap.right {
    height: auto;
}
.box__block_new-wrap.one {
    border: 1px solid #E6E6E6;
    border-radius: 0.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    height: auto;
}
.box__block_new-inner {
    padding: 1rem 1.875rem;
}
.box__block_new-inner:not(:last-child) {
    padding: 1rem 1.875rem 0;
}
.box__block_new-inner_box:last-child {
    padding-bottom: 0;
}
.box__block_new-inner + hr {
  margin-top: 0;
}
.box__block_new-inner_box h3 {
    width: 100%;
    font-size: 1.1rem;
}
.box__block_new-inner_box div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box__block_new-inner_box p {
    width: 52%;
    display: block;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.box__block_new-inner_box span {
    width: 48%;
    display: block;
    display: flex;
    align-items: flex-end;
}

.box__block_new-inner.total {
    display: flex;
    justify-content: flex-end;
    padding-top: 0px;
}
.box__block_new-inner.total p {
  margin-bottom: 0;
}
.box__block_new-inner.total span {
    width: 43%;
    display: flex;
}
.box__block_new-inner.total span input.small_input {
    margin-left: 1.5rem;
}
.box__block_new-inner_box .subtotal {
  color: #C83C6D;
  font-weight: 500;
}
.box__block_new-inner_box .mt {
  margin-top: 2.3rem;
}
.box__block_new-inner_box .mt-l {
  margin-top:  3.8rem;
}
.box__block_new-inner_box .subtotal span input.small_input {
  border: 1px solid #C83C6D;
}
.regi_wrap,
.regi_wrap2 {
  position: relative;
}
.rb-box__block {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 33.333333%;
  padding-right: 15px;
}
.rb-box__block .box__block_new-inner_box div {
  margin-bottom: .5rem;
}
.rb-box__block .box__block_new-inner_box p {
  line-height: 1.4;
}
.rb-inner-box__block .box__block {
  display: block;
}
.box__block_new-wrap.one {
    border: 1px solid #E6E6E6;
    border-radius: 0.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    height: auto;
}

.config-list table tbody tr td.two-lines {
    line-height: 1.5;
}
.states {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  text-align: center;
}

.subtotal-text-l {
  font-size: 1.25rem;
  width: 100% !important;
}
.box__block_new-inner_box .subtotal-l {
  display: block;

}
.box__block_new-inner_box .subtotal-l span {
  width: 100%;
}
.box__block_new-inner_box .subtotal-l span .input {
  border: 1px solid #C83C6D;
  font-size: 1.25rem;
  font-weight: bold;
  width: 10rem;
  height: 2.5rem;
  margin-right: .5rem;
}
.buyer-list div {
  line-height: 2.4;
}
.regi-input-wrap {
  padding-right: 0!important;
  margin-right: 0 !important;
  padding-left: 15px;
}
ul.ryoiki li .suji {
    width: 30%;
    margin-right: 0.375rem;
    text-align: right;
}
ul.ryoiki li .suji b {
  font-size: 1rem;
}
ul.ryoiki li .input01 {
    width: 26%;
    margin-right: 1.11111rem;
}
ul.ryoiki li .input02 {
    width: 40%;
    display: flex;
}

.wrapper_btn-condition {
  width: 50%;
  text-align: left;
  margin: 0 auto;
}
#customerInfo:disabled {
    background: #E37FA2;
    color: #fff !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
@media screen and (max-width: 1024px) {
    #customerInfo {
        padding: 2px;
    }
    button[data-target="#modalSearchCustomer"],
    button#register_customer {
        padding: 2px;
    }
}
.is-disabled::before {
  background: #9f9f9fa6 !important;
  cursor: not-allowed;
}
.cursor-not-allowed {
  cursor: not-allowed;
}

/*
 * Kanzashi Notification Button
 */
 .popover.bs-popover-bottom {
    max-width: 100% !important;
    width: 650px !important;
}

.popover.bs-popover-bottom .popover-body {
    padding: 0;
}

.popover.bs-popover-bottom .popover-box-header {
    font-size: 1.25rem;
    padding: 1rem 3.5rem 1rem 1rem !important;
    background: #DEDEDE;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popover.bs-popover-bottom .popover-box-header .text-danger {
    color: #dc3545 !important;
    text-align: right;
}

.popover.bs-popover-bottom .popover-box-header span:not(.close) {
    text-align: right;
}

.popover.bs-popover-bottom .popover-box-header .close {
    content: "";
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    background: url("../img/icon_popover_close.svg") no-repeat center;
    background-size: contain;
    opacity: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.kanzashi-notification-btn {
    position: relative;
    margin-right: 1.875rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.kanzashi-notification-btn .btn {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 500;
    height: calc(1.5em + 1rem);
    line-height: 1.5;
    white-space: nowrap;
}

.kanzashi-notification-btn .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure alignment across different screens */
@media (max-width: 768px) {
    .kanzashi-notification-btn {
        margin-right: 1rem;
    }

    .kanzashi-notification-btn .btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* Ensure proper alignment with search form */
.navbar-nav-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.navbar-nav-top .search {
    margin-right: 0;
    flex: 1;
}

.navbar-nav-top .search form {
    margin-block-end: 1rem !important;
}

.navbar-nav-top .kanzashi-notification-btn {
    order: -1; /* Place before search form */
    flex-shrink: 0;
}

/* Fix alignment issues on different pages */
.navbar-nav-top .kanzashi-notification-btn.pt-3 {
    padding-top: 1rem !important;
    margin-block-end: 1rem !important;
}

/* Ensure consistent button height */
.navbar-nav-top .kanzashi-notification-btn .btn {
    height: 38px; /* Match search form height */
    min-height: 38px;
    margin: 0 !important;
}

/* SweetAlert2 Kanzashi notification popup */
.kanzashi-notification-popup .popover-box {
    border: none;
    background: transparent;
}

.kanzashi-notification-popup .popover-box-header {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem 0.25rem 0 0;
}

.kanzashi-notification-popup .popover-box-header .close {
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

.kanzashi-notification-popup .inner {
    padding: 1rem;
    background-color: #fff;
    border-radius: 0 0 0.25rem 0.25rem;
}

.kanzashi-notification-popup .list .row {
    margin-bottom: 0.5rem;
    align-items: center;
}

.kanzashi-notification-popup .list .row:last-child {
    margin-bottom: 0;
}

.kanzashi-notification-popup .comment-text {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 0.875rem;
    max-height: 100px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.kanzashi-notification-popup .btn-box {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.popover.bs-popover-bottom .popover-box-header .text-danger {
    color: #dc3545 !important;
    text-align: right;
}

.popover.bs-popover-bottom .popover-box-header span:not(.close) {
    text-align: right;
}

.popover.bs-popover-bottom .popover-box-header .close {
    content: "";
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    background: url("../img/icon_popover_close.svg") no-repeat center;
    background-size: contain;
    opacity: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.popover.bs-popover-bottom .inner {
    padding: 1rem !important;
}

.popover.bs-popover-bottom .list .col-2 {
    font-weight: bold;
}

.popover.bs-popover-bottom .list .col-2,
.popover.bs-popover-bottom .list .col-10 {
    line-height: 1.6em;
    margin-bottom: 0.3rem;
}

.popover.bs-popover-bottom .btn-box {
    width: 100%;
    padding: 0;
    margin-top: 1.25rem;
}

.popover.bs-popover-bottom .btn-box .btn {
    width: 100%;
    display: block;
}