@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

body {
  background-color: #95d0c0;
}

[id] {
  scroll-margin-top: calc(75px);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .md_mt10 {
    margin-top: 10px;
  }
}

.mt10 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .md_mt20 {
    margin-top: 20px;
  }
}

.mt20 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .md_mt30 {
    margin-top: 30px;
  }
}

.mt30 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .md_mt40 {
    margin-top: 40px;
  }
}

.mt40 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .md_mt50 {
    margin-top: 50px;
  }
}

.mt50 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .md_mt60 {
    margin-top: 60px;
  }
}

.mt60 {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .md_mt70 {
    margin-top: 70px;
  }
}

.mt70 {
  margin-top: 70px;
}

.pb60 {
  padding-bottom: 60px;
}

.common-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 768px) {
  .common-pc-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .common-sp-hidden {
    display: none !important;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    transition: none;
    transform: none;
  }
}
.wl-fixed-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .wl-fixed-link {
    z-index: 999;
  }
}

.wl-wrap {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .wl-wrap {
    padding: 0 50px;
  }
}

.wl-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  column-gap: 50px;
}
@media (max-width: 767px) {
  .wl-flex {
    row-gap: 70px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .wl-flex > .wl-item {
    width: calc((100% - 50px) / 2);
  }
}

.wl-item {
  position: relative;
}
.wl-item__deco {
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wl-item__deco {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wl-item__deco img {
    transform-origin: left;
    transform: scale(0.6);
  }
  .wl-item__deco img:nth-child(2) {
    transform-origin: right;
  }
}
.wl-item__deco.fix {
  bottom: 170px;
}
@media (max-width: 767px) {
  .wl-item__deco.fix {
    bottom: 120px;
  }
}
.wl-item__deco-kitchen {
  position: absolute;
  top: 70px;
  left: 30px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wl-item__deco-kitchen {
    width: calc(100% - 50px);
    left: 25px;
    top: 60px;
  }
}
.wl-item__deco-kitchen img {
  transform: scale(0.7);
}
@media (max-width: 991px) {
  .wl-item__deco-kitchen img {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .wl-item > h3 {
    height: 110px;
  }
}
.wl-item > h2, .wl-item > h3 {
  text-align: center;
}
.wl-item > h2 img, .wl-item > h3 img {
  max-width: 100%;
}
.wl-item > h2.ttl_ice_rink img, .wl-item > h3.ttl_ice_rink img {
  width: 240px;
}
@media (min-width: 768px) {
  .wl-item > h2.ttl_ice_rink img, .wl-item > h3.ttl_ice_rink img {
    width: 360px;
  }
}
.wl-item > h2.ttl_kotatsu_park img, .wl-item > h3.ttl_kotatsu_park img {
  width: 429px;
}
@media (min-width: 768px) {
  .wl-item > h2.ttl_kotatsu_park img, .wl-item > h3.ttl_kotatsu_park img {
    width: 643px;
  }
}
.wl-item > h2.ttl_kitchen_car img, .wl-item > h3.ttl_kitchen_car img {
  width: 300px;
}
@media (min-width: 768px) {
  .wl-item > h2.ttl_kitchen_car img, .wl-item > h3.ttl_kitchen_car img {
    width: 500px;
  }
}
.wl-item__content {
  margin: 15px auto 0;
  background-color: #fbfaf6;
  border-radius: 30px;
  color: #3a546c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 35px;
}
@media (min-width: 768px) {
  .wl-item__content {
    margin: 20px auto 0;
    padding: 25px 35px 30px;
    height: calc(100% - 115px);
  }
}
.wl-item__content h3, .wl-item__content h2 {
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  .wl-item__content h3, .wl-item__content h2 {
    font-size: 31px;
  }
}
.wl-item__content h4 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wl-item__content h4 {
    margin-top: 45px;
  }
}
.wl-item__content p.txt-intro {
  width: fit-content;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .wl-item__content p.txt-intro {
    text-shadow: 5px 5px 5px #fff;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .wl-item__content p.txt-intro.pc-center {
    text-align: center;
  }
}
.wl-item__content p.txt-cs {
  width: 100%;
  font-size: 26px;
  text-align: center;
  border-top: 2px solid #3a546c;
  border-bottom: 2px solid #3a546c;
  padding: 55px 0;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .wl-item__content p.txt-cs {
    font-size: 33px;
    padding: 30px 0;
    max-width: 580px;
  }
}
.wl-item__content .img-wrap {
  margin: 30px auto 0;
}
.wl-item__content .img-wrap img {
  max-width: 100%;
}
.wl-item__content-bottom {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 2px solid #3a546c;
}
@media (min-width: 768px) {
  .wl-item__content-bottom {
    padding: 0 0 50px;
  }
}
.wl-item__content-bottom img {
  max-width: 100%;
}
.wl-item__content-bottom h4 {
  width: 100%;
  position: relative;
  text-align: center;
}
.wl-item__content-bottom h4::before {
  position: absolute;
  top: calc(50% - 1px);
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3a546c;
  z-index: 1;
}
.wl-item__content-bottom h4 > p {
  position: relative;
  font-weight: bold;
  z-index: 2;
  width: fit-content;
  margin: auto;
  font-size: 23px;
  padding: 0 20px;
  background-color: #fbfaf6;
}
@media (min-width: 768px) {
  .wl-item__content-bottom h4 > p {
    font-size: 30px;
  }
}
.wl-item__content-bottom h4 > p span {
  font-size: 15px;
}
@media (min-width: 768px) {
  .wl-item__content-bottom h4 > p span {
    font-size: 20px;
  }
}
.wl-item__content-bottom > p {
  text-align: center;
}
.wl-item__content-bottom > p.txt-caution {
  font-size: 13px;
}
.wl-item__content-bottom > p.fs-big {
  font-size: 31px;
}
@media (min-width: 768px) {
  .wl-item__content-bottom > p.fs-big {
    font-size: 40px;
  }
}
.wl-item__content-bottom > p.fs-big span {
  font-size: 21px;
}
@media (min-width: 768px) {
  .wl-item__content-bottom > p.fs-big span {
    font-size: 27px;
  }
}
.wl-item__content-bottom > p.fs-mid {
  font-size: 19px;
}
@media (min-width: 768px) {
  .wl-item__content-bottom > p.fs-mid {
    font-size: 27px;
  }
}
.wl-item__content-bottom > p.fs-mid span {
  font-size: 26px;
}
@media (min-width: 768px) {
  .wl-item__content-bottom > p.fs-mid span {
    font-size: 40px;
  }
}
.wl-item__content-bottom > p.fs-sm {
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .wl-item__content-bottom > p.fs-sm {
    font-size: 17px;
  }
}

.wl-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 90px;
  font-size: 16px;
  text-align: center;
  border-radius: 70px;
  color: #3a546c;
  font-weight: bold;
  box-shadow: 0px 5px 0px #3a546c;
  background-color: #fff;
  border: 2px solid #3a546c;
  transition: all 0.2s;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wl-btn {
    max-width: 682px;
    height: 140px;
    font-size: 22px;
    box-shadow: 0px 10px 0px #3a546c;
  }
  .wl-btn:hover {
    box-shadow: 0px 2px 0px #3a546c;
    transform: translateY(8px);
  }
}
.wl-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  content: "▶︎";
  font-size: 15px;
  color: #3a546c;
}
@media (min-width: 768px) {
  .wl-btn::after {
    right: 50px;
    font-size: 22px;
  }
}
.wl-btn.is-insta::before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url(../img/instagram_color.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .wl-btn.is-insta::before {
    left: 70px;
    width: 77px;
    height: 77px;
  }
}

