:root {
    /* font */
    --gothic_title: "VDL-MegaMaru", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --gothic_sub: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --gothic_p: "YuGothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --mincho: "Dancing Script", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    ;

    /* color */
    --blk: #000;
    --bg: #036CE6;
    --wh: #FAEF55;
    --or: #FF8A00;
}

/*  all */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: var(--gothic_p);
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
    padding-left: 0;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

.container {
    margin: 0 auto;
    padding: 0 1rem;
}
h4 {
    color: #036CE6;
}

main {
    background: #F5F5F5;
}

/* ^ all ^ */

/* page */
.sp-only {
    display: initial !important;
}

.pc-only {
    display: none !important;
}

.list-box {
    margin-top: 2.5rem;
}

.item-box {
    width: 100%;
    background: #fff;
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 8px;
}

.item-box p {
    font-size: 16px;
    line-height: 1.7;
}

.item-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: var(--gothic_sub);
    width: 100%;
    margin: 1rem auto 0;
    padding: 0.8em 2em;
    border-radius: 50px;
    background: #FAEF55;
    color: #000;
    font-weight: 500;
    font-size: 1em;
}

.item-box a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 80%, 0% 80%);
    content: '';
    transition: transform .3s;
}

.item-box a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.cta_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: var(--gothic_sub);
    width: 100%;
    margin: 1.5rem auto 0;
    padding: 0.8em 2em;
    border-radius: 50px;
    background: #036CE6;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.cta_button::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 80%, 0% 80%);
    content: '';
    transition: transform .3s;
}

.cta_button:hover::after {
    transform: translateY(-50%) scaleX(1.3);
}

.item {
    
}
.item img {
    width: 100%;
}

.item:last-of-type .m-title {}

.item>div {
    display: flex;
    flex-direction: column;
}

h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.72px;
}

.i-link {
    margin-top: 16px;
    display: flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: #036CE6;
}

.fadeBlock {
    opacity: 0;
    transition: all 1s;
}

.fadeBlock.fadeIn {
    opacity: 1;
}

.fadeBottom {
    transform: translateY(100px);
}

.fadeBottom.fadeIn {
    transform: translateY(0);
}

/* ^ page ^ */

/* header */
.kv {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kv-container img {
    width: 100%;
    background-size: cover;
}

.slide-kv picture {
    display: unset !important;
}

.slide-kv img {
    width: 100%;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots {
    bottom: 0;
    left: 16px;
    width: unset;
}

.slick-dots li:first-child {
    margin: 0 30px 0 0;
}

.slick-dots li button:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    opacity: 1;
    bottom: 0;
}

.slick-dots li.slick-active button:before {
    background: #bb3105;
}

.kv h1 {
    position: absolute;
    left: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.72px;
    transform: translate(0, -25%);
    text-shadow: 0px 0px 15px #000000;
}

.kv h1 span {
    font-size: 20px;
    letter-spacing: 0.6px;
}
.kv h2{
        text-align: center;
    left: 48.5%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 58%;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.7px;
}

/* ^ header ^ */

/* main */

.nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 2.5rem 0 0;
}

.nav_img {
    width: 40%;
}

.lead {
    padding: 4rem 0;
    background: #F5F5F5;
}

.lead span {
    width: max-content;
    display: flex;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 30.5px;
    background: #bb3105;
    color: #fff;
    margin: 16px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.54px;
}

.lead .pc-only {
    display: none;
}

.lead p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.48px;
    line-height: 27.2px;
    padding: 0 1rem;
}

/* ^ lead ^ */

.title {
    font-size: 32px;
    font-weight: 500;
    font-family: var(--gothic_title);
    line-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 2.5rem;
}

.title span {
    color: var(--or);
    font-size: 24px;
    font-family: var(--mincho);
}

