@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
:root {
  --bs-nav-link-color: #222;
  --bs-border-color: #222;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
html {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  color: #222;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana;
  background: #fff;
}

#page {
  overflow: hidden;
  background: #fff;
}

p {
  margin-bottom: 1em;
}

.zenmaru {
  font-family: "Zen Maru Gothic", "Noto Sans JP", serif;
}

.zenold {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  image-rendering: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

dt {
  font-weight: normal;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

select {
  outline: none;
}

a {
  color: #222;
  text-decoration: none;
}

.front-page .container h2 {
  text-align: center;
  font-size: 2em;
}
.front-page .container h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 3%;
}

.underline {
  padding-bottom: 0.25em;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12); /*右*/
  width: 100%;
}

.underline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 40%;
  height: 2px;
  background: #efca3b; /*左*/
}

main a.button {
  color: #fff;
  background: #efca3b;
  font-size: 1.125em;
  width: 60%;
  max-width: 250px;
  margin: auto;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main a.button {
    width: 76%;
    max-width: none;
  }
}
main a.button span {
  padding: 0.75em;
  width: 100%;
  display: block;
}
main a.button::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.25em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-image: none;
  border-bottom: 0;
  border-image-slice: 0;
  width: 0.55em;
  height: 0.55em;
  transform: rotate(45deg);
  transition: all 300ms 0s ease;
}
main a.button:hover {
  opacity: 1;
  color: #fff;
}
main a.button:hover::after {
  right: 1em;
  transition: all 300ms 0s ease;
}
main a.button:hover:before {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.kv {
  width: 100%;
  background: url("../img/pc/kv2.png") no-repeat center center/cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .kv {
    background: url("../img/pc/kv2.png") no-repeat center center/cover;
    margin-bottom: 10%;
  }
}
.kv .container {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kv .container {
    justify-content: center;
    height: 73vw;
  }
}
.kv__text {
  color: #fff;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .kv__text {
    text-align: center;
  }
}
.kv__text p {
  text-shadow: 0 0 5px rgb(0, 0, 0);
  font-size: 1.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kv__text p {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.kv__text p a {
  border-bottom: 2px solid #efca3b;
  color: #fff;
}

.page-kv {
  width: 100%;
  background: url("../img/kv.jpg") no-repeat center center/cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-kv {
    margin-bottom: 10%;
  }
}
.page-kv .container {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-kv .container {
    height: 50vw;
  }
}
.page-kv__title {
  color: #fff;
  font-weight: bold;
}
.page-kv__title--text {
  text-shadow: 0 0 5px rgb(0, 0, 0);
  text-align: center;
}

.schedule-link {
  text-align: right;
  width: 100%;
}
.schedule-link a {
  display: inline-block;
}

.section-wrapper {
  margin-bottom: 6.2%;
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    margin-bottom: 10%;
  }
}

.access__wrap {
  max-width: 1024px;
  margin: auto;
}

.google-map {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .google-map {
    margin-bottom: 10%;
  }
}
.google-map iframe[src*="www.google.com/maps/embed"] {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .google-map iframe[src*="www.google.com/maps/embed"] {
    aspect-ratio: 6/3;
    height: auto;
  }
}

.use__list {
  max-width: 1024px;
  padding: 0 2.480620155%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .use__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.use__list--box {
  width: 48%;
  position: relative;
  margin-bottom: 8%;
}
@media screen and (max-width: 768px) {
  .use__list--box {
    width: 100%;
    margin-bottom: 14%;
  }
}
.use__list--box .use-main {
  display: block;
  position: relative;
  overflow: hidden;
}
.use__list--box .use-main img {
  transition: 1s all;
}
.use__list--box .use-main img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.use__list--box .use-main .use-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.7em;
  text-shadow: rgb(0, 0, 0) 1px 1px 5px, rgb(0, 0, 0) -1px 1px 5px, rgb(0, 0, 0) 1px -1px 5px, rgb(0, 0, 0) -1px -1px 5px;
}
.use__list--box .use-btn {
  position: absolute;
  bottom: -9%;
  max-width: 55%;
  left: 22.5%;
}

.site-footer {
  background-color: #1f1d1d;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .site-footer {
    font-size: 16px;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1240px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer-links {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 1em;
    margin: 0 0 1em;
  }
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav ul {
  padding: 0;
}
.footer-nav .footer-nav-title {
  margin-bottom: 0.5em;
}
.footer-nav .footer-nav-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
.footer-nav .footer-nav-flex li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-flex li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .footer-nav-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}

.footer-nav li {
  margin-bottom: 0.5em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    padding-left: 0;
  }
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-company {
  text-align: right;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .footer-company {
    text-align: center;
    max-width: 100%;
    margin: 2em auto 1em;
  }
}
.footer-company .custom-logo-link {
  max-width: 160px;
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footer-company .custom-logo-link {
    max-width: 240px;
    margin: 0 auto 1em;
  }
}
.footer-company .policies-google {
  text-align: left;
}

.footer-bottom {
  background-color: #efca3b;
  color: #fff;
  text-align: center;
  padding: 2em 0 1em;
  font-weight: bold;
}

#access .page-kv {
  width: 100%;
  background: url("../img/kv.jpg") no-repeat center center/cover;
}

