@charset "UTF-8";

/* hero */

.hero.-single {
    position: relative;
    max-width: 100%;
    height: 300px;
}

.hero.-single .sec_ttl {
    color: #000;
}


/* body */

.link_wrapper a {
    display: block;
    padding: 50px 60px;
    border-radius: 30px;
    width: 100%;
    max-width: 960px;
    height: 520px;
    margin: 0 auto 45px;
    position: relative;
}

.link_wrapper a:hover {
    cursor: pointer;
}

.link_wrapper a:first-child {
    background: url(/img/eat/bg-link01.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a:nth-child(2) {
    background: url(/img/eat/bg-link02.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a:last-child {
    background: url(/img/eat/bg-link03.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a.-kitchen {
    background: url(/img/eat/bg-link01.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a.-cafe {
    background: url(/img/eat/bg-link02.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a.-jigen {
    background: url(/img/eat/bg-link03.png) no-repeat center;
    background-size: cover;
}


.link_wrapper a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition-duration: .5s;
    z-index: 0;
}

.link_wrapper a:hover::after {
    background: rgba(0, 0, 0, 0);
}

.link_ttl {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.link_txt {
    color: #fff;
    position: relative;
    z-index: 1;
}

.link_wrapper a .cmn_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.scroll {
    top: 10%;
    z-index: -1;
}

.scroll_wrapper p {
    color: #F7F7F7;
}


/* single */

.hero.eat_single {
    height: 100%;
    padding: 100px 0 50px;
}

.hero.eat_single .inner {
    max-width: 1340px;
}

.hero.eat_single .sec_hd {
    margin-bottom: 30px;
}

.hero.eat_single .sec_ttl.-ja {
    font-size: 30px;
    font-weight: bold;
}

.hero_img img {
    width: 100%;
    max-width: 1260px;
    height: 100%;
    aspect-ratio: 1260 / 683;
    border-radius: 30px;
}

.intro {
    max-width: 830px;
    margin: 0 auto 50px;
    text-align: center;
}

.splide {
    margin-bottom: 100px;
    text-align: center;
}

.splide img {
    max-width: 960px;
    width: 100%;
    height: 100%;
    aspect-ratio: 960 / 630;
    border-radius: 30px;
    object-fit: cover;
}

.splide__arrow {
    display: none;
}

.splide__pagination {
    bottom: -60px;
}

.splide__pagination__page {
    background: #E4E4E4;
    border: solid 3px #E4E4E4;
    width: 18px;
    height: 18px;
}

.splide__pagination__page.is-active {
    background: #6E96CD;
}

.icon_eat {
    text-align: center;
    margin-bottom: 50px;
}

.build_info {
    max-width: 830px;
    margin: 0 auto 50px;
}

.build_info_list {
    margin-bottom: 50px;
}

.build_info_list li {
    padding: 20px 0;
    position: relative;
}

.build_info_list li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/cmn/cmn_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.build_info_list li:first-child::before {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/cmn/cmn_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.build_info_ttl {
    color: #314D98;
}

.btn_file {
    color: #314D98;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFCA5D;
    width: 100%;
    max-width: 530px;
    padding: 25px 30px;
    margin: 0 auto;
    border-radius: 10px;
}

.btn_file::before {
    content: '';
    width: 28px;
    height: 38px;
    background: url(/img/cmn/icon-file_eat.png) no-repeat center;
    background-size: cover;
}

.btn_file:hover {
    opacity: .8;
}

.menu {
    background: url(/img/cmn/bg-eat.png) no-repeat center;
    background-size: cover;
    border-radius: 50px 50px 0 0;
}

.menu_ttl {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.menu_list {
    display: flex;
    gap: 55px 40px;
    flex-wrap: wrap;
}

.menu_list li {
    width: 31%;
}

.menu_img {
    /* width: 100%; */
    width: calc(30%) - 20px;
    border-radius: 30px;
    aspect-ratio: 360 / 242;
}

.menu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.menu_list_ttl {
    font-size: 18px;
    margin: 10px 0;
}

.menu_list_txt {
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
}

.menu_list_txt::after {
    content: '';
    width: 35px;
    height: 1px;
    background: #3C3C3C;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu_price span {
    font-size: 20px;
    padding: 0 5px;
}

.info {
    background: unset;
}

.cnt_hd {
    margin-bottom: 20px;
}

.cnt_ttl {
    font-size: 24px;
}

.page_link {
    border-radius: 50px 50px 0 0;
    background: url(/img/cmn/bg-bnr.png) no-repeat center;
    background-size: cover;
}

.page_link .inner {
    max-width: 1400px;
}

.page_link .link_wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 40px;
}

.link_wrapper {
    margin-bottom: 100px;
}

.page_link .link_wrapper a {
    max-width: 560px;
    height: 250px;
    margin: 0;
    padding: 30px;
}

.page_link .link_wrapper a .link_ttl {
    font-size: 30px;
    line-height: 50px;
}

.page_link .link_wrapper a .link_txt {
    font-size: 20px;
}

.buy_single .cmnft::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/img/cmn/bg-bnr.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.buy_single .pnkz {
    background: url(/img/cmn/bg-bnr.png) no-repeat center;
    background-size: cover;
}


@media screen and (max-width:767px) {

    /* .kitchen_cnt {
        padding: 0 24px;
    } */

    .hero.-single {
        height: 200px;
    }

    .inner_sp {
        padding: 0 24px;
    }

    .hero.eat_single {
        padding: 50px 0;
    }

    .hero.eat_single .inner {
        padding: 0;
    }

    .hero.eat_single .sec_ttl.-ja {
        font-size: 20px;
    }

    .intro {
        padding: 0 20px;
    }

    .scroll {
        top: 10%;
    }

    .scroll_wrapper p {
        font-size: 40px;
    }

    .link_wrapper a {
        width: 90%;
        height: 200px;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 20px;
    }

    .page_link .link_wrapper a {
        width: 100%;
    }

    .link_wrapper a::after {
        border-radius: 10px;
    }

    .link_ttl {
        font-size: 31px;
        line-height: 40px;
    }

    /* .splide__slide {
        max-width: 300px;
    } */

    .icon_eat img {
        width: 130px;
    }

    .btn_file {
        padding: 20px 30px;
        max-width: 300px;
    }

    .btn_file::before {
        width: 23px;
        height: 28px;
    }

    .splide img {
        max-width: 90%;
    }


    /* menu */

    .menu_list li {
        width: 100%;
    }


    /* link */

    .page_link .link_wrapper {
        flex-flow: column;
        align-items: center;
        gap: 10px;
    }

    .link_wrapper {
        margin-bottom: 50px;
    }

    .page_link .link_wrapper a {
        height: 170px;
        padding: 30px 20px;
    }

    .page_link .link_wrapper a .link_ttl {
        font-size: 24px;
        line-height: 35px;
    }


}