@charset "UTF-8";

.c_main {
    padding-top: 36px;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero_wrap {
    position: relative;
    padding-bottom: 86px;
}

.hero::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 164px;
    background: var(--bg-mesh);
}

.hero_slide {
    position: relative;
    z-index: 10;
}

.hero_slide_main {
    width: 48%;
    max-width: 660px;
    margin: 0 auto;
    padding-top: 2px;
}

.hero_slide_side {
    position: absolute;
    bottom: 0;
}

.hero_slide_side.-left {
    right: 50%;
    margin-right: calc(480 / 1380 * 100%);
}

.hero_slide_side.-right {
    left: 50%;
    margin-left: calc(480 / 1380 * 100%);
}

.hero_slide_list {
    position: relative;
}

.hero_slide_side .hero_slide_list {
    height: 252px;
}

.hero_slide_item {
    clip-path: inset(0 0% 0 0);
    position: absolute;
    inset: 0;
    will-change: clip-path;
}

.hero_slide_item:not(:last-child) {
    visibility: hidden;
}

body.-load .hero_slide_item:not(:last-child) {
    visibility: visible;
}

.hero_slide_item.-wipe-out {
    clip-path: inset(0 100% 0 0);
    transition-property: clip-path;
    transition-duration: 1s;
    transition-timing-function: var(--ease);
    transition-delay: var(--delay, 0s);
}

.hero_slide_item > img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.hero_catch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 30;
    margin-left: calc(380 / 1380 * 100%);
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.06em;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.hero_catch em {
    display: inline-flex;
    position: relative;
    padding: 0 10px;
}

.hero_catch span {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    transform: translateX(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.25s;
    transition-timing-function: var(--ease);
    transition-delay: var(--delay);
    will-change: clip-path, transform;
}

body.-load .hero_catch span {
    clip-path: inset(0 0 0 0);
    transform: translateX(0%);
}

.hero_catch em::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: calc(100% - 0.65em);
    background: var(--color-black);
    transform: scaleY(0%);
    transform-origin: top;
    transition-property: transform;
    transition-duration: 1.2s;
    transition-timing-function: var(--ease);
    transition-delay: var(--delay);
}

body.-load .hero_catch em::after {
    transform: scaleY(100%);
}

.hero_illust {
    position: absolute;
    z-index: 20;
}

.hero_illust.-illust01 {
    top: 14.5%;
    right: 79.7%;
    transform: translateX(50%);
}

.hero_illust.-illust02 {
    bottom: 285px;
    left: 89.6%;
    width: max-content;
    transform: translateX(-50%);
}

.hero_illust.-illust03 {
    right: 84.6%;
    bottom: 140px;
    transform: translateX(50%);
}

.hero_insta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 15px;
    bottom: 360px;
    z-index: 90;
    font-size: 13px;
    line-height: 1;
    font-family: var(--ff-en);
    writing-mode: vertical-rl;
}

.pyon {
    visibility: hidden;
}

body.-load .pyon {
    visibility: visible;
    animation-name: pyon;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
}

.topics {
    display: flex;
    border-top: var(--border);
    border-bottom: var(--border);
}

.topics_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    border-right: var(--border);
    font-size: 24px;
    font-family: var(--ff-en);
    letter-spacing: 0;
}

.topics_wrap {
    flex: 1;
    overflow-x: auto;
}

.topics_wrap::-webkit-scrollbar {
    display: none;
}

.topics_list {
    display: flex;
    height: 80px;
    white-space: nowrap;
}

.topics_list > li {
    display: flex;
    border-right: var(--border);
}

.topics_item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    padding: 12px 30px;
}

.topics_item > figure {
    width: 60px;
    height: 54px;
    margin-right: 6px;
    overflow: hidden;
    border: var(--border);
    border-radius: 27px;
}

.topics_item > figure > img {
    transition: transform 0.25s;
    object-fit: cover;
    aspect-ratio: 60 / 54;
}

.topics_item:hover > figure > img {
    transform: scale(1.1);
}

.topics_item > time {
    font-size: 14px;
}

