@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800;900&display=swap');
html, body {
  overflow-x: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.spring2026 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (max-width: 428px) {
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}
@media (min-width: 429px) {
  .pcNone {
    display: none;
  }
  .spNone {
    display: block;
  }
}
/* メイン動画 */
.hero {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
}
.hero img {
  width: 100%;
  height: auto;
}
.hero video {
  width: 100%;
  height: auto; /* ← 元比率維持 */
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*opacity: 0; /* ← display:none禁止 */
  pointer-events: none;
}
.hero video.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.hero .icon-pre {
  position: absolute;
  top: -1px;
  left: 0;
  width: 23%;
  height: auto;
}
/* カードのスタイル */
#towers {
  background-color: #fdf6f2;
}
.wrap_shops {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.floor ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
/* カード枠の色 */
.bdr_yl {
  border-color: #ffe57a;
}
.bdr_or {
  border-color: #f9cd9c;
}
.bdr_gn {
  border-color: #d7e597;
}
.bdr_heki {
  border-color: #bedfc2;
}
.bdr_bl {
  border-color: #a1d6d3;
}
.bdr_pc {
  border-color: #f4b1b1;
}
.bdr_red {
  border-color: #ee8475;
}
.bdr_pp {
  border-color: #d0bad9;
}
.card {
  width: 50%;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s ease;
  border-width: 10px;
  border-style: solid;
  box-sizing: border-box;
  padding: 5px;
}
.card.show {
  opacity: 1;
  transform: translateY(0);
}
/* 画像ホバー拡大 */
.card figure {
  overflow: hidden;
  margin: 0;
}
.card img {
  width: 100%;
  display: block;
  transition: transform 1.2s ease;
}
/*.card:hover img {
  transform: scale(1.15);
}*/
.card p {
  padding: 8px 0 3px;
  font-size: 12px;
  font-weight: bold;
  color: #41648b;
  text-align: center;
}
/* モーダル */
body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  z-index: 1000;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  box-sizing: border-box;
  background: #fff;
  width: 90%;
  max-width: 700px;
  position: relative;
  animation: pop .4s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 0 0 20px;
  line-height: 1.4;
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;
  color: #41648b;
}
.modal-content dl dt {
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 15px;
}
.gt .modal-content dl dt {
  color: #796a56;
  background-color: rgba(121, 106, 86, .1);
}
.tw .modal-content dl dt {
  color: #fff;
  background-color: #796a56;
}
.modal-content dl dd {
  padding: 10px 20px 12px;
}
.modal-content dl dd h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
.modal-content dl dd h3 span {
  font-size: 14px;
}
.modal-content dl dd figure {
  margin: 0;
}
.modal-content dl dd figure img {
  width: 100%;
}
.modal-content dl dd figure figcaption {
  font-size: 16px;
  margin: 10px 0 10px;
}
.modal-content dl dd figure figcaption span {
  font-size: 12px;
}
.modal-content dl dd p {
  font-size: 13px;
  line-height: 1.8;
}
.modal-content .wrap_tags {
  margin: 0 20px;
}
/*.modal-content .wrap_tags ul {
  display: flex;
  align-items: center;
}*/
.modal-content .wrap_tags ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  border-radius: 13px;
  padding: 0 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  color: #fff;
}
.modal-content .wrap_tags ul li:last-child {
  margin-right: 0;
}
.modal-content .wrap_tags ul li.card--tag-fair {
  background-color: #eb6d6c;
  border: 1px solid #ee8475;
}
.modal-content .wrap_tags ul li.card--tag-gate {
  background-color: #84cabf;
  border: 1px solid #bedfc2;
}
.modal-content .wrap_tags ul li.card--tag-towers {
  background-color: #a8cf6a;
  border: 1px solid #bedfc2;
}
.modal-content .wrap_tags ul li.card--tag-course {
  display: flex;
  background-color: #f5b2b2;
  border: 1px solid #f5b2b2;
  gap: 6px;
  width: fit-content;
}
.modal-content .wrap_tags ul li.card--tag-hour {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  min-width: 110px;
  background-color: #d1bada;
  border: 1px solid #d1bada;
  line-height: 1.6;
  min-height: 20px;
  padding: 3px 8px;
}
.modal-content .wrap_tags ul li.card--tag-hour span {
  text-align: right;
}
.modal-content .ttl-txt {
  font-size: 14px;
  margin: 15px 20px -10px;
  color: #e55046;
  font-weight: 900;
}
.modal-content .wrap-price {
  /*text-align: right;*/
  margin: 10px 20px;
}
.modal-content .price {
  font-optical-sizing: auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.modal-content .price span {
  font-size: 12px;
}
.modal-content .note {
  font-size: 10px;
  margin: 10px 20px;
}
.modal-content .card_btn {
  display: block;
  margin: 10px 20px 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #796a56;
  color: #fff;
}
@keyframes pop {
  from {
    transform: scale(.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.close {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
}
.tw .close {
  color: #fff;
}
.gt .close {
  color: #796a56;
}
/* caption */
.spring2026--caption {
  box-sizing: border-box;
  position: relative;
  left: 0;
  margin: 0 auto;
  /*left: calc(50% - 500px);*/
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #796a56;
}
/* page-top */
.spring2026--pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .3s ease;
}
.spring2026--pagetop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.spring2026--pagetop img {
  width: 48px;
  height: auto;
  display: block;
}
.cmn-footer {
  border: none !important;
}
@media (max-width: 428px) {
  /* caption */
  .spring2026--caption {
    display: block;
    position: static;
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 370px) {
  .card p {
    letter-spacing: -0.02em;
      font-size: 11.5px;
  }
}
@media (min-width: 429px) {
  .hero .icon-pre {
    width: 16%;
  }
  .wrap_shops {
    padding: 50px 0;
  }
  .floor ul li {
    width: 31.8%;
    margin-right: 2.3%;
    margin-bottom: 2.3%;
    border-width: 20px;
    padding: 10px;
    box-sizing: border-box;
  }
  .floor ul li:nth-child(3n) {
    margin-right: 0;
  }
  .card p {
    font-size: 20px;
    padding: 10px 10px 0;
  }
  /* モーダル */
  .modal-content {
    padding: 0 0 40px;
  }
  .modal-content dl dt {
    font-size: 20px;
    padding: 15px 30px;
  }
  .modal-content dl dd {
    padding: 15px 40px 20px;
  }
  .modal-content dl dd h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .modal-content dl dd h3 span {
    font-size: 18px;
  }
  .modal-content dl dd figure figcaption {
    font-size: 21px;
    margin: 20px 0 15px;
  }
  .modal-content dl dd figure figcaption span {
    font-size: 16px;
  }
  .modal-content dl dd p {
    font-size: 15px;
  }
  .modal-content .wrap_tags {
    margin: 0 40px;
  }
  .modal-content .wrap_tags ul li {
    font-size: 13px;
    line-height: 34px;
    border-radius: 18px;
    padding: 0 20px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .modal-content .wrap_tags ul li.card--tag-hour {
    min-height: 26px;
    padding: 5px 20px;
  }
  .modal-content .ttl-txt {
    font-size: 16px;
    margin: 25px 40px -10px;
    color: #e55046;
  }
  .modal-content .wrap-price {
    margin: 10px 40px 20px;
  }
  .modal-content .price {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .modal-content .price span {
    font-size: 18px;
  }
  .modal-content .note {
    margin: 10px 40px;
  }
  .modal-content .card_btn {
    margin: 10px 40px 0;
    padding: 13px 0;
    font-size: 18px;
  }
  .close {
    top: 9px;
    right: 20px;
    font-size: 28px;
  }
  /* caption */
  .spring2026--caption {
    padding: 50px 0 100px;
  }
  /* page-top */
  .spring2026--pagetop {
    right: 88px;
    bottom: 35px;
    transform: translateY(35px);
  }
  .spring2026--pagetop a {
    transition: .3s ease;
  }
  .spring2026--pagetop a:hover {
    opacity: .7;
  }
  .spring2026--pagetop img {
    width: 72px;
  }
}
@media (hover: hover) {
  .card:hover img {
    transform: scale(1.15);
  }
}