@charset "UTF-8";
/*buzzlyhan*/
/*buzzlyhan*/
/*_vers.css*/
/*************************************/
/*　　　　　　コンフィグ色設定　　　　　　　　*/
/*************************************/
.base_window {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 50%;
  border: 1px solid var(--base_window_border_color);
  background-color: var(--base_window_bg_color);
  box-shadow: 2px 2px 3px 3px var(--base_window_shadow_color);
}
.base_window .base_button {
  /* color: test; */
}
.base_window .base_icon {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 4px;
  width: 1.2em;
  text-align: center;
  vertical-align: baseline;
  margin-right: 10px;
  background-color: var(--base_icon_bg_color);
  color: var(--base_icon_font_color);
  font-size: 16px;
  margin-top: 4px;
}
.base_window .search {
  margin-right: 10px;
  line-height: 66px;
  width: 200px;
}
.base_window .search fieldset {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  background: var(--base_search_bg_color);
  border: none;
  border-radius: 5px;
}
.base_window .search input,
.base_window .search button {
  position: relative;
  width: 100px;
  height: 30px;
  padding: 0;
  display: inline-block;
  float: left;
}
.base_window .search input {
  color: var(--base_search_input_font_color);
  z-index: 2;
  border: 0 none;
}
.base_window .search input:focus {
  outline: 0 none;
}
.base_window .search input:focus + button {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.base_window .search input:focus + button .fa {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: var(--base_fa_child_button_side_input_focus);
}
.base_window .search button {
  z-index: 1;
  width: 50px;
  border: 0 none;
  background: var(--base_search_button_bg_color);
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.base_window .search .fa-search {
  color: var(--base_search_fa_icon_bg_color);
  z-index: 3;
  top: 25%;
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.base_window h2 {
  font-size: 28px;
  color: var(--base_h2_font_color);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--base_h2_border_color);
}

.plate {
  box-shadow: 0 1px 2px var(--overlay-color);
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  padding: 30px 0;
}

.tab_wrap .inside_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  vertical-align: middle;
  text-align: left;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--main_color);
}

/*buzzlyhan*/
/*_common.css*/
/*buzzlyhan*/
/*_vers.css*/
/*************************************/
/*　　　　　　コンフィグ色設定　　　　　　　　*/
/*************************************/
.base_window {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 50%;
  border: 1px solid var(--base_window_border_color);
  background-color: var(--base_window_bg_color);
  box-shadow: 2px 2px 3px 3px var(--base_window_shadow_color);
}
.base_window .base_button {
  /* color: test; */
}
.base_window .base_icon {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 4px;
  width: 1.2em;
  text-align: center;
  vertical-align: baseline;
  margin-right: 10px;
  background-color: var(--base_icon_bg_color);
  color: var(--base_icon_font_color);
  font-size: 16px;
  margin-top: 4px;
}
.base_window .search {
  margin-right: 10px;
  line-height: 66px;
  width: 200px;
}
.base_window .search fieldset {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  background: var(--base_search_bg_color);
  border: none;
  border-radius: 5px;
}
.base_window .search input,
.base_window .search button {
  position: relative;
  width: 100px;
  height: 30px;
  padding: 0;
  display: inline-block;
  float: left;
}
.base_window .search input {
  color: var(--base_search_input_font_color);
  z-index: 2;
  border: 0 none;
}
.base_window .search input:focus {
  outline: 0 none;
}
.base_window .search input:focus + button {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.base_window .search input:focus + button .fa {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: var(--base_fa_child_button_side_input_focus);
}
.base_window .search button {
  z-index: 1;
  width: 50px;
  border: 0 none;
  background: var(--base_search_button_bg_color);
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.base_window .search .fa-search {
  color: var(--base_search_fa_icon_bg_color);
  z-index: 3;
  top: 25%;
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.base_window h2 {
  font-size: 28px;
  color: var(--base_h2_font_color);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--base_h2_border_color);
}

.plate {
  box-shadow: 0 1px 2px var(--overlay-color);
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  padding: 30px 0;
}

.tab_wrap .inside_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  vertical-align: middle;
  text-align: left;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--main_color);
}

