@charset "UTF-8";

.hidden {
  display: none !important;
}
:root {
  --color-bg: #fdf0c8;
  --color-primary: #172a88;
  --color-secondary: #df7503;
  --fontFamily-serif: "utsukushi", serif;
  --gutter: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
  --spacing-a: 96px;
  --spacing-b: 48px;
  --width-inner: 830;
}
#ghead {
  width: 100%;
  overflow: hidden;
}

small {
  text-align: center;
  padding: 1rem 0 1.5rem;
  box-sizing: border-box;
  display: block;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.eventlink {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.eventlink a.btn {
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  max-width: 456px;
  width: 100%;
}

.eventlink a.btn--whiteBorder {
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
}

.eventlink__text {
}
.eventlink p {
  margin: 24px 0 12px;
}

@media (max-width: 768px) {
  .eventlink p {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.shonan-candle {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}

.shonan-candle #ghead {
  margin-bottom: 0;
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
}

.effect {
  opacity: 0;
  transform: translateY(30px);
}

.effect.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

a.btn {
  display: block;
  color: #fff;
  padding: 15px 10px 15px 20px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  border-color: white;
  color: white;
}

a.btn.btn_y {
  border-color: #ffe700;
  color: #ffe700;
}

a.btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 16px;
  height: 16px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn.btn_y:after {
  border-top: 1px solid #ffe700;
  border-right: 1px solid #ffe700;
}
a.btn:hover:after {
  right: 18px;
}

.particle {
  width: 91px;
  height: 91px;
  z-index: 2;
}

.particle.particle--left {
  left: 5%;
}
.particle.particle--right {
  right: 5%;
}

.visual {
  position: relative;
}

.shonan-candle {
  position: relative;
}

@media (max-width: 768px) {
  .shonan-candle .particle {
    display: none;
  }
}
.shonan-candle .particle:nth-of-type(1) {
  position: absolute;
  bottom: 22%;
  z-index: 2;
}

.shonan-candle .particle:nth-of-type(2) {
  position: absolute;
  bottom: 24%;
  z-index: 2;
}

.shonan-candle .particle:nth-of-type(3) {
  position: absolute;
  bottom: 10%;
  z-index: 2;
}

.shonan-candle .particle:nth-of-type(4) {
  position: absolute;
  bottom: 8%;
  z-index: 2;
}

@media (max-width: 768px) {
  .visual .mv-img {
    height: 68vh;
    object-fit: cover;
    object-position: center;
  }
}

.visual-inner {
  position: relative;
}

.visual .logo {
  position: absolute;
  top: 15%;
  left: 50%;
  max-width: 450px;
  translate: -50%;
  width: 100%;
}

@media (max-width: 768px) {
  .visual .visual-inner .logo {
    top: 40%;
    transform: translateY(-50%);
  }
}

.visual .logo img {
  filter: drop-shadow(0 0 4px rgb(0, 0, 0));
}

.tourou-wrap {
  width: 100%;
  overflow-x: hidden;
}

.tourou-wrap .contents {
  overflow: hidden;
}

.tourou-wrap .contents .contents-lower {
  position: relative;
  z-index: 4;
}

.tourou-wrap .content-full .content {
  max-width: 100%;
}

.tourou-wrap .content-title {
  text-align: center;
  margin-bottom: 15px;
  color: white;
  font-size: 50px;
  font-family: "utsukushi", serif;
  letter-spacing: 0.1em;
  margin-block: var(--leading-trim);
}

@media (max-width: 768px) {
  .tourou-wrap .content-title {
    font-size: 26px;
  }
}

.tourou-wrap .content {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.tourou-wrap .gallery {
  overflow: hidden;
  margin-top: 38px;
}

.tourou-wrap .gallery-title {
  position: relative;
  z-index: 10;
}

.tourou-wrap .slider-nav .slick-slide {
  margin: 0 5px 10px;
}

.tourou-wrap .slider-nav .slick-slide img {
  vertical-align: middle;
  border: solid 1px transparent;
}

/*
.tourou-wrap .slider-nav .slick-slide.slick-current img {
-webkit-border-image: url(../images/border2.png) 15 round;
border-image: url(../images/border2.png) 15 round;
border-style: solid;
border-width: 1px;
}
*/

.tourou-wrap .map {
  position: relative;
  background-size: 1830px;
  line-height: 2;
}

@media (max-width: 768px) {
  .tourou-wrap .map {
    background-size: 250%;
  }
}

.tourou-wrap .map-title-img {
  max-width: 260px;
  margin: 0 auto;
  display: block;
  width: 64%;
}

/*
.tourou-wrap .map ul.btns {
position: absolute;
right: 70px;
bottom: 40px;
}

.tourou-wrap .map ul.btns li {
display: inline-block;
margin-left: 14px;
width: 210px;
}
*/

.tourou-wrap .event-schedule {
  margin: 0 auto;
  max-width: 830px;
  padding-top: var(--spacing-a);
}

@media screen and (max-width: 768px) {
  .tourou-wrap .event-schedule {
    padding-top: 56px;
  }
}

.tourou-wrap .event-schedule h3 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: "utsukushi", serif;
  margin-bottom: 20px;
}

.tourou-wrap .event-schedule .schedule {
  margin-top: 15px;
}
.tourou-wrap .event-schedule table {
  font-size: 14px;
  font-size: 1.4rem;
  table-layout: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tourou-wrap .event-schedule table {
    table-layout: fixed;
  }
}

.tourou-wrap .event-schedule table tr:first-child {
  border-top: solid 2px #fff;
}

/* @media (max-width: 768px) {
  .tourou-wrap .event-schedule table tr:first-child {
    border-top: none;
  }
} */

.tourou-wrap .event-schedule table tr:nth-last-child(1) td {
  border-bottom: solid 2px #fff;
}

.tourou-wrap .event-schedule table td.sp-bb {
  border-bottom: solid 2px #fff;
}

/* @media (max-width: 768px) {
  .tourou-wrap .event-schedule table tr:nth-last-child(1) {
    border-bottom: none;
  }
} */

.tourou-wrap .event-schedule table th {
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  min-width: 5em;
}
.tourou-wrap .event-schedule table tr:first-of-type th:nth-child(1) {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .tourou-wrap .event-schedule table th {
    min-width: 7.8em;
  }
}

.tourou-wrap .event-schedule table th:last-of-type {
  border-right: none;
}

.tourou-wrap .event-schedule table th.event-area {
  width: 28%;
}

.tourou-wrap .event-schedule table th.event-link,
.tourou-wrap .event-schedule table th.event-time {
  width: 27%;
}

@media screen and (max-width: 768px) {
  .tourou-wrap .event-schedule table tr:first-of-type th:nth-child(1) {
    width: 75px;
  }
  .tourou-wrap .event-schedule table tr:first-of-type th:nth-child(2) {
    width: 220px;
  }
  .tourou-wrap .event-schedule table th.event-area {
    width: 190px;
  }
  .tourou-wrap .event-schedule table th.event-time {
    width: 220px;
  }
}
.tourou-wrap .event-schedule table th.event-number {
  font-size: 18px;
  font-size: 1.8rem;
}

.tourou-wrap .event-schedule table td {
  border-right: solid 1px #fff;
  border-bottom: dotted 1px #7b7b7b;
}

/* @media (max-width: 768px) {
  .tourou-wrap .event-schedule table td:nth-last-child(1) {
    border-bottom: solid 2px #fff;
  }
} */

.tourou-wrap .event-schedule table td:last-of-type {
  border-right: none;
}

.tourou-wrap .event-schedule table td.num {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.tourou-wrap .event-schedule table td a {
  color: #fff;
  text-decoration: underline;
}

.tourou-wrap .event-schedule table td a span {
  display: none;
}

.tourou-wrap .event-schedule table th,
.tourou-wrap .event-schedule table td {
  padding: 10px;
}

.tourou-wrap .event-contact {
  margin: 96px auto 0;
  max-width: 830px;
}

.tourou-wrap .event-contact h3 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: "utsukushi", serif;
  margin-bottom: 10px;
}

.tourou-wrap .event-contact .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border: solid 1px #fff;
}

.tourou-wrap .event-contact .contact-box .left,
.tourou-wrap .event-contact .contact-box .right {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  width: 50%;
}

.tourou-wrap .event-contact .contact-box .left h4,
.tourou-wrap .event-contact .contact-box .right h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.tourou-wrap .event-contact .contact-box .left a,
.tourou-wrap .event-contact .contact-box .right a {
  color: #fff;
}

.tourou-wrap .event-contact .contact-box .left {
  border-right: solid 1px #fff;
}

#gfoot {
  background: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  padding-right: 20px;
}

#gfoot .bnr ul {
  font-size: 1rem;
}

