body {
  font-family: "Noto Sans JP", sans-serif;
}
a:hover {
  opacity: 0.8;
}
.page-reservation {
  padding-bottom: 80px;
}
.page-reservation-form {
  width: 100%;
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}
.reservation-form {
  margin-bottom: 80px;
}

.reservation-calendar-controller {
  display: flex;
  margin-bottom: 24px;
  gap: 10px;
  justify-content: flex-end;
}
.controller-btn {
  display: block;
  padding: 6px 10px 5px;
  font-size: 13px;
  line-height: 1.4;
  color: #FFF;
  background: #005aaa;
  border-radius: 6px;
  cursor: pointer;
}
.controller-btn:first-child {
  margin-right: 20px;
  background: #606060;
}
.controller-btn.off {
  background: #eee;
  pointer-events: none;
}
.reservation-calendar-table {
  overflow-x: auto;
}
.reservation-calendar {
  width: 100%;
  min-width: 640px;
  font-size: 14px;
}
.reservation-calendar th {
  padding: 12px 5px;
  font-weight: 600;
  border: 1px solid #eee;
}
.reservation-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid #eee;
}
.calendar-link {
  display: flex;
  height: 48px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: 700;
  background: #48bbb2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.calendar-link.off {
  background: #ea9a1e;
  opacity: 0.3;
  pointer-events: none;
}
.calendar-link.limit {
  background: #ffc766;
}

/*--------------------------------*/
.reservation-form-radio {
  display: flex;
  margin-bottom: 4px;
  gap: 20px;
  flex-wrap: wrap;
}
.reservation-form-radio:last-child {
  margin-bottom: 0;
}
.reservation-form-radio label {
  position: relative;
}
.reservation-form-radio label span {
  position: relative;
  padding-left: 24px;
}
.reservation-form-radio label span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.reservation-form-radio label span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #94cee4;
  border-radius: 50%;
  transform: scale(0);
}
.reservation-form-radio label input:checked + span::after {
  transform: scale(1);
}
.reservation-form-radio.checkbox label span::before {
  top: 4px;
  border-radius: 2px;
}
.reservation-form-radio.checkbox label span::after {
  top: 7px;
  border-radius: 2px;
}
.reservation-form-item input,
.reservation-form-item textarea {
  width: 100%;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
}
.reservation-form-item textarea {
  height: 200px;
  padding: 12px;
}
.form-flex {
  display: flex;
  gap: 20px;
}
.form-flex select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  -webkit-appearance: auto;
}

/*--------------------------------*/
.page-reservation-title {
  padding: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background: #f4fafc;
}
.page-reservation-step {
  display: flex;
  margin: 40px;
  justify-content: center;
}
.page-reservation-step li {
  position: relative;
  display: flex;
  align-items: center;
}
.page-reservation-step li:not(:last-child)::after {
  content: "▶︎";
  display: block;
  margin: 0 10px;
  font-size: 12px;
  color: #76c1dd;
}
.page-reservation-step li span {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  color: #FFF;
  background: #76c1dd;
  border-radius: 4px;
}

.form-step-title {
  display: block;
  padding: 10px 20px;
  margin-bottom: 32px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #eee;
  border-width: 1px 0;
}
.form-step-title span {
  display: block;
  font-size: 14px;
}

.form-menu-tag {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #76c1dd;
  border-radius: 4px;
  overflow: hidden;
}
.form-menu-tag p {
  display: block;
  width: 50%;
  padding: 4px 10px;
  font-weight: 500;
  text-align: center;
  color: #005aaa;
  background: #fff;
  cursor: pointer;
}
.form-menu-tag p:not(:last-child) {
  border-right: 1px solid #76c1dd;
}
.form-menu-tag p:hover {
  opacity: 0.8;
}
.form-menu-tag p.active {
  color: #FFF;
  background: #76c1dd;
}
.menu-item-box {
  display: none;
}
.menu-item-box.active {
  display: block;
}
.reservation-form-note {
  display: block;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 12px;
  color: #ff2652;
  border: 1px dashed #ff2652;
}
.reservation-form-note.center {
  text-align: center;
}
.reservation-form-note b {
  font-size: 110%;
}