.fixed-page-content,
.single-event-section {
  max-width: 1024px;
  margin: auto;
}
.fixed-page-content h2,
.fixed-page-content h3,
.fixed-page-content h4,
.fixed-page-content h5,
.fixed-page-content h6,
.single-event-section h2,
.single-event-section h3,
.single-event-section h4,
.single-event-section h5,
.single-event-section h6 {
  margin-bottom: 0.75em;
}
.fixed-page-content a,
.single-event-section a {
  text-decoration: underline;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.fixed-page-content a:hover,
.single-event-section a:hover {
  opacity: 0.8;
}
.fixed-page-content .wp-block-group,
.single-event-section .wp-block-group {
  margin-bottom: 3em;
}
.fixed-page-content .wp-element-button,
.single-event-section .wp-element-button {
  background-color: #efca3b;
  color: #fff;
  text-decoration: none;
}
.fixed-page-content ul.wp-block-list,
.single-event-section ul.wp-block-list {
  list-style: disc;
}
.fixed-page-content ol.wp-block-list,
.single-event-section ol.wp-block-list {
  list-style: decimal;
}

.section-title .head-title {
  display: block;
}
.section-title .head-border {
  font-size: 0.6em;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  color: #efca3b;
  font-style: italic;
}
.section-title .head-border:before,
.section-title .head-border:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: #efca3b;
}
.section-title .head-border:before {
  left: 0;
}
.section-title .head-border:after {
  right: 0;
}

.section-bg {
  background: #fbfbfb;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-bg {
    margin-bottom: 10%;
  }
}
.section-bg .container {
  padding-top: 3%;
}
@media screen and (max-width: 768px) {
  .section-bg .container {
    padding-top: 10%;
  }
}

/************** モーダル **************/
/*モーダルを開くボタン*/
.modal-open {
  text-align: center;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-wrap {
  background: #fff;
  padding: 3%;
}
.modal-wrap .modal-content {
  text-align: center;
  position: relative;
}
.modal-wrap .modal-content .modal-title {
  font-size: 1.25em;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.3019607843);
}

/************** setupページ **************/
.setup {
  /* flex box */
}
.setup .setup-area {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .setup .setup-area {
    margin-bottom: 10%;
  }
}
.setup .setup-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.setup .item {
  width: 30%;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.setup .item .title {
  font-size: 1.25em;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.3019607843);
}
.setup .item-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
@media not all and (min-width: 768px) {
  .setup .item {
    width: 100%;
    margin: 5%;
  }
}

/************** setupページ **************/
/*　Googleカレンダー埋め込み　*/
.google-cal {
  text-align: center;
}

.google-cal iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
}

@media (min-width: 750px) {
  .google-cal iframe {
    height: 600px;
  }
}
/* フォーム全体のスタイル */
/* template01 */
.form__wrap {
  width: 100%;
  max-width: 900px; /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4em;
}

.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}

.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}

.wpcf7 .template01 a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}

.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}

.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}

.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 40px;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: rgb(179, 0, 36);
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}

.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
  z-index: 10;
}

.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all 0.25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}

.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0.2em;
  left: 0.2em;
  width: 0.6em;
  height: 0.6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}

.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 select::-ms-expand {
  display: none;
}

.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template01 input[type=submit] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  background-color: #efca3b;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 .template01 input[type=submit]:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: opacity 0.25s, background-color 0.25s;
}

.wpcf7 .template01 input[type=submit]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.wpcf7-list-item {
  margin: 0 1em 0.2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/* ========= 説明ブロック共通 ========= */
.is-style-description-title {
  padding: 0.5em;
  position: relative;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}

.is-style-description-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 3px;
  height: 1.25em;
  background: #19307a;
}

.is-style-description-text {
  padding: 0 1em;
}

/* ========= 下線タイトル ========= */
.is-style-underline-title {
  padding-bottom: 0.25em;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12); /*右*/
  width: 100%;
  margin-bottom: 1.5em;
}

.is-style-underline-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 40%;
  height: 2px;
  background: #efca3b; /*左*/
}

