@charset "UTF-8";
a img {
  transition: 0.3s ease-in; }
a:hover img {
  opacity: 0.75; }

select.form-control {
  display: inline-block;
  width: auto; }
  @media (max-width: 767px) {
    select.form-control {
      margin-bottom: 1rem; } }

.tbl_site_form_time .select_text,
.tbl_site_form .select_text {
  margin: 0 10px; }

header {
  border-top: 10px solid #586EC7;
  padding-top: 17px;
  margin-bottom: 40px; }
  header nav {
    width: 380px; }
  @media (max-width: 767px) {
    header {
      padding-top: 0.3rem; }
      header h1 {
        width: 10rem; }
      header nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 5rem;
        left: 0;
        z-index: 1000; }
        header nav li {
          border-bottom: 1px solid #fff; }
          header nav li a {
            display: block;
            padding: 1.4rem 1rem;
            background: #586EC7;
            color: #fff;
            position: relative; }
            header nav li a::after {
              content: "";
              width: 0.6rem;
              height: 0.6rem;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg);
              position: absolute;
              right: 1rem;
              top: calc(50% - 0.3rem); } }

.menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90; }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #586EC7;
    position: absolute;
    transition: 0.3s ease-in; }
  .menu-btn span:before {
    bottom: 8px; }
  .menu-btn span:after {
    top: 8px; }

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/ }

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg); }

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg); }

#menu-btn-check {
  display: none; }

.btn-lg {
  font-size: 1.125rem;
  min-width: 12rem; }
  @media (max-width: 767px) {
    .btn-lg {
      min-width: 0; } }
  .btn-lg i {
    margin-right: 0.4rem; }
.btn-secondary {
  color: #fff; }

.search_area {
  text-align: right; }

.search_text {
  display: inline-block;
  width: 15em;
  position: relative;
  top: 0.5em;
  text-align: center; }
  @media (max-width: 767px) {
    .search_text {
      width: 70vw; } }

.search_text input {
  border: #ccc 1px solid;
  border-radius: 3px;
  background: #fff;
  padding: 0.3em 0.3em; }

.search_btn {
  display: inline-block; }
  @media (max-width: 767px) {
    .search_btn {
      width: 20vw; }
      .search_btn .btn {
        width: 100%; } }

.search_btn button {
  border-radius: 5px;
  padding: 4px 8px;
  background-color: rgba(160, 159, 159, 0.788);
  box-shadow: 0.5px 0.5px 0.5px; }
  @media (max-width: 767px) {
    .search_btn button {
      font-size: 4vw;
      height: 36px; } }

.search_btn button span {
  font-size: 1em;
  color: #fff; }

.select_tairiku {
  display: inline-block;
  background-color: transparent;
  color: #5264b3; }

.select_tairiku {
  width: 8em;
  margin: 0em auto;
  position: relative;
  margin-bottom: 0.5em; }

.select_tairiku select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.3em 0.3em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 3px;
  background: #fff; }

.select_tairiku::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0.8em;
  top: 35%;
  border-bottom: #5264b3 2px solid;
  border-right: #5264b3 2px solid;
  transform: rotate(45deg) translateY(-30%); }

.tbl_list th,
.tbl_list td {
  vertical-align: middle;
  white-space: nowrap; }

.c-pager {
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-pager .btn {
    display: inline-flex;
    align-items: center; }
    .c-pager .btn-prev::before {
      content: "";
      display: inline-block;
      width: 0.5rem;
      height: 0.5rem;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      transform: rotate(-45deg);
      margin-right: 0.4rem; }
    .c-pager .btn-next::after {
      content: "";
      display: inline-block;
      width: 0.5rem;
      height: 0.5rem;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      transform: rotate(45deg);
      margin-left: 0.4rem; }
  .c-pager span {
    margin: 0 1rem; }
    @media (max-width: 767px) {
      .c-pager span {
        font-size: 0.8rem; } }

main {
  padding-bottom: 60px; }

.p-index__schedule__pager {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .p-index__schedule__pager a.btn {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .p-index__schedule__pager a.btn i {
      margin: 0; }
  .p-index__schedule__pager span {
    font-weight: 600;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .p-index__schedule__pager span {
        font-size: 1.1rem; } }

.c-hdg02 {
  font-size: 32px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 1.5;
  border-left: 10px solid #586EC7; }

.btn-left {
  position: relative;
  padding-left: 3rem; }
  .btn-left i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%); }

.btn-right {
  position: relative;
  padding-right: 3rem; }
  .btn-right i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }

footer {
  text-align: center;
  padding-bottom: 20px; }

table.tbl01 th {
  vertical-align: middle;
  position: relative;
  width: 200px; }
  table.tbl01 th span {
    position: absolute;
    color: #E3170A;
    right: 1rem; }
table.tbl01 th {
  vertical-align: middle; }
@media (max-width: 767px) {
  table.tbl01 {
    display: block;
    border-top: none;
    border-left: none;
    border-right: none; }
    table.tbl01 tr,
    table.tbl01 tbody {
      display: block; }
    table.tbl01 th {
      display: block;
      width: 100%;
      border-bottom: none; }
    table.tbl01 td {
      display: block;
      border-bottom: none; } }

/* step */
.stepbar {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  .stepbar__item {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 1px;
    padding: 1px;
    background: #586EC7; }
    @media (max-width: 767px) {
      .stepbar__item {
        height: 56px; } }

/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
  z-index: 4; }

.stepbar__item:nth-child(2) {
  z-index: 3; }

.stepbar__item:nth-child(3) {
  z-index: 2; }

.stepbar__item:first-child {
  margin-left: 0; }

.stepbar__item:last-child {
  margin-right: 0; }

.stepbar__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #586EC7; }
  @media (max-width: 767px) {
    .stepbar__item:not(:first-child)::before {
      border-top-width: 28px;
      border-bottom-width: 28px; } }

.stepbar__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: none;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #ffffff; }
  @media (max-width: 767px) {
    .stepbar__item:not(:first-child)::after {
      border-top-width: 28px;
      border-bottom-width: 28px; } }

.stepbar__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff; }

.stepbar__item-inner {
  font-size: 1.3em;
  font-weight: bold;
  color: #586EC7; }
  @media (max-width: 767px) {
    .stepbar__item-inner {
      font-size: 0.6em;
      padding-left: 1em; } }

.stepbar__item-inner--current {
  background: transparent;
  color: #ffffff; }

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #586EC7; }
  @media (max-width: 767px) {
    .stepbar__item:not(:last-child) .stepbar__item-inner::before {
      border-top-width: 28px;
      border-bottom-width: 28px; } }

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #ffffff; }
  @media (max-width: 767px) {
    .stepbar__item:not(:last-child) .stepbar__item-inner::after {
      border-top-width: 28px;
      border-bottom-width: 28px; } }

.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
  display: none; }

.calendar_erea {
  margin: auto;
  width: 100%;
  display: block;
  text-align: center;
  position: relative; }

.tbl_calendar {
  width: 100%; }
  .tbl_calendar table {
    width: 100%; }

.div_calendar {
  display: inline-block;
  margin-right: 1.5em; }
  @media (max-width: 767px) {
    .div_calendar {
      display: block;
      margin-right: 0; } }

#table_calendar1 td,
#table_calendar1 th,
#table_calendar2 td,
#table_calendar2 th {
  width: 3.5em;
  text-align: center;
  border: 1px solid #dee2e6;
  color: #8b8a8a; }
  @media (max-width: 767px) {
    #table_calendar1 td,
    #table_calendar1 th,
    #table_calendar2 td,
    #table_calendar2 th {
      width: auto; } }

#table_calendar1 th,
#table_calendar2 th {
  color: #fff;
  font-weight: 400; }

#table_calendar1 td,
#table_calendar2 td {
  height: 40px;
  transition: 0.2s ease-in; }
  #table_calendar1 td.cell_no,
  #table_calendar2 td.cell_no {
    background: #ced4da; }
  #table_calendar1 td.cell_sat,
  #table_calendar2 td.cell_sat {
    background: rgba(93, 156, 255, 0.2); }
  #table_calendar1 td.cell_holiday,
  #table_calendar2 td.cell_holiday {
    background: rgba(255, 203, 203, 0.4); }
  #table_calendar1 td.cell_select,
  #table_calendar2 td.cell_select {
    background: #586EC7;
    color: #fff; }

.month_calendar span {
  color: #8b8a8a;
  font-size: 1.2em;
  font-weight: bold; }

.calendar_arrow {
  background-color: #586EC7;
  width: 3em;
  height: 3em;
  border: solid 1px #586EC7;
  border-radius: 5px; }

.calendar_arrow a i {
  color: #ffffff;
  padding: 0.8em 0.1em 0 0;
  font-size: 1.2em; }

.left {
  position: absolute;
  top: 9em;
  left: 3em; }
  @media (max-width: 767px) {
    .left {
      left: 0;
      top: calc(50% - 2rem); } }

.right {
  position: absolute;
  top: 9em;
  right: 4em; }
  @media (max-width: 767px) {
    .right {
      right: 0;
      top: calc(50% - 2rem); } }

.cell_date {
  cursor: pointer; }

.chk_select {
  margin: 10px 10px 0px; }

.toggle_button {
  margin: 1em auto 3em auto;
  width: 100%; }

.toggle_button span {
  color: #8b8a8a;
  font-size: 1em;
  font-weight: bold;
  padding-right: 0.5em; }

.switch__label {
  width: 37px;
  position: relative;
  display: inline-block;
  padding-top: 3px; }

.switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  height: 14px;
  background-color: rgba(34, 31, 31, 0.26);
  -webkit-transition: all 0.1s 0.4s;
  -moz-transition: all 0.1s 0.4s;
  -ms-transition: all 0.1s 0.4s;
  -o-transition: all 0.1s 0.4s;
  transition: all 0.1s 0.4s;
  overflow: hidden; }

.switch__content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.switch__input {
  display: none; }

.switch__circle {
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f1f1f1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc; }

