@charset "UTF-8";
#booking-package {
  margin-top: 5em !important;
}
#booking-package_inputFormPanel button, #booking-package .return_button {
  padding: 8px;
  text-align: center;
  width: 200px !important;
  display: block;
  margin: auto;
  border: 1px solid #60574b;
  border-radius: 30px;
  margin-bottom: 1em;
}
#booking-package_inputFormPanel .title_in_form {
  font-size: 1.8em !important;
  font-weight: 600 !important;
}
#booking-package_schedulePage .selectedDate {
  font-size: 1.8em;
  list-style: 2;
}
#booking-package_calendarPage, #booking-package, #booking-package_schedulePage,
#booking-package #bottomPanel, #booking-package_schedulePage .selectedDate, #booking-package_inputFormPanel, #booking-package_inputFormPanel .title_in_form {
  background-color: #f8f6ea !important;
}
#booking-package input[type=text],
#booking-package textarea {
  background: #fff;
}
#booking-package-user-form input[type=text],
#booking-package-user-form input[type=password],
#booking-package-user-form textarea {
  background: #fff;
}
#booking-package-loginform input[type=text],
#booking-package-loginform input[type=password],
#booking-package-loginform textarea {
  background: #fff;
}
#booking-package-user-edit-form input[type=text],
#booking-package-user-edit-form input[type=password],
#booking-package-user-edit-form textarea {
  background: #fff;
}
#booking-package_calendarPage .week_slot,
#booking-package_calendarPage .day_slot {
  border-color: #d4ccc0 !important;
}

@media screen and (min-width: 1366px) {
  .footer__tel {
    font-size: 2em;
  }
}
@media screen and (min-width: 1366px) {
  .footer__hours-wrap {
    font-size: 12px;
  }
}

.appointment-section {
  text-align: center;
  font-family: sans-serif;
  padding: 2rem 1rem;
  margin-top: 1.5em;
  background-color: #60574b;
}
.appointment-section .section-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
.appointment-section .naika-web-btn {
  font-size: 22px;
  font-size: 1.375rem;
  display: block !important;
  width: inherit;
  text-align: center;
  background-color: #fff;
  color: #60574b;
  border-radius: 2.875rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
  letter-spacing: 0.14em;
  border: 1px solid #fff;
  transition: 0.3s all;
  margin-bottom: 1em;
  position: relative;
}
.appointment-section .naika-web-btn span {
  display: block;
  font-size: 0.8rem;
}
.appointment-section .naika-web-btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #666;
  font-size: 20px;
  border: 1px solid #ccc;
  pointer-events: none;
  /* text-align: center; */
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .appointment-section .naika-web-btn::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #666;
    font-size: 16px;
    border: 1px solid #ccc;
    pointer-events: none;
    padding-left: 0;
  }
}
.appointment-section .grid-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem;
  justify-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.appointment-section .grid-buttons .btn {
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  padding-right: 2.8rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
}
.appointment-section .grid-buttons .btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #666;
  font-size: 16px;
  border: 1px solid #ccc;
  pointer-events: none;
}
.appointment-section .grid-buttons .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #999;
}

#booking-package_inputFormPanel input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  visibility: visible !important;
  position: static !important;
  opacity: 1 !important;
}

.main-heading {
  font-size: clamp(1.2rem, 1.2572815534rem + 1.0355987055vw, 2rem);
}

.heading-secondary {
  font-size: clamp(1.15rem, 1.1286407767rem + 0.5177993528vw, 1.6rem);
}

.appointment-section {
  text-align: center;
  font-family: sans-serif;
  padding: 2rem 1rem;
  margin-top: 1.5em;
  background-color: #60574b;
}
.appointment-section .section-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
.appointment-section .appointment-category {
  background-color: #f8f6ea;
  border-radius: 46px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category {
    padding: 2rem 1.5rem;
  }
}
.appointment-section .appointment-category .category-header {
  text-align: center;
  margin-bottom: 2rem;
}
.appointment-section .appointment-category .category-title {
  font-size: 2rem;
  font-weight: bold;
  color: #60574b;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category .category-title {
    font-size: 1.6rem;
  }
}
.appointment-section .appointment-category .category-subtitle {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category .category-subtitle {
    font-size: 0.9rem;
  }
}
.appointment-section .appointment-category .category-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category .category-buttons {
    flex-direction: column;
    gap: 1rem;
  }
}
.appointment-section .btn-primary {
  flex: 1;
  background-color: #d89b3e;
  color: #fff;
  border: 2px solid #d89b3e;
  border-radius: 46px;
  padding: 1.2rem 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-height: 80px;
  }
}
.appointment-section .btn-primary span {
  font-size: 0.85rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary span {
    font-size: 0.75rem;
  }
}
.appointment-section .btn-primary:hover {
  background-color: #c88a2d;
  border-color: #c88a2d;
}
.appointment-section .btn-secondary {
  flex: 1;
  background-color: #fff;
  color: #d89b3e;
  border: 2px solid #d89b3e;
  border-radius: 46px;
  padding: 1.2rem 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-height: 80px;
  }
}
.appointment-section .btn-secondary span {
  font-size: 0.85rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary span {
    font-size: 0.75rem;
  }
}
.appointment-section .btn-secondary:hover {
  background-color: #f9f5ec;
}
.appointment-section .grid-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.appointment-section .grid-item {
  background-color: #f8f6ea;
  border-radius: 30px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-item {
    padding: 1.5rem 1rem;
  }
}
.appointment-section .grid-item .grid-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #60574b;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-item .grid-title {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
.appointment-section .grid-item .grid-item-buttons {
  display: flex;
  gap: 0.8rem;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-item .grid-item-buttons {
    gap: 0.6rem;
  }
}

.appointment-section .btn-primary-small {
  flex: 1;
  max-width: 150px;
  background-color: #d89b3e;
  color: #fff;
  border: 2px solid #d89b3e;
  border-radius: 30px;
  padding: 0.9rem 1.2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 85px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary-small {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    min-height: 75px;
  }
}
.appointment-section .btn-primary-small span {
  font-size: 0.7rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary-small span {
    font-size: 0.65rem;
  }
}
.appointment-section .btn-primary-small:hover {
  background-color: #c88a2d;
  border-color: #c88a2d;
}
.appointment-section .btn-secondary-small {
  flex: 1;
  max-width: 150px;
  background-color: #fff;
  color: #d89b3e;
  border: 2px solid #d89b3e;
  border-radius: 30px;
  padding: 0.9rem 1.2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 85px;
}
.appointment-section .btn-secondary-small.single {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary-small {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    min-height: 75px;
  }
}
.appointment-section .btn-secondary-small span {
  font-size: 0.7rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary-small span {
    font-size: 0.65rem;
  }
}
.appointment-section .btn-secondary-small:hover {
  background-color: #f9f5ec;
}

.grid-item.ready {
  position: relative;
}

.grid-item.ready::after {
  content: 'ただいま準備中です';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #60574b;
  
}






/*# sourceMappingURL=design.css.map */