/*********/
/*common*/
/*********/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  background-color: var(--cal_body_bgcolor);
  font-family: var(--fontStack);
}

h2,
h3,
h4 {
  font-weight: normal;
}

header {
  position: relative;
  height: 4rem;
  background-color: var(--cal_header_bgcolor) !important;
  overflow: hidden;
}
header .jasmin_logo a {
  display: inline-block;
  width: 100px;
}
header .tab_button {
  white-space: nowrap;
}
header .bottom_gr {
  position: relative;
}
header .left_gr {
  float: left;
}
header .left_gr .inside {
  margin: 5px;
}
header .right_gr {
  float: right;
  width: 50%;
  right: 10px;
}
header .right_gr .inside {
  margin: 5px;
  text-align: right;
}
header .staff {
  vertical-align: top !important;
}
header .staff input {
  width: 90px !important;
  vertical-align: top !important;
}

footer {
  position: relative;
  height: 4rem;
  background: var(--light_base_color);
}

main {
  height: calc(100% - 98px);
  background-color: var(--cal_body_bgcolor);
  color: var(--font_negative_normal);
  font-weight: 100;
}

h1.page_title {
  margin: 20px auto 10px auto;
  background-color: var(--page_title_bg_color);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 1px 2px var(--page_title_shadow_color);
}
h1.page_title span {
  display: inline-block;
  padding: 0 0 0 10px;
  color: var(--page_title_font_color) !important;
}

.inside h1 {
  margin: 20px 0 10px 0 !important;
  border-bottom: 1px solid var(--inside_border_color);
  padding-bottom: 5px;
  width: 100% !important;
  color: var(--inside_font_color) !important;
}

/* size of select box time age etc... */
.select_w80 {
  display: inline;
}
.select_w80 .select {
  display: inline;
}
.select_w80 .select select {
  width: 80px;
}

.input_w80 {
  display: inline;
}
.input_w80 input {
  width: 70px !important;
}

.input_w100 {
  display: inline;
}
.input_w100 input {
  width: 8em !important;
}

.w50 {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.w100 {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

.w120 {
  display: inline-block;
  width: 120px;
}

.w160 {
  display: inline-block;
  width: 160px;
  margin-right: 10px;
}

.w350 {
  display: inline-block;
  width: 350px;
  margin-right: 10px;
}

.main_body .inside > div {
  margin-bottom: 5px;
}

input:focus,
select:focus,
textarea:focus {
  border: solid 2px var(--accent_color) !important;
  outline-color: var(--accent_color);
}

label input:focus ~ div {
  border: solid 2px var(--accent_color) !important;
  outline-color: var(--accent_color);
}

* {
  color: var(--base_font_color);
}

header.cover {
  position: fixed;
  z-index: 999;
  width: 100vw;
}

footer.cover {
  height: 4rem;
  position: fixed;
  z-index: 100;
  width: 100vw;
  bottom: 0rem;
  bottom: calc(0rem + env(safe-area-inset-bottom));
  border-top: solid 2px var(--main_color);
  background: var(--cal_footer_bgcolor);
}
footer.cover #footerHeadInsertArea {
  overflow-y: hidden;
  overflow-x: auto;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  width: 100vw;
}
footer.cover #footerHeadInsertArea .container {
  margin-top: 0.3rem;
  white-space: nowrap;
  width: max-content;
  display: flex;
}
footer.cover #footerHeadInsertArea .container .inner {
  float: left;
  padding: 0rem 0.2rem;
  display: inline-block;
  text-align: center;
}
footer.cover #footerHeadInsertArea .container .inner .icon {
  display: block;
}
footer.cover #footerHeadInsertArea .container .inner .icon i {
  font-size: 2.8rem;
  color: var(--dark_main_color);
}
footer.cover #footerHeadInsertArea .container .inner .name {
  display: block;
  font-color: var(--light_base_color_partner);
  margin-top: 0rem;
  font-size: 0.7rem;
}
footer.body {
  background: var(--cal_body_bgcolor);
}

.jasmin_logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.main_view_body {
  height: 100%;
}

.main_view_body {
  height: 100%;
  z-index: 1;
  position: relative;
}

/*footer*/
footer aside {
  display: none;
}

/****************/
/**invoice,master,work,shift***/
/****************/
body h1 {
  width: 90%;
  margin: 20px auto 10px auto;
  font-size: 1.3em;
  color: var(--base_font_color);
  font-weight: normal;
}
body h4 {
  font-size: 1em;
  margin: 0px auto 4px auto;
  white-space: nowrap;
}
body input.button {
  width: 150px;
  height: 30px;
  font-family: inherit;
  font-size: 1em;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: var(--button-font-color);
  background: var(--button-bg-color);
  border: solid 1px var(--button-border-color);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
body input.button:hover {
  background: var(--button-bg-hover-color);
  transition-duration: 0.4s;
}
body input.button:disabled {
  background: var(--button-disabled-bg-color);
  border-color: var(--button-disabled-border-color);
}
body .bt_gr {
  display: flex;
  width: 90%;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 20px auto;
}
body .paginator {
  width: 90%;
  margin: auto;
  text-align: center;
}
body .paginator a {
  text-decoration: none;
}
body .paginator i {
  color: var(--main_color);
}
body .panel-left {
  text-align: left;
}
body .panel-center {
  text-align: center;
}
body .panel-right {
  text-align: right;
}

.flash_message_area {
  position: fixed;
  left: 0;
  top: 4rem;
  width: 100%;
  z-index: 100;
}
.flash_message_area .on_flash_message {
  width: 100%;
  height: 2em;
}
.flash_message_area .on_flash_message.normal {
  background-color: var(--flash_message_normal_bg_color);
}
.flash_message_area .on_flash_message.alert {
  background-color: var(--flash_message_alert_bg_color);
}
.flash_message_area .on_flash_message .on_flash_message_message {
  position: relative;
  width: calc(90% - 5px);
  padding-left: 5px;
  text-align: left;
  float: left;
  line-height: 2em;
  color: var(--flash_message_font_color);
  white-space: pre-wrap;
}
.flash_message_area .on_flash_message .on_flash_message_delete {
  position: relative;
  width: 10%;
  text-align: right;
  float: right;
  color: var(--flash_message_font_color);
}
.flash_message_area .on_flash_message .on_flash_message_delete i {
  padding-right: 5px;
}

.vertical_flex {
  display: flex;
  flex-direction: column;
}

.horizontal_flex {
  display: flex;
  flex-direction: row;
}

.r-gap-32 {
  row-gap: 32px;
}

.r-gap-16 {
  row-gap: 16px;
}

.justify-space-between {
  justify-content: space-between;
}

.header_wrapper {
  padding: 16px;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-flex-start {
  justify-content: flex-start;
}

.vertical_flex {
  display: flex;
  flex-direction: column;
}

.horizontal_flex {
  display: flex;
  flex-direction: row;
}

.r-gap-8 {
  row-gap: 8px;
}

.r-gap-16 {
  row-gap: 16px;
}

.c-gap-8 {
  column-gap: 8px;
}

.c-gap-16 {
  column-gap: 16px;
}

.justify-space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.icon i {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  font-style: normal;
  color: var(--font_positive_dark);
}

.label span {
  font-family: "メイリオ";
  font-size: 1em;
  text-align: left;
}

.icon.label {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  color: var(--font_positive_dark);
}/*# sourceMappingURL=general.css.map */