@charset "UTF-8";
body {
  background: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tb {
    display: block !important;
  }
}

.mb50 {
  margin-bottom: 50px;
}

.center-text {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.button02 {
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 200px;
  color: #fff;
  background: #69a925;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  position: relative;
}
.button02:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@keyframes zoomin {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoominnormal {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.event-visual {
  position: relative;
  padding: 250px 0 120px;
  overflow: hidden;
}
.event-visual .square-box {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  animation: zoomin 0.5s ease-in-out forwards;
}
.event-visual .square-box > img {
  width: 100%;
}
.event-visual .key-txt {
  width: 550px;
  height: 550px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 55px 0 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  animation: zoominnormal 0.5s ease-in-out forwards;
}
.event-visual .key-txt .lank-txt {
  line-height: 1;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.event-visual .key-txt .lank-txt:before,
.event-visual .key-txt .lank-txt:after {
  content: "";
  top: 60%;
  position: absolute;
  width: 1px;
  height: 100px;
  background: #000;
}
.event-visual .key-txt .lank-txt:before {
  left: -40px;
  transform: translateY(-50%) rotate(-35deg);
}
.event-visual .key-txt .lank-txt:after {
  right: -40px;
  transform: translateY(-50%) rotate(35deg);
}
.event-visual .key-txt .lank-txt > .num {
  font-size: 96px;
  font-weight: 700;
  color: #eace00;
}
.event-visual .key-txt .lank-txt > .txt {
  font-size: 50px;
  font-weight: 700;
  margin-left: 10px;
}
.event-visual .key-txt h1 {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.event-visual .key-txt h1 > .first-txt {
  font-size: 45px;
  color: #6fba2c;
}
.event-visual .key-txt h1 > .next-txt {
  font-size: 35px;
  color: #6fba2c;
}
.event-visual .key-txt .discount-num-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 5px solid rgba(206, 234, 196, 1);
  width: 438px;
  margin: 0 auto 10px;
  padding: 5px 20px;
}
.event-visual .key-txt .discount-num-box .num-txt {
  font-weight: 700;
  color: #f11317;
  line-height: 1;
  position: relative;
}
.event-visual .key-txt .discount-num-box .num-txt > span {
  display: inline-block;
  line-height: 1;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.event-visual .key-txt .discount-num-box .num-txt > span.num {
  font-size: 100px;
  line-height: 1;
}
.event-visual .key-txt .discount-num-box .num-txt > span.percent-txt {
  font-size: 50px;
  position: absolute;
  top: 0;
  right: 55px;
}
.event-visual .key-txt .discount-num-box .num-txt > span.off-txt {
  font-size: 50px;
}
.event-visual .key-txt .discount-num-box .ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #6fba2c;
}
.event-visual .key-txt .key-time-box .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #69a925;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
.event-visual .key-txt .key-time-box .event-end-txt {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: red;
  margin-bottom: 40px;
}
.event-visual .key-txt .key-time-box .day-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.event-visual .key-txt .key-time-box .day-box > .day-num > * + * {
  margin-left: 5px;
}
.event-visual .key-txt .key-time-box .day-box > .day-num > span {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  background: #f777a6;
  padding: 5px 15px;
}
.event-visual .key-txt .key-time-box .day-box .day-txt {
  color: #69a925;
  font-weight: 700;
  margin-left: 10px;
}
.event-visual .key-txt .key-time-box .time-box {
  display: flex;
  justify-content: center;
}
.event-visual .key-txt .key-time-box .time-box .num {
  font-size: 40px;
  font-weight: 700;
  color: #f777a6;
}
.event-visual .key-txt .key-time-box .time-box .txt {
  font-weight: 700;
  color: #69a925;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  transform: translateX(-8px);
  display: inline-block;
}
.event-visual .key-txt .logo-box {
  width: 100%;
}
.event-visual .key-txt .logo-box > img {
  width: auto;
  height: 38px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .event-visual {
    padding: 150px 0 100px;
  }
  .event-visual .square-box {
    width: 100%;
    height: 100%;
  }
  .event-visual .square-box > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .event-visual .key-txt {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    padding: 9% 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .event-visual .key-txt .lank-txt {
    top: -6%;
  }
  .event-visual .key-txt .lank-txt:before,
  .event-visual .key-txt .lank-txt:after {
    height: 100%;
  }
  .event-visual .key-txt .lank-txt > .num {
    font-size: 13vw;
  }
  .event-visual .key-txt .lank-txt > .txt {
    font-size: 7vw;
    margin-left: 5px;
  }
  .event-visual .key-txt h1 {
    margin-bottom: 10px;
  }
  .event-visual .key-txt h1 > .first-txt {
    font-size: 6vw;
  }
  .event-visual .key-txt h1 > .next-txt {
    font-size: 4.5vw;
  }
  .event-visual .key-txt .discount-num-box {
    width: 75%;
  }
  .event-visual .key-txt .discount-num-box > .num-txt > span.num {
    font-size: 15vw;
  }
  .event-visual .key-txt .discount-num-box > .num-txt > span.percent-txt,
  .event-visual .key-txt .discount-num-box > .num-txt > span.off-txt {
    font-size: 7vw;
  }
  .event-visual .key-txt .discount-num-box > .num-txt > span.percent-txt {
    right: 24%;
  }
  .event-visual .key-txt .discount-num-box > .ttl {
    font-size: 5vw;
  }
  .event-visual .key-txt .key-time-box .event-end-txt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .event-visual .key-txt .key-time-box > .ttl {
    font-size: 4vw;
  }
  .event-visual .key-txt .key-time-box .day-box > .day-num > span {
    text-align: center;
    font-size: 6vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    padding: 0;
  }
  .event-visual .key-txt .key-time-box .time-box .num {
    font-size: 7vw;
  }
  .event-visual .key-txt .logo-box img {
    height: 25px;
  }
}

.under-page {
  overflow: hidden;
}

.event-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.event-summary .img-box {
  width: 40%;
  overflow: hidden;
}
.event-summary .img-box > img {
  width: 100%;
}
.event-summary .txt-box {
  width: 55%;
}
.event-summary .txt-box > .ttl {
  font-size: 30px;
  font-weight: 700;
  color: #69a925;
  line-height: 1.6;
  margin-bottom: 20px;
}
.event-summary .txt-box > .ttl::first-letter {
  color: #f777a6;
}
.event-summary .txt-box > .txt {
  margin-bottom: 20px;
}
.event-summary .txt-box .appeal-txt {
  font-size: 20px;
  font-weight: 700;
  color: #69a925;
  margin-top: 30px;
}
.event-summary .txt-box .appeal-txt::first-letter {
  color: #f777a6;
}
@media only screen and (max-width: 767px) {
  .event-summary .img-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .event-summary .txt-box {
    width: 100%;
  }
  .event-summary .txt-box > .ttl {
    font-size: 19px;
  }
  .event-summary .appeal-txt {
    font-size: 18px;
    margin-top: 20px;
  }
}

.f24px {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .f20px-tb {
    font-size: 20px;
  }
}

.table01 {
  width: 100%;
}
.table01 tbody tr th,
.table01 tbody tr td {
  vertical-align: middle;
  border: 1px solid #91c45c;
  padding: 7px 15px;
}
.table01 tbody tr th {
  font-weight: 700;
  background: #c1e0a1;
}
@media only screen and (max-width: 767px) {
  .table01 tbody tr th,
  .table01 tbody tr td {
    display: block;
    width: 100% !important;
  }
}

.main-box {
  background: url("../images/event/paws_bg01.png") repeat-y center/100%;
}
@media only screen and (max-width: 767px) {
  .main-box {
    background: url("../images/event/paws_bg01.png") repeat-y center/900px 1125px;
  }
}

.asterisk-list > li {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 20px;
}
.asterisk-list > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .asterisk-list > li {
    font-size: 12px;
    padding-left: 15px;
  }
}
.asterisk-list > li.red-txt {
  font-size: 16px;
  font-weight: 700;
  color: #f11317;
}
@media only screen and (max-width: 767px) {
  .asterisk-list > li.red-txt {
    font-size: 14px;
  }
}

#link02 {
  padding: 80px 0;
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  counter-reset: section;
}
.flow-list > li {
  width: 30%;
  background: #fff;
}
.flow-list > li > .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  background: #c1e0a1;
  position: relative;
  padding: 15px 20px 15px 79px;
}
.flow-list > li > .ttl:before {
  counter-increment: section;
  content: counter(section);
  color: #fff;
  font-size: 48px;
  width: 59px;
  height: 100%;
  background: #69a925;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-list > li .content {
  width: 100%;
  padding: 20px;
}
.flow-list > li .content .icon-box {
  text-align: center;
  margin-bottom: 20px;
}
.flow-list > li .content .icon-box > img {
  width: auto;
  height: 74px;
  display: inline-block;
}
.flow-list > li .content .txt {
  font-weight: 700;
}
.flow-list > li .content .txt > * + * {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .flow-list {
    gap: 30px 2%;
  }
  .flow-list > li {
    width: 100%;
  }
}

h2.event {
  font-size: 30px;
  font-weight: 700;
  color: #69a925;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
h2.event::first-letter {
  color: #f777a6;
}
@media only screen and (max-width: 767px) {
  h2.event {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.event-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
}
.event-card-list > li {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.event-card-list > li .img-box {
  width: 100%;
  padding-bottom: 66%;
  position: relative;
}
.event-card-list > li .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-card-list > li .txt-box {
  padding: 15px 20px 20px;
}
.event-card-list > li .txt-box .ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.event-card-list > li .txt-box .address-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #999;
  margin-bottom: 10px;
}
.event-card-list > li .txt-box .icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.25%;
  margin-bottom: 15px;
}
.event-card-list > li .txt-box .icon-list > li {
  width: 19%;
}
.event-card-list > li .txt-box .coupon-txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #f777a6;
  padding: 5px 10px;
  width: 110px;
  position: relative;
  margin-bottom: 5px;
}
.event-card-list > li .txt-box .coupon-txt:after {
  content: "";
  width: 10px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #f777a6;
  position: absolute;
  top: 0;
  right: -10px;
}
.event-card-list > li .txt-box .fee-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.event-card-list > li .txt-box .fee-box .before-txt {
  font-weight: 500;
  color: #959595;
}
.event-card-list > li .txt-box .fee-box .before-txt .num {
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.event-card-list > li .txt-box .fee-box .before-txt .num:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #959595;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.event-card-list > li .txt-box .fee-box .before-txt .txt {
  font-size: 16px;
}
.event-card-list > li .txt-box .fee-box .after-txt {
  letter-spacing: -1px;
  line-height: 1;
  color: #f777a6;
}
.event-card-list > li .txt-box .fee-box .after-txt .num {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.event-card-list > li .txt-box .fee-txt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #f777a6;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .event-card-list > li .txt-box .fee-txt {
    font-size: 1rem;
  }
}
.event-card-list > li .txt-box .btn-box > * + * {
  margin-top: 5px;
}
.event-card-list > li .txt-box .btn-box > .item > a,
.event-card-list > li .txt-box .btn-box > .item > button {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 100%;
  line-height: 1.4;
  display: block;
  padding: 10px 20px;
  transition: 0.3s;
}
.event-card-list > li .txt-box .btn-box > .item > a.facility,
.event-card-list > li .txt-box .btn-box > .item > button.facility {
  border: 1px solid #69a925;
}
.event-card-list > li .txt-box .btn-box > .item > a.review-btn,
.event-card-list > li .txt-box .btn-box > .item > button.review-btn {
  background: #eaf4a6;
}
.event-card-list > li .txt-box .btn-box > .item > a.plan,
.event-card-list > li .txt-box .btn-box > .item > button.plan {
  color: #fff;
  background: #f777a6;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
.event-card-list > li .txt-box .btn-box > .item > a:hover,
.event-card-list > li .txt-box .btn-box > .item > button:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .event-card-list {
    gap: 15px 2%;
  }
  .event-card-list > li {
    width: 49%;
  }
  .event-card-list > li .txt-box {
    padding: 15px 10px;
  }
  .event-card-list > li .txt-box > .ttl {
    font-size: 12px;
  }
  .event-card-list > li .txt-box .address-txt {
    font-size: 10px;
  }
  .event-card-list > li .txt-box .icon-list {
    gap: 5px 2%;
  }
  .event-card-list > li .txt-box .icon-list > li {
    width: 32%;
  }
  .event-card-list > li .txt-box .coupon-txt {
    width: 95px;
    font-size: 10px;
  }
  .event-card-list > li .txt-box .fee-box .before-txt .num {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .event-card-list > li .txt-box .fee-box .before-txt .txt {
    font-size: 10px;
  }
  .event-card-list > li .txt-box .fee-box .after-txt .num {
    font-size: 20px;
  }
  .event-card-list > li .txt-box .fee-box .after-txt .txt {
    font-size: 10px;
  }
  .event-card-list > li .txt-box .btn-box > .item > a,
  .event-card-list > li .txt-box .btn-box > .item > button {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.facility-box,
.event-review-box {
  margin-bottom: 120px;
}
.event-review-box {
  max-width: 1265px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .facility-box,
  .event-review-box {
    margin-bottom: 80px;
  }
}

.review-slick .slick-prev {
  left: -30px;
}
.review-slick .slick-next {
  right: -10px;
}
@media only screen and (max-width: 1350px) {
  .review-slick .slick-prev {
    left: 16px;
  }
  .review-slick .slick-next {
    right: 35px;
  }
}
.review-slick .swiper-slide {
  margin: 0 10px;
}
.review-slick .swiper-slide .review-card .img-box {
  width: 100%;
  padding-bottom: 66%;
  position: relative;
  margin-bottom: 10px;
}
.review-slick .swiper-slide .review-card .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.review-slick .swiper-slide .review-card .txt-box {
  padding: 0 15px;
}
.review-slick .swiper-slide .review-card .txt-box .nickname-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.review-slick .swiper-slide .review-card .txt-box .nickname-box .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.review-slick .swiper-slide .review-card .txt-box .nickname-box .icon-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-slick .swiper-slide .review-card .txt-box .nickname-box .nickname {
  width: calc(100% - 60px);
}
.review-slick .swiper-slide .review-card .txt-box .ttl {
  font-weight: 700;
  margin-bottom: 10px;
}
.review-slick .swiper-slide .review-card .txt-box .txt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
}
.review-slick .swiper-slide .review-card .txt-box .tag-list {
  display: flex;
  gap: 5px;
}
.review-slick .swiper-slide .review-card .txt-box .tag-list > li {
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 1px 5px;
}
@media only screen and (max-width: 767px) {
  .review-slick .swiper-slide {
    margin: 0 5px;
  }
  .review-slick .slick-arrow {
    display: block !important;
  }
}

.sec-post-box {
  background: #fff;
}

.review-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.review-modal > .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.review-modal .modal-content {
  position: absolute;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: 820px;
  max-height: calc(100svh - 40px);
  background: #fff;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding: 30px 40px;
}
.review-modal .modal-content .modal-close-btn {
  position: sticky;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: auto;
  background: #fff;
  border-radius: 50%;
}
.review-modal .modal-content .modal-close-btn > span {
  display: block;
  width: 75%;
  height: 2px;
  background: #999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.review-modal .modal-content .modal-close-btn > span:nth-of-type(1) {
  transform: rotate(45deg);
}
.review-modal .modal-content .modal-close-btn > span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.review-modal .modal-content .review-infor > * {
  margin: 30px 0;
}
.review-modal .modal-content .review-infor .review-ttl {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.review-modal.open {
  opacity: 1;
  visibility: visible;
}

.member_bk {
  background: #ffffff;
  padding: 100px 0;
}

#wpadminbar {
  display: none !important;
}
span.annotation {
  font-size: 12px;
  color: #888;
}
