@charset "utf-8";

/* ====================
common
===================== */
:root {
    --mainBrown: #6D5656;
    --lightBrown: #BA9E9E;
    --bgBrown: #917070;
    --warmOrange: #D6862B;
    --lightBlue: #D6ECFB;
    --footerNavy: #1C1D49;
    --contentWidthPc: 80.5%;
    --contentWidthSp: 94.9%;
    --contentPaddingPc: 9.7%;
    --contentPaddingSp: 5%;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #2f2f2f;
    line-height: 2;
    letter-spacing: 2px;
    background-color: #ffffff;
    font-size: 1.6rem;
}

img {
    max-width: 100%;
    height: auto;
}

h2,
h4 {
    color: var(--mainBrown, #6D5656);
    font-size: 4rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}

h3 {
    color: var(--mainBrown, #6D5656);
    font-size: 6.4rem;
    font-family: "Marcellus", serif;
}

/* sp768px */
@media screen and (max-width: 769px) {
    body {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: normal;
        color: #2f2f2f;
        line-height: normal;
        letter-spacing: 0.05em;
        background-color: #ffffff;
        font-size: 1.6rem;
    }

    h3 {
        font-size: 4rem;
    }

}

a {
    transition: 0.4s;
}

/* =====================
header
======================= */

.header__flex {
    display: flex;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    background-color: #5A3E3E;
    width: 480px;
    height: 98px;
    padding: 18px 30px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
}

.header__rogo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transition: 0.4s;
}

.header__menu--faq p,
.header__menu--reserve p {
    text-align: center;
}

.header__marcellus {
    color: #FFF;
    font-family: Marcellus;
    font-size: 1.4rem;
    /* line-height: 32px; */
    line-height: 1.8;
    letter-spacing: normal;
}

.header__serif {
    color: #FFF;
    font-family: "Noto Serif CJK JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3;
    letter-spacing: normal;
}

.header__menu--faq {
    position: relative;
    transition: 0.4s;
}

.header__menu--reserve {
    position: relative;
    transition: 0.4s;
}

.header__menu--faq .header__marcellus::after {
    content: '';
    display: block;
    width: 67px;
    height: 1px;
    background-color: #ffffff;
    /* position: absolute;
    top: 27px;
    left: 80px; */
    margin: 0 auto;
}

.header__menu--reserve .header__marcellus::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    /* position: absolute;
    top: 27px;
    right: 20px; */
    margin: 0 auto;
}

.nav__menuButton {
    transition: 0.4s;
    cursor: pointer;
}


/* sp768px */

@media screen and (max-width: 768px) {

    .nav__menuButton img {
        width: 30px;
        height: 38px;
    }

    .header__rogo {
        width: 81px;
        height: 81px;
    }

    .header {
        width: 68vw;
        height: 60px;
        padding: 2vw;
        align-items: flex-end;
        gap: 0 8px;
    }

    .header__marcellus {
        font-size: 0.8rem;
    }

    .header__menu--faq .header__marcellus::after {
        content: '';
        display: block;
        background-color: #ffffff;
        width: 30px;
        height: 1px;
        margin: 0 auto;
        top: 18px;
        left: 50px;
    }

    .header__menu--reserve .header__marcellus::after {
        content: '';
        display: block;
        background-color: #ffffff;
        width: 30px;
        height: 1px;
        margin: 0 auto;
    }

    .header__marcellus {
        font-size: 0.8rem;
        line-height: 2;
    }

    .header__serif {
        font-size: 1.1rem;
        line-height: 2;
        font-weight: 400;
    }
}

.spBr {
    display: none;
}


/* =====================
nav
======================= */

.nav {
    background-color: #C1E1F5;
    line-height: normal;
    padding: 1vw 0;
    transform: translateX(200%);
    transition: 0.8s;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 300;
}

.nav__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button__close {
    width: 23px;
    height: 23px;
    margin-left: auto;
    margin-right: 1vw;
    cursor: pointer;
}

.rogo__nav {
    display: none;
    width: 121px;
    height: 136.1px;
    margin: 0 auto;
}

.nav__menu {
    color: #5A3E3E;
    font-size: 1.3rem;
}

.nav__menu li {
    text-align: center;
    margin-top: 3vh;
    transition: 0.4s;
}

.nav__detail {
    color: #5A3E3E;
    font-family: Marcellus;
    font-size: 2.2rem;
    line-height: 27px;
    transition: 0.4s;
}

.nav__detail span {
    font-size: 1.3rem;
}

.nav__button {
    margin-top: 4vh;
}

.nav__button--faq {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 20px 0 10px;
    position: relative;
    transition: 0.4s;
}

.nav__button--reserve {
    width: 100px;
    height: 100px;
    background-color: var(--bgBrown);
    border-radius: 22px;
    padding: 20px 0 26px;
    position: relative;
    transition: 0.4s;
}

.nav__button--faq p:first-of-type,
.nav__button--reserve p:first-of-type {
    font-family: Marcellus;
    font-size: 1rem;
    text-align: center;
}

.nav__button--faq p:last-of-type,
.nav__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.4rem;
    font-weight: 500;
    /* 114.286% */
    letter-spacing: 0.7px;
}

/* .vector__nav img {
    width: 23.2px;
    height: 2px;
} */
/* 
.vector__nav {
    width: 23.2px;
    height: 2px;
    margin-top: 0;
} */

.nav__button--faq a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 23.2px;
    height: 1px;
    background-color: #2f2f2f;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}

.nav__button--reserve a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 23.2px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}


.nav__button--faq p:last-of-type,
.nav__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    /* 114.286% */
    letter-spacing: 0.7px;
    margin-top: 16px;
}


.nav__button--reserve p:last-of-type {
    font-size: 1.6rem;
}


.nav__button--reserve p {
    color: #ffffff;
}

.nav__button {
    display: flex;
    justify-content: center;
    gap: 0 14px;
}

.icon__tent {
    width: 24px;
    height: 19px;
    display: block;
    margin: 3px auto 0;
}

.nav.active {
    transform: translateX(100%);
}

@media screen and (max-width: 769px) {
    .nav {
        width: 100%;
        transform: translateX(100%);
    }

    .spBr {
        display: block;
    }

    .nav__button--faq p:first-of-type,
    .nav__button--reserve p:first-of-type {
        /* font-size: 0.9rem; */
        display: none;
    }

    .nav__button--faq p:last-of-type,
    .nav__button--reserve p:last-of-type {
        font-size: 1.2rem;
        line-height: normal;
        margin-top: 0;
    }

    .nav__button--reserve p:last-of-type {
        font-size: 1.4rem;
    }

    .nav__button--faq,
    .nav__button--reserve {
        width: 100px;
        height: 80px;
        padding: 15px 0 10px;
    }

    .nav__button--faq a p:first-of-type::after {
        top: 30px;
        display: none;
    }

    .nav__button--reserve a p:first-of-type::after {
        top: 30px;
        display: none;
    }

    .nav.active {
        transform: translateX(0);
    }

    .rogo__nav {
        margin-top: -6vh;
        width: 85px;
        height: 96px;
    }

    .button__close {
        margin-right: 3vw;
        margin-top: 3vw;
    }

    .icon__tent {
        display: block;
        margin: 3px auto 0;
        width: 34.8px;
        height: 27.6px;
    }

    .nav__flex {
        margin-top: -30px;
    }

}

/* =====================
mainvisual
=======================*/

#mainVisual {
    width: 100%;
    height: 100vh;
    /* background-image: url(../images/mainvisual1.png); */
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 213px 0 11px; */
}

.mainVisual__catchCopy {
    width: 41vw;
    height: 19%;
    background-color: #ffffff;
    opacity: 0.8;
    text-align: left;
    padding: 2% 1% 2% 2%;
    margin-top: 30vh;
    display: flex;
    justify-content: center;
}

h1 {
    color: #5A3E3E;
    letter-spacing: 6.7px;
    font-size: 4.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    display: block;
}

.mainVisual__subName {
    font-family: "Allura", serif;
    font-size: 6rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 7vh;
    line-height: 1;
}

.mainVisual__name {
    font-family: "Marcellus", serif;
    font-size: 10.5rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
}

.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 769-1360px  */
@media screen and (max-width: 1359px) {

    .mainVisual__catchCopy {
        width: 60%;
        height: auto;
        background-color: #ffffff;
        opacity: 0.8;
        padding: 3vw 3%;
    }

    h1 {
        font-size: 3.8rem;
        letter-spacing: 2.4px;
        line-height: 2;
    }

    .mainVisual__subName {
        font-size: 3.5rem;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        margin-top: 16vh;
        line-height: normal;
    }

    .mainVisual__name {
        font-size: 6rem;
    }
}

/* sp768px */

@media screen and (max-width: 769px) {
    /* .mainVisual {
        width: 100%;
        height: auto;
        padding: 60vh 0 2.1vh;
        background-image: url(../images/mainvisualSp.png);
    } */

    .mainVisual__catchCopy {
        width: 90%;
        height: auto;
        background-color: #ffffff;
        opacity: 0.8;
        text-align: center;
        padding: 3vw 3%;
        margin-left: auto;
    }

    h1 {
        font-size: 2.7rem;
        letter-spacing: 2.4px;
        line-height: 2;
    }

    .mainVisual__subName {
        font-size: 2.8rem;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        margin-top: 31vh;
        line-height: normal;
    }

    .mainVisual__name {
        font-size: 4.8rem;
    }
}




/* =====================
about
=======================*/
.eachTextAnime .spBr {
    display: block;
}

.tentImgSp {
    display: none;
}

