/*
    Theme Name: Project_Name
*/
.lp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.85;
  color: #4A3E35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lp img {
    vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .lp {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .lp {
      -webkit-text-size-adjust: 100%; } }

.lp-wrapper {
  max-width: 930px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .lp-wrapper {
      max-width: 650px;
      padding: 0 3.5%; } }

.lp-section__border {
  position: relative;
  border-radius: 10px; }
  .lp-section__border:before {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    right: -3px;
    bottom: -3px;
    left: 3px;
    z-index: -2;
    border-radius: 10px;
    background-color: #B8A560; }
  .lp-section__border:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #4A3E35; }
  .lp-section__border[data-bg="none"]:before {
    display: none; }

.lp-hero {
    position: relative;
    padding-bottom: 30px; 
    overflow: visible;
    text-align: center;
}
.lp, main#beergarden {
    overflow: visible;
}

.lp-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 930px;
    margin: 0 auto;
}
  @media screen and (max-width: 640px) {
    .lp-hero__inner {
      max-width: 750px;
      margin-bottom: 5px; }

  }


  .lp-hero__inner img {
    margin: 0 auto; }
    .lp-hero__inner img.pc {
      display: block; }


:root {
    --btnbox-h: 88px; /* PC想定の高さ */
}

@media (max-width: 640px) {
    :root {
        --btnbox-h: 64px; /* SP想定の高さ */
    }
}


.btnbox-wrapper {
    position: static;
    top: calc(95vh - var(--btnbox-h)); /* 画面下 - ボタン高 */
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    padding-bottom: env(safe-area-inset-bottom); /* iOS下部安全領域 */
    isolation: isolate; /* z-indexの安定化（任意） */
}
    .btnbox-wrapper.is-fixed {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background: #fffffff2;
        box-shadow: 0 -4px 12px rgba(0,0,0,.06);
        padding-bottom: env(safe-area-inset-bottom);
    }

.btnbox {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 12px 0;
    text-align:center;
}
    .btnbox li{
        list-style:none;
    }
    .yet p {
        color: #f6ab00;
    }

.done p {
    color: #e73d36;
}

.yet a {
    background: #f6ab00;
}

.done a {
    background: #e73d36;
}
.btnbox p {
    margin: 0;
}


.btnbox a {
    color: #FFF;
    padding: 17px 0;
    display: block;
    width: 260px;
    border-radius: 50px;
    font-size: 23px;
    cursor: pointer;
}


@media screen and (max-width: 640px) {
    .lp-hero__inner img.pc {
          display: none; }

    .btnbox a {
        width: auto;
        font-size: 15px;
    }

    .btnbox p {
        font-size: 11.5px;
    }



}
    .lp-hero__inner img.sp {
      display: none; }
      @media screen and (max-width: 640px) {
        .lp-hero__inner img.sp {
          display: block;
          width: 100%;
          height: auto; } }

.lp-hero__images {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 auto ;
    max-width: 1200px;
}




.lp-hero__image {
  width: 20%; }
  @media screen and (max-width: 640px) {
    .lp-hero__image {
      width: 33.33%; } }
  .lp-hero__image:last-child {
    display: none; }
    @media screen and (max-width: 640px) {
      .lp-hero__image:last-child {
        display: block; } }

.lp-churatoku {
    margin-bottom: 60px;
    padding: 60px 0;
    background-color: rgb(255 255 204);
}
  @media screen and (max-width: 640px) {
    .lp-churatoku {
      margin-bottom: 25px;
      padding: 35px 30px; } }

.lp-churatoku__logo {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .lp-churatoku__logo {
      margin-bottom: 10px;margin-top: 30px;} }
  @media screen and (max-width: 640px) {
    .lp-churatoku__logo img {
      width: 145px;
      height: 24px; } }

