@charset "UTF-8";
/*==============================
 mixin
==============================*/
/*==============================
 html
==============================*/
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  line-height: 1.5;
  color: #231815;
  position: relative;
  background: linear-gradient(180deg, #F2E6D1 0%, #F2E6D1 100%);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

.inner {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

img {
  width: 100%;
}

a {
  opacity: 1;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.5;
  transition: all 0.2s;
}

/*==============================
 text-align
==============================*/
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/*==============================
 responsive
==============================*/
.flex_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex_box {
    flex-direction: column;
  }
}

.sp_show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_show {
    display: block;
  }
}

.sp_show_lg {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_show_lg {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
}

.sp_s {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_s {
    display: block;
  }
}

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

.sp_l {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_l {
    display: block;
  }
}

.sp_xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp_xl {
    display: block;
  }
}

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

.pc_l {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc_l {
    display: none;
  }
}

/*==============================
common
==============================*/
.mincho {
  font-family: "Zen Antique", serif;
}

h2 {
  font-family: "Anton", sans-serif;
  font-size: clamp(1.625rem, 0.398rem + 6.14vw, 5rem);
  color: #fff;
}

h3 {
  font-family: "Zen Antique", serif;
  font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
  color: #fff;
}

.cs {
  display: block;
  max-width: 20%;
  margin: 2% auto 12%;
}
@media screen and (max-width: 1000px) {
  .cs {
    max-width: 200px;
  }
}

/* WP時スタイル調整 */
html {
  margin-top: 0 !important;
}

body {
  margin: 0;
}

p {
  margin: 0;
}

.gallery {
  margin: 60px auto;
}
.gallery .wp-block-columns {
  gap: 0.5em;
  margin-bottom: 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gallery .wp-block-columns {
    gap: 0 1em;
  }
}

.sp_2column > * {
  max-width: 45%;
}
.sp_2column:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: initial !important;
}

.wp-block-embed__wrapper {
  padding-top: 50.625%;
  position: relative;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  max-height: 675px;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 675px;
}

/*==============================
 header
==============================*/
.header {
  display: flex;
  /*height: 100px;*/
  background: #fff;
  text-align: initial;
}
.header .inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1600px;
  width: 95%;
  z-index: 1000;
}
@media screen and (max-width: 460px) {
  .header .inner {
    justify-content: left;
  }
}
.header .inner .logo_sub {
  width: 120px;
  margin-right: 3%;
}
@media screen and (max-width: 460px) {
  .header .inner .logo_sub {
    width: 90px;
  }
}
.header .inner .site_nm {
  flex-grow: 2;
}
@media screen and (max-width: 768px) {
  .header .inner .site_nm {
    flex-grow: initial;
  }
}
.header .inner .site_nm .dt {
  color: #d04949;
  font-weight: 700;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.header .inner .site_nm .txt {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1rem);
}
.header .inner .sns_icon {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .inner .sns_icon {
    display: none;
  }
}
.header .inner .sns_icon a {
  width: 20%;
  height: 20%;
  margin: 0 8%;
}
.header .lang_menu {
  position: relative;
  width: 5em;
  display: flex;
  justify-content: right;
}
.header .lang_menu .lang_header {
  width: 2em;
  height: auto;
  display: block;
}
.header .lang_menu ul {
  position: absolute;
  top: 2.5em;
  right: 0;
  font-size: 1em;
  width: 5em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em;
  display: none;
  text-align: right;
}

/*==============================
 hero
==============================*/
.hero {
  position: relative;
  /*
  .ticket_icon {
    top: calc(15% + 10vw);

    @include mq() {
      top: calc(15% + 24vw);
    }
  }*/
}
.hero a {
  position: fixed;
  width: 5%;
  top: 15%;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .hero a {
    width: 12%;
  }
}
.hero .web_icon {
  top: calc(15% + 5vw);
}
@media screen and (max-width: 768px) {
  .hero .web_icon {
    top: calc(15% + 12vw);
  }
}
.hero .price_icon {
  top: calc(15% + 10vw);
}
@media screen and (max-width: 768px) {
  .hero .price_icon {
    top: calc(15% + 24vw);
  }
}
.hero .consent_icon {
  top: calc(15% + 15vw);
}
@media screen and (max-width: 768px) {
  .hero .consent_icon {
    top: calc(15% + 36vw);
  }
}
.hero .tell_icon {
  top: calc(15% + 20vw);
}
@media screen and (max-width: 768px) {
  .hero .tell_icon {
    top: calc(15% + 48vw);
  }
}
.hero .movie {
  position: relative;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  height: 50vw;
}
.hero .movie video {
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .movie {
    height: 160vw;
  }
}
.hero h1 {
  position: absolute;
  width: 50vw;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero h1 img {
  filter: drop-shadow(0px 2px 5px rgba(50, 50, 93, 0.25));
}
@media screen and (max-width: 768px) {
  .hero h1 {
    width: 80vw;
  }
}

/*==============================
 lead
==============================*/
.lead {
  margin: 5% 0;
}
.lead .inner {
  width: 100%;
}
.lead .inner img {
  display: block;
  max-width: 50%;
  margin: 5% auto;
}
.lead .inner p {
  font-weight: 700;
  line-height: 1.8;
}

/*==============================
 disclaimer
==============================*/
.disclaimer .wp-block-button {
  font-size: 1.2em;
  letter-spacing: 0.12em;
  margin: 1em auto;
}
.disclaimer .wp-block-button a {
  padding: 0.2em 3.5em;
}
@media screen and (min-width: 1110px) {
  .disclaimer p {
    text-align: center;
  }
}

/*==============================
 1F Attraction
==============================*/
.attraction {
  background-image: url("../../assets/images/bg_attraction_pc.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .attraction {
    background-image: url("../../assets/images/bg_attraction_sp.png");
  }
}
.attraction .box {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 2%;
}
.attraction .attr_number {
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .attraction .attr_number {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .attraction .attr_number {
    width: 100%;
  }
}
.attraction .attr_number img {
  display: block;
  margin-top: -190px;
}
@media screen and (max-width: 1000px) {
  .attraction .attr_number img {
    margin-top: 0;
  }
}
.attraction .attr_number ul li {
  width: 37px;
  height: 37px;
  border-radius: 50px;
  background-color: #ffd500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .attraction .attr_number ul li {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 460px) {
  .attraction .attr_number ul li {
    width: 22px;
    height: 22px;
  }
}
.attraction .attr_number ul li a {
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding-bottom: 2px;
}
.attraction .attr_number #b1 {
  top: 58.03%;
  left: 30.17%;
}
.attraction .attr_number #b2 {
  top: 50.31%;
  left: 35.53%;
}
.attraction .attr_number #b3 {
  top: 67.5%;
  left: 35.89%;
}
.attraction .attr_number #b4 {
  top: 58.39%;
  left: 20.87%;
}
.attraction .attr_number #b5 {
  top: 50.56%;
  left: 26.77%;
}
.attraction .attr_number #b6 {
  top: 47.27%;
  left: 71.99%;
}
.attraction .attr_number #b7 {
  top: 35.9%;
  left: 38.75%;
}
.attraction .attr_number #b8 {
  top: 25.79%;
  left: 66.81%;
}
.attraction .attr_number #b9 {
  top: 15.93%;
  left: 61.81%;
}
.attraction .attr_number #b10 {
  top: 5.41%;
  left: 46.61%;
}
.attraction .attr_number #b11 {
  top: 15.78%;
  left: 92.91%;
}
.attraction .attr_list {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6%;
  justify-content: space-around;
  margin-top: -190px;
}
@media screen and (max-width: 1000px) {
  .attraction .attr_list {
    flex-direction: column;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .attraction .attr_list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 205px;
    width: 90%;
    margin: 0 auto 2%;
    font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .attraction .attr_list ul {
    height: 205px;
    width: 100%;
  }
}
.attraction .attr_list ul li {
  margin-bottom: 2%;
}
.attraction .attr_list ul li a {
  text-decoration: underline;
  font-weight: 700;
}
.attraction .attr_list .text_area {
  width: 60%;
  position: relative;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
}
@media screen and (max-width: 1000px) {
  .attraction .attr_list .text_area {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .attraction .attr_list .text_area {
    width: 100%;
  }
}
.attraction .attr_list .text_area p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .attraction .attr_list .text_area img {
    height: 190px;
  }
}
.attraction .attr_list .text_area #jump_here {
  position: absolute;
  top: -500px;
  left: -100px;
}
@media screen and (max-width: 1000px) {
  .attraction .attr_list .text_area #jump_here {
    top: -600px;
  }
}

/*==============================
 2F Laser
==============================*/
.laser {
  position: relative;
}
.laser .box {
  position: absolute;
  z-index: 1;
  top: 2%;
}
.laser .slide-items {
  margin-bottom: 5%;
}
.laser .movie {
  position: relative;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  height: 50vw;
  margin-bottom: 60px;
}
.laser .movie video {
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .laser .movie video {
    height: 100vw;
  }
}

/*==============================
 OUTDOOR Buggy Park
==============================*/
.buggy {
  position: relative;
}
.buggy .box {
  position: absolute;
  z-index: 1;
  top: 2%;
}
.buggy p.tc {
  margin-top: 5%;
}

/*==============================
 ACCESS
==============================*/
.access {
  background-color: #d0453c;
  margin-bottom: 6%;
}
.access .inner {
  padding: 2% 0;
}
.access .inner h2 {
  color: #333333;
}
.access .inner table {
  border-spacing: 0px;
  margin: 40px auto;
}
.access .inner table tr {
  border-top: 1px solid;
}
.access .inner table tr:last-of-type {
  border-bottom: 1px solid;
}
.access .inner table td {
  vertical-align: middle;
  border: none;
  display: table-cell;
}
.access .inner table td:first-of-type {
  display: flex;
  align-items: center;
}
.access .inner table td:first-of-type img {
  margin-right: 0.5em;
}
.access .inner table a {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .access .inner table td {
    width: 100%;
    display: block;
  }
  .access .inner table td:first-of-type {
    padding-bottom: 0;
  }
}
.access .inner .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 2% 0;
}
.access .inner .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access .inner .address {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .access .inner .address {
    padding: 0;
  }
}
.access .inner .address img {
  width: 20%;
}
.access .inner .address p {
  font-weight: 700;
}

/*==============================
 calendar
==============================*/
#calendar h2 {
  color: #333333;
}
#calendar .xo-event-calendar {
  position: relative;
  padding-top: 1.5em;
}
#calendar .xo-event-calendar .holiday-titles {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0.5em;
}
#calendar .xo-event-calendar table.xo-month .month-event-title {
  font-size: 0.7em;
}
#calendar .xo-months {
  display: flex;
  justify-content: space-between;
}
#calendar .xo-month-wrap {
  width: 32%;
  min-width: 350px;
}
#calendar button {
  display: none;
}
@media screen and (max-width: 1200px) {
  #calendar .xo-months {
    display: block;
  }
  #calendar .xo-months,
  #calendar .xo-event-calendar {
    max-width: 700px;
    margin: 0 auto;
  }
  #calendar .xo-month-wrap {
    margin: 0 auto 20px;
    width: 95%;
  }
}

/*==============================
 SNS
==============================*/
.sns .inner h2 {
  color: #333333;
}
.sns .inner p.tc {
  margin-bottom: 5%;
}
.sns .inner .sns_icon {
  display: flex;
  justify-content: center;
}
.sns .inner .sns_icon a {
  width: 6%;
  height: 6%;
  margin: 5%;
}
@media screen and (max-width: 460px) {
  .sns .inner .sns_icon a {
    width: 10%;
    height: 10%;
  }
}

/*==============================
 footer
==============================*/
.footer {
  background-color: #de8526;
}
.footer .inner {
  padding: 5% 0;
}
.footer .inner p.tc {
  font-weight: 700;
  margin-bottom: 5%;
}
@media screen and (max-width: 460px) {
  .footer .inner p.tc {
    font-size: 15px;
  }
}
.footer .inner .dl_wrapper {
  display: flex;
  justify-content: space-between;
}
.footer .inner .dl_wrapper dl {
  width: 49%;
}
.footer .inner .dl_wrapper dd {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footer .inner .dl_wrapper {
    display: block;
  }
  .footer .inner .dl_wrapper dl {
    width: 100%;
  }
}
.footer .inner .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .inner .list {
    flex-direction: column;
  }
}
.footer .inner .list img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .footer .inner .list img {
    width: 50%;
    margin-bottom: 8%;
  }
}
.footer .inner .list nav {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .footer .inner .list nav {
    width: 92%;
  }
}
.footer .inner .list nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .inner .list nav ul {
    margin-left: 10%;
  }
}
@media screen and (max-width: 460px) {
  .footer .inner .list nav ul {
    margin-left: 0;
  }
}
.footer .inner .list nav ul li {
  margin-bottom: 8%;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .footer .inner .list nav ul li {
    font-size: 15px;
    margin-bottom: 5%;
  }
}
.footer .inner .sns_icon {
  display: flex;
  justify-content: right;
  margin-bottom: 5%;
}
.footer .inner .sns_icon a {
  width: 3%;
  height: 3%;
  margin: 0 2%;
}
.footer .inner .link {
  max-width: 800px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .inner .link {
    max-width: 90%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: 15px;
  }
}
.footer .inner .link li {
  padding-right: 5%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer .inner .link li {
    padding-right: 0;
  }
}
.footer .inner .link li:first-of-type {
  border-right: 1px solid;
}
@media screen and (max-width: 768px) {
  .footer .inner .link li:first-of-type {
    padding-right: 10%;
  }
}
.footer .inner small {
  display: block;
  text-align: center;
  margin-top: 30px;
}

/*==============================
 サービス利用規約
 プラーバシーポリシー
 お問い合わせ
 ページ
==============================*/
.text_page {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.text_page h1 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 5% 0;
}
.text_page h2 {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-weight: 600;
}
.text_page .box {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .text_page .box {
    margin-bottom: 8%;
  }
}
.text_page .box p {
  text-align: justify;
}
.text_page.inquiry .inner a {
  display: block;
  width: 40%;
  background: #2f84ec;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 4% auto;
  padding: 2% 6%;
}
@media screen and (max-width: 768px) {
  .text_page.inquiry .inner a {
    width: 80%;
    padding: 4% 6%;
  }
}
.text_page .ti0 {
  text-indent: 0;
  padding-left: 0;
}

/*==============================
 注意事項
==============================*/
#notes {
  max-width: 900px;
  text-indent: 0;
  padding-left: 0;
}
#notes figure {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #notes figure {
    max-width: 240px;
  }
}
#notes img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #notes img {
    max-width: 240px;
  }
}
#notes p {
  margin: 1em auto;
}
#notes .box {
  margin-bottom: 10%;
  text-indent: 0;
}
#notes .has-text-align-center {
  text-align: center;
}

.mountain {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */