@charset "UTF-8";
/* =================================================================
   Shukusai theme  main.css
   - Mobile first / breakpoint: 768px
================================================================= */

/* -----------------------------------------------------------------
   Variables
----------------------------------------------------------------- */
:root {
  --c-text: #2b2410;
  --c-brown: #5c3f00;
  --c-brown-dark: #634600;
  --c-gold: #9c7a20;
  --c-gold-mv: #8f6c17;
  --c-label: #5b4a1d;
  --c-sat: #1f7fb8;
  --c-sun: #c8161d;
  --c-red-1: #7e0f2d;
  --c-red-2: #c21f26;
  --c-border: #cfcfcf;
  --grad-bar: linear-gradient(90deg, #684900 0%, #7f5d0e 50%, #9e7c23 100%);
  --grad-gold: linear-gradient(90deg, #dccf6d 0%, #e6df93 50%, #f4f2c3 100%);
  --grad-red: linear-gradient(90deg, var(--c-red-1) 0%, var(--c-red-2) 100%);
  --font: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --container: 1142px;
}

/* -----------------------------------------------------------------
   Reset / Base
----------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text);
  background: #e6df93;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; vertical-align: bottom; border: 0; }
a { color: inherit; }
small { font-size: .7em; }
rt { font-size: .5em; letter-spacing: 0; }

.l-container {
  width: 100%;
  max-width: calc(var(--container) + 40px);
  margin: 0 auto;
  padding: 0 10px;
}

/* 表示切替 */
.u-pc { display: none; }
.u-sp-br { display: block; }
@media (min-width: 768px) {
  .u-pc { display: inline; }
  .u-sp-br { display: none; }
}

/* -----------------------------------------------------------------
   Header（下層ページ）
----------------------------------------------------------------- */
.l-header {
  background: var(--grad-bar);
  padding: 10px 16px;
}
.l-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}
.l-header__sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}
.l-header__main {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
}
@media (min-width: 768px) {
  .l-header { padding: 12px 30px; }
  .l-header__logo { gap: 18px; }
  .l-header__sub { font-size: 15px; }
  .l-header__main { font-size: 60px; }
}

/* -----------------------------------------------------------------
   Footer
----------------------------------------------------------------- */
.l-footer {
  background: var(--c-brown);
  color: #fff;
  text-align: center;
  padding: 16px 20px;
}
.l-footer__text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}
.l-footer__sub { display: block; }
@media (min-width: 768px) {
  .l-footer { padding: 18px 20px; }
  .l-footer__text { font-size: 15px; }
  .l-footer__sub { display: inline; }
}

/* -----------------------------------------------------------------
   Components
----------------------------------------------------------------- */
/* 見出し帯 */
.c-heading {
  background: var(--grad-bar);
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
  padding: 12px 10px;
}
@media (min-width: 768px) {
  .c-heading { font-size: 25px; padding: 12px 20px; }
}

/* 見出し（上下ライン） */
.c-heading-line {
  border-top: 1px solid var(--c-brown);
  border-bottom: 1px solid var(--c-brown);
  color: var(--c-brown);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .c-heading-line { font-size: 25px; padding: 10px; }
}

/* 曜日 */
.c-dow--sat { color: var(--c-sat); }
.c-dow--sun { color: var(--c-sun); }

/* 日付表示 */
.c-date {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: baseline;
  line-height: 1;
  color: var(--c-text);
}
.c-date__era { font-size: 14px; margin-right: 4px; }
.c-date__num { font-size: 30px; font-weight: 500; letter-spacing: -.01em; }
.c-date__slash { font-size: 26px; margin: 0 1px; font-weight: 300; }
.c-date__dot { font-size: 20px; font-weight: 700; margin: 0 1px; }
.c-date__dow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55em;
  height: 1.55em;
  font-size: 14px;
  line-height: 1;
  border: 1px solid currentColor;
  margin-left: 4px;
  align-self: flex-end;
  margin-bottom: 2px;
}
.c-date__dow--sat { color: var(--c-sat); }
.c-date__dow--sun { color: var(--c-sun); }
@media (min-width: 768px) {
  .c-date__era { font-size: 22px; margin-right: 6px; }
  .c-date__num { font-size: 58px; }
  .c-date__slash { font-size: 52px; }
  .c-date__dot { font-size: 36px; }
  .c-date__dow { font-size: 22px; margin-bottom: 4px; }
}

/* 申込ボタン */
.c-btn-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 14px 48px;
  background: var(--grad-red);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(80, 40, 0, .18);
  transition: opacity .25s, transform .25s;
}
.c-btn-entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: right .25s;
}
.c-btn-entry:hover { opacity: .88; }
.c-btn-entry:hover::after { right: 18px; }
.c-btn-entry:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.c-btn-entry__title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
}
.c-btn-entry__sub {
  font-size: 12px;
  letter-spacing: .06em;
  margin-top: 4px;
  opacity: .92;
}
@media (min-width: 768px) {
  .c-btn-entry { min-height: 110px; }
  .c-btn-entry__title { font-size: 23px; }
  .c-btn-entry__sub { font-size: 14px; font-weight: 600;}
  .c-btn-entry::after { width: 18px; height: 18px; right: 50px; }
  .c-btn-entry:hover::after { right: 42px; }
}

/* パンくず */
.c-breadcrumb { margin-bottom: 24px; }
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: ">";
  margin: 0 6px;
}
.c-breadcrumb__item a { text-decoration: none; }
.c-breadcrumb__item a:hover { text-decoration: underline; }
@media (min-width: 768px) {
  .c-breadcrumb { margin-bottom: 44px; }
  .c-breadcrumb__list { font-size: 14px; }
}

/* -----------------------------------------------------------------
   Front: MV
----------------------------------------------------------------- */
.p-mv {
  background: #f7f6f2 url(../img/bg-washi.jpg) center top / cover no-repeat;
  background-image: image-set(url(../img/bg-washi.webp) type("image/webp"), url(../img/bg-washi.jpg) type("image/jpeg"));
  padding: 32px 16px 36px;
  text-align: center;
}
.p-mv__inner { max-width: 960px; margin: 0 auto; }
.p-mv__lead {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #222;
  margin-bottom: 18px;
}
.p-mv__title { line-height: 0; }
.p-mv__title img { width: 100%; max-width: 800px; }
@media (min-width: 768px) {
  .p-mv { padding: 30px 20px 60px; }
  .p-mv__lead { font-size: 25px; margin-bottom: 10px; }
}

/* -----------------------------------------------------------------
   Front: gold area
----------------------------------------------------------------- */
.p-gold {
  background: var(--grad-gold);
  padding: 48px 0 60px;
}
.p-section + .p-section { margin-top: 56px; }
@media (min-width: 768px) {
  .p-gold { padding: 78px 0 110px; }
  .p-section + .p-section { margin-top: 80px; }
}

/* 開催情報 */
.p-info { margin-top: 24px; }
.p-info__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-info__row + .p-info__row { margin-top: 18px; }
.p-info__label {
  flex: 0 0 auto;
  min-width: 58px;
  border: 1px solid var(--c-label);
  color: var(--c-label);
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  padding: 3px 5px;
}
.p-info__body {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 2px;
}
.p-info__row:first-child .p-info__body { padding-top: 0; }
@media (min-width: 768px) {
  .p-info { margin-top: 30px; padding: 0 2px; }
  .p-info__row { gap: 18px; align-items: center; }
  .p-info__row + .p-info__row { margin-top: 24px; }
  .p-info__label { min-width: 76px; font-size: 22px; padding: 2px 10px; }
  .p-info__body { font-size: 21px; padding-top: 0; }
  .p-info__row:first-child .p-info__label { align-self: flex-end; margin-bottom: 6px; }
}