.about {
    background-image: url(../images/bg_main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 100px;
}

.about__viewTitle {
    font-size: 10.5rem;
    opacity: 0.7;
    line-height: 0.6;
    color: #ffffff;
    font-family: "Allura", serif;
    text-align: center;
}

.about__bbqTitle {
    font-size: 8rem;
    opacity: 0.7;
    line-height: 1;
    color: #ffffff;
    font-family: "Allura", serif;
    text-align: center;
}

.about__tentTitle {
    font-size: 10.5rem;
    color: var(--lightBrown), #BA9E9E;
    line-height: 0.6;
    color: #BA9E9E;
    font-family: "Allura", serif;
    text-align: center;
    margin-top: 60px;
}

.tent__txt {
    color: #2f2f2f;
    width: 48.4vw;
    height: auto;
    margin: 30px auto 0;
}

.about__main {
    padding-top: 110px;
}

.about__main div {
    margin: 0 auto;
    width: 40vw;
}

.main__title {
    text-align: center;
    padding: 0 2.5%;
}

.main__txt {
    margin-top: 30px;
}

.about__title {
    text-align: center;
}

.view__txt {
    width: 31.7vw;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 30px;
}

.about__1st {
    margin-top: 100px;
}

.about__view {
    background-image: url(../images/view1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    padding-top: 500px;
    padding-bottom: 70px;
}

.about__viewFlexSp {
    display: none;
}

.about__viewFlex {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.view2 {
    margin-top: -35px;
}

.view3 {
    margin-top: 265px;
}

.about__BBQ {
    background-image: url(../images/BBQ1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    padding-top: 443px;
    padding-bottom: 70px;
}

.bbq__txt {
    width: 65.5vw;
    margin: 0 auto;
    margin-top: 30px;
    color: #ffffff;
}

.about__bbqFlex {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.view__title,
.bbq__title {
    color: #ffffff;
    text-align: center;
    padding: 0 2.5%;
}

.tent__title {
    color: #5A3E3E;
    text-align: center;
}

.about__2nd,
.about__3rd {
    margin-top: 160px;
}

.bbq2 {
    margin-top: -35px;
    max-width: 557px;
}

.bbq3 {
    margin-top: 200px;
    max-width: 420px;
}

.bbq3::before {
    content: "＼kamogawasan's BBQ ／";
    display: block;
    max-width: 433px;
    font-size: 3rem;
    line-height: normal;
    letter-spacing: 0.1em;
    font-family: Allura;
    color: #5A3E3E;
    margin: 0 auto;
    text-align: center;
}

.bbq__videoSp {
    display: none;
}

.bbq__video {
    margin-top: 30px;
    position: relative;
}

.bbq__video::before {
    content: '＼fleshly cooked rice／';
    display: block;
    font-size: 3rem;
    max-width: 310px;
    line-height: normal;
    letter-spacing: 0.1em;
    font-family: Allura;
    color: #5A3E3E;
    text-align: center;
    margin-left: auto;
}

.bbq__video video {
    display: block;
    margin-left: auto;
    margin-right: 0;
    max-width: 310px;
    outline: none;
    border: none;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

.tentImg img {
    width: 100vw;
    height: auto;
}

/* sp769px */
@media screen and (max-width: 769px) {
    .pcBr {
        display: none;
    }

    .about {
        background-image: url(../images/bg_mainSp.png);
    }

    .about__main {
        padding-top: 65px;
    }

    .main__txt {
        margin-top: 26px;
        line-height: 2;
    }

    .about__main div,
    .view__txt,
    .bbq__txt,
    .tent__txt {
        width: 89.3vw;
        line-height: 2;
        letter-spacing: 0.1em;
        margin-top: 16px;
    }

    .about__main div p {
        line-height: 2;
        letter-spacing: 0.1em;
    }

    .about__viewFlex {
        display: none;
    }

    .about__viewFlexSp {
        display: block;
    }

    .about__view {
        background-image: url(../images/view1sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: auto;
        padding-top: 48.1vh;
        padding-bottom: 53px;
    }

    .about__viewTitle {
        font-size: 6.4rem;
        opacity: 0.7;
        line-height: normal;
        letter-spacing: 6.4px;
    }

    .main__title {
        font-size: 3rem;
    }

    .spBr {
        display: block;
    }

    .view__title,
    .bbq__title,
    .tent__title {
        font-size: 3rem;
        line-height: normal;
    }

    .about__bbqTitle {
        font-size: 4.8rem;
        line-height: normal;
    }

    .about__bbqFlex {
        display: block;
    }

    .bbq__videoSp {
        display: block;
    }

    .bbq__video {
        display: none;
    }

    .view2Sp img,
    .bbq2 img {
        width: 74.5vw;
        display: block;
    }

    .view2Sp,
    .bbq2 {
        padding-left: 2.5%;
        margin-top: -32px;
    }

    .view3Sp,
    .bbq3 img {
        width: 55vw;
        display: block;
        margin-left: auto;
    }

    .view3Sp,
    .bbq3 {
        /* padding-right: 2.5%; */
        margin-top: 40px;
        margin-right: 7.6%;
    }

    .about__BBQ {
        background-image: url(../images/BBQ1sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: auto;
        padding-top: 36.6vh;
        padding-bottom: 53px;
    }

    .about__tentTitle {
        font-size: 6.4rem;
        line-height: normal;
    }

    .tentImg {
        display: none;
    }

    .tentImgSp {
        display: block;
    }


    .bbq3::before {
        content: "＼kamogawasan's BBQ ／";
        display: block;
        width: 62%;
        font-size: 1.8rem;
        line-height: normal;
        letter-spacing: 0.1em;
        font-family: Allura;
        color: #5A3E3E;
        margin-right: 0;
        margin-left: auto;
    }

    .bbq__video {
        margin-top: 10px;
        position: relative;
    }

    .bbq__video::before {
        display: none;
    }

    .bbq__video video {
        display: none;
    }


    .bbq__videoSp {
        margin-top: 40px;
        position: relative;
    }

    .bbq__videoSp::before {
        content: '＼fleshly cooked rice／';
        display: block;
        width: 49%;
        font-size: 1.8rem;
        line-height: normal;
        letter-spacing: 0.1em;
        font-family: Allura;
        color: #5A3E3E;
        margin-left: 10%;
        text-align: center;
    }

    .bbq__videoSp video {
        display: block;
        width: 40.9%;
        margin-left: 15%;
        margin-right: auto;
        outline: none;
        border: none;
        filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    }

    .bbq3 {
        max-width: 100%;
    }

    .tentImgSp img {
        width: 100%;
        height: auto;
    }
}

/* ===================
plan
===================== */

.plan {
    padding: 100px 0;
    background-image: url(../images/bg_beige.png);
    background-position: center;
    background-size: contain;
    line-height: normal;
}

.information {
    /* margin-top: 100px; */
    padding: 100px 0;
    background-image: url(../images/bg_beige.png);
    background-position: center;
    background-size: contain;
    line-height: normal;
}

.plan__title {
    text-align: center;
    line-height: normal;
}

.plan__after {
    margin: 0 auto;
    width: 81.6vw;
}

.plan__title::after {
    content: '';
    display: block;
    max-width: 1176px;
    height: 3px;
    background-color: #6D5656;
    margin: 37px auto 0;
}

.threeHoursBBQ__enTitle {
    color: #BA9E9E;
    font-family: Allura;
    font-size: 4rem;
    text-align: center;
    margin-top: 60px;
    line-height: normal;
}

.threeHoursBBQ__title {
    color: #D6862B;
    text-align: center;
    line-height: 1;
    margin-top: 9px;
    font-weight: 900;
}

.threeHoursBBQ__txt {
    color: #6D5656;
    font-family: "Noto Sans JP";
    font-size: 2.8rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 28px;
}

.threeHoursBBQ__txt--1 {
    margin-top: 45px;
}

.threeHoursBBQ__txt span {
    color: #2f2f2f;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-weight: 400;
}

.plan__threeHoursBBQ {
    text-align: center;
}

.threeHoursBBQ__after::after {
    content: '';
    max-width: 932px;
    height: 3px;
    display: block;
    background-color: #5A3E3E;
    margin: 60px auto 0;
}

.threeHoursBBQ__after {
    max-width: 64.7vw;
    margin: 0 auto;
    text-align: center;
}

.threeHoursBBQ__caution {
    font-size: 1.6rem;
    margin-top: 17px;
}

.plus {
    font-size: 2.4rem;
}

.menu__imgSp {
    display: none;
}

.plan__menu {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 0 25px;
}

.menu__enTitle {
    color: #BA9E9E;
    font-family: Allura;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
    /* 67.5% */
    letter-spacing: 4px;
    text-align: center;
}

.menu__title {
    color: #D6862B;
    font-family: "Noto Serif CJK JP";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-top: 9px;
    text-align: center;
}

.menu__meat {
    margin-top: 39px;
    color: #2f2f2f;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 140% */
    letter-spacing: 2px;
    text-align: center;
}

.menu__txt {
    color: #2f2f2f;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    /* 188.889% */
    letter-spacing: 1.8px;
    margin-top: 11px;
}

.menu__caution {
    color: #2f2f2f;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    /* 188.889% */
    letter-spacing: 1.8px;
    margin-top: 7px;
}

.menu__img {
    display: flex;
    justify-content: center;
    gap: 0 14px;
}

.menuImg1 {
    margin-top: 7px;
}

.menuImg2 {
    margin-top: 55px;
    position: relative;
}

.menuImg2::before {
    content: '';
    display: block;
    width: 234px;
    height: 147px;
    background-image: url(../images/bg_menuImg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -200;
    top: 56px;
    right: 167px;

}

.option__enTitle {
    color: #BA9E9E;
    font-family: Allura;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
    /* 67.5% */
    letter-spacing: 4px;
    text-align: center;
    margin-top: 60px;
}

.option__enTitleBefore {
    max-width: 64.7vw;
    margin: 0 auto;
    text-align: center;
}

.option__enTitleBefore::before {
    content: '';
    max-width: 932px;
    height: 3px;
    display: block;
    background-color: #5A3E3E;
    margin: 60px auto 0;
}

.option__title {
    color: #D6862B;
    font-family: "Noto Serif JP";
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 4px;
    margin-top: 5px;
    text-align: center;
    line-height: 1;
}

.advanceReservation {
    color: #6D5656;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.kashikiri {
    display: block;
}

.kashikiri::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 37px;
    background-image: url(../images/crown-02.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.option__txt {
    color: #6D5656;
    font-family: "Noto Sans JP";
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    margin-top: 30px;
    text-align: center;
}

.option__explanation {
    color: #2f2f2f;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    /* 200% */
    letter-spacing: 1.6px;
    text-align: center;
    margin-top: 4px;
}

.usageEx__before h4 {
    text-align: center;
    margin-top: 60px;
}

.usageEx__before {
    margin: 0 auto;
    width: 81.6vw;
}

.usageEx__before::before {
    content: '';
    display: block;
    max-width: 1176px;
    height: 3px;
    background-color: #6D5656;
    margin: 60px auto 0;
}

.usageEx__flex1 {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 60px;
}

.usageEx__flex2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 60px;
}

.usageEx__detail {
    width: 493px;
    height: auto;
    margin-top: 37px;
}

.usageEx__detail1 {
    width: 420px;
}

.usageEx__detail2 {
    width: 420px;
}

.usageEx__detail3 {
    width: 420px;
}

.usageEx__detail4 {
    width: 420px;
}

.usageEx__title {
    color: #BA9E9E;
    font-family: Allura;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.usageEx__numberOfPeople {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    display: inline;
    background: linear-gradient(transparent 0%, #917070 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 2px 4px;
}

.usageEx__decoration {
    margin-top: 8px;
}

.usageEx__txt--top {
    margin-top: 20px;
}

.usageEx__txt {
    line-height: 1.7;
}

.item__price {
    display: flex;
    justify-content: space-between;
}

.total {
    text-align: right;
    position: relative;
    margin-top: 6px;
}

.total::before {
    content: '';
    display: block;
    width: 109px;
    height: 1px;
    background-color: #2f2f2f;
    right: 0;
    position: absolute;
}

/* sp769px plan  */

@media screen and (max-width: 769px) {

    .plan {
        padding: 100px var(--contentPaddingSp);
    }

    .plan__title::after {
        margin-top: 20px;
    }

    .threeHoursBBQ__enTitle {
        font-size: 2.2rem;
    }

    .threeHoursBBQ__title {
        font-size: 2.6rem;
        line-height: normal;
        margin-top: 0;
    }

    .threeHoursBBQ__txt {
        font-size: 2rem;
    }

    .threeHoursBBQ__txt span {
        font-size: 1.6rem;
    }

    .threeHoursBBQ__txt--1 {
        margin-top: 30px;
    }

    .threeHoursBBQ__caution {
        font-size: 1.3rem;
    }

    .plan__menu {
        display: block;
    }

    .menu__enTitle {
        font-size: 2.6rem;
    }

    .menu__title {
        font-size: 2.6rem;
        margin-top: 0;
    }

    .menu__img {
        display: none;
    }

    .menu__imgSp {
        display: block;
    }

    .menu__imgSp {
        display: flex;
        justify-content: center;
        gap: 0 10px;
    }

    .menuImg1 {
        margin-top: 30px;
        width: 38vw;
    }

    .menuImg2 {
        margin-top: 78px;
        position: relative;
        width: 38vw;
    }

    .menuImg2::before {
        content: '';
        display: block;
        width: 38.6vw;
        height: 24.1vw;
        background-image: url(../images/bg_menuImg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        z-index: -200;
        top: 20%;
        right: 60%;

    }

    .menu__caution {
        font-size: 1.4rem;
    }

    .option__title {
        font-size: 2.6rem;
    }

    .advanceReservation {
        font-size: 1.4rem;
    }

    .option__txt {
        font-size: 1.8rem;
    }

    .option__explanation {
        font-size: 1.4rem;
    }

    .kashikiri::before {
        width: 32.5px;
        height: 18.5px;
        background-position: center;
        background-size: contain;
        margin-right: 5px;
    }

    .plus {
        font-size: 1.4rem;
    }

    .usageEx__before h4 {
        font-size: 2.6rem;
    }

    .usageEx__title {
        font-size: 3rem;
    }

    .usageEx__numberOfPeople {
        font-size: 1.6rem;
    }

    .usageEx__txt {
        font-size: 1.3rem;
    }

    .item__price p {
        font-size: 1.3rem;
    }

    .usageEx__detail {
        width: 320px;
    }

    .usageEx__detail1 {
        width: 320px;
    }

    .usageEx__detail2 {
        width: 320px;
    }

    .usageEx__detail3 {
        width: 320px;
    }

    .usageEx__detail4 {
        width: 320px;
    }

    .plan__kashikiri {
        font-size: 1.3rem;
    }

    .usageEx__flex1 {
        margin-top: 0px;
    }

}

/* ====================
access
====================== */

.instagram,
.information,
.footer {
    padding: 0 var(--contentPaddingPc);
    line-height: normal;
}

.access {
    padding-top: 100px;
    padding-bottom: 100px;
}

.access__title {

    margin: 0 auto;
}

.access__title h3 {
    text-align: center;
    display: block;
}

.access__title::after {
    content: '';
    display: block;
    max-width: 106px;
    height: 1px;
    background-color: #5A3E3E;
    margin: 12px auto 0;
}

.access__flex {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    gap: 0 5%;
}

.access__map iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 360px;
}

.access__map {
    width: 40.2vw;
}

.access__mapTxt {
    text-align: left;
    width: 24vw;
    margin: 27px auto 0;
}

.access__mapTxt div {
    margin: 0 auto;
    width: 23.6vw;
    text-align: left;
    margin-top: 15px;
}

.access__img p {
    text-align: center;
    margin-top: 27px;
}

.access__txt--detail {
    font-size: 1.4rem;
}

@media screen and (max-width: 1053px) {

    .access {
        padding: 100px 0;
    }

    .access__flex {
        display: block;
        margin-top: 20px;
    }

    .access__map {
        width: 100%;
    }

    .access__mapTxt,
    .access__mapTxt div {
        width: 100%;
    }

    .access__mapTxt {
        margin-top: 20px;
    }

    .access__txt {
        text-align: center;
    }

    .access__img {
        margin-top: 50px;
    }

    .access__imgFlex img {
        max-width: 39.3vw;
        height: auto;
    }

    .access__imgFlex {
        display: flex;
        justify-content: center;
        gap: 0 5px;
    }

    .access__map iframe {
        width: 90%;
        height: 70vh;
    }


}

/* ====================
informatiom
====================== */

.information {
    padding-top: 100px;
    padding-bottom: 100px;
}

.information__title {
    margin: 0 auto;
}

.information__title h3 {
    text-align: center;
    display: block;
}

.information__title::after {
    content: '';
    display: block;
    max-width: 106px;
    height: 1px;
    background-color: #5A3E3E;
    margin: 12px auto 0;
}

.information__stairs {
    margin-top: 63px;
    text-align: center;
}

.information__toilet {
    margin-top: 33px;
    text-align: center;
}

.information__cancelPolicy {
    margin-top: 58px;
    text-align: center;
    line-height: 1.8;
}

.cancelPolicy__txt {
    margin-top: 5px;
}

.cancelPolicy__txt--caution {
    font-size: 1.4rem;
}

.cancelPolicy__flex {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 403px;
    height: auto;
    border: 1px solid #2f2f2f;
    gap: 0 16px;
    padding: 10px 20px;
}

.cancelPolicy__left {
    text-align: left;
}

.cancelPolicy__right {
    text-align: left;
}

.cancelPolicy__weather {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 18px;
}

.information__stairs span,
.information__toilet span,
.information__cancelPolicy span {
    background: linear-gradient(transparent 60%, #ffbc7a 60%);
}

.information__about {
    margin-top: 70px;
    border: 3px solid #6D5656;
    padding: 2.7vw;
}

.information__flex {
    display: flex;
    justify-content: space-between;
}

/* .information__flex div p {
    line-height: 2.7;
    letter-spacing: 1.6px;
} */

.information__flex1 {
    gap: 0 20px;
    max-width: 34.7vw;
}

.information__flex2 {
    display: flex;
    gap: 0 20px;
    max-width: 37.7vw;
}

.information__flex2::before {
    content: '';
    display: block;
    width: 1px;
    /* height: 480px; */
    background-color: #6D5656;
}

.information__aboutTitle {
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
    /* 135% */
    letter-spacing: 2px;
    color: #5A3E3E;
}

.information__flex1 span,
.information__equipment {
    font-weight: 600;
}

.information__flex2 span {
    font-weight: 500;
}

.information__equipment {
    width: 8.7vw;
}

.information__equipmentDetail {
    width: 27.1vw;
}

.information__anyTitle {
    width: 8.7vw;
}

.information__anyDetail {
    width: 25.5vw;
}

.information__detailFlex {
    display: flex;
    margin-top: 16px;
    gap: 0 20px;
}

.information__private {
    font-size: 1.3rem;
}

.marginTop {
    margin-top: 16px;
}

.jumpToFaq {
    margin-top: 60px;
    text-align: right;
}

.jumpToFaq p {
    font-family: "Noto Serif JP";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    display: block;
    margin-right: 3.1vw;

}

.jumpToFaq__img {
    margin-top: -10px;
}

@media screen and (max-width: 769px) {

    .information {
        padding: 100px var(--contentPaddingSp);
        margin-top: 0;
    }

    .information__stairs,
    .information__toilet,
    .cancelPolicy__txt,
    .cancelPolicy__weather {
        text-align: left;
        line-height: 2;
    }

    .cancelPolicy__flex {
        gap: 0 2.6%;

        padding: 1.3%;
    }

    .cancelPolicy__detail {
        font-size: 1.5rem;
    }

    .information__flex {
        display: block;
    }

    .information__flex1 {
        max-width: 100vw;
    }

    .information__anyTitle {
        width: 29.3%;
    }

    .information__detailFlex {
        gap: 0 5.3%;
    }

    .information__anyDetail {
        width: 70%;
    }

    .information__flex2 {
        max-width: 100vw;
        margin-top: 16px;
        gap: 0 5.3%
    }

    .information__flex2::before {
        display: none;
    }

    .information__equipment {
        width: 29.3%;
    }

    .information__equipmentDetail {
        width: 70%;
    }

    .information__about {
        padding: 4%;
    }

    .information__aboutTitle {
        line-height: normal;
    }

    .jumpToFaq {
        margin-top: 30px;
    }
}

/* =====================
instagram
======================= */

.instagram__title {
    padding-top: 100px;
    margin: 0 auto;
}

.instagram__title h3 {
    text-align: center;
    display: block;
}

.instagram__title::after {
    content: '';
    display: block;
    max-width: 106px;
    height: 1px;
    background-color: #5A3E3E;
    margin: 12px auto 0;
}

/* 
.instagram__img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 66px;
    margin-top: 60px;
} */

.slick-slider {
    margin-top: 60px;
    overflow: hidden;
    width: 94%;
}

.slick-slide {
    margin: 0 20px;
}

.instagram__img div img {
    width: 25vw;
    height: auto;
}

.instagram__icon {
    display: flex;
    justify-content: center;
    margin-top: 43px;
}

.instagram__icon img {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}

.instagram__txt {
    display: block;
    line-height: 3.8;
    letter-spacing: 1.6px;
}

.icon__name {
    color: #6D5656;
    font-family: Jost;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 769px) {

    /* .instagram__img {
        display: block;
        margin-top: 20px;
    }

    .instagram__img div img {
        display: block;
        margin: 0 auto;
    } */

    .instagram__icon {
        display: block;
        margin-top: 20px;
    }

    .instagram__icon img {
        width: 55px;
        height: 55px;
    }

    .instagram__txt {
        line-height: normal;
        margin-top: 20px;
    }

    .icon__name {
        margin-top: 6px;
    }

    .slick-slide {
        margin: 0 20px;
    }

    .instagram__img div img {
        width: 70vw;
        height: auto;
    }

}

/* ====================
topics
====================== */

.topics {
    margin-top: 80px;
    padding-bottom: 100px;
}

.topics h3 {
    text-align: center;
    color: #6D5656;
    font-family: Marcellus;
    font-size: 4.8rem;
    line-height: 1;
    /* 66.667% */
}

.topics__flex {
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 774px;
    height: 110px;
    border-radius: 37px;
    background: rgba(214, 236, 251, 0.60);
    margin: -20px auto;
    padding: 2.5vw 2.9vw;
    cursor: pointer;
    transition: 0.4s;
}

.topics__time {
    font-weight: 500;
    line-height: normal;
    margin-right: 28px;
}

.topics__txt {
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    margin-right: 54px;
}

@media screen and (max-width: 769px) {

    .topics {
        padding: 0 var(--contentPaddingSp) 100px;
    }

    .topics h3 {
        font-size: 3.6rem;
    }

    .topics__time {
        font-size: 1.2rem;
        margin-right: 3px;
        margin-top: -21px;
    }

    .topics__txt {
        font-size: 1.4rem;
        margin-right: 3px;
        width: 63%;
    }

    .topics__flex {
        /* padding: 8vw 5.3vw 5.3vw 5.3vw; */
        justify-content: space-between;
        align-items: center;
    }

    .topics__flex div img {
        width: 15px;
        height: 18px;
    }
}

/* =====================
footer
======================== */

.footer__rogo {
    display: block;
}

.footer__rogoSp {
    display: none;
}

.footer {
    background-color: #1C1D49;
    padding-bottom: 40px;
}

.footer p {
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans JP";
    line-height: 1.6;
    /* 168.75% */
}

.instagram__iconFooter img {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}

.footer__flex {
    display: flex;
    justify-content: space-between;
}

.footer__flex1 {
    display: flex;
    gap: 0 5.5vw;

}

.footer__flex2 {
    display: flex;
    gap: 0 2vw;
    margin-top: 100px;
}

.footer__rogo {
    margin-top: 80px;
}

.footer__address {
    margin-top: 32px;
}

.footer__postNumber {
    margin-top: 24px;
}

.footer__time,
.footer__day {
    margin-top: 6px;
}

.footer .footer__name {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: Marcellus;
    line-height: 1;
    /* 96.429% */
    letter-spacing: 2.8px;
}

.instagram__iconFooter {
    margin-top: 40px;
    width: 110px;
    height: 90px;
}

.instagram__iconFooter p {
    font-family: Jost;
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: normal;
    letter-spacing: normal;
}

.footer__button--faq {
    width: 190px;
    height: 176px;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 30px 0;
    position: relative;
    transition: 0.4s;
}

.footer__button--reserve {
    width: 190px;
    height: 176px;
    background-color: var(--bgBrown);
    border-radius: 22px;
    padding: 32px 0 55px;
    position: relative;
    transition: 0.4s;
}

.footer__button--faq p:first-of-type,
.footer__button--reserve p:first-of-type {
    font-family: Marcellus;
    font-size: 1.6rem;
    text-align: center;
}

.footer__button--faq p:last-of-type,
.footer__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.6rem;
    font-weight: 500;
    /* 114.286% */
    letter-spacing: 0.7px;
}

.footer__button--faq a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 32.5px;
    height: 1px;
    background-color: #2f2f2f;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}

.footer__button--reserve a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 32.5px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}


.footer__button--faq p:last-of-type,
.footer__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.6rem;
    font-weight: 700;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-top: 16px;
}


.footer__button--reserve p:last-of-type {
    font-size: 2.4rem;
}


.footer__button--faq p {
    color: #2f2f2f;
}

.footer__button--reserve img {
    display: block;
    margin: 5px auto 0;
    width: 58px;
    height: 46px;
}

@media screen and (max-width: 1320px) {

    .footer__flex {
        justify-content: space-evenly;
    }

    .footer__flex2 {
        display: block;
        margin-top: 5.3vw;
    }

    .footer__button--faq,
    .footer__button--reserve {
        width: 127.1px;
        height: 117.8px;
    }

    .footer__button--faq {
        padding: 19px 0;
    }

    .footer__button--faq a p:first-of-type::after {
        top: 40px;
        height: 0.5px;
    }

    .footer__button--reserve a p:first-of-type::after {
        top: 45px;
        height: 0.5px;
    }

    .footer__button--reserve {
        width: 127.1px;
        height: 117.8px;
        padding: 26px 0;
        margin-top: 16px;
    }

    .footer__button--faq p:first-of-type,
    .footer__button--reserve p:first-of-type {
        font-size: 1rem;
        margin-top: 0;
    }

    .footer__button--faq p:last-of-type,
    .footer__button--reserve p:last-of-type {
        font-size: 1.4rem;
        line-height: 1;
    }

    .footer__button--reserve img {
        display: block;
        margin: 5px auto 0;
        width: 34.8px;
        height: 27.6px;
    }

}


@media screen and (max-width: 1000px) {

    .footer {
        padding: 5.3vw;
    }

    .footer__rogo {
        display: none;
    }

    .footer__rogoSp {
        display: block;
    }

    .footer__flex1 {
        width: 55%;
    }

    .footer p {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .footer .footer__address {
        margin-top: 0px;
    }

    .footer .footer__postNumber,
    .footer .footer__time,
    .footer .footer__day {
        margin-top: 6px;
    }

    .footer .footer__postNumber {
        line-height: normal;
    }

    .footer .footer__name {
        font-size: 2.4rem;
        margin-top: 0;
        line-height: 1.3;
    }

    .footer__flex2 {
        display: block;
        margin-top: 0;
    }

    .footer__button--faq {
        width: 127.1px;
        height: 117.8px;
        padding: 19px 0;
    }

    .footer__button--faq a p:first-of-type::after {
        top: 40px;
        height: 0.5px;
    }

    .footer__button--reserve a p:first-of-type::after {
        top: 45px;
        height: 0.5px;
    }

    .footer__button--reserve {
        width: 127.1px;
        height: 117.8px;
        margin-top: 18px;
        padding: 26px 0;
    }

    .footer__button--faq p:first-of-type,
    .footer__button--reserve p:first-of-type {
        font-size: 1rem;
        margin-top: 0;
    }

    .footer__button--faq p:last-of-type,
    .footer__button--reserve p:last-of-type {
        font-size: 1.4rem;
        line-height: 1;
    }

    .instagram__iconFooter {
        width: 90px;
        height: 70px;
        margin-top: 22px;
    }

    .instagram__iconFooter img {
        width: 45px;
        height: 45px;
    }

    .instagram__iconFooter p {
        font-size: 1rem;
        margin-top: 8px;
    }

    .footer__rogoSp img {
        width: 149px;
        height: 167px;
        display: block;
        margin: 0 auto;
    }

    .footer__button--reserve img {
        display: block;
        margin: 5px auto 0;
        width: 34.8px;
        height: 27.6px;
    }
}


/* ==================
pagetop
===================== */

.pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 95px;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.pageTop__active {
    opacity: 1;
    visibility: visible;
}


/* sp769px */

@media screen and (max-width: 769px) {
    .pageTop {
        width: 67px;
        height: 52px;
    }
}

/* =====================
hover
======================== */

@media (hover: hover) {

    .header__rogo:hover {
        opacity: 0.6;
    }

    .header__menu--faq:hover,
    .header__menu--reserve:hover,
    .nav__menuButton:hover {
        opacity: 0.6;
    }

    .nav__item a:hover,
    .nav__detail:hover {
        color: #BA9E9E;
    }

    .nav__button--faq:hover {
        background-color: #ffffff;
        opacity: 0.6;
    }

    .nav__button--reserve:hover {
        background-color: #BA9E9E;
        opacity: 0.6;
    }

    .jumpToFaq a:hover {
        opacity: 0.6;
    }

    .instagram__icon div a:hover {
        opacity: 0.6;
    }

    .topics__flex:hover {
        opacity: 0.6;
    }

    .instagram__iconFooter a:hover {
        opacity: 0.6;
    }

    .footer__button--faq:hover {
        background-color: #ffffff;
        opacity: 0.6;
    }

    .footer__button--reserve:hover {
        background-color: #BA9E9E;
        opacity: 0.6;
    }

    .pageTop:hover {
        opacity: 0.6;
    }
}

/* sakura */
/* 桜を表示するコンテナのスタイル */
.view3,
.view3Sp {
    position: relative;
    overflow: hidden;
    /* コンテナからはみ出した要素を隠す */
}

/* 桜の花びらのスタイル */
.petal {
    position: absolute;
    background-color: #ffc0cb;
    /* 花びらの色 */
    border-radius: 150% 0 150% 0;
    animation: animate-petal 10s linear;
}

.petal::after {
    content: "";
    position: absolute;
    top: -14%;
    left: -10%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e1c7c6;
    border-radius: 150% 0 150% 0;
    transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
    0% {
        top: 0;
        opacity: 0;
        transform: rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 100vh;
        transform: rotate(3000deg);
    }
}

/* fade up */

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* fade In */

.fadeInTrigger {
    opacity: 0;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* fade In 5s*/

.fadeIn5sTrigger {
    opacity: 0;
}

.fadeIn5s {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}