.wl-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s;
}
.wl-header.is-scrolled {
  background-color: rgba(58, 84, 108, 0.2);
}
@media (max-width: 767px) {
  .wl-header nav {
    visibility: hidden;
    height: 0;
  }
  .wl-header nav ul {
    transform: translateX(100%);
    padding: 100px 0 0;
    width: calc(100% - 60px);
    background-color: #95d0c0;
    transition: all 0.3s ease-in-out;
    height: 100vh;
  }
  .wl-header nav ul li {
    position: relative;
    border-bottom: 2px solid #fff;
  }
  .wl-header nav ul li:first-child {
    border-top: 2px solid #fff;
  }
  .wl-header nav ul li::after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    pointer-events: none;
  }
  .wl-header nav ul li a {
    display: block;
    padding: 20px;
  }
  .wl-header nav.is-open {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-end;
    width: 100%;
    visibility: visible;
  }
  .wl-header nav.is-open ul {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .wl-header nav ul {
    padding: 0 30px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }
  .wl-header nav ul li:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .wl-header__hbg {
    display: none;
  }
}
@media (max-width: 767px) {
  .wl-header__hbg {
    position: fixed;
    top: 0;
    right: 0;
    width: 97px;
    height: 97px;
    background-color: #3a546c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wl-header__hbg span {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 5px;
    transition: all 0.3s;
  }
  .wl-header__hbg p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 7px;
  }
  .wl-header__hbg.is-close {
    background-color: transparent;
  }
  .wl-header__hbg.is-close span {
    margin-top: 0;
    width: 37px;
  }
  .wl-header__hbg.is-close span:nth-child(1) {
    transform: rotate(45deg) translateY(2px);
  }
  .wl-header__hbg.is-close span:nth-child(2) {
    transform: rotate(-45deg) translateY(-2px);
  }
  .wl-header__hbg.is-close span:nth-child(3) {
    display: none;
  }
  .wl-header__hbg.is-close p {
    margin-top: 10px;
  }
}

.wl-kv {
  background-image: url(../img/kv/kv_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wl-kv {
    background-image: url(../img/kv/kv_pc.png);
    margin: 70px auto 0;
  }
}
.wl-kv__contents img {
  max-width: 100%;
}

.wl-intro {
  position: relative;
  color: #3a546c;
  text-align: center;
  margin: 40px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .wl-intro {
    margin: 70px auto 0;
  }
}
.wl-intro h2 {
  font-size: min(6.5vw, 30px);
}
@media (min-width: 768px) {
  .wl-intro h2 {
    font-size: 39px;
  }
}
.wl-intro p {
  position: relative;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 1.7;
  z-index: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wl-intro p {
    text-align: left;
  }
}
.wl-intro__deco {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wl-intro__deco {
    display: none;
  }
}

.wl-event {
  width: 100%;
  margin: 75px auto 0;
}
@media (min-width: 768px) {
  .wl-event {
    margin: 90px auto 0;
  }
}
.wl-event h2 {
  text-align: center;
}
.wl-event h2 img {
  width: 100%;
  max-width: 435px;
}
@media (min-width: 768px) {
  .wl-event h2 img {
    max-width: 680px;
  }
}
.wl-event__contents {
  position: relative;
  margin: 25px auto 0;
  border-radius: 30px;
  background-color: #fbfaf6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 15px 50px;
}
@media (min-width: 768px) {
  .wl-event__contents {
    margin: 30px auto 0;
    padding: 30px min(5vw, 160px) 90px;
  }
}
.wl-event__contents p, .wl-event__contents h3 {
  font-weight: bold;
  color: #3a546c;
}
.wl-event__contents p.txt-head {
  font-size: 24px;
}
@media (min-width: 768px) {
  .wl-event__contents p.txt-head {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .wl-event__contents p.txt-head {
    text-align: center;
  }
}
.wl-event__contents p.txt-intro {
  font-size: 16px;
  margin: 30px auto 0;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .wl-event__contents p.txt-intro {
    text-align: center;
    font-size: 20px;
    margin: 40px auto 0;
  }
}
.wl-event__contents p.txt-caution {
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .wl-event__contents p.txt-caution {
    margin: 80px auto 0;
    font-size: 20px;
  }
}
.wl-event__contents h3 {
  width: 100%;
  border-top: 2px solid #3a546c;
  border-bottom: 2px solid #3a546c;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .wl-event__contents h3 {
    margin: 60px auto 0;
    font-size: 33px;
    padding: 40px 0;
  }
}
.wl-event__contents table {
  color: #3a546c;
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .wl-event__contents table {
    margin: 50px auto 0;
  }
}
.wl-event__contents table th {
  display: flex;
  font-size: 17px;
  white-space: nowrap;
  padding-bottom: 20px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wl-event__contents table th {
    font-size: 23px;
    padding-right: 25px;
  }
}
.wl-event__contents table th span {
  width: 100%;
  background-color: #95d0c0;
  height: fit-content;
  padding: 0 0.5em;
}
@media (min-width: 768px) {
  .wl-event__contents table th span {
    padding: 0 1em;
  }
}
.wl-event__contents table td {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .wl-event__contents table td {
    font-size: 20px;
  }
}
.wl-event__contents-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wl-event__contents-deco img {
  max-width: 130px;
  width: 100%;
}
@media (min-width: 768px) {
  .wl-event__contents-deco img {
    max-width: min(25%, 340px);
  }
}
.wl-event__contents-guests {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .wl-event__contents-guests {
    margin: 70px auto 0;
    gap: 20px;
  }
}
.wl-event__contents-guests > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .wl-event__contents-guests > div {
    width: calc(50% - 10px);
  }
}
.wl-event__contents-guests > div img {
  width: 100%;
}
.wl-event__contents-guests > div p {
  text-align: center;
  margin: 10px 0 0;
  font-size: 19px;
}
@media (min-width: 768px) {
  .wl-event__contents-guests > div p {
    font-size: 23px;
  }
}

