.logo {
  max-width: 250px;
  width: 100%;
}

.dropdown-item form input {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 90px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  z-index: 99;
}

.sidebar form {
  display: inline-block;
}

.sidebar form input {
  border: none;
  background: none;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 11.5rem;
    padding: 0;
  }
}

.navbar {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 767.98px) {
  .navbar {
    top: 0;
    position: sticky;
    z-index: 999;
  }
}

.sidebar .nav-link {
  color: #333;
}
.sidebar .nav-link input {
  color: #333;
}

.sidebar .nav-link.active {
  color: #0d6efd;
}

.sidebar .nav-link.active input {
  color: #0d6efd;
}

.sidebar .nav-link input:hover {
  color: #0d6efd;
}

.openTime {
  list-style: none;
  padding: 0;
  display: flex;
}

.openTime button {
  color: #0d6efd;
  text-decoration: underline;
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
  margin-right: 1rem;
  line-height: 30px;
}

.openTime button.chk1 {
  background: #0d6efd;
  color: white;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 4px;
  line-height: 30px;
}

.reserveTable {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.reserveTable td {
  border-collapse: collapse;
  border:1px solid #000;
  text-align: center;
  background: #f7f6b9;
  padding: 0;
}

.reserveTable tr.holiday td {
  background: #f7bdb9;
}

.reserveTable td .reserve,
.reserveTable td .myself {
  border: none;
  background: #316cf4a8;
  color: white;
  display: block;
  width: 100%;
  height: 35px;
}

.reserveTable td .myself {
  background: #0d6efd;
}

.reserveTable th {
  border-collapse: collapse;
  border:1px solid #000;
  text-align: center;
  background: #eee;
  font-weight: 400;
  padding: 10px 5px;
}

/* yoyaku_reg */
.reserveTable td .reserve.open {
  background: #f7f6c0;
  color: #000;
}

/* jimukyoku */
main .list li {
  margin-bottom: 20px;
}

/* common */
.btn1{
    background: #0d6efd;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}
.btn2{
  background: #888f95;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 0 30px;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
}
.btn3{
  background: #fd0d0d;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 0 10px;
  line-height: 40px;
  display: inline-block;
}
.btn1:hover,.btn2:hover,.btn3:hover{
  opacity:0.7;
}
.ddl1{
  background: #0d6efd;
  color: white;
  border-radius: 5px;
  border: none;
  padding: 0 10px;
  line-height: 40px;
  height:40px;
  font-weight:800;
  display: inline-block;
}
.center{
  text-align: center;
}
.listform {
  list-style: none;
  padding: 0;
}

.listform li {
  margin-bottom: 20px;
}

.listform span {
  width: 100px;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .listform span {
    width: 100%;
    display: inline-block;
  }
  .listform select{
    width:50%;
    margin-bottom:10px;
  }
  .listform input[type="text"]{
      width:100%;
  }
}

.listform select {
  height: 30px;
  margin-right: 5px;
}

.listform input {
  height: 30px;
}
.listform input[type="button"]{
  height:40px;
}
.listform input[type="submit"]{
  height:40px;
}
/* login */
.loginpage h1{
  text-align:center;
  width:100%;
  font-size:20px;
}
.loginpage input[type="text"],.loginpage input[type="password"]{
  width:300px;
}
.loginpage input[type="submit"]{
  width:100px;
}
.loginpage .card-body{
  display: flex;
  justify-content: center;
}

.free{
  user-select: none;
}