@charset "UTF-8";
html {
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

p.-red {
  color: red;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

#page.-special .content-block > .inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

#page.-special #eerf {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.anchor-link {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor-link.-green {
  background: #41ac65;
  border-color: #41ac65;
}

.anchor-link.-green:hover {
  color: #41ac65;
}

.anchor-link.-blue {
  background: rgba(0, 121, 198, 0.75);
  border-color: rgba(0, 121, 198, 0.75);
}

.anchor-link.-blue:hover {
  color: rgba(0, 121, 198, 0.75);
}

.anchor-link:hover {
  background: #fff;
}

.banner-box {
  margin-top: 35px;
  display: block;
  text-align: center;
}

.banner-box:hover {
  opacity: 0.8;
}

.btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 20px;
}

.btn-box.-col3 > li {
  width: 32%;
}

.btn-box > li > h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 15px;
}

.btn-box > li > a {
  text-decoration: none;
  font-size: 15px;
}

.btn-box > li > a > p {
  padding: 6px 10px 5px !important;
}

.btn-box > li > a > p:before {
  margin-right: 6px;
}

.cont-cl.theboon {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-bottom: 20px;
}

.p-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
}

.p-content-header > .logo {
  width: 150px;
}

.p-content-header > .logo img {
  width: 150px;
  height: auto;
}

.p-content-header > .linear-button {
  width: 230px;
  margin: 0;
}

.p-content-header > .linear-button > li {
  margin: 0;
  width: 100%;
}

.p-content-section__block--lead {
  position: relative;
}

.p-content-section__block--lead::after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-size: cover;
}

.p-content-section__block--price {
  background-image: url("/theboon/img/blue-dot.gif");
  padding: 100px 0;
}

.p-content-section__block--map {
  position: relative;
  background-color: #c3e7ff;
}

.p-content-section__block--map::before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave2.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
  top: -50px;
  background-size: cover;
}

.p-content-section__block--pool {
  position: relative;
  background-color: #00b9f2;
}

.p-content-section__block--pool::before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave4.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
  top: -50px;
  background-size: cover;
}

.p-content-section__block--water-slider {
  position: relative;
  background-color: #ddf3fe;
}

.p-content-section__block--water-slider::before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave3.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
  top: -50px;
  background-size: cover;
}

.p-content-section__block--rest-space {
  position: relative;
  background-color: #fff9d7;
}

.p-content-section__block--rest-space::before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave5.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
  top: -50px;
  background-size: cover;
}

.p-content-section__block--food {
  position: relative;
  background-color: #fbcd3b;
}

.p-content-section__block--food::before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave6.svg");
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
  top: -50px;
  background-size: cover;
}

.p-content-section__lead-text {
  color: #0079c3;
  padding: 60px 25px 40px;
}