.m-title {
    width: 100%;
    height: 63px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-family: var(--gothic_sub);
    background: url(../img/plan_title_bg.webp) center / cover;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.m-title::after {
    width: 100px;
}

/* plan */
.plan {
    background: url(../img/bule_bg_sp.webp) center / cover;
    background-color: #F5F5F5;
    background-size: cover;
    padding: 6rem 0;
}

.plan>.m-title {
    margin: 0;
}

.plan p {}

.plan h5:nth-last-of-type(2) {
    padding: 16px 0;
    border-bottom: 1px solid #333;
}

.plan span {
    font-size: 20px;
    color: var(--or);
}

.plan>ul {
    padding: 16px;
    padding-left: 32px;
    background: rgba(255, 255, 255, 0.5);
}

.plan>ul li::before {
    content: "※";
    position: absolute;
    transform: translate(-150%);
}

.plan>ul li::marker {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
}

/* ^ plan ^ */

/* notice */

.notice {
    padding: 64px 0;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notice h5 {
    padding: 16px 0;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 2rem 0;
}

.item-list .item {
    flex-direction: column;
}

/* ^ notice ^ */


.event {
    background: url(../img/green_bg_sp.webp) center / cover;
    background-color: #F5F5F5;
    background-size: cover;
    padding: 6rem 0;
    }

.recommend .container {
        padding-top: 4rem;
    }

/* contact */

.contact {
    padding: 0 0 64px 0;
    background: #e7e1d2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.54px;
}

.contact span {
    color: #bb3105;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.96px;
    margin: 16px 0;
}

.contact p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.72px;
}

.contact .i-link {
    margin-top: 24px;
    width: 343px;
}

/* ^ contact ^ */

/* footer */
footer {
    background: #00BBDA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    padding-top: 64px;
}

footer img {
    margin-bottom: 40px;
}

footer h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 3.12px;
}

footer address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.2px;
    letter-spacing: 2.08px;
    margin-bottom: 40px;
}

.icon_box {
    display: flex;
    gap: 24px;
}

.ft-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 343px;
    height: 70px;
    background: #fff;
    border-radius: 36px;
    text-decoration: none;
    color: #414141;
    font-size: 20px;
    font-weight: 600;
    line-height: 40.8px;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
}

footer img {
        width: auto;
    }

footer nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0 48px;
}

footer nav a {
    width: 343px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 15.2px;
    letter-spacing: 0.36px;
    padding: 24px 0;
}