/* ========= 通常のテーブル ========= */
.wp-block-table.is-style-regular thead {
  border: solid 2px #19307a;
}
.wp-block-table.is-style-regular th {
  background: #19307a;
  color: #fff;
}
.wp-block-table.is-style-regular td {
  border: solid 1px #dcdcdc;
}
.wp-block-table.is-style-stripes thead {
  border-bottom: 2px solid #808080;
}

/* ========= BOX ========= */
.is-style-box-title {
  border: solid 2px #19307a;
  background: #19307a;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 0;
}

.is-style-box-text {
  border: solid 2px #19307a;
  padding: 1em;
  margin-bottom: 1em;
}

.wp-block-image {
  margin-bottom: 3em;
}

.wp-block-list li {
  margin-bottom: 0.75em;
}

.is-style-paragraph-box {
  margin-bottom: 2.5em;
}

.is-style-border-image {
  border: solid 1px #e5e5e5;
}

.site-header .container {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .site-header .container {
    margin: 0 auto;
    padding: 2% 3%;
  }
}
.site-header .logo {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .site-header .logo {
    width: 100px;
  }
}
.site-header .nav-link {
  color: #222;
}

a.link-line span,
a.nav-link span {
  display: flex;
  align-items: center;
  padding: 0.5em 0.5em;
  position: relative;
}
a.link-line span::before,
a.nav-link span::before {
  content: "";
  width: 0%;
  height: 2px;
  left: 0%;
  bottom: 0;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #efca3b 0%, #efca3b 100%);
  border-image-slice: 1;
  position: absolute;
  display: block;
  z-index: 1;
}
a.link-line span::after,
a.nav-link span::after {
  content: "";
  width: 0%;
  height: 2px;
  right: 0%;
  bottom: 0;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #efca3b 0%, #efca3b 100%);
  border-image-slice: 1;
  position: absolute;
  display: block;
}
a.link-line:hover,
a.nav-link:hover {
  color: #efca3b;
  opacity: 1;
}
a.link-line:hover span::before,
a.nav-link:hover span::before {
  width: 51%;
}
a.link-line:hover span::after,
a.nav-link:hover span::after {
  width: 51%;
}

.event-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

.event-item {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 2em 4%;
  padding: 0 0 2em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.event-content {
  display: flex;
  flex-direction: column;
}

.event-title {
  font-size: 1.5em;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 1em;
}

.event-title a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.event-title a:hover {
  opacity: 0.8;
}

.event-media-and-details {
  display: flex;
  flex-direction: row;
  gap: 5%;
}
.event-media-and-details .event-excerpt {
  flex-grow: 1;
  margin-bottom: 1.5em;
}
.event-media-and-details .event-btn {
  text-align: right;
  width: 100%;
}

.event-image {
  width: 25%;
}

.event-image img.event-flyer {
  display: block;
  width: 100%;
  height: auto !important;
  border: solid 1px #e5e5e5;
}

.event-flyer-mock {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  text-align: center;
  font-size: 1.2em;
  padding: 20px;
  box-sizing: border-box;
}

.event-flyer-mock a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.mock-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mock-image {
    padding: 5%;
  }
}

.mock-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mock-icon {
  font-size: 2em;
  line-height: 1;
}

.mock-text {
  font-size: 0.9em;
  line-height: 1.4;
}

.event-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  width: 70%;
}

.event-period-status-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.event-period {
  display: flex;
  align-items: center;
  gap: 8px;
}

.period-dates {
  white-space: nowrap;
  font-size: 1.2em;
}

.date-separator {
  margin: 0 3px;
}

.event-excerpt p {
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

.event-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.2%;
}
@media screen and (max-width: 768px) {
  .event-pagination {
    margin-bottom: 10%;
  }
}

.pagination-info {
  margin-bottom: 20px;
  font-size: 1em;
  text-align: center;
}

.pagination-info .info-text {
  font-weight: bold;
}

.pagination-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-item {
  margin: 0 5px;
}

.pagination-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #efca3b;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.pagination-link:hover {
  background-color: #f0f8ff;
  border-color: #efca3b;
}

.pagination-link.current {
  background-color: #efca3b;
  color: #fff;
  border-color: #efca3b;
  cursor: default;
}

.pagination-link.current:hover {
  background-color: #efca3b;
  border-color: #efca3b;
}

.pagination-ellipsis {
  padding: 8px 12px;
  cursor: default;
}

.pagination-link.prev-link,
.pagination-link.next-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pagination-link .nav-arrow {
  font-size: 1.1em;
  line-height: 1;
}

.no-events {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 40px;
}

.no-events-content {
  max-width: 500px;
  margin: 0 auto;
}

.no-events-icon {
  font-size: 4em;
  color: #bbb;
  margin-bottom: 20px;
}