.p-content-section__lead-text h2 {
  font-size: 3.5rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.p-content-section__lead-text-main {
  font-size: 2.1rem !important;
  text-align: center;
  background: #fff;
  font-weight: bold;
  margin: 0;
}

.p-content-section__lead-text-week {
  font-size: 1.5rem;
}

.p-content-section__lead-text-time--pc {
  display: block;
}

.p-content-section__lead-text-time--sp {
  display: none;
}

.p-content-section__lead-text-note {
  font-size: 1.5rem;
}

.p-content-section__lead-image {
  padding: 50px 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-content-section__lead-image a {
  display: block;
  max-width: 1000px;
}

.p-content-section__lead-image a:hover {
  opacity: 0.8;
}

.p-content-section__lead-image img {
  display: block;
}

.p-content-section__movie {
  max-width: 1050px;
  margin: auto;
  padding: 0 25px;
}

.p-content-section__movie-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-content-section__movie-wrap iframe,
.p-content-section__movie-wrap object,
.p-content-section__movie-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-content-section__price {
  padding: 0 25px;
}

.p-content-section__price-border {
  padding: 50px 25px 50px;
  max-width: 1000px;
  margin: 50px auto 0;
  border: 2px solid #0079c3;
  background-color: #fff;
}

.p-content-section__price-border .p-section-hdg {
  font-size: 3.5rem;
}

.p-content-section__price-heading {
  color: #0079c3 !important;
}

.p-content-section__price-note {
  font-weight: bold;
}

.p-content-section__price-note--important {
  color: #e60000;
}

.p-content-section__price-reserve .price p {
  font-size: 30px !important;
}

.p-content-section__price-reserve-link {
  margin-top: 0 !important;
}

.p-content-section__map {
  padding: 60px 25px 90px;
  max-width: 1050px;
  margin: auto;
}

.p-content-section__map-nav {
  margin: 0 !important;
}

.p-content-section__map-image {
  margin: 0 !important;
}

.p-content-section__pool {
  padding: 60px 25px 90px !important;
  max-width: 1050px;
  margin: auto;
}

.p-content-section__pool .inner {
  padding: 0 !important;
}

.p-content-section__pool .p-section-hdg {
  font-size: 3.5rem;
}

.p-content-section__pool-body {
  padding: 18px 30px;
}

.p-content-section__pool-title {
  background: #fff;
  text-align: center;
  color: #0079c3;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-content-section__pool-sub-title {
  font-size: 1.4rem;
  display: block;
}

.p-content-section__pool-note {
  background-color: #fff353;
  max-width: 200px;
  margin: 20px auto 0;
  text-align: center;
  color: #0079c3;
  padding: 5px;
  font-weight: bold;
  border-radius: 200px;
}

.p-content-section__pool-text {
  margin-top: 15px;
}

.p-content-section__pool-text-note {
  font-size: 1.4rem;
  display: block;
  margin: 10px 0 0;
  text-align: right;
  color: #333;
  font-weight: normal;
}

.p-content-section__water-slider {
  padding: 60px 25px 90px;
  max-width: 1050px;
  margin: auto;
}

.p-content-section__water-slider h2 {
  color: #0079c3;
}

.p-content-section__water-slider .p-image-slider img {
  display: block;
  width: 100%;
}

.p-content-section__water-slider .p-section-hdg {
  font-size: 3.5rem;
}

.p-content-section__water-slider .imgcover {
  width: 100%;
}

.p-content-section__water-slider-note {
  background-color: #fff353;
  max-width: 200px;
  margin: 10px auto;
  text-align: center;
  color: #0079c3;
  padding: 5px;
  font-weight: bold;
  border-radius: 200px;
}

.p-content-section__rest-space {
  max-width: 1050px;
  margin: auto;
}

.p-content-section__rest-space .p-image-slider {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-content-section__rest-space h2 {
  color: #0079c3;
}

.p-content-section__rest-space .p-image-slider img {
  display: block;
  width: 100%;
}

.p-content-section__rest-space .p-section-hdg {
  font-size: 3.5rem;
}

.p-content-section__rest-space .cont {
  padding: 10px 20px 10px 15px !important;
}

.p-content-section__rest-space .header {
  margin-bottom: 0;
}

.p-content-section__rest-space .header > p {
  font-size: 1.8rem;
  color: #0079c3;
  font-weight: bold;
  margin-bottom: 0;
}

.p-content-section__rest-space .linear-button {
  margin: 20px 0 0;
}

.p-content-section__rest-space .linear-button li {
  margin: 0;
}

.p-content-section__rest-space .imgcover {
  width: 100%;
}

.p-content-section__food {
  padding: 60px 25px 90px;
  max-width: 1050px;
  margin: auto;
}

.p-content-section__food h2 {
  color: #0079c3;
}

.p-content-section__food .p-image-slider img {
  display: block;
  width: 100%;
}

.p-content-section__food .p-section-hdg {
  font-size: 3.5rem;
}

.p-content-section__food .imgcover {
  width: 100%;
}

.p-special-block {
  width: 1000px;
  margin: 30px auto 0;
}

.p-special-block ul li img {
  width: 100%;
  height: auto;
}

.p-hero-image img {
  width: 100%;
}

.p-content-section2023 {
  font-family: "Noto Sans JP", sans-serif;
}

.p-content-section2023 .p-hero-image img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--period {
  background-image: url("/theboon/img/blue-dot.gif");
  color: #005ab8;
  padding: 56px 24px 96px;
}

.p-content-section2023 .p-content-section__block--period .lead {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 20px;
}

.p-content-section2023 .p-content-section__block--period .text1 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.p-content-section2023 .p-content-section__block--period .text1 .text-large {
  font-size: 4.2rem;
}

.p-content-section2023 .p-content-section__block--period .attention {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.p-content-section2023 .p-content-section__block--period .text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-content-section2023 .p-content-section__block--period .text2 .text-bg {
  display: inline-block;
  font-size: 2rem;
  background-color: #005ab8;
  color: #fff;
  padding: 4px 32px;
}

.p-content-section2023 .p-content-section__block--about {
  background: #005ab8;
  padding-top: 56px;
  padding-bottom: 128px;
  position: relative;
}

.p-content-section2023 .p-content-section__block--about::before {
  position: absolute;
  top: -50px;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave7.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-size: cover;
}

.p-content-section2023 .p-content-section__block--about::after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("/theboon/img/wave7.svg");
  position: absolute;
  background-repeat: no-repeat;
  bottom: -50px;
  background-size: cover;
}

.p-content-section2023 .p-content-section__block--about .links-container {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.p-content-section2023 .p-content-section__block--about .links-container a {
  width: calc(100% / 3 - 7px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
  line-height: 1.3;
  text-decoration: none;
  padding: 16px 0;
  position: relative;
}

.p-content-section2023 .p-content-section__block--about .links-container a:last-of-type {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--about .links-container a:last-of-type::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: "";
  color: #fff;
}

.p-content-section2023 .p-content-section__block--about .links-container a .ja {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.p-content-section2023 .p-content-section__block--about .links-container a .en {
  font-family: Jost, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffff00;
}

.p-content-section2023 .p-content-section__block--about .movie-wrapper {
  background: #fff;
  width: 660px;
  margin: 120px auto 0;
  padding: 12px 12px 6px;
}

.p-content-section2023 .p-content-section__block--about .movie-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.p-content-section2023 .p-content-section__block--about .feature-list {
  max-width: 840px;
  margin: 120px auto 0;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container:not(:first-of-type) {
  margin-top: 56px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container.-reverse .text-box {
  padding-right: 48px;
  padding-left: unset;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .image-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .image-box img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .image-box .image3 {
  width: 360px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .image-box .image5 {
  width: 160px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box,
.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange {
  width: 100%;
  color: #fff;
  padding-left: 48px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box .text1,
.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange .text1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box .text2,
.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange .text2 {
  font-size: 1.6rem;
  margin-top: 16px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box .text2 + *,
.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange .text2 + * {
  margin-top: 16px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box .text-small,
.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange .text-small {
  font-size: 1.2rem;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .special-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .special-wrapper .text-box-orange {
  width: 85%;
  background: #ff6549;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 32px 200px 32px 64px;
}

.p-content-section2023 .p-content-section__block--about .feature-list .flex-container .special-wrapper img {
  position: relative;
  z-index: 2;
}

.p-content-section2023 .p-content-section__block--price {
  background-image: url("/theboon/img/blue-dot.gif");
  padding: 128px 24px 152px;
}

.p-content-section2023 .p-content-section__block--price .notice {
  color: #010101;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 64px;
}

.p-content-section2023 .p-content-section__block--price .ticket-container {
  max-width: 840px;
  margin: 48px auto 0;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .title {
  color: #005abc;
  font-size: 2.6rem;
  font-weight: 700;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .description {
  color: #010101;
  font-size: 1.6rem;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .attention {
  color: #010101;
  font-size: 1.6rem;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px auto;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table .text-bold {
  font-weight: 700;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table th, .p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table td {
  color: #010101;
  border: solid 1px #d2d2d2;
  text-align: center;
  padding: 10px 0;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table th {
  background: #ecf8fd;
  border-bottom: solid 1px #42b8ef;
  border-right: none;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table td {
  background: #fff;
  border-top: none;
  border-right: none;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table .cell-design-top {
  color: #fff;
  background: #42b8ef;
  border: solid 4px #42b8ef;
  border-radius: 6px 6px 0 0;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table .cell-design-bottom {
  font-weight: 700;
  border: solid 4px #42b8ef;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table .cell-design-middle {
  font-weight: 700;
  border-left: solid 4px #42b8ef;
  border-right: solid 4px #42b8ef;
}

.p-content-section2023 .p-content-section__block--price .ticket-container.-special .title {
  color: #ff6549;
}

.p-content-section2023 .p-content-section__block--price .ticket-container.-special .ticket-table th {
  background: #feeceb;
  border-bottom: solid 1px #ff6549;
}

.p-content-section2023 .p-content-section__block--price .ticket-container.-special .ticket-table .cell-withBorderRight {
  border-right: solid 1px #d2d2d2;
}

.p-content-section2023 .p-content-section__block--price .text-accordion {
  margin: 56px auto 0;
}

.p-content-section2023 .p-content-section__block--price .accordion-container {
  display: none;
}

.p-content-section2023 .p-content-section__block--pool-detail {
  background: #d4f0ff;
  padding: 96px 16px 144px;
  margin-top: -32px;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container {
  max-width: 840px;
  margin: 104px auto 0;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item:not(:first-of-type) {
  margin-top: 56px;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .image-wrapper {
  position: relative;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .image-wrapper img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .title-wrapper .title {
  color: #005ab9;
  font-size: 3.2rem;
  font-weight: 700;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .title-wrapper .depth {
  background: #00a0f0;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .description {
  color: #000;
  font-size: 1.6rem;
  margin-top: 10px;
}

.p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .description .text-small {
  font-size: 1.2rem;
}

.p-content-section2023 .p-content-section__block--water-slider-detail {
  background-image: url("/theboon/img/blue-dot.gif");
  padding: 144px 16px;
  margin-top: -32px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container {
  max-width: 840px;
  margin: 96px auto 0;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item:not(:first-of-type) {
  margin-top: 48px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper {
  position: relative;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 120px;
  height: 120px;
  background: #ffff00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price {
  color: #005ab9;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price .bold {
  font-weight: 700;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price .large {
  font-size: 4rem;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price .medium {
  font-size: 3.2rem;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .title {
  color: #005ab9;
  font-size: 3.2rem;
  font-weight: 700;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .text-sub {
  vertical-align: sub;
  margin-left: 4px;
  font-size: 1.6rem;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .spec-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .spec-list .spec {
  background: #00a0f0;
  color: #fff;
  font-size: 1.8rem;
  padding: 8px 18px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .description {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .text-small {
  color: #000;
  font-size: 1.2rem;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container {
  width: 660px;
  margin: 0 auto;
  background: #ecf8fd;
  padding: 32px 0;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .text1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #005ab9;
  text-align: center;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .text2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 24px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item {
  padding: 0 32px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item .image-wrapper {
  height: 155px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item .image-wrapper img {
  display: block;
  margin: 0 auto;
  width: 120px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item:not(:first-of-type) {
  border-left: 1px solid #42b8ef;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  margin: 104px auto 0;
  padding: 24px 40px 24px 24px;
  background: #005ab9;
  position: relative;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box {
  color: #fff;
  padding-right: 48px;
  margin-top: 24px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .information-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 16px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .information-container .term {
  background: #fff;
  color: #005ab9;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4px 10px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .information-container .data {
  font-size: 1.8rem;
  margin-left: 8px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .text1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .text2 {
  font-size: 1.6rem;
  margin-top: 16px;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .text-small {
  font-size: 1.2rem;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .image-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-map-container {
  max-width: 840px;
  margin: 56px auto 0;
}

.p-content-section2023 .p-content-section__block--water-slider-detail .slider-map-container img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--rest-space-detail {
  background: #d4f0ff;
  padding: 144px 16px;
  margin-top: -32px;
}

.p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container {
  max-width: 840px;
  margin: 88px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .image-box {
  width: 100%;
  position: relative;
}

.p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .image-box img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .text-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 40px;
}

.p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .text-box .text1 {
  color: #005abc;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .text-box .text2 {
  color: #000;
  font-size: 1.6rem;
}

.p-content-section2023 .p-content-section__block--food-detail {
  background-image: url("/theboon/img/blue-dot.gif");
  padding: 144px 16px;
  margin-top: -32px;
}

.p-content-section2023 .p-content-section__block--food-detail .coming-soon {
  font-size: 2.4rem;
  text-align: center;
  margin: 96px auto 0;
}

.p-content-section2023 .p-content-section__block--food-detail .food-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 840px;
  margin: 96px auto 0;
}

.p-content-section2023 .p-content-section__block--food-detail .food-container .item a:hover {
  opacity: .8;
}

.p-content-section2023 .p-content-section__block--food-detail .food-container .item img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--map-detail {
  background: #d4f0ff;
  padding: 144px 16px 120px;
  margin-top: -32px;
}

.p-content-section2023 .p-content-section__block--map-detail .map-container {
  max-width: 840px;
  margin: 96px auto 0;
}

.p-content-section2023 .p-content-section__block--map-detail .map-container img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--map-detail .facilities-container {
  max-width: 840px;
  margin: 58px auto 0;
}

.p-content-section2023 .p-content-section__block--map-detail .text-accordion:not(:first-of-type) {
  margin-top: 16px;
}

.p-content-section2023 .p-content-section__block--map-detail .accordion-container {
  display: none;
  background: #ecf8fd;
  padding: 32px;
}

.p-content-section2023 .p-content-section__block--map-detail .accordion-container .image-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.p-content-section2023 .p-content-section__block--map-detail .accordion-container .image-box img {
  width: 100%;
}

.p-content-section2023 .p-content-section__block--map-detail .accordion-container .description {
  font-size: 1.6rem;
}

.p-content-section2023 .p-content-section__block--map-detail .accordion-container * + .description {
  margin-top: 16px;
}

.p-content-section2023 .c-headings {
  color: #005abc;
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  position: relative;
}

.p-content-section2023 .c-headings::after {
  content: attr(data-english);
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Jost, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #00a1f3;
}

.p-content-section2023 .button-link {
  font-size: 1.6rem;
  cursor: pointer;
}

.p-content-section2023 .button-link.-white {
  background: #fff;
  color: #005ab8;
  border: solid 1px transparent;
}

.p-content-section2023 .button-link.-white .icon {
  color: #005ab8;
}

.p-content-section2023 .button-link.-orange {
  background: #ff6549;
  color: #fff;
  border: solid 1px transparent;
}

.p-content-section2023 .button-link.-orange .icon {
  color: #fff;
}

.p-content-section2023 .button-link.-blue {
  background: #005abc;
  color: #fff;
  border: solid 1px transparent;
}

.p-content-section2023 .button-link.-blue .icon {
  color: #fff;
}

.p-content-section2023 .button-link.-purchase {
  width: 660px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.p-content-section2023 .button-link.-rounded {
  border-radius: 30px;
}

.p-content-section2023 .button-link.-center {
  text-align: center;
}

.p-content-section2023 .block-divider {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

.p-content-section2023 .block-divider .imgcover {
  max-width: unset !important;
  width: 100% !important;
}

.p-content-section2023 .block-divider img {
  width: 100%;
}

.p-content-section2023 .ribbon-text {
  background: #ff6549;
  height: 44px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 4px 40px;
  position: absolute;
  left: -30px;
  bottom: 30px;
}

.p-content-section2023 .ribbon-text.-top {
  left: -30px;
  top: -16px;
}

.p-content-section2023 .ribbon-text::after {
  content: '';
  position: absolute;
  right: -22px;
  top: 0;
  display: block;
  border: solid 22px #ff6549;
  border-right: solid 22px transparent;
}

.p-content-section2023 .text-accordion {
  max-width: 840px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}

.p-content-section2023 .text-accordion.-orange {
  background: #ff6549;
}

.p-content-section2023 .text-accordion.-blue {
  background: #005abc;
}

.p-content-section2023 .text-accordion::after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.p-content-section2023 .text-accordion.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-content-section2023 .jost {
  font-family: Jost, sans-serif;
}

.p-content-section2023 .u-hidden-pc {
  display: none;
}

#pagehead .fancybox-close {
  width: 78px;
  height: 78px;
  top: -39px;
  right: -39px;
  background-image: url("/theboon/img/modal-close-button.png");
  background-size: 78px 78px;
}

.p-food-bottom {
  color: #389ad2;
  background: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 10px;
  margin: 35px 0 0;
}

.p-food-top {
  color: #389ad2;
  background: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 10px;
  margin: 0;
}

.gacha-modal {
  padding: 25px 25px 0 25px;
}

.gacha-modal .gacha-modal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gacha-modal .gacha-modal-box > img {
  margin-right: 35px;
}

.gacha-modal .gacha-modal-box .text-area {
  width: 100%;
}

.gacha-modal .gacha-modal-box .text-area .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.gacha-modal .gacha-modal-box .text-area .item > p {
  color: #005ab9;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.gacha-modal .gacha-modal-box .text-area .item .price {
  background-color: #005ab9;
  color: #fff;
  padding: 4px 16px;
}

.gacha-modal .gacha-modal-box .text-area .item .price .small {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 5px;
}

.gacha-modal .gacha-modal-box .text-area .list > .list-title {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
}

.gacha-modal .gacha-modal-box .text-area .list > .list-text {
  margin: 0 0 2px;
}

.gacha-modal .gacha-modal-box .text-area .list > .list-text > span {
  font-size: 1.4rem;
}

.gacha-modal .gacha-modal-box .text-area .list > ul > li {
  position: relative;
  padding-left: 1em;
  margin: 0 0 2px;
}

.gacha-modal .gacha-modal-box .text-area .list > ul > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.gacha-modal .gacha-modal-box .text-area .list .special {
  margin-left: 16px;
}

.gacha-modal .gacha-modal-box .text-area .list ul + ul {
  margin-top: 16px;
}

.gacha-modal .note {
  margin-top: 30px;
  padding-left: 47px;
}

.gacha-modal .note > p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}

.gacha-modal .note > ul {
  padding-left: 3px;
}

.gacha-modal .note > ul > li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 2px;
  font-size: 14px;
}

.gacha-modal .note > ul > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

h4 {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #0079c3;
  margin-top: 0;
}

.holding-period {
  background: #fff;
  padding: 15px 20px;
  font-size: 20px;
}

.holding-period > span {
  font-size: 17px;
}

.p-image-ad {
  margin: 0 0 35px;
}

.p-image-ad > .title {
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 7px 10px;
}

.p-image-ad.-img02 {
  margin-right: calc((100% - 618px) / 2);
  margin-left: calc((100% - 618px) / 2);
}

.p-image-cm > .title {
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 7px 10px;
}

.p-image-cm > .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  background: #fff;
}

.p-image-cm > .cont > .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 420px;
}

.p-image-cm > .cont > .img a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-image-cm > .cont > .img a:hover, .p-image-cm > .cont > .img a:active, .p-image-cm > .cont > .img a:focus {
  opacity: 0.8;
}

.p-image-cm > .cont > .txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - (420px + 20px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.p-image-cm > .cont > .txt > .hdg {
  margin: 0 0 8px;
  font-size: 2rem;
}

.p-image-cm > .cont > .txt > p {
  margin: 0;
  font-size: 1.6rem;
}

.p-image-cm > .cont > .txt > p em {
  color: #365bb4;
}

.p-image-cm2 {
  background: #fff;
}

.p-image-cm2 > .title {
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 7px 10px;
}

.p-image-cm2 > .txt {
  margin: 25px 10px;
}

.p-image-cm2 > .txt > p {
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
}

.p-image-cm2 > .txt > p em {
  color: #365bb4;
}

.p-image-cm2 > .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}

.p-image-cm2 > .cont > .img {
  width: calc((100% - 5px) / 2);
}

.p-image-cm2 > .cont > .img .caption {
  display: block;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 6px 0 5px;
}

.p-image-cm2 > .cont > .img a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-image-cm2 > .cont > .img a:hover, .p-image-cm2 > .cont > .img a:active, .p-image-cm2 > .cont > .img a:focus {
  opacity: 0.8;
}

.p-image-cm2 > .cont.one-column {
  display: block;
}

.p-image-cm2 > .cont.one-column > .img {
  width: 100%;
}

.p-image-food {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-image-food > .item {
  width: calc((100% - 11px * 2) / 3);
  margin: 0 11px 10px 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-image-food > .item .info {
  margin: 10px 12px;
  overflow: hidden;
}

.p-image-food > .item .info .img img {
  width: 100%;
}

.p-image-food > .item .info .img a:hover img {
  opacity: 0.7;
}

.p-image-food > .item .info .list > li {
  margin: 10px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-image-food > .item .info .list > li .name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0079c3;
  line-height: 1.3;
  margin: 0;
}

.p-image-food > .item .info .list > li .price {
  display: inline-block;
  background: #0079c3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  white-space: nowrap;
}

.p-image-food > .item .shop {
  margin: 20px 15px 15px;
  font-size: 1.4rem;
}

.p-image-food > .item.-modal {
  width: auto;
  margin: 0 auto 20px;
}

.p-image-food > .item.-modal img {
  max-width: 100%;
}

.title-list {
  width: calc(100% - 11px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.title-list-item {
  padding: 10px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #0079c3;
  background-color: #fff;
  display: block;
  width: 100%;
}

.title-list-item-emphasis {
  color: red;
}

.p-image-pool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-image-pool > .item {
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px;
  background: #fff;
}

.p-image-pool > .item .detail-picture .image {
  height: auto;
}

.p-image-pool > .item .detail-picture .image .imgcover {
  width: 100% !important;
}

.p-image-pool > .item .detail-picture .image img {
  width: 100% !important;
}

.p-image-pool > .item .image .detail-picture {
  width: 100%;
  border: none;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.p-image-pool > .item .image .detail-picture.slick-initialized {
  opacity: 1;
}

.p-image-pool > .item > .title {
  background: #fff;
  text-align: center;
  color: #0079c3;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-image-pool > .item > .title > span {
  font-size: 1.4rem;
  display: block;
}

.p-image-pool > .item > .title > .note {
  margin: 10px 0 0;
  display: block;
  text-align: right;
  color: #333;
  font-weight: normal;
}

.p-image-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #fff;
  margin: 0 0 20px;
}

.p-image-slider.-imgleft > .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.p-image-slider.-imgleft > .cont {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.p-image-slider > .img {
  width: calc(100% / 2);
}

.p-image-slider > .cont {
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px 10px 20px;
}

.p-image-slider > .cont > .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 18px;
}

.p-image-slider > .cont > .header > .hdg {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0079c3;
  margin: 4px 0 0;
  line-height: 1.2;
}

.p-image-slider > .cont > .header > .price > span {
  display: inline-block;
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 2px 10px;
  white-space: nowrap;
}

.p-image-slider > .cont > .outline {
  font-size: 1.6rem;
  margin: 0 0 0.6em;
  font-weight: bold;
}

.p-image-slider > .cont > .note {
  font-size: 1.4rem;
}

.p-image-slider > .cont > .note.-period {
  font-weight: bold;
  font-size: 1.7rem;
  color: #0079c3;
  margin-bottom: 10px;
  margin-top: -16px;
  margin-left: 4px;
  margin: -16px 0 10px 4px;
}

.p-image-slider > .cont > .list {
  margin: 0.3em 0 0;
  font-size: 1.4rem;
}

.p-image-slider > .cont > .list > li {
  position: relative;
  padding-left: 1.7em;
}

.p-image-slider > .cont > .list > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.p-image-slider > .cont > .list.-note > li {
  padding-left: 1em;
}

.limit-note {
  background-color: rgba(0, 121, 198, 0.75);
  color: #fff;
  font-size: 2.8rem;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  color: #ffeb00;
  padding: 20px 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.limit-note > p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.limit-note > p .img {
  width: 72px;
}

.limit-note > p .txt {
  margin-left: 40px;
}

.limit-note > p .txt > span {
  font-size: 0.8em;
}

.limit-note > p .txt > span.note {
  font-size: 0.6em;
}

.p-modal-attention > .attention-panel {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.p-modal-attention > .attention-panel > .body > ul > li, .p-modal-attention > .attention-panel > .body ol > li {
  font-size: 1.6rem;
}

.p-modal-attention > .attention-panel > .body ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-modal-attention > .attention-panel > .body > ul > li > span.note {
  color: red;
}

.p-modal-attention > .attention-panel > .body > ul > li.-nolist {
  padding-left: 2.3em !important;
  text-indent: -1em;
}

.p-modal-attention > .attention-panel > .body > ul > li.-nolist:before {
  content: none !important;
}

.p-modal-attention > .attention-panel > .body > ul > li.-noindent {
  text-indent: 0;
  padding-left: 1.3em !important;
}

.p-modal-attention > .attention-panel > .body > ul > li.hdg {
  font-weight: bold;
}

.p-modal-body {
  background: url("/theboon/img/modal-section_bg.jpg") 0 0 repeat;
}

.p-modal-body.-food {
  background-color: #fbcd3b;
  background-image: none;
}

.p-modal-facility .block {
  border: solid 3px rgba(0, 121, 195, 0.5);
  padding: 30px;
  margin-bottom: 30px;
}

.p-modal-facility .block h3 {
  font-size: 2.8rem;
  margin: 0 0 15px 0;
}

.p-modal-facility .block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0;
}

.p-modal-facility .block ul li {
  width: 48%;
  margin: 0 0 20px 0;
}

.p-modal-facility .block ul li img {
  max-width: 100%;
  height: auto;
}

.p-modal-facility .block ul li .txt {
  font-size: 1.4rem;
}

.p-modal-facility .block ul li .image {
  margin-bottom: 10px;
}

.p-modal-hdg {
  margin: 0 0 15px;
  font-size: 3.2rem;
  text-align: center;
  color: #0079c3;
}

h4.p-modal-hdg {
  margin: 0 0 15px;
  font-size: 2.2rem;
  text-align: left;
  color: #004da0;
  font-weight: normal;
  border-bottom: 3px solid #004da0;
  padding-bottom: 8px;
}

.p-modal-price .p-nav-local {
  margin-left: 0;
  margin-right: 0;
}

.p-modal-price .p-nav-local > a img {
  width: 100%;
}

.p-modal-price .notice {
  margin-top: 40px;
}

.p-modal-price .notice > li {
  position: relative;
  padding-left: 1em;
}

.p-modal-price .notice > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.p-modal-price .notice > li > span.space {
  display: inline-block !important;
  position: relative;
}

.p-modal-price .notice > li > a {
  color: #339dd1;
}

.p-modal-price h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 4px solid;
  padding-bottom: 8px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.p-modal-price h3.-green {
  color: #41ac65;
  border-color: #41ac65;
}

.p-modal-price h3.-blue {
  color: rgba(0, 121, 198, 0.75);
  border-color: rgba(0, 121, 198, 0.75);
}

.p-modal-renewal-image {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-modal-renewal-image > .img {
  margin: 0;
  width: calc((100% - 15px) / 2);
  background: #fff;
  text-align: center;
}

.p-modal-renewal-image > .img img {
  max-width: 100%;
}

.p-modal-renewal-image > .img > .caption {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  margin: 0;
  padding: 5px;
  background: #fff;
  text-align: center;
}

.p-modal-renewal {
  position: relative;
  padding: 0;
}

.p-modal-renewal > .hdg {
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

.p-modal-renewal > .badge {
  position: absolute;
  top: -55px;
  left: -5px;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #43a4e0;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.p-modal-renewal > .txt {
  padding-top: 45px;
  margin: 0;
  font-size: 1.8rem;
}

#restspace {
  padding: 0;
}

#restspace .linear-button {
  margin: 16px auto 10px;
}

#restspace .linear-button > li {
  margin-bottom: 20px;
}

#restspace .linear-button.-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#restspace .button-link .icon:before {
  content: "" !important;
}

#restspace .purchase_button > a {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: bold;
  background: #fff500;
  text-decoration: none;
  padding: 12px 8px;
  position: relative;
  border-radius: 40px;
}

#restspace .purchase_button > a:hover {
  opacity: 0.7;
}

#restspace .p-modal-restspace .block {
  margin-bottom: 30px;
}

#restspace .p-modal-restspace .block h3 {
  font-size: 2.8rem;
  margin: 0 0 15px 0;
}

#restspace .p-modal-restspace img {
  max-width: 100%;
}

#restspace .p-modal-restspace .-notice p {
  padding-left: 2rem;
  position: relative;
}

#restspace .p-modal-restspace .-notice p:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Ionicons";
  content: "";
  color: #ff6f42;
}

#restspace .p-image-food.-rest .item {
  width: calc((100% - 11px * 2) / 2);
}

#restspace .p-image-food.-rest .item .hdg {
  font-size: 2.3rem;
  font-weight: bold;
  color: #0079c3;
  margin: 10px 10px 5px;
}

#restspace .p-image-food.-rest .item .hdg .hdg-mark {
  color: #ffb400;
}

#restspace .p-image-food.-rest .item .hdg .new-mark {
  color: #FF0000;
}

#restspace .p-image-food.-rest .item .date {
  margin-left: 14px;
  margin-right: 14px;
}

#restspace .p-image-food.-rest .item .date span {
  font-weight: bold;
  margin-right: 0.5rem;
}

#restspace .p-image-food.-rest .item .date span.-blue {
  color: #049ad5;
}

#restspace .p-image-food.-rest .item .date span.-pink {
  color: #e93363;
}

#restspace .p-image-food.-rest .item .note {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 1.4rem;
}

#restspace .p-image-food.-rest .item:nth-of-type(2n) {
  margin-right: 0;
}

#restspace .p-image-food.-rest .item:not(.-prime):nth-child(3n) {
  margin-right: 11px;
}

#restspace .p-image-rest {
  padding: 0;
  margin: auto;
}

#restspace .p-image-rest .detail-picture {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
}

#restspace .p-image-rest .detail-picture .image {
  height: auto;
}

#restspace .p-image-rest .detail-picture .image > img {
  width: 100%;
}

#restspace .p-image-rest .detail-picture .slick-slide img {
  width: 100%;
}

#restspace .p-image-rest .title {
  font-size: 3rem;
  color: #0079c3;
  font-weight: bold;
  margin-bottom: 20px;
}

#restspace .p-image-rest .title span {
  color: #ffb400;
}

#restspace .p-image-rest .date-box {
  background: #fff;
  padding: 20px;
}

#restspace .p-image-rest .date {
  font-size: 1.8rem;
}

#restspace .p-image-rest .date span {
  font-weight: bold;
  margin-right: 0.5rem;
}

#restspace .p-image-rest .date span.-blue {
  color: #049ad5;
}

#restspace .p-image-rest .date span.-pink {
  color: #e93363;
}

#restspace .p-image-rest .date span.-small {
  font-weight: normal;
  font-size: 1.5rem;
  display: inline-block;
}

#restspace .p-image-rest .date.fw-b {
  font-weight: bold;
  color: #0079c3;
}

#restspace .limit-note .img {
  width: 70px;
}

#restspace .limit-note .img img {
  max-width: 100%;
}

#restspace .limit-note .txt {
  margin-left: 30px;
}

.p-modal-section {
  color: #333;
  padding: 35px;
}

.p-modal-section > .inner {
  padding: 25px 35px 35px;
  background: rgba(255, 255, 255, 0.8);
}

.p-modal-section > p.img > img {
  width: 100%;
  max-width: 970px;
}

#pagehead .p-nav-global {
  margin: -35px 0 0;
}

.p-nav-local {
  margin: 0 25px 25px;
}

.p-nav-local > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-nav-local > ul > li {
  margin: 0 14px 14px 0;
  width: calc((100% - (14px * 2)) / 3);
}

.p-nav-local > ul > li.-wide {
  width: 100%;
  margin-right: 0;
}

.p-nav-local > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  color: #0079c3;
  text-align: center;
  border: 2px solid #0079c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  background-image: linear-gradient(to bottom, #fff, #d7d7d7);
  padding: 28px 15px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.p-nav-local > ul > li > a:hover, .p-nav-local > ul > li > a:active, .p-nav-local > ul > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #ededed, #f9f9f9);
}

.p-nav-local > ul > li img {
  width: auto;
  height: 74px;
}

.p-nav-mobile {
  display: none;
}

.-corona > li {
  width: 100% !important;
  margin-right: 0 !important;
}

.-corona > li > a > img {
  height: 100px;
}

.-corona.-lv2 > li > a > img {
  height: 74px;
}

.-attention > a > img {
  height: 88px;
}

.noactive > a {
  pointer-events: none;
  padding: 21px 15px !important;
}

.noactive.-facility > a img {
  height: 88px;
}

.p-note-right {
  margin: 0;
  text-align: right;
  font-size: 1.4rem;
}

.p-image-slider + .p-note-right {
  margin-top: -10px;
}

.p-open-schedule {
  margin: 35px 25px;
}

.p-open-schedule > .hdg {
  background-color: rgba(0, 121, 198, 0.75);
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin: 0;
}

.p-open-schedule > .cont {
  background: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-open-schedule > .cont > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-open-schedule > .cont > div > p {
  margin: 0 !important;
  font-size: 26px !important;
  color: #004da0;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}

.p-open-schedule > .cont > div > p.period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004da0;
  padding: 8px 5px;
  color: #fff !important;
  font-size: 16px !important;
  margin-right: 15px !important;
  width: 80px;
  line-height: 1.2;
}

.p-open-schedule > .cont > div > p > span {
  display: block;
  font-size: 17px !important;
}

.p-open-schedule > .cont > div > p > span.day {
  display: inline-block;
}

.p-open-schedule > .cont > div > p.attention {
  color: #f00;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 1em;
}

.p-open-schedule > .cont > a img {
  margin: auto;
}

.cm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
}

.cm-block > .txt {
  max-width: 386px;
  width: 100%;
}

.cm-block > .txt > .hdg {
  margin: 0 0 8px;
  font-size: 2rem;
}

.cm-block > .txt > p {
  margin: 0;
  font-size: 1.5rem;
}

.cm-block > .txt > p em {
  color: #333;
  font-size: 1em;
}

.p-cm-video {
  margin: 0 20px 0 0;
  text-align: center;
  width: 100%;
  max-width: 424px;
}

.p-description {
  background-color: #fff;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 20px;
}

.p-description .txt > p {
  font-size: 1.6rem !important;
  margin-bottom: 0 !important;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn {
  overflow: hidden;
  text-decoration: none;
  border: 2px solid #007cc2;
  border-radius: 20px;
  background-color: #fff;
  padding: 28px 78px 28px 20px;
  -webkit-box-shadow: 0 8px 0px 0 #d2d2d2;
          box-shadow: 0 8px 0px 0 #d2d2d2;
  position: relative;
  margin: 0;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn:after, .p-modal-price .accordion-single .accordion-single-item .ticket-btn:before {
  content: "";
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn:before {
  display: block;
  background-color: #e4e4e4;
  width: 78px;
  height: 100%;
  border-radius: 0 15px 15px 0;
  right: 0;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #007cc2;
  border-right: 5px solid #007cc2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 32px;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  color: #231815;
  margin-bottom: 0;
  background: none !important;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span {
  font-size: 52px;
  line-height: 1.3;
  padding: 0;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span:after {
  content: none;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span.-plus {
  font-size: 50px;
  font-weight: 400;
  margin: 0 20px;
  display: block;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span.-green {
  color: #53b232;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span.-blue {
  color: #0091da;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span.-purple {
  color: #a54a98;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span.-orange {
  color: #e89112;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn span.-note {
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0;
  display: block;
  color: #e60000;
  background: none;
}

.p-modal-price .accordion-single .accordion-single-item .ticket-btn span.-note br.-sp {
  display: none;
}

.p-pool-note {
  margin: 0;
}

.p-pool-note > .big {
  padding: 7px 10px;
  background: #e8405c;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
}

.p-pool-note > .big > em {
  font-weight: bold;
}

.p-pool-note > .cont {
  position: relative;
  padding: 15px 260px;
  background: #fff;
  font-weight: bold;
}

.p-pool-note > .cont > p {
  margin: 0;
  font-size: 1.6rem;
}

.p-pool-note > .cont > p > span {
  font-size: 1.3rem;
}

.p-pool-note > .cont .thumimage01 {
  position: absolute;
  top: -5px;
  left: -25px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.p-pool-note > .cont .thumimage01 img {
  width: 240px;
  height: auto;
  border: solid 1px #ccc;
  padding: 5px;
  background: #fff;
}

.p-pool-note > .cont .thumimage02 {
  position: absolute;
  top: -15px;
  right: -20px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.p-pool-note > .cont .thumimage02 img {
  width: 240px;
  height: auto;
  border: solid 1px #ccc;
  padding: 5px;
  background: #fff;
}

.accordion-single {
  margin: 0 auto;
  margin-top: 10px;
}

.accordion-single .accordion-single-item {
  background: #fff;
}

.accordion-single .accordion-single-item .accordion-single-title {
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  font-size: 26px;
  margin: 0;
  background: #f5a503;
  color: #fff;
  margin-top: 20px;
}

.accordion-single .accordion-single-item .accordion-single-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.accordion-single .accordion-single-item .accordion-single-title.-noarrow:after {
  content: none;
}

.accordion-single .accordion-single-item .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.accordion-single .accordion-single-item .accordion-single-content.not-hidden {
  overflow: visible;
  max-height: none;
}

.accordion-single .accordion-single-item .accordion-single-content .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 10px;
}

.accordion-single .accordion-single-item .accordion-single-content .price > p {
  font-size: 24px;
  margin-bottom: 0;
  background: none;
}

.accordion-single .accordion-single-item .accordion-single-content .price > p > span {
  font-size: 30px;
  margin-left: 20px;
  color: #333;
  display: inline-block;
  padding: 0;
}

.accordion-single .accordion-single-item .accordion-single-content .price > p > span::after {
  content: none;
}

.accordion-single .accordion-single-item .accordion-single-content .price > p:not(:first-of-type) {
  margin-left: 30px;
}

.accordion-single .accordion-single-item .accordion-single-content > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 30px 20px 16px;
}

.accordion-single .accordion-single-item .accordion-single-content > a:hover {
  opacity: 0.6;
}

.accordion-single .accordion-single-item .accordion-single-content > a > img {
  max-width: 100%;
}

.accordion-single .accordion-single-item .accordion-single-content > p {
  margin: 0 20px;
  background: none;
}

.accordion-single .accordion-single-item .accordion-single-content .notice {
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #0079c3;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 1000px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

.accordion.-price {
  padding: 0;
}

.accordion.-price > li > p {
  background-color: #e8405c;
}

.accordion.-price > li > p > span {
  color: #fff;
}

.accordion.-price > li > p > span:after {
  color: #fff;
}

.recommend-box {
  background: #fff;
  padding: 40px 40px 44px;
}

.recommend-box > h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #e93363;
  text-align: center;
}

.recommend-box > h3 > p {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  margin-bottom: 0;
  font-size: 2.4rem !important;
}

.recommend-box > h3 > p:before, .recommend-box > h3 > p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #e93363;
}

.recommend-box > h3 > p:before {
  left: 0;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

.recommend-box > h3 > p:after {
  right: 0;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

.recommend-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
}

.recommend-box .item:last-of-type {
  margin-bottom: 0;
}

.recommend-box .item .icon {
  margin-right: 30px;
}

.recommend-box .item .text {
  width: 637px;
}

.recommend-box .item .text > h4 {
  font-size: 22px;
  border-bottom: 2px solid #0079c3;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.recommend-box .item .text > h4 > span {
  color: #e93363;
  margin-right: 20px;
  font-weight: 900;
}

.recommend-box .item .text > h4 > span > span {
  font-size: 14px;
  margin-right: 4px;
  font-weight: 700;
}

.recommend-box .item .text > p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.p-modal-section#restspace {
  background: url("/theboon/img/modal-section_bg.jpg") 0 0 repeat;
}

.p-modal-section#restspace > .inner .p-modal-attention {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

.p-modal-section#restspace h2.p-section-hdg {
  color: #0079c3;
}

.p-section-block {
  padding: 55px 0 45px;
}

.p-section-block.-alpha {
  padding: 0;
}

.p-section-block.-alpha::before {
  content: "";
  display: block;
  width: 100%;
  height: 105px;
  background: url("/theboon/img/section-block_bg_top.png") 0 0 no-repeat;
}

.p-section-block.-alpha::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: url("/theboon/img/section-block_bg_bottom.png") 0 0 no-repeat;
}

.p-section-block.-alpha > .inner {
  background: rgba(255, 255, 255, 0.63);
}

.p-section-block.-alpha.-last::after {
  display: none;
}

.p-section-block.-alpha.-last > .inner {
  padding-bottom: 35px;
}

.p-section-block.-img {
  margin: 0 25px 25px;
}

.p-section-block > .inner {
  padding: 0 25px;
}

.p-special-block a:hover img {
  opacity: 0.7;
}

.p-section-hdg {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

.square-blue > span {
  color: #0079c3;
}

.ticket-area .ticket-item {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  padding: 30px 20px 24px;
}

.ticket-area .ticket-item:last-of-type {
  margin-bottom: 0;
}

.ticket-area .ticket-item p {
  margin-bottom: 10px;
}

.ticket-area .ticket-item p.hdg {
  color: #ff79b8;
}

.ticket-area .ticket-item .ticket-btn {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ticket-area .ticket-item .ticket-btn:hover {
  opacity: 0.7;
}

.ticket-area .ticket-item .ticket-btn img {
  max-width: 650px;
}

.ticket-area .ticket-item .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-top: 10px;
}

.ticket-area .ticket-item .price > p {
  font-size: 24px;
  margin-bottom: 0;
}

.ticket-area .ticket-item .price > p > span {
  font-size: 34px;
  margin-left: 20px;
}

.ticket-area .ticket-item .price > p:nth-of-type(2) {
  margin-left: 30px;
}

#restspace ul.accordion > li > p {
  margin-bottom: 0;
}

#restspace .limit-note {
  background-color: rgba(255, 43, 47, 0.4) !important;
  color: #333 !important;
}

#restspace .limit-note > p {
  margin-bottom: 0;
}

#restspace .limit-note > p .txt {
  font-size: 2.8rem;
}

#restspace .p-modal-restspace .-notice > p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

ul.accordion span {
  display: block;
  padding: 10px;
  background-position: 97% center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
}

ul.accordion ul {
  display: none;
}

ul.accordion > li p {
  background-color: rgba(0, 121, 198, 0.75);
  cursor: pointer;
}

ul.accordion > li p span {
  color: #fff;
  font-size: 2.2rem;
  text-align: left;
  padding: 12px 0 12px 20px;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
}

ul.accordion > li p span:after {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: yellow;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -30.5px;
  font-size: 36px;
}

ul.accordion > li p span.open:after {
  font-family: 'FontAwesome';
  content: "";
  margin-top: -29.5px;
}

ul.accordion > li ul {
  background: #fff;
  padding: 16px 0 10px;
}

ul.accordion > li ul li {
  font-size: 1.6rem;
  padding: 0 20px;
}

ul.accordion > li ul li p.qstn {
  display: inline;
  font-weight: bold;
  margin-bottom: 10px;
  background: none;
}

ul.accordion > li ul li p.qstn:before {
  font-size: 1.8rem;
  color: #ffc708;
  content: "Q";
  width: 10px;
  height: 33px;
  display: inline-block;
  margin-right: 10px;
}

ul.accordion > li ul li p.answer {
  padding: 5px 10px;
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -1rem;
  background: none;
}

ul.accordion > li ul li p.answer:before {
  font-size: 1.8rem;
  color: #ff7102;
  content: "A";
  width: 10px;
  height: 24px;
  display: inline-block;
  padding-right: 0;
}

ul.accordion > li ul li p.a-atention {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1rem;
}

ul.accordion > li ul li ul > li {
  background: #FFF;
  border-bottom: 1px dotted #888;
}

ul.accordion > li ul li ul > li:last-child {
  border: none;
}

ul.accordion.-noactive > li > p > span:after {
  content: none;
}

@media screen and (max-width: 768px) {
  p.-red {
    font-size: 1.2rem;
  }
  #page.-special .content-block > .inner {
    padding: 0 0 30px;
  }
  #page.-special #eerf {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .btn-box {
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .btn-box.-col3 > li {
    width: 100%;
  }
  .btn-box > li {
    margin-bottom: 10px;
  }
  .btn-box > li > h3 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .btn-box > li > h3:first-of-type {
    margin-top: 5px;
  }
  .p-content-frame {
    padding: 0;
    background: #fff;
  }
  .cont-cl.theboon {
    padding-bottom: 40px;
  }
  .p-content-header {
    display: block;
    padding: 15px 0;
    overflow: hidden;
    background: #fff url("/theboon/img/content-section_bg_sp.jpg") 0 0 repeat;
    background-size: 345px 400px;
  }
  .p-content-header > .logo {
    width: auto;
    text-align: center;
    margin: 0;
    display: none;
  }
  .p-content-header > .logo img {
    width: 220px;
    height: auto;
  }
  .p-content-header > .linear-button {
    display: none !important;
    width: 180px;
    float: right;
    margin-right: 10px !important;
  }
  .p-content-section__block--lead::after {
    background-size: auto;
  }
  .p-content-section__block--price {
    padding: 15px;
  }
  .p-content-section__block--map::before {
    background-size: auto;
  }
  .p-content-section__block--pool::before {
    background-size: auto;
  }
  .p-content-section__block--water-slider::before {
    background-size: auto;
  }
  .p-content-section__block--rest-space::before {
    background-size: auto;
  }
  .p-content-section__block--food::before {
    background-size: auto;
  }
  .p-content-section__lead-text h2 {
    font-size: 2.8rem;
    margin: 0 0 10px 0;
  }
  .p-content-section__lead-text {
    padding: 40px 15px 30px;
  }
  .p-content-section__lead-text-main {
    font-size: 1.9rem !important;
  }
  .p-content-section__lead-text-week {
    font-size: 1.3rem;
  }
  .p-content-section__lead-text-time--pc {
    display: none;
  }
  .p-content-section__lead-text-time--sp {
    display: block;
  }
  .p-content-section__lead-text-note {
    font-size: 1.3rem;
  }
  .p-content-section__lead-image {
    padding: 40px 0 0;
  }
  .p-content-section__movie {
    margin-top: 40px;
    padding: 0;
  }
  .p-content-section__price {
    padding: 0;
  }
  .p-content-section__price-border {
    padding: 32px 15px 40px;
    margin: 40px auto;
  }
  .p-content-section__price-border .p-section-hdg {
    font-size: 2.8rem;
  }
  .p-content-section__price-heading {
    font-size: 2.8rem !important;
  }
  .p-content-section__price-reserve .price {
    margin: 12px 16px !important;
  }
  .p-content-section__price-reserve .price p {
    font-size: 24px !important;
  }
  .p-content-section__price-reserve {
    padding: 0;
  }
  .p-content-section__map {
    padding: 50px 15px;
  }
  .p-content-section__pool {
    padding: 20px 15px 60px !important;
  }
  .p-content-section__pool .p-section-hdg {
    font-size: 2.8rem;
  }
  .p-content-section__pool-title {
    padding: 10px;
    font-size: 2.8rem;
  }
  .p-content-section__pool-sub-title {
    font-size: 1.2rem;
  }
  .p-content-section__pool-text-note {
    font-size: 1.2rem;
  }
  .p-content-section__water-slider .p-section-hdg {
    font-size: 2.8rem;
  }
  .p-content-section__rest-space {
    padding-bottom: 30px !important;
  }
  .p-content-section__rest-space .p-section-hdg {
    font-size: 2.8rem;
  }
  .p-content-section__food .p-section-hdg {
    font-size: 2.8rem;
  }
  .p-special-block {
    width: auto;
    margin: 15px;
  }
  .p-content-section2023 .p-content-section__block--period {
    padding: 32px 16px 48px;
  }
  .p-content-section2023 .p-content-section__block--period .lead {
    font-size: 1.8rem;
    margin: 0 0 4px;
  }
  .p-content-section2023 .p-content-section__block--period .text1 {
    font-size: 1.6rem;
  }
  .p-content-section2023 .p-content-section__block--period .text1 .text-large {
    font-size: 2.6rem;
  }
  .p-content-section2023 .p-content-section__block--period .attention {
    font-size: 1.2rem;
  }
  .p-content-section2023 .p-content-section__block--period .text2 {
    font-size: 2rem;
    margin-top: 6px;
  }
  .p-content-section2023 .p-content-section__block--period .text2 .text-bg {
    font-size: 1.3rem;
    padding: 4px 16px;
  }
  .p-content-section2023 .p-content-section__block--about {
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .p-content-section2023 .p-content-section__block--about::before {
    background-size: auto;
  }
  .p-content-section2023 .p-content-section__block--about::after {
    background-size: auto;
  }
  .p-content-section2023 .p-content-section__block--about .movie-wrapper {
    width: 90%;
    margin-top: 64px;
    padding: 8px 8px 0;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list {
    margin-top: 64px;
  }
  .p-content-section2023 .p-content-section__block--price {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-content-section2023 .p-content-section__block--price .notice {
    text-align: left;
    margin-top: 40px;
  }
  .p-content-section2023 .p-content-section__block--price .ticket-container {
    margin-top: 40px;
  }
  .p-content-section2023 .p-content-section__block--price .ticket-container .title {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  .p-content-section2023 .p-content-section__block--price .ticket-container .attention {
    font-size: 1.2rem;
  }
  .p-content-section2023 .p-content-section__block--price .ticket-container .ticket-table {
    margin-top: 16px;
  }
  .p-content-section2023 .p-content-section__block--pool-detail {
    padding: 80px 16px;
  }
  .p-content-section2023 .p-content-section__block--pool-detail .pool-container {
    margin-top: 64px;
  }
  .p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
  .p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .title-wrapper .title {
    font-size: 2.6rem;
  }
  .p-content-section2023 .p-content-section__block--pool-detail .pool-container .pool-item .title-wrapper .depth {
    font-size: 1.4rem;
    padding: 4px 12px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail {
    padding: 80px 16px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container {
    margin-top: 72px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle {
    top: 8px;
    right: 8px;
    width: 70px;
    height: 70px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price {
    font-size: 1rem;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price .large {
    font-size: 2.4rem;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .image-wrapper .price-circle .price .medium {
    font-size: 2rem;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .title {
    font-size: 2.6rem;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .text-sub {
    font-size: 2.2rem;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .title-wrapper .spec-list .spec {
    font-size: 1.4rem;
    padding: 4px 12px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container {
    width: 95%;
    padding: 18px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .text1 {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .text2 {
    font-size: 1.4rem;
    text-align: left;
    margin-top: unset;
    margin-left: 20px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: unset;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item .image-wrapper {
    height: auto;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item .image-wrapper img {
    width: 85px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-container .slider-item .attention-container .attention-list .item:not(:first-of-type) {
    border-left: unset;
    border-top: 1px solid #42b8ef;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
    padding: 40px 16px 16px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box {
    padding-right: unset;
    margin-top: 12px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .information-container .term {
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px 6px;
    margin-bottom: 4px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .information-container .data {
    font-size: 1.5rem;
    margin-left: 4px;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-pass-container .text-box .text1 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .p-content-section2023 .p-content-section__block--water-slider-detail .slider-map-container {
    margin-top: 48px;
  }
  .p-content-section2023 .p-content-section__block--rest-space-detail {
    padding: 80px 16px;
  }
  .p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container {
    display: block;
    margin-top: 72px;
  }
  .p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .text-box {
    padding-left: unset;
    margin-top: 16px;
  }
  .p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .text-box .text1 {
    font-size: 2.6rem;
  }
  .p-content-section2023 .p-content-section__block--rest-space-detail .rest-space-container .text-box .text2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-content-section2023 .p-content-section__block--food-detail {
    padding: 80px 16px;
  }
  .p-content-section2023 .p-content-section__block--food-detail .coming-soon {
    font-size: 1.8rem;
    margin-top: 56px;
  }
  .p-content-section2023 .p-content-section__block--food-detail .food-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
  .p-content-section2023 .p-content-section__block--map-detail {
    padding: 80px 16px 64px;
  }
  .p-content-section2023 .p-content-section__block--map-detail .map-container {
    margin-top: 72px;
  }
  .p-content-section2023 .p-content-section__block--map-detail .facilities-container {
    margin-top: 24px;
  }
  .p-content-section2023 .p-content-section__block--map-detail .accordion-container {
    padding: 20px;
  }
  .p-content-section2023 .p-content-section__block--map-detail .accordion-container .image-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-content-section2023 .c-headings {
    font-size: 3.2rem;
  }
  .p-content-section2023 .c-headings::after {
    bottom: -2rem;
    font-size: 1.8rem;
  }
  .p-content-section2023 .button-link.-purchase {
    width: 100%;
  }
  .p-content-section2023 .block-divider {
    margin-top: -38px;
  }
  .p-content-section2023 .ribbon-text {
    font-size: 1.6rem;
    padding: 10px 30px;
    bottom: 16px;
  }
  .p-content-section2023 .text-accordion {
    padding: 10px 0;
  }
  .p-content-section2023 .u-hidden-pc {
    display: block;
  }
  .p-content-section2023 .u-hidden-sp {
    display: none;
  }
  .p-food-bottom {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
  .p-food-top {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
  .gacha-modal {
    padding: 25px 20px;
  }
  .gacha-modal .gacha-modal-box {
    display: block;
    text-align: center;
  }
  .gacha-modal .gacha-modal-box > img {
    margin: 0 auto 30px;
    width: 100%;
  }
  .gacha-modal .gacha-modal-box .text-area {
    text-align: left;
  }
  .gacha-modal .gacha-modal-box .text-area .item {
    margin-bottom: 20px;
  }
  .gacha-modal .gacha-modal-box .text-area .item > p {
    font-size: 16px;
  }
  .gacha-modal .gacha-modal-box .text-area .list > .list-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gacha-modal .gacha-modal-box .text-area .list > .list-text {
    font-size: 14px;
    margin: 0;
  }
  .gacha-modal .gacha-modal-box .text-area .list > .list-text > span {
    font-size: 13px;
  }
  .gacha-modal .gacha-modal-box .text-area .list > ul > li {
    font-size: 14px;
    margin: 0;
  }
  .gacha-modal .note {
    margin-top: 24px;
    font-size: 14px;
    padding-left: 0;
  }
  .gacha-modal .note > ul > li {
    margin: 0;
    padding-left: 17px;
  }
  h4 {
    margin-top: 15px;
  }
  .holding-period {
    font-size: 15px;
  }
  .holding-period > span {
    font-size: 13px;
  }
  .p-image-ad {
    margin: 0 0 10px;
  }
  .p-image-ad > .img {
    text-align: center;
  }
  .p-image-ad > .title {
    font-size: 1.8rem;
  }
  .p-image-ad.-img02 {
    margin: 0 0 10px;
  }
  .p-image-cm {
    margin: 25px 0 0;
  }
  .p-image-cm > .title {
    font-size: 1.8rem;
  }
  .p-image-cm > .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-image-cm > .cont > .img {
    width: auto;
    text-align: center;
  }
  .p-image-cm > .cont > .txt {
    width: auto;
  }
  .p-image-cm > .cont > .txt > .hdg {
    font-size: 1.8rem;
  }
  .p-image-cm > .cont > .txt > p {
    font-size: 1.4rem;
  }
  .p-image-cm2 {
    margin: 25px 0 0;
  }
  .p-image-cm2 > .title {
    font-size: 1.8rem;
  }
  .p-image-cm2 > .txt {
    margin: 25px 10px 5px;
  }
  .p-image-cm2 > .txt > p {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-image-cm2 > .cont {
    display: block;
  }
  .p-image-cm2 > .cont > .img {
    width: auto;
    margin-top: 20px;
  }
  .p-image-cm2 > .cont > .img .caption {
    font-size: 1.6rem;
    margin: 4px 0 5px;
  }
  .p-image-food {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-image-food > .item {
    width: calc((100% - 8px * 2) / 2);
    margin: 0 0 10px;
    display: block;
  }
  .p-image-food > .item .info {
    margin: 8px 9px;
  }
  .p-image-food > .item .info .img {
    text-align: center;
  }
  .p-image-food > .item .info .list > li .name {
    font-size: 1.4rem;
  }
  .p-image-food > .item .info .list > li .price {
    font-size: 1.3rem;
  }
  .p-image-food > .item .shop {
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 1.2rem;
  }
  .title-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-image-pool {
    display: block;
  }
  .p-image-pool > .item {
    width: auto;
    margin: 0 0 10px;
  }
  .p-image-pool > .item > .img {
    text-align: center;
  }
  .p-image-pool > .item .image {
    height: auto;
  }
  .p-image-pool > .item .detail-picture .slick-dots {
    bottom: 15px !important;
  }
  .p-image-pool > .item > .title {
    padding: 10px;
    font-size: 1.8rem;
  }
  .p-image-pool > .item > .title > span {
    font-size: 1.2rem;
  }
  .p-image-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 10px;
  }
  .p-image-slider.-imgright > .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-image-slider.-imgright > .cont {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-image-slider > .img {
    width: auto;
    text-align: center;
  }
  .p-image-slider > .cont {
    width: auto;
    padding: 8px 10px 10px;
  }
  .p-image-slider > .cont > .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-image-slider > .cont > .header > .hdg {
    font-size: 1.8rem;
  }
  .p-image-slider > .cont > .header > .price {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .p-image-slider > .cont > .header > .price > span {
    font-size: 1.4rem;
  }
  .p-image-slider > .cont > .outline {
    font-size: 1.4rem;
  }
  .p-image-slider > .cont > .note {
    font-size: 1.2rem;
  }
  .p-image-slider > .cont > .list {
    font-size: 1.2rem;
  }
  .limit-note {
    display: block;
    padding: 16px 12px;
    text-align: center;
  }
  .limit-note > p .img {
    display: block;
    width: 84px;
    margin: auto;
  }
  .limit-note > p .txt {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
  .limit-note > p .txt > span.note {
    font-size: 0.7em;
  }
  .p-modal-attention > .attention-panel > .body > ul > li, .p-modal-attention > .attention-panel > .body ol > li {
    font-size: 1.3rem;
  }
  .p-modal-body {
    background: url("/theboon/img/modal-section_bg_sp.jpg") 0 0 repeat;
    background-size: 100% auto;
  }
  .p-modal-facility .block {
    border: solid 3px rgba(0, 121, 195, 0.5);
    padding: 30px;
    margin-bottom: 30px;
  }
  .p-modal-facility .block h3 {
    font-size: 2rem;
    margin: 0 0 15px 0;
  }
  .p-modal-facility .block ul li {
    width: 100%;
  }
  .p-modal-facility .block ul li .txt {
    font-size: 1.2rem;
  }
  .p-modal-hdg {
    font-size: 2rem;
  }
  h4.p-modal-hdg {
    font-size: 1.6rem;
  }
  .p-modal-price .notice {
    font-size: 1.3rem;
  }
  .p-modal-price h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .p-modal-renewal-image {
    margin: 15px 0 0;
    display: block;
  }
  .p-modal-renewal-image > .img {
    margin: 0 0 10px;
    width: auto;
  }
  .p-modal-renewal-image > .img > .caption {
    font-size: 1.2rem;
  }
  .p-modal-renewal > .hdg {
    font-size: 1.8rem;
    position: relative;
    top: 15px;
  }
  .p-modal-renewal > .badge {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
  }
  .p-modal-renewal > .txt {
    font-size: 1.4rem;
  }
  #restspace .p-modal-restspace .-notice p {
    font-size: 1.3rem;
    padding-left: 1.6rem;
  }
  #restspace .p-image-food.-rest .item {
    display: block;
    width: 100%;
    background: #fff;
  }
  #restspace .p-image-food.-rest .item .note {
    font-size: 1.3rem;
  }
  #restspace .p-image-rest .detail-picture .image {
    height: auto;
  }
  #restspace .p-image-rest .date span.-small {
    font-size: 1.3rem;
  }
  #restspace .p-image-rest .note {
    font-size: 1.3rem;
  }
  #restspace .limit-note .img {
    width: 84px;
  }
  #restspace .limit-note .txt {
    margin-left: 16px !important;
  }
  .p-modal-section {
    padding: 20px;
  }
  .p-modal-section > .inner {
    padding: 20px 15px;
  }
  .p-modal-section > p.img > img {
    max-width: 435px;
  }
  #pagehead .p-nav-global {
    margin: 0;
  }
  #pagehead .p-nav-global > .linear-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #pagehead .p-nav-global > .linear-button > li {
    width: calc((100% - 1px * 1) / 2) !important;
    margin: 0 1px 1px 0;
  }
  #pagehead .p-nav-global > .linear-button > li:nth-child(2n + 2) {
    margin-right: 0;
  }
  #pagehead .p-nav-global > .linear-button > li a {
    font-size: 1.3rem;
    padding: 9px 5px 9px 10px;
  }
  .p-nav-local {
    margin: 0 15px 15px;
  }
  .p-nav-local > ul > li {
    margin: 0 8px 8px 0;
    width: calc((100% - (8px * 1)) / 2);
  }
  .p-nav-local > ul > li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .p-nav-local > ul > li > a {
    padding: 15px 0;
  }
  .p-nav-local > ul > li img {
    height: 42.28571px;
  }
  .p-nav-mobile {
    display: block;
    overflow: hidden;
  }
  .p-nav-mobile > .linear-button {
    width: 180px;
    float: right;
    margin: 15px 10px 0 0 !important;
  }
  .p-nav-mobile > .linear-button > li {
    margin: 0 !important;
  }
  .-corona > li > a > img {
    height: 75px;
  }
  .-attention > a > img {
    height: 60px;
  }
  .noactive > a {
    padding: 9px 0 !important;
  }
  .noactive.-facility > a img {
    height: 54px;
  }
  .p-note-right {
    font-size: 1.2rem;
    margin: 12px 10px 0;
  }
  .p-image-slider + .p-note-right {
    margin-top: -4px;
  }
  .p-open-schedule {
    margin: 15px;
  }
  .p-open-schedule > .hdg {
    font-size: 1.8rem;
  }
  .p-open-schedule > .cont {
    display: block;
    text-align: center;
  }
  .p-open-schedule > .cont > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-open-schedule > .cont > div > p {
    font-size: 20px !important;
  }
  .p-open-schedule > .cont > div > p.period {
    font-size: 15px !important;
  }
  .p-open-schedule > .cont > div > p > span {
    font-size: 15px !important;
  }
  .p-open-schedule > .cont > div > p.attention {
    padding: 0.3em;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-open-schedule > .cont > a {
    margin-top: 10px;
    display: block;
  }
  .cm-block {
    display: block;
  }
  .cm-block > .txt {
    width: auto;
    max-width: none;
  }
  .cm-block > .txt > .hdg {
    font-size: 1.8rem;
  }
  .cm-block > .txt > p {
    font-size: 1.6rem;
  }
  .p-cm-video {
    margin-right: 0;
    max-width: none;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn {
    border: 2px solid #007cc2 !important;
    border-radius: 4px !important;
    padding: 10px 26px 10px 3px !important;
    -webkit-box-shadow: 0 3px 0px 0 #d2d2d2 !important;
            box-shadow: 0 3px 0px 0 #d2d2d2 !important;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn:before {
    border-radius: 0 4px 4px 0 !important;
    width: 22px !important;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn:after {
    width: 11px !important;
    height: 11px !important;
    border-top: 3px solid #007cc2 !important;
    border-right: 3px solid #007cc2 !important;
    right: 9px !important;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span {
    font-size: clamp(16px, 4.3vw, 18px) !important;
    line-height: 1.4;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn span.-note {
    font-size: 14px;
    line-height: 1.4;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn span.-note br.-sp {
    display: block;
  }
  .p-pool-note {
    margin: 0;
  }
  .p-pool-note > .big {
    font-size: 1.6rem;
  }
  .p-pool-note > .cont > p {
    font-size: 1.4rem;
  }
  .p-pool-note > .cont > p > span {
    font-size: 1.2rem;
  }
  .p-pool-note > .cont {
    padding: 15px 25px;
  }
  .p-pool-note > .cont .thumimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
  }
  .p-pool-note > .cont .thumimage01 {
    width: 48%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-pool-note > .cont .thumimage02 {
    width: 48%;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .accordion-single .accordion-single-item .accordion-single-title {
    font-size: 20px;
    padding: 14px 60px 14px 14px;
  }
  .accordion-single .accordion-single-item .accordion-single-title:after {
    width: 12px;
    height: 12px;
  }
  .accordion-single .accordion-single-item .accordion-single-title.-noarrow {
    padding-right: 20px;
  }
  .accordion-single .accordion-single-item .accordion-single-content .price {
    display: block;
    margin: 24px 16px 12px;
  }
  .accordion-single .accordion-single-item .accordion-single-content .price > p {
    font-size: 20px;
    line-height: 1.4;
  }
  .accordion-single .accordion-single-item .accordion-single-content .price > p > span {
    font-size: 24px;
  }
  .accordion-single .accordion-single-item .accordion-single-content .price > p:not(:first-of-type) {
    margin-left: 0;
  }
  .accordion-single .accordion-single-item .accordion-single-content > a {
    margin: 24px 16px 12px;
  }
  .accordion-single .accordion-single-item .accordion-single-content > p {
    text-align: left;
    margin: 0 14px;
    font-size: 13px;
  }
  .recommend-box {
    padding: 40px 20px;
  }
  .recommend-box > h3 > p {
    padding: 0 22px;
    font-size: 1.8rem !important;
  }
  .recommend-box > h3 > p:before, .recommend-box > h3 > p:after {
    width: 66px;
  }
  .recommend-box > h3 > p:before {
    left: -26px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .recommend-box > h3 > p:after {
    right: -26px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .recommend-box .item {
    display: block;
    max-width: none;
    margin: 0 auto 40px;
  }
  .recommend-box .item .icon {
    margin-right: 0;
    text-align: center;
  }
  .recommend-box .item .text {
    width: 100%;
  }
  .recommend-box .item .text > h4 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .recommend-box .item .text > h4 > span {
    display: block;
    line-height: 1.5;
  }
  .p-modal-section#restspace {
    background: url("/theboon/img/modal-section_bg_sp.jpg") 0 0 repeat;
    background-size: 100% auto;
  }
  .p-modal-section#restspace h2.p-section-hdg {
    font-size: 2.3rem;
  }
  .p-section-block {
    padding: 20px 0 15px;
  }
  .p-section-block.-alpha::before {
    background-size: 100% auto;
    height: auto;
    padding-top: 10vw;
  }
  .p-section-block.-alpha::after {
    background-size: 100% auto;
    height: auto;
    padding-top: 13vw;
  }
  .p-section-block.-alpha > .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-section-block.-img {
    margin: 0 15px 15px;
  }
  .p-section-block > .inner {
    padding: 0 15px;
  }
  .p-section-hdg {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .ticket-area .ticket-item {
    padding: 24px 16px 20px;
  }
  .ticket-area .ticket-item .ticket-btn img {
    width: 100%;
  }
  .ticket-area .ticket-item .price {
    display: block;
  }
  .ticket-area .ticket-item .price > p {
    font-size: 20px;
    line-height: 1.4;
  }
  .ticket-area .ticket-item .price > p > span {
    font-size: 30px;
  }
  .ticket-area .ticket-item .price > p:nth-of-type(2) {
    margin-left: 0;
  }
  #restspace .limit-note > p .txt {
    font-size: 1.4rem;
  }
  ul.accordion > li p {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  ul.accordion > li p span {
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 8px 34px 7px 12px;
  }
  ul.accordion > li p span:after {
    font-size: 22px;
    margin-top: -15.5px;
  }
  ul.accordion > li p span.open:after {
    margin-top: -17.5px;
  }
  ul.accordion > li ul li p.qstn {
    font-size: 1.3rem;
  }
  ul.accordion > li ul li p.answer {
    font-size: 1.3rem;
    padding-top: 0;
  }
  ul.accordion > li ul li p.a-atention {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-content-section__rest-space {
    padding-bottom: 60px !important;
  }
  .p-image-food > .item:nth-child(3n) {
    margin-right: 0;
  }
  .p-nav-local > ul > li:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .p-content-section2023 .p-content-section__block--about .links-container a {
    width: calc(100% / 2 - 5px);
  }
  .p-content-section2023 .p-content-section__block--about .links-container a .ja {
    font-size: 1.4rem;
  }
  .p-content-section2023 .p-content-section__block--about .links-container a .en {
    font-size: 1rem;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container.-reverse .text-box {
    padding-right: unset;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .image-box .image3 {
    width: 310px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .image-box .image5 {
    width: 130px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box,
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange {
    padding-left: unset;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box .text1,
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange .text1 {
    font-size: 2.6rem;
    margin-top: 16px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box .text2,
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .text-box-orange .text2 {
    margin-top: 12px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .special-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 200px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .special-wrapper .text-box-orange {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
    padding: 120px 16px 16px;
  }
  .p-content-section2023 .p-content-section__block--about .feature-list .flex-container .special-wrapper img {
    width: 216px;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn {
    border: 4px solid #007cc2;
    border-radius: 10px;
    padding: 16px 6px;
    -webkit-box-shadow: 0 6px 0px 0 #d2d2d2;
            box-shadow: 0 6px 0px 0 #d2d2d2;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn:before {
    border-radius: 0 6px 6px 0;
    width: 50px;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn:after {
    width: 24px;
    height: 24px;
    border-top: 4px solid #007cc2;
    border-right: 4px solid #007cc2;
    right: 19px;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span {
    font-size: 5vmin;
  }
  .p-modal-price .accordion-single .accordion-single-item .ticket-btn > p span.-plus {
    font-size: 4vmin;
    margin: 0 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-content-section2023 .p-content-section__block--about .links-container a:hover {
    opacity: .6;
  }
  .p-content-section2023 .button-link.-white:hover {
    background: #005ab8;
    color: #fff;
    border: solid 1px #fff;
  }
  .p-content-section2023 .button-link.-white:hover .icon::before {
    color: #fff !important;
  }
  .p-content-section2023 .button-link.-orange:hover {
    background: #fff;
    color: #ff6549;
    border: solid 1px #ff6549;
  }
  .p-content-section2023 .button-link.-orange:hover .icon::before {
    color: #ff6549 !important;
  }
  .p-content-section2023 .button-link.-blue:hover {
    background: #fff;
    color: #005abc;
    border: solid 1px #005abc;
  }
  .p-content-section2023 .button-link.-blue:hover .icon::before {
    color: #005abc !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .-corona > li > a > img {
    height: 43px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