.reservation-form-btn {
  display: flex;
  margin: 40px 0;
  gap: 0 20px;
  justify-content: center;
}
.reservation-form-btn .next,
.reservation-form-btn .btn {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 40px;
  padding: 0 10px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  background: linear-gradient(to right, #005aaa, #4d8fe1 50%, #005aaa 100%);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.reservation-form-btn .next:hover,
.reservation-form-btn .btn:hover {
  opacity: 0.8;
}
.reservation-form-btn .next.lock,
.reservation-form-btn .btn.lock {
  background: #eee;
  pointer-events: none;
}
.reservation-form-btn .next.back,
.reservation-form-btn .btn.back {
  background: #6c6c6c;
}

.reservation-form-item {
  margin-bottom: 20px;
  font-size: 14px;
}
.reservation-form-item dt {
  display: block;
  margin-bottom: 8px;
}
.reservation-form-item dt span {
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 10px;
  color: #ff2652;
  vertical-align: top;
}
.reservation-form-item dd .note {
  display: block;
  margin: 4px 0 0;
  font-size: 11px;
  color: #333;
}
.reservation-form-item dd .error {
  display: block;
  margin: 4px 0 0;
  font-size: 11px;
  text-align: right;
  color: red;
}

.confirm-item {
  margin-bottom: 20px;
  font-size: 14px;
}
.confirm-item dt {
  padding: 6px 16px;
  margin-bottom: 12px;
  color: #FFF;
  background: #76c1dd;
}
.confirm-item dd {
  padding: 0 16px;
}
.reservation-form-point {
  padding: 20px;
  border: 1px solid #ddd;
}
.reservation-point-title {
  display: block;
  max-width: 400px;
  margin: 0 auto 16px;
  font-size: 18px;
  text-align: center;
}
.reservation-point-title span {
  display: block;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background: #ff2652;
}
.reservation-point-main {
  max-height: 11rem;
  font-size: 13px;
  line-height: 1.8;
  overflow: auto;
}
.reservation-point-main .reservation-form-radio {
  margin-top: 20px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-reservation-title {
    padding: 32px 16px;
    font-size: 20px;
  }
  .page-reservation-step {
    max-width: 380px;
    padding: 0 10px;
    margin: 32px auto;
    justify-content: space-between;
  }
  .page-reservation-step li span {
    padding: 6px 5px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }
  .page-reservation-step li:not(:last-child)::after {
    margin: 0 1px 0 3px;
    font-size: 10px;
  }
  .page-reservation-step li:last-child::after {
    top: 6px;
    transform: translateX(-3px) translateY(-100%) rotate(5deg) scale(0.8);
  }

  .page-reservation-form {
    padding: 0 10px;
  }
  .form-step-title {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .form-step-title span {
    font-size: 11px;
  }
  .form-menu-tag {
    margin-bottom: 20px;
  }
  .reservation-form-note {
    padding: 10px 7px;
    font-size: 11px;
  }

  .reservation-form {
    margin-bottom: 48px;
  }
  .reservation-form-btn .next,
  .reservation-form-btn .btn {
    font-size: 14px;
  }

  .reservation-form-point {
    padding: 14px 10px 20px;
  }

  .reservation-thanks {
    font-size: 14px;
  }
}

/*--------------------------------*/
.reservation-top-txt {
  display: block;
  padding: 0 10px;
  margin: 40px 0;
  text-align: center;
}
.reservation-top-txt b {
  display: inline-block;
  margin: 0 3px;
  font-size: 220%;
  color: #1c3c90;
}
.reservation-top-txt span {
  display: inline-block;
  font-size: 150%;
  color: #1c3c90;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .reservation-top-txt {
    margin: 24px 0 12px;
  }
}

/*--------------------------------*/
.floating-button {
  position: fixed;
  right: 0;
  bottom: 10px;
  font-size: 13px;
}
.fl-btn {
  display: block;
  padding: 10px 10px 8px 20px;
  margin: 10px 0;
  color: #FFF;
  line-height: 1.4;
  font-weight: 600;
  background: #ff7c82;
  border-radius: 40px 0 0 40px;
}
.fl-btn.byline {
  background: #06C755;
}
.fl-btn:hover {
  box-shadow: 0px 0px 4px rgba(255, 152, 157, 0.4);
}

@media screen and (max-width: 767px) {
  .floating-button {
    display: flex;
    width: 100%;
    bottom: 0;
  }
  .fl-btn {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 2px 0 0;
    margin: 0;
    text-align: center;
    border-radius: 0;
    align-items: center;
    justify-content: center;
  }
}

.reservation-point-area {
  display: none;
  margin-top: 20px;
}

.reservation-form-point-check {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}