.lp-churatoku__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 19px;
}
@media screen and (max-width: 640px) {
    .lp-churatoku__text {
        font-size: 16px;
    }
}

    .lp-about__units {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    @media screen and (max-width: 640px) {
        .lp-about__units {
            display: block;
        }
    }

    .lp-about__unit {
        position: relative;
        width: calc(50% - 15px);
        padding: 35px 40px 30px;
        color: #FFFFFF;
        z-index: 2;
    }

    @media screen and (max-width: 640px) {
        .lp-about__unit {
            width: 100%;
            padding: 30px 20px;
        }

            .lp-about__unit + .lp-about__unit {
                margin-top: 20px;
            }
    }

    @media screen and (max-width: 350px) {
        .lp-about__unit {
            padding: 25px 15px;
        }
    }

    .lp-about__heading {
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }

    @media screen and (max-width: 640px) {
        .lp-about__heading {
            font-size: 18px;
        }
    }

.lp-about__date {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 72px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 0px;
    color: #e73d36;
    font-size: 1rem;
}

    .lp-about__caution {
        font-size: 13px;
        text-align: center;
    }

    @media screen and (max-width: 640px) {
        .lp-about__caution {
            font-size: 12px;
        }
    }

    .lp-about__illust-01 {
        position: absolute;
        top: -30px;
        right: 15px;
    }

    @media screen and (max-width: 640px) {
        .lp-about__illust-01 {
            top: -15px;
        }

            .lp-about__illust-01 img {
                width: 40px;
                height: 68px;
            }
    }

    .lp-how__wrap {
        padding: 60px 80px 45px;
        z-index: 2;
    }

    @media screen and (max-width: 640px) {
        .lp-how__wrap {
            padding: 35px 20px 30px;
        }
    }

    @media screen and (max-width: 350px) {
        .lp-how__wrap {
            padding: 30px 15px 25px;
        }
    }

    .lp-how__heading {
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
    }

    @media screen and (max-width: 640px) {
        .lp-how__heading {
            font-size: 18px;
            margin-bottom: 20px;
        }
    }

    .lp-how__section {
        position: relative;
        padding: 35px 60px;
        background-color: #FFFFFF;
        border-radius: 10px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__section {
            padding: 30px 20px;
        }
    }

    .lp-how__section + .lp-how__section {
        margin-top: 20px;
        padding: 45px 60px 60px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__section + .lp-how__section {
            padding: 30px 15px;
        }
    }

    .lp-how__illust-01 {
        position: absolute;
        top: 25px;
        left: -55px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__illust-01 {
            top: -30px;
            left: -15px;
        }

            .lp-how__illust-01 img {
                width: 55px;
                height: 56px;
            }
    }

    .lp-how__illust-02 {
        position: absolute;
        top: 30px;
        right: 35px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__illust-02 {
            top: 20px;
            right: 20px;
        }

            .lp-how__illust-02 img {
                width: 50px;
                height: 68px;
            }
    }

    .lp-how__illust-03 {
        position: absolute;
        top: 45px;
        left: -45px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__illust-03 {
            top: 20px;
            left: -15px;
        }

            .lp-how__illust-03 img {
                width: 75px;
                height: 62px;
            }
    }

    .lp-how__illust-04 {
        position: absolute;
        bottom: -15px;
        right: 35px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__illust-04 {
            bottom: -20px;
            right: -15px;
        }

            .lp-how__illust-04 img {
                width: 45px;
                height: 46px;
            }
    }

    .lp-how__lead strong {
        color: #E73D36;
    }

    .lp-how__step-number {
        display: block;
        text-align: center;
        color: #E73D36;
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        line-height: 1;
    }

    @media screen and (max-width: 640px) {
        .lp-how__step-number {
            font-size: 18px;
        }
    }

    .lp-how__step-number span {
        font-size: 46px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__step-number span {
            font-size: 32px;
        }
    }

    .lp-how__step-heading {
        margin-bottom: 20px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #E73D36;
    }

    .lp-how__units {
        /*display: flex;
  justify-content: space-between;*/
    }

    @media screen and (max-width: 640px) {
        .lp-how__units {
            display: block;
        }
    }

.lp-how__unit {
    padding: 25px;
    height: 230px;
    line-height: 2;
    display: flex;
    /* width: calc(50% - 10px); */
    text-align: center;
    background-color: rgb(255 255 204);
    align-content: space-around;
    flex-direction: column;
    justify-content: space-around;
}

    @media screen and (max-width: 640px) {
        .lp-how__unit {
            width: 100%;
            flex-direction: column;
            padding: 10px;
            font-size: 16px;
            height: 160px;
        }

            .lp-how__unit + .lp-how__unit {
                margin-top: 20px;
            }
    }

    .lp-how__unit h4, .lp-how__button {
        /*width: calc(50% - 10px);*/
        text-align:center;
        font-size:18px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__unit h4, .lp-how__button {
            width: unset;
            font-size: 1rem;
        }
    }

@media screen and (max-width: 350px) {
    .lp-churatoku__text {
        font-size: 15px;
    }
    .lp-how__unit h4, .lp-how__button {
        width: unset;
        font-size: 14px;
    }
}

    .lp-how__button {
        /* margin-top: 15px;*/
    }

        .lp-how__button a {
            display: block;
            padding: 15px 5px;
            text-align: center;
            color: #FFFFFF !important;
            font-weight: bold;
            background-color: #E73D36;
            transition: .3s;
            border-radius: 10px;
            max-width: 320px;
            margin: 0 auto;
        }

            .lp-how__button a:hover {
                background-color: #d12019;
            }

    .lp-how__distribution {
        padding: 35px 45px;
        text-align: center;
        background-color: rgba(74, 62, 53, 0.1);
    }

    @media screen and (max-width: 640px) {
        .lp-how__distribution {
            padding: 30px 20px;
        }
    }

    .lp-how__distribution-date {
        display: inline-block;
        text-align: center;
        height: 54px;
        padding: 12px 30px;
        margin-bottom: 15px;
        color: #FFFFFF;
        font-weight: bold;
        background-color: #E73D36;
        border-radius: 27px;
    }

    @media screen and (max-width: 640px) {
        .lp-how__distribution-date {
            width: 100%;
            height: 70px;
            padding: 15px 5px 0;
            border-radius: 35px;
            line-height: 1.5;
        }
    }

    .lp-how__distribution-date br {
        display: none;
    }

    @media screen and (max-width: 640px) {
        .lp-how__distribution-date br {
            display: block;
        }
    }

    .lp-how__distribution-caution {
        font-size: 13px;
        text-align: left;
    }

    @media screen and (max-width: 640px) {
        .lp-how__distribution-caution {
            font-size: 12px;
        }
    }

.lp-how__event {
    padding: 35px 45px;
    text-align: center;
    background-color: rgb(255 255 204);
}

    @media screen and (max-width: 640px) {
        .lp-how__event {
            padding: 30px 15px;
        }
    }

.lp-how__event-date {
    display: inline-block;
    text-align: center;
    height: 72px;
    color: #e73d36;
    border: 1px #e73d36 solid;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fffbff;
    border-radius: 0;
    font-size: 1rem;
}

    @media screen and (max-width: 640px) {
        .lp-how__event-date {
            height: auto;
            padding: 10px;
            text-align: left;
        }

            .lp-how__event-date br {
                display: none;
            }
    }

    @media screen and (max-width: 350px) {
        .lp-how__event-date {
            height: auto;
            padding: 10px;
            text-align: left;
        }
    }

    @media screen and (max-width: 640px) {
        .lp-how__event-text {
            text-align: left;
        }

            .lp-how__event-text p {
                font-weight: bold;
                line-height: 1.45;
            }

                .lp-how__event-text p + p {
                    margin-top: 10px;
                }

            .lp-how__event-text span {
                display: block;
                font-weight: bold;
            }
    }

    .lp-how__event-caution {
        margin-top: 15px;
        font-size: 13px;
        text-align: center;
    }

    @media screen and (max-width: 640px) {
        .lp-how__event-caution {
            font-size: 12px;
            text-align: left;
        }
    }

    .lp-how__event-caution span {
        color: #E73D36;
    }

    .lp-how__map {
        text-align: center;
    }

    .lp-how__map-heading {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
        color: #E73D36;
    }

    @media screen and (max-width: 640px) {
        .lp-how__map-heading {
            font-size: 18px;
        }
    }

.lp-how__map-name {
    font-size: 17px;
    font-weight: bold;
}

    @media screen and (max-width: 640px) {
        .lp-how__map-name {
            font-size: 16px;
        }
    }

    .lp-how__map-address {
        font-size: 14px;
    }
.address-memo {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 3px;
}
    .address-memo span {
        font-weight: bold;
    }

    @media screen and (max-width: 640px) {
        .lp-how__map-address {
            font-size: 13px;
        }
    }

    .lp-how__map-map {
        width: 100%;
        max-width: 700px;
        margin: 25px auto 0;
        box-sizing: border-box;
        overflow: hidden;
    }

        .lp-how__map-map iframe {
            width: 100%;
            max-width: 700px;
            height: 340px;
        }

    @media screen and (max-width: 640px) {
        .lp-how__map-map iframe {
            width: 100%;
            max-width: 700px;
            height: 180px;
        }
    }

    .lp-how__map-caution {
        margin-top: 10px;
        font-size: 13px;
    }

    .lp-present {
        margin-top: 60px;
    }

.lp-present__wrapper {
    position: relative;
    padding: 100px 0;
    max-width: 930px;
    margin: 0 auto;
}
.facility {
    margin-top: 100px;
    background: #b8a560;
}
.facility-inner {
    background: #ffffcc;
    padding: 40px;
    border-radius: 12px;
}
.asobi_ticket{
    font-size:18px;
    display:block;
}

@media screen and (max-width: 640px) {
    .lp-present__wrapper {
        padding: 50px 10px;
    }
    .facility-inner {
        padding: 16px;
    }
    }
.present-titbox {
    padding: 60px 80px 45px;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin-bottom:40px;
}

    .ribbon1 {
    position: relative;
    height: 70px;
    line-height: 1.6;
    text-align: center;
    padding: 0px 30px;
    font-size: 31px;
    font-weight: 600;
    background: #e73d36;
    color: #FFF;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}

        .ribbon1:before {
            top: 0;
            left: 0;
            border-width: 37px 0 37px 17px;
            border-color: transparent transparent transparent #ffffcc;
            border-style: solid;
        }

    .ribbon1:after {
        top: 0;
        right: 0;
        border-width: 37px 17px 37px 0px;
        border-color: transparent #ffffcc transparent transparent;
        border-style: solid;
    }

    .ribbon1:before, .ribbon1:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        z-index: 1;
    }


.lp-present__heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    display: block;
    content: '';
    top: 3px;
    right: -3px;
    bottom: -3px;
    left: 3px;
    z-index: -2;
    border-radius: 10px;
    background-color: #fff;
    color: #fff;
    padding: 18px 0;
    height: 117px;
    position: absolute;
}
    .lp-present__heading::before {
        display: block;
        content: '';
        position: absolute;
        top: 3px;
        right: -3px;
        bottom: -3px;
        left: 3px;
        z-index: -2;
        border-radius: 10px;
        background-color: #B8A560;
    }
    .lp-present__heading::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 10px;
        border: 1px solid #4A3E35;
    }

