@charset "utf-8";

.icon-event-pin,
.icon-event-tel,
.icon-event-clock {
  width: 1.125em;
  height: 1.125em;
  flex-shrink: 0;
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
  background-color: currentColor;
}
.icon-event-pin {
  -webkit-mask-image: url(../img/icon/icon-event-pin.svg);
  mask-image: url(../img/icon/icon-event-pin.svg);
}
.icon-event-tel {
  -webkit-mask-image: url(../img/icon/icon-event-tel.svg);
  mask-image: url(../img/icon/icon-event-tel.svg);
}
.icon-event-clock {
  -webkit-mask-image: url(../img/icon/icon-event-clock.svg);
  mask-image: url(../img/icon/icon-event-clock.svg);
}

#top-event-sec .title .en {
  font-family: "Cormorant", serif;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  letter-spacing: 0.045em;
  text-align: center;
}
#top-event-sec .title .ja {
  text-align: center;
  color: var(--color-sub, #bebdb9);
}

.event-top-grid,
.event-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  margin: 24px 0 40px;
}
.event-top-grid__item,
.event-archive-grid__item {
  color: inherit;
  text-decoration: none;
}
.event-top-more {
  margin: 0 auto;
}

.event-card__title {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 8px;
}
.event-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
}
.event-card__place.outline-tag {
  border: 0.5px solid var(--color-txt, #616467);
  padding: 4px 6px;
}
.event-card__img {
  margin: 12px 0;
}
.event-card__img img {
  aspect-ratio: 415 / 267;
  width: 100%;
  object-fit: cover;
}
.event-card__foot {
  display: flex;
  justify-content: flex-end;
}
.event-card__link.details-btn {
  width: auto;
  min-width: 150px;
}

.page-archive-event .title-wrapper01.large .en {
  font-family: "Cormorant", serif;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  text-align: center;
}
.page-archive-event .title-wrapper01.large .ja {
  text-align: center;
  color: var(--color-sub, #bebdb9);
}

.page-single-event .event-detail-hero {
  padding-top: 40px;
}
.page-single-event .event-detail-hero__title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.045em;
}
.page-single-event .event-detail-main__img {
  margin: 24px 0;
}
.page-single-event .event-detail-main__img img {
  width: 100%;
  max-width: 904px;
  margin: 0 auto;
  display: block;
  aspect-ratio: 904 / 543;
  object-fit: cover;
}
.event-detail-info {
  max-width: 540px;
  margin-top: 24px;
}
.event-detail-info__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 12px;
}
.event-detail-info__row dt {
  background: #a8a18a;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 13px;
  margin: 0;
}
.event-detail-info__row dd {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}

.event-detail-access {
  padding: 60px 0 0;
}
.event-detail-access__title .en {
  font-family: "Cormorant", serif;
  font-size: 3rem;
  color: #a8a18a;
  line-height: 1;
}
.event-detail-access__title .ja {
  color: #bebdb9;
  font-weight: 700;
}
.event-detail-access__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
  align-items: start;
}
.event-detail-access__map {
  background: #eceae6;
  border-radius: 4px;
  overflow: hidden;
  min-height: 400px;
}
.event-detail-access__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-detail-access__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.event-detail-access__closed {
  color: #5c5f66;
  font-size: 0.8125rem;
}

.event-reserve-sec {
  padding: 90px 0 80px;
  max-width: 900px;
  margin: 0 auto;
}
.event-reserve-sec__title {
  text-align: center;
  margin-bottom: 32px;
}
.event-reserve-sec__title .en {
  font-family: "Cormorant", serif;
  font-size: 3rem;
  color: #a8a18a;
}
.event-reserve-sec__title .ja {
  color: #bebdb9;
  font-weight: 700;
}
.event-reserve-steps {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  font-size: 0.875rem;
}
.event-reserve-steps .is-current {
  font-weight: 700;
  border-bottom: 2px solid #a8a18a;
}
.inner-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.event-reserve-fields dt {
  font-weight: 500;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.event-reserve-fields .req {
  display: inline-block;
  background: #bd975f;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  margin-right: 8px;
}
.event-reserve-input,
.event-reserve-textarea {
  width: 100%;
  max-width: 450px;
  border: 1px solid #ccc;
  background: #fefeec;
  padding: 10px 15px;
  font-size: 1rem;
}
.event-reserve-note {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}
.event-reserve-notes {
  background: #f2f2f2;
  padding: 16px 20px;
  margin-top: 2rem;
  font-size: 0.875rem;
}
.event-reserve-btn {
  display: inline-block;
  min-width: 360px;
  text-align: center;
  padding: 12px 20px;
  border-radius: 3px;
  border: 1px solid #000;
  background: #3b3c3d;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.event-reserve-btn--disabled {
  background: #3b3c3d;
  opacity: 0.85;
  cursor: not-allowed;
}
.event-reserve-btn:not(:disabled):not(.event-reserve-btn--disabled) {
  cursor: pointer;
}
.event-reserve-submit-wrap {
  text-align: center;
  margin-top: 2rem;
}
.event-reserve-back {
  text-align: center;
  margin-top: 1rem;
}
.event-reserve-summary dt {
  font-weight: 700;
  margin-top: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
}
.event-reserve-summary dd {
  margin: 0.5rem 0 0;
}
.event-reserve-errors {
  background: #fee;
  border: 1px solid #c99;
  padding: 1rem;
  margin-bottom: 1.5rem;
  list-style: disc inside;
}
.event-reserve-complete__title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.event-reserve-complete__btn-wrap {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .event-top-grid,
  .event-archive-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .event-detail-info__row {
    grid-template-columns: 1fr;
  }
  .event-detail-access__grid {
    grid-template-columns: 1fr;
  }
  .event-reserve-btn {
    min-width: 100%;
    max-width: 100%;
  }
}

/* 固定フッター（イベント詳細）：PCは非表示、SPは「イベント予約」「電話する」 */
.fixfooter-sec.fixfooter-sec--event .fixfooter-list .tel {
  background: var(--color-sub13, #a8a18a);
}
.fixfooter-sec.fixfooter-sec--cols0 {
  display: none;
}
@media screen and (768px <= width) {
  .fixfooter-sec.fixfooter-sec--event {
    display: none;
  }
}
@media screen and (width < 768px) {
  .fixfooter-sec.fixfooter-sec--cols2 .fixfooter-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .fixfooter-sec.fixfooter-sec--cols1 .fixfooter-list {
    grid-template-columns: 1fr;
  }
}

/* 確認・完了画面への遷移時、固定ヘッダーに隠れないようにする */
#event-reserve-sec {
  scroll-margin-top: calc(var(--header-height-pc, 100px) + 20px);
}
@media screen and (width < 768px) {
  #event-reserve-sec {
    scroll-margin-top: calc(var(--header-height-sp, 60px) + 16px);
  }
}

/* 予約カレンダー：受付日を強調 */
.flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay) {
  background: #fefeec;
  border-color: #bd975f;
  color: #3b3c3d;
  font-weight: 700;
}
.flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):hover {
  background: #f3ead9;
  border-color: #bd975f;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #bd975f !important;
  border-color: #bd975f !important;
  color: #fff !important;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.2);
}
