
.facilityArea ul.fourCircles a {
  color: #fff;
}
.facilityArea ul.fourCircles li {
  text-align: center;
}
.facilityArea ul.fourCircles img {
  margin-bottom: 10px;
}


.img-round {
  border-radius: 6px;
}
/*
.accessArea .maps .googleMap {
  margin-left: 0;
  width: 100%;
}

.maps-address {
  text-align: right;
  font-size: 1.4rem;
  color: #000;
  display: block;
  padding: 10px;
  background: #fff;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .maps-address {
    font-size: 1.2rem;
  }
}
*/
#menuAccess h2 {
  width: auto;
  font-size: 20px;
}
#menuAccess h2 img {
  margin-right: 20px;
}
.access-title-img {
  width: 300px;
}
@media (max-width: 768px) {
  #menuAccess h2 {
    font-size: 16px;
  }
  #menuAccess h2 img {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .access-title-img {
    width: 100%;
  }
}

.admission-ticket-wrap {
    margin: 20px 0 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}


.admission-ticket {
   float: left;
   display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
}

.ticket-table-title {
  background-color: #0085d8;
  color: #fff;
  border-radius: 1em;
  padding: 0.2em 0.8em;
}
.ticket-table {
  width: 100%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
 }
 .ticket-table th, .ticket-table td {
  padding: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  color: #0085d8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
 }
 .ticket-table thead th {
   font-size: 13px;
   background: #ff9900;
   color: #ffffff;
 }
 .ticket-table thead th span {
   font-size: 11px;
   font-weight: normal;
 }
 .ticket-table thead th span.big {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.ticket-table tbody td span {
  font-size: 13px;
}

.schedule-table {
  width: 100%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
.schedule-table th, .schedule-table td {
  padding: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #cccccc;
 }
 .schedule-table thead th {
  font-size: 10px;
  background: #ff9900;
  color: #ffffff;
}
.schedule-table td {
  background: #cccccc;
  color: #ffffff;
}
.schedule-table td.open {
  background: #ffffff;
  color: #333333;
}
.schedule-table td.time {
  background: #ffffff;
  color: #333333;
}
.ticketToday {
  position: relative;
}
.ticketAdvance {
  position: relative;
}
.ticketToday::before {
  content: '';
  background: url(../img/baloon.png) no-repeat;
  width: 110px;
  height: 85px;
  background-size: 110px;
  position: absolute;
  top: 65px;
  left: 5px;
}
.ticketAdvance::before {
  content: 'OPEN!!';
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #777;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ticket-table th, .ticket-table td {
    font-size: 12px;
  }
  .ticketToday::before {
    background-size: 60px;
    width: 60px;
    height: 49px;
    top: 100px;
    left: 30px;
  }
  .schedule-table td {
    font-size: 12px;
  }
}

.detailsArea .ticketFee .ticketAdvance .ticket-table-title {
  background: #ffffff;
  color: #444444;
}

.detailsArea .ticketFee .ticketToday .ticketWhere.ticketWhere-purchase {
  transition: all 0.3s ease;
  background-color: #0085d8;
  color: #fff;
  cursor: pointer;
}
.detailsArea .ticketFee .ticketToday .ticketWhere.ticketWhere-purchase a {
  color: #ffffff;
}
.detailsArea .ticketFee .ticketToday .ticketWhere.ticketWhere-purchase:hover {
  background: #ffffff;
  color: #0085d8;
}
.detailsArea .ticketFee .ticketToday .ticketWhere.ticketWhere-purchase:hover a {
  color: #0085d8;
}
.detailsArea .ticketFee .ticketToday p.ticketDetail {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.detailsArea .ticketFee .ticketAdvance p.ticketDetail {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  color: #000
}
@media (max-width: 767px) {
  .detailsArea .ticketFee .ticketAdvance {
    padding: 10px;
  }
  .detailsArea .ticketFee .ticketToday {
    padding: 10px;
  }
}


.info * {
  box-sizing: border-box;
}
.info-main {
  background: url(../img/info/bg_1.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
  line-height: 2;
  position: relative;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.info-main img,
.bg-info img {
  width: auto;
}
.info .heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding-top: 85px;
}
.heading {
  text-align: center;
}
.info-main .img-1 {
  position: absolute;
  top: 80px;
  left: 60px;
}
.info-main .img-2 {
  position: absolute;
  top: 80px;
  right: 60px;
}
.bg-info {
  /* background: #c8ebff; */
  background: url(../img/info/purchase_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.bg-info .container {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.col2 {
  width: 50%;
  float: left;
}
.col2 img {
  max-width: 100%;
}
.col-right {
  float: right;
  text-align: right;
}
.info-buy {
  background: url(../img/info/bg_buy.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  margin-top: 50px;
}
.bg-white {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
}
.info-free-text {
  margin-top: 90px;
  padding-bottom: 350px;
  line-height: 1.7;
}
.bg-info2 {
  background: url(../img/info/bg_7.png) no-repeat;
  background-size: cover;
}

.info-price-table-wrap {
  padding-bottom: 100px;
}
.info-price-table {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
}
.info-price-table th {
  background: url(../img/info/bg_4.png) no-repeat;
  background-size: cover;
  padding: 11px;
  font-size: 24px;
  color: #ffffff;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
}
.info-price-table td {
  background: #ffffff;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
}
.info-price-table td:first-child {
  border-left: 1px solid #a1a1a1;
}
.info-price-table .table-head td {
  background: #ffedcd;

}
.info-price-table-wrap p {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.info-table-wrap {
  width: 98%;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;

}
.info-schedule-table,
.info-time-table {
  width: 100%;
}
.info-schedule-table td,
.info-time-table td {
  text-align: center;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  font-weight: bold;

}
.info-schedule-table td,
.info-time-table td {
  width: 25%;
  padding: 12px 0;
}
.info-schedule-table td {
  color: #0160b8;
}
.info-time-table td {
  color: #ff6600;
}

.info-schedule-table .table-head td {
  background: #f4fcfc;
  color: #000;
}
.info-time-table .table-head td {
  background: #ffebc8;
  color: #000;
}
.info-schedule-table td:first-child,
.info-time-table td:first-child {
  border-left: 1px solid #a1a1a1;
}
.info-table-wrap-right {
  margin-left: auto;
}
.info-schedule-table th {
  background: url(../img/info/bg_5.png) no-repeat;
  background-size: cover;
  padding: 11px;
  font-size: 24px;
  color: #ffffff;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
}
.info-time-table th {
  background: url(../img/info/bg_6.png) no-repeat;
  background-size: cover;
  padding: 11px;
  font-size: 24px;
  color: #ffffff;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
}
.text-bold {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding-left: 2%;
  margin-top: 10px;
}
.bg-info2 {
  padding-bottom: 100px;
}

.bg-info3 {
  background: #eff8fb;
}

#acMenu2 dt{
  display:block;
  width:100%;
  height:auto;
  line-height:1.7;
  background: #0160b8;
  cursor:pointer;
  margin-top: 20px;
  color: #ffffff;
  padding: 8px 0;
  font-weight: bold;
  text-align: left;
  padding-left: 65px;
  position: relative;
  font-size: 24px;
}
#acMenu2 dt::before {
  position: absolute;
  content: '';
  background: url(../img/info/icon_q.png) no-repeat;
  display: inline-block;
  width: 39px;
  height: 39px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#acMenu2 dt::after {
  position: absolute;
  content: '';
  background: url(../img/info/icon_plus.png) no-repeat;
  display: inline-block;
  width: 37px;
  height: 37px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#acMenu2 dt.on::after {
  background: url(../img/info/icon_minus.png) no-repeat;
}
#acMenu2 dd{
  background:#fff;
  width:100%;
  height:auto;
  line-height:1.7;
  text-align:left;
  border:#666 1px solid;
  display:none;
  margin-left: 0;
  padding: 30px 30px 0 60px;
  background: url(../img/info/icon_a.png) no-repeat;
  background-color: #ffffff;
  background-position: left 10px top 10px;
}
#acMenu2 dd > * {
  margin-bottom: 30px;
}
#acMenu2 dd .row .col2:first-child {
  padding: 0 10px 0 0;
}
#acMenu2 dd .row .col2:last-child {
  padding: 0 0 0 10px;
}
#acMenu2 dd img {
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}
#acMenu2 dd p {
  margin-bottom: 15px;
}
#acMenu2 dd span {
  text-align: center;
  display: block;
}
.img-responsive {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.menus {
  padding-top: 50px;
}
.menu li {
  width: 16.66666%;
  float: left;
  transition: .3s;
}
.menu li:hover {
  opacity: .7;;
}

@media (max-width: 1200px) {
  .info-main img.img-1, .info-main img.img-2 {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .heading {
    width: 60%;
  }
  .heading img {
    max-width: 100%;
  }
  .info-buy img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .info-free-text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .info-free-text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .info-table-wrap {
    width: auto;
  }
  .info-price-table-wrap {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    padding-bottom: 20px;
  }
  .info-price-table-wrap p {
    text-align: left;
  }
  .col2 {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
  .info-table-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  .text-bold {
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bg-info2 {
    padding-bottom: 20px;
  }
  #acMenu {
    margin-left: 15px;
    margin-right: 15px;
  }
  #acMenu dt {
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
  }
  #acMenu dt::before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  #acMenu dt::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  #acMenu dd p {
    font-size: 14px;
  }
  .info-buy .col2 {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .info-main p {
    font-size: 13px;
  }
}

.conditions-table {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.conditions-table th {
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
  padding: 10px;
  background: #ff9900;
  font-weight: bold;
  font-size: 20px;
}
.conditions-table th:nth-of-type(1) {
  width: 15%;
}
.conditions-table th:nth-of-type(2) {
  width: 15%;
}
.conditions-table th:nth-of-type(3) {
  width: 35%;
}
.conditions-table th:nth-of-type(4) {
  width: 35%;
}
.conditions-table td {
  background: #ffffff;
  padding: 10px;
  color: #000000;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  font-weight: bold;
}
.facilityArea p.conditions-paragraf {
  margin-bottom: 100px;
  text-align: left;
}
@media (max-width: 767px) {
.conditions-table th {
  font-size: 14px;
}
.conditions-table th:nth-of-type(1) {
  width: 20%;
}
.conditions-table th:nth-of-type(2) {
  width: 20%;
}
.conditions-table th:nth-of-type(3) {
  width: 30%;
}
.conditions-table th:nth-of-type(4) {
  width: 30%;
}
.facilityArea p.conditions-paragraf {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: left;
}
}


.entrySingle .entryContent {
  padding-left: 10px;
  padding-right: 10px;
}

.entrySingle {
  padding-top: 50px;
  font-size: 1.6rem;
}

#post-642 .entryContent dl,
#post-642 .entryContent dt,
#post-643 .entryContent dl,
#post-643 .entryContent dt,
#post-642 .entryContent dd,
#post-643 .entryContent dd  {
  margin: 0;
}

#post-642 .entryContent dt,
#post-643 .entryContent dt {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background-color: #0085d8;
  color: #fff;
  padding-right: 3em;
  position: relative;
}
#post-642 .entryContent dd,
#post-642 .entryContent dt,
#post-643 .entryContent dd,
#post-643 .entryContent dt {
  border: 1px solid #0085d8;
  padding: 1em;
  border-bottom: 1px solid #fff;
}

