/* Scss Document */
/* Scss Document */
.event-wrapper div {
  margin-top: 8em;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .event-wrapper div {
    margin-top: 3em;
  }
}
.event-wrapper .washinoyu img {
  margin: 0 0 0 auto;
}

.event-wrapper img {
  margin: 0 auto;
}

.-lp {
  font-weight: bold;
  line-height: 1.6;
}
.-lp h2 {
  margin: 1em auto;
  font-size: 5.6rem;
  color: #00913a;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .-lp h2 {
    font-size: 7.5vw;
    line-height: 1.2;
  }
}
.-lp h2 span {
  display: block;
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .-lp h2 span {
    font-size: 5.625vw;
  }
}
.-lp h3 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .-lp h3 {
    margin: 1em auto;
    font-size: 4.375vw;
  }
}
.-lp h3 em {
  color: rgb(228, 59, 134);
}
.-lp.lp-lift {
  padding-bottom: 40rem;
  background: url(../img/bg_lift.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift {
    padding-bottom: 62.5vw;
    background-size: 200% auto;
  }
}
.-lp.lp-lift .lift-item {
  width: 50rem;
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift .lift-item {
    margin-top: 2em;
    width: auto;
  }
}
.-lp.lp-lift .lift-item > div {
  margin-bottom: 1em;
  padding: 3rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift .lift-item > div {
    padding: 1em;
  }
}
.-lp.lp-lift .lift-item h3 {
  margin-bottom: 2em;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift .lift-item h3 {
    font-size: 4.375vw;
  }
}
.-lp.lp-lift .lift-item h3 em {
  color: rgb(228, 59, 134);
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift .lift-item h3 em {
    font-size: 6.875vw;
  }
}
.-lp.lp-lift .lift-item h3 .age {
  margin-right: 0.25em;
  border-radius: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  background: #00913a;
  width: 3em;
  height: 3em;
}
.-lp.lp-lift .lift-item .price {
  text-align: center;
}
.-lp.lp-lift .lift-item .price em {
  font-size: 2.8rem;
}
.-lp.lp-lift .lift-item .price::after {
  margin: 0.5em auto;
  display: block;
  content: "";
  background: url(../img/arrow_bottom.svg) no-repeat center bottom;
  background-size: auto 100%;
  width: 2.5rem;
  height: 2.5rem;
}
.-lp.lp-lift .lift-logo {
  margin: 2em auto;
  width: 80%;
}
.-lp.lp-lift .lift-price {
  display: flex;
}
.-lp.lp-lift .lift-price div {
  padding: 1em;
  background: rgba(248, 224, 100, 0.2);
  width: 49%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift .lift-price div {
    font-size: 3.75vw;
  }
}
.-lp.lp-lift .lift-price div em {
  color: rgb(228, 59, 134);
  font-size: 5.4rem;
}
@media only screen and (max-width: 640px) {
  .-lp.lp-lift .lift-price div em {
    font-size: 8.75vw;
  }
}
.-lp.lp-lift .lift-price div .price-day {
  font-size: 2.4rem;
  margin-top: -1.5em;
  margin-bottom: 1em;
}
.-lp.lp-lift .lift-notes {
  margin-top: 1em;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.-lp.lp-lift .notes {
  margin: 0;
}
.-lp .licence {
  margin-top: 4em;
  margin-bottom: 1em;
  border: solid 4px rgb(228, 59, 134);
}
@media only screen and (max-width: 640px) {
  .-lp .licence {
    margin-top: 3em;
  }
}
.-lp .licence h3 {
  padding: 0.5em;
  color: rgb(255, 255, 255);
  background: rgb(228, 59, 134);
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .-lp .licence h3 {
    margin: 0;
    font-size: 3.75vw;
  }
}
.-lp .licence-inner {
  padding: 2em;
}
@media only screen and (max-width: 640px) {
  .-lp .licence-inner {
    padding: 1em;
  }
}
.-lp .licence-list {
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .-lp .licence-list {
    display: flex;
  }
}
.-lp .licence-list li {
  width: 16.6666666667%;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .-lp .licence-list li {
    width: 33.3333333333%;
    font-size: 3.125vw;
    letter-spacing: 0;
  }
}
.-lp .licence-list li figure {
  margin: 0 auto 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
}
.-lp .licence-list li figure img {
  max-height: 9.5rem;
}
.-lp .licence-list li span {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .-lp .licence-list li span {
    font-size: 2.5vw;
  }
}
.-lp .registration {
  margin-top: 3em;
  padding: 4rem 4rem 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .-lp .registration {
    padding: 2em 2em 0;
  }
}
.-lp .registration-text {
  padding-bottom: 4em;
  width: 60%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .-lp .registration-text p {
    font-size: 3.125vw;
  }
  .-lp .registration-text p br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .-lp .registration-text {
    padding-bottom: 2em;
    width: auto;
  }
}
.-lp .registration-text h3 {
  margin-bottom: 2em;
  color: #00913a;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .-lp .registration-text h3 {
    margin-bottom: 1em;
    margin-top: 0;
  }
}
.-lp .registration-img {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .-lp .registration-img {
    margin: 0 0 0 auto;
    width: 75%;
  }
}
.-lp .rental {
  align-items: flex-end;
}
.-lp .rental-text {
  width: 42rem;
  color: #00913a;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .-lp .rental-text {
    width: auto;
  }
}
.-lp .rental-text .set {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-radius: 0.5em;
  color: rgb(255, 255, 255);
  background: #00913a;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .-lp .rental-text .set {
    font-size: 2.8125vw;
  }
}
.-lp .rental-text .adult {
  color: #00913a;
  text-align: right;
}
.-lp .rental-text h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .-lp .rental-text h3 {
    text-align: acentetr;
  }
}
@media only screen and (max-width: 640px) {
  .-lp .rental-text h3 {
    font-size: 7.5vw;
  }
}
.-lp .rental-text h3 span {
  display: block;
  font-size: 2.4rem;
}
.-lp .rental-text .price {
  font-size: 5.4rem;
}
.-lp .rental-text .notes {
  color: #251d1a;
}
.-lp .rental-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13rem;
  background: url(../img/img_rental03.png) no-repeat center top;
  background-size: 100% auto;
  width: 8.6rem;
  height: 8.9rem;
}
.-lp .rental-img {
  width: 62rem;
}
@media only screen and (max-width: 640px) {
  .-lp .rental-img {
    margin-top: 2em;
    width: auto;
  }
}
.-lp.school {
  padding-top: 4em;
  background: url(../img/bg_school.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .-lp.school {
    padding-top: 2em;
    padding-bottom: 62.5vw;
    background: #edf0f7 url(../img/bg_school_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.-lp.school .school-list {
  margin-top: 4em;
}
@media only screen and (max-width: 640px) {
  .-lp.school .school-list {
    margin-top: 2em;
  }
}
.-lp.school .school-list li {
  width: 30%;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .-lp.school .school-list li {
    margin: 1em auto 0;
    width: 90%;
  }
}
.-lp.school .school-list li p {
  margin-top: 1em;
}
.-lp.nighter {
  padding-top: 4em;
  background: #181c2c url(../img/bg_allnight.png) no-repeat center bottom;
  background-size: 100% auto;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 640px) {
  .-lp.nighter {
    padding-top: 2em;
    padding-bottom: 62.5vw;
    background: #181c2c url(../img/bg_allnight_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.-lp.nighter h2 {
  color: rgb(255, 255, 255);
}
.-lp.nighter h2 span {
  color: rgb(255, 255, 255);
}
.-lp.nighter .nighter-list {
  margin: 3em auto;
  width: 95rem;
}
@media only screen and (max-width: 640px) {
  .-lp.nighter .nighter-list {
    width: auto;
  }
}
.-lp.nighter .nighter-list > div {
  padding: 1em;
  width: 49%;
  color: #fff000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .-lp.nighter .nighter-list > div {
    margin: 1em auto 0;
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .-lp.nighter .nighter-list > div {
    font-size: 5.625vw;
  }
}
.-lp.nighter .nighter-list > div em {
  font-size: 4.4rem;
  display: block;
}
@media only screen and (max-width: 640px) {
  .-lp.nighter .nighter-list > div em {
    font-size: 7.5vw;
  }
}
.-lp.nighter .nighter-list > div span {
  display: block;
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .-lp.nighter .nighter-list > div span {
    font-size: 3.75vw;
  }
}
.-lp.nighter .nighter-list > div .term {
  margin-top: 0.5em;
  padding: 0.25em;
  color: #251d1a;
  background: #fff000;
  font-size: 2.4rem;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .-lp.nighter .nighter-list > div .term {
    font-size: 5vw;
  }
}
.-lp.nighter .nighter-list > div:first-child::before {
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  display: block;
  width: 15.3rem;
  height: 9.4rem;
  background: url(../img/img_nighter01.png) no-repeat center top;
}
.-lp.nighter .nighter-list > div:last-child::before {
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  display: block;
  width: 7.8rem;
  height: 9.8rem;
  background: url(../img/img_nighter02.png) no-repeat center top;
}
.-lp.spa {
  padding-top: 4em;
  background: url(../img/bg_spa.png) no-repeat right top;
}
@media only screen and (max-width: 640px) {
  .-lp.spa {
    padding-top: 2em;
    background: none;
  }
}
.-lp.spa h2 {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .-lp.spa h2 {
    text-align: center;
  }
}
.-lp.tour {
  padding-top: 4em;
  background: url(../img/bg_tourbus.jpg) no-repeat right bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .-lp.tour {
    padding-top: 2em;
    padding-bottom: 31.25vw;
    background: url(../img/bg_tourbus_sp.png) no-repeat right bottom;
    background-size: 100% auto;
  }
}
.-lp.tour .tour-list {
  margin: 3em auto;
  width: 87.5rem;
}
@media only screen and (max-width: 640px) {
  .-lp.tour .tour-list {
    margin: 2em auto;
    width: auto;
  }
}
.-lp.tour .tour-item {
  padding: 2em;
  width: 48%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 640px) {
  .-lp.tour .tour-item {
    margin-top: 1em;
    padding: 1em;
    width: auto;
  }
}
.-lp.tour .tour-item .area {
  margin-bottom: 0.25em;
  font-size: 3.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .-lp.tour .tour-item .area {
    font-size: 5.625vw;
  }
}
.-lp.tour .tour-item .btn.-s {
  margin-top: 0;
}
.-lp .price-text {
  width: 47rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .-lp .price-text {
    width: auto;
  }
}
.-lp .price-img {
  width: 47rem;
}
@media only screen and (max-width: 640px) {
  .-lp .price-img {
    width: auto;
    margin: 1em auto 0;
  }
}
.-lp .hotel-text {
  width: 46rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .-lp .hotel-text {
    width: auto;
  }
}
.-lp .hotel-img {
  width: 49rem;
}
@media only screen and (max-width: 640px) {
  .-lp .hotel-img {
    width: auto;
    margin: 1em auto 0;
  }
}
.-lp .hotel-price {
  font-size: 1.8rem;
  line-height: 1.2;
}
.-lp .hotel-price em {
  font-size: 3.2rem;
  color: rgb(228, 59, 134);
}
.-lp .hotel-tokuten {
  padding: 1em;
  border: solid 2px #00913a;
  background: rgb(255, 255, 255);
  color: #00913a;
  text-align: center;
  position: relative;
}
.-lp .hotel-tokuten h4 {
  margin: 0 auto;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  width: 8em;
  padding: 0.25em 0;
  border-radius: 2em;
  color: rgb(255, 255, 255);
  background: #00913a;
  display: inline-block;
}
.-lp .hotel-tokuten .lead {
  margin: 1em auto;
  color: rgb(228, 59, 134);
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .-lp .hotel-tokuten .lead {
    line-height: 1.3;
  }
}
.-lp .hotel-tokuten li {
  margin-top: 1em;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .-lp .hotel-tokuten li {
    font-size: 3.75vw;
  }
}
.-lp .hotel-tokuten span {
  color: #251d1a;
  font-size: 1.4rem;
}
.-lp .kidspace {
  align-items: center;
}
.-lp .kidspace-text {
  width: 40rem;
}
@media only screen and (max-width: 640px) {
  .-lp .kidspace-text {
    width: auto;
  }
}
.-lp .kidspace-text h2 {
  text-align: left;
}
.-lp .kidspace-img {
  width: 53.5rem;
}
@media only screen and (max-width: 640px) {
  .-lp .kidspace-img {
    margin: 1em auto 0;
    width: auto;
  }
}
.-lp .kidspace-img h4 {
  margin-top: 1em;
  color: #00913a;
  font-size: 2.4rem;
}
.-lp .restaurant {
  align-items: center;
}
.-lp .restaurant-text {
  width: 42rem;
}
@media only screen and (max-width: 640px) {
  .-lp .restaurant-text {
    width: auto;
  }
}
.-lp .restaurant-text h3 {
  margin-bottom: 1em;
  color: #00913a;
  font-size: 3rem;
  line-height: 1.3;
}
.-lp .restaurant-text h3 span {
  display: block;
  font-size: 2rem;
}
.-lp .restaurant-img {
  width: 46rem;
}
@media only screen and (max-width: 640px) {
  .-lp .restaurant-img {
    margin: 1em auto 0;
    width: auto;
  }
}
.-lp .restaurant-menu {
  margin-top: 3em;
  justify-content: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .-lp .restaurant-menu {
    gap: 4vw 4%;
    display: flex;
  }
}
.-lp .restaurant-menu figure {
  width: 31.3725490196%;
}
@media only screen and (max-width: 640px) {
  .-lp .restaurant-menu figure {
    width: 48%;
  }
}
.-lp .restaurant-menu figure figcaption {
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .-lp .restaurant-menu figure figcaption {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .-lp .restaurant-bnr {
    display: flex;
  }
}
.-lp .restaurant-bnr li {
  width: 48%;
}
.-lp .crepe {
  margin: 2em 0 0 auto;
  position: absolute;
  right: 0;
  bottom: -16rem;
}
@media only screen and (max-width: 640px) {
  .-lp .crepe {
    position: relative;
    width: 50%;
    bottom: 0;
  }
}
.-lp .crepe figcaption {
  position: absolute;
  top: 1em;
  left: -5em;
  color: #00913a;
  font-size: 3rem;
  -webkit-text-stroke: 4px rgb(255, 255, 255);
  text-stroke: 4px rgb(255, 255, 255);
  paint-order: stroke;
}
.-lp .block-price {
  margin-bottom: 0.5em;
  padding: 1em;
  background: rgba(248, 224, 100, 0.2);
  font-size: 2.4rem;
}
.-lp .block-price.-white {
  background: rgb(255, 255, 255);
}
.-lp .block-price dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .-lp .block-price dl {
    display: block;
  }
}
.-lp .block-price dl dt {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .-lp .block-price dl dt {
    line-height: 1;
    font-size: 5vw;
  }
}
.-lp .block-price dl dd {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .-lp .block-price dl dd {
    text-align: center;
  }
}
.-lp .block-price dl dd em {
  color: rgb(228, 59, 134);
  font-size: 5.6rem;
}
@media only screen and (max-width: 640px) {
  .-lp .block-price dl dd em {
    font-size: 10vw;
  }
}
.-lp .block-price span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .-lp .block-price span {
    font-size: 3.125vw;
  }
}
.-lp .frame {
  border-radius: 2rem;
  padding: 2em;
  background: rgba(248, 224, 100, 0.2);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .-lp .frame {
    padding: 1.5em;
  }
}
.-lp .frame.-white {
  background: rgb(255, 255, 255);
}
.-lp .frame h2 {
  margin: 0 auto 1em;
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .-lp .frame h2 {
    font-size: 5.625vw;
  }
}
.-lp .lead {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .-lp .lead {
    font-size: 3.75vw;
    line-height: 1.6;
    text-align: center;
  }
}
.-lp .lead-s {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .-lp .lead-s {
    font-size: 3.75vw;
  }
}
.-lp .-pink {
  color: rgb(228, 59, 134);
}
.-lp .btn {
  margin: 3em auto 0;
}
@media only screen and (max-width: 640px) {
  .-lp .btn {
    margin: 2em auto 0;
  }
}
.-lp .btn a {
  padding: 1em 2.5em 1em 2em;
  background: #fff000;
  color: #251d1a;
  position: relative;
  font-size: 3.2rem;
  min-width: 57.6rem;
}
@media only screen and (max-width: 640px) {
  .-lp .btn a {
    min-width: 100%;
    font-size: 4.375vw;
  }
}
.-lp .btn a::after {
  margin: auto 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%);
  display: block;
  border-style: solid;
  border-width: 1rem 0 1rem 1.6rem;
  border-color: transparent transparent transparent #251d1a;
}
.-lp .btn.-s a {
  color: rgb(255, 255, 255);
  background: #FF4000;
  font-size: 2.4rem;
  min-width: 100%;
}
@media only screen and (max-width: 640px) {
  .-lp .btn.-s a {
    font-size: 4.375vw;
  }
}
.-lp .btn.-s a::after {
  border-color: transparent transparent transparent rgb(255, 255, 255);
}
.-lp .-reverse {
  flex-direction: row-reverse;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 20px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}/*# sourceMappingURL=css.css.map */