.scroll-btn {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #036CE6;
    position: sticky;
    left: 100%;
    bottom: 40px;
    transform: translate(-50%);
    color: #fff;
    font-size: 14px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.scroll-btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

/* ^ footer ^ */

@media (min-width: 768px) {
    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: initial !important;
    }

    main {
        padding: 0;
    }
    .container {
        max-width: 1080px;
        margin: 0 auto;
    }
    .list-box {
        width: 100%;
    }
    /* page */

    .title {
        font-size: 32px;
        font-weight: 500;
        font-family: var(--gothic_title);
        line-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        position: relative;
    }

    .title span {
        color: var(--or);
        font-size: 24px;
        font-family: var(--mincho);
    }

    .m-title {
        width: 100%;
        height: 96px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        font-family: var(--gothic_sub);
        background-image: url(../img/plan_title_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 18px;
    }

    .m-title::after {
        width: 100px;
    }

    .i-link {
        margin-top: auto;
        max-width: 500px;
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    /* ^ page ^ */

    /* header */
    .kv h1 {
        left: 50%;
        top: 51%;
        width: 65%;
        transform: translate(-55%, -50%);
    }

    .kv h1 img {
        width: 100%;
    }

    .kv h1 span {
        font-size: 40px;
        letter-spacing: 1.2px;
    }
    .kv h2{
    text-align: center;
    left: 48.5%;
    top: 6%;
    transform: translate(-50%, -50%);
    width: 50%;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.7px;
}

    .slick-dots {
        left: 20%;
        bottom: 8%;
    }

    /* ^ header ^ */

    /* main */

    .lead {
        padding: 120px 0 80px;
        background: #F5F5F5;
        text-align: center;
    }

    .lead_text p {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.7;
        margin-bottom: 5rem;
    }

    .lead span {
        display: inline-block;
        border-radius: 30.5px;
        margin-bottom: 28px;
        vertical-align: super;
    }

    .lead .pc-only {
        all: initial;
    }

    /* ^ lead ^ */

    .nav_list {
        display: inline-flex;
        gap: 48px;
    }

    .nav_img {
        width: 194px;
        height: 194px;
    }

    .nav_img img {
        width: 100%;
    }

    .cta_button {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-family: var(--gothic_sub);
        width: 600px;
        margin: 1rem auto 0;
        padding: 0.8em 2em;
        border-radius: 50px;
        background: #036CE6;
        color: #fff;
        font-weight: 500;
        font-size: 1.5em;
    }

    .cta_button::after {
        position: absolute;
        right: 2em;
        transform: translateY(-50%);
        transform-origin: left;
        width: 2em;
        height: .5em;
        background-color: #fff;
        clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 80%, 0% 80%);
        content: '';
        transition: transform .3s;
    }

    .cta_button:hover::after {
        transform: translateY(-50%) scaleX(1.3);
    }

    .item-box a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-family: var(--gothic_sub);
        width: 400px;
        margin: 1rem auto 0;
        padding: 0.8em 2em;
        border-radius: 50px;
        background: #FAEF55;
        color: #000;
        font-weight: 500;
        font-size: 1em;
    }

    .item-box a::after {
        position: absolute;
        right: 2em;
        transform: translateY(-50%);
        transform-origin: left;
        width: 2em;
        height: .5em;
        background-color: #000;
        clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 80%, 0% 80%);
        content: '';
        transition: transform .3s;
    }

    .item-box a:hover::after {
        transform: translateY(-50%) scaleX(1.4);
    }

    /* plan */
    .plan {
        background: url(../img/bule_bg.webp) center / cover;
        background-color: #F5F5F5;
        background-size: cover;
        padding: 10rem 0;
    }
    
    .plan .title::before {
        content: '';
        display: inline-block;
        background-image: url(../img/plan_icon.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 150px;
        height: 143px;
        position: absolute;
        top: -3rem;
        right: 15rem;
    }

    .item {
        max-width: 1080px;
        display: flex;
        gap: 40px;
        align-items: flex-end;
    }

    .plan .item:first-of-type,
    .plan .item:last-of-type {
        margin: 4rem 0;
    }

    .plan>.m-title {
        width: 100%;
        max-width: 1080px;
        margin-top: 16px;
    }
    
    .plan h5:nth-last-of-type(2) {
        padding-top: 0;
        border-bottom: 1px solid #333;
    }

    .plan .item:last-of-type h5 {
        text-align: end;
    }

    .plan>ul {
        max-width: 1080px;
        padding: 32px;
        margin: 0;
    }

    /* ^ plan ^ */

    /* notice */

    .notice {
        padding: 120px 0 80px;
    }
    .notice .title::before {
        content: '';
        display: inline-block;
        background-image: url(../img/restaurant_icon.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 150px;
        height: 143px;
        position: absolute;
        top: -4rem;
        left: 17rem;
    }

    .item-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 40px;
        margin: 4rem 0;
    }

    .item-list .item {
        flex-direction: column;
    }

    /* ^ notice ^ */

    .event {
        background: url(../img/green_bg.webp) center / cover;
        background-color: #F5F5F5;
        background-size: cover;
        padding: 10rem 0;
    }
    
    .event .title::after {
        content: '';
        display: inline-block;
        background-image: url(../img/event_icon_01.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 80px;
        height: 77px;
        position: absolute;
        top: -3rem;
        left: 22rem;
    }
    .event .title::before {
        content: '';
        display: inline-block;
        background-image: url(../img/event_icon_02.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 98px;
        height: 98px;
        position: absolute;
        top: -1.5rem;
        right: 20rem;
    }

    .recommend {
        background-color: #F5F5F5;
        padding: 5rem 0;
    }

    .recommend .item {
        padding-top: 4rem;
        align-items: flex-end;
    }
    .recommend .title::after {
        content: '';
        display: inline-block;
        background-image: url(../img/recommend_icon.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 150px;
        height: 126px;
        position: absolute;
        top: -3rem;
        left: 12rem;
    }

    /* contact */

    .contact {
        padding: 0 0 120px 0;
    }

    .contact p:nth-of-type(1) {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .contact span {
        color: #bb3105;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 1.2px;
    }

    .contact p:nth-of-type(2) {
        font-size: 32px;
        letter-spacing: 0.96px;
    }

    .contact .i-link {
        margin-top: 40px;
        width: 100%;
        width: 500px;
    }

    /* ^ contact ^ */


    /* footer */
    footer {
        padding-top: 88px;
    }

    footer img {
        width: auto;
    }

    footer address {
        margin-bottom: 24px;
    }

    .ft-link {
        margin-bottom: 24px;
    }

    footer nav {
        flex-direction: row;
        gap: 0;
        margin: 24px 0 96px;
    }

    footer nav a {
        width: fit-content;
        padding: 0 8px;
    }

    footer nav a:last-child {
        border-left: 0;
    }

    .copyright {
        padding: 16px 0;
    }

    /* ^ footer ^ */
.scroll-btn {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #036CE6;
    position: sticky;
    left: 100%;
    bottom: 40px;
    transform: translate(-50%);
    color: #fff;
    font-size: 14px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.scroll-btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    }
}

@media (min-width: 1450px) {
    .plan {
        padding: 19rem 0;
    }
    .event {
        padding: 16rem 0;
    }
}