@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Scss Document */
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #333;
  overflow-x: hidden;
}

@font-face {
  font-family: "notosandsjp";
  src: url("../font/notosans_cjk_r.woff") format("woff");
}
main {
  padding: 0 5%;
}

.notosabdsjp {
  font-family: "notosandsjp";
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .inner {
    width: 100%;
    overflow-x: scroll;
  }
}
img {
  width: 100%;
  height: auto;
}

a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.8;
}

ul {
  list-style: none;
}

.tab-clicked a {
  background: linear-gradient(to bottom, #f2d29a, #fff 60%, #f2d29a);
  color: #111;
}

.tab-active {
  background: linear-gradient(to bottom, #f2d29a, #fff 60%, #f2d29a);
}
.tab-active a {
  color: #000;
}

.bread {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 1rem 0;
}
.bread a {
  color: #008cba;
  margin-right: 10px;
}
.bread .left- {
  margin-left: 10px;
}

.main-wrap {
  width: calc(100% - 200px);
}

.flex-wrap {
  display: flex;
}

.select {
  background-color: #337ab7 !important;
  color: #fff;
}

.none {
  display: none !important;
}

.active {
  background-color: #008cba !important;
  color: #fff;
}

.opacity {
  opacity: 0.4;
}

.Reserve40 {
  background-color: #da99d8 !important;
  color: #da99d8;
  width: 112px;
}

.Reserve50 {
  background-color: #44dfc1 !important;
  color: #44dfc1;
  width: 140px;
}

.Reserve60 {
  background-color: #df9144 !important;
  color: #df9144;
  width: 168px;
}

.Reserve70 {
  background-color: #df5744 !important;
  color: #df5744;
  width: 196px;
}

.Reserve75 {
  background-color: #ff0000 !important;
  color: #ff0000;
  width: 210px;
}

.Reserve80 {
  background-color: #a7ca26;
  color: #a7ca26;
  width: 224px;
}

.Reserve90 {
  background-color: #1a8728 !important;
  color: #1a8728;
  width: 252px;
}

.Reserve100 {
  background-color: #c529a6 !important;
  color: #c529a6;
  width: 280px;
}

.Reserve120 {
  background-color: #790060 !important;
  color: #790060;
  width: 322px;
}

.Reserve150 {
  background-color: #2613cc !important;
  color: #2613cc;
  width: 420px;
}

.Reserve180 {
  background-color: #139acc !important;
  color: #139acc;
  width: 504px;
}

.Reserve210 {
  background-color: #131313 !important;
  color: #131313;
  width: 588px;
}

.sc {
  width: 100%;
}
.scgirl {
  margin-bottom: 20px;
  overflow-y: auto !important;
  overflow-x: auto !important;
}
.sc-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.sc-wrap::-webkit-scrollbar {
  display: none;
}
.sc-wrap.scroll {
  cursor: grabbing;
}
.sc .timline-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sc .time-label {
  width: 22px;
  text-align: center;
  line-height: 25px;
}
.sc .time-label-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-left: 165px;
  gap: 150px;
}
.sc__menu {
  text-align: center;
  border-left: solid 1px #fff;
  position: absolute;
  bottom: 0px;
}
.sc__header {
  padding-top: 20px;
  display: flex;
}
.sc__header-time {
  text-align: center;
  width: 100%;
}
.sc__timeline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow: visible;
  z-index: 0;
  background-color: #f0f0f0;
}
.sc__timeline-line-flex {
  display: flex;
  position: relative;
  width: 100%;
}
.sc__timeline-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 0;
  padding: 0 0 20px 0;
  width: 100%;
}
.sc__timeline-wrap-flex {
  display: flex;
  justify-content: flex-start;
}
.sc__timeline-wrap .select {
  background: #fff;
}
.sc__timeline .tl {
  width: 14px;
  border-left: 1px solid #bcbcf0;
  opacity: 0.5;
  position: relative;
  z-index: -1;
}
.sc__timeline .tl:first-child {
  border-left: 3px solid #6f6fe4;
  padding-right: 4px;
}
.sc .girl-info {
  margin-right: 2rem;
  background-color: #e6e6e6;
}
.sc .girl-name {
  font-size: 1.8rem;
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sc .girl-name a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
}
.sc .girl-name a :hover {
  opacity: 0.5;
}
.sc .girl-name::before {
  content: "仮2件";
  padding: 8px;
  display: block;
  background: url(../images/comment-blue.png) no-repeat;
  background-size: 57px 37px;
  width: 57px;
  height: 37px;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.sc .girl-name::after {
  content: "2件";
  padding: 8px;
  display: block;
  background: url(../images/comment-red.png) no-repeat;
  background-size: 57px 37px;
  width: 57px;
  height: 37px;
  position: absolute;
  top: 10px;
  left: 12px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.sc .girl-sche {
  grid-area: girl-sche;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d9534f;
  font-size: 20px;
  font-weight: bold;
}
.sc .girl-sche span:first-child::after {
  content: "V";
  color: #d9534f;
  display: block;
  text-align: center;
  font-weight: bold;
}
.sc .girl-btn {
  position: relative;
  width: 150px;
  height: 35px;
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.sc .girl-btn :hover {
  opacity: 0.5;
}
.sc .girl-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.kari {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
.kari a {
  display: inline-flex;
  color: #fff;
  background-color: #2d68a9;
}
.kari a:hover {
  opacity: 0.8;
}
.kari-list {
  display: inline-flex;
  font-weight: bold;
}
.kari-list-title {
  padding: 40px 20px;
  font-size: 20px;
  background-color: #003a85;
}
.kari-list-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  width: 300px;
}
.kari-list-inner p {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kari-list-inner div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 5px;
  font-size: 18px;
  background-color: #fff;
  color: #2d68a9;
  border-radius: 4px;
}
.kari-list-inner div span {
  font-size: 12px;
}
.kari-list-inner div:first-of-type {
  background-color: #ffff00;
  color: #2d68a9;
}

.edit {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 900px;
  color: #000;
  background: #e6e6e6;
  border: 1px solid gray;
  z-index: 1000;
  position: absolute;
  top: 170px;
}
.edit__girl-time {
  display: flex;
}
.edit__select {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.edit__select button {
  color: #337ab7;
  border-bottom: 1px solid #337ab7;
}
.edit-btn {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  color: #337ab7;
}
.edit-btn-close {
  cursor: pointer;
  width: 50px;
  text-align: center;
}
.edit-btn-close :hover {
  opacity: 0.5;
}

.form {
  background-color: #f5f5f5;
  border-color: #ddd;
  text-align: left;
}
.formLabel {
  width: 120px;
}
.form__contents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0;
}
.form__contents-inner-wrap {
  display: flex;
  align-items: center;
}
.form__contents-inner-wrap input {
  width: 50px;
  text-align: center;
}
.form__contents textarea {
  padding: 3%;
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.form__label {
  width: 145px;
}
.form__input {
  width: 200px;
}
.form__select {
  padding: 5px;
  border: 1px solid #ccc;
}
.form select {
  padding: 5px;
  border: 1px solid #ccc;
}
.form .textareaSubmit {
  color: #337ab7;
}
.form__wrap {
  display: flex;
}
.form__wrap-left {
  width: 50%;
}

.label {
  display: flex;
  gap: 10px;
  padding: 500px 0 0;
}
.label div {
  text-align: center;
}
.label div p {
  padding: 5px 0;
  color: #fff !important;
  width: 100px !important;
}

.panel-heading {
  background: #f2f2f2;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  border: #d8d8d8 solid 1px;
  font-size: 2.4rem;
  font-weight: 400;
}

.dateLabel {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 0 20px 0;
  overflow: auto;
}
.dateLabel-month {
  display: flex;
  flex-direction: row-reverse;
  padding: 10px 20px;
  max-width: 100%;
  width: 150px;
  text-align: center;
  background-color: #e6e6e6;
}
.dateLabel-month select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.dateLabel-day-wrap {
  display: flex;
  gap: 10px;
}
.dateLabel-day {
  padding: 5px 0;
  width: 116px;
  text-align: center;
  color: #fff;
  background-color: #4d9ab6;
  cursor: pointer;
  position: relative;
}
.dateLabel-day::after {
  content: "2件";
  padding: 8px;
  display: block;
  background: url(../images/comment-red.png) no-repeat;
  background-size: 57px 37px;
  width: 57px;
  height: 37px;
  position: absolute;
  top: -40px;
  font-size: 12px;
}
.dateLabel-day::before {
  content: "仮１件";
  padding: 8px;
  display: block;
  background: url(../images/comment-blue.png) no-repeat;
  background-size: 57px 37px;
  width: 57px;
  height: 37px;
  position: absolute;
  top: -40px;
  left: 60px;
  font-size: 12px;
}

.castSarch {
  margin: 20px 0;
}
.castSarch-box {
  position: relative;
  width: 75rem;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-color: #337ab7;
  border-radius: 4px;
}
.castSarch input {
  color: #555;
  padding-left: 10px;
  width: 71rem;
}
.castSarch button {
  border-left: #d8d8d8 solid 1px;
  padding-left: 0.6em;
}
.castSarch button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  margin-right: 0.3em;
}
.castSarch .suggestion {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  width: 75rem;
  max-height: 150px;
  overflow-y: auto;
}
.castSarch .suggestion-item {
  width: 75rem;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.castSarch .suggestion-item:hover {
  background-color: #ddd;
}

.SelectReserve {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.9rem;
}
.SelectReserveDate {
  font-weight: bold;
}
.SelectReserve-total, .SelectReserve-kari {
  padding: 8px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
}
.SelectReserve-total span, .SelectReserve-kari span {
  font-size: 2rem;
}
.SelectReserve-total {
  background-color: #e50012;
}
.SelectReserve-kari {
  background-color: #2d68a9;
}

.reserve {
  position: absolute;
  height: 100%;
  color: #fff;
  display: flex;
  gap: 3px;
  flex-direction: column;
  border-radius: 5px;
  padding-bottom: 28px;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
.reserve-inner {
  position: relative;
}
.reserve__type {
  background-color: #fff !important;
  border-radius: 5px;
  padding: 3px 8px;
  display: inline-block;
  text-align: center;
  width: 80px !important;
}
.reserve__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-radius: 5px;
}
.reserve__time p:first-child::after {
  content: "V";
  display: block;
  text-align: center;
}
.reserve__name {
  padding-top: 5px;
}
.reserve__course {
  padding: 2px 0;
}

.kari {
  color: #969696;
}

.receptionSubmit {
  color: #fff;
  background-color: #e73e90;
  padding: 15px 20px;
}
.reception .himeReserveBtn,
.reception .HimeReserveConf {
  padding: 8px 20px;
  margin-right: 1rem;
  background-color: #333333;
  color: #fff;
}
.reception .himeReserveBtn:hover,
.reception .HimeReserveConf:hover {
  background: #008cba;
}
.reception .top-panel-content input,
.reception .top-panel-content label,
.reception .top-panel-content select {
  height: 3rem;
}
.reception .top-panel-wrap {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  padding: 1rem 2rem;
  border: solid #d8d8d8 1px;
}
@media (max-width: 440px) {
  .reception .top-panel-wrap {
    display: block;
  }
}
.reception .top-panel-contentwrap {
  display: flex;
}
@media (max-width: 440px) {
  .reception .top-panel-contentwrap {
    display: block;
  }
}
.reception .top-panel-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 18rem;
}
@media (max-width: 440px) {
  .reception .top-panel-title {
    margin-right: 0;
  }
}
@media (max-width: 440px) {
  .reception .top-panel-content {
    margin-bottom: 2rem;
  }
}
.reception .top-panel-content .member-number {
  display: flex;
  margin-right: 3rem;
}
.reception .top-panel-content .member-number input {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  height: 3rem;
  background-color: #fff;
}
.reception .top-panel-content .member-number input:first-of-type {
  width: 3rem;
  margin-right: 1rem;
}
.reception .top-panel-content .member-number input:nth-of-type(2) {
  width: 3rem;
  margin-right: 1rem;
}
.reception .top-panel-content .member-number input:nth-of-type(3) {
  width: 3rem;
}
.reception .top-panel-content .new-number {
  padding-top: 1rem;
}
.reception .top-panel-content .new-number input:first-of-type {
  width: 4rem;
}
.reception .top-panel-content .new-number input:nth-of-type(2),
.reception .top-panel-content .new-number input:nth-of-type(3) {
  width: 4rem;
  margin-right: 1rem;
}
@media (max-width: 440px) {
  .reception .top-panel-content .phone-number-wrap {
    display: flex;
    align-items: center;
  }
}
.reception .top-panel-content .phone-number {
  margin-right: 3rem;
}
@media (max-width: 440px) {
  .reception .top-panel-content .phone-number {
    margin-left: 1rem;
  }
}
.reception .top-panel-content .phone-number input {
  width: 12rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
}
.reception .top-panel-content .staff-name-label {
  display: flex;
  flex-direction: column;
}
.reception .top-panel-content .staff-name {
  margin-right: 1rem;
  width: 12rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 8px;
}
@media (max-width: 440px) {
  .reception .top-panel-content .staff-name {
    width: auto;
  }
}
.reception .top-panel-content .datetime {
  margin-right: 1rem;
}
.reception .top-panel-content .datetime input {
  width: 14rem;
  text-align: center;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
}
.reception .card-status-panel-wrap {
  padding: 0.4rem 0;
  background: #f2f2f2;
  border: solid #d8d8d8 1px;
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
}
@media (max-width: 440px) {
  .reception .card-status-panel-wrap {
    flex-direction: column;
  }
}
.reception .card-status-panel-wrap label:not(:last-of-type) {
  margin-right: 2rem;
}
.reception .card-status-panel-wrap input {
  height: 3rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
}
.reception .card-status-panel-wrap label input:first-of-type,
.reception .card-status-panel-wrap label input:nth-of-type(2),
.reception .card-status-panel-wrap label input:nth-of-type(4) {
  width: 8rem;
}
@media (max-width: 440px) {
  .reception .card-status-panel-wrap label input:first-of-type,
  .reception .card-status-panel-wrap label input:nth-of-type(2),
  .reception .card-status-panel-wrap label input:nth-of-type(4) {
    width: auto;
  }
}
.reception .card-status-panel-wrap label input:nth-of-type(3) {
  width: 12rem;
}
@media (max-width: 440px) {
  .reception .card-status-panel-wrap label input:nth-of-type(3) {
    width: auto;
  }
}
.reception .panel-wrap {
  background: #f2f2f2;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  border: #d8d8d8 solid 1px;
}
.reception .panel-wrap .panel-contentwrap.course {
  flex-wrap: nowrap;
}
.reception .panel-wrap .panel-contentwrap.course .dflex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reception .panel-wrap .panel-contentwrap.course #courseSum {
  width: 100px;
  padding: 12px;
  font-size: 18px;
}
.reception .panel-wrap .course-select {
  margin-left: 16px;
}
.reception .panel-wrap .course-select-contents {
  margin-top: 8px;
  margin-right: 4px;
}
.reception .panel-wrap .course-select-contents label {
  display: inline-block;
}
.reception .panel-wrap .course-select-contents input[type=checkbox] {
  width: 120px;
  margin: 0;
  margin-right: 0.4rem;
}
.reception .panel-wrap .panel-contentwrap {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reception .panel-wrap .panel-contentwrap .right-position {
  margin-left: auto;
}
.reception .panel-wrap .panel-contentwrap .dflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reception .panel-wrap .panel-contentwrap .right-content {
  margin-left: auto;
}
.reception .panel-wrap .panel-contentwrap .title {
  margin-right: 1rem;
  width: 8rem;
  text-align: right;
}
@media (max-width: 440px) {
  .reception .panel-wrap .panel-contentwrap .title {
    text-align: left;
    width: auto;
    margin-bottom: 1rem;
  }
}
.reception .panel-wrap .panel-contentwrap .title-sm {
  font-size: 1.2rem;
  margin-right: 0.4rem;
  width: 8rem;
  text-align: right;
}
@media (max-width: 440px) {
  .reception .panel-wrap .panel-contentwrap .title-sm {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.reception .panel-wrap .panel-contentwrap .margin-auto {
  margin-right: auto;
}
.reception .panel-wrap .panel-contentwrap .bg {
  background: #e7e7e7;
  min-width: 7rem;
  text-align: center;
  padding: 8px;
}
.reception .panel-wrap .panel-contentwrap .bg.white {
  background: #fff;
}
.reception .panel-wrap .panel-contentwrap label,
.reception .panel-wrap .panel-contentwrap select {
  margin-right: 0.4rem;
}
.reception .panel-wrap .panel-contentwrap select.bg {
  min-width: 12rem;
  border: #ccc solid 1px;
}
.reception .panel-wrap .panel-contentwrap .btn {
  text-align: center;
  background: #e7e7e7;
  border: #b9b9b9 solid 1px;
}
.reception .panel-wrap .panel-contentwrap .btn a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 10px;
}
.reception .panel-wrap .panel-contentwrap .dflex-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .reception .panel-wrap .panel-contentwrap .dflex-column {
    flex-direction: column;
  }
}
.reception .panel-wrap .panel-contentwrap .notes {
  width: 800px;
  height: 3rem;
  display: inline-block;
}
@media (max-width: 440px) {
  .reception .panel-wrap .panel-contentwrap .notes {
    width: auto;
  }
}
.reception .panel-wrap .panel-contentwrap .dblock {
  display: block;
}
.reception .panel-wrap .panel-contentwrap .pt {
  margin-right: 16rem;
}
@media (max-width: 440px) {
  .reception .panel-wrap .panel-contentwrap .pt {
    margin-right: 40rem;
  }
}
.reception .panel-wrap .panel-contentwrap .hv:hover {
  background: #008cba;
  color: #fff;
}
.reception .panel-wrap .panel-contentwrap .hv.active {
  background: #008cba;
  color: #fff;
}
.reception .panel-contentwrap.sm {
  transform: translateX(40px);
}
@media (max-width: 440px) {
  .reception .panel-contentwrap.dflex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.reception .btn-panel-wrap {
  background: #f2f2f2;
  border: #d8d8d8 solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 440px) {
  .reception .btn-panel-wrap {
    display: block;
  }
}
.reception .btn-panel-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.reception .btn-panel-wrap .btn {
  text-align: center;
  background: #e7e7e7;
  height: 4rem;
  line-height: 4rem;
  margin-right: 1rem;
  border: #b9b9b9 solid 1px;
  font-size: 1.1rem;
}
.reception .btn-panel-wrap .btn a {
  color: #333;
  display: block;
  text-decoration: none;
}
.reception .btn-panel-wrap .btn:first-of-type {
  width: 8rem;
}
.reception .btn-panel-wrap .btn:nth-of-type(2) {
  width: 13rem;
}
.reception .btn-panel-wrap .btn:nth-of-type(3) {
  width: 12rem;
}
.reception .btn-panel-wrap .btn:nth-of-type(4) {
  width: 12rem;
}
.reception .btn-panel-wrap .btn:nth-of-type(5) {
  width: 11rem;
}
.reception .btn-panel-wrap .register-btn {
  background: #008cba;
  border: #007095 solid 1px;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  width: 9rem;
  font-size: 1.3rem;
}
@media (max-width: 440px) {
  .reception .btn-panel-wrap .register-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.reception .btn-panel-wrap .register-btn a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.reception .panel-wrap {
  background: #f2f2f2;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  border: #d8d8d8 solid 1px;
}
.reception .panel-btn {
  background: #008cba;
  border: #007095 solid 1px;
  font-size: 1.3rem;
  width: 10rem;
  margin-left: auto;
}
.reception .panel-btn a,
.reception .panel-btn button {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2rem;
  text-align: center;
  border: none;
  outline: none;
  background: #008cba;
  cursor: pointer;
}
.reception .panel-wrap.white {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.reception .ng-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reception .ng-wrap .ng-left {
  width: 49%;
}
.reception .ng-wrap .ng-right {
  width: 49%;
}
.reception .ng-wrap h3 {
  font-weight: normal;
  padding: 4px 0;
}
.reception .ng-wrap .data-table {
  width: 100%;
}
.reception .ng-wrap .data-table th {
  font-size: 12px;
  background-color: #333;
  border: 2px solid #ddd;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 8px 10px 10px;
}
.reception .ng-wrap .update-list {
  height: 10em;
  overflow-y: scroll;
}
@media (max-width: 440px) {
  .reception .ng-wrap {
    flex-direction: column;
  }
  .reception .ng-wrap .ng-left {
    width: 100%;
  }
  .reception .ng-wrap .ng-right {
    width: 100%;
  }
}
.reception .cards {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.3s;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.reception .cards.show {
  opacity: 1;
  pointer-events: auto;
}
.reception .cards .inner-content {
  position: relative;
  background: #fff;
  padding: 60px 24px;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto;
  border-radius: 4px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}
.reception .cards .inner-content .button-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
.reception .cards .inner-content .closed-btn {
  position: absolute;
  right: -20px;
  top: 0px;
  border: none;
  background: none;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: 0.2s;
}
.reception .cards .inner-content .closed-btn span {
  width: 40%;
  position: absolute;
  height: 5px;
  background: #999;
  left: 0;
  top: 50%;
  display: inline-block;
}
.reception .cards .inner-content .closed-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.reception .cards .inner-content .closed-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.reception .cards .inner-content .closed-btn:hover {
  opacity: 0.7;
}
.reception .cards .text {
  font-size: 16px;
  margin: 8px 0;
}
.reception .cards input[type=text] {
  margin-left: 24px;
  padding: 8px;
  width: 97%;
  border: 1px solid #ddd;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.header {
  background: #333;
  margin-bottom: 1em;
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
}

.header-nav-wrap {
  display: flex;
  color: #fff;
  justify-content: end;
  align-items: center;
}
.header-nav-wrap a {
  color: #fff;
}

.header-nav-wrap-top {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.header-nav-wrap-top a {
  color: #fff;
}

.header-logowrap {
  display: flex;
  align-items: center;
}

.header-logo {
  margin-left: 3em;
}
.header-logo:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  margin-right: 0.3em;
}

.header-logout {
  margin-left: auto;
  display: block;
  border: none;
  background: transparent;
  color: #fff;
}
.header-logout::before {
  font-family: "Font Awesome 5 Free";
  content: "\f011";
  font-weight: 900;
  margin-right: 0.5em;
}
.header-logout:hover {
  color: #fff;
}
@media (max-width: 440px) {
  .header-logout {
    display: none;
  }
}

.header-toggle {
  display: none;
}
@media (max-width: 440px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f039";
  font-weight: 900;
  margin-right: 0.3em;
}

.header-toggle-content {
  display: none;
  padding: 1rem 4rem;
  margin: 16px 0 8px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.header-toggle-content.active {
  display: block;
}

.sidebar {
  width: 200px;
  min-width: 200px;
  min-height: 100vh;
  padding: 2rem 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  background: #333;
}
.sidebar a {
  color: #fff;
}

.sidebar-logowrap {
  display: flex;
  align-items: center;
  margin-bottom: 3.6rem;
  padding: 0 0 1.6rem 0;
}

.sidebar-logo {
  margin-left: 3em;
}
.sidebar-logo:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  margin-right: 0.3em;
}

.sidebar-listwrap {
  margin-bottom: 6.6rem;
}

.sidebar-list-title {
  margin-bottom: 2.4rem;
  color: #e7e7f3;
  font-size: 1.8rem;
}

.sidebar-list {
  margin-bottom: 0.8rem;
  margin-left: 1rem;
  font-size: 1.6rem;
}
.sidebar-list a {
  display: inline-block;
  width: 142px;
  padding: 1.2rem;
  color: #919299;
  text-decoration: none;
}
.sidebar-list a:hover {
  color: #e7e7f3;
  background-image: linear-gradient(90deg, #222, #333);
  border-radius: 20px 0 0 20px;
}
.sidebar-list span {
  color: #fff;
  background-color: #e50012;
  padding: 1px 8px;
  border-radius: 50%;
  margin-left: 10px;
}
.sidebar-list .reserve-msg {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  background-color: #337ab7;
  border-radius: 10px;
  line-height: 1.4;
}

.current {
  background-image: linear-gradient(90deg, #666, #333);
  border-radius: 20px 0 0 20px;
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */