@charset "UTF-8";
/*  Token Colors */
/* Navy */
/* White */
/* Green */
/* Blue */
/* Orange */
/* Yellow */
/* Pink */
/* Red */
/* Purple */
/* Product Colors */
/* Text Colors */
/* Background Colors */
/* Border Colors */
/* Icon Colors */
/* CTA Colors */
/* Logo Colors */
/*  Token Colors */
/* Navy */
/* White */
/* Green */
/* Blue */
/* Orange */
/* Yellow */
/* Pink */
/* Red */
/* Purple */
/* Product Colors */
/* Text Colors */
/* Background Colors */
/* Border Colors */
/* Icon Colors */
/* CTA Colors */
/* Logo Colors */
html {
  scroll-behavior: smooth;
  word-break: break-all; }

body {
  color: #1A1A1E;
  font-family: "Hiragino Kaku Gothic ProN","\30E1\30A4\30EA\30AA", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  scroll-padding-top: 0;
  background: #FCFCFC; }

a {
  cursor: pointer;
  text-decoration: none;
  transition: .2s; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  color: #1A1A1E;
  font-weight: 600;
  line-height: 1.5;
  margin: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  font-size: 14px;
  margin: 0; }

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

img {
  display: block;
  height: auto;
  width: 100%; }

hr {
  border-top: 1px solid #CBCBD2;
  margin: 0; }

.forPC {
  display: block; }

@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

.forSP {
  display: none; }

@media screen and (max-width: 767px) {
  .forSP {
    display: block; } }

.hidden {
  display: none !important; }

.display-block {
  display: block; }

.text-gray {
  color: #CBCBD2; }

.text-green {
  color: #00E0B5; }

.text-blue {
  color: #6CD0D8; }

.text-orange {
  color: #FF6B3D; }

.text-yellow {
  color: #F4E921; }

.text-pink {
  color: #FF6366; }

.text-xsmall {
  font-size: 10px; }

.text-small {
  font-size: 12px; }

.text-medium {
  font-size: 16px; }

.text-large {
  font-size: 20px; }

.text-xlarge {
  font-size: 24px; }

.text-xxlarge {
  font-size: 32px; }

.text-xxxlarge {
  font-size: 40px; }

.text-bold {
  font-weight: 600; }

.text-heavy {
  font-weight: 900; }

.bg-navy-0 {
  background: #F0F0F2; }

.bg-yellow-0 {
  background: #FDFBDA; }

.bg-pink-0 {
  background: #FFE5E6; }

.radius {
  border-radius: 4px; }

.card {
  background: #FCFCFC; }

input {
  background-color: #FCFCFC; }

select {
  background-color: #FCFCFC; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FCFCFC;
  border: 1px solid #CBCBD2;
  border-radius: 4px;
  font-size: 14px; }
  .form-control::placeholder {
    color: #CBCBD2; }
  .form-control:focus {
    border: 1px solid #00B893;
    box-shadow: 0 0 0 4px #D5FAF3; }
  .form-control[disabled] {
    background: #F0F0F2; }
  .form-control.error {
    background: #FFE5E6;
    border: 1px solid #FF6366; }

select.form-control {
  background: #FCFCFC url(../images/down.svg) no-repeat center right 5px/16px; }
  select.form-control[disabled] {
    background: #F0F0F2 url(../images/down.svg) no-repeat center right 5px/16px; }
  select.form-control.error {
    background: #FFE5E6 url(../images/down.svg) no-repeat center right 5px/16px;
    border: 1px solid #FF6366; }

.btn {
  border-radius: 4px;
  transition: .2s; }

.btn-default {
  background: #FCFCFC;
  border: 1px solid #00B893;
  color: #00B893; }
  .btn-default:hover {
    background: #FCFCFC;
    border: 1px solid #00B893;
    color: #00B893;
    opacity: .8; }

.btn-primary {
  background: #00B893;
  border: 1px solid #00B893;
  color: #FCFCFC; }
  .btn-primary:hover {
    background: #00B893;
    border: 1px solid #00B893;
    opacity: .8; }

.btn-disabled {
  background: #CBCBD2;
  border: 1px solid #CBCBD2;
  color: #FCFCFC; }
  .btn-disabled:hover {
    background: #CBCBD2;
    border: 1px solid #CBCBD2;
    color: #FCFCFC; }

.btn-blue {
  background: #6CD0D8;
  border: 1px solid #6CD0D8;
  color: #FCFCFC; }
  .btn-blue:hover {
    background: #6CD0D8;
    border: 1px solid #6CD0D8;
    color: #FCFCFC;
    opacity: .8; }

.btn-orange {
  background: #FF6B3D;
  border: 1px solid #FF6B3D;
  color: #FCFCFC; }
  .btn-orange:hover {
    background: #FF6B3D;
    border: 1px solid #FF6B3D;
    color: #FCFCFC;
    opacity: .8; }

.btn-yellow {
  background: #F4E921;
  border: 1px solid #F4E921; }
  .btn-yellow:hover {
    background: #F4E921;
    border: 1px solid #F4E921;
    opacity: .8; }

.btn-pink {
  background: #FF6366;
  border: 1px solid #FF6366;
  color: #FCFCFC; }
  .btn-pink:hover {
    background: #FF6366;
    border: 1px solid #FF6366;
    color: #FCFCFC;
    opacity: .8; }

.alert-success {
  background-color: #D5FAF3;
  border-color: #00E0B5;
  color: #1A1A1E; }

.alert-info {
  background-color: #F0F0F2;
  border-color: #CBCBD2;
  color: #1A1A1E; }

.alert-warning {
  background-color: #FDFBDA;
  border-color: #F4E921;
  color: #1A1A1E; }

.alert-danger {
  background-color: #FFE5E6;
  border-color: #FF6366;
  color: #1A1A1E; }

.badge, .parking-status, .space-status {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s; }
  a.badge, a.parking-status, a.space-status {
    text-decoration: none; }
  .badge.badge-pill, .badge-pill.parking-status, .badge-pill.space-status {
    border-radius: 1rem; }
  .badge:empty, .parking-status:empty, .space-status:empty {
    display: none; }
  .badge.badge-default, .badge-default.parking-status, .badge-default.space-status {
    background: #FCFCFC;
    color: #00B893; }
  .badge.badge-primary, .badge-primary.parking-status, .badge-primary.space-status {
    background: #00B893;
    color: #FCFCFC; }
  .badge.badge-warning, .badge-warning.parking-status, .badge-warning.space-status {
    background: #F4E921;
    color: #1A1A1E; }
  .badge.badge-disabled, .badge-disabled.parking-status, .badge-disabled.space-status {
    background: #CBCBD2;
    color: #FCFCFC; }
  .badge.badge-blue, .badge-blue.parking-status, .badge-blue.space-status {
    background: #6CD0D8;
    color: #FCFCFC; }
  .badge.badge-orange, .badge-orange.parking-status, .badge-orange.space-status {
    background: #FF6B3D;
    color: #FCFCFC; }
  .badge.badge-yellow, .badge-yellow.parking-status, .badge-yellow.space-status {
    background: #F4E921; }
  .badge.badge-pink, .badge-pink.parking-status, .badge-pink.space-status {
    background: #FF6366;
    color: #FCFCFC; }

.parking-status.parking-status-active {
  background: none;
  border: 1px solid #00B893;
  color: #00B893; }

.parking-status.parking-status-active_ready {
  background: none;
  border: 1px solid #FF6B3D;
  color: #FF6B3D; }

.parking-status.parking-status-stop {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.parking-status.parking-status-waiting_upload {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-waiting_review {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.parking-status.parking-status-waiting_schedule {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-waiting_upload_suspended {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-waiting_review_suspended {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.parking-status.parking-status-waiting_schedule_suspended {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-registered_by_admin {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.parking-status.parking-status-disabled {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.space-status.space-status-active {
  background: none;
  border: 1px solid #00B893;
  color: #00B893; }

.space-status.space-status-active_ready {
  background: none;
  border: 1px solid #FF6B3D;
  color: #FF6B3D; }

.space-status.space-status-stop {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.space-status.space-status-waiting_upload {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.space-status.space-status-waiting_review {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.space-status.space-status-waiting_schedule {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.space-status.space-status-registered_by_admin {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.space-status.space-status-disabled {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.page-link {
  border: 1px solid #CBCBD2; }
  .page-link:hover {
    background: #F0F0F2;
    border: 1px solid #CBCBD2; }
  .page-link.no-link {
    color: #1A1A1E; }
    .page-link.no-link:hover {
      background: none; }

.nav-tabs {
  border-bottom: 4px solid #00B893; }
  .nav-tabs .nav-link {
    color: #00B893;
    font-size: 16px;
    font-weight: 600; }
    .nav-tabs .nav-link:hover {
      background: #D5FAF3; }
    .nav-tabs .nav-link.active {
      background: #00B893 !important;
      border-color: #00B893;
      color: #FCFCFC; }

.tab-head {
  align-items: flex-end;
  border-bottom: 4px solid #00B893;
  display: flex; }
  .tab-head li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #00B893;
    cursor: pointer;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem;
    text-align: center;
    transition: .2s; }
    .tab-head li:hover {
      background: #D5FAF3; }
    .tab-head li.active {
      background: #00B893;
      color: #FCFCFC;
      cursor: auto; }
      .tab-head li.active:hover {
        background: #00B893; }

.tab-contents .tab-detail {
  display: none; }
  .tab-contents .tab-detail.show {
    display: block; }

@media screen and (max-width: 767px) {
  .nav-tabs .nav-link {
    font-size: 14px; }
  .tab-head li {
    font-size: 14px; } }

.parking-tabs a {
  width: 25%; }
  .parking-tabs a:hover {
    text-decoration: none; }

.list {
  border-bottom: 1px solid #CBCBD2; }
  .list li {
    background: #FCFCFC;
    border-bottom: 1px solid #CBCBD2;
    padding: 1rem; }
    .list li.head {
      border-bottom: 4px solid #1A1A1E;
      font-weight: 600; }
    .list li.active {
      background: #FDFBDA; }
    .list li:last-child {
      border: none; }

.space-list li {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .space-list li .img {
    height: 60px;
    width: 60px; }
  .space-list li .detail {
    padding: 0 1rem;
    width: calc(100% - 160px); }
  .space-list li .status {
    text-align: right;
    width: 100px; }
    .space-list li .status .label {
      margin: 0.2rem 0; }
  .space-list li.active {
    background: #E7F7F9; }
  .space-list li.disabled {
    background: #F0F0F2; }
    .space-list li.disabled .detail {
      opacity: .3; }

@media screen and (max-width: 767px) {
  .space-list li .detail {
    padding: 0 0 0 1rem;
    width: calc(100% - 60px); }
    .space-list li .detail p {
      font-size: 12px; }
  .space-list li .status {
    padding-left: 75px;
    text-align: left;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .scroll-list {
    margin: 0 -1rem;
    overflow-x: scroll;
    width: calc(100% + 2rem); }
    .scroll-list .list {
      min-width: 800px; } }

.modal.carousel {
  position: fixed; }

table {
  border: 1px solid #CBCBD2;
  width: 100%; }
  table tr {
    border-bottom: 1px solid #CBCBD2; }
    table tr th {
      background: #F0F0F2;
      border-left: 1px solid #CBCBD2;
      font-weight: 400;
      padding: 0.5rem; }
    table tr td {
      padding: 0.5rem; }

@media screen and (max-width: 767px) {
  .table-wrap.table-bordered tr {
    border: none; }
    .table-wrap.table-bordered tr th {
      border: none;
      border-top: 1px solid #CBCBD2;
      display: block;
      width: 100%; }
    .table-wrap.table-bordered tr:first-child th {
      border: none; }
    .table-wrap.table-bordered tr td {
      border: none;
      display: block;
      width: 100%; } }

.calendar-title {
  margin: 0.5rem;
  position: relative;
  text-align: center; }
  .calendar-title > .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.33333333%; }
  .calendar-title > .prev {
    left: 0;
    position: absolute;
    top: 0;
    width: 33.33333333%; }
  .calendar-title img {
    display: inline;
    padding: 0 0 0.25rem;
    width: 16px; }

.calendar-content {
  background: #FCFCFC; }
  .calendar-content th,
  .calendar-content td {
    width: auto !important; }
  .calendar-content th {
    background-color: #FCFCFC !important;
    border: 1px solid #CBCBD2;
    font-weight: 600;
    text-align: center; }
  .calendar-content thead td {
    padding: 0.5rem 0; }
  .calendar-content td {
    background: #FCFCFC;
    border: 1px solid #CBCBD2;
    height: 4rem;
    padding: 1rem 0;
    text-align: center;
    vertical-align: middle; }
    .calendar-content td .date {
      display: block;
      font-weight: 600; }
    .calendar-content td .price,
    .calendar-content td .time {
      display: block;
      font-size: 12px; }
    .calendar-content td.active {
      background: #00B893 !important;
      color: #FCFCFC !important; }
    .calendar-content td.blank {
      background: #F0F0F2 !important;
      color: #CBCBD2 !important; }
    .calendar-content td.no-rent {
      background: #F0F0F2;
      color: #CBCBD2; }
    .calendar-content td.select-row {
      width: 38px !important; }
    .calendar-content td .icon {
      margin: 0 auto;
      width: 24px; }

.lend-calendar td {
  width: 13%; }
  .lend-calendar td img {
    margin: 0 auto;
    width: 24px; }
  .lend-calendar td.select-week {
    width: 9%; }
  .lend-calendar td.select-week-blank {
    width: 9%; }

.filter label:first-child {
  min-width: 125px !important; }

header {
  background: #FCFCFC; }
  header .container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    header .container .logo {
      padding: 1rem 0; }
      header .container .logo img {
        height: 48px;
        width: auto; }
    header .container .nav-open {
      display: none; }
    header .container .account {
      align-items: center;
      display: flex;
      padding: 1rem 0; }
      header .container .account .name {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      header .container .account .setting {
        margin-left: 1rem; }

@media screen and (max-width: 767px) {
  header {
    border-bottom: 1px solid #CBCBD2; }
    header .container .logo {
      padding: 0; }
      header .container .logo img {
        height: 32px; }
    header .container .nav-open {
      display: block;
      padding: 0.5rem 0; }
      header .container .nav-open img {
        width: 30px; }
    header .container .account {
      display: none; } }

.nav-bg {
  display: none; }

nav {
  background: #F0F0F2;
  border-top: 1px solid #F0F0F2;
  border-bottom: 1px solid #F0F0F2; }
  nav .nav {
    display: flex;
    justify-content: center; }
    nav .nav li {
      position: relative; }
      nav .nav li .nav-title {
        align-items: center;
        border-bottom: 4px solid #F0F0F2;
        border-top: 4px solid #F0F0F2;
        box-sizing: border-box;
        color: #1A1A1E;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        padding: 1rem; }
        nav .nav li .nav-title:hover {
          border-bottom: 4px solid #1A1A1E;
          color: #1A1A1E;
          text-decoration: none; }
        nav .nav li .nav-title.disabled {
          color: #828291;
          cursor: default; }
          nav .nav li .nav-title.disabled:hover {
            border-bottom: 4px solid #FCFCFC;
            color: #828291; }
        nav .nav li .nav-title .arrow {
          font-size: 12px;
          margin-left: 0.5rem; }
      nav .nav li .nav-sub {
        background: #FCFCFC;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        display: none;
        left: 50%;
        margin-left: -100px;
        position: absolute;
        top: 48px;
        z-index: 1;
        width: 200px; }
        nav .nav li .nav-sub li {
          border-bottom: 1px solid #CBCBD2; }
          nav .nav li .nav-sub li a {
            display: block;
            padding: 1rem; }
          nav .nav li .nav-sub li:last-child {
            border: none; }
      nav .nav li.nav-close {
        display: none; }
      nav .nav li.nav-setting {
        display: none; }

@media screen and (max-width: 1024px) {
  nav .nav li .nav-title {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .nav-bg {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9; }
  nav {
    background: #FCFCFC;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -280px;
    top: 0;
    transition: .2s;
    width: 280px;
    z-index: 10; }
    nav .container {
      padding: 0; }
      nav .container .nav {
        display: block; }
        nav .container .nav li {
          background: url(../images/follow-right.svg) no-repeat right 0.5rem center/20px;
          border-bottom: 1px solid #CBCBD2;
          line-height: 1;
          position: relative; }
          nav .container .nav li .nav-title {
            align-items: center;
            border: none;
            color: #1A1A1E;
            font-size: 14px;
            padding: 1rem; }
            nav .container .nav li .nav-title:hover {
              border-bottom: 4px solid #FCFCFC;
              color: #FCFCFC;
              text-decoration: none; }
            nav .container .nav li .nav-title .arrow {
              font-size: 12px;
              margin-left: 0.5rem; }
          nav .container .nav li div.nav-title {
            display: none; }
          nav .container .nav li .nav-sub {
            background: #FCFCFC;
            border-radius: 0;
            box-shadow: none;
            display: block;
            font-size: 14px;
            left: 0;
            margin-left: 0;
            position: relative;
            top: 0;
            z-index: 1;
            width: 100%; }
            nav .container .nav li .nav-sub li a {
              color: #1A1A1E; }
              nav .container .nav li .nav-sub li a:hover {
                color: #1A1A1E;
                text-decoration: none; }
          nav .container .nav li.nav-close {
            align-items: center;
            background: none;
            display: flex;
            justify-content: space-between;
            padding: 0.5rem 0.5rem 0.5rem 1rem;
            text-align: right; }
            nav .container .nav li.nav-close img {
              display: inline-block;
              width: 30px; }
          nav .container .nav li.nav-setting {
            display: block; } }

#login .container {
  border-top: 8px solid #1A1A1E;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 4rem auto 0;
  max-width: 600px;
  padding: 4rem 6rem;
  background: #FCFCFC; }
  #login .container h1 {
    margin-bottom: 2rem; }
    #login .container h1 img {
      margin: 0 auto;
      max-width: 100px; }
    #login .container h1 .logo-text {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      margin-top: 8px; }
  #login .container button {
    width: 100%; }

@media screen and (max-width: 767px) {
  #login .container {
    margin: 2rem 1rem 0;
    padding: 2rem;
    width: calc(100% - 2rem); } }

#forgot_password .container {
  border-top: 8px solid #1A1A1E;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 4rem auto 0;
  max-width: 600px;
  padding: 4rem 6rem; }
  #forgot_password .container h1 {
    margin-bottom: 2rem; }
    #forgot_password .container h1 img {
      margin: 0 auto;
      max-width: 100px; }
  #forgot_password .container button {
    width: 100%; }

@media screen and (max-width: 767px) {
  #forgot_password .container {
    margin: 2rem 1rem 0;
    padding: 2rem;
    width: calc(100% - 2rem); } }

.parking-nav {
  border: 1px solid #CBCBD2;
  border-radius: 4px; }
  .parking-nav .nav-item a {
    border-right: 1px solid #CBCBD2;
    display: block;
    width: 100%; }
  .parking-nav .nav-item:last-child a {
    border-right: none; }
  @media screen and (max-width: 991px) {
    .parking-nav .nav-item a {
      border-bottom: 1px solid #CBCBD2; }
    .parking-nav .nav-item:nth-child(even) a {
      border-right: none; }
    .parking-nav .nav-item:nth-last-child(2) a, .parking-nav .nav-item:last-child a {
      border-bottom: none; } }

.parking-detail .space {
  background: #F0F0F2;
  border: 1px solid #CBCBD2;
  height: 400px;
  overflow-y: scroll; }

#searchResultSection .wrapper {
  height: calc(100vh - 210px); }
  #searchResultSection .wrapper > div {
    max-height: 100%; }
  @media screen and (max-width: 767px) {
    #searchResultSection .wrapper {
      height: auto; }
      #searchResultSection .wrapper > div {
        max-height: calc(100% - 176px); }
        #searchResultSection .wrapper > div:first-child {
          border-right-width: 0 !important; }
      #searchResultSection .wrapper .parking-info table th,
      #searchResultSection .wrapper .parking-info table td {
        display: block; } }

#parkingList {
  height: calc(100% - 61px); }
  @media screen and (max-width: 767px) {
    #parkingList {
      overflow-x: auto; }
      #parkingList .parking-list {
        border-bottom: 1px solid #dee2e6; }
      #parkingList .parking-list-item {
        width: 60vw; }
        #parkingList .parking-list-item .name {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }

#parking-detail .parking-info table tr td .photos {
  display: flex;
  flex-wrap: wrap; }
  #parking-detail .parking-info table tr td .photos li {
    margin-right: 0.5rem;
    max-width: 100px; }
    #parking-detail .parking-info table tr td .photos li a {
      display: block;
      height: 80px;
      width: 80px; }

@media screen and (max-width: 767px) {
  #parking-detail .parking-info table tr td .photos li {
    margin-bottom: 0.5rem; } }

#parking-info .parking-content {
  width: 100%; }
  #parking-info .parking-content table tr th {
    width: 150px; }
  #parking-info .parking-content table tr td .time select {
    max-width: 150px; }

@media screen and (max-width: 767px) {
  #parking-info .parking-content table tr th {
    display: block;
    width: 100%; }
  #parking-info .parking-content table tr td {
    display: block;
    width: 100%; } }

#parking-space .parking-content .select-action {
  border: 1px solid #CBCBD2; }

#parking-space .parking-content .select-all {
  color: #1A1A1E; }
  #parking-space .parking-content .select-all:hover {
    text-decoration: underline; }

#parking-space .parking-content .space-list {
  background: #F0F0F2;
  border: 1px solid #CBCBD2;
  border-radius: 4px;
  height: 400px;
  overflow-y: scroll; }

#parking-space-confirm .container table th {
  width: 150px; }

#parking-space-confirm .container button {
  max-width: 300px;
  width: 100%; }

#parking-schedule .parking-content table tr th {
  width: 150px; }

#parking-schedule .parking-content table tr td .photos {
  display: flex;
  flex-wrap: wrap; }
  #parking-schedule .parking-content table tr td .photos li {
    margin-right: 0.5rem;
    max-width: 100px; }

#parking-schedule .parking-content .tab-detail {
  border: 1px solid #CBCBD2; }

#parking-schedule .parking-content .calendar_setting .description {
  display: flex; }
  #parking-schedule .parking-content .calendar_setting .description .text {
    padding-right: 1rem;
    width: 60%; }
  #parking-schedule .parking-content .calendar_setting .description .img {
    width: 40%; }

#parking-schedule .parking-content .calendar_setting .detail .title {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  #parking-schedule .parking-content .calendar_setting .detail .title .select-month {
    color: #1A1A1E;
    cursor: pointer; }
    #parking-schedule .parking-content .calendar_setting .detail .title .select-month:hover {
      text-decoration: underline; }

#parking-schedule .parking-content .time {
  align-items: center;
  display: flex; }
  #parking-schedule .parking-content .time select {
    max-width: 150px; }
  #parking-schedule .parking-content .time div {
    margin: 0 0.5rem; }

@media screen and (max-width: 767px) {
  #parking-schedule .parking-content .calendar_setting .description {
    display: block; }
    #parking-schedule .parking-content .calendar_setting .description .text {
      padding-right: 0;
      width: 100%; }
    #parking-schedule .parking-content .calendar_setting .description .img {
      width: 100%; } }

#parking-price .parking-content .price-change {
  border: 1px solid #CBCBD2; }
  #parking-price .parking-content .price-change .price-status {
    display: flex; }
    #parking-price .parking-content .price-change .price-status .day,
    #parking-price .parking-content .price-change .price-status .time {
      width: 50%; }
      #parking-price .parking-content .price-change .price-status .day .input,
      #parking-price .parking-content .price-change .price-status .time .input {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem; }
        #parking-price .parking-content .price-change .price-status .day .input input,
        #parking-price .parking-content .price-change .price-status .time .input input {
          margin-left: 1rem;
          margin-right: 0.5rem;
          width: 150px; }
      #parking-price .parking-content .price-change .price-status .day p,
      #parking-price .parking-content .price-change .price-status .time p {
        text-align: center; }

#parking-price .parking-content .price-setting {
  border: 1px solid #CBCBD2; }

#parking-price .parking-content .price-schedule {
  border: 1px solid #CBCBD2; }

#parking-price .parking-content .btn {
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 767px) {
  #parking-price .parking-content .price-change .price-status {
    display: block; }
    #parking-price .parking-content .price-change .price-status .day,
    #parking-price .parking-content .price-change .price-status .time {
      margin-bottom: 1rem;
      width: 100%; }
      #parking-price .parking-content .price-change .price-status .day .input,
      #parking-price .parking-content .price-change .price-status .time .input {
        margin-bottom: 0.5rem; }
        #parking-price .parking-content .price-change .price-status .day .input input,
        #parking-price .parking-content .price-change .price-status .time .input input {
          margin-left: 1rem;
          margin-right: 0.5rem;
          width: 100px; }
      #parking-price .parking-content .price-change .price-status .day p,
      #parking-price .parking-content .price-change .price-status .time p {
        text-align: center; } }

#reservation .list li {
  display: flex; }
  #reservation .list li .use-start,
  #reservation .list li .car {
    width: 15%; }
  #reservation .list li .use-detail {
    width: 20%; }
  #reservation .list li .id,
  #reservation .list li .sales {
    width: 10%; }
  #reservation .list li .name,
  #reservation .list li .address,
  #reservation .list li .space {
    width: 10%; }
  #reservation .list li .partner-id {
    width: 15%; }
  #reservation .list li .partner-name {
    width: 25%; }
  #reservation .list li .partner-sales {
    width: calc(100% - 15% - 25% - 300px); }
  #reservation .list li .partner-buttons {
    width: 300px; }

@media screen and (max-width: 767px) {
  #reservation .list {
    min-width: 1200px; } }

#payment .list li {
  align-items: center;
  display: flex; }
  #payment .list li .target {
    width: 14%; }
  #payment .list li .buttons {
    width: 18%; }
  #payment .list li .sales,
  #payment .list li .invitation,
  #payment .list li .shot,
  #payment .list li .carry-before,
  #payment .list li .carry-after {
    width: 11%; }
  #payment .list li .payment {
    width: 13%; }
  #payment .list li .partner-id {
    width: 15%; }
  #payment .list li .partner-name {
    width: calc(100% - 15% - 300px); }
  #payment .list li .partner-buttons {
    width: 300px; }

@media screen and (max-width: 767px) {
  #payment .list {
    min-width: 1200px; } }

#user-list .list li {
  display: flex; }
  #user-list .list li .name,
  #user-list .list li .authority,
  #user-list .list li .mail,
  #user-list .list li .buttons {
    width: 25%; }
    #user-list .list li .name .btn,
    #user-list .list li .authority .btn,
    #user-list .list li .mail .btn,
    #user-list .list li .buttons .btn {
      margin-bottom: 0.25rem; }
  #user-list .list li .partner-id {
    width: 15%; }
  #user-list .list li .partner-name {
    width: calc(100% - 15% - 300px); }
  #user-list .list li .partner-buttons {
    width: 300px; }

#user-edit table th {
  width: 280px; }

#user-edit table td .authority li {
  border-bottom: 1px solid #CBCBD2;
  display: flex; }
  #user-edit table td .authority li .title {
    border-right: 1px solid #CBCBD2;
    padding: 1rem;
    width: 210px; }
  #user-edit table td .authority li .select {
    padding: 1rem;
    width: calc(100% - 210px); }
  #user-edit table td .authority li:last-child {
    border: none; }

#user-edit button {
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 767px) {
  #user-edit table th {
    border: none;
    display: block;
    width: 100%; }
  #user-edit table td {
    display: block;
    width: 100%; } }

#bank table th {
  width: 280px; }

#bank table td .organization select {
  display: inline-block;
  width: 300px; }

#bank table td .authority li {
  border-bottom: 1px solid #CBCBD2;
  display: flex; }
  #bank table td .authority li .title {
    border-right: 1px solid #CBCBD2;
    padding: 1rem;
    width: 150px; }
  #bank table td .authority li .select {
    padding: 1rem;
    width: calc(100% - 150px); }
  #bank table td .authority li:last-child {
    border: none; }

#bank button {
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 767px) {
  #bank table th {
    border: none;
    display: block;
    width: 100%; }
  #bank table td {
    display: block;
    width: 100%; }
    #bank table td .organization select {
      display: inline-block;
      width: 100%; } }

#organization-list .list li {
  display: flex; }
  #organization-list .list li .organization-id {
    width: 10%; }
  #organization-list .list li .organization-name {
    width: 70%; }
  #organization-list .list li .buttons {
    width: 20%; }
    #organization-list .list li .buttons .btn {
      margin-bottom: 0.25rem; }
  #organization-list .list li .partner-id {
    width: 15%; }
  #organization-list .list li .partner-name {
    width: calc(100% - 15% - 400px); }
  #organization-list .list li .partner-buttons {
    width: 400px; }

#organization-detail table th {
  width: 280px; }

