.site_header {
  background-color: #3eb1c5;
  border-bottom: 1px solid #5a5a5a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header_logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}

.site_menu_wrap {
  padding: 10px;
}

.site_header_main {
  flex: 1;
}
.iconLabel {
	display: inline-block;
    background: #fc6356;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
    top: -1px;
}
.titleLabel {
	width: 100px;
}
.main_contents {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.bread_crumbs_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #3f3f3f;
  border: 1px solid #6b6b6b;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.contents_wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.sidebar_wrapper {
  background-color: #575757;
  border-right: 1px solid #acacac;
  flex-flow: column;
  width: 200px;
  height: 100%;
  padding: 10px;
  display: flex;
}

.contents {
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.body {
  flex-flow: column;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.menu_list {
  flex: 1;
}

.section_header {
  background-color: #fff;
  border-bottom: 1px solid #b3b3b3;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 10px;
  display: flex;
}

.contents_detail_wrapper {
  background-color: #f1f1f1;
  flex-flow: column;
  flex: 1;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.contents_detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.contents_footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-top: 1px solid #6d6d6d;
  flex-flow: row-reverse;
  width: 100%;
  height: 50px;
  padding: 6px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer_btn {
  background-color: #308a8b;
  min-width: 100px;
}

.window_wrapper {
  background-color: #fff;
  border: 1px solid #727272;
  flex: 1;
  min-width: 300px;
  min-height: 300px;
}

.window_wrapper.wide_window {
  flex: 0 0 100%;
}

.div-block {
  overflow: visible;
}

.menu_btn {
  background-color: #bebebe;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.window_contents {
  padding: 10px;
}

.item_lists {
  flex-flow: column;
  display: flex;
}

.item_row {
  border-bottom: 1px solid #a1a1a1;
  flex-flow: row;
  display: flex;
}

.item_cell {
  background-color: #fff;
  flex: 1;
  padding: 6px;
}

.item_row_head {
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  flex-flow: row;
  display: flex;
}

.item_head_cell {
  background-color: #e7e7e7;
  flex: 1;
  padding: 6px;
  font-weight: 700;
}

.pager_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pager {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pager_item {
  background-color: #f1f1f1;
  border: 1px solid #929292;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.item_list_mobile {
  display: none;
}

.flow_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flow_item {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  display: flex;
  position: relative;
}

.flow_item.reserver_icon {
  background-image: url('../images/user.png');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.flow_item.flow_element {
  border: 2px solid #525252;
  border-radius: 5px;
  width: 120px;
  height: 60px;
}

.flow_item.flow_element.tmp_element {
  border-style: dashed;
}

.flow_line {
  background-color: #d4d4d4;
  width: 5px;
  height: 100%;
}

.flow_section {
  color: #fff;
  background-color: #75d1dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.flow_reserver {
  background-image: url('../images/user.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .sidebar_wrapper, .item_list_mobile {
    display: none;
  }

  .mobile_menu_wrap {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    display: flex;
  }

  .mobile_menu_icon {
    background-color: #d8d6d6;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .site_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site_menu_wrap {
    padding: 10px;
  }

  .site_header_main, .bread_crumbs_wrap, .sidebar_wrapper {
    display: none;
  }

  .section_header {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .contents_detail {
    flex-flow: column;
  }

  .window_wrapper {
    width: 100%;
    min-width: auto;
    min-height: 240px;
  }

  .div-block {
    background-color: #979696;
    width: 30px;
    height: 30px;
  }

  .menu_btn {
    border-radius: 0%;
  }

  .item_lists {
    display: none;
  }

  .item_row_head {
    flex-flow: row;
  }

  .item_row_mobile {
    border-bottom: 1px #a1a1a1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .item_cell_mobile {
    flex: 1;
    padding: 6px;
  }

  .item_tail {
    width: auto;
    height: auto;
    padding: 6px;
  }

  .div-block-2 {
    background-color: #e0e0e0;
    width: 30px;
    height: 30px;
  }

  .item_cell_header {
    border-bottom: 1px solid #a8a8a8;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .item_cell_contents {
    flex-flow: column;
    display: flex;
  }

  .item_contents_list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-bottom: 1px solid #a7a7a7;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .item_contents_list_label {
    flex: 1;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
  }

  .item_contents_list_body {
    flex: 3;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