#post-642 .entryContent dd,
#post-643 .entryContent dd {
  border-top: none;
  display: none;
}

#post-642 .entryContent dt:after,
#post-643 .entryContent dt:after {
  content: "＋";
  position: absolute;
  top: 25%;
  right: 1em;
}

#post-642 .entryContent dt.active:after,
#post-643 .entryContent dt.active:after {
  content: "−";
}

ol, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#post-651 .entryContent ul li,
#post-652 .entryContent ul li  {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}

#post-651 img,
#post-652 img {
  width: 100%;
  height: auto;
}

.opacity img {
  transition: .3s;
}

.opacity img:hover {
  opacity: .7;
}

#langChange {
  margin-left: 10px;
  margin-right: 10px;
}

.bogo-language-switcher .current {
  display: none;
}
.bogo-language-switcher li {
}
.bogo-language-switcher a {
  color: #2c6bb1;
  text-decoration: underline;
}
.bogo-language-switcher a:before {
  content: "\f0ec";
  font-family: FontAwesome;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .siteHeader .buyInAdvance a, .siteHeader .contact a {
    font-size: 0.8em;
  }
}
@media (max-width: 370px) {
  #langChange {
    margin-left: 5px;
    margin-right: 5px;
  }
  .siteHeader .buyInAdvance a, .siteHeader .contact a {
    font-size: 0.7em;
  }

  .bogo-language-switcher a {
    font-size: 0.8em;
  }
}

