.elementor-90014696 .elementor-element.elementor-element-8b1041d img{width:100%;}.elementor-90014696 .elementor-element.elementor-element-f823ebf > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-90014696 .elementor-element.elementor-element-10b1d6e .elementor-spacer-inner{height:50px;}.elementor-90014696 .elementor-element.elementor-element-eb4196c .elementor-spacer-inner{height:50px;}.elementor-90014696 .elementor-element.elementor-element-a9a44f1 .elementor-spacer-inner{height:60px;}.elementor-90014696 .elementor-element.elementor-element-a1c6bb1 .elementor-spacer-inner{height:60px;}.elementor-90014696 .elementor-element.elementor-element-9365a44 .elementor-spacer-inner{height:32px;}/* Start custom CSS for html, class: .elementor-element-c6d77a9 *//* ========== reset ========== */
ul li {
  list-style: none;
}

a {
  color: inherit;
}

main#content {
  margin-top: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.c-localnav__trigger--main {
  border-bottom: none;
}



/* ========== common ========== */
@media screen and (min-width: 600px) {
  .s {
    display: none;
  }
}


/* margin */
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}

@media screen and (min-width: 600px) {
  .mb15 {
    margin-bottom: 30px;
  }
  .mb30 {
    margin-bottom: 60px;
  }
}


a.link {
  text-decoration: underline;
  color: #1a73e8;
}



/* ========== comming soon ========== */
.commingSoon {
  text-align: center;
}
.commingSoon-ttl {
  font-size: 4rem;
}
.commingSoon-txt {
  margin-top: 2em;
}



/* ========== infoTable ========== */
.infoTable th {
  width: 16%;
}
.infoTable td {
  width: 84%;
}


.infoTable2 th {
  width: 21%;
}
.infoTable2 tr td {
  text-align: center;
}
.infoTable2 tr td:nth-child(1) {
  width: 64%;
}
.infoTable2 tr td:nth-child(2) {
  width: 15%;
}


.infoTable3 th {
  width: 38%;
}
.infoTable3 td {
  width: 62%;
}



/* ========== accordion ========== */
.js-accordion {
  cursor: pointer;
}

.farmAccordion {
  padding: 15px 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.farmAccordion-toggle {
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  color: #006298;
  transition: margin-bottom .3s;
}
.farmAccordion-toggle::before,
.farmAccordion-toggle::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #006298;
}
.farmAccordion-toggle::after {
  transform: rotate(-90deg);
  transition: transform .3s;
}
.farmAccordion-contetns {
  padding: 15px 5px 0;
  border-top: 2px solid #000;
}
.farmAccordion-contetns dt,
.farmAccordion-contetns dd,
.farmAccordion-contetns li,
.farmAccordion-contetns p {
  font-size: 1.4rem;
}
/* is-open */
.is-open .farmAccordion-toggle {
  margin-bottom: 15px;
}
.is-open .farmAccordion-toggle::after {
  transform: rotate(0deg);
}


@media screen and (min-width: 600px) {
  .farmAccordion {
    padding: 20px;
  }
  .farmAccordion-toggle {
    font-size: 1.8rem;
  }
  .farmAccordion-contetns dt,
  .farmAccordion-contetns dd,
  .farmAccordion-contetns li,
  .farmAccordion-contetns p {
    font-size: 1.6rem;
  }
}







/* ----- ticketInfo ----- */
/* ticketMenu */
.ticketMenu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.ticketMenu-list li {
  width: calc((100% - 10px) / 2);
  height: 75px;
  border: 2px solid #006298;
  border-radius: 6px;
  box-shadow: 8px 10px 2px 0px rgba(0,98,152,0.1);
  overflow: hidden;
}
@media (hover: hover) {
  .ticketMenu-list li {
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .ticketMenu-list li:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
  }
}
.ticketMenu-list li a {
  height: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticketMenu-list li a::after {
  content: '';
  display: block;
  width: 8px;
  height: auto;
  aspect-ratio: 16 / 30;
  background: center/contain no-repeat url(/media/sites/2/farm/arrow_right-blue.svg);
}
.ticketMenu-list li a p {
  width: calc(100% - 13px);
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #006298;
}
/* _comingSoon */
.ticketMenu-list li._comingSoon {
  opacity: .6;
}
.ticketMenu-list li._comingSoon {
  pointer-events: none;
}
.ticketMenu-list li._comingSoon a p::after {
  content: 'COMING SOON';
  display: block;
  color: #989898;
}


@media screen and (min-width: 600px) {
  .ticketMenu-list li {
    width: calc((100% - 10px * 3) / 4);
    height: 70px;
  }
  .ticketMenu-list li a p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .ticketMenu-list._heightAuto li {
    height: auto;
  }
}




/* ----- accessibility ----- */
.farmAccordion:has(+ .farmAccordion) {
  margin-bottom: 15px;
}

.accessibility-img {
  margin: 0 auto 10px;
  display: block;
  width: 100%;
  height: auto;
}
.farmAccordion[data-toggle-index="1"] .accessibility-img {
  max-width: 800px;
  aspect-ratio: 800 / 1131;
}
.farmAccordion[data-toggle-index="2"] .accessibility-img {
  max-width: 800px;
  aspect-ratio: 800 / 601;
}
.farmAccordion[data-toggle-index="4"] .accessibility-img {
  max-width: 600px;
  aspect-ratio: 600 / 270;
}

.farm-thirdTtl._accessibility {
  margin-bottom: 10px;
}

.accessibility-list > li:has(+ li) {
  margin-bottom: 30px;
}
.accessibilityCard-contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accessibilityCard-contents img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.accessibilityCard-contents .infoBox {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .accessibility-img {
    margin: 0 auto 20px;
  }

  .farm-thirdTtl._accessibility {
    margin-bottom: 15px;
  }

  .accessibilityCard-contents {
    flex-direction: row;
  }
  .accessibilityCard-contents img {
    width: 300px;
  }
  .accessibilityCard-contents .infoBox {
    width: calc(100% - 300px - 10px);
  }
  .accessibilityCard-contents .infoBox dl dt {
    width: 200px;
    font-size: 1.6rem;
  }
  .accessibilityCard-contents .infoBox dl dd {
    width: calc(100% - 200px - 10px);
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e45c52d */.ticketExchangeBtn {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  width: 80%;
  padding: 0.3em 0.5em;
  background-color: #d70234;
  border-radius: calc(1px / 0);
  text-align: center;
  font-weight: 600;
  color: #fff;
}
@media (hover: hover) {
  .ticketExchangeBtn:hover {
    color: #fff;
    filter: brightness(0.8);
  }
}

@media (min-width: 600px) {
  .ticketExchangeBtn {
    bottom: 20px;
    max-width: 500px;
  }
}/* End custom CSS */