.order {
    text-align: center;
    font-size: 13px;
    display: block;
    margin-top: -5px;
}

    @media screen and (max-width: 640px) {
        .lp-present__heading {
            font-size: 20px;
            height: 90px;
        }

        .order {
            margin-bottom: 20px;
        }
        .ribbon1 {
            position: relative;
            height: 70px;
            line-height: 1.6;
            text-align: center;
            padding: 0px 30px;
            font-size: 28px;
            font-weight: 600;
            background: #e73d36;
            color: #FFF;
            box-sizing: border-box;
            margin: 0 auto;
            display: block;
        }
            .ribbon1:before {
                top: 0;
                left: 0;
                border-width: 36px 0 36px 21px;
                border-color: transparent transparent transparent #ffffcc;
                border-style: solid;
            }
            .ribbon1:after {
                top: 0;
                right: 0;
                border-width: 36px 21px 36px 0px;
                border-color: transparent #ffffcc transparent transparent;
                border-style: solid;
            }
            .ribbon1:before, .ribbon1:after {
                position: absolute;
                content: '';
                width: 0px;
                height: 0px;
                z-index: 1;
            }
        .present-titbox {
            margin-bottom: 10px;
        }
    }


.lp-present__area {
    margin: 30px 0;
    text-align: center;
    color: #E73D36;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3.lp-present__area::before, h3.lp-present__area::after {
    width: 3px;
    height: 40px;
    background-color: #E73D36;
    content: '';
}
h3.lp-present__area::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
h3.lp-present__area::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