.gallery-row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-row * {
  box-sizing: border-box;
}
.gallery-row::after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
.gallery-row > div {
  float: left;
  width: 25%;
 /* width: 33.33333%;*/
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-row h2 {
  background-color: #0085d8;
  color: #fff;
  border-radius: 1em;
  padding: 0.2em 0.8em;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery-row > div {
    float: none;
    width: 100%;
  }
}

.info-table-wrap-schedule {
  width: 45%;
  margin-left: 20px;
  border-radius: 6px;
}

.detailsArea .ticketFee p.ticketDetail-2 {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .info-table-wrap-schedule {
    width: 89%;
    margin: 0px;
}
}


@media (max-width: 375px) {
  #container .mainImgArea .overlayTxt {
      bottom: 25%;
      font-size: 2.2rem;
  }
}


/* current-event-photos */

.current-event-photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.snsArea .current-event-photos p {
  margin: 1em 0.5em 0 0.5em;
  border: 2px solid #0085d8;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
}

.current-event-photos a {
  display: block;
  min-width: 4.5em;
  padding: 0.5em 1em;
  color: #0085d8;
  transition: all 0.3s ease;
}

.current-event-photos a:hover {
  color: #fff;
  background-color: #0085d8;
}

.snsArea .slider .slick-slide img:hover{
  opacity: 1; /*スライダーのホバーをリセット*/
}

.snsArea .slider {
  margin-bottom: 0; /*スライダー下のマージンをリセット*/
}

.not-hover:hover{
  opacity: 1 !important; /*バナーのホバーをリセット*/
}

/* Start トップページ KV テキスト */
.overlayTxtSpan {
  background-color: rgba(255,255,255,0.9);
  color: initial;
  display: inline-block;
}
.overlayTxtSpan a {
  color: #FBD302;
  text-shadow: 3px 3px 0px #1d2089, -1px 1px 0px #1d2089, 1px -1px 0px #1d2089, -1px -1px 0px #1d2089;
}
.overlayTxtSpan a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .overlayTxtSpan a {
    font-size: 1.35em;
  }
  .home .withOverlayTxtForSP {
    z-index: 2;
    position: relative;
  }
}
/* End トップページ KV テキスト */

/* 20220616 ポップアップバナー */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 16px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .close-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .popup-inner {
    width: 90%;
    padding: 10px;
  }
}

/* 20230513 New Logo */
.logoFooter {
  max-width: 240px;
}