#organization-detail table td .authority li {
  border-bottom: 1px solid #CBCBD2;
  display: flex; }
  #organization-detail table td .authority li .title {
    border-right: 1px solid #CBCBD2;
    padding: 1rem;
    width: 150px; }
  #organization-detail table td .authority li .select {
    padding: 1rem;
    width: calc(100% - 150px); }
  #organization-detail table td .authority li:last-child {
    border: none; }

#organization-detail button {
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 767px) {
  #organization-detail table th {
    border: none;
    display: block;
    width: 100%; }
  #organization-detail table td {
    display: block;
    width: 100%; } }

#change_password .container table th {
  width: 250px; }

#change_password .container button {
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 767px) {
  #change_password .container table th, #change_password .container table td {
    border: none;
    display: block;
    width: 100%; } }

#dashboard .dashboard-card {
  align-items: center;
  border: 1px solid #CBCBD2;
  display: flex;
  justify-content: space-between; }
  #dashboard .dashboard-card .content {
    padding-right: 2rem;
    width: calc(100% - 250px); }
    #dashboard .dashboard-card .content h4 {
      align-items: center;
      display: flex; }
      #dashboard .dashboard-card .content h4 img {
        margin-right: 0.5rem;
        width: 32px; }
  #dashboard .dashboard-card .buttons {
    width: 250px; }
    #dashboard .dashboard-card .buttons .btn {
      width: 100%; }

@media screen and (max-width: 767px) {
  #dashboard .dashboard-card {
    display: block; }
    #dashboard .dashboard-card .content {
      margin-bottom: 0.5rem;
      padding: 0;
      width: 100%; }
    #dashboard .dashboard-card .buttons {
      width: 100%; } }

#setting .setting-card {
  align-items: center;
  border: 1px solid #CBCBD2;
  display: flex;
  justify-content: space-between; }
  #setting .setting-card .content h4 {
    align-items: center;
    display: flex; }
    #setting .setting-card .content h4 img {
      margin-right: 0.5rem;
      width: 32px; }

@media screen and (max-width: 767px) {
  #setting .setting-card {
    display: block; }
    #setting .setting-card .content {
      margin-bottom: 0.5rem; } }

/**
 * サムネイル画像のスタイル
 */
.thumbnail {
  background: no-repeat center center / cover;
  cursor: pointer; }
  .thumbnail.thumbnail-parking, .thumbnail.thumbnail-space {
    height: 60px;
    width: 60px; }

#error .title {
  margin: 0 auto;
  max-width: 100px;
  width: 100%; }

#error .img {
  margin: 0 auto;
  width: 200px; }
  #error .img img {
    width: 100%; }

.badge, .parking-status, .space-status {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s; }
  a.badge, a.parking-status, a.space-status {
    text-decoration: none; }
  .badge.badge-pill, .badge-pill.parking-status, .badge-pill.space-status {
    border-radius: 1rem; }
  .badge:empty, .parking-status:empty, .space-status:empty {
    display: none; }
  .badge.badge-default, .badge-default.parking-status, .badge-default.space-status {
    background: #FCFCFC;
    color: #00B893; }
  .badge.badge-primary, .badge-primary.parking-status, .badge-primary.space-status {
    background: #00B893;
    color: #FCFCFC; }
  .badge.badge-warning, .badge-warning.parking-status, .badge-warning.space-status {
    background: #F4E921;
    color: #1A1A1E; }
  .badge.badge-disabled, .badge-disabled.parking-status, .badge-disabled.space-status {
    background: #CBCBD2;
    color: #FCFCFC; }
  .badge.badge-blue, .badge-blue.parking-status, .badge-blue.space-status {
    background: #6CD0D8;
    color: #FCFCFC; }
  .badge.badge-orange, .badge-orange.parking-status, .badge-orange.space-status {
    background: #FF6B3D;
    color: #FCFCFC; }
  .badge.badge-yellow, .badge-yellow.parking-status, .badge-yellow.space-status {
    background: #F4E921; }
  .badge.badge-pink, .badge-pink.parking-status, .badge-pink.space-status {
    background: #FF6366;
    color: #FCFCFC; }

.parking-status.parking-status-active {
  background: none;
  border: 1px solid #00B893;
  color: #00B893; }

.parking-status.parking-status-active_ready {
  background: none;
  border: 1px solid #FF6B3D;
  color: #FF6B3D; }

.parking-status.parking-status-stop {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.parking-status.parking-status-waiting_upload {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-waiting_review {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.parking-status.parking-status-waiting_schedule {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-waiting_upload_suspended {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-waiting_review_suspended {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.parking-status.parking-status-waiting_schedule_suspended {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.parking-status.parking-status-registered_by_admin {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.parking-status.parking-status-disabled {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.space-status.space-status-active {
  background: none;
  border: 1px solid #00B893;
  color: #00B893; }

.space-status.space-status-active_ready {
  background: none;
  border: 1px solid #FF6B3D;
  color: #FF6B3D; }

.space-status.space-status-stop {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.space-status.space-status-waiting_upload {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.space-status.space-status-waiting_review {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.space-status.space-status-waiting_schedule {
  background: none;
  border: 1px solid #FF6366;
  color: #FF6366; }

.space-status.space-status-registered_by_admin {
  background: none;
  border: 1px solid #6CD0D8;
  color: #6CD0D8; }

.space-status.space-status-disabled {
  background: none;
  border: 1px solid #CBCBD2;
  color: #CBCBD2; }

.font-weight-bold {
  font-weight: 600 !important; }

.clickable.active {
  background: #D5FAF3 !important; }

.disabled {
  color: #CBCBD2 !important; }

.aggregation {
  font-size: 16px; }
  .aggregation .title {
    font-weight: 600; }
  .aggregation .total span,
  .aggregation .subtotal span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 0.2rem; }
