@charset "UTF-8";
/*****************************************************************************
base.css
全ページ共通
*****************************************************************************/
/*****************************************************************************
reset 
*****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
  margin: 0;
  padding: 0;
  font-weight: normal; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul, ol {
  list-style-type: none; }

em, i, strong, th, address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, object, embed {
  border: 0;
  vertical-align: top; }

hr {
  border: 0;
  height: 1px;
  background: #cccccc;
  margin: 1em 0;
  clear: both;
  width: 100%; }

li {
  list-style-type: none; }

area {
  outline: none !important;
  border: none !important; }

img {
  border: 0;
  vertical-align: middle; }

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

body *, body *::after, body *::before {
  box-sizing: border-box; }

input[type="submit"], button[type="button"], input[type="button"], input[type="text"], input[type="date"], input[type="tel"], input[type="emal"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none; }

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
  outline: 0; }

form {
  display: inline; }

input:read-only {
  border: none !important; }

/*****************************************************************************
body
*****************************************************************************/
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }

body {
  line-height: 1;
  color: #333333;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  background: #f1f1f1; }

body, input, textarea, select, button {
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
  font-size: 1.4rem;
  font-weight: 400; }

#body {
  max-width: 2000px;
  margin: 0 auto;
  min-width: 320px;
  position: relative; }

/*@media screen and (max-width: $breakpoint-tab) {
	html {
		font-size: 54%;
	}
}*/
/*****************************************************************************
linkColor 
*****************************************************************************/
a {
  color: #dc0002;
  text-decoration: underline;
  cursor: pointer;
  transition: .3s; }
  a:hover {
    text-decoration: none;
    color: #df817e; }

a * {
  cursor: pointer; }

/**********************************************************
form elem
 **********************************************************/
input[type="text"], input[type="date"], input[type="tel"], input[type="email"] {
  line-height: calc(30px - 2px);
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 6px; }

select {
  padding: 0 10px;
  border: 1px solid #dddddd;
  height: 30px;
  border-radius: 6px; }

textarea {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  min-height: 12em; }

.checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; }
  .checkbox-wrapper li {
    white-space: nowrap;
    padding: 3px 10px;
    margin-right: .3em; }
    .checkbox-wrapper li input {
      margin-right: .3em; }
    .checkbox-wrapper li label {
      cursor: pointer; }

.input-l {
  width: 100%; }

.input-m {
  width: 70%; }

.input-zip {
  width: 8em; }

input::placeholder {
  color: #aaaaaa; }

.btn-01 {
  display: inline-block;
  background: #dc0002;
  color: #ffffff;
  line-height: 30px;
  min-width: 100px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  padding: 0 2em;
  text-decoration: none;
  text-align: center;
  transition: .3s; }
  .btn-01:hover {
    color: #ffffff;
    background: #df817e; }

.btn-01-gray {
  display: inline-block;
  background: #959596;
  color: #ffffff;
  line-height: 30px;
  min-width: 100px;
  cursor: pointer;
  border-radius: 4px !important;
  font-weight: bold;
  padding: 0 2em;
  text-decoration: none;
  text-align: center;
  transition: .3s; }
  .btn-01-gray:hover {
    color: #ffffff;
    background: #333333; }

.btn-02 {
  display: inline-block;
  background: #cccccc;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  transition: .3s;
  margin: 0 5px; }
  .btn-02 .fas {
    line-height: 34px;
    color: #ffffff; }
  .btn-02:hover {
    background: #dc0002; }
  .btn-02.delete .fas {
    font-size: 1.8rem; }
  .btn-02.toggle .fas {
    font-size: 1.6rem; }
  .btn-02.edit .fas {
    font-size: 1.4rem; }

.btn-add {
  display: block;
  background: #dc0002;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  line-height: 24px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: .3s; }
  .btn-add::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    font-weight: bold;
    content: "\f067";
    font-size: 12px;
    color: #ffffff;
    margin-right: 3px; }
  .btn-add:hover {
    color: #ffffff;
    background: #df817e; }

.p-list_nodata {
  padding: 20px;
  color: #666666;
  min-height: 50px;
  display: flex;
  justify-content: center;
  /*左右中央揃え*/
  align-items: center;
  /*上下中央揃え*/ }

.p-nodata {
  padding: 20px;
  color: #666666;
  min-height: 200px;
  display: flex;
  justify-content: center;
  /*左右中央揃え*/
  align-items: center;
  /*上下中央揃え*/ }

.p-loding {
  padding: 20px;
  color: #666666;
  min-height: 200px;
  display: flex;
  justify-content: center;
  /*左右中央揃え*/
  align-items: center;
  /*上下中央揃え*/ }

/**********************************************************
 login-box
 **********************************************************/
.center-wrapper {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.login {
  max-width: 94vw;
  width: 500px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center; }
  .login .hd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd; }
    .login .hd .logo img {
      height: 32px; }
    .login .hd .title {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 7px 0 0 10px; }
  .login .box {
    padding: 50px; }
    @media screen and (max-width: 700px) {
      .login .box {
        padding: 10vw 5vw; } }
    .login .box .top {
      line-height: 1.4;
      text-align: center; }
      @media screen and (max-width: 700px) {
        .login .box .top {
          text-align: left; } }
    .login .box .top-hd {
      font-size: 1.8rem;
      font-weight: bold;
      border-left: 8px solid #dc0002;
      padding: 0 0 0 .5em;
      line-height: 24px;
      text-align: left; }
    .login .box .inputs {
      padding: 30px 0; }
      .login .box .inputs li {
        padding: 8px 0; }
      .login .box .inputs input {
        height: 36px;
        line-height: calc(36px - 2px);
        padding: 0 10px;
        border: 1px solid #dddddd;
        border-radius: 6px;
        width: 100%;
        font-size: 1.6rem; }
  .login .ft .btn-wrapper {
    text-align: center; }
    .login .ft .btn-wrapper .btn {
      display: inline-block;
      line-height: 36px;
      border-radius: 18px;
      border: none;
      cursor: pointer;
      width: 300px;
      max-width: 80%;
      background: #dc0002;
      position: relative;
      color: #ffffff;
      text-decoration: none; }
      .login .ft .btn-wrapper .btn::after {
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        color: #ffffff;
        position: absolute;
        top: 0; }
      .login .ft .btn-wrapper .btn.in::after {
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        content: "\f2f6";
        font-size: 18px;
        right: 15px; }
      .login .ft .btn-wrapper .btn.go::after {
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        content: "\f054";
        font-size: 16px;
        right: 12px; }
      .login .ft .btn-wrapper .btn:hover {
        color: #ffffff;
        background: #df817e; }
  .login .ft .ln-02 {
    margin-top: 30px; }

/**********************************************************
 layout
 **********************************************************/
header {
  position: relative;
  z-index: 2; }

aside {
  width: 280px;
  background: #272727;
  position: relative;
  z-index: 2; }

aside, main {
  min-height: calc(100vh - 70px); }

main {
  position: relative;
  z-index: 1; }

/**********************************************************
 header
 **********************************************************/
header {
  background: #ffffff;
  height: 70px;
  display: flex;
  justify-content: space-between; }
  header .logo a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 70px;
    color: #333333;
    text-decoration: none; }
    header .logo a img {
      height: 36px; }
    header .logo a .title {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 3px 0 0 .6em; }
  header .user {
    position: relative; }
    header .user .hd {
      line-height: 70px;
      padding: 0 40px 0 20px;
      cursor: pointer;
      position: relative;
      transition: .3s; }
      header .user .hd:hover {
        text-decoration: underline; }
      header .user .hd::after {
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        content: "\f078";
        position: absolute;
        right: 15px;
        top: -2px;
        transition: transform .3s; }
      header .user .hd.on::after {
        transform: rotateX(180deg); }
    header .user .box {
      position: absolute;
      top: calc(70px - 10px);
      right: 10px;
      background: #272727;
      padding: 15px 30px;
      visibility: hidden;
      opacity: 0;
      transform: translateY(-10px);
      transition: all .3s; }
      header .user .box.on {
        visibility: visible;
        transform: translateY(0);
        opacity: 1; }
      header .user .box a {
        display: block;
        white-space: nowrap;
        padding: 0 0 0 20px;
        line-height: 40px;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: .3s;
        position: relative; }
        header .user .box a:hover {
          color: white;
          text-decoration: underline; }
      header .user .box a::before {
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        color: #777777;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -2px; }
      header .user .box .ln-01 a::before {
        content: "\f013"; }
      header .user .box .ln-02 a::before {
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: bold;
        content: "\f2f5"; }

/**********************************************************
side
 **********************************************************/
.side-btn {
  background: #111111;
  width: 42px;
  height: calc(100% - 70px);
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 0;
  text-align: center; }
  .side-btn p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer; }
  .side-btn .fas {
    color: #ffffff;
    font-size: 2rem; }

aside {
  padding-left: 42px;
  height: calc(100% - 70px);
  position: absolute;
  top: 70px;
  left: 0;
  transform: translateX(-100%);
  transition: .3s; }
  aside.on {
    transform: translateX(0); }
  aside nav a, aside nav span {
    display: block;
    line-height: 42px;
    padding: 0 0 0 32px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative; }
    aside nav a:hover, aside nav span:hover {
      color: white;
      text-decoration: underline; }
    aside nav a::before, aside nav span::before {
      font-family: "Font Awesome 5 Free";
      font-size: 1.6rem;
      font-weight: bold;
      color: #777777;
      position: absolute;
      top: 0;
      left: 8px;
      margin-top: -2px; }
  aside nav .hd-01 a::before {
    content: "\f015"; }
  aside nav .hd-02 span::before {
    content: "\f073";
    margin-left: 2px; }
  aside nav .hd-03 span::before {
    content: "\f500";
    margin-left: -2px; }
  aside nav .hd-04 span::before {
    content: "\f017"; }
  aside nav .hd-05 span::before {
    content: "\f013"; }
  aside nav ul.top > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  aside nav ul.sub {
    background: #333333;
    /*display: none;*/ }

/**********************************************************
contents main
 **********************************************************/
main {
  padding: 2vw;
  margin-left: 42px; }

.hd-type-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2vw; }
  .hd-type-01 .hd {
    line-height: 35px;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 0 0 .5em;
    border-left: 8px solid #dc0002; }

.section:not(:first-child) {
  margin: 2vw 0 0; }

.section .box {
  padding: 1vw;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dddddd;
  overflow: hidden; }

.section-02 {
  /*toggle*/ }
  .section-02:not(:first-child) {
    margin: 1.5vw 0 0; }
  .section-02 .hd, .section-02 .box {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd; }
  .section-02 .hd {
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    background: #f5f5f5; }
  .section-02 .box {
    border-top: none;
    border-radius: 0 0 8px 8px; }
  .section-02 .dl-wrapper-parent {
    display: flex; }
    .section-02 .dl-wrapper-parent .dl-wrapper {
      width: calc((100% - 30px)/2); }
    .section-02 .dl-wrapper-parent .dl-wrapper:nth-child(2) {
      margin-left: 30px; }
    @media (max-width: 900px) {
      .section-02 .dl-wrapper-parent {
        display: block; }
        .section-02 .dl-wrapper-parent .dl-wrapper, .section-02 .dl-wrapper-parent .dl-wrapper:nth-child(2) {
          width: auto;
          margin-left: 0; } }
  .section-02 .dl-wrapper-hd {
    margin-top: 2.5vw;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: 1px dotted #cccccc;
    position: relative; }
    .section-02 .dl-wrapper-hd:after {
      content: "";
      width: 11em;
      height: 2px;
      background: #dc0002;
      position: absolute;
      bottom: -1px;
      left: 0; }
  .section-02 .dl-wrapper dl {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #cccccc; }
    .section-02 .dl-wrapper dl dt, .section-02 .dl-wrapper dl dd {
      padding: 1em 0;
      line-height: 1.6; }
    .section-02 .dl-wrapper dl dt {
      font-weight: bold;
      white-space: nowrap;
      width: 11em; }
    .section-02 .dl-wrapper dl dd {
      flex: 1; }
    .section-02 .dl-wrapper dl input[type="text"], .section-02 .dl-wrapper dl input[type="date"], .section-02 .dl-wrapper dl input[type="tel"], .section-02 .dl-wrapper dl input[type="email"] {
      display: inline-block;
      margin: 3px 0; }
  .section-02 .dl-wrapper dl.time .nowrap {
    white-space: nowrap; }
  .section-02 .dl-wrapper dl.time .center {
    margin: 0 .4em; }
  .section-02 .dl-wrapper dl.karte {
    white-space: nowrap; }
    .section-02 .dl-wrapper dl.karte .btn-01 {
      margin-left: 10px; }
  .section-02 .dl-wrapper dl.name {
    white-space: nowrap; }
    .section-02 .dl-wrapper dl.name input[type="text"] {
      width: calc((100% - 10px)/2); }
    .section-02 .dl-wrapper dl.name input[type="text"]:last-child {
      margin-left: 10px; }
  .section-02 .dl-wrapper dl.address p:not(:nth-child(1)) {
    padding-top: 10px; }

.toggle .hd {
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  transition: .3s; }
  .toggle .hd:hover {
    background: #f5f5f5; }
  .toggle .hd.on {
    border-radius: 8px 8px 0 0; }
  .toggle .hd .fas {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    transition: transform .3s; }
  .toggle .hd.on {
    background: #f5f5f5; }
    .toggle .hd.on .fas {
      transform: rotateX(180deg); }

.msg-box {
  line-height: 1.6;
  margin: 0 0 2vw; }

/**********************************************************
table-util
 **********************************************************/
.table-util {
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px; }
  .table-util .left dl, .table-util .export dl {
    display: flex;
    align-items: center; }
    .table-util .left dl dt, .table-util .export dl dt {
      margin-right: 1em; }
    .table-util .left dl dd, .table-util .export dl dd {
      display: flex;
      align-items: center; }
    .table-util .left dl input[type="text"], .table-util .left dl input[type="date"], .table-util .left dl input[type="tel"], .table-util .left dl input[type="email"], .table-util .left dl select, .table-util .export dl input[type="text"], .table-util .export dl input[type="date"], .table-util .export dl input[type="tel"], .table-util .export dl input[type="email"], .table-util .export dl select {
      height: 30px;
      border: 1px solid #dddddd;
      border-right: none;
      border-radius: 6px 0 0 6px;
      width: 200px; }
    .table-util .left dl .btn-01, .table-util .export dl .btn-01 {
      min-width: initial;
      border-radius: 0 6px 6px 0; }

/**********************************************************
.calendar
 **********************************************************/
.c-range_search {
  text-align: center;
  padding: 10px; }
  .c-range_search .u-err {
    margin-bottom: 10px; }

.calendar-util {
  height: 30px;
  display: flex;
  align-items: center;
  margin: 0 0 10px; }
  .calendar-util .date .c {
    padding: 0 .3em; }
  .calendar-util .btn-wrapper {
    margin-left: 10px; }

.calendar-01 .booking-box, .calendar-02 .booking-box {
  position: absolute;
  z-index: 1;
  background: #d9dcf0;
  border-radius: 8px;
  overflow: hidden;
  line-height: 1.4; }
  .calendar-01 .booking-box a, .calendar-02 .booking-box a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 3px;
    transition: .3s;
    height: 100%; }
    .calendar-01 .booking-box a:hover, .calendar-02 .booking-box a:hover {
      background: #f4d4d3; }
  .calendar-01 .booking-box [class^=color-service-], .calendar-02 .booking-box [class^=color-service-] {
    font-size: 11px; }

/**********************************************************
.calendar-01
 **********************************************************/
.calendar-01 .box {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100 - 2vw*3 - 70px - 35px - 30px - 10px);
  position: relative; }
  .calendar-01 .box:before {
    content: "";
    height: calc(30px + 1px);
    width: calc(60px + 120px + 1px);
    background: #ffffff;
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
  .calendar-01 .box.height-auto {
    height: auto; }

.calendar-01 .table-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }
  .calendar-01 .table-wrapper table th, .calendar-01 .table-wrapper table td {
    border: 1px solid #dddddd;
    vertical-align: top; }
  .calendar-01 .table-wrapper table thead {
    background: #959596;
    color: #ffffff; }
    .calendar-01 .table-wrapper table thead th, .calendar-01 .table-wrapper table thead td {
      padding: 0 10px;
      height: 30px;
      vertical-align: middle;
      font-weight: bold; }
    .calendar-01 .table-wrapper table thead a {
      color: #ffffff; }
  .calendar-01 .table-wrapper table tbody th, .calendar-01 .table-wrapper table tbody td {
    height: 75px;
    position: relative; }
  .calendar-01 .table-wrapper table tbody th {
    padding: 10px;
    background: #f5f5f5; }
  .calendar-01 .table-wrapper table tbody td {
    width: 50px; }
  .calendar-01 .table-wrapper table tbody tr:nth-child(odd) {
    background-image: linear-gradient(-45deg, #f5f5f5 25%, #ffffff 25%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 75%, #ffffff 75%, #ffffff);
    background-size: 20px 20px; }
  .calendar-01 .table-wrapper table .date {
    width: 60px;
    font-weight: bold;
    line-height: 1.2; }
  .calendar-01 .table-wrapper table .select th {
    background: #dddddd; }
  .calendar-01 .table-wrapper table .lane {
    width: 120px; }
    .calendar-01 .table-wrapper table .lane p {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.2; }
    .calendar-01 .table-wrapper table .lane .btn-add {
      bottom: 10px;
      left: 10px;
      width: calc(100% - 20px); }
  .calendar-01 .table-wrapper table .booking-box {
    left: 2px;
    height: calc(75px - 5px);
    width: calc(50px*4 - 5px);
    overflow: hidden;
    line-height: 1.4;
    z-index: 333; }
    .calendar-01 .table-wrapper table .booking-box ul {
      display: flex;
      flex-wrap: wrap; }
  .calendar-01 .table-wrapper table .booking-box:nth-child(1) {
    top: 2px; }
  .calendar-01 .table-wrapper table .booking-box:nth-child(2) {
    top: calc(75px); }
  .calendar-01 .table-wrapper table .booking-box:nth-child(3) {
    top: calc(75px*2 - 2px); }

.calendar-01 .orgnl-table {
  position: relative;
  z-index: 1; }
  .calendar-01 .orgnl-table thead {
    visibility: hidden; }
  .calendar-01 .orgnl-table .date, .calendar-01 .orgnl-table .lane {
    visibility: hidden; }

.calendar-01 .fixedTableH, .calendar-01 .fixedTableV {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 10px;
  left: 10px; }
  .calendar-01 .fixedTableH table, .calendar-01 .fixedTableV table {
    position: absolute;
    top: 0;
    left: 0; }

.calendar-01 .fixedTableH {
  height: calc(30px + 1px); }

.calendar-01 .fixedTableV {
  width: calc(60px + 120px + 1px); }

.calendar-01 .fixedTableH th:first-child {
  visibility: hidden; }

.calendar-01 .fixedTableV thead {
  visibility: hidden; }

/**********************************************************
.calendar-02
 **********************************************************/
.calendar-02 .box {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100 - 2vw*3 - 70px - 35px - 30px - 10px);
  position: relative; }
  .calendar-02 .box:before {
    content: "";
    height: calc(30px + 55px + 1px);
    width: calc(65px + 1px);
    background: #ffffff;
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }

.calendar-02 .table-wrapper {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .calendar-02 .table-wrapper .orgnl-table {
    position: relative;
    z-index: 1; }
    .calendar-02 .table-wrapper .orgnl-table thead {
      visibility: hidden; }
    .calendar-02 .table-wrapper .orgnl-table .time {
      visibility: hidden; }
  .calendar-02 .table-wrapper table th, .calendar-02 .table-wrapper table td {
    border: 1px solid #dddddd;
    vertical-align: top; }
  .calendar-02 .table-wrapper table thead th, .calendar-02 .table-wrapper table thead td {
    white-space: nowrap;
    padding: 5px; }
  .calendar-02 .table-wrapper table thead .date {
    height: 30px;
    vertical-align: middle;
    background: #959596;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2; }
  .calendar-02 .table-wrapper table thead .lane {
    height: 55px;
    min-width: 120px;
    position: relative;
    background: #f5f5f5; }
    .calendar-02 .table-wrapper table thead .lane p {
      font-weight: bold; }
    .calendar-02 .table-wrapper table thead .lane .btn-add {
      bottom: 5px;
      left: calc(50% - 50px);
      width: 100px; }
  .calendar-02 .table-wrapper table tbody tr {
    border-top: 5px solid double !important; }
  .calendar-02 .table-wrapper table tbody th, .calendar-02 .table-wrapper table tbody td {
    height: 25px;
    position: relative; }
  .calendar-02 .table-wrapper table tbody th {
    white-space: nowrap;
    padding: 5px; }
  .calendar-02 .table-wrapper table tbody td {
    min-width: 120px; }
  .calendar-02 .table-wrapper table .time {
    width: 65px;
    background: #f5f5f5;
    font-weight: bold; }
  .calendar-02 .table-wrapper table .booking-box {
    height: calc(25px*4 - 5px);
    width: calc(120px - 5px);
    top: 2px; }
  .calendar-02 .table-wrapper table .booking-box:nth-child(1) {
    left: 2px; }
  .calendar-02 .table-wrapper table .booking-box:nth-child(2) {
    left: calc(120px); }
  .calendar-02 .table-wrapper table .booking-box:nth-child(3) {
    left: calc(120px*2 - 1px); }

.calendar-02 .fixedTableH, .calendar-02 .fixedTableV {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 10px;
  left: 10px; }
  .calendar-02 .fixedTableH table, .calendar-02 .fixedTableV table {
    position: absolute;
    top: 0;
    left: 0; }

.calendar-02 .fixedTableH {
  height: calc(30px + 55px + 1px); }

.calendar-02 .fixedTableV {
  width: calc(65px + 1px); }

.calendar-02 .fixedTableH th:first-child {
  visibility: hidden; }

.calendar-02 .fixedTableV thead {
  visibility: hidden; }

/**********************************************************
search-fields
 **********************************************************/
.search-fields {
  margin-top: -20px; }
  .search-fields .dl-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .search-fields .dl-wrapper dl {
      padding: 20px 15px 0; }
      .search-fields .dl-wrapper dl dt {
        border-bottom: 1px dotted #cccccc;
        padding: 0 0 .5em;
        margin: 0 0 .5em;
        font-weight: bold; }
      .search-fields .dl-wrapper dl dd {
        white-space: nowrap;
        line-height: 30px; }
      .search-fields .dl-wrapper dl.date dd .c {
        padding: 0 .3em; }
      .search-fields .dl-wrapper dl.date dd input {
        width: 45%; }
    .search-fields .dl-wrapper.ln-01 dl {
      min-width: 25%; }
    .search-fields .dl-wrapper.ln-01 input[type="text"], .search-fields .dl-wrapper.ln-01 input[type="email"], .search-fields .dl-wrapper.ln-01 input[type="tel"], .search-fields .dl-wrapper.ln-01 input[type="date"], .search-fields .dl-wrapper.ln-01 select {
      width: 100%; }
    .search-fields .dl-wrapper.ln-02 dl {
      min-width: 33.3%; }
    .search-fields .dl-wrapper.ln-03 dl {
      max-width: 50%; }

.search-fields-ft {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0;
  border-top: 1px solid #cccccc;
  position: relative; }
  .search-fields-ft:after {
    content: "";
    background: #f1f1f1;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -30px;
    transform-origin: 0 100%;
    transform: translateY(72.5%) rotate(-45deg); }
  .search-fields-ft .btn-01 {
    min-width: 200px; }
  .search-fields-ft .btn-01-gray {
    margin-left: 20px;
    border-radius: 4px; }
  .search-fields-ft .msg {
    margin-left: 20px; }

.search-customer-fields {
  text-align: center; }
  .search-customer-fields li {
    display: inline-block;
    padding: 5px; }
    .search-customer-fields li input {
      margin-left: 5px; }

/**********************************************************
table-01
 **********************************************************/
.table-01-wrapper {
  position: relative; }

.table-01 {
  overflow: auto;
  max-height: 700px; }
  .table-01 .fixedTable {
    position: absolute;
    z-index: 2;
    top: 0;
    overflow: hidden; }
  .table-01 .fixedTable2 {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 280px;
    overflow: hidden; }
  .table-01 .fixedTable table, .table-01 .fixedTable2 table {
    position: absolute;
    top: 0;
    left: 0; }
  .table-01 .orgnl-table {
    position: relative;
    z-index: 1; }
    .table-01 .orgnl-table thead {
      visibility: hidden; }
    .table-01 .orgnl-table .check, .table-01 .orgnl-table .booking-no {
      visibility: hidden; }

.table-01 table {
  min-width: 100%; }
  .table-01 table th, .table-01 table td {
    padding: .5em;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap; }
  .table-01 table thead {
    background: #959596;
    color: #ffffff; }
    .table-01 table thead th, .table-01 table thead td {
      font-weight: bold; }
      .table-01 table thead th .fas, .table-01 table thead td .fas {
        margin-right: .5em; }
    .table-01 table thead a {
      color: #ffffff;
      text-decoration: none; }
  .table-01 table tbody tr {
    border-bottom: 1px solid #dddddd; }
  .table-01 table tbody tr:hover {
    transition: .3s;
    background: #f5f5f5; }
  .table-01 table tbody .check, .table-01 table tbody .booking-no {
    background: #f5f5f5; }
  .table-01 table .util {
    text-align: right; }
  .table-01 table .opera {
    width: 60px;
    text-align: center; }
  .table-01 table .close {
    text-align: left; }

/**********************************************************
table-02 スクロールなし
 **********************************************************/
.table-02 table {
  min-width: 100%; }
  .table-02 table th, .table-02 table td {
    padding: .5em;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap; }
  .table-02 table thead {
    background: #959596;
    color: #ffffff; }
    .table-02 table thead th, .table-02 table thead td {
      font-weight: bold; }
      .table-02 table thead th .fas, .table-02 table thead td .fas {
        margin-right: .5em; }
  .table-02 table tbody tr {
    border-bottom: 1px solid #dddddd; }
  .table-02 table tbody tr:hover {
    transition: .3s;
    background: #f5f5f5; }
  .table-02 table .id {
    width: 120px; }
  .table-02 table .lane {
    width: calc(100% - 30% - 200px);
    text-align: left; }
  .table-02 table .util {
    width: 200px;
    text-align: right; }
  .table-02 table .opera {
    width: 60px;
    text-align: center; }
  .table-02 table .name {
    text-align: left; }
  .table-02 table .default, .table-02 table .costum {
    width: 300px; }
  .table-02 table .close {
    text-align: left; }

/**********************************************************
color
 **********************************************************/
[class^=color-service-] {
  display: inline-block;
  padding: .1em .4em .1em;
  margin: .2em .2em;
  border-radius: 6px;
  color: #ffffff;
  line-height: 1.6em; }

.color-service-01 {
  background: #442086; }

.color-service-02 {
  background: #ae5da1; }

.color-service-03 {
  background: #800080; }

.color-service-04 {
  background: #00b7ee; }

.color-service-05 {
  background: #556fb5; }

.color-service-06 {
  background: #aaaaaa; }
  
.color-service-07 {
  background: #aaaaaa; }

.color-service-08 {
  background: #32b16c; }
  
.color-service-09 {
  background: #32b16c; }
  
.color-service-10 {
  background: #442086; }

.color-service-11 {
  background: #d773c7; }

.color-service-12 {
  background: #a901a9; }

[class^=color-status-] {
  display: inline-block;
  padding: .2em .4em;
  margin: .2em .2em;
  border: 1px solid;
  border-radius: 6px;
  background: #ffffff;
  font-size: 1.4rem;
  min-width: 6em; }

.color-status-01 {
  color: #f19149; }

.color-status-02 {
  color: #32b16c; }

.color-status-03 {
  color: #00b7ee; }

.color-status-04 {
  color: #556fb5; }

.color-status-05 {
  color: #ae5da1;
  color: #aaaaaa; }

/**********************************************************
pagination
 **********************************************************/
.pagination {
  margin: 30px 0 0;
  display: flex;
  justify-content: center; }
  .pagination a, .pagination span {
    display: block;
    line-height: 30px;
    text-align: center; }
  .pagination p a, .pagination p span {
    padding: 0 1em; }
  .pagination ul {
    display: flex; }
    .pagination ul a, .pagination ul span {
      width: 30px; }
    .pagination ul .current a {
      color: #333333;
      text-decoration: none; }

/**********************************************************
edit-util
 **********************************************************/
.edit-util {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .edit-util.left {
    justify-content: flex-start; }
  .edit-util > *:not(:first-child) {
    margin-left: 15px; }

/**********************************************************
modaal-container
 **********************************************************/
.modaal-container {
  border-radius: 8px; }
  .modaal-container .top {
    text-align: center;
    margin-bottom: 30px; }
  .modaal-container .btn-wrapper {
    display: flex;
    justify-content: center; }
    .modaal-container .btn-wrapper li {
      padding: 0 5px; }
  .modaal-container .alert {
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.8rem;
    color: #333333; }

.flash .modaal-container {
  max-width: 500px;
  padding: 30px; }

/**********************************************************
u-err
 **********************************************************/
.u-err {
  color: red; }

.search-fields .u-err {
  font-size: 1rem; }

#search-customer-result a {
  margin: 0 10px; }

#unset-customer {
  display: none; }

.lane-service ul {
  text-align: center; }
  .lane-service ul li {
    display: inline; }

dt.required::after {
  content: "必須";
  display: inline-block;
  width: 28px;
  height: 16px;
  margin: 5px 0 5px 8px;
  line-height: 16px;
  text-align: center;
  font-size: 9px;
  font-size: .9rem;
  background-color: #f72121;
  color: #ffffff;
  border-radius: 2px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }
