@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  #junglenight {}

  #junglenight .common_inner p,
  #parking .common_inner p {
    line-height: 1.6em;
  }

  #junglenight .common_wrapper h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6em;
    margin-top: 10vw;
  }

  #junglenight .common_wrapper h4 {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6em;
    margin-top: 8vw;
  }

  #junglenight .common_inner p:first-of-type {
    margin-top: 5vw;
  }

  .event_detail_wrapper,
  .event_booking_wrapper {
    width: 90%;
    border: 2px solid #231815;
    margin-top: 10vw;
    padding: 8vw 5%;
    box-sizing: border-box;
  }

  .event_detail_wrapper h3:first-of-type {
    margin-top: 0 !important;
  }

  .event_detail_wrapper ul {
    margin-top: 5vw;
  }

  .event_detail_wrapper ul li {
    font-size: 1rem;
    line-height: 1.8em;
    margin-top: 5vw;
  }

  .event_detail_wrapper ul li:first-of-type {
    margin-top: 0;
  }

  .event_detail_wrapper ul li span {
    font-weight: 700;
    display: block;
    padding-bottom: 1.5vw;
  }

  .event_detail_wrapper p span {
    font-weight: 700;
  }

  .event_booking_note {
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.6em;
  }

  .event_booking_wrapper .common_linkbtn_wrapper {
    width: 100%;
    min-width: 0;
  }

  .event_booking_wrapper .common_linkbtn_wrapper span {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 3vw;
  }

  .event_booking_wrapper .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }

  .event_shop_wrapper {
    width: 90%;
    margin: 10vw auto 0;
    padding: 0;
  }

  .event_shop_item {
    width: 100%;
    margin-top: 12vw;
  }

  .event_shop_item:first-of-type {
    margin-top: 0;
  }

  .event_shop_item_img img {
    width: 100%;
    height: auto;
  }

  .event_shop_item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 5vw;
  }

  .event_shop_menu {
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    margin-top: 2vw;
  }

  .event_shop_menu:first-of-type {
    margin-top: 5vw;
  }

  .event_shop_price {
    font-weight: 700;
    line-height: 1.6em;
    text-align: right;
    margin-top: 2vw;
  }

  .map_wrapper {
    width: 100%;
    margin-top: 10vw;
  }

  .map_wrapper iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    display: block;
  }

  #parking .tr {
    width: 100%;
    border-bottom: 2px solid #231815;
    margin-top: 6vw;
    padding-bottom: 6vw;
  }

  #parking .tr:first-of-type {
    margin-top: 10vw;
  }

  #parking .tr:last-of-type {
    border: none;
    padding-bottom: 0;
  }

  #parking .th {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  #parking .td {
    font-size: 1rem;
    line-height: 1.6em;
    padding-top: 4vw;
  }

  .parking_img_wrapper {
    width: 100%;
  }

  .parking_img_wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 4vw;
  }

  .parking_img_wrapper img:first-of-type {
    margin-top: 0;
  }
}

/* ==================================================
	tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #junglenight {}

  #junglenight .common_inner p,
  #parking .common_inner p {
    line-height: 1.6em;
  }

  #junglenight .common_wrapper h3 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6em;
    margin-top: 7vw;
  }

  #junglenight .common_wrapper h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    margin-top: 6vw;
  }

  #junglenight .common_inner p:first-of-type {
    margin-top: 3vw;
  }

  .event_detail_wrapper,
  .event_booking_wrapper {
    width: 85%;
    border: 2px solid #231815;
    margin-top: 7vw;
    padding: 6vw 5%;
    box-sizing: border-box;
  }

  .event_detail_wrapper h3:first-of-type {
    margin-top: 0 !important;
  }

  .event_detail_wrapper ul {
    margin-top: 4vw;
  }

  .event_detail_wrapper ul li {
    font-size: 1.1rem;
    line-height: 1.8em;
    margin-top: 3vw;
  }

  .event_detail_wrapper ul li:first-of-type {
    margin-top: 0;
  }

  .event_detail_wrapper ul li span {
    font-weight: 700;
    display: block;
    padding-bottom: 1vw;
  }

  .event_detail_wrapper p span {
    font-weight: 700;
  }

  .event_booking_note {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.6em;
  }

  .event_booking_wrapper .common_linkbtn_wrapper {
    min-width: 320px;
  }

  .event_booking_wrapper .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 2vw;
  }

  .event_booking_wrapper .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }

  .event_shop_wrapper {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 7vw auto 0;
    padding: 0;
  }

  .event_shop_item {
    width: calc((100% - 4%) / 2);
    margin: 6vw 4% 0 0;
  }

  .event_shop_item:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .event_shop_item:nth-of-type(2n) {
    margin-right: 0;
  }

  .event_shop_item_img img {
    width: 100%;
    height: auto;
  }

  .event_shop_item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 3vw;
  }

  .event_shop_menu {
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    margin-top: 1.5vw;
  }

  .event_shop_menu:first-of-type {
    margin-top: 3vw;
  }

  .event_shop_price {
    font-weight: 700;
    line-height: 1.6em;
    text-align: right;
    margin-top: 1.5vw;
  }

  .map_wrapper {
    width: 100%;
    margin-top: 7vw;
  }

  .map_wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
  }

  #parking .tr {
    width: 100%;
    border-bottom: 2px solid #231815;
    margin-top: 4vw;
    padding-bottom: 4vw;
  }

  #parking .tr:first-of-type {
    margin-top: 7vw;
  }

  #parking .tr:last-of-type {
    border: none;
    padding-bottom: 0;
  }

  #parking .th {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  #parking .td {
    font-size: 1.05rem;
    line-height: 1.7em;
    padding-top: 3vw;
  }

  .parking_img_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .parking_img_wrapper img {
    width: calc((100% - 3%) / 2);
    height: auto;
    margin-right: 3%;
  }

  .parking_img_wrapper img:last-of-type {
    margin-right: 0;
  }
}

/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  .common_wrapper h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .common_wrapper h4 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .common_inner p:first-of-type {
    margin-top: 2.5vw;
  }
  .event_detail_wrapper {
    width: 80%;
    border: 2px solid #231815;
    margin-top: 5vw;
    padding: 5vw 5%;
  }
  .event_detail_wrapper h3:first-of-type {
    margin-top: 0;
  }
  .event_detail_wrapper ul {
    margin-top: 2.5vw;
  }
  .event_detail_wrapper ul li {
    font-size: 1.2rem;
    line-height: 2.0em;
    margin-top: 1.75vw;
  }
  .event_detail_wrapper ul li span {
    font-weight: 700;
    display: block;
    padding-bottom: 0.7vw;
  }
  .event_detail_wrapper ul li:first-of-type {
    margin-top: 0;
  }
      .event_detail_wrapper p span {
    font-weight: 700;
  }
  .event_booking_wrapper {
    width: 80%;
    border: 2px solid #231815;
    margin-top: 5vw;
    padding: 5vw 5%;
  }
  .event_booking_note {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .common_linkbtn_wrapper {
    min-width: 320px;
  }
  .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 1.05vw;
  }
  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .event_shop_wrapper {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 5vw auto 0;
    padding: 0;
  }
  .event_shop_item {
    width: calc(calc(100% - 2.5%) / 2);
    margin: 2.5vw 2.5% 0 0;
  }
  .event_shop_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .event_shop_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .event_shop_item:last-of-type {
    margin-right: 0;
  }
  .event_shop_item_img {}
  .event_shop_item_img img {
    width: 100%;
    height: auto;
  }
  .event_shop_item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2.5vw !important;
  }
  .event_shop_menu {
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    margin-top: 0.7vw !important;
  }
  .event_shop_menu:first-of-type {
    margin-top: 2.5vw !important;
  }
  .event_shop_price {
    font-weight: 700;
    line-height: 1.6em;
    text-align: right;
    margin-top: 0.7vw !important;
  }
  .tr {
    width: 100%;
    border-bottom: 2px solid #231815;
    margin-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .tr:first-of-type {
    margin-top: 5vw;
  }
  .tr:last-of-type {
    border: none;
    padding-bottom: 0;
  }
  .th {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-left: 5%;
  }
  .td {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin: 0 5%;
    padding-top: 2.5vw;
  }
  .td a {
    transition: all 0.5s ease-in-out;
  }
  .td a:hover {
    opacity: 0.3;
  }
  .td img {
    width: calc((100% - 2.5%) / 2);
    height: auto;
    margin-right: 2.5%;
  }
  .td img:last-of-type {
    margin-right: 0;
  }
  .map_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .map_wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }
  .parking_img_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}