@charset "UTF-8";
#content {
  padding-top: 0;
}

.page .c-gnav > .menu-item > a .ttl {
  text-shadow: none;
}

.l-topTitleArea__body.l-container {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.c-pageTitle .c-pageTitle__subTitle {
  opacity: 1;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 700;
}

/* 固定ページタイトル中央寄せ */
.c-pageTitle {
  font-size: 1.5em;
}

.c-pageTitle,
.c-pageTitle__inner {
  float: none !important;
  text-align: center;
}
.c-pageTitle .c-pageTitle__subTitle,
.c-pageTitle__inner .c-pageTitle__subTitle {
  display: block;
  font-style: normal;
  margin-left: 0;
  margin-top: 1em;
  top: inherit;
}

.l-topTitleArea {
  min-height: 50vh;
  padding: 3em 0;
}

@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 2em;
  }
  .l-topTitleArea {
    min-height: 480px;
    padding: 3em 0;
  }
}
.slider-kengakupoint .kt-blocks-carousel .kb-splide .splide__pagination {
  bottom: 0 !important;
}

/* 蔵見学テーブル共通 */
.kura-table {
  margin-left: auto;
  margin-right: auto;
}
.kura-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.kura-table th.kb-table-data,
.kura-table td.kb-table-data {
  border: none;
  background: transparent;
}
.kura-table th.kb-table-data {
  text-align: center;
  border-left: none;
  border-right: none;
}
.kura-table td.kb-table-data {
  border-left: none;
  border-right: none;
}
.kura-table tr:first-child th.kb-table-data {
  border-top: 2px solid #268785;
}
.kura-table tr:first-child td.kb-table-data {
  border-top: 1px solid #cccccc;
}
.kura-table tr th.kb-table-data {
  border-bottom: 2px solid #268785;
}
.kura-table tr td.kb-table-data {
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .kura-table table {
    table-layout: fixed;
  }
  .kura-table th.kb-table-data:first-child,
  .kura-table td.kb-table-data:first-child {
    width: 33%;
  }
  .kura-table th.kb-table-data:nth-child(2),
  .kura-table td.kb-table-data:nth-child(2) {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .kura-table table,
  .kura-table tbody,
  .kura-table tr {
    display: block;
    width: 100%;
  }
  .kura-table th.kb-table-data,
  .kura-table td.kb-table-data {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  .kura-table th.kb-table-data {
    border-top: 1px solid #268785 !important;
    border-bottom: 1px solid #268785 !important;
    background-color: #f3f3f3;
  }
  .kura-table td.kb-table-data,
  .kura-table tr:first-child td.kb-table-data {
    border-top: none !important;
    border-bottom: none !important;
  }
  .kura-table tr:last-child td.kb-table-data {
    border-bottom: 1px solid #ccc !important;
  }
}

.dl-profile {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  display: grid !important;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.75rem;
}
.dl-profile .swell-block-dl__dt,
.dl-profile .swell-block-dl__dd {
  float: none;
  width: auto;
  margin: 0;
}
.dl-profile .swell-block-dl__dt::after {
  display: none !important;
}
.dl-profile .swell-block-dl__dt {
  background: #268785;
  color: #fff;
  padding: 4px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  align-self: center;
  text-align: center;
  white-space: nowrap;
  align-self: start;
  margin-top: 2px !important;
}
.dl-profile .swell-block-dl__dd p {
  margin: 0;
}
@media (max-width: 767px) {
  .dl-profile {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .dl-profile .swell-block-dl__dt {
    justify-self: flex-start;
    margin-bottom: 4px;
  }
  .dl-profile .swell-block-dl__dd {
    margin-bottom: 12px;
  }
}

.yakatabune__hero-row .kt-row-column-wrap {
  position: relative;
  z-index: 1;
}

.yakatabune__hero-row .kt-row-layout-overlay {
  left: calc(50% - 50vw); /* Rowの中央基準 → 画面左端へ */
  right: 0;
  top: 80px;
  bottom: 0;
}

.bnr--overlay-link .image-overlay-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0.7em 2.2em;
  border-radius: 99px;
  background: #268785;
  color: #fff;
  border: 2px solid #268785;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.bnr--overlay-link .image-overlay-title strong {
  font-weight: inherit;
}
.bnr--overlay-link .image-overlay-title::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  display: inline-block;
  font-size: 0.9em;
  transform: translateY(-1px);
}
.bnr--overlay-link a.kt-imageoverlay-link:hover .image-overlay-title,
.bnr--overlay-link .kt-image-overlay-wrap:hover .image-overlay-title {
  background: #fff;
  color: #268785;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .bnr--overlay-link .image-overlay-title {
    font-size: 0.9rem;
    padding: 0.6em 1.6em;
    white-space: normal;
    text-align: center;
  }
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #e2e2e2 !important;
  border: 1px solid #7f7f7f !important;
  box-sizing: border-box !important;
}

div.wpforms-container-full .wpforms-submit-container {
  text-align: center;
}
div.wpforms-container-full button[type=submit] {
  background-color: #877a58 !important;
  width: 50%;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}
div.wpforms-container-full button[type=submit]:hover {
  background-color: #473f29 !important;
}

@media (max-width: 767px) {
  .wpforms-container .wpforms-field .wpforms-field-row {
    flex-direction: column !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0 !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child {
    margin-bottom: 15px;
  }
  .btn--privacy {
    text-align: center !important;
  }
  .btn--privacy a.swell-block-button__link {
    font-size: 0.85em;
    border-radius: 100px;
  }
}
.wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap .kadence-info-box-image-inner-intrisic img {
  transition: 0.3s;
}

.wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap:hover .kadence-info-box-image-inner-intrisic img {
  opacity: 0.8;
}/*# sourceMappingURL=KuraCustomPage.css.map */
