@charset "UTF-8";
.display_none {
  visibility: hidden;
}
.display_none.action {
  visibility: visible;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fbf7ef;
  text-align: center;
  color: #fff;
  top: 0;
  opacity: 1;
  /* Loadingバー中央配置　*/
}
#splash.hidden {
  transition: all 1.5s;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
#splash.hidden .loading-area {
  display: none;
}
#splash.hidden #splash_text {
  display: none;
}
#splash .loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 370px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  #splash .loading-area {
    width: 50%;
  }
}
#splash #splash_text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, 0);
  color: #333;
}

#top {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top {
    margin-top: 60px;
  }
}
@media print {
  #top {
    zoom: 80%;
  }
}
#top #about,
#top #schedule,
#top #gallery,
#top #tourinfo {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  #top #about,
  #top #schedule,
  #top #gallery,
  #top #tourinfo {
    margin-top: -160px;
    padding-top: 160px;
  }
}
#top .mainbg {
  position: relative;
}
#top .mainbg::before {
  position: fixed;
  content: "";
  background-image: url(../images/top/mainbg@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#top .leftarea {
  position: fixed;
  top: 50%;
  left: calc(100% - 1400px);
  z-index: 3;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1921px) {
  #top .leftarea {
    left: 520px;
  }
}
@media screen and (max-width: 1460px) {
  #top .leftarea {
    left: calc(100% - 1100px);
  }
}
@media screen and (max-width: 1150px) {
  #top .leftarea {
    left: calc(100% - 910px);
  }
}
@media screen and (max-width: 1024px) {
  #top .leftarea {
    max-width: 500px;
    left: auto;
    transform: none;
  }
}
#top .leftarea .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #top .leftarea .logo {
    max-width: 200px;
    margin: 25px auto 40px;
  }
}
#top .leftarea .btn {
  display: block;
}
@media screen and (max-width: 1024px) {
  #top .leftarea .btn {
    max-width: 285px;
    margin: 50px auto 0;
  }
}
#top .leftarea .shareArea {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 25px;
  margin-top: 25px;
}
#top .leftarea .shareArea .sharettl {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#top .leftarea .shareArea .shareflex a {
  margin-right: 30px;
}
#top .sp_header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 60px;
}
@media print {
  #top .sp_header {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  #top .sp_header .logo {
    max-width: 300px;
    margin-left: 10px;
    line-height: 0;
  }
}
@media screen and (max-width: 520px) {
  #top .sp_header .logo {
    max-width: 79vw;
  }
}
@media print {
  #top .sp_header .logo {
    max-width: 300px;
    margin-left: 10px;
    line-height: 0;
  }
}
#top .MainContent {
  background-color: #fff;
  position: relative;
}
#top .MainContent .toptext {
  margin: 0 auto 50px;
  max-width: 400px;
  padding-top: 30px;
}
@media print {
  #top .MainContent .toptext {
    display: none;
  }
}
#top #MainImage .mainimage {
  margin-bottom: 60px;
}
#top #MainImage .headText {
  max-width: 365px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 520px) {
  #top #MainImage .headText {
    max-width: 275px;
  }
}
#top #MainImage .btn {
  max-width: 375px;
  margin: 30px auto;
  display: block;
}
@media screen and (max-width: 520px) {
  #top #MainImage .btn {
    max-width: 285px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top .scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
#top .scroll-infinity__item {
  width: 46.6666666667vw;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  #top .scroll-infinity__item {
    width: 86.6666666667vw;
  }
}
@media screen and (max-width: 820px) {
  #top .scroll-infinity__item {
    width: 108.3333333333vw;
  }
}
@media screen and (max-width: 520px) {
  #top .scroll-infinity__item {
    width: 203.3333333333vw;
  }
}
#top .scroll-infinity__item > img {
  width: 100%;
}
#top #newsArea {
  margin-bottom: 290px;
  margin-top: 190px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #top #newsArea {
    margin-top: 175px;
  }
}
#top #newsArea::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../images/top/deco1@2x.webp);
  right: 0;
  top: -90px;
  width: 85px;
  height: 130px;
  z-index: -1;
}
#top #newsArea::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../images/top/deco2@2x.webp);
  left: 0;
  bottom: -40px;
  width: 93px;
  height: 162px;
  z-index: -1;
}
#top #newsArea .bg {
  background-color: #f2f6e8;
  padding: 20px 25px;
  position: relative;
}
#top #newsArea .bg::before, #top #newsArea .bg::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 95px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top #newsArea .bg::before {
  background-image: url(../images/top/deco3@2x.webp);
  top: -94px;
}
#top #newsArea .bg::after {
  background-image: url(../images/top/deco4@2x.webp);
  bottom: -94px;
}
#top #newsArea .secttl {
  max-width: 170px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 520px) {
  #top #newsArea .secttl {
    max-width: 125px;
  }
}
#top #newsArea .newsField {
  max-height: 670px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 520px) {
  #top #newsArea .newsField {
    max-height: 320px;
  }
}
#top #newsArea .newsField .newsItem {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
}
#top #newsArea .newsField .newsItem:last-child {
  margin-bottom: 0;
}
#top #newsArea .newsField .newsItem .day {
  margin-bottom: 5px;
}
#top #newsArea .newsField .newsItem .title {
  color: #188e58;
  border-bottom: 1px dashed #188e58;
  margin-bottom: 10px;
  line-height: 1.3;
  padding-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #top #newsArea .newsField .newsItem .text {
    font-size: 14px;
  }
}
#top #aboutArea {
  margin-bottom: 485px;
  position: relative;
  z-index: 1;
}
@media print {
  #top #aboutArea {
    margin-bottom: 300px;
  }
}
#top #aboutArea .bg {
  background-color: #fbf7ef;
  position: relative;
  padding: 30px 0;
}
#top #aboutArea .bg::before, #top #aboutArea .bg::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 95px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top #aboutArea .bg::before {
  background-image: url(../images/top/deco5@2x.webp);
  top: -94px;
}
#top #aboutArea .bg::after {
  background-image: url(../images/top/deco6@2x.webp);
  bottom: -94px;
}
#top #aboutArea .secttl {
  max-width: 270px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 520px) {
  #top #aboutArea .secttl {
    max-width: 210px;
  }
}
#top #aboutArea .text {
  max-width: 340px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 520px) {
  #top #aboutArea .text {
    max-width: 260px;
  }
}
#top #aboutArea .youtube {
  text-align: center;
  margin-bottom: 75px;
}
#top #aboutArea .content {
  margin-bottom: 50px;
}
#top .js-modal-video {
  display: inline-block;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