.switch__input:checked ~ .switch__circle {
  left: 18px;
  background-color: #6983db; }

.switch__input:checked ~ .switch__content {
  border-color: transparent;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.switch__input:checked ~ .switch__content:after {
  width: 100%; }

/* トグルスイッチ END */
/* ログイン画面 */
.login_wrap {
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 991px) {
    .login_wrap {
      flex-direction: column; } }

.login_info {
  width: 50%;
  min-height: 100vh;
  background: linear-gradient(#E5ECF4 50%, #fff 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px; }
  @media (max-width: 991px) {
    .login_info {
      width: 100%;
      min-height: 0;
      padding: 50px 20px 0;
    }
    .login_info .img_mock {
      text-align: center;
    }
    .login_info .img_mock img {
      width: 80%;
    }
  }
  .login_info_inner {
    max-width: 600px; }
  .login_info_contact {
    position: absolute;
    top: 20px;
    right: 20px; }
  .login_info_logo {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .login_info_logo {
        margin-bottom: 30px; }
        .login_info_logo img {
          width: 40vw;
          height: auto; } }
  .login_info_txt {
    color: #586EC7;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .login_info_txt {
        font-size: 14px;
        margin-top: 30px; } }

.login_form {
  width: 50%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 20px; }
  @media (max-width: 991px) {
    .login_form {
      width: 100%;
      min-height: 0; } }
  .login_form_inner {
    max-width: 600px; }
  .login_form .copyright {
    position: absolute;
    bottom: 10px; }
  .login_form_col {
    max-width: 440px;
    margin: 0 auto 60px; }
    @media (max-width: 991px) {
      .login_form_col {
        margin-bottom: 30px; } }
  .login_form h2 {
    color: #586EC7;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px; }
  .login_form dl {
    margin-bottom: 30px; }
    .login_form dl dt {
      font-size: 14px; }
    .login_form dl dd input {
      background: #fff !important;
      border: none;
      border-bottom: 1px solid #cdcdcd;
      width: 100%;
      padding: 10px;
      position: relative;
      outline: none; }
      .login_form dl dd input::placeholder {
        color: #aaa; }
      .login_form dl dd input::-webkit-input-placeholder {
        color: #aaa; }
    .login_form dl dd input:-webkit-autofill {
      box-shadow: 0 0 0 1000px white inset; }
      .login_form dl dd input:-webkit-autofill::placeholder {
        color: #ccc; }
  .login_form .btn-login {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #586EC7;
    border: none;
    color: #fff;
    font-size: 18px;
    transition: 0.3s; }
    .login_form .btn-login:hover {
      background: #3e57ba; }
  .login_form .signin {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #cdcdcd; }
    .login_form .signin .btn-signin {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px;
      border-radius: 30px;
      background: #586EC7;
      background: #fff;
      border: 2px solid #586EC7;
      color: #586EC7;
      font-size: 18px;
      transition: 0.3s; }
      .login_form .signin .btn-signin:hover {
        text-decoration: none;
        opacity: 0.75; }
  .login_form_box {
    border: 1px solid #586EC7;
    padding: 20px; }
    .login_form_box_btn a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 30px;
      border-radius: 15px;
      border: 1px solid #586EC7;
      color: #586EC7;
      font-size: 14px;
      padding: 0 15px;
      transition: 0.3s; }
      .login_form_box_btn a i {
        margin-left: 7px; }
      .login_form_box_btn a:hover {
        opacity: 0.75;
        text-decoration: none; }
  .login_form_bookmark {
    font-size: 14px;
    margin-top: 20px; }

.tab_btn {
  padding: 1rem; }

.tbl_cal {
  table-layout: fixed;
  min-width: 1000px; }
  .tbl_cal td.cell_sat {
    background: rgba(93, 156, 255, 0.2); }
  .tbl_cal td.cell_holiday {
    background: rgba(255, 203, 203, 0.4); }
  .tbl_cal tbody td {
    position: relative;
    padding: 0.75rem; }
    .tbl_cal tbody td .day-box {
      min-height: 100px;
      position: relative; }
      .tbl_cal tbody td .day-box .form-check-input {
        position: absolute;
        margin: 0;
        top: 5px;
        right: 0; }
    .tbl_cal tbody td button.icn_plus {
      bottom: 10px; }

.tbl_cal_total {
  table-layout: fixed;
  width: 480px;
  min-width: 0px; }
  .tbl_cal_total td {
    white-space:nowrap;
    text-align:right;
    position: relative;
    padding: 0.4rem; }

  .tbl_cal_total .th {
    width:160px;
    text-align:left;
    background: #f0f0ff; }
  .tbl_cal_total .is-ok {
    text-align:center;
    color: white;
    background: #069DC1; }
  .tbl_cal_total .is-temp {
    text-align:center;
	color: white;
    background: #04C693; }
  .tbl_cal_total .is-wait {
    text-align:center;
    color: white;
    background: #F5B841; }
  .tbl_cal_total .is-change {
    text-align:center;
    color: white;
    background: #E3170A; }


button.icn_plus {
  border: none;
  background: none;
  width: 100%;
  font-size: 0.86rem;
  text-align: center;
  color: #069DC1;
  margin-top: 1rem; }

.p-index__schedule__pager .btn-lg {
  min-width: 0; }

.yoyaku_area {
  margin-top: 10px; }
  .yoyaku_area .yoyaku_item {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    background: #E5ECF4;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 5px;
    color: #666;
    transition: 0.3s;
    position: relative; }
    .yoyaku_area .btn_del_mei{
      text-decoration: none; }
    .yoyaku_area .yoyaku_item.is-change {
      background: #F4E5EA; }
    .yoyaku_area .yoyaku_item.is-del-show {
      background: #F46666 !important; }
    .yoyaku_area .yoyaku_item__remove {
      border: none;
      background: none;
      width: 11px;
      height: 11px;
      position: relative; }
      .yoyaku_area .yoyaku_item__remove::before {
        content: "";
        width: 14px;
        height: 2px;
        border-radius: 1px;
        background: #999;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(45deg);
        transform-origin: center center; }
      .yoyaku_area .yoyaku_item__remove::after {
        content: "";
        width: 14px;
        height: 2px;
        border-radius: 1px;
        background: #999;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(-45deg);
        transform-origin: center center; }
    .yoyaku_area .yoyaku_item__info {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4px; }
    .yoyaku_area .yoyaku_item .form-check-input {
      top: calc(50% - 6.5px) !important;
      left: 3px;
      right: auto !important; }
    .yoyaku_area .yoyaku_item input[type="text"] {
      font-size: 11px;
      width: 2.8rem;
      padding: 0.2rem 0.3rem;
      height: auto;
      line-height: 1; }
    .yoyaku_area .yoyaku_item input[type="number"] {
      font-size: 11px;
      width: 2.6rem;
      padding: 0.2rem 0.3rem;
      height: auto;
      line-height: 1; }
/*
    .yoyaku_area .yoyaku_item + .yoyaku_item {
      margin-top: 5px; }
*/
    .yoyaku_area .yoyaku_sp + .yoyaku_item {
      margin-top: 5px; }
  .yoyaku_area__member {
    display: inline-flex;
    align-items: center;
    margin-top: 5px; }
    .yoyaku_area__member i {
      display: inline-block;
      text-align: center;
      font-style: normal;
      width: 16px;
      line-height: 16px;
      text-align: center;
      font-size: 10px;
      color: #fff;
      background: #979797;
      border-radius: 8px;
      margin-right: 2px; }
      .yoyaku_area__member i:not(:first-child) {
        margin-left: 3px; }
  .yoyaku_area__time {
    display: flex;
    align-items: center; }

.btn_cal .btn-lg {
  width: 120px; }
  @media (max-width: 575px) {
    .btn_cal .btn-lg {
      width: 100%;
      margin-bottom: 3vw; }
      .btn_cal .btn-lg.ml-4 {
        margin-left: 0 !important; } }
.btn-lg2 {
  width: 280px !important; }

.box_note {
  border: 3px solid #069DC1;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 40px;
  border-radius: 8px; }
  .box_note ul li {
    margin-bottom: 5px;
    margin-left: 1em;
    text-indent: -1em; }
    .box_note ul li i {
      display: inline;
      color: #069DC1; }

.confirm_list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E5ECF4;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 10px 15px;
  color: #666; }
  .confirm_list__item.is-change {
      background: #F4E5EA !important; }
  .confirm_list__item.is-del-show {
      background: #F46666 !important; }
  .confirm_list__item .form-check-input {
    margin: 0;
    position: static; }
  .confirm_list__item__info {
    display: flex;
    flex-direction: column; }
    .confirm_list__item__info__date {
      font-size: 18px;
      font-weight: 500; }
    .confirm_list__item__info__time {
      font-size: 15px; }
    .confirm_list__item__info__member {
      display: flex;
      align-items: center; }
      .confirm_list__item__info__member i {
        display: inline-flex;
        width: 18px;
        height: 18px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        color: #fff;
        font-style: normal;
        font-size: 10px;
        background: #979797;
        margin-right: 3px; }
        .confirm_list__item__info__member i:not(:first-child) {
          margin-left: 7px; }

.confirm_list {
  max-height: 600px;
  overflow: hidden;
  position: relative; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(6, 157, 193, 0.7); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(6, 157, 193, 0.85); }

.txt_edit {
  font-size: 20px;
  margin: 20px 0 40px; }

.row_change {
  position: relative;
  padding-right: 90px;
  min-height: 38px; }
  .row_change button {
    position: absolute;
    right: 0;
    top: calc(50% - 19px); }

.icn-status {
  width: 23px;
  height: 23px;
  display: inline-flex;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-style: normal;
  vertical-align: middle; }
  @media (max-width: 575px) {
    .icn-status {
      width: 4.6vw;
      height: 4.6vw;
      font-size: 3vw;
      margin-right: 1vw; } }
  .icn-status.is-ok {
    background: #069DC1; }
  .icn-status.is-temp {
    background: #04C693; }
  .icn-status.is-wait {
    background: #F5B841; }
  .icn-status.is-change {
    background: #E3170A; }

.note_status {
  line-height: 2; }
  @media (max-width: 575px) {
    .note_status {
      font-size: 3.75vw; } }

.row_change {
  padding-right: 90px;
  line-height: 38px;
  position: relative; }
  .row_change small {
    display: block;
    line-height: 1;
    margin-top: -5px; }
  .row_change button {
    position: absolute;
    right: 0;
    top: calc(50% - 19px); }

.box_date {
  width: 500px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 30px 60px 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }
  @media (max-width: 575px) {
    .box_date {
      width: 94%;
      padding: 15px; } }
  .box_date__ttl {
    text-align: center;
    color: #586EC7;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px; }
  .box_date .confirm_list__item {
    margin-bottom: 15px;
    justify-content: flex-start;
    position: relative; }
    .box_date .confirm_list__item .btn_del_mei_sp{
      text-decoration: none; }
    .box_date .confirm_list__item .yoyaku_item__remove {
      border: none;
      background: none;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 10px;
      right: 10px; }
    .box_date .confirm_list__item .yoyaku_item__remove::before {
      content: "";
      width: 14px;
      height: 2px;
      border-radius: 1px;
      background: #999;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: rotate(45deg);
      transform-origin: center center; }
    .box_date .confirm_list__item .yoyaku_item__remove::after {
      content: "";
      width: 14px;
      height: 2px;
      border-radius: 1px;
      background: #999;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: rotate(-45deg);
      transform-origin: center center; }
  .box_date .yoyaku_area__time input {
    width: 80px;
    height: 30px; }
  .box_date .yoyaku_area__member input {
    width: 60px;
    height: 30px;
    margin-right: 20px; }
  .box_date .yoyaku_area__member span {
    margin-right: 5px; }
  .box_date button.icn_plus {
    bottom: 30px; }
  .box_date .icn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    .box_date .icn_close:hover {
      opacity: 0.75; }

.wrap_tbl_cal {
  position: relative; }
  @media (max-width: 1200px) {
    .wrap_tbl_cal {
      margin-left: 0;
      width: 100%;
      padding: 0; } }

.ms-ctn .ms-trigger {
  border-left: none !important; }
  .ms-ctn .ms-trigger-ico {
    width: 8px !important;
    height: 8px !important;
    position: absolute;
    left: 9px;
    top: 11px;
    border-top: none !important;
    border-left: none !important;
    border-bottom: #5264b3 2px solid !important;
    border-right: #5264b3 2px solid !important;
    transform: rotate(45deg);
    margin: 0 !important; }

@media (max-width: 767px) {
  .container {
    padding-right: 4vw !important;
    padding-left: 4vw !important; }

  .select span {
    font-size: 4vw; }
  .select_tairiku {
    width: 49vw; }
  .select #direction_label {
    font-size: 4vw; } }
.wrap_btn_plus {
  position: absolute;
  top: calc(50% + 12px);
  left: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 575px) {
  .tbl_cal {
    width: 100%;
    min-width: 0; }
    .tbl_cal tbody td {
      padding: 0.3rem; }
    .tbl_cal .day-disp {
      font-size: 10px; }
/*
    .tbl_cal .yoyaku_area {
      display: none; }
*/
    .tbl_cal .yoyaku_item {
      display: none; }

    .tbl_cal .icn_plus {
      display: none; }
    .tbl_cal .day-box {
      min-height: 0 !important; }
    .tbl_tr {
      height: 66px !important; }
    .tbl_cal .wrap_btn_plus {
      position: static;
      transform: none;
      margin-top: 5px;
      text-align: center; }

  .tbl_cal_total {
    width: 100%;
    min-width: 0; }
}

.btn_plus {
  width: 120px;
  font-size: 14px; }
  @media (max-width: 575px) {
    .btn_plus {
      line-height: 1;
      padding: 0.5rem;
      width: auto; } }

.btn_plus span {
  margin-left: 5px; }
  @media (max-width: 575px) {
    .btn_plus span {
      display: none; } }

.box_submit {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 1.5rem 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  transform: translateY(15rem);
  transition: 0.5s ease-in; }
  @media (max-width: 575px) {
    .box_submit {
      padding: 10px 0; } }
  .box_submit.is-show {
    transform: translateY(0); }
  .box_submit__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 575px) {
      .box_submit__row {
        flex-direction: column; } }
  .box_submit__txt {
    font-weight: 700; }
    @media (max-width: 575px) {
      .box_submit__txt {
        font-size: 12px;
        margin-bottom: 10px; } }

.yoyaku_sp {
  display: none; }

@media (max-width: 575px) {
  .yoyaku_sp {
    display: block;
    background: #E5ECF4;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-size: 10px;
    padding: 1vw 0; }
    .yoyaku_sp.is-change {
      background: #F4E5EA; }
    .yoyaku_sp.is-del-show {
      background: #F46666 !important; }
    .yoyaku_sp .icn-status {
      transform: scale(0.7);
      margin-right: 0; }
/*
    .yoyaku_sp + .yoyaku_sp {
      margin-top: 1vw; }
*/
    .yoyaku_sp + .yoyaku_item + .yoyaku_sp {
      margin-top: 1vw; }
    .yoyaku_area .yoyaku_sp {
      margin-top: -2vw; }

  .modal-content h3 {
    font-size: 18px; }

  .btn_edit {
    margin-bottom: 20px; }
}

/* update ↓ */
.tbl_edit {
  /* height:36px; */
}
.tbl_edit_g1 {
  margin-top:-8px;
}
.tbl_edit_g2 {
  font-size:small;
  margin-top:-13px;
  margin-bottom:-10px
}

.input_error {
  color:red;
}
.vertical_middle {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width:768px) {
	#menu-nav {
		width:520px;
	}
	#menu-nav li {
		margin-left:0.25rem;
	}
}
@media screen and (max-width:575px) {
	.text-left-sp {
		text-align:left !important;
	}
}

/* 10yen ログイン画面 */
@media (min-width: 992px) {
  .login_info .img_10yen_PC {
    width: 100%;
  }
  .login_info .img_10yen_SP {
    display:none;
  }
}
@media (max-width: 991px) {
  .login_info .img_10yen {
    text-align: center;
    margin-top: 20px;
  }
  .login_info .img_10yen_SP {
    width: 90%;
  }
  .login_info .img_10yen_PC {
    display:none;
  }
}

/* netis ログイン画面 */
@media (min-width: 992px) {
  .login_netis {
    position: absolute;
    top: 20px;
    left: calc(50vw + 20px); }
  .login_info .img_netis_PC {
    width: 160px;
  }
  .login_info .img_netis_SP {
    display:none;
  }
}
@media (max-width: 991px) {
  .login_info .img_netis_SP {
    margin-top: 20px;
    width: 36vw;
    max-width: 200px;
  }
  .login_info .img_netis_PC {
    display:none;
  }
}

/* 10yen 画面トップ */
.top_10yen {
  text-align:center;
  margin-top:-40px;
}
@media (min-width: 768px) {
  .top_10yen {
    height:146px;
    margin-top:-30px;
    margin-bottom:20px;
    background-color: #e5ecf4;
  }
  .top_10yen .img_10yen_PC {
    margin-top:15px;
    width: 480px;
  }
  .top_10yen .img_10yen_SP {
    display:none;
  }
}
@media (max-width: 767px) {
  .top_10yen {
    margin-bottom:20px;
  }
  .top_10yen .img_10yen_SP {
    width: 480px;
  }
  .top_10yen .img_10yen_PC {
    display:none;
  }
}
@media (max-width: 575px) {
  .top_10yen .img_10yen_SP {
    width: 90%;
  }
}

/* netis 画面トップ */
@media (min-width: 768px) {
  .top_10yen {
    position: relative;
  }
  .top_10yen .top_netis {
    position: absolute;
    top: 30px;
    left: calc(50vw + 260px);
  }
  .top_10yen .img_netis_PC {
    height: 90px;
  }
  .top_10yen .img_netis_SP {
    display:none;
  }
}
@media (min-width: 992px) {
  .top_10yen .top_netis {
    position: absolute;
    top: 4px;
    left: calc(50vw + 320px);
  }
  .top_10yen .img_netis_PC {
    height: 138px;
  }
}
@media (max-width: 767px) {
  .top_10yen .img_netis_SP {
    margin-top: 20px;
    margin-left:60px;
    margin-right:60px;
    width: 36vw;
    max-width: 160px;
  }
  .top_10yen .img_netis_PC {
    display:none;
  }
}

.w160 {
  width:160px;
}
.w140 {
  width:140px;
}
.w120 {
  width:120px;
}