.topics_item > h3 {
    background: var(--bg-border);
    line-height: 1.3;
    letter-spacing: 0;
    transition: background 0.25s;
}

.topics_item:hover > h3 {
    background: var(--bg-border-hover);
}

.title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 36px;
    line-height: 1.1;
}

.title.-vertical {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.title_en {
    clip-path: inset(0 0 100% 0);
    font-size: 60px;
    font-family: var(--ff-en);
    letter-spacing: 0;
    transform: translateY(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.6s;
    transition-timing-function: var(--ease);
    transition-delay: var(--delay);
    will-change: clip-path, transform;
}

.title.-view .title_en {
    clip-path: inset(0 0 0 0);
    transform: translateY(0%);
}

.title_jp {
    display: inline-block;
    position: relative;
    margin-bottom: 0.6em;
    padding-bottom: 4px;
    font-size: 18px;
}

.title_jp::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-black);
    transform: scaleX(0%);
    transform-origin: left;
    transition-property: transform;
    transition-duration: 1.2s;
    transition-timing-function: var(--ease);
    transition-delay: 0.4s;
}

.title.-view .title_jp::after {
    transform: scaleX(100%);
}

.title_jp span {
    display: inline-block;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.25s;
    transition-timing-function: var(--ease);
    transition-delay: calc(var(--delay) + 0.4s);
    will-change: clip-path, transform;
}

.title.-view .title_jp span {
    clip-path: inset(0 0 0 0);
    transform: translateY(0%);
}

.about {
    padding: 165px 0 130px;
}

.about_wrap {
    display: flex;
    gap: calc(120 / var(--inner-large-val) * 100%);
}

.about_cnt {
}

.about_catch {
    margin-top: 45px;
}

.about_text {
    margin-top: 30px;
    line-height: 2.2;
}

.about_link {
    margin-top: 48px;
}

.about_img {
    flex-shrink: 0;
    position: relative;
}

.about_img_illust {
    position: absolute;
    z-index: 20;
}

.about_img_illust.-illust01 {
    top: -48px;
    right: 35px;
}

.about_img_illust.-illust02 {
    bottom: 46px;
    left: -41px;
}

.menu {
}

.menu_hd {
    padding-top: 105px;
    padding-bottom: 75px;
    text-align: center;
}

.menu_hd_wrap {
    position: relative;
}

.menu_hd_ttl {
}

.menu_hd_catch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
    line-height: 1;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.menu_hd_catch em {
    padding: 8px;
    background: var(--color-white);
}

.menu_hd_illust {
    position: absolute;
    top: 100%;
    left: 0;
}

.menu_price {
    padding-top: 72px;
    padding-bottom: 146px;
    background: var(--bg-mesh);
    text-align: center;
}

.menu_price_box {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding: 27px 54px;
    background: var(--color-white);
}

.menu_price_box > dt {
    padding: 8px 24px;
    border: var(--border);
}

.menu_price_box > dd {
}

.menu_price_box > dd em {
    font-size: 18px;
}

.menu_price_box > dd small {
}

.menu_price_box > dd span {
}

.menu_slide {
    margin-top: -70px;
}

.menu_slide .splide__track {
    margin: 0 -3% !important;
    padding: 0 3% !important;
}

.menu_slide .splide__arrow {
    top: 150px;
}

.menu_slide .splide__arrow.splide__arrow--prev {
    margin-right: 30px;
}

.menu_slide .splide__arrow.splide__arrow--next {
    margin-left: 30px;
}

.menu_slide_list {
}

.menu_slide_item {
    text-align: center;
}

.menu_slide_img {
    padding: 2px;
}

.menu_slide_img .c_mask.-mountain {
    margin: 0 -6%;
}

.menu_slide_img img {
    width: auto;
    height: 300px;
}

.menu_slide_cnt {
    margin-top: 35px;
    line-height: 1.8;
}

.menu_slide_hd {
}

.menu_slide_en {
    font-size: 13px;
    line-height: 1.3;
    font-family: var(--ff-en);
    letter-spacing: 0.02em;
}