#top .js-modal-video:hover {
  opacity: 1;
}
#top .js-modal-video div {
  font-size: 0;
}
#top .js-modal-video .youIcon img {
  transition: all 0.2s;
}
#top .js-modal-video:hover .youIcon img {
  height: 75px;
  width: 75px;
}
#top .youtubeWrap {
  margin-bottom: 90px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  #top .youtubeWrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #top .youtubeWrap {
    margin-bottom: 30px;
  }
}
#top .youtubeWrap iframe {
  width: 100%;
  height: 100%;
}
#top #schedulearea {
  position: relative;
  margin-bottom: 215px;
}
@media print {
  #top #schedulearea .schedule {
    margin-top: -10px;
    padding-bottom: 50px;
  }
}
#top #schedulearea .bg-image-clip {
  position: absolute;
  top: -490px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: 0;
}
@media print {
  #top #schedulearea .bg-image-clip {
    height: 30%;
  }
}
#top #schedulearea .bg-image-fixed {
  background-image: url(../images/top/bgimg1@2x.webp);
  position: fixed; /* 背景を固定 */
  top: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media print {
  #top #schedulearea .bg-image-fixed {
    position: relative;
  }
}
#top #schedulearea .bg {
  background-color: #fbf7ef;
  position: relative;
  padding: 40px 0 20px;
}
@media print {
  #top #schedulearea .bg {
    padding: 10px 0 20px;
  }
}
#top #schedulearea .bg::before, #top #schedulearea .bg::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 95px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top #schedulearea .bg::before {
  background-image: url(../images/top/deco5@2x.webp);
  top: -94px;
}
#top #schedulearea .bg::after {
  background-image: url(../images/top/deco6@2x.webp);
  bottom: -94px;
}
#top #schedulearea .pointimg {
  width: 90%;
  margin: 55px auto 0;
}
#top #schedulearea .pointimg2 {
  margin: 55px auto 35px;
}
#top #schedulearea .img {
  margin-bottom: 80px;
  margin-top: 35px;
}
#top #galleryArea {
  margin-bottom: 290px;
}
#top #galleryArea .secttl {
  max-width: 260px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 520px) {
  #top #galleryArea .secttl {
    max-width: 205px;
  }
}
#top #galleryArea .gallerybox {
  flex-wrap: wrap;
  margin-bottom: 45px;
}
#top #galleryArea .gallerybox .west_2 {
  width: calc(33.3333333333% - 7px);
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 0;
  box-shadow: 3px 3px 5px rgba(51, 51, 51, 0.3);
}
#top #tourinfoArea {
  margin-bottom: 270px;
  position: relative;
  z-index: 1;
}
#top #tourinfoArea .secttl {
  max-width: 260px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 520px) {
  #top #tourinfoArea .secttl {
    max-width: 205px;
  }
}
#top #tourinfoArea .bg {
  background-color: #fbf7ef;
  position: relative;
  padding: 40px 0;
}
#top #tourinfoArea .bg::before, #top #tourinfoArea .bg::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 95px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top #tourinfoArea .bg::before {
  background-image: url(../images/top/deco5@2x.webp);
  top: -94px;
}
#top #tourinfoArea .bg::after {
  background-image: url(../images/top/deco6@2x.webp);
  bottom: -94px;
}
#top #tourinfoArea .gaiyo {
  margin-bottom: 25px;
}
#top #tourinfoArea .btn {
  max-width: 375px;
  margin: 30px auto 0;
  display: block;
}
#top #downloadArea {
  position: relative;
  margin-bottom: 265px;
}
#top #downloadArea .bg-image-clip {
  position: absolute;
  top: -270px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1700px;
  clip-path: inset(0); /* 切り抜き */
  z-index: 0;
}
@media print {
  #top #downloadArea .bg-image-clip {
    min-height: 2000px;
  }
}
#top #downloadArea .bg-image-fixed {
  background-image: url(../images/top/bgimg2@2x.webp);
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 500px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media print {
  #top #downloadArea .bg-image-fixed {
    position: relative;
  }
}
#top #downloadArea .bg {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 50px 20px;
}
#top #downloadArea .secttl {
  max-width: 340px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 520px) {
  #top #downloadArea .secttl {
    max-width: 270px;
  }
}
#top #downloadArea .siryo {
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #top #downloadArea .siryo {
    max-width: 170px;
  }
}
#top #downloadArea .siryo2 {
  margin-top: 70px;
}
#top #downloadArea a {
  max-width: 220px;
  margin: 20px auto 0;
  display: block;
}
@media screen and (max-width: 520px) {
  #top #downloadArea a {
    max-width: 160px;
  }
}
#top #linkArea {
  background-color: #fff;
  position: relative;
}
#top #linkArea::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url(../images/top/deco7@2x.webp);
  width: 100%;
  height: 95px;
  left: 50%;
  transform: translate(-50%, 0);
  top: -94px;
}
#top #linkArea .subttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .subttl {
    font-size: 20px;
  }
}
#top #linkArea .linkFlex {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  max-width: 300px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .linkFlex {
    max-width: 235px;
  }
}
#top #linkArea .linkFlex a {
  max-width: 60px;
  margin-right: 35px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .linkFlex a {
    max-width: 40px;
  }
}
#top #linkArea .linkFlex button {
  max-width: 80px;
}
@media screen and (max-width: 520px) {
  #top #linkArea .linkFlex button {
    max-width: 40px;
  }
}
#top #linkArea .b_text {
  width: 65%;
  margin: 40px auto;
}
#top .copy {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  background-color: #188e58;
  color: #fff;
  padding: 15px 0;
}