#gfoot .bnr .bold {
  font-size: 1.5rem;
}

.footer-inner {
  max-width: 830px;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
  padding: 96px 0;
}

.sponsor {
  margin-top: 4rem;
}

.sponsor p {
  margin-bottom: 2rem;
}

.sponsors a {
  color: white;
}

.btn-fb span,
.btn-tw span {
  display: none;
}

.btn-inline {
  display: inline-block !important;
  float: left;
  margin-right: 10px;
}

.btn-fb,
.btn-tw {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 19px 0 0 10px;
}

.btn-fb:hover,
.btn-tw:hover {
  opacity: 0.8;
}

.btn-fb {
  background: url(../images/btn-fb.png) no-repeat;
  background-size: 30px 30px;
}

.btn-tw {
  background: url(../images/btn-tw.png) no-repeat;
  background-size: 30px 30px;
}

@media (max-width: 1000px) {
  .visual .logo {
    top: 10%;
  }

  .visual .logo img {
    /* width: 100%; */
  }
}

@media (max-width: 768px) {
  .visual .logo {
    top: 18%;
    width: 60%;
  }

  .tourou-wrap .present .tenugui {
    text-align: right;
    width: 420px;
    position: absolute;
    right: -40px;
    bottom: -80px;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .shonan-candle {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .tourou-wrap {
    overflow: hidden;
  }

  .tourou-wrap .slider-nav .slick-slide {
    margin: 0 5px 10px;
  }

  .tourou-wrap .present {
    padding: 0 20px 20px;
    margin: 0 auto 45px;
  }

  .tourou-wrap .present .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .tourou-wrap .present .text {
    padding: 20px 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tourou-wrap .present .text h3 {
    font-size: 5vw;
  }

  .tourou-wrap .present .tenugui {
    text-align: right;
    margin-top: 20px;
    width: 100%;
    position: static;
  }

  .tourou-wrap .lightup .spot h3 {
    font-size: 5vw;
  }

  .tourou-wrap .lightup .spot:nth-of-type(even) .spot-image .main .spot-caption {
    -webkit-border-image: url(../images/border2.png) 15 round;
    border-image: url(../images/border2.png) 15 round;
    border-style: solid;
    border-width: 1px;
  }

  .tourou-wrap .lightup .spot + .spot {
    margin-top: 30px;
  }

  .tourou-wrap .lightup .spot-image .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tourou-wrap .lightup .spot-image .thumb li {
    margin: 1%;
    width: 31.3%;
  }

  .tourou-wrap .lightup .spot-image .main {
    position: relative;
  }

  .tourou-wrap .lightup .spot-image .main .spot-caption {
    padding: 20px;
    width: 100%;
    position: static;
    -webkit-border-image: url(../images/border2.png) 15 round;
    border-image: url(../images/border2.png) 15 round;
    border-style: solid;
    border-width: 1px;
  }

  .tourou-wrap .lightup .spot-image .main .spot-caption h4 {
    line-height: 1.6;
    font-size: 5vw;
    padding-left: 8vw;
    position: relative;
  }

  .tourou-wrap .lightup .spot-image .main .spot-caption h4:before {
    font-size: 4vw;
    line-height: 5.5vw;
    width: 5.5vw;
    height: 5.5vw;
    top: 1.4vw;
  }

  .tourou-wrap .lightup .spot-image .main .spot-caption p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .tourou-wrap .simultaneous .event-box + .event-box {
    margin-top: 30px;
  }

  .tourou-wrap .simultaneous .event-box .image {
    width: 100%;
    background: none;
  }

  .tourou-wrap .simultaneous .event-box .image img {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .tourou-wrap .simultaneous .event-box .text {
    padding: 20px;
    width: 100%;
  }

  .tourou-wrap .simultaneous .event-box .text h3 {
    font-size: 5vw;
    padding: 0 0 20px 20px;
    padding-left: 8vw;
    margin-bottom: 20px;
  }

  .tourou-wrap .simultaneous .event-box .text h3:before {
    font-size: 4vw;
    line-height: 5.5vw;
    width: 5.5vw;
    height: 5.5vw;
    top: 1.4vw;
  }

  .tourou-wrap .simultaneous .event-box .text p.bold {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .tourou-wrap .simultaneous .event-box .text p + p {
    margin-top: 10px;
  }

  .tourou-wrap .simultaneous .event-box:nth-of-type(even) .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tourou-wrap .simultaneous .event-box:nth-of-type(even) .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* .tourou-wrap .event-schedule {
    padding: 64px 5% 0;
    margin: 0 auto;
    max-width: 830px;
  }

  .tourou-wrap .event-schedule h3 {
    font-size: 5vw;
  }

  .tourou-wrap .event-schedule table {
    font-size: 14px;
    font-size: 1.4rem;
    table-layout: auto;
    margin-bottom: 20px;
    background: none;
  } */

  /* .tourou-wrap .event-schedule table tr {
    display: block;
  }

  .tourou-wrap .event-schedule table tr td:first-of-type {
    margin-top: 10px;
  } */

  /* .tourou-wrap .event-schedule table td {
    display: block;
    width: 100%;
    border-right: none;
    background: rgba(9, 4, 4, 0.5);
  }

  .tourou-wrap .event-schedule table td.sp-title {
    margin-top: 10px;
    background: #000;
  }

  .tourou-wrap .event-schedule table td.num {
    display: none;
  }

  .tourou-wrap .event-schedule table td a span {
    display: inline;
  } */

  /* .tourou-wrap .event-schedule table th {
    display: none;
  } */

  .tourou-wrap .event-contact {
    margin: 6rem auto 0;
  }

  .tourou-wrap .event-contact h3 {
    font-size: 5vw;
  }

  .tourou-wrap .event-contact .contact-box .left,
  .tourou-wrap .event-contact .contact-box .right {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }

  .tourou-wrap .event-contact .contact-box .left h4,
  .tourou-wrap .event-contact .contact-box .right h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .tourou-wrap .event-contact .contact-box .left {
    border-right: none;
    border-bottom: solid 1px #fff;
  }

  #gfoot {
    padding: 6rem 5% 70px;
    box-sizing: border-box;
  }

  #gfoot .bnr ul li {
    width: 100%;
  }
  .footer-inner {
    padding: unset;
  }
}

.content {
  max-width: 1000px;
  margin: 0 auto;
}

.page-title {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 65px;
}

.page-title h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  #ghead {
    padding: 0;
  }

  .eventlink {
    margin: 0 5%;
  }

  .eventlink a.btn {
    text-align: left;
    padding: 15px 10% 15px 5%;
  }

  .eventlink p {
    text-align: left;
  }

  .sp-head {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .page-title {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .page-title h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media (max-width: 768px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }
}

.top-bnr {
  max-width: 490px;
  margin: 24px auto;
}

.top-bnr a:hover {
  opacity: 0.7;
}

.event-detail {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: white;
  padding: 26px 43px;
  border-radius: 18px;
  /* background-image: url(../images/event-detail_bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .event-detail {
    padding: 20px;
  }
}
.event-detail.event-tougai {
  /* background-image: url(../images/event-detail_bg_02.png); */
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.event-detail .inner {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.event-detail .title {
  font-family: "utsukushi", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #5ea7d8;
  line-height: calc(32 / 24);
}
@media screen and (max-width: 768px) {
  .event-detail .title {
    font-size: 5vw;
  }
}
.event-detail.event-tougai .title {
  color: #ca454d;
}

.event-detail .catch {
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  margin-top: 0.4em;
}

.event-detail .date {
  font-family: "utsukushi", serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ffe700;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.event-detail .event-upper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.event-detail .event-upper .time {
  margin-top: 0.4em;
}
.event-detail .event-middle {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.event-detail .event-lower {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.event-detail .event-lower.event-lower--flexstart {
  align-items: flex-start;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.event-detail .event-lower .row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.event-detail .event-lower .row .text {
  text-align: left;
}

@media (max-width: 768px) {
  .event-detail .event-lower .row .text .text-part {
    display: block;
  }
}

.logo-kameyama {
  max-width: 180px;
  vertical-align: top;
}

.bnr-big a:hover {
  opacity: 0.8;
}

.img-50 {
  width: 50%;
  float: left;
  margin: 32px 0;
}

.shotengai-map {
  text-align: center;
}

.shotengai-map figcaption {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .shotengai-map figcaption {
    font-size: 13px;
  }
}

.shotengai-map-col2 {
  width: calc(100% / 2 - 16px);
  margin: 40px 8px;
  float: left;
}

@media (max-width: 768px) {
  .shotengai-map-col2 {
    width: 100%;
    margin: 16px 0;
    float: none;
  }
}

.shotengai-map-col1 {
  max-width: 600px;
  margin: 0 auto;
}

.bg-yellow {
  background-image: url(../images/bg-yellow.jpg);
}

.bg-purple {
  background-image: url(../images/bg-purple.jpg);
}

.bg-blue {
  background-image: url(../images/bg-blue.jpg);
}

.bg-picture {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  max-width: 1280px;
  left: max(0%, calc((100vw - 1280px) / 2));
}
.bg-picture.bg-picture--01 {
  width: 100%;
  top: 177%;
}
@media screen and (max-width: 768px) {
  .bg-picture.bg-picture--01 {
    display: none;
  }
}
.bg-picture.bg-picture--02 {
  width: 100%;
  left: max(0%, calc((100vw - 1280px + 350px) / 2));
  top: 255%;
}

@media screen and (max-width: 768px) {
  .bg-picture.bg-picture--02 {
    display: none;
  }
}
.bg-picture.bg-picture--03 {
  width: 100%;
  left: max(0%, calc((100vw - 1280px - 350px) / 2));
  top: 450%;
}

@media (max-width: 768px) {
  .bg-picture.bg-picture--01 {
    background-size: 200%;
    top: 102%;
  }
  .bg-picture.bg-picture--02 {
    top: 155%;
    background-size: 200%;
  }
  .bg-picture.bg-picture--03 {
    background-size: 200%;
    top: 220%;
  }
}

.photo-garally {
  position: relative;
  z-index: 2;
  padding-top: 96px;
}

@media screen and (max-width: 768px) {
  .photo-garally {
    padding-top: 64px;
  }
}
.js-parallax-bg,
.js-parallax-star {
  will-change: transform;
}

.content-area.schedule {
  position: relative;
  z-index: 2;
}

#table-schedule .table-schedule-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #table-schedule .table-schedule-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #table-schedule .table-schedule-pc {
    display: none;
  }
}

.enomap-bnr {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  .enomap-bnr {
    margin-top: 6rem;
  }
}
.enomap-bnr a:hover {
  opacity: 0.7;
}

.copy {
  text-align: center;
  margin: -124px auto 48px;
  padding: 30px 20px;
  max-width: 830px;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .copy {
    padding: 30px 24px;
    margin-bottom: unset;
  }
}

.copy__title {
  font-size: 20px;
  margin-bottom: unset;
}
.copy__subtitle {
  font-size: 20px;
  font-family: var(--fontFamily-serif);
}
.copy__subtitle > span:nth-child(1) {
  font-size: calc(64 / 20 * 100%);
  display: block;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.copy__subtitle > span:nth-child(2) {
  display: block;
}

.copy__period {
  font-family: var(--fontFamily-serif);
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 20px;
  padding: 1.6rem 3rem;
  border: solid 2px currentColor;
  font-weight: 700;
  padding-right: 1.5rem;
}

.copy__time {
  margin-top: 20px;
}

.copy__place {
  font-weight: 700;
  font-size: 130%;
}

@media screen and (max-width: 768px) {
  .copy__title {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 20px);
  }

  .copy__subtitle {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 20px);
  }

  .copy__period {
    font-size: 18px;
    padding: 0.8rem 1.5rem;
    padding-right: 0.75rem;
  }
}

.section-map {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--color-bg);
  position: relative;
  padding-top: calc(var(--spacing-a) * 2);
}

@media screen and (max-width: 768px) {
  .section-map {
    padding-top: calc(var(--spacing-a));
  }
}

.section-map::before {
  position: absolute;
  height: calc(var(--spacing-a) * 3);
  translate: 0 -60%;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  background-image: linear-gradient(to bottom, black, #fdf0c8);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-map::before {
    translate: 0 -65%;
  }
}

.section-map__heading[class] {
  display: grid;
  place-items: center;
  margin-bottom: -10px;
}

.section-map__headingImg {
  max-width: 680px;
}

.section-map__map {
  display: grid;
  margin-top: var(--spacing-a);
  place-items: center;
}

@media screen and (max-width: 768px) {
  .section-map__map {
    margin-top: var(--spacing-b);
  }
}

.section-map__map img {
  max-width: 956px;
}

.section-map__banner {
  margin-top: 48px;
  display: grid;
  place-items: center;
}

.section-map__bannerLink:hover {
  opacity: 0.7;
}

.section-map__banner img {
  max-width: 489px;
}
.section-detail {
  padding-top: 48px;
  padding-bottom: 96px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--color-bg);
}

.section-detail__heading[class] {
  color: #172a88;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  display: block;
  font-family: var(--fontFamily-serif);
}
@media screen and (max-width: 768px) {
  .section-detail__heading[class] {
    font-size: 26px;
  }
}

.table-box {
  overflow-x: auto;
}

.table-box > table {
  min-width: 700px;
}

.label-dt {
  background-color: var(--color-secondary);
  color: white;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  border-radius: 3px;
  min-height: 33px;
  padding-left: 0.9em;
  padding-right: 0.9em;
  min-width: 59px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .label-dt {
    font-size: 13px;
    min-width: 40px;
    min-height: 26px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.label-dt.label-dt--schedule {
  border: 1px solid currentColor;
  color: var(--color-primary);
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .label-dt.label-dt--schedule {
    font-size: 12px;
  }
}

.section-event {
  padding-top: var(--spacing-a);
  background-color: var(--color-bg);
  padding-top: var(--spacing-a);
  padding-bottom: var(--spacing-a);
  position: relative;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section-event::after {
  position: absolute;
  height: calc(var(--spacing-a) * 3);
  translate: 0 60%;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: linear-gradient(to bottom, #fdf0c8, black);
}

.section-event__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.section-event__block {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.section-event__block--sm {
  max-width: 551px;
}
@media screen and (max-width: 768px) {
  .section-event__block:has(.section-event__area) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-event__block:has(.section-event__area) .event-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.section-event__block--tounai {
  border-bottom: unset;
  position: relative;
}

.section-event__block--tounai .section-event__list-wrap {
  background-color: #fff8e2;
}

.section-event__frame-top {
  position: absolute;
  width: calc(100% - 10px);
  left: 2%;
  top: -5px;
  content: "";
  background-color: #3a302e;
  height: 1px;
}
.section-event__frame-left {
  position: absolute;
  width: 1px;
  left: -5px;
  top: 5px;
  content: "";
  background-color: #3a302e;
  height: calc(100% - 10px);
}
.section-event__frame-right {
  position: absolute;
  width: 1px;
  right: -5px;
  top: 5px;
  content: "";
  background-color: #3a302e;
  height: calc(100% - 10px);
}
.section-event__frame-bottom {
  position: absolute;
  width: calc(100% - 10px);
  left: 2%;
  bottom: -5px;
  content: "";
  background-color: #3a302e;
  height: 1px;
}

.section-event__block--syuhen {
  background-color: #fff8e2;
  margin-top: var(--spacing-b);
  border-bottom: unset;
}
.section-event__block--syuhen .section-event__list-wrap {
  background-color: #fff8e2;
}

.section-event__area {
  position: absolute;
  width: 53px;
  top: 0;
  left: -5px;
  translate: -50% -20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .section-event__area {
    translate: -50% -10px;
    width: 36px;
  }
}
.section-event__block--sm {
  max-width: 551px;
}
.section-event__list.section-event__list--sm {
  max-width: 551px;
  margin-left: auto;
  margin-right: auto;
}

.event-item {
  border-top: 1px solid #3a302e;
  padding-top: var(--spacing-b);
  padding-bottom: var(--spacing-b);
  position: relative;
}

.event-item.event-item--bb-none {
  border-top: unset;
}

.event-item__ribbon {
  position: absolute;
  width: 82px;
  top: 0;
  left: 20px;
  translate: 0 -20px;
  z-index: 2;
  background-color: var(--color-bg);
}

@media screen and (max-width: 768px) {
  .event-item__ribbon {
    width: 60px;
    translate: 0 -15px;
    left: 10px;
  }
}

.event-item__date {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-family: var(--fontFamily-serif);
  font-weight: 700;
  color: var(--color-primary);
  padding-bottom: 0.15em;
  width: fit-content;
  margin-left: auto;
  font-feature-settings: "palt";
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .event-item__date {
    font-size: clamp(10px, calc(20 / 375 * 100vw), 20px);
  }
}

.event-item__date--bb {
  border-bottom: 1px solid currentColor;
}

.event-item__schedule-dd .event-item__date {
  margin-left: unset;
  margin-right: unset;
}
.event-item__time {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
  margin-top: 5px;
}

.event-item__schedule .event-item__time {
  text-align: left;
  margin-top: unset;
}

.event-item__schedule-dt {
  align-self: flex-start;
  margin-top: 10px;
}

.event-item__name {
  color: var(--color-secondary);
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .event-item__name {
    font-size: clamp(10px, calc(20 / 375 * 100vw), 20px);
  }
}

.event-item__detail {
  margin-top: 15px;
  color: var(--color-secondary);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .event-item__detail {
    font-size: 15px;
  }
}

.event-item__schedule {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  width: fit-content;
  column-gap: 12px;
  align-items: center;
  row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.event-item__summary {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  width: fit-content;
  column-gap: 12px;
  align-items: center;
  row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
}
.event-item__summary-dt {
  align-self: flex-start;
}
.event-item__summary-dd {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--color-secondary);
}
