@charset "UTF-8";
body.page-template-page-lp_2026summer {
  --white: #FDFDFD;
  --black: #222222;
  --bg: #FBF6E9;
  --blue: #001F4E;
  --red: #F95E3F;
  --red_half: rgba(249, 94, 63, .9);
  --red_l: #FCD8D0;
  --gray: #EEF5F4;
  --gray_line: #928787;
  --yellow: #EEFF7E;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: var(--red);
}
body.page-template-page-lp_2026summer .sa.slidein {
  opacity: 0;
}
body.page-template-page-lp_2026summer .sa.slidein.show {
  animation: Fadeinslide 0.6s ease-out 0.2s forwards;
}
body.page-template-page-lp_2026summer .sa.fadeinpop.show {
  animation: fadeinpop 0.6s ease-out 0s forwards;
}
body.page-template-page-lp_2026summer h1,
body.page-template-page-lp_2026summer h2,
body.page-template-page-lp_2026summer h3,
body.page-template-page-lp_2026summer h4,
body.page-template-page-lp_2026summer h5,
body.page-template-page-lp_2026summer h6,
body.page-template-page-lp_2026summer p,
body.page-template-page-lp_2026summer li {
  color: var(--black);
}
body.page-template-page-lp_2026summer .basic_width {
  max-width: 560px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026summer .basic_width {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026summer .small_width {
    max-width: 774px;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026summer .pad16 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body.page-template-page-lp_2026summer header {
  background-color: transparent;
  z-index: 990;
  transition-property: background;
  transition-duration: 0.4s;
}
body.page-template-page-lp_2026summer header .header_inner_left {
  background: #F95E3F;
  padding-right: 24px;
  border-radius: 0 0px 24px 0px;
}
body.page-template-page-lp_2026summer header .btn.header_reservation {
  display: none;
  opacity: 0;
  pointer-events: none;
}
body.page-template-page-lp_2026summer footer {
  background-color: var(--れd);
}
body.page-template-page-lp_2026summer {
  padding-top: 0;
}
body.page-template-page-lp_2026summer img {
  width: 100%;
}
body.page-template-page-lp_2026summer .flex50 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026summer .flex50 {
    gap: 40px;
    flex-direction: row;
  }
  body.page-template-page-lp_2026summer .flex50 .item {
    flex: 1;
  }
}
body.page-template-page-lp_2026summer main .reservation_btn_2026summer {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  width: 144px;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  opacity: 0;
  animation: fadeinpop 0.4s ease-out 2.4s forwards;
  background-color: var(--red);
}
body.page-template-page-lp_2026summer main .reservation_btn_2026summer a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--red);
  background-color: var(--white);
  padding: 0 24px;
  width: 144px;
  aspect-ratio: 1/1;
}
body.page-template-page-lp_2026summer main .reservation_btn_2026summer a img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main .reservation_btn_2026summer {
    width: 112px;
    bottom: 8px;
    right: 8px;
  }
  body.page-template-page-lp_2026summer main .reservation_btn_2026summer a {
    width: 112px;
    padding: 0 16px;
  }
}
body.page-template-page-lp_2026summer main .kv {
  height: 100dvh;
  min-height: 800px;
  box-sizing: border-box;
  position: relative;
  padding: 24px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .kv_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .kv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2.4s ease;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .kv_img img.is-active {
  opacity: 1;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .kv_img img.is-scale {
  animation: expansion 10s ease-out 0.2s forwards;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .kv_img::after {
  content: "";
  display: block;
  background-color: var(--blue);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .logo {
  position: absolute;
  top: 0;
  bottom: 160px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date {
  position: absolute;
  left: 48px;
  bottom: 32px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line {
  padding: 8px 8px 8px 8px;
  background-color: var(--red);
  width: -moz-fit-content;
  width: fit-content;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  display: block;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_1 {
  height: 48px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_1 img {
  height: 32px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_2 {
  height: 80px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_2 img {
  height: 64px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_3 {
  height: 40px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_3 img {
  height: 24px;
}
body.page-template-page-lp_2026summer main .kv .kv_inner .date p.small {
  padding-top: 8px;
  color: var(--white);
}
body.page-template-page-lp_2026summer main .kv .kv_illustration {
  position: absolute;
  width: 240px;
  bottom: -40px;
  right: 18%;
}
@media screen and (max-width: 819px) {
  body.page-template-page-lp_2026summer main .kv {
    padding: 8px;
    min-height: 640px;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner {
    border-radius: 8px;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .kv_logo_date_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, -40px);
    height: calc(100dvh - 120px);
    min-height: 520px;
    max-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .logo {
    max-width: 480px;
    padding: 0 32px;
    margin: initial;
    position: relative;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 24px;
    width: 100%;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line {
    padding: 8px 8px 8px 16px;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_1 {
    height: initial;
    width: 33%;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_1 img {
    height: initial;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_2 {
    height: initial;
    width: 55%;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_2 img {
    height: initial;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_3 {
    height: initial;
    width: 33%;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date .date_line.date_3 img {
    height: initial;
  }
  body.page-template-page-lp_2026summer main .kv .kv_inner .date p.small {
    padding-left: 16px;
  }
  body.page-template-page-lp_2026summer main .kv .kv_illustration {
    width: 35%;
    height: initial;
    bottom: initial;
    right: initial;
    left: 24px;
    bottom: -24px;
    transform: rotate(-2.5deg);
  }
}
@keyframes fadeinpop {
  0% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  5% {
    transform: translate(0, 28px);
    opacity: 0;
  }
  99% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes reduction {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes expansion {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
body.page-template-page-lp_2026summer main .kv .kv_img {
  opacity: 0;
  animation: Fadein 0.8s ease-in-out 0.4s forwards;
}
body.page-template-page-lp_2026summer main .kv .logo {
  opacity: 0;
  animation: fadeinpop 0.4s ease-out 1.2s forwards;
}
body.page-template-page-lp_2026summer main .kv .date {
  opacity: 0;
  animation: Fadein 0.8s ease-in-out 1.6s forwards;
}
body.page-template-page-lp_2026summer main .kv .kv_illustration {
  opacity: 0;
  animation: Fadein 0.4s ease-in-out 2s forwards;
}
body.page-template-page-lp_2026summer main section#anchor {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#anchor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item {
  aspect-ratio: 1/1;
  flex: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item a.anchor_item_a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  border-radius: 50%;
  width: 100%;
  padding: 8px 12px;
  aspect-ratio: 1/1;
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item img {
  width: 100%;
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item:nth-child(1).show {
  animation: Fadeinslide 0.6s ease-out 0s forwards;
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item:nth-child(2).show {
  animation: Fadeinslide 0.6s ease-out 0.15s forwards;
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item:nth-child(3).show {
  animation: Fadeinslide 0.6s ease-out 0.3s forwards;
}
body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item:nth-child(4).show {
  animation: Fadeinslide 0.6s ease-out 0.45s forwards;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#anchor .anchor_wrap {
    gap: 8px;
  }
  body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item {
    aspect-ratio: 1/1;
    flex: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
  }
  body.page-template-page-lp_2026summer main section#anchor .anchor_wrap .anchor_item a.anchor_item_a {
    padding: 4px 4px;
    aspect-ratio: 1/1;
  }
}
body.page-template-page-lp_2026summer main section#lead .slider-wrapper {
  display: flex;
  overflow: hidden;
}
body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider {
  animation: scroll-left 80s infinite linear 0.5s both;
  display: flex;
  gap: 24px;
  margin-right: 24px;
}
body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider .slide {
  width: 40vw;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
}
body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider .slide.slide_1 {
  width: 40vw;
  aspect-ratio: 2.5/1;
}
body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider .slide.slide_1 img {
  -o-object-position: bottom;
     object-position: bottom;
}
body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider {
    animation: scroll-left 64s infinite linear 0.5s both;
    gap: 8px;
    margin-right: 8px;
  }
  body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider .slide {
    width: 100vw;
    aspect-ratio: 16/9;
    border-radius: 8px;
  }
  body.page-template-page-lp_2026summer main section#lead .slider-wrapper .slider .slide.slide_1 {
    width: 66.6666666667vw;
    aspect-ratio: 2.5/1;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body.page-template-page-lp_2026summer main section#lead {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-lp_2026summer main section#lead .copy {
  max-width: 540px;
  margin: 0 auto 64px auto;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#lead .copy {
    max-width: 480px;
    padding: 0 24px;
    margin: 0 auto 32px auto;
  }
}
body.page-template-page-lp_2026summer main section#lead .lead_description {
  margin-top: 64px;
}
body.page-template-page-lp_2026summer main section#lead .lead_description .lead {
  max-width: 480px;
}
body.page-template-page-lp_2026summer main section#lead .lead_description p {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#lead .lead_description {
    margin-top: 32px;
  }
  body.page-template-page-lp_2026summer main section#lead .lead_description .lead {
    max-width: 480px;
    width: 80%;
  }
  body.page-template-page-lp_2026summer main section#lead .lead_description p {
    font-size: 1.3rem;
  }
}
body.page-template-page-lp_2026summer main .summer2026_flex_block {
  display: flex;
  justify-content: space-between;
  gap: 104px;
}
body.page-template-page-lp_2026summer main .summer2026_flex_block .headimg {
  width: 64px;
}
body.page-template-page-lp_2026summer main .summer2026_flex_block .headimg h2 {
  position: sticky;
  top: 64px;
}
body.page-template-page-lp_2026summer main .summer2026_flex_block .headimg h2 img {
  width: 100%;
  display: block;
}
body.page-template-page-lp_2026summer main .summer2026_flex_block .content {
  width: calc(100% - 64px - 104px);
  max-width: 904px;
}
body.page-template-page-lp_2026summer main .summer2026_flex_block .content .card img.num {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main .summer2026_flex_block {
    gap: 16px;
    padding-left: 8px;
  }
  body.page-template-page-lp_2026summer main .summer2026_flex_block .headimg {
    width: 32px;
  }
  body.page-template-page-lp_2026summer main .summer2026_flex_block .headimg h2 {
    top: 32px;
  }
  body.page-template-page-lp_2026summer main .summer2026_flex_block .content {
    width: calc(100% - 16px - 32px);
  }
  body.page-template-page-lp_2026summer main .summer2026_flex_block .content .card img.num {
    width: 40px;
    height: 40px;
    top: -8px;
    left: -8px;
  }
}
body.page-template-page-lp_2026summer main section#about {
  background-color: var(--white);
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-lp_2026summer main section#about .about_lead {
  max-width: 400px;
  margin-bottom: 48px;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card {
  width: calc((100% - 32px) / 2);
  background-color: var(--white);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  border: 1px solid var(--black);
  position: relative;
  border-radius: 8px;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .img {
  aspect-ratio: 16/9;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  width: 100%;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea {
  padding: 24px;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea h3 {
  color: var(--red);
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea p.about_text {
  margin-bottom: 16px;
}
body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea p.small {
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card:nth-child(2).show, body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card:nth-child(4).show {
    animation: Fadeinslide 0.6s ease-out 0.2s forwards;
  }
}
body.page-template-page-lp_2026summer main section#about .eventinfo {
  background-color: var(--bg);
  margin-top: 64px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}
body.page-template-page-lp_2026summer main section#about .eventinfo h2 {
  height: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
}
body.page-template-page-lp_2026summer main section#about .eventinfo h2 img {
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
body.page-template-page-lp_2026summer main section#about .eventinfo dl {
  flex: 5;
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
}
body.page-template-page-lp_2026summer main section#about .eventinfo dl dt,
body.page-template-page-lp_2026summer main section#about .eventinfo dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
}
body.page-template-page-lp_2026summer main section#about .eventinfo dl dt span.small,
body.page-template-page-lp_2026summer main section#about .eventinfo dl dd span.small {
  font-size: 0.8em;
}
body.page-template-page-lp_2026summer main section#about .eventinfo dl dt {
  width: 10em;
}
body.page-template-page-lp_2026summer main section#about .eventinfo dl dd {
  width: calc(100% - 24px - 10em);
}
body.page-template-page-lp_2026summer main section#about .eventinfo dl dd .btn {
  background-color: var(--red);
  color: var(--white);
  margin: 8px 0 0 0;
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#about .about_lead {
    max-width: 216px;
    margin-bottom: 40px;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap {
    flex-direction: column;
    gap: 16px;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card {
    width: 100%;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea {
    padding: 16px;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea h3 {
    color: var(--red);
    margin-bottom: 8px;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea p.about_text {
    margin-bottom: 8px;
    word-break: initial;
    overflow-wrap: initial;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea p.about_text wbr {
    display: none;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea p.small {
    margin-top: 4px;
    word-break: initial;
    overflow-wrap: initial;
  }
  body.page-template-page-lp_2026summer main section#about .about_card_wrap .about_card .textarea p.small wbr {
    display: none;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo {
    margin-top: 40px;
    gap: 0px;
    padding: 16px;
    flex-direction: column;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo h2 {
    height: 1.8rem;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo h2 img {
    height: 1.8rem;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo dl {
    flex-direction: column;
    gap: 8px;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo dl dt,
  body.page-template-page-lp_2026summer main section#about .eventinfo dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo dl dt {
    width: 100%;
    font-weight: bold;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo dl dd {
    width: 100%;
    border-bottom: 1px dashed var(--black);
    padding-bottom: 8px;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo dl dd:last-child {
    border: none;
  }
  body.page-template-page-lp_2026summer main section#about .eventinfo dl dd .btn {
    margin: 8px 0 0 0;
    height: 32px;
    border-radius: 20px;
  }
}
body.page-template-page-lp_2026summer main section#contents {
  background-color: var(--red);
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block {
  flex-direction: row-reverse;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .card_wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 {
  gap: 0;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.img {
  flex: 1.25;
  position: relative;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.img .img_inner {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.img .img_inner img {
  transform: scale(1.1);
  display: block;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right {
  padding-left: 24px;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right h3 {
  height: 4rem;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right h3 img {
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p {
  color: var(--white);
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p.date {
  margin: 16px 0;
  font-size: 1.6rem;
  vertical-align: middle;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p.date span.date_icon {
  font-size: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.2em;
  border-bottom: 1px solid var(--white);
  font-weight: bold;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p.small {
  margin-top: 8px;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50:nth-child(even) {
  flex-direction: row-reverse;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50:nth-child(even) .item.right {
  padding-left: 0px;
  padding-right: 24px;
}
body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50.show .img .img_inner img {
  animation: 0.8s reduction 0s ease-out forwards;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block {
    padding-left: 24px;
    padding-right: 8px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .card_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 {
    gap: 0;
    flex-direction: column;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.img {
    flex: initial;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.img .img_inner {
    border-radius: 8px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right {
    padding-left: 0px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right h3 {
    height: 3.2rem;
    margin-top: 16px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right h3 img {
    height: 3.2rem;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p {
    color: var(--white);
    word-break: initial;
    overflow-wrap: initial;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p wbr {
    display: none;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p.date {
    margin: 16px 0;
    font-size: 1.3rem;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p.date span.date_icon {
    font-size: 0.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.2em;
    border-bottom: 1px solid var(--white);
    font-weight: bold;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50 .item.right p.small {
    margin-top: 8px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50:nth-child(even) {
    flex-direction: column;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50:nth-child(even) .item.right {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50:nth-child(even) .img img.num {
    width: 40px;
    height: 40px;
    top: -8px;
    left: initial;
    right: -8px;
  }
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block .flex50.show .img .img_inner img {
    animation: 0.8s reduction 0s ease-out forwards;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#contents .summer2026_flex_block {
    padding-left: 24px;
    padding-right: 8px;
  }
}
body.page-template-page-lp_2026summer main .price_h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--red);
  gap: 16px;
  margin: 64px 0;
  letter-spacing: 0.1em;
}
body.page-template-page-lp_2026summer main .price_h3::before, body.page-template-page-lp_2026summer main .price_h3:after {
  background-color: var(--red);
  height: 2px;
  width: calc((100% - 120px) / 2);
  display: block;
  content: "";
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main .price_h3 {
    gap: 8px;
    font-size: 1.5rem;
    margin: 24px 0;
  }
  body.page-template-page-lp_2026summer main .price_h3::before, body.page-template-page-lp_2026summer main .price_h3:after {
    width: calc((100% - 6em) / 2);
  }
}
body.page-template-page-lp_2026summer main section#price {
  background-color: var(--white);
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-lp_2026summer main section#price .headimg {
  height: 88px;
}
body.page-template-page-lp_2026summer main section#price .headimg img {
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price .headimg {
    height: 64px;
  }
  body.page-template-page-lp_2026summer main section#price .headimg img {
    height: 64px;
  }
}
body.page-template-page-lp_2026summer main section#price .h4_box {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
body.page-template-page-lp_2026summer main section#price .h4_box h4 {
  color: var(--red);
  border-left: 2px solid var(--red);
  padding-left: 0.5em;
  font-size: 1.7rem;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price .h4_box {
    margin-bottom: 16px;
    flex-direction: column;
    gap: 8px;
  }
  body.page-template-page-lp_2026summer main section#price .h4_box h4 {
    font-size: 1.5rem;
  }
}
body.page-template-page-lp_2026summer main section#price .price_list .item {
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--white);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.125));
  border: 1px solid var(--black);
}
body.page-template-page-lp_2026summer main section#price .price_list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .img.bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea {
  padding: 24px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea h5 .small {
  color: var(--red);
  font-size: 1.4rem;
  display: block;
  margin-bottom: 4px;
  line-height: 1.4;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea h5 .big {
  font-size: 2.2rem;
  color: var(--black);
  line-height: 1.3;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea h5 {
  margin-bottom: 4px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.price {
  color: var(--red);
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.price span.big {
  font-size: 2rem;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.price .small {
  font-size: 1.6rem;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.annotation {
  font-size: 1.1rem;
  margin-top: 4px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent {
  border-top: 1px dashed var(--red);
  padding-top: 12px;
  margin-top: 12px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent p.plancontent_title {
  color: var(--red);
  margin-bottom: 8px;
  font-size: 1.2rem;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li {
  display: flex;
  gap: 4px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li span.icon {
  width: 16px;
  height: 16px;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li span.icon img {
  width: 100%;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li span.text {
  font-size: 1.4rem;
}
body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent p.annotation {
  margin-top: 8px;
}
body.page-template-page-lp_2026summer main section#price .price_list.baseplan {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 80px;
}
body.page-template-page-lp_2026summer main section#price .price_list.baseplan .item {
  display: flex;
  justify-content: space-between;
}
body.page-template-page-lp_2026summer main section#price .price_list.baseplan .item .img {
  flex: 1;
  aspect-ratio: 4/3;
}
body.page-template-page-lp_2026summer main section#price .price_list.baseplan .item .textarea {
  flex: 1;
}
body.page-template-page-lp_2026summer main section#price .price_list.option {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
body.page-template-page-lp_2026summer main section#price .price_list.option .item .img {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price .price_list .item {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.125));
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea {
    padding: 16px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea h5 .small {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea h5 .big {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea h5 {
    margin-bottom: 4px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.price span.big {
    font-size: 1.5rem;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.price .small {
    font-size: 1.2rem;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea p.annotation {
    font-size: 1.1rem;
    margin-top: 4px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent {
    padding-top: 12px;
    margin-top: 12px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent p.plancontent_title {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li {
    display: flex;
    gap: 4px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li span.icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent ul li span.text {
    font-size: 1.3rem;
  }
  body.page-template-page-lp_2026summer main section#price .price_list .item .textarea .plancontent p.annotation {
    margin-top: 8px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list.baseplan {
    gap: 16px;
    margin-bottom: 40px;
  }
  body.page-template-page-lp_2026summer main section#price .price_list.baseplan .item {
    flex-direction: column;
  }
  body.page-template-page-lp_2026summer main section#price .price_list.baseplan .item .img {
    flex: 1;
    aspect-ratio: 16/9;
  }
  body.page-template-page-lp_2026summer main section#price .price_list.option {
    flex-direction: column;
  }
}
body.page-template-page-lp_2026summer main section#price .plus {
  margin: 48px auto;
  position: relative;
  width: 32px;
  height: 32px;
}
body.page-template-page-lp_2026summer main section#price .plus::before, body.page-template-page-lp_2026summer main section#price .plus::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.page-template-page-lp_2026summer main section#price .plus::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price .plus {
    margin: 24px auto;
    width: 24px;
    height: 24px;
  }
  body.page-template-page-lp_2026summer main section#price .plus::before, body.page-template-page-lp_2026summer main section#price .plus::after {
    width: 24px;
    height: 4px;
  }
}
body.page-template-page-lp_2026summer main section#price .option_table .h4_box {
  margin-top: 64px;
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table_wrap {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 auto;
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table_wrap::-webkit-scrollbar {
  display: none;
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table {
  min-width: 640px;
  width: 100%;
  border-collapse: collapse;
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table span.bold {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table th,
body.page-template-page-lp_2026summer main section#price .option_table .plan_table td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.5;
  height: 48px;
  border: 1px solid var(--black);
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table thead th {
  background: var(--red);
  color: var(--white);
  font-weight: bold;
}
body.page-template-page-lp_2026summer main section#price .option_table .plan_table tbody th {
  background: var(--red_l);
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price .option_table .h4_box {
    margin-top: 32px;
  }
  body.page-template-page-lp_2026summer main section#price .option_table .plan_table_wrap {
    margin: 0 auto;
    padding-right: 0;
    max-width: 720px;
  }
  body.page-template-page-lp_2026summer main section#price .option_table .plan_table th,
  body.page-template-page-lp_2026summer main section#price .option_table .plan_table td {
    padding: 0.25em;
    font-size: 1.1rem;
    height: 48px;
  }
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap {
  display: flex;
  gap: 24px;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .price_list.door {
  width: 33%;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .plus {
  width: 24px;
  height: 24px;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .plus::before, body.page-template-page-lp_2026summer main section#price .door_plan_wrap .plus::after {
  width: 24px;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option {
  width: calc(67% - 32px);
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item {
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.125));
  border: 1px solid var(--black);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 16px;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item h5 {
  width: 170px;
  font-size: 1.7rem;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item .price {
  color: var(--red);
  font-size: 1.5rem;
}
body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item .price span.small {
  font-size: 0.9em;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap {
    flex-direction: column;
    gap: 0;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .price_list.door {
    width: 100%;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .plus {
    width: 24px;
    height: 24px;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .plus::before, body.page-template-page-lp_2026summer main section#price .door_plan_wrap .plus::after {
    width: 24px;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option {
    width: 100%;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item {
    margin-bottom: 16px;
    gap: 8px;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item h5 {
    width: 10em;
    font-size: 1.5rem;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item .price {
    color: var(--red);
    font-size: 1.5rem;
  }
  body.page-template-page-lp_2026summer main section#price .door_plan_wrap .door_option .door_option_item .price span.small {
    font-size: 0.8em;
  }
}
body.page-template-page-lp_2026summer main section#reservation {
  background-color: var(--red_l);
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#reservation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-lp_2026summer main section#reservation .headimg {
  height: 64px;
}
body.page-template-page-lp_2026summer main section#reservation .headimg img {
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-page-lp_2026summer main section#reservation .price_h3 {
  margin: 32px 0 24px 0;
  font-size: 1.6rem;
}
body.page-template-page-lp_2026summer main section#reservation .reservation_item.flex50 {
  gap: 24px;
}
body.page-template-page-lp_2026summer main section#reservation .reservation_item.flex50 p.small {
  margin-top: 1em;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer main section#reservation .headimg {
    height: 40px;
  }
  body.page-template-page-lp_2026summer main section#reservation .headimg img {
    height: 40px;
  }
  body.page-template-page-lp_2026summer main section#reservation .price_h3 {
    margin: 24px 0 16px 0;
    font-size: 1.4rem;
  }
  body.page-template-page-lp_2026summer main section#reservation .reservation_item.flex50 {
    gap: 16px;
  }
}
body.page-template-page-lp_2026summer section#notes {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}
body.page-template-page-lp_2026summer section#notes .notes {
  color: var(--black);
  height: calc(100dvh - 160px);
  max-height: 640px;
  overflow: scroll;
}
body.page-template-page-lp_2026summer section#notes h2 {
  font-size: 1.4rem;
  margin: 2em 0 0.75em 0;
}
body.page-template-page-lp_2026summer section#notes h3 {
  font-size: 1.2rem;
  margin: 0.75em 0;
}
body.page-template-page-lp_2026summer section#notes li,
body.page-template-page-lp_2026summer section#notes p {
  font-size: 1.2rem;
  line-height: 1.7;
}
body.page-template-page-lp_2026summer section#notes ul {
  padding-left: 1.5em;
}
body.page-template-page-lp_2026summer section#notes li {
  list-style: disc;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-lp_2026summer section#notes {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body.page-template-page-lp_2026summer section#notes .notes {
    height: calc(100dvh - 240px);
    max-height: 560px;
  }
  body.page-template-page-lp_2026summer section#notes h2 {
    font-size: 1.3rem;
  }
  body.page-template-page-lp_2026summer section#notes h3 {
    font-size: 1.1rem;
    margin: 0.75em 0;
  }
  body.page-template-page-lp_2026summer section#notes li,
  body.page-template-page-lp_2026summer section#notes p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=page-lp_2026summer.css.map */