/* 出演団体（一覧） */
.p-cast__day { display: flex; gap: 8px; }
.p-cast__day + .p-cast__day { margin-top: 10px; }
.p-cast__date { flex: 0 0 auto; padding-top: .55em; }
.p-cast__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
}
.p-cast__list li {
  line-height: 1.9;
  padding: 10px 10px 0 10px;
  border-left: 1px solid var(--c-label);
}
.p-cast__list li:first-child { border-left: 0; padding-left: 0; }
.p-cast__list ruby { ruby-align: space-around; }
@media (max-width: 767px) {
  .p-cast__day { flex-direction: column; gap: 0; }
  .p-cast__date { padding-top: 0; }
  .p-cast__list { flex-direction: column; }
  .p-cast__list li { border-left: 0; padding: 0; }
}

/* 申込ボタン配置 */
.p-entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-entry {
    grid-template-columns: repeat(2, minmax(0, 470px));
    justify-content: center;
    gap: 46px;
    margin-top: 28px;
  }
}

/* 出演団体のご紹介（SP:1列 / PC:3列） */
.p-performers__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .p-performers__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 46px;
    margin-top: 42px;
  }
}
.p-performers__img { line-height: 0; }
.p-performers__img img { width: 100%; aspect-ratio: 525 / 321; object-fit: cover; }
.p-performers__kana {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
  margin-top: 10px;
}
.p-performers__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--c-brown-dark);
  letter-spacing: .02em;
}
.p-performers__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 6px;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-performers__name { font-size: 25px; }
  .p-performers__text { font-size: 18px; }
}