@media screen and (max-width: 640px) {
    .lp-present__area {
            margin: 20px 0;
            font-size: 20px;
        }
    }

.lp-present__units {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

        .lp-present__units + .lp-present__area {
            margin-top: 45px;
        }

    @media screen and (max-width: 640px) {
        .lp-present__units {
            margin-top:20px;
        }
        .lp-present__units + .lp-present__area {
            margin-top: 30px;
        }
    }

    .lp-present__unit {
        width: calc(25% - 15px);
        margin-right: 20px;
        margin-bottom: 25px;
        transition: .3s;
    }

    @media screen and (max-width: 640px) {
        .lp-present__unit {
            width: calc(50% - 7px);
            margin-right: 14px;
        }
    }

    .lp-present__unit:nth-child(4n) {
        margin-right: 0;
    }

    @media screen and (max-width: 640px) {
        .lp-present__unit:nth-child(4n) {
            margin-right: 14px;
        }
    }

    @media screen and (max-width: 640px) {
        .lp-present__unit:nth-child(2n) {
            margin-right: 0;
        }
    }

    .lp-present__unit:hover {
        opacity: 0.85;
    }

    .lp-present__unit img {
        width: 100%;
        height: auto;
        border: 1px solid rgba(74, 62, 53, 0.1);
    }

    .lp-present__unit h4 {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.4;
    }


    @media screen and (max-width: 640px) {
        .lp-present__unit h4 {
            margin-top: 7px;
        }
    }

    .lp-present__illust-01 {
        position: absolute;
        top: -30px;
        right: 30px;
    }

    @media screen and (max-width: 640px) {
        .lp-present__illust-01 {
            top: -10px;
            right: 10px;
        }

            .lp-present__illust-01 img {
                width: 65px;
                height: 68px;
            }

        #lp-how .st3btn {
            width: 100%;
        }
    }

