html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #333;
  min-width: 1024px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

.sp_block {
  display: none !important;
}

.sp_none {
  display: block;
}

.text-center {
  text-align: center;
}

.mt_s {
  margin-top: 0.8em;
}

select {
  font: inherit;
  border: 2px solid #D9D9D9;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  cursor: pointer;
}

input {
  font: inherit;
}

textarea {
  font: inherit;
  border: 2px solid #D9D9D9;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 500px;
  min-height: 160px;
  overflow: auto;
  resize: vertical;
}

button {
  font: inherit;
  cursor: pointer;
}

.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  font-size: 0.8em;
  text-align: right;
}

.flow {
  margin-top: 60px;
}
.flow h1 {
  font-size: 20px;
  font-weight: bold;
}
.flow ul {
  width: 487px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
}
.flow ul li .num_wrap {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: #8c8c8c;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
}
.flow ul li .text {
  text-align: center;
  font-weight: bold;
  color: #9B9A93;
  margin-top: 10px;
}
.flow ul li:nth-child(2) {
  position: relative;
}
.flow ul li:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #9B9A93;
  top: 28px;
  left: 65px;
}
.flow ul li:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #9B9A93;
  top: 28px;
  right: 65px;
}
.flow ul li.active .num_wrap {
  background-color: #283889;
}
.flow ul li.active .text {
  color: #283889;
}

.bf_text {
  text-align: center;
  margin-top: 80px;
}

.contact_wrap table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: unset;
  border-spacing: 0 35px;
}
.contact_wrap table td {
  width: 100%;
  vertical-align: top;
}
.contact_wrap table td .ex {
  color: #9B9A93;
  font-size: 16px;
  margin-top: 0.5em;
}
.contact_wrap table th {
  text-align: left;
  width: 320px;
  font-weight: bold;
  display: flex;
  gap: 35px;
  margin-right: 30px;
  align-items: center;
}
.contact_wrap h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
.contact_wrap h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #283889;
}
.contact_wrap h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  top: 50%;
  right: 0;
  background-color: #283889;
}
.contact_wrap table.confirm_table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contact_wrap .calendar input {
  width: 230px;
  cursor: pointer;
}
.contact_wrap .calendar .preferred_time {
  display: inline-block;
}
.contact_wrap .calendar .desired_date {
  position: relative;
  display: inline-block;
}
.contact_wrap .calendar .desired_date::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 27px;
  left: 190px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img//reservation/ico_calendar.svg) no-repeat center top/contain;
  opacity: 0.2;
  pointer-events: none;
}
.contact_wrap .time_select {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-wrap: wrap;
}
.contact_wrap .time_select select {
  width: 250px;
}
.contact_wrap .fee_status_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
}
.contact_wrap .fee_status_table th {
  display: table-cell;
  background-color: #ececec;
}
.contact_wrap .fee_status_table th,
.contact_wrap .fee_status_table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  width: auto;
}
.contact_wrap .visitor_count input {
  width: 5em;
  margin-right: 1em;
}
.contact_wrap .flex_wrap {
  display: flex;
  align-items: center;
}
.contact_wrap .dl_flex {
  display: flex;
  gap: 10px;
}
.contact_wrap .state5 {
  opacity: 0.5;
}
.contact_wrap .state5.active {
  opacity: 1;
}
.contact_wrap .situation_wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrap .situation_text {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
.contact_wrap input[name=reason_text] {
  background-color: #f9f9f9;
  width: 440px;
}
.contact_wrap input[name=reason_text].active {
  background-color: #fff;
}
.contact_wrap input[name=agree] {
  margin-right: 10px;
}
.contact_wrap .agree_text {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: bold;
}
.contact_wrap .agree_text label {
  margin: 0;
}
.contact_wrap input[name=address] {
  width: 68%;
}
.contact_wrap .pulldown {
  position: relative;
  display: inline-block;
}
.contact_wrap .pulldown::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  right: 8px;
  bottom: 25px;
  transform: rotate(45deg);
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.privacy {
  text-align: center;
}
.privacy label {
  font-weight: bold;
}
.privacy .note {
  margin-bottom: 20px;
}

.completion {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.error {
  color: rgb(172, 1, 1);
  margin-bottom: 10px;
}

input[type=text],
input[type=number] {
  border: 2px solid #D9D9D9;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
}

input[type=number] {
  width: 230px;
}

input[type=textarea] {
  border: 2px solid #D9D9D9;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 500px;
  min-height: 160px;
  overflow: auto;
  resize: vertical;
}

.arrow {
  position: relative;
}
.arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(135deg) translateX(-50%);
  position: absolute;
  border-color: inherit;
  top: 40%;
  right: 1.2em;
  pointer-events: none;
}

label {
  cursor: pointer;
  margin-right: 0.5em;
}

input[type=checkbox] {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  vertical-align: middle;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 8px;
  transform: rotate(45deg);
  width: 9px;
  height: 15px;
  border-right: 4px solid #283889;
  border-bottom: 4px solid #283889;
  content: "";
}

input[type=radio] {
  width: 18px;
  height: 18px;
  transform: translateY(3px);
}

form {
  margin-bottom: 80px;
}

.any {
  font-weight: bold;
  width: 60px;
  height: 31px;
  line-height: 31px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  background-color: #D9D9D9;
  color: #3A3A3A;
}

.required {
  font-weight: bold;
  width: 60px;
  height: 31px;
  line-height: 31px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  background-color: #D95B5B;
  color: #fff;
}

.btn_back a {
  margin-bottom: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #283889;
  background-color: #fff;
  border: 2px solid #283889;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 4em;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.btn_back a:hover {
  opacity: 0.8;
}

.confirmation {
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
}
.confirmation .btn_more span {
  width: 358px;
}
.confirmation .btn_more.disable span {
  pointer-events: none;
  background-color: #9fa3a3;
}
.confirmation .btn_more.prev span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #283889;
  background-color: #fff;
  border: 2px solid #283889;
  width: 250px;
  height: 60px;
  font-weight: bold;
  transition: 0.3s;
}
.confirmation .btn_more.prev span:hover {
  opacity: 0.8;
}
.confirmation .btn_more.next span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #283889;
  width: 250px;
  height: 60px;
  font-weight: bold;
  transition: 0.3s;
}
.confirmation .btn_more.next span:hover {
  opacity: 0.8;
}