.modal-area.modal-fixed {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 65%;
}
@media screen and (max-height: 800px) {
  .modal-area.modal-fixed {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .modal-area.modal-fixed {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  .modal-area.modal-fixed {
    width: 100%;
  }
}
.modal-area.modal-fixed .hall-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 13px;
}
@media screen and (max-width: 1024px) {
  .modal-area.modal-fixed .hall-close {
    right: 50px;
  }
}
@media screen and (max-width: 520px) {
  .modal-area.modal-fixed .hall-close {
    width: 8%;
    top: -35px;
    right: 30px;
  }
}
.modal-area .modal-img {
  width: calc(100% - 30px);
  height: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .modal-area .modal-img {
    width: calc(90% - 30px);
  }
}

.iziModal {
  background: none !important;
  background: none !important;
  padding: 90px 0 !important;
  height: auto !important;
  max-width: 1000px !important;
  width: 90% !important;
  z-index: 9999 !important;
}

/*前後ボタン*/
.iziModal {
  box-shadow: none !important;
}

.iziModal-navigate {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  max-height: 711px;
  position: relative;
  height: auto !important;
  width: 90%;
  margin: 0 auto;
  z-index: 9999 !important;
  transition: 0.3s;
}
.iziModal-navigate .iziModal-navigate-caption {
  display: none !important;
}
.iziModal-navigate .iziModal-navigate-prev {
  margin-left: 0 !important;
  background: none !important;
  position: absolute;
  opacity: 1;
  height: auto;
  width: auto;
  top: 0;
  left: 130px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-prev {
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-prev {
    left: 0;
  }
}
.iziModal-navigate .iziModal-navigate-prev::before {
  background-image: url(../images/top/pop__left@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  height: 58px;
  width: 42px;
  top: 43%;
  left: -20px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-prev::before {
    height: 50px;
    width: 50px;
    top: 40%;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-prev::before {
    height: 35px;
    width: 35px;
  }
}
.iziModal-navigate .iziModal-navigate-next {
  margin-right: 0 !important;
  position: absolute;
  background: none !important;
  opacity: 1;
  height: auto;
  width: auto;
  top: 0;
  right: 130px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-next {
    right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-next {
    right: 0;
  }
}
.iziModal-navigate .iziModal-navigate-next::before {
  background-image: url(../images/top/pop__right@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  height: 58px;
  width: 42px;
  top: 43%;
  right: -20px;
}
@media screen and (max-width: 820px) {
  .iziModal-navigate .iziModal-navigate-next::before {
    height: 50px;
    width: 50px;
    top: 40%;
  }
}
@media screen and (max-width: 520px) {
  .iziModal-navigate .iziModal-navigate-next::before {
    height: 35px;
    width: 35px;
  }
}