#lp-how .st3btn {
    color: #FFF;
    padding: 17px 0;
    display: block;
    max-width: 260px;
    border-radius: 50px;
    font-size: 23px;
    cursor: pointer;
    text-align: center;
    margin: 17px auto;
    background: #e73d36;
}


    .cards {
        --gap: 16px; /* 余白だけ変えたい時はここ */
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap); /* 等間隔の余白 */
        margin: 0 0 80px;
        padding: 0;
        list-style: none;
    }

    .card {
        box-sizing: border-box;
        flex: 0 1 calc((100% - 3*var(--gap)) / 4); /* 4列 */
        /* 内側の装飾例 */
        padding: 12px;
        border: 1px solid #eee;
        border-radius: 8px;
        position: relative;
        background:#FFF;
    }

    /* オプション：レスポンシブ */
    @media (max-width: 1024px) {
        .card {
            flex-basis: calc((100% - 1*var(--gap)) / 2);
        }
        /* 2列 */
    }

    @media (max-width: 600px) {
        .card {
            flex-basis: 100%;
        }
        /* 1列 */
    }

    .card h4 {
        line-height: 1.3;
        margin-top: 7px;
    }

    a.card img {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .card h5 {
        font-size: 11px;
        line-height: 1.4;
        margin-top: 2px;
    }

    .people {
        border-radius: 50px;
        width: 70px;
        background: red;
        position: absolute;
        top: -10px;
        left: -1px;
        color: #fff;
        display: flex;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        align-items: center;
        flex-direction: column;
        padding: 14px 0;
    }

    .people__pair {
        font-size: 12px;
    }

    .people__number {
        font-size: 25px;
        font-weight: bold;
        flex: 3;
        text-align: right;
    }

    .people__pairbox {
        flex: 6;
        font-weight: normal;
        font-size: 12px;
        font-weight: normal;
        line-height: 15.2px;
    }

    .kumi {
        font-size: 15px;
        font-weight: 600;
    }

    .lp-hero__image img {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 4 / 3;
    }
.hotel-pre-tit {
    width: 275px;
    margin: 30px auto ;
}

.rst-pre-tit {
    width: 275px;
    margin: 0 auto 30px;
}

.asb-pre-tit {
    width: 256px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 640px) {

    .hotel-pre-tit {
        width: 94%;
    }

    .rst-pre-tit {
        width: 94%;
    }



    .asb-pre-tit {
        width: 90%;
    }
}