body.page-template-page-lp_2026spring {
  --white: rgb(253, 253, 253);
  --white_half: rgba(253, 253, 253, 0.75);
  --white_half_2: rgba(253, 253, 253, 0.25);
  --brown: #462828;
  --brown_light: #962E2E;
  --pink_light: #FFCED5;
  --pink_grad: linear-gradient(rgba(253, 158, 171, 0), rgba(253, 158, 171, 0.75));
  --pink_bg: rgba(255, 206, 213, 0.75);
  --pink_bg_2: rgba(253, 158, 171, 0.75);
  background-image: url(../img/lp_2026spring/bg.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
body.page-template-page-lp_2026spring .petal {
  position: fixed;
  z-index: -1;
  top: 0;
  height: 100dvh;
  width: 100vw;
  pointer-events: none;
  opacity: 0.3;
  mix-blend-mode: hard-light;
}
body.page-template-page-lp_2026spring .petal li {
  width: 16px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 8s ease infinite, rotate1 2s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(1) {
  opacity: 0.5;
  left: 0;
  animation: fall 16s ease infinite, rotate1 3s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(2) {
  opacity: 0.8;
  width: 10px;
  left: 5vw;
  animation: fall 20s ease infinite, rotate1 2s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(3) {
  opacity: 0.7;
  width: 18px;
  left: 20vw;
  animation: fall 16s ease infinite, rotate1 3.5s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(4) {
  opacity: 0.8;
  width: 14px;
  left: 25vw;
  animation-delay: 4s;
  animation: fall 14s ease infinite, rotate2 2s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(5) {
  left: 40vw;
  animation: fall 16s ease infinite, rotate1 6s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(6) {
  left: 50vw;
  animation-delay: 8s;
  animation: fall 18s ease infinite, rotate2 4s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(7) {
  left: 60vw;
  animation: fall 16s ease infinite, rotate2 2s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(8) {
  left: 70vw;
  animation-delay: 12s;
  animation: fall 25s ease infinite, rotate1 4s ease-in-out infinite alternate;
}
body.page-template-page-lp_2026spring .petal li:nth-child(9) {
  left: 80vw;
  animation: fall 20s ease infinite, rotate1 3s ease-in-out infinite alternate;
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(20px) rotate(0deg);
  }
}
body.page-template-page-lp_2026spring h1,
body.page-template-page-lp_2026spring h2,
body.page-template-page-lp_2026spring h3,
body.page-template-page-lp_2026spring h4,
body.page-template-page-lp_2026spring h5,
body.page-template-page-lp_2026spring h6,
body.page-template-page-lp_2026spring p,
body.page-template-page-lp_2026spring li {
  color: var(--brown);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring .basic_width {
    max-width: 1264px;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring .pad16 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body.page-template-page-lp_2026spring a.header_reservation.lp_reservation {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  height: 24px;
  border-radius: 12px;
  padding: 0px;
  min-width: 96px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-template-page-lp_2026spring a.header_reservation.lp_reservation span {
  display: block;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring a.header_reservation.lp_reservation {
    height: 32px;
    border-radius: 16px;
    padding: 0 24px;
    font-size: 1.3rem;
  }
  body.page-template-page-lp_2026spring a.header_reservation.lp_reservation img {
    height: 18px;
  }
}
body.page-template-page-lp_2026spring header {
  background-color: transparent;
  z-index: 990;
}
body.page-template-page-lp_2026spring header .btn.header_reservation {
  opacity: 0;
  pointer-events: none;
}
body.page-template-page-lp_2026spring footer {
  background-color: var(--brown);
}
body.page-template-page-lp_2026spring {
  padding-top: 0;
}
body.page-template-page-lp_2026spring img {
  width: 100%;
}
@keyframes fadeincopy {
  0% {
    -webkit-mask-position: right;
    mask-position: right;
    opacity: 0;
  }
  100% {
    -webkit-mask-position: left;
    mask-position: left;
    opacity: 1;
  }
}
body.page-template-page-lp_2026spring .maskanim {
  -webkit-mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
  mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
  opacity: 0;
  -webkit-mask-size: 250%;
  mask-size: 250%;
  -webkit-mask-position: right;
  mask-position: right;
}
body.page-template-page-lp_2026spring main .lantan {
  position: fixed;
  top: 0;
  right: 0;
  mix-blend-mode: screen;
  z-index: -10;
  opacity: 0.55;
}
body.page-template-page-lp_2026spring main .kv {
  padding-top: 56px;
  padding-bottom: 24px;
}
body.page-template-page-lp_2026spring main .kv .kv_inner {
  max-width: 640px;
  margin: 0 auto;
}
body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_copy {
  animation: fadeincopy 1.2s linear 0.8s forwards;
  padding: 0 16px 8px 16px;
}
body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_title {
  max-width: 400px;
  width: 70%;
  animation: fadeincopy 1.2s linear 1.8s forwards;
  padding: 0 16px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.25));
}
body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_img {
  opacity: 0;
  animation: Fadein 0.8s ease-in 0.6s forwards;
  overflow: hidden;
  margin-top: -16px;
  position: relative;
  z-index: -1;
}
body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_img img {
  width: 110%;
  margin-left: -2.5%;
}
body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_date {
  animation: fadeincopy 1.2s linear 1.8s forwards;
  padding: 0 16px;
  margin-top: -24px;
  width: 80%;
}
body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_date span {
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main .kv {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner {
    max-width: 1264px;
    padding: 0 32px;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents {
    position: relative;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_copy {
    max-width: 60%;
    margin-bottom: 32px;
    padding: 0 0 0 0.25%;
    animation: fadeincopy 1.2s linear 0.8s forwards;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_title {
    width: 37.5%;
    max-width: initial;
    margin-bottom: 56px;
    padding: 0;
    animation: fadeincopy 1.2s linear 1.8s forwards;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_img {
    position: absolute;
    margin-top: initial;
    right: -10%;
    top: 0%;
    bottom: 0;
    margin: auto;
    width: 70%;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 0;
    animation: Fadein 0.8s ease-in 0.6s forwards;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_img img {
    width: 100%;
  }
  body.page-template-page-lp_2026spring main .kv .kv_inner .kv_contents .kv_date {
    margin-top: initial;
    width: 40%;
    padding: 0;
    animation: fadeincopy 1.2s linear 1.8s forwards;
  }
}
body.page-template-page-lp_2026spring main h2.h2_img {
  height: 48px;
  margin-bottom: 16px;
}
body.page-template-page-lp_2026spring main h2.h2_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main h2.h2_img {
    height: 64px;
    margin-bottom: 24px;
  }
  body.page-template-page-lp_2026spring main h2.h2_img img {
    height: 64px;
  }
}
body.page-template-page-lp_2026spring main section#events {
  background: var(--pink_bg);
  padding: 24px 0;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#events {
    padding: 48px 0;
  }
}
body.page-template-page-lp_2026spring main section#events h2.h2_img {
  height: 20px;
  margin-bottom: 16px;
}
body.page-template-page-lp_2026spring main section#events h2.h2_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#events h2.h2_img {
    height: 32px;
    margin-bottom: 24px;
  }
  body.page-template-page-lp_2026spring main section#events h2.h2_img img {
    height: 32px;
  }
}
body.page-template-page-lp_2026spring main section#events ul.events_list {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--white_half);
  height: 100%;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_img {
  width: 40%;
  aspect-ratio: 16/10;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text {
  width: 60%;
  padding: 8px;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text .events_date {
  border-bottom: 0.5px dashed var(--brown_light);
  padding-bottom: 4px;
  margin-bottom: 4px;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text .events_date img {
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text h3 .medium {
  font-size: 0.9em;
}
body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text h3 .small {
  font-size: 0.75em;
}
@media screen and (min-width: 560px) {
  body.page-template-page-lp_2026spring main section#events ul.events_list {
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li {
    width: calc((100% - 16px) / 2);
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li a {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.25));
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_img {
    width: 100%;
    aspect-ratio: 16/10;
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_img img {
    aspect-ratio: 16/10;
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#events ul.events_list {
    gap: 16px;
    flex-wrap: nowrap;
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li {
    width: 25%;
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text {
    width: 100%;
    padding: 8px;
  }
  body.page-template-page-lp_2026spring main section#events ul.events_list li a .events_text h3 {
    font-size: 1.3rem;
  }
}
body.page-template-page-lp_2026spring main section#lead {
  padding-top: 24px;
  padding-bottom: 32px;
  background: var(--pink_grad);
}
body.page-template-page-lp_2026spring main section#lead p.lead {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#lead {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  body.page-template-page-lp_2026spring main section#lead p.lead {
    width: 60%;
    font-size: 1.8rem;
    line-height: 2;
  }
}
body.page-template-page-lp_2026spring main section#anchor,
body.page-template-page-lp_2026spring main section#contents,
body.page-template-page-lp_2026spring main section#about {
  background: var(--pink_bg_2);
}
body.page-template-page-lp_2026spring main section#anchor {
  padding-top: 0px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid var(--brown);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#anchor {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
body.page-template-page-lp_2026spring main section#anchor ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.page-template-page-lp_2026spring main section#anchor ul li {
  width: 33.3333333333%;
  border-radius: 50%;
  background-color: var(--white_half);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#anchor ul {
    gap: 16px;
  }
}
body.page-template-page-lp_2026spring main section#contents {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#contents {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap {
  margin: 24px auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 0.5px solid var(--brown);
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap span.linebreak {
  display: inline;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap span.linebreak.lb_sp {
  display: inline-block;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .text {
  display: contents;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap h3 {
  margin-bottom: 0;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap h3 img {
  width: 100%;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .img {
  order: 2;
  margin: 16px auto 16px auto;
  border-radius: 8px;
  overflow: hidden;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap span.bold.underline {
  border-bottom: 2px solid var(--brown_light);
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .maintext {
  order: 3;
  margin-bottom: 16px;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption {
  order: 4;
  width: 100%;
  border: 0.5px dashed var(--brown);
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--white_half_2);
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption h4 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption p.maintext {
  margin: 0;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption p.small {
  font-size: 1.1rem;
  margin-bottom: 2em;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption h5 {
  font-size: 1.1rem;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption ul li p.small,
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption ol li p.small {
  margin-bottom: 0;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption .img_sub {
  margin: 16px auto 0 auto;
  border-radius: 6px;
  overflow: hidden;
  max-width: 320px;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap ul {
  margin-top: 1em;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap ul.disc {
  list-style: disc;
  padding-left: 1.5em;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap ul.disc li {
  margin-top: 0;
  margin-bottom: 0.25em;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap ul.disc li p.maintext {
  margin-top: 0;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea {
  order: 5;
  margin-top: 16px;
  width: 100%;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea a.btn.pink {
  color: var(--brown);
  border-radius: 40px;
  font-size: 1.3rem;
  max-width: initial;
  height: 48px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  position: relative;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea a.btn.pink::before {
  content: "";
  display: block;
  background: var(--white);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 48px;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea a.btn.pink::after {
  content: "";
  display: block;
  background: linear-gradient(to left, #EB7AE9, #F78CE1, #69C8FE);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 48px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea a.btn.sns_k {
  color: #FDFDFD;
  border-radius: 40px;
  font-size: 1.3rem;
  max-width: initial;
  height: 48px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  position: relative;
  background: #454c5b;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea a.btn.sns_c {
  color: #fdfdfd;
  border-radius: 40px;
  font-size: 1.3rem;
  max-width: initial;
  height: 48px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  position: relative;
  background: #aa281c;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea span.icon {
  display: inline-block;
  margin-right: 4px;
}
body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea span.icon img {
  display: block;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap {
    margin-top: 48px;
    padding-bottom: 96px;
    margin-bottom: 96px;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap:last-child {
    margin-bottom: 104px;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap span.linebreak {
    display: inline-block;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap h3,
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .img,
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .maintext,
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption,
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea {
    order: initial;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap {
    flex-direction: row;
    gap: 64px;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .img {
    flex: 5;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .text {
    flex: 4;
    display: block;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap h3 {
    max-height: initial;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .maintext {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption {
    padding: 24px;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption h4 {
    font-size: 1.4rem;
    margin-bottom: 1.5em;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption p.small,
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption h5 {
    font-size: 1.2rem;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .caption .img_sub {
    margin-top: 24px;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea {
    margin-top: 24px;
  }
  body.page-template-page-lp_2026spring main section#contents .contents_item_area .contents_item_wrap .btnarea a.btn.pink {
    font-size: 1.5rem;
    height: 56px;
  }
}
body.page-template-page-lp_2026spring main section#about {
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#about {
    padding-bottom: 64px;
  }
}
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 0.5px dashed var(--brown);
}
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl h3,
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl h3,
  body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl p {
    font-size: 1.4rem;
  }
}
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl a.btn {
  background-color: var(--white_half);
  margin-top: 24px;
  border-radius: 32px;
  margin-left: 0;
  margin-right: 0;
}
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl dt,
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl dd {
  margin-bottom: 1em;
  border-bottom: 1px dashed var(--brown);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin: 0;
}
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl dt {
  width: 3em;
}
body.page-template-page-lp_2026spring main section#about .about_wrap .about_list dl dd {
  width: calc(100% - 3.2em);
  padding-left: 1em;
}
body.page-template-page-lp_2026spring main section#about .about_kiranah {
  margin-top: 24px;
}
body.page-template-page-lp_2026spring main section#about .about_kiranah .img_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
body.page-template-page-lp_2026spring main section#about .about_kiranah .img_wrap img {
  width: calc((100% - 8px) / 2);
}
body.page-template-page-lp_2026spring main #reservation {
  background-color: var(--pink_bg);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main #reservation {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/10;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/lp_2026spring/reservation_1.webp);
  background-color: rgba(50, 55, 67, 0.5);
  background-blend-mode: screen;
  background-size: cover;
  position: relative;
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  overflow: hidden;
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a p {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(50, 55, 67, 0.5);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a p span {
  display: block;
  width: 100%;
  background-color: rgba(50, 55, 67, 0.8);
  text-align: center;
  padding: 1em;
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a:nth-child(2) {
  background-image: url(../img/lp_2026spring/reservation_2.webp);
  background-color: rgba(170, 40, 28, 0.25);
  background-blend-mode: color-burn;
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a:nth-child(2) p {
  background-color: rgba(170, 40, 28, 0.5);
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a:nth-child(2) p span {
  background-color: rgba(170, 40, 28, 0.85);
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a.disable {
  position: relative;
  pointer-events: none;
}
body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a.disable::after {
  content: "Coming Soon";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  position: absolute;
  letter-spacing: 0.05em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FDFDFD;
  backdrop-filter: blur(2px);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
  body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a {
    max-width: 480px;
    width: 50%;
  }
  body.page-template-page-lp_2026spring main #reservation .reservation_btn_wrap a p {
    font-size: 1.8rem;
  }
}
body.page-template-page-lp_2026spring main #reservation .notice_area {
  padding-top: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-lp_2026spring main #reservation .notice_area h3 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026spring main #reservation .notice_area {
    padding-top: 64px;
  }
}/*# sourceMappingURL=page-lp_2026spring.css.map */