header {
  min-width: 832px;
  height: 80px;
  margin: 0 0 0 60px;
  background-color: #333;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
}

header.local {
  background-color: #478384;
  border-bottom: 1px solid #80aba9;
}

.head_container {
  width: 100%;
  padding: 0 24px 0 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_container .cont-left {
  display: flex;
}

.head_container .cont-left ._image-ruxsys-logo {
  background-image: url(../images/logo.png);
  width: 200px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 200px;
  margin: 0 auto;
}

.head_container .cont-left .cont-button._header-search {
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}

._header-search ._button._search {
  background-color: #706caa;
  border-color: #706caa;
  color: #fff;
}

.head_container h1 {
  letter-spacing: 0.1em;
}

.head_container ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 10px 0;
}

.head_container li {
  margin-right: 20px;
}

.head_container li:last-child {
  margin-right: 0;
}

a.head:link,
a.head:visited,
a.head:hover,
a.head:active {
  color: #fff;
}

.get_orderBtn {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 10px 2px;
  text-decoration: none;
  color: #333;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
}

.get_orderBtn:hover {
  /* opacity: .8; */
  background-color: #333;
  border: 1px solid #fff;
  color: #fff;
}

._order-updating {
  color: red;
  border: 1px solid red;
  padding: 1px 3px;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 4px;
  /* background-color: #fff; */
}

/* ---------------------------- */
/*          検索パネル          */
/* ---------------------------- */
.cont-overlay {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  pointer-events: none;
}

.cont-overlay.show-modal {
  pointer-events: auto;
  opacity: 1;
}

.sec-modal {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 480px;
  /* background-color: #fff; */
  position: fixed;
  top: 200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  border-radius: 6px;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  pointer-events: none;
}

.sec-modal.show-modal {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(30px);
}

.sec-modal ._h-label {
  color: #fff;
  justify-content: center;
}

.cont-modal-input {
  display: flex;
  justify-content: center;
  align-items: center;
}

._input-text._modal-input {
  width: 360px;
  height: 48px;
  margin-right: 12px;
  text-align: center;
  font-size: 1.6em;
  /* opacity: .8; */
}

.cont-modal-input ._button._search {
  min-width: 48px;
  height: 48px;
  font-size: 1.8em;
  background-color: #cc9c33;
  border-color: #cc9c33;
  color: #fff;
  /* background-color: rgba(64, 84, 84, 0.9);
  border-color: rgba(64, 84, 84, 0.9); */
}



.sec-modal._unprinted-alert {
  background-color: #fff;
  color: initial;
}

.sec-modal._unprinted-alert ._h-label {
  color: red;
  /* color: initial; */
  font-size: 1.6rem;

}

.sec-modal._unprinted-alert ._h-label .bx.bx-alarm-exclamation {
  color: #fcc800;
  font-size: 2.8rem;
  /* color: initial; */
}

.sec-modal._unprinted-alert ._h-label._no-label {
  margin-bottom: 6px;
}

.sec-modal._unprinted-alert p {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-size: 1rem;
}

.sec-modal._unprinted-alert .cont-button {
  justify-content: center;
  margin-top: 28px;
}