.menu_slide_ttl {
    margin-top: 3px;
    font-size: 24px;
    line-height: 1.6;
}

.menu_slide_price {
    margin-top: 12px;
}

.menu_slide_text {
    margin-top: 15px;
    letter-spacing: 0;
}

.menu_slide_link {
    margin-top: 57px;
    text-align: center;
}

.menu_side {
    display: grid;
    grid-template-columns: 782fr 598fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 105px;
    border-top: var(--border);
    border-bottom: var(--border);
}

.menu_side_item {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    position: relative;
    padding: 32px 54px;
}

.menu_side_item::after {
    content: "\e905";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    padding-left: 2px;
    border-top: var(--border);
    border-left: var(--border);
    font-size: 15px;
    font-family: icomoon;
}

.menu_side_item.-side {
    grid-row: 1 / 3;
    gap: 48px;
    padding: 60px 72px;
    border-right: var(--border);
}

.menu_side_item.-drink {
}

.menu_side_item.-equipment {
    border-top: var(--border);
}

.menu_side_img {
    flex-shrink: 0;
    overflow: hidden;
}

.menu_side_img > img {
    transition: transform 0.25s var(--ease);
}

.menu_side_item:hover .menu_side_img > img {
    transform: scale(1.1);
}

.menu_side_cnt {
    flex: 1;
    line-height: 1.6;
}

.menu_side_ttl {
    font-size: 23px;
}

.menu_side_ttl > span {
    display: inline-block;
    background: var(--bg-border);
    line-height: 1.3;
    transition: background 0.25s var(--ease);
}

.menu_side_item:hover .menu_side_ttl > span {
    background: var(--bg-border-hover);
}

.menu_side_en {
    margin-top: 6px;
    font-family: var(--ff-en);
}

.menu_side_text {
    margin-top: 24px;
    line-height: 1.8;
}

.menu_side_illust {
    position: absolute;
}

.menu_side_illust.-illust01 {
    right: 72px;
    bottom: 43px;
}

.menu_side_illust.-illust02 {
    right: 75px;
    bottom: 27px;
}

.menu_side_illust.-illust03 {
    right: 89px;
    bottom: 27px;
}

.guide {
    padding-top: 135px;
    padding-bottom: 150px;
}

.guide_map {
}

.guide_link {
}

.access {
    padding-top: 120px;
    padding-bottom: 135px;
}

.access_wrap {
    display: flex;
    gap: 86px;
}

.access_cnt {
    flex-shrink: 0;
}