/* タイムスケジュール */
.p-schedule__box {
  background: rgba(247, 243, 222, .9);
  background: linear-gradient(90deg, #f3eed5 0%, #f7f3df 100%);
  padding: 24px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.p-schedule__col + .p-schedule__col {
  border-top: 1px solid var(--c-gold);
  padding-top: 24px;
}
.p-schedule__date {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}
.p-schedule__date small { font-size: .7em; }
.p-schedule__date .c-dow { font-size: .72em; }
.p-schedule__row {
  display: flex;
  font-size: 18px;
  line-height: 1.8;
}
.p-schedule__row dt { flex: 0 0 6em; white-space: nowrap; }
.p-schedule__row dt small { font-size: .62em; }
.p-schedule__row dd { flex: 1 1 auto; }
@media (min-width: 768px) {
  .p-schedule__box {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 20px 0;
  }
  .p-schedule__col { padding: 0 20px 0 84px; }
  .p-schedule__col + .p-schedule__col {
    border-top: 0;
    border-left: 1px solid var(--c-gold);
    padding-top: 0;
    padding-left: 80px;
  }
  .p-schedule__date { font-size: 40px; margin-bottom: 15px; }
  .p-schedule__row { font-size: 20px; line-height: 1.4; margin-bottom: 10px;}
  .p-schedule__row dt { flex-basis: 5.2em; }
}

/* 鴻臚館北館東門とは */
.p-about__text {
  font-size: 14px;
  line-height: 2.2;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-section.p-about { margin-top: 62px; }
  .p-about__text { font-size: 18px; margin-top: 20px; }
}

/* -----------------------------------------------------------------
   下層ページ（申込フォーム）
----------------------------------------------------------------- */
.p-page {
  background: var(--grad-gold);
  padding: 28px 0 60px;
  min-height: 60vh;
}
.l-container--form { max-width: 800px; }
@media (min-width: 768px) {
  .p-page { padding: 56px 0 110px; }
}

.p-form-box { background: #fff; }
.p-form-box__title {
  background: var(--grad-bar);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .03em;
  padding: 12px 14px;
}
.p-form-box__body { padding: 28px 20px 48px; }
@media (min-width: 768px) {
  .p-form-box__title { font-size: 25px; padding: 13px 20px; }
  .p-form-box__body { padding: 30px 40px 60px; }
}
.p-entry-content p + p { margin-top: 1em; }

/* 開催概要 */
.p-overview {
  max-width: 510px;
  margin: 0 auto 32px;
  border-top: 1px solid #e3dcc2;
  font-size: 14px;
  line-height: 1.7;
}
.p-overview__row {
  display: flex;
  border-bottom: 1px solid #e3dcc2;
}
.p-overview__label {
  flex: 0 0 5.5em;
  background: #f6f2e2;
  color: var(--c-brown-dark);
  font-weight: 700;
  padding: 10px 12px;
}
.p-overview__body { flex: 1 1 auto; padding: 10px 12px; }
@media (min-width: 768px) {
  .p-overview { font-size: 15px; margin-bottom: 40px; }
}

/* -----------------------------------------------------------------
   Contact Form 7
----------------------------------------------------------------- */
.c-form { max-width: 510px; margin: 0 auto; }
.c-form__item + .c-form__item { margin-top: 22px; }
.c-form__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-form__req { color: #d0121b; margin-left: 2px; }
.c-form__note {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
}
.c-form__field { position: relative; }
.c-form__field--xxs { max-width: 92px; }
.c-form__field--xs { max-width: 148px; }
.c-form__field--s { max-width: 222px; }
@media (max-width: 767px) { .c-select { letter-spacing: 0; padding-left: 12px; } }
.c-form__field--unit { display: flex; align-items: flex-end; gap: 10px; max-width: none; }
.c-form__field--unit .wpcf7-form-control-wrap { width: 148px; }
.c-form__unit { font-size: 16px; line-height: 1; padding-bottom: 6px; }

.c-form .wpcf7-form-control-wrap { margin-top:20px; display: block; text-align: center; }

.c-input,
.c-select,
.c-textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px; /* iOS のズーム防止 */
  color: var(--c-text);
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .06);
  padding: 0 16px;
  height: 58px;
  transition: border-color .2s, box-shadow .2s;
}
.c-textarea {
  height: 250px;
  padding: 12px 16px;
  resize: vertical;
  line-height: 1.7;
}
.c-input:focus,
.c-select:focus,
.c-textarea:focus {
  outline: none;
  border-color: var(--c-gold);
  box-shadow: 0 0 0 3px rgba(156, 122, 32, .22);
}
/* number のスピンボタン非表示 */
.c-input[type="number"] { -moz-appearance: textfield; appearance: textfield; }
.c-input[type="number"]::-webkit-outer-spin-button,
.c-input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* セレクト */
.c-select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
  letter-spacing: .06em;
}
.c-select.is-empty { color: #a9a9a9; }
.c-select option { color: var(--c-text); }
.c-form__field--select::after {
  content: "";
  position: absolute;
  top: 29px;
  right: 22px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* 個人情報 */
.c-form__privacy {
  border: 1px solid var(--c-border);
  padding: 16px 18px 14px;
  margin-top: 32px;
  height: 100px;
  overflow-y: scroll;
}
.c-form__privacy-title {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 8px;
}
.c-form__privacy-text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .04em;
}

/* 送信 */
.c-form__submit {
  position: relative;
  text-align: center;
  margin-top: 36px;
}
.c-btn-submit {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 148px;
  height: 76px;
  padding: 0 30px;
  background: var(--grad-red);
  color: #fff;
  font-family: inherit;
  font-size: 25px;
  letter-spacing: .2em;
  text-indent: .2em;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
  transition: opacity .25s;
}
.c-btn-submit:hover { opacity: .85; }
.c-btn-submit:disabled { opacity: .5; cursor: not-allowed; }
.c-btn-submit:focus-visible { outline: 3px solid var(--c-gold); outline-offset: 3px; }
.c-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin: 0 0 0 12px;
  transform: translateY(-50%);
}

/* CF7 メッセージ */
.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #d0121b;
  margin-top: 6px;
}
.wpcf7 .wpcf7-not-valid { border-color: #d0121b; }
.wpcf7 form .wpcf7-response-output {
  max-width: 510px;
  margin: 28px auto 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.7;
}
.c-form-notice {
  max-width: 510px;
  margin: 0 auto;
  padding: 14px 16px;
  background: #fff6e0;
  border: 1px solid #e0c46e;
  font-size: 14px;
}