.privacy_wrap {
  margin-top: 5em;
}
.privacy_wrap h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.privacy_wrap .text_wrap {
  width: 960px;
  resize: vertical;
  height: 200px;
  min-height: 200px;
  overflow: auto;
  border: 1px solid #283889;
  padding: 2em;
  margin-top: 1em;
}
.privacy_wrap .text_wrap h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.privacy_wrap .check_wrap {
  text-align: center;
  margin-top: 3em;
}
.privacy_wrap .check_wrap .check {
  margin-top: 1.5em;
}

.confirm_button {
  margin-top: 60px;
  text-align: center;
}
.confirm_button button {
  color: #fff;
  background-color: #283889;
  width: 250px;
  height: 60px;
  font-weight: bold;
  transition: 0.3s;
}
.confirm_button button:hover {
  opacity: 0.8;
}
.confirm_button button.disable {
  cursor: not-allowed;
  background-color: #ccc;
  color: #fff;
}
.confirm_button button.lock {
  background-color: #c1c1c1;
  cursor: not-allowed;
}

.p-header.row {
  flex-wrap: nowrap;
}

.calendar_wrapper .bg_modal {
  background-color: rgba(0, 0, 0, 0.3411764706);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.calendar_wrapper .close {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  border-radius: 50%;
  top: max(32px, 50vh - 360px);
  right: max(32px, 50vw - min(480px, 50vw - 32px) + 16px);
  z-index: 99999;
  background-color: #00387d;
}
.calendar_wrapper .close:before, .calendar_wrapper .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.calendar_wrapper .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.calendar_wrapper .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.calendar_wrapper .note {
  text-align: center;
  font-size: 0.8em;
  color: red;
}
.calendar_wrapper .calendar_wrap {
  width: min(1100px, 100vw - 64px);
  max-height: calc(100vh - 64px);
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #f0f8ff;
  padding: clamp(24px, 3vw, 48px) clamp(20px, 2.5vw, 32px);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 30px;
}
.calendar_wrapper h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.calendar_wrapper .month_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.calendar_wrapper .nav_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #666;
  background: #f0f0f0;
  border-radius: 50%;
  transition: background 0.3s;
}
.calendar_wrapper .nav_btn:hover {
  background: #e0e0e0;
}
.calendar_wrapper .nav_btn.disabled {
  display: none;
}
.calendar_wrapper .month {
  margin: 0 20px;
  font-weight: bold;
}
.calendar_wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 1em;
}
.calendar_wrapper table th {
  background: #f8f9fa;
  padding: 6px 0;
  font-weight: normal;
  color: #777;
  text-align: center;
  display: table-cell;
  display: table-cell;
  width: auto;
  border-right: 1px solid #eee;
}
.calendar_wrapper table th:not(:first-child) {
  border-right: 1px solid #eee;
}
.calendar_wrapper table th:first-child {
  color: #eb5757;
}
.calendar_wrapper table th:last-child {
  color: #2d9cdb;
}
.calendar_wrapper table td {
  height: 100px;
  vertical-align: top;
  padding: 8px;
  border: 1px solid #eee;
  position: relative;
  transition: background 0.2s;
}
.calendar_wrapper .day_num {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.calendar_wrapper .status {
  font-size: 18px;
  padding: 4px 2px;
  border-radius: 4px;
  text-align: center;
  margin-top: 5px;
}
.calendar_wrapper .status.available {
  background-color: #e3f2fd;
  color: #1976d2;
}
.calendar_wrapper .status.closed {
  background-color: #f5f5f5;
  color: #9e9e9e;
}
.calendar_wrapper td.today {
  background-color: #fffde7;
}
.calendar_wrapper td.today .day_num {
  color: #FFB2AE;
  font-weight: bold;
}
.calendar_wrapper .selectable_day {
  cursor: pointer;
  position: relative;
}
.calendar_wrapper .selectable_day:hover {
  background-color: rgba(250, 133, 126, 0.0901960784);
}
.calendar_wrapper .selectable_day.is_selected {
  background-color: rgba(250, 133, 126, 0.0901960784);
}
.calendar_wrapper .selectable_day.is_selected .status.available {
  background-color: rgba(255, 178, 174, 0.4039215686);
  color: #ef5952;
}
.calendar_wrapper .selectable_day.is_selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #FFB2AE;
  z-index: 10;
  pointer-events: none;
  border-radius: 4px;
}
.calendar_wrapper .is_disabled {
  background-color: #fcfcfc;
  color: #ccc;
  cursor: not-allowed;
}

