body {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.2em;
  background-color: #f2f2f2;
}

header {
  font-size: 15px;
  padding: 5px;
}

h1 {
  font-size: 20px;
  padding: 10px;
  text-align: left;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: left;
}

button {
  cursor: pointer;
}

.shop-list {
  padding: 10px;
}

.shop-list > .shop {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
  border-radius: 5px 5px;
}

.course-list {
  padding: 10px;
}

.course-list > .course {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
  border-radius: 5px 5px;
}

.course-list > .course .description {
  margin-top: 5px;
  color: #555;
  font-size: 15px;
}

.course-list > .course .buttons {
  margin-top: 10px;
  padding: 5px 5px;
  text-align: center;
}

.course-list > .course .buttons a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 20px;
  border: 0px solid #000;
  width: 50%;
}

.reservation-table {
  margin: 20px 20px 20px 20px;
  width: calc(100% - 40px);
}

.reservation-table th {
  font-weight: bold;
  font-size: 13px;
  border: 1px solid rgb(197, 201, 209);
  vertical-align: middle;
  padding: 5px;
  background-color: #fff;
}

.reservation-table tr.date th {
  border-bottom: 0px solid rgb(197, 201, 209);
  line-height: 16px;
}

.reservation-table tbody th {
  width: 60px;
  background-color: #f7f7f7;
}

.reservation-table tbody td {
  border: 1px solid rgb(197, 201, 209);
  text-align: center;
  padding: 8px 0px;
  background-color: #fff;
  vertical-align: middle;
}

.reservation-table tbody td a {
  color: #cdcdcd;
}

.day-6 {
  color: blue;
}

.day-0 {
  color: red;
}

.reservation-form {
  margin: 20px 20px 20px 20px;
  width: calc(100% - 40px);
}

.reservation-form button[type='submit'] {
  display: block;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: auto;
  margin-left: auto;
  border: 0px solid #000;
  position: relative;
  cursor: pointer;
}

.reservation-form .loading {
  position: absolute;
  vertical-align: middle;
}

.privacy-policy-container {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.privacy-policy-container textarea {
  width: 100%;
  height: 10em;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px 5px;
}

.page-loading {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.selected-info {
  padding: 30px 20px;
  margin: 20px 20px;
  border: 2px solid #cdcdcd;
}

.selected-info strong {
  font-weight: bold;
}

.selected-info .course-description {
  margin-top: 15px;
  font-size: 0.9em;
}

.thanks-buttons {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 5px 5px;
  text-align: center;
}

.thanks-buttons a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 20px;
  border: 0px solid #000;
  width: 50%;
}

ul.bread {
  display: flex;
  list-style-type: none;
}

.bread li a {
  padding: 5px;
  font-size: 16px;
  text-decoration: none;
}

.bread li a:hover {
}

.bread li:after {
  content: '\003e';
  margin-left: 10px;
  margin-right: 10px;
}

.bread li:last-child:after {
  content: '';
}

input::placeholder {
  font-size: 12px;
}
