/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  @-webkit-keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  @keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  .lp-spring2026 {
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .lp-spring2026 .spring-mv {
    position: relative;
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 clamp(250px, 66vw, 270px);
    background-color: #FFF8E5;
  }
  .lp-spring2026 .spring-mv h1 {
    position: absolute;
    z-index: 10;
    width: 100%;
    aspect-ratio: 75/182;
  }
  .lp-spring2026 .spring-mv h1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lp-spring2026 .spring-intro {
    position: relative;
    z-index: 20;
    margin: 0 auto;
  }
  .lp-spring2026 .spring-intro::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 15/32;
  }
  .lp-spring2026 .spring-intro .inner {
    position: relative;
  }
  .lp-spring2026 .spring-intro .text {
    margin-bottom: 50px;
    padding: 0 6vw;
    font-family: "Kosugi Maru", "M PLUS Rounded 1c", sans-serif;
  }
  .lp-spring2026 .spring-intro .text h2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: clamp(16px, 4.2vw, 22px);
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.75em;
    color: #8E5F1E;
    text-align: center;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 3px;
  }
  .lp-spring2026 .spring-intro .text h2 .pink {
    font-weight: inherit;
    color: #EB6583;
  }
  .lp-spring2026 .spring-intro .text p {
    font-size: clamp(13px, 3.46vw, 18px);
    font-weight: 400;
    color: #8E5F1E;
    text-align: center;
    line-height: 1.75em;
  }
  .lp-spring2026 .spring-intro .text p b {
    font-weight: inherit;
  }
  .lp-spring2026 .spring-intro .text p b.red {
    color: #DD4467;
  }
  .lp-spring2026 .spring-intro .text p b.orange {
    color: #F47A00;
  }
  .lp-spring2026 .spring-intro .text p b.green {
    color: #6D9629;
  }
  .lp-spring2026 .spring-intro .img {
    position: relative;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(403px, 107vw, 600px);
    text-align: center;
  }
  .lp-spring2026 .spring-nav-wrapper {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10vw;
  }
  .lp-spring2026 .spring-nav-wrapper ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 100%;
  }
  .lp-spring2026 .spring-nav-wrapper ul li:last-child {
    margin-bottom: 0;
  }
  .lp-spring2026 .spring-nav-wrapper ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-spring2026 #springNav {
    list-style: none;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100vw;
    padding: 10px;
    border-bottom: none;
    background-color: #FFF8E5;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  .lp-spring2026 #springNav li {
    max-width: clamp(110px, 29vw, 150px);
    margin: 0;
  }
  .lp-spring2026 #springNav li a {
    text-align: center;
  }
  .lp-spring2026 .section-gourmet,
  .lp-spring2026 .section-activity,
  .lp-spring2026 .section-kids {
    position: relative;
    z-index: 1;
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 200px;
  }
  .lp-spring2026 .section-gourmet::before,
  .lp-spring2026 .section-activity::before,
  .lp-spring2026 .section-kids::before {
    content: "";
    position: absolute;
    inset: -9vw 0 auto 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 10/1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .lp-spring2026 .section-gourmet .section-intro,
  .lp-spring2026 .section-activity .section-intro,
  .lp-spring2026 .section-kids .section-intro {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
  }
  .lp-spring2026 .section-gourmet .section-intro .section-title,
  .lp-spring2026 .section-activity .section-intro .section-title,
  .lp-spring2026 .section-kids .section-intro .section-title {
    position: absolute;
    top: -140px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(325px, 86.5vw, 500px);
  }
  .lp-spring2026 .section-gourmet .section-intro .img,
  .lp-spring2026 .section-activity .section-intro .img,
  .lp-spring2026 .section-kids .section-intro .img {
    position: absolute;
    z-index: 6;
    left: 50%;
  }
  .lp-spring2026 .section-gourmet .section-intro .text,
  .lp-spring2026 .section-activity .section-intro .text,
  .lp-spring2026 .section-kids .section-intro .text {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: clamp(140px, 37vw, 280px) 0 0;
    font-weight: 500;
    color: #8E5F1E;
    text-align: center;
  }
  .lp-spring2026 .section-gourmet .section-intro .text p,
  .lp-spring2026 .section-activity .section-intro .text p,
  .lp-spring2026 .section-kids .section-intro .text p {
    margin-bottom: 0;
    font-size: clamp(14px, 3.7vw, 18px);
    line-height: 2em;
  }
  .lp-spring2026 .section-gourmet .section-intro .text b,
  .lp-spring2026 .section-activity .section-intro .text b,
  .lp-spring2026 .section-kids .section-intro .text b {
    font-weight: inherit;
  }
  .lp-spring2026 .plan {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - clamp(15px, 4vw, 20px)), 1fr));
    gap: 40px clamp(15px, 4vw, 20px);
    width: 810px;
    max-width: 100%;
    padding: 0 4vw 10px;
    overflow: hidden;
    font-family: "Kosugi Maru", "M PLUS Rounded 1c", sans-serif;
  }
  .lp-spring2026 .plan .item {
    display: contents;
  }
  .lp-spring2026 .plan .item a {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    margin-top: clamp(50px, 13.3vw, 113px);
    padding: clamp(65px, 17.3vw, 130px) 2vw 10px;
    background-color: #FFFFFF;
    border-radius: 15px;
  }
  .lp-spring2026 .plan .img {
    position: absolute;
    top: calc(clamp(50px, 13.3vw, 113px) * -1);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 92%;
    aspect-ratio: 28/19;
    border-radius: 15px;
    overflow: hidden;
  }
  .lp-spring2026 .plan .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .lp-spring2026 .plan .title {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-bottom: 15px;
    font-size: clamp(13px, 3.4vw, 24px);
    font-weight: 500;
    word-break: break-all;
    line-height: 1.5em;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-size: auto 4px;
    background-position: left bottom;
  }
  .lp-spring2026 .plan .title br {
    display: none;
  }
  .lp-spring2026 .plan .hotel {
    position: relative;
    margin: 1em 0 0.75em;
    padding: 0 0 0 1em;
    font-size: clamp(12px, 3.2vw, 16px);
    font-weight: 500;
    word-break: break-all;
    line-height: 1.5em;
  }
  .lp-spring2026 .plan .hotel::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 12px;
    -webkit-mask-image: url(../images/ico-map.svg);
            mask-image: url(../images/ico-map.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  .lp-spring2026 .plan .comment {
    margin: 0;
    font-size: clamp(12px, 3.2vw, 16px);
    font-weight: 500;
    color: #8E5F1E;
    line-height: 1.75em;
  }
  .lp-spring2026 .plan-more {
    position: relative;
    width: 335px;
    max-width: 90vw;
    margin: 40px auto 0;
    padding: 1em;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4em;
  }
  .lp-spring2026 .plan-more::before, .lp-spring2026 .plan-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5vw;
    width: clamp(17px, 4.6vw, 25px);
    height: 2px;
    background-color: #FFFFFF;
  }
  .lp-spring2026 .plan-more::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lp-spring2026 .section-gourmet {
    z-index: 1;
    background-color: #FFEAEF;
  }
  .lp-spring2026 .section-gourmet::before {
    background-image: url(../images/gourmet-bg__sp.svg);
  }
  .lp-spring2026 .section-gourmet .section-intro .img {
    bottom: 5em;
    -webkit-transform: translateX(calc(-50% - 4vw));
            transform: translateX(calc(-50% - 4vw));
    width: clamp(335px, 89vw, 550px);
  }
  .lp-spring2026 .section-gourmet .section-intro .text b {
    color: #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan a {
    -webkit-box-shadow: 0 6px 0 #DD4467;
            box-shadow: 0 6px 0 #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan .title,
  .lp-spring2026 .section-gourmet .plan .hotel {
    color: #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan .hotel::before {
    background-color: #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan-more {
    background-color: #DD4467;
  }
  .lp-spring2026 .section-activity {
    z-index: 2;
    background-color: #FFF2C6;
  }
  .lp-spring2026 .section-activity::before {
    background-image: url(../images/activity-bg__sp.svg);
  }
  .lp-spring2026 .section-activity .section-intro .img {
    bottom: clamp(7.5em, 32vw, 9em);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(310px, 82vw, 450px);
  }
  .lp-spring2026 .section-activity .section-intro .text {
    padding-top: clamp(165px, 44.5vw, 280px);
  }
  .lp-spring2026 .section-activity .section-intro .text b {
    color: #F47A00;
  }
  .lp-spring2026 .section-activity .plan a {
    -webkit-box-shadow: 0 6px 0 #F47A00;
            box-shadow: 0 6px 0 #F47A00;
  }
  .lp-spring2026 .section-activity .plan .title,
  .lp-spring2026 .section-activity .plan .hotel {
    color: #F47A00;
  }
  .lp-spring2026 .section-activity .plan .hotel::before {
    background-color: #F47A00;
  }
  .lp-spring2026 .section-activity .plan-more {
    background-color: #F47A00;
  }
  .lp-spring2026 .section-kids {
    z-index: 3;
    padding-bottom: clamp(80px, 21vw, 160px);
    background-color: #EEFAD8;
  }
  .lp-spring2026 .section-kids::before {
    background-image: url(../images/kids-bg__sp.svg);
  }
  .lp-spring2026 .section-kids .section-intro .img {
    bottom: clamp(7.5em, 32vw, 9.5em);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(315px, 82vw, 450px);
  }
  .lp-spring2026 .section-kids .section-intro .text {
    padding-top: clamp(150px, 40vw, 280px);
  }
  .lp-spring2026 .section-kids .section-intro .text b {
    color: #6D9629;
  }
  .lp-spring2026 .section-kids .plan a {
    -webkit-box-shadow: 0 6px 0 #6D9629;
            box-shadow: 0 6px 0 #6D9629;
  }
  .lp-spring2026 .section-kids .plan .title,
  .lp-spring2026 .section-kids .plan .hotel {
    color: #6D9629;
  }
  .lp-spring2026 .section-kids .plan .hotel::before {
    background-color: #6D9629;
  }
  .lp-spring2026 .section-kids .plan-more {
    background-color: #6D9629;
  }
  .last-banner {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 5vw;
    font-family: "Kosugi Maru", "M PLUS Rounded 1c" sans-serif;
    text-align: center;
  }
  .last-banner h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: clamp(16px, 4.2vw, 22px);
    font-weight: bold;
    color: #BB4E88;
    line-height: 1.5em;
  }
  .last-banner h2::before, .last-banner h2::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: clamp(37px, 10vw, 75px);
    height: 3px;
    background-color: #FCD5E2;
  }
  .last-banner h2::before {
    left: 0;
  }
  .last-banner h2::after {
    right: 0;
  }
  .last-banner a {
    display: block;
    width: clamp(700px, 63.5vw, 1000px);
    max-width: 100%;
    margin: 0 auto;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  @-webkit-keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  @keyframes show {
    from {
      bottom: -150px;
    }
    to {
      bottom: 0;
    }
  }
  .lp-spring2026 {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .lp-spring2026 .spring-mv {
    position: relative;
    z-index: 1;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 clamp(260px, 23.5vw, 330px);
    background-color: #FFF8E5;
  }
  .lp-spring2026 .spring-mv h1 {
    position: absolute;
    z-index: 10;
    width: 100%;
    aspect-ratio: 192/169;
  }
  .lp-spring2026 .spring-mv h1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lp-spring2026 .spring-intro {
    position: relative;
    z-index: 20;
    margin: 0 auto;
  }
  .lp-spring2026 .spring-intro::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 32/19;
  }
  .lp-spring2026 .spring-intro .inner {
    position: relative;
    background-image: url(../images/intro-after.png);
    background-repeat: no-repeat;
    background-position: center bottom 40px;
    background-size: clamp(1200px, 110vw, 1484px) auto;
  }
  .lp-spring2026 .spring-intro .text {
    font-family: "M PLUS Rounded 1c" sans-serif;
    background-image: url(../images/intro-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .lp-spring2026 .spring-intro .text h2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 70px;
    padding-bottom: 10px;
    font-size: clamp(24px, 2.18vw, 28px);
    font-weight: 800;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.75em;
    color: #8E5F1E;
  }
  .lp-spring2026 .spring-intro .text h2 .pink {
    font-weight: inherit;
    color: #EB6583;
  }
  .lp-spring2026 .spring-intro .text p {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 500;
    color: #8E5F1E;
    text-align: center;
    line-height: 1.75em;
  }
  .lp-spring2026 .spring-intro .text p b {
    font-weight: inherit;
  }
  .lp-spring2026 .spring-intro .text p b.red {
    color: #DD4467;
  }
  .lp-spring2026 .spring-intro .text p b.orange {
    color: #F47A00;
  }
  .lp-spring2026 .spring-intro .text p b.green {
    color: #6D9629;
  }
  .lp-spring2026 .spring-nav-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .lp-spring2026 .spring-nav-wrapper ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 2vw, 40px);
    width: 100%;
  }
  .lp-spring2026 .spring-nav-wrapper ul li {
    width: clamp(400px, 26vw, 500px);
  }
  .lp-spring2026 .spring-nav-wrapper ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-spring2026 .spring-nav-wrapper ul li a:hover {
    opacity: 0.8;
  }
  .lp-spring2026 #springNav {
    list-style: none;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(20px, 1.8vw, 40px);
    width: 100vw;
    padding: 20px;
    border-bottom: none;
    background-color: #FFF8E5;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  .lp-spring2026 #springNav li a {
    display: block;
    text-align: center;
  }
  .lp-spring2026 .section-gourmet,
  .lp-spring2026 .section-activity,
  .lp-spring2026 .section-kids {
    position: relative;
    z-index: 2;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 330px;
  }
  .lp-spring2026 .section-gourmet::before,
  .lp-spring2026 .section-activity::before,
  .lp-spring2026 .section-kids::before {
    content: "";
    position: absolute;
    inset: -86px 0 auto 0;
    z-index: -1;
    width: 100%;
    height: 87px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .lp-spring2026 .section-gourmet .section-intro,
  .lp-spring2026 .section-activity .section-intro,
  .lp-spring2026 .section-kids .section-intro {
    margin-bottom: 30px;
    text-align: center;
  }
  .lp-spring2026 .section-gourmet .section-intro .section-title,
  .lp-spring2026 .section-activity .section-intro .section-title,
  .lp-spring2026 .section-kids .section-intro .section-title {
    position: absolute;
    top: -180px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(800px, 73vw, 1109px);
  }
  .lp-spring2026 .section-gourmet .section-intro .text,
  .lp-spring2026 .section-activity .section-intro .text,
  .lp-spring2026 .section-kids .section-intro .text {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: clamp(180px, 14.5vw, 280px) 0 80px;
    font-family: "M PLUS Rounded 1c" sans-serif;
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 500;
    color: #8E5F1E;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .lp-spring2026 .section-gourmet .section-intro .text p,
  .lp-spring2026 .section-activity .section-intro .text p,
  .lp-spring2026 .section-kids .section-intro .text p {
    margin-bottom: 0;
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 2em;
  }
  .lp-spring2026 .section-gourmet .section-intro .text b,
  .lp-spring2026 .section-activity .section-intro .text b,
  .lp-spring2026 .section-kids .section-intro .text b {
    font-weight: inherit;
  }
  .lp-spring2026 .plan {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 40px), 1fr));
    gap: 60px clamp(14px, 1.3vw, 22px);
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .lp-spring2026 .plan .item {
    display: contents;
  }
  .lp-spring2026 .plan .item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    position: relative;
    margin-top: 140px;
    padding: 130px 20px 10px;
    background-color: #FFFFFF;
    border-radius: 30px;
  }
  .lp-spring2026 .plan .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .lp-spring2026 .plan .img {
    position: absolute;
    top: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 92%;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
  }
  .lp-spring2026 .plan .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .lp-spring2026 .plan .title {
    display: grid;
    place-items: center;
    margin: 0;
    padding-bottom: 15px;
    font-size: clamp(22px, 2vw, 26px);
    font-weight: 500;
    word-break: break-all;
    text-align: center;
    line-height: 1.5em;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-size: 16px 6px;
    background-position: left bottom;
  }
  .lp-spring2026 .plan .hotel {
    position: relative;
    margin: 1em 0 0.75em;
    padding: 0 0 0 20px;
    font-family: "Kosugi Maru", "M PLUS Rounded 1c" sans-serif;
    font-size: clamp(15px, 1.36vw, 18px);
    font-weight: 500;
    word-break: break-all;
  }
  .lp-spring2026 .plan .hotel::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 18px;
    -webkit-mask-image: url(../images/ico-map.svg);
            mask-image: url(../images/ico-map.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  .lp-spring2026 .plan .comment {
    margin: 0;
    font-size: clamp(15px, 1.36vw, 18px);
    font-family: "Kosugi Maru", "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    color: #8E5F1E;
    line-height: 1.75em;
  }
  .lp-spring2026 .section-gourmet {
    z-index: 1;
    background-color: #FFEAEF;
  }
  .lp-spring2026 .section-gourmet::before {
    background-image: url(../images/gourmet-bg.svg);
  }
  .lp-spring2026 .section-gourmet .section-intro .text {
    background-image: url(../images/gourmet-text.png);
    background-size: clamp(1100px, 100vw, 1277px) auto;
    background-position: calc(50% - 60px) bottom;
  }
  .lp-spring2026 .section-gourmet .section-intro .text b {
    color: #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan a {
    -webkit-box-shadow: 0 8px 0 #DD4467;
            box-shadow: 0 8px 0 #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan .title,
  .lp-spring2026 .section-gourmet .plan .hotel {
    color: #DD4467;
  }
  .lp-spring2026 .section-gourmet .plan .hotel::before {
    background-color: #DD4467;
  }
  .lp-spring2026 .section-activity {
    z-index: 2;
    background-color: #FFF2C6;
  }
  .lp-spring2026 .section-activity::before {
    background-image: url(../images/activity-bg.svg);
  }
  .lp-spring2026 .section-activity .section-intro .text {
    background-image: url(../images/activity-text.png);
    background-size: clamp(1100px, 100vw, 1347px) auto;
    background-position: calc(50% + 10px) bottom;
  }
  .lp-spring2026 .section-activity .section-intro .text b {
    color: #F47A00;
  }
  .lp-spring2026 .section-activity .plan a {
    -webkit-box-shadow: 0 8px 0 #F47A00;
            box-shadow: 0 8px 0 #F47A00;
  }
  .lp-spring2026 .section-activity .plan .title,
  .lp-spring2026 .section-activity .plan .hotel {
    color: #F47A00;
  }
  .lp-spring2026 .section-activity .plan .hotel::before {
    background-color: #F47A00;
  }
  .lp-spring2026 .section-kids {
    z-index: 3;
    padding-bottom: clamp(100px, 9vw, 160px);
    background-color: #EEFAD8;
  }
  .lp-spring2026 .section-kids::before {
    background-image: url(../images/kids-bg.svg);
  }
  .lp-spring2026 .section-kids .section-intro .text {
    background-image: url(../images/kids-text.png);
    background-size: clamp(1200px, 110vw, 1265px) auto;
    background-position: calc(50% + 50px) bottom;
  }
  .lp-spring2026 .section-kids .section-intro .text b {
    color: #6D9629;
  }
  .lp-spring2026 .section-kids .plan a {
    -webkit-box-shadow: 0 8px 0 #6D9629;
            box-shadow: 0 8px 0 #6D9629;
  }
  .lp-spring2026 .section-kids .plan .title,
  .lp-spring2026 .section-kids .plan .hotel {
    color: #6D9629;
  }
  .lp-spring2026 .section-kids .plan .hotel::before {
    background-color: #6D9629;
  }
  .last-banner {
    width: 1380px;
    max-width: 100%;
    margin: 80px auto 0;
    padding: 0 50px;
    text-align: center;
  }
  .last-banner h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: clamp(36px, 3.3vw, 42px);
    font-weight: 800;
    color: #BB4E88;
    line-height: 1.5em;
  }
  .last-banner h2::before, .last-banner h2::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: clamp(220px, 20vw, 300px);
    height: 6px;
    background-color: #FCD5E2;
  }
  .last-banner h2::before {
    left: 0;
  }
  .last-banner h2::after {
    right: 0;
  }
  .last-banner a {
    display: block;
    width: clamp(700px, 63.5vw, 1000px);
    max-width: 100%;
    margin: 0 auto;
  }
}