.access_name {
    margin-top: 70px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.access_addr {
    margin-top: 12px;
    line-height: 2;
}

.access_link {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.4;
}

.access_link > a {
    display: inline-flex;
    gap: 8px;
}

.access_link > a::after {
    content: "\e903";
    display: inline-block;
    font-family: icomoon;
    transition: transform 0.25s var(--ease);
}

.access_link > a:hover::after {
    transform: translate(4px, -4px);
}

.access_link > a > span {
    background: var(--bg-border);
    line-height: 1.3;
    transition: background 0.25s var(--ease);
}

.access_link > a:hover > span {
    background: var(--bg-border-hover);
}

.access_info {
    display: grid;
    gap: 48px;
    margin-top: 60px;
}

.access_info > dl {
    line-height: 1.6;
}

.access_info > dl > dt {
    display: inline-flex;
    padding: 8px 20px;
    border: var(--border);
}

.access_info > dl > dd {
    margin-top: 15px;
    line-height: 2;
}

.access_info > dl > dd dl:not(:last-child) {
    margin-bottom: 1em;
}

.access_figure {
    flex: 1;
    padding-right: 120px;
    text-align: right;
}

.access_gmap {
    position: relative;
}

.access_gmap_main {
    position: relative;
    z-index: 10;
}

.access_gmap_main > iframe {
    position: relative;
    z-index: 10;
    width: 100%;
    aspect-ratio: 670 / 420;
}

.access_gmap_illust {
    position: absolute;
    right: -106px;
    bottom: 36px;
    z-index: 20;
    pointer-events: none;
}

.access_parking {
    display: inline-block;
    position: relative;
    margin-top: 75px;
}

.access_parking.vis-sp {
    display: none;
}

.access_parking_main {
    z-index: 10;
}

.access_parking_illust {
    position: absolute;
    bottom: -18px;
    left: -126px;
    z-index: 20;
}

.news {
    display: flex;
    flex-direction: row-reverse;
}

.news_hd {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    padding: 0 120px 0 110px;
}

.news_hd_link {
    margin-top: 70px;
}

.news_hd_btn {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.news_hd_btn > button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 48px;
    border: var(--border);
    border-radius: 24px;
    cursor: pointer;
    transition: padding 0.25s var(--ease);
}

.news_hd_btn > button.-prev {
}

.news_hd_btn > button.-next {
}

.news_hd_btn > button.-prev:hover {
    padding-right: 5px;
}

.news_hd_btn > button.-next:hover {
    padding-left: 5px;
}

.news_cnt {
    width: calc(100% - 500px);
    border-top: var(--border);
    border-right: var(--border);
    border-bottom: var(--border);
}

.news .splide__slide:not(:last-child) {
    border-left: var(--border);
}

.news_link {
    display: flex;
    max-width: 380px;
    direction: ltr;
}

.news_post {
    position: relative;
    padding: 45px 52px 60px;
}

.news_post_cat {
    position: absolute;
    top: 45px;
    right: 28px;
    line-height: 1;
    writing-mode: vertical-rl;
}

.news_post_cat > span {
    font-size: 15px;
    font-family: var(--ff-en);
}

.news_post_img {
    overflow: hidden;
}

.news_post_img:has(.-noimg) {
    border: var(--border);
}

.news_post_img > img {
    transition: transform 0.25s var(--ease);
    object-fit: cover;
    aspect-ratio: 276 / 240;
}

.news_link:hover .news_post_img > img {
    transform: scale(1.1);
}

.news_post_cnt {
    margin-top: 20px;
}

.news_post_date {
    font-size: 14px;
    line-height: 1;
    font-family: var(--ff-en);
}

.news_post_ttl {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}

.news_post_ttl > span {
    background: var(--bg-border);
    transition: background 0.25s var(--ease);
}

.news_link:hover .news_post_ttl > span {
    background: var(--bg-border-hover);
}

.faq {
    margin-top: 150px;
    padding-top: 72px;
    padding-bottom: 176px;
    background: var(--bg-mesh);
}

.faq_wrap {
    display: flex;
    align-items: flex-start;
    gap: 107px;
    padding: 84px 90px 90px;
    background: var(--color-white);
}

.faq_hd {
    flex-shrink: 0;
}

.faq_hd_link {
    margin-top: 70px;
    margin-bottom: 60px;
}

.faq_hd_link > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.faq_hd_link > a::before {
    content: "\e902";
    font-size: 15px;
    font-family: icomoon;
    transition: transform 0.25s var(--ease);
}

@media (hover: hover) {
    .faq_hd_link > a:hover::before {
        transform: translateX(5px);
    }
}

.faq_hd_link > a > span {
    background: var(--bg-border);
    line-height: 1.3;
    transition: background 0.25s var(--ease);
}

.faq_hd_link > a:hover > span {
    background: var(--bg-border-hover);
}

.faq_hd_illust {
    margin-top: auto;
    margin-bottom: -24px;
}

.faq_hd_illust > img {
    display: inline-block;
    position: relative;
    top: 24px;
}

.faq_hd_illust:hover > img {
    animation: pyonpyon 0.3s 2 ease-in-out;
}

.faq_list {
    display: grid;
    flex: 1;
    gap: 10px;
    list-style-type: none;
    margin-top: -20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.faq_list > li {
}

.faq_list > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    border-bottom: var(--border);
}

.faq_list > li > a::after {
    content: "\e905";
    display: inline-block;
    font-size: 15px;
    font-family: icomoon;
    transform: translateX(-5px);
    transition: transform 0.25s var(--ease);
}

.faq_list > li > a:hover::after {
    transform: translateX(0px);
}

.faq_list > li > a > span {
    background: var(--bg-border);
    transition: background 0.25s var(--ease);
}

.faq_list > li > a:hover > span {
    background: var(--bg-border-hover);
}

@media screen and (min-width: 1439.98px) {
    .hero_slide_side.-left {
        margin-right: 480px;
    }

    .hero_slide_side.-right {
        margin-left: 480px;
    }

    .hero_catch {
        margin-left: 380px;
    }

    .hero_illust.-illust01 {
        top: 14.5%;
        right: 50%;
        margin-right: 300px;
        transform: none;
    }

    .hero_illust.-illust02 {
        bottom: 285px;
        left: 50%;
        margin-left: 441px;
        transform: none;
    }

    .hero_illust.-illust03 {
        right: 50%;
        bottom: 140px;
        margin-right: 431px;
        transform: none;
    }
}

@media screen and (max-width: 1350px) {
    .hero_slide_side.-left {
        margin-right: calc(440 / 1380 * 100%);
    }

    .hero_slide_side.-right {
        margin-left: calc(440 / 1380 * 100%);
    }

    .hero_catch {
        top: 30px;
    }

    .hero_illust.-illust02 {
        bottom: 270px;
        left: 88%;
    }

    .c_guide_map_illust.-illust01 {
        left: -20px;
    }

    .hero_illust.-illust03 {
        right: 81.5%;
    }
}

@media screen and (max-width: 1259.98px) {
}

@media screen and (max-width: 767.98px) {
    .c_main {
        padding-top: 95px;
    }

    .hero {
    }

    .hero::before {
        height: calc(164 / 375 * 100vw);
    }

    .hero_wrap {
        padding-bottom: 0;
    }

    .hero_slide {
    }

    .hero_slide_main {
        position: relative;
        right: calc(21 / 375 * -100vw);
        width: 100%;
        max-width: 100%;
        padding-left: calc(41 / 375 * 100vw);
    }

    .hero_slide_side {
        position: static;
    }

    .hero_slide_side.-left {
        margin-top: 70px;
        margin-right: auto;
        margin-left: -30px;
    }

    .hero_slide_side.-right {
        display: flex;
        justify-content: flex-end;
        margin-top: -40px;
        margin-right: -30px;
        margin-bottom: -15px;
        margin-left: auto;
    }

    .hero_slide_list {
    }

    .hero_slide_side .hero_slide_list {
        height: calc(162 / 375 * 100vw);
    }

    .hero_slide_item {
    }

    .hero_slide_item.-wipe-out {
        transition-delay: var(--delay-sp, 0s);
    }

    .hero_slide_item > img {
    }

    .hero_catch {
        gap: calc(7 / 375 * 100vw);
        top: auto;
        right: calc(30 / 375 * 100vw);
        bottom: calc(234 / 375 * 100vw);
        left: auto;
        margin: 0;
        font-size: calc(20 / 375 * 100vw);
        writing-mode: horizontal-tb;
    }

    .hero_catch em {
        padding: 7px 0;
    }

    .hero_catch span {
        clip-path: inset(0 0 100% 0);
        transform: translateY(100%);
    }

    body.-load .hero_catch span {
    }

    .hero_catch em::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: calc(100% - 0.65em);
        height: calc(2 / 375 * 100vw);
        transform: scaleY(1) scaleX(0);
        transform-origin: left;
    }

    body.-load .hero_catch em::after {
    }

    .hero_illust {
    }

    .hero_illust.-illust01 {
        top: auto;
        right: auto;
        bottom: calc(315 / 375 * 100vw);
        left: calc(20 / 375 * 100vw);
        width: calc(150 / 375 * 100vw);
        transform: none;
    }

    .hero_illust.-illust02 {
        right: calc(10 / 375 * 100vw);
        bottom: calc(136 / 375 * 100vw);
        left: auto;
        width: calc(120 / 375 * 100vw);
        transform: none;
    }

    .hero_illust.-illust03 {
        right: auto;
        bottom: calc(76 / 375 * 100vw);
        left: calc(140 / 375 * 100vw);
        width: calc(50 / 375 * 100vw);
        transform: none;
    }

    .hero_insta {
        display: none;
    }

    .topics {
        /* margin-top: -15px; */
        position: relative;
        z-index: 10;
        background: var(--color-white);
    }

    .topics_ttl {
        width: 84px;
        font-size: 16px;
    }

    .topics_wrap {
    }

    .topics_list {
        height: 56px;
    }

    .topics_list > li {
    }

    .topics_item {
        gap: 8px;
        padding: 0 18px;
    }

    .topics_item > figure {
        width: 44px;
        height: 40px;
        margin-right: 7px;
    }

    .topics_item > figure > img {
    }

    .topics_item > time {
        font-size: 12px;
    }

    .topics_item > h3 {
        font-size: 13px;
    }

    .title {
        gap: 18px;
    }

    .title.-vertical {
        flex-direction: row;
        align-items: flex-end;
        gap: 18px;
    }

    .title_en {
        font-size: 38px;
    }

    .title_jp {
        font-size: 14px;
    }

    .about {
        padding: 48px 0 60px;
    }

    .about_wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .about_cnt {
    }

    .about_catch {
        margin-top: 30px;
    }

    .about_text {
        margin-top: 20px;
    }

    .about_link {
        margin-top: 30px;
    }

    .about_img {
    }

    .about_img_illust {
        transform: scale(0.6);
    }

    .about_img_illust.-illust01 {
        top: -18px;
        transform-origin: top right;
    }

    .about_img_illust.-illust02 {
        bottom: 40px;
        left: -18px;
        transform-origin: left bottom;
    }

    .menu {
    }

    .menu_hd {
        padding-top: 48px;
        padding-bottom: 34px;
    }

    .menu_hd_wrap {
        text-align: left;
    }

    .menu_hd_ttl {
    }

    .menu_hd_catch {
        gap: 3px;
        font-size: 15px;
    }

    .menu_hd_catch em {
    }

    .menu_hd_illust {
        display: none;
    }

    .menu_price {
        padding: 32px 30px 100px;
    }

    .menu_price_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 24px;
    }

    .menu_price_box > dt {
        padding: 4px 15px;
        font-size: 13px;
    }

    .menu_price_box > dd {
        line-height: 1.8;
        text-align: left;
    }

    .menu_price_box > dd em {
        font-size: 16px;
    }

    .menu_price_box > dd small {
        font-size: 13px;
    }

    .menu_price_box > dd span {
    }

    .menu_slide {
    }

    .menu_slide .splide__track {
        overflow: visible;
    }

    .menu_slide .splide__arrow {
    }

    .menu_slide .splide__arrow.splide__arrow--prev {
    }

    .menu_slide .splide__arrow.splide__arrow--next {
    }

    .menu_slide_list {
    }

    .menu_slide_item {
        text-align: left;
    }

    .menu_slide_img {
    }

    .menu_slide_img .c_mask.-mountain {
    }

    .menu_slide_img img {
        height: 226px;
    }

    .menu_slide_cnt {
        margin-top: 24px;
    }

    .menu_slide_hd {
        display: flex;
        align-items: baseline;
        gap: 15px;
    }

    .menu_slide_en {
        order: 2;
        font-size: 12px;
    }

    .menu_slide_ttl {
        order: 1;
        margin: 0;
        font-size: 20px;
    }

    .menu_slide_price {
        font-size: 14px;
    }

    .menu_slide_text {
        margin-top: 12px;
        font-size: 13px;
    }

    .menu_slide_link {
        margin-top: 36px;
    }

    .menu_side {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 42px;
    }

    .menu_side_item {
        gap: 24px;
        padding: 24px;
    }

    .menu_side_item::after {
    }

    .menu_side_item.-side {
        gap: 24px;
        padding: 30px 55px 30px 24px;
        border-right: none;
        border-bottom: var(--border);
    }

    .menu_side_item.-drink {
    }

    .menu_side_item.-equipment {
    }

    .menu_side_img {
        width: 90px;
    }

    .menu_side_cnt {
    }

    .menu_side_ttl {
        font-size: 18px;
    }

    .menu_side_en {
        margin-top: 3px;
        font-size: 12px;
    }

    .menu_side_text {
        margin-top: 18px;
        font-size: 13px;
    }

    .menu_side_illust {
        transform: scale(0.6);
        transform-origin: bottom right;
    }

    .menu_side_illust.-illust01 {
        top: 20px;
        right: 15px;
        bottom: auto;
        transform-origin: top right;
    }

    .menu_side_illust.-illust02 {
        right: 70px;
        bottom: 20px;
    }

    .menu_side_illust.-illust03 {
    }

    .guide {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .guide .c_guide_item {
        flex-direction: row;
    }

    .guide_map {
    }

    .guide_link {
        margin-top: 10px;
    }

    .access {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .access_wrap {
        flex-direction: column-reverse;
        gap: 36px;
    }

    .access_cnt {
    }

    .access_name {
        margin-top: 30px;
        font-size: 18px;
    }

    .access_addr {
        font-size: 13px;
    }

    .access_link {
        margin-top: 18px;
        font-size: 15px;
    }

    .access_link > a {
    }

    .access_link > a::after {
    }

    .access_info {
        gap: 24px;
        margin-top: 30px;
    }

    .access_info > dl {
    }

    .access_info > dl > dt {
    }

    .access_info > dl > dd {
    }

    .access_figure {
        padding-right: 0;
    }

    .access_gmap {
    }

    .access_gmap_main {
    }

    .access_gmap_main > iframe {
        aspect-ratio: 1;
    }

    .access_gmap_illust {
        right: -20px;
        bottom: -70px;
        transform: scale(0.6);
        transform-origin: right bottom;
    }

    .access_parking {
    }

    .access_parking.hide-sp {
        display: none;
    }

    .access_parking.vis-sp {
        display: block;
        margin-top: 36px;
    }

    .access_parking_main {
    }

    .access_parking_illust {
        bottom: -18px;
        left: -15px;
        transform: scale(0.6);
        transform-origin: left bottom;
    }

    .news {
        flex-direction: column;
        padding: 0 30px;
    }

    .news_hd {
        width: 100%;
        padding: 0;
    }

    .news_hd_link {
        margin-top: 36px;
    }

    .news_hd_btn {
        display: none;
    }

    .news_hd_btn > button {
    }

    .news_hd_btn > button.-prev {
    }

    .news_hd_btn > button.-next {
    }

    .news_cnt {
        width: auto;
        margin-top: 30px;
        margin-right: -30px;
        border-right: 0;
        border-left: var(--border);
    }

    .news .splide__slide:not(:last-child) {
        border-right: var(--border);
        border-left: none;
    }

    .news_link {
        max-width: 268px;
    }

    .news_post {
        padding: 30px;
    }

    .news_post_cat {
        top: 30px;
        right: 12px;
    }

    .news_post_cat > span {
        font-size: 12px;
    }

    .news_post_img {
    }

    .news_post_cnt {
    }

    .news_post_date {
        font-size: 13px;
    }

    .news_post_ttl {
        margin-top: 6px;
        font-size: 16px;
    }

    .faq {
        margin-top: 60px;
        padding-top: 45px;
        padding-bottom: 150px;
    }

    .faq_wrap {
        display: block;
        flex-direction: column;
        position: relative;
        padding: 30px 30px;
    }

    .faq_hd {
    }

    .faq_hd_link {
        margin: 20px 0 0;
        text-align: right;
    }

    .faq_hd_link > a {
        font-size: 15px;
    }

    .faq_hd_link > a::before {
        font-size: 15px;
    }

    .faq_hd_illust {
        position: absolute;
        bottom: -5px;
        left: 24px;
        margin-bottom: 0;
        transform: scale(0.6);
        transform-origin: bottom left;
    }

    .faq_hd_illust > img {
    }

    .faq_list {
        margin-top: 10px;
        font-size: 14px;
    }

    .faq_list > li {
    }

    .faq_list > li > a {
        gap: 15px;
        padding: 18px 0;
    }

    .faq_list > li > a::after {
    }
}
