@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
	PC
----------------------------------------------------*/

@media screen and (min-width: 768px) {

html {
  background: #0b1013;
}
body {
  color: #fff;
  font-family: 'EB Garamond', 'Noto serif JP', serif;
  font-weight: 300;
  position: relative;
  letter-spacing: 3px;
  opacity: 0;
  transition: 2s;
}
body.on {
  opacity: 1;
}
#wrapper {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
}
#wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat center center / cover;
}
.sp {
  display: none;
}

}

/*----------------------------------------------------
	SP
----------------------------------------------------*/

@media screen and (max-width: 767px) {

html {
  background: #0b1013;
}
body {
  color: #fff;
  font-family: 'EB Garamond', 'Noto serif JP', serif;
  font-weight: 300;
  position: relative;
  letter-spacing: 3px;
  opacity: 0;
  transition: 2s;
}
body.on {
  opacity: 1;
}
#wrapper {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
}
#wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat center center / cover;
}
.pc {
  display: none;
}

}

/*----------------------------------------------------
	ANIMATION
----------------------------------------------------*/

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, -110px, 0);
    transform: translate3d(0, -110px, 0);
  }

  30% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0);
  }
}


/* 陶工房高谷向け：block1 文言を画像の代わりに表示 */
section #block1 .inner .txt .message-text {
  color: #fff;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  display: block;
  max-width: 520px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}
@media screen and (min-width: 768px) {
  section #block1 .inner .txt .message-text.sp { display: none; }
}
@media screen and (max-width: 767px) {
  section #block1 .inner .txt .message-text.pc { display: none; }
}

#translate-toggle {
  margin: 0 0 30px 0;
  padding: 8px 14px;
  border: 1px solid #c99833;
  background: rgba(11,16,19,0.5);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
#translate-toggle.active {
  background: #c99833;
  color: #0b1013;
}

#translate-toggle.active {
  background: #c99833;
  color: #0b1013;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 体験カレンダー＋ダミー予約（共通・レスポンシブ） */
#block5 .experience-schedule-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  flex-basis: 100%;
  align-items: start;
}

.experience-calendar {
  width: 100%;
  margin-top: 0;
}

.cal-hint {
  margin: 0 0 14px 0;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}

.experience-calendar-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 4px;
}

.experience-booking-cal {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.experience-booking-cal th,
.experience-booking-cal td {
  border: 1px solid rgba(201, 152, 51, 0.45);
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
}

.experience-booking-cal th {
  background: rgba(201, 152, 51, 0.2);
}

.experience-booking-cal .cal-date {
  text-align: left;
  white-space: nowrap;
  font-size: 13px;
}

.cal-slot {
  min-width: 52px;
}

.cal-slot-full {
  display: inline-block;
  color: rgba(255, 255, 255, 0.35);
  font-size: 18px;
  line-height: 1;
}

.cal-slot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0 8px;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.cal-slot-btn span {
  font-size: 18px;
  line-height: 1;
}

.cal-slot-btn--few {
  color: #fde7b2;
}

.cal-slot-btn:focus {
  outline: 2px solid #c99833;
  outline-offset: 2px;
}

.cal-slot-btn:hover:not(.cal-slot-btn--selected) {
  background: rgba(201, 152, 51, 0.25);
}

.cal-slot-btn--selected {
  background: rgba(201, 152, 51, 0.45);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.experience-calendar .legend,
.experience-calendar .legend.legend--cal {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.experience-calendar .legend.legend--cal {
  color: rgba(255, 255, 255, 0.75);
}

.experience-booking-panel {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.experience-booking-panel__inner {
  padding: 22px 20px 24px;
  border: 1px solid rgba(201, 152, 51, 0.55);
  border-radius: 6px;
  background: rgba(11, 16, 19, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.experience-booking-panel__title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

.booking-badge {
  margin: 0 0 18px 0;
  padding: 8px 10px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #0b1013;
  background: rgba(201, 152, 51, 0.55);
  border-radius: 4px;
}

.booking-selection {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 152, 51, 0.25);
}

.booking-selection__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.booking-selection__value {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  word-break: break-word;
}

.booking-selection__clear {
  margin-top: 10px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.booking-selection__clear:hover {
  border-color: #c99833;
  background: rgba(201, 152, 51, 0.15);
}

.booking-form__row {
  margin-bottom: 14px;
}

.booking-form__row--menu {
  margin-bottom: 16px;
}

.booking-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.88);
}

.booking-form__input {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(201, 152, 51, 0.35);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 0.06em;
}

.booking-form__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.booking-form__input:focus {
  outline: none;
  border-color: #c99833;
  box-shadow: 0 0 0 1px rgba(201, 152, 51, 0.4);
}

.booking-form__textarea {
  vertical-align: top;
  min-height: 88px;
  resize: vertical;
}

.booking-form__radios {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-form__radios label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  cursor: pointer;
}

.booking-form__radios input {
  margin-top: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #c99833;
}

.booking-form__submit {
  width: 100%;
  margin-top: 8px;
  padding: 16px 18px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(to right, #8a6a22, #c99833);
  color: #0b1013;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: 1px;
  cursor: pointer;
  transition: filter 0.2s, transform 0.15s;
}

.booking-form__submit:hover {
  filter: brightness(1.08);
}

.booking-form__submit:active {
  transform: scale(0.99);
}

.booking-toast {
  margin-top: 16px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border-radius: 4px;
  background: rgba(40, 90, 60, 0.55);
  border: 1px solid rgba(130, 200, 160, 0.45);
  color: #fff;
}

.booking-toast--error {
  background: rgba(90, 40, 40, 0.55);
  border-color: rgba(220, 120, 120, 0.45);
}

.booking-toast--hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  #block5 .experience-schedule-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    gap: 40px 36px;
    margin-top: 40px;
  }

  .experience-booking-panel {
    max-width: none;
    margin: 0;
  }

  .cal-hint {
    font-size: 14px;
  }

  .experience-booking-cal th,
  .experience-booking-cal td {
    padding: 12px 12px;
  }

  .experience-calendar .legend.legend--cal {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #block5 .experience-schedule-layout {
    margin-top: 28px;
    gap: 28px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .cal-hint {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .experience-booking-panel__inner {
    padding: 18px 16px 20px;
  }

  .experience-booking-cal {
    min-width: 300px;
    font-size: 13px;
  }

  .experience-booking-cal .cal-date {
    font-size: 12px;
  }

  .experience-calendar .legend.legend--cal {
    text-align: left;
  }

  .booking-form__radios label {
    min-height: 44px;
    align-items: center;
  }

  .booking-form__radios input {
    margin-top: 0;
  }
}