.no-events h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.no-events p {
  font-size: 1.1em;
  line-height: 1.6;
}

.event-link {
  text-align: right;
}

@media (max-width: 992px) {
  .event-content {
    padding: 20px;
    gap: 15px;
  }
  .event-media-and-details {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .event-image {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .event-details {
    width: 100%;
    align-items: flex-start;
  }
  .event-period-status-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .event-pagination .pagination-nav {
    font-size: 0.9em;
  }
  .event-item {
    margin: 0 0 2em;
  }
  .event-link {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .event-item {
    border-radius: 0;
  }
  .event-content {
    padding: 15px;
  }
  .event-title {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  .event-details {
    font-size: 0.9em;
  }
  .event-image {
    height: auto;
    max-width: none;
  }
  .pagination-item {
    margin: 0 2px;
  }
  .pagination-link {
    padding: 6px 10px;
  }
  .pagination-link.prev-link .nav-text,
  .pagination-link.next-link .nav-text {
    display: none;
  }
}
.single-event-page {
  margin: 0 auto;
}

.single-event-container {
  padding: 0 20px;
}

.single-event-article {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 5%;
}

.single-event-title {
  font-size: 2em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5%;
  line-height: 1.3;
}

.single-event-image {
  max-width: 600px;
  margin: 0 auto 5%;
}

.single-event-image img.single-event-flyer {
  display: block;
  width: 100%;
  height: auto !important;
  border: solid 1px #e5e5e5;
}

.single-event-flyer-mock {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #666;
  text-align: center;
  font-size: 1.4em;
  padding: 20px;
  box-sizing: border-box;
}

.single-event-flyer-mock .mock-image {
  padding: 10% 0;
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #bbb;
  border-radius: 5px;
}

.single-event-flyer-mock .mock-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.single-event-flyer-mock .mock-icon {
  font-size: 2em;
  line-height: 1;
}

.single-event-flyer-mock .mock-text {
  font-size: 1em;
  line-height: 1.4;
}

.single-event-details-section {
  line-height: 1.7;
}

.single-event-period-wrapper {
  margin-bottom: 5%;
  border-bottom: 1px solid #eee;
  padding-bottom: 2%;
}

.single-event-period {
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
}
.single-event-period .single-period-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.single-event-period .single-period-dates .event-date {
  padding-left: 1em;
}

.single-date-separator {
  margin: 0 5px;
}

.single-event-full-content {
  margin-bottom: 30px;
}

.single-event-full-content p {
  margin-bottom: 1em;
}

.single-event-full-content h2,
.single-event-full-content h3,
.single-event-full-content h4 {
  margin-top: 1.8em;
  margin-bottom: 1em;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}

.single-event-additional-dates {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.single-event-additional-dates h3 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.single-event-additional-dates ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-event-additional-dates li {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 20px;
  margin-bottom: 12px;
  color: #555;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-event-additional-dates li:last-child {
  margin-bottom: 0;
}

.back-to-list-link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.back-to-list-link .button.back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background-color: #f0f0f0;
  color: #555;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.back-to-list-link .button.back-button:hover {
  background-color: #e2e2e2;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.back-to-list-link .nav-arrow {
  font-size: 1.3em;
  line-height: 1;
}

@media (max-width: 992px) {
  .single-event-title {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  .single-event-media-details {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .single-event-image {
    width: 80%;
    max-width: 350px;
    height: auto;
  }
  .single-event-details-section {
    width: 100%;
  }
  .single-event-additional-dates h3 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .single-event-article {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
  }
  .single-event-content-wrapper {
    padding: 20px;
  }
  .single-event-title {
    font-size: 1.8em;
    margin-bottom: 25px;
    text-align: left;
  }
  .single-event-image {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .single-event-flyer-mock {
    font-size: 1.1em;
    padding: 15px;
  }
  .single-event-flyer-mock .mock-icon {
    font-size: 3em;
  }
  .single-event-details-section {
    font-size: 1em;
  }
  .single-event-period {
    font-size: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .single-event-additional-dates li {
    padding: 10px 15px;
    font-size: 0.9em;
  }
  .back-to-list-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .back-to-list-link .button.back-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .back-to-list-link .nav-arrow {
    font-size: 1.1em;
  }
}
.offcanvas {
  max-width: 300px;
}
.offcanvas .offcanvas-body .navbar-nav ul {
  padding: 0;
}
.offcanvas .offcanvas-body .navbar-nav ul .page_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.offcanvas .offcanvas-body .navbar-nav ul .page_item a {
  padding: 0.75em 1em 0.75em 1.5em;
  display: block;
  position: relative;
}
.offcanvas .offcanvas-body .navbar-nav ul .page_item a:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1.2em;
}

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