.wl-access {
  width: 100%;
  margin: 70px auto 0;
}
@media (min-width: 768px) {
  .wl-access {
    margin: 130px auto 0;
  }
}
.wl-access h2 {
  text-align: center;
}
.wl-access h2 img {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 768px) {
  .wl-access h2 img {
    max-width: 350px;
  }
}
.wl-access__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  .wl-access__contents {
    gap: 30px;
    margin: 50px auto 0;
  }
}
.wl-access__contents__item {
  border-radius: 30px;
  background-color: #cae7de;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .wl-access__contents__item {
    padding: 50px 50px 60px;
  }
}
.wl-access__contents__item h3 {
  text-align: center;
  color: #3a546c;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .wl-access__contents__item h3 {
    font-size: 31px;
    margin-bottom: 60px;
  }
}
.wl-access__contents__item img {
  max-width: 100%;
}

.wl-outline {
  background-color: #3a546c;
  color: #fff;
  padding: 35px 15px;
  text-align: center;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .wl-outline {
    margin: 55px auto 0;
    padding: 50px 15px 80px;
  }
}
.wl-outline p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .wl-outline p {
    font-size: 19px;
  }
}
.wl-outline p + h3 {
  margin-top: 25px;
}

.wl-gallery {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .wl-gallery {
    margin: 70px auto 0;
  }
}
.wl-gallery img {
  display: block;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}

.wl-footer {
  background-color: #fff;
  padding: 35px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .wl-footer {
    padding: 40px 15px 20px;
  }
}
.wl-footer__link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #95d0c0;
  border-radius: 30px;
  width: 100%;
  height: 58px;
  max-width: 342px;
}
@media (min-width: 768px) {
  .wl-footer__link {
    max-width: 433px;
    font-size: 24px;
    height: 74px;
    border-radius: 40px;
  }
}
.wl-footer__link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "▶";
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .wl-footer__link::after {
    font-size: 20px;
  }
}
.wl-footer__instagram {
  display: block;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .wl-footer__instagram {
    margin: 40px auto;
  }
}
.wl-footer__instagram img {
  width: 48px;
}
@media (min-width: 768px) {
  .wl-footer__instagram img {
    width: 60px;
  }
}
.wl-footer__copyright {
  font-size: 15px;
  text-align: center;
}

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