.calendar::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 27px;
  left: 190px;
  bottom: 15px;
  background: url(../../img/ico_calendar.svg) no-repeat center top/contain;
  opacity: 0.2;
  pointer-events: none;
}

.relation .other_relation {
  height: auto;
  width: 180px;
}
.relation .other_relation:disabled {
  background-color: #f9f9f9;
}

@media screen and (max-width: 680px) {
  body {
    min-width: 0;
    font-size: 14px;
  }
  .c-title--l1 {
    font-size: 21px;
  }
  .sp_block {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .inner {
    width: 335px;
  }
  .flow {
    margin-top: 90px;
  }
  .flow ul {
    width: 245px;
  }
  .flow ul li .num_wrap {
    width: 35px;
    height: 35px;
  }
  .flow ul li:nth-child(2)::before {
    width: 45px;
    height: 1px;
    top: 20px;
    left: 50px;
  }
  .flow ul li:nth-child(2)::after {
    width: 45px;
    height: 1px;
    top: 20px;
    right: 50px;
  }
  .bf_text {
    margin-top: 35px;
  }
  .arrow {
    position: relative;
  }
  .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    right: 15px;
    bottom: 20px;
  }
  .contact_wrap table {
    width: 100%;
    border-collapse: unset;
    margin-top: 0;
    border-spacing: 0px 30px;
  }
  .contact_wrap table td {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .contact_wrap table td .ex {
    font-size: 12px;
  }
  .contact_wrap table th {
    gap: 5px;
    margin-right: unset;
    width: auto;
  }
  .contact_wrap table tr:nth-child(8) th {
    display: flex;
    padding-left: 0;
  }
  .contact_wrap table.confirm_table {
    width: 100%;
  }
  .contact_wrap h2 {
    font-size: 18px;
    margin-top: 40px;
  }
  .contact_wrap .calendar::after {
    width: 20px;
    height: 22px;
    left: 190px;
    bottom: 8px;
  }
  .contact_wrap .condition label {
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
  .contact_wrap .birth_date {
    margin-right: 0;
  }
  .contact_wrap .birth_date select {
    width: 80px;
    margin-right: 0.3em;
  }
  .contact_wrap .birth_date .pulldown {
    width: 80px;
    margin-right: 0.5em;
  }
  .contact_wrap .birth_date.age {
    margin-top: 10px;
  }
  .contact_wrap .pulldown::before {
    width: 6px;
    height: 6px;
    bottom: 18px;
  }
  .contact_wrap .address input {
    width: 100px;
  }
  .contact_wrap .state_wrap input[name=state3text] {
    width: 100%;
  }
  .contact_wrap .state_wrap .state5 dt {
    width: 100%;
  }
  .contact_wrap .state_wrap .state5 dd {
    width: 100%;
  }
  .contact_wrap .state_wrap .state5 dd.state5text_year input[type=text] {
    width: 70px;
    margin-right: 5px;
  }
  .contact_wrap .state_wrap .state5 dd.state5text_year label {
    margin-right: 0.2em;
  }
  .contact_wrap .flex_wrap {
    display: block;
  }
  .contact_wrap .dl_flex {
    display: block;
  }
  .contact_wrap input[name=reason_text] {
    width: 100%;
  }
  .contact_wrap input[name=address] {
    width: 100%;
  }
  .privacy {
    width: 100%;
  }
  .privacy .text_wrap {
    margin-left: 0;
    text-align: center;
  }
  .privacy .check {
    margin-top: 10px;
    gap: 5px;
    margin-left: 0;
    justify-content: center;
  }
  .error {
    font-size: 12px;
  }
  input[type=text] {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  select {
    height: 40px;
  }
  input[type=textarea] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  textarea {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  textarea::-moz-placeholder {
    font-size: 12px;
  }
  textarea::placeholder {
    font-size: 12px;
  }
  input::-moz-placeholder {
    font-size: 12px;
  }
  input::placeholder {
    font-size: 12px;
  }
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }
  input[type=checkbox]:checked:before {
    left: 5px;
    width: 5px;
    height: 10px;
    top: -1px;
  }
  .any {
    width: 35px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    font-size: 10px;
  }
  .required {
    width: 35px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    font-size: 10px;
  }
  .btn span {
    width: 300px;
    height: 40px;
    line-height: 40px;
  }
  .btn.btnBack {
    margin-top: 10px;
  }
  .confirmation {
    gap: 15px;
    margin-top: 0;
    display: block;
  }
  .confirmation .btn_more span {
    width: 160px;
  }
  .confirmation .btn_more.next span {
    width: 180px;
    height: 50px;
  }
  .confirmation .btn_more.prev span {
    width: 180px;
    height: 50px;
  }
  .confirmation .btn_more.prev {
    margin-top: 10px;
  }
  .confirm_button {
    margin-top: 10px;
    text-align: center;
  }
  .confirm_button button {
    width: 180px;
    height: 50px;
  }
  .privacy_wrap {
    margin-top: 2em;
  }
  .privacy_wrap h3 {
    font-size: 1.2em;
  }
  .privacy_wrap .text_wrap {
    width: 100%;
    height: 160px;
    min-height: 160px;
    padding: 1em;
    margin-top: 1em;
  }
  .privacy_wrap .text_wrap h4 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
  .privacy_wrap .check_wrap {
    text-align: center;
    margin-top: 3em;
  }
  .privacy_wrap .check_wrap .check {
    margin-top: 1.5em;
  }
  .preferred_time {
    margin-top: 0.5em;
  }
  .calendar_wrapper .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 10%;
    right: 5%;
  }
  .calendar_wrapper .close:before, .calendar_wrapper .close:after {
    width: 15px;
    height: 2px;
  }
  .calendar_wrapper .calendar_wrap {
    width: 95%;
    max-height: calc(100vh - 64px);
    padding: clamp(24px, 3vw, 48px) clamp(20px, 2.5vw, 32px);
    border-radius: 15px;
    top: 55%;
  }
  .calendar_wrapper h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .calendar_wrapper .month_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .calendar_wrapper .nav_btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .calendar_wrapper .month {
    margin: 0 20px;
    font-weight: bold;
  }
  .calendar_wrapper table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 1em;
  }
  .calendar_wrapper table th {
    padding: 6px 0;
  }
  .calendar_wrapper table td {
    padding: 8px;
    height: 70px;
    padding: 4px;
  }
  .calendar_wrapper .day_num {
    margin-bottom: 5px;
  }
  .calendar_wrapper .status {
    font-size: 12px;
    padding: 4px 2px;
    border-radius: 4px;
    text-align: center;
    margin-top: 5px;
  }
  .fee_status_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
  }
  .fee_status_table th {
    display: table-cell;
    background-color: #ececec;
  }
  .fee_status_table th,
  .fee_status_table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
    width: auto;
    display: table-cell !important;
  }
}
.calendar_wrapper .calendar_legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 10px;
  font-size: 14px;
}
.calendar_wrapper .calendar_legend .available {
  color: #1976d2;
}
.calendar_wrapper .calendar_legend .closed {
  color: #9e9e9e;
}
.calendar_wrapper .time_slots {
  display: grid;
  gap: 6px;
}
.calendar_wrapper .time_slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  min-height: 42px;
  padding: 5px 4px;
  border: 1px solid #dce5ec;
  border-radius: 5px;
  background-color: #e3f2fd;
  font: inherit;
  line-height: 1.2;
  box-sizing: border-box;
}
.calendar_wrapper .time_slot.selectable_slot {
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.calendar_wrapper .time_slot.selectable_slot:hover, .calendar_wrapper .time_slot.selectable_slot:focus-visible {
  border-color: #1976d2;
  background-color: #e3f2fd;
  outline: none;
}
.calendar_wrapper .time_slot.selectable_slot.is_selected {
  border-color: #ef5952;
  background-color: rgba(255, 178, 174, 0.2);
  box-shadow: inset 0 0 0 2px #ffb2ae;
}
.calendar_wrapper .time_slot.is_closed {
  border-color: #eee;
  background-color: #f5f5f5;
  color: #aaa;
}
.calendar_wrapper .time_slot_label {
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}
.calendar_wrapper .time_slot_status {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.calendar_wrapper .time_slot_status.available {
  color: #1976d2;
}
.calendar_wrapper .time_slot_status.available.selected_text {
  color: #ef5952;
}
.calendar_wrapper .time_slot_status.closed {
  color: #9e9e9e;
}
.calendar_wrapper .has_available_slot {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .calendar_wrapper .calendar_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .calendar_wrapper table td {
    padding: 3px;
  }
  .calendar_wrapper .time_slots {
    gap: 4px;
  }
  .calendar_wrapper .time_slot {
    gap: 2px;
    min-height: 58px;
    padding: 4px 1px;
  }
  .calendar_wrapper .time_slot_label {
    font-size: 9px;
  }
  .calendar_wrapper .time_slot_status {
    font-size: 10px;
  }
}/*# sourceMappingURL=reservation.css.map */