@charset "utf-8";

:root {
    --text-color: #2F2E2D;
    --black: #000000;
    --white: #fff;
    --trans-white: rgba(255, 255, 255, 0.76);
    --gray: #84807F;
    --red: #9D211E;
    --red2: #CE6767;
    --yellow: #CB955E;
    --yellow2: #B79456;
    --yellow3: #9D8F6A;
    --gold: #F2E19D;

}

html,
body {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
    letter-spacing: 0.2em;
    overflow-x: clip;
    color: var(--text-color);
    background-image: url("../images/bg-image.jpg");
    background-position: top left;
    /* 開始位置 */
    background-size: auto;
    /* 元のサイズで表示 */
    background-repeat: repeat;
    word-break: auto-phrase;
}

.bg-fix {
    background-image: url("../images/washi-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "tot-shizukardmin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    color: var(--text-color);
    text-decoration: none !important;
    transition: all 0.3s;
}

a:hover {
    color: var(--red);
    cursor: pointer;
}

a.scale:hover {
    transform: scale(1.05);
}


/* フォント */

.zen-r {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
}

.zen-b {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 700;
}

.shizu {
    font-family: "tot-shizukardmin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fc-text {
    color: var(--text-color) !important;
}

.fc-white {
    color: #FFF !important;
}

.fc-beige {
    color: #FFF9EC !important;
}

.fc-brown {
    color: #5E3505 !important;
}

.fc-red {
    color: var(--red) !important;
}

.fc-gray {
    color: var(--gray) !important;
}

.fc-gold {
    color: var(--gold);
}


.fc-yellow {
    color: var(--yellow);
}

.fc-yellow2 {
    color: var(--yellow2);
}

.fc-newstore {
    color: #F2E19D !important;
}

.v-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}

.text-shadow {
    text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
    text-shadow: 2px 2px 5px white;
}

.has-shadow {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
    background-color: #FFF;
}

.bg-brown {
    background-color: #CB955E;
}

.bg-brown2 {
    background-color: #525254;
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-yellow2 {
    background-color: var(--yellow2);
}

.bg-beige {
    background-color: #EFE8DD;
}

.bg-beige2 {
    background-color: #D7C6B3;
}

.bg-beige3 {
    background-color: #FEF9F2;
}

.bg-red {
    background-color: #9D211E;
}

.bg-red2 {
    background-color: #CE6767;
}

.bg-black {
    background-color: var(--text-color);
}

.bg-black-o {
    background-color: rgba(47, 46, 45, 0.3);
}


/*罫線*/
.b-brown {
    border: 1px solid #2F2E2D;
}

.b-white {
    border: 1px solid #FFF;
}

.bl-brown {
    border-left: 1px solid #2F2E2D;
}

.br-brown {
    border-right: 1px solid #2F2E2D;
}

.bb-brown {
    border-bottom: 1px solid #2F2E2D;
}

.bt-brown {
    border-bottom: 1px solid #2F2E2D;
}

/* ボタン */
.button {
    position: relative;
    display: inline-flex !important;
    color: #2F2E2D;
    width: 220px;
    height: 78px;
    align-items: center;
    transition: all 0.3s;
    border-bottom: 1px solid #2F2E2D;
    padding: 0 10px;
}

.button-w {
    position: relative;
    display: inline-flex !important;
    color: var(--white);
    width: 220px;
    height: 78px;
    align-items: center;
    transition: all 0.3s;
    border-bottom: 1px solid var(--white);
    padding: 0 10px;
}

.button::after,
.button-w::after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.button:hover::after,
.button-w:hover::after {
    right: 12px;
}

.button p {
    color: var(--text-color);
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

.button-w p {
    color: var(--white);
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

.b-button {
    position: relative;
    display: inline-flex ;
    width: 300px;
    height: 63px;
    border: solid 1px var(--white);
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    transition: all 0.3s;
}

.b-button::after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.b-button:hover::after {
    right: 12px;
}

.b-button p {
    color: var(--white);
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

.button.is-free {
    width: auto;
    padding: 0 36px;
}

.reserv-button {
    background-color: #E76B10;
    color: var(--white);
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 700;
    transition: all 0.3s;
}

.reserv-button-n {
    width: 300px;
    background-color: #E76B10;
    justify-content: center;
    color: var(--white);
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 700;
    transition: all 0.3s;
}

.reserv-button-n:hover {
    transform: scale(1.05);
}

/* ナビ */

.a-nav-menu {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}

.a-nav-menu.edit {
    display: flex;
    opacity: 1;
}

.a-nav a {
    padding: 0 !important;
    display: flex;
    align-items: center;
    min-height: 0;
    min-width: 0;
}

.a-nav>a:not(:last-child) {
    margin-bottom: 30px;
}

.a-nav a p {
    color: #FFF9EC;
    transition: all 0.3s ease;
}

.a-nav a:hover p {
    color: var(--red);
}

.top-logo {
    max-width: 100px;
}

@media (min-width: 768px) {
    .top-logo {
        max-width: 144px;
    }
}

.a-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 800;
    padding: 10px;
    background-image: url("../images/header-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.sp-top-logo {
    max-width: 120px;
    height: auto;
}

.nav-logo {
    width: 200px;
}

.menu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-box>a:not(:last-child) {
    margin-bottom: 30px;
}

/*
@media (min-width: 992px) {
    .menu-box {
        display: block;
    }

    .menu-box>a:not(:last-child) {
        margin-bottom: 0;
        margin-right: 12px;
    }
}
    */

.reserve-button {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 142px;
    transition: all 0.3s;
    transform-origin: right;
    z-index: 700;
}

.reserve-button:hover {
    transform: scale(1.05);
}

.a-burger {
    position: fixed;
    top: 10px;
    right: 19px;
    z-index: 1100;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.a-burger div {
    width: 46px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    left: 2px;
    transform-origin: center;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    min-height: 2px !important;
}

.a-burger p {
    position: absolute;
    bottom: -5px;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    color: var(--white);
    font-size: 12px;
    text-align: center;
}

.a-burger div:nth-child(1) {
    top: 10px;
}

.a-burger div:nth-child(2) {
    bottom: 24px;
}

.a-burger.is-active div:nth-child(1) {
    transform: rotate(-30deg);
    top: 18px;
}

.a-burger.is-active div:nth-child(2) {
    transform: rotate(30deg);
    bottom: 30px;
}

.nav-tel-link {
    max-width: 200px;
}

/* ヘッダー */

.header-h {
    height: 76px;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(47, 46, 45, 0.3);
    z-index: 100;
}

/* フッター */

.foot-logo {
    width: 210px;
}

.foot-insta {
    width: 26px;
}

/* News表示 */

/* News表示 画像あり版 */
.news-list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.news-list .webgene-item {
    width: 100%;
}

@media (min-width: 768px) {
    .news-list .webgene-item {
        width: 48%;
    }
}

/* ページネーション共通 */
.webgene-pagination {
    width: 100%;
}

.webgene-pagination ul,
.pagelink {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 5rem;
}

.webgene-pagination ul li,
.pagelink p {
    padding: 0 0.2rem;
}

.webgene-pagination ul li a,
.pagelink p a {
    display: inline-flex !important;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    width: 160px;
    height: 70px;
    padding: 15px 22px !important;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    border: 1px solid var(--text-color);
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.20)
}

.scroll-indicator,
.scroll-indicator2 {
    display: flex;
    gap: 16px;
    /* 線と文字の間隔 */
    position: absolute;
    /* 好きな場所に配置 */
    bottom: 0;
    right: 3%;
    transform: translateX(-50%);
    z-index: 11;
}

.scroll-indicator p,
.scroll-indicator2 p {
    writing-mode: vertical-rl;
    /* 縦書き */
    text-orientation: mixed;
    /* 英字を縦に */
    font-size: 18px;
    letter-spacing: 2px;
    color: white;
}

.scroll-indicator::before {
    content: "";
    display: block;
    width: 1px;
    height: 180px;
    /* ラインの長さ */
    background: white;
}

.scroll-indicator2::before {
    content: "";
    display: block;
    width: 1px;
    height: 300px;
    /* ラインの長さ */
    background: white;
}

@media (min-width: 992px) {

    .scroll-indicator,
    .scroll-indicator2 {
        right: 10%;
    }

    .scroll-indicator::before {
        height: 220px;
        /* ラインの長さ */
    }

    .scroll-indicator2::before {
        height: 400px;
        /* ラインの長さ */
    }

}

/* Nextボタン */
.webgene-pagination li.next a::after,
.pagelink p.next a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.webgene-pagination ul li.next a:hover::after,
.pagelink p.next a:hover::after {
    transform: translateX(4px);
}

/* Prevボタン */
.webgene-pagination ul li.prev a::before,
.pagelink p.prev a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/arrow-prev.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.webgene-pagination ul li.prev a:hover::before,
.pagelink p.prev a:hover::before {
    transform: translateX(-4px);
}



/* フォーム */
.formInput,
.formTextArea {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;
    margin-bottom: 2rem;
}

.formTextArea {
    height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;

}

.zipInput {
    width: 6rem;
}

@media (min-width:768px) {
    .formTh {
        padding-left: 2rem;
    }
}

.requiredText {
    background-color: #A3987C;
    color: #FFF;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-left: 1rem;
}

.privacyformError {
    padding-top: 25px;
}

@media (min-width:768px) {
    .privacyformError {
        padding-top: 0;
    }
}

/* ページ共通設定 */

.fv {
    height: 100vh;
    position: relative;
}

.fv-b {
    height: 100vh;
    position: relative;
}

@media (min-width:768px) {
    .fv-b {
        height: calc(100vh + 100px);
        position: relative;
    }
}

.fv-img-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    /* 枠外は隠す */
}

@media (min-width:768px) {
    .fv-img-box {
        width: 90%;
        height: 90vh;
    }
}

.fv-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 枠に合わせてトリミング */
}

.fv-text {
    position: absolute;
    z-index: 10;
    bottom: 8%;
    left: 4%;
}

@media (min-width: 768px) {
    .fv-text {
        bottom: 18%;
        left: 8%;
    }
}

.fv-sub {
    width: 100%;
}

@media (min-width:768px) {
    .fv-sub {
        width: 80%;
    }
}

.no-wrap {
    white-space: nowrap !important;
}

.instagram-logo {
    display: block;
}

.instagram-logo img {
    width: 35px;
}

.heading::after {
    content: "";
    display: block;
    width: 180px;
    /* 下線の長さ */
    height: 2px;
    /* 下線の太さ */
    background: #fff;
    /* 色 */
    margin: 2rem 0;
    /* 上に余白*/
}

.r-5 {
    border-radius: 5px;
}

.r-10 {
    border-radius: 10px;
}

.r-20 {
    border-radius: 20px;
}

/* プラシバシーポリシー */
.policy-box {
    overflow-y: scroll;
    height: 400px;
    border-radius: 30px;
}

/* TOP */

.top-intro-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* 枠に合わせてトリミング */
    background-position: left top !important;
    /* 左を基準に固定 */
}

.top-sec2-posi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-sec2 {
    position: static;
    /* absolute解除 */
    transform: none;
    width: 100%;
}

/* 上の要素 */
.top-sec2.top {
    width: 75vw;
    height: auto;
    margin-right: 3rem;
    margin-bottom: 4rem;
}

/* 下の要素 */
.top-sec2.bottom {
    width: 70vw;
    height: auto;
    margin-left: 3rem;
    margin-top: 4rem;
}

/* 中央の要素 */
.top-sec2.center {
    display: none;
}


@media (min-width: 768px) {
    .top-sec2 {
        position: absolute;
    }

    .top-sec2-posi {
        position: relative;
    }

    /* 上の要素 */
    .top-sec2.top {
        top: 8%;
        left: 8%;
        width: 38vw;
        max-width: 380px;
        height: auto;
        z-index: 2;
    }

    /* 下の要素 */
    .top-sec2.bottom {
        left: 5%;
        bottom: 5%;
        width: 30vw;
        max-width: 320px;
        height: auto;
        z-index: 2;
    }

    /* 中央の要素 */
    .top-sec2.center {
        display: flex;
        top: 50%;
        /* 親の高さの中央 */
        transform: translateY(-50%) !important;
        /* 中央揃え */
        left: 0;
        width: 35vw;
        max-width: 320px;
        height: auto;
        z-index: 1;
    }
}

.shadow-wrap {
    display: flex;
    justify-content: end;
    position: static;
    /* absolute解除 */
    transform: none !important;
    width: 100%;
    filter: drop-shadow(8px 8px 0px #9D211E);
    margin-top: 3rem;
    padding-right: 1.2rem;
}

.shadow-wrap2 {
    display: flex;
    justify-content: end;
    position: static;
    /* absolute解除 */
    transform: none !important;
    width: 100%;
    filter: drop-shadow(8px 8px 0px #B79456);
    margin-top: 3rem;
    padding-right: 1.2rem;
}

.top-sec3-img {
    width: 90%;
    /* 台形クリップ */
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

.top-sec3-img img {
    width: 100%;
    height: auto;
    display: block;
}

.top-sec3-text {
    font-size: 70px;
}

.top-sec3-deco {
    position: static;
    /* absolute解除 */
    transform: translateX(9%) !important;
    /* 中央揃え */
    z-index: 1;
    width: 65%;
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .shadow-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        /* 中央揃え */
        right: 2rem;
        margin-top: 0;
        padding-right: 0;
    }

    .shadow-wrap2 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        /* 中央揃え */
        right: 2rem;
        margin-top: 0;
        padding-right: 0;
    }

    .top-sec3-img {
        width: 56%;
        max-width: 690px;
    }

    .top-sec3-text {
        font-size: 120px;
    }

    .top-sec3-deco {
        position: absolute;
        z-index: 1;
        bottom: 18%;
        right: 8%;
        width: 30%;
        max-width: 280px;
        margin-top: 0;
    }
}

.top-sec4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* 左側の要素 */
.top-sec4.left {
    background: var(--white);
    z-index: 1;
    padding: 2rem;
    margin: auto;
    width: 90%;
}

/* 右側の要素 */
.top-sec4.right {
    width: 90%;
    height: auto;
    z-index: 2;
    margin: auto;
    /* 右が上になる */
}

.top-sec4.right2 {
    background: var(--white);
    z-index: 1;
    padding: 2rem;
    margin: auto;
    width: 90%;
}

/* 右側の要素 */
.top-sec4.left2 {
    width: 90%;
    height: auto;
    z-index: 2;
    margin: auto;
    /* 右が上になる */
}

@media (min-width: 768px) {

    /* 左側の要素 */
    .top-sec4.left {
        background: var(--white);
        z-index: 1;
        padding: 4rem;
        margin: auto;
        width: 90%;
    }

        .top-sec4.right2 {
            background: var(--white);
            z-index: 1;
            padding: 4rem;
            margin: auto;
            width: 90%;
        }
}

@media (min-width: 992px) {
    .top-sec4 {
        display: flex;
    }

    .top-sec4-r {
        display: flex;

    }

    /* 左側の要素 */
    .top-sec4.left {
        background: var(--white);
        filter: drop-shadow(8px 8px 0 #D7C6B3);
        z-index: 1;
        padding: 4rem;
        width: 50%;
        margin: 0;
    }

    /* 右側の要素 */
    .top-sec4.right {
        width: 55%;
        height: auto;
        z-index: 2;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        /* 右が上になる */
    }

    .top-sec4.right2 {
        background: var(--white);
        filter: drop-shadow(8px 8px 0 #D7C6B3);
        z-index: 1;
        padding: 4rem;
        padding-left: 7rem;
        margin: 0;
        width: 50%;
    }

    .top-sec4.left2 {
        width: 55%;
        height: auto;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        /* 右が上になる */
    }
}


/* コンセプト　*/

.con-fv-img {
    width: 100%;
    /* 画面幅いっぱい */
    height: 70vh;
    /* 高さを指定 */
    overflow: hidden;
    /* はみ出した部分を隠す */
    position: absolute;
    background-position: bottom center;
    bottom: 0;
}

.con-fv-img img {
    width: 100%;
    /* 横幅を基準に */
    height: 100%;
    /* 高さも埋める */
    object-fit: cover;
    /* アスペクト比を維持しつつトリミング */
}

.con-fv-text {
    position: absolute;
    top: 12%;
    left: 8%;
}

.con-fv-text h1 {
    font-size: 70px;
    color: #84807F;
}

.con-fv-text p {
    font-size: 18px;
    color: #84807F;
}

@media (min-width: 768px) {

    .con-fv-img {
        height: 80vh;
        /* 高さを指定 */
    }

    .con-fv-text h1 {
        font-size: 110px;
        color: #84807F;
    }

    .con-fv-text p {
        font-size: 32px;
        color: #84807F;
    }
}

@media (min-width: 992px) {
    .con-fv-text h1 {
        font-size: 130px;
    }
}

.con-sec2-bg1 {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, transparent 70%, rgba(156, 144, 112, 1) 30%);
}

.con-sec3-bg1 {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, rgba(239, 232, 221, 1) 50%, transparent 50%);
}

.con-dinner-b {
    width: 100%;
    background-image: url("../images/con-dinner.jpg");
    object-fit: cover;
}

.con-dinner-b_251003 {
    background-image: url("../images/_MG_4328_red.png");
}


.con-bar-b {
    width: 100%;
    background-image: url("../images/con-bar.jpg");
    object-fit: cover;
}

.con-sec4-bg {
    background-image: url("../images/con-sec4-bg.jpg");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* フロア紹介　*/

.flo-sec2-bg1 {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, transparent 70%, rgba(215, 198, 179, 1) 30%);
}

.flo-sec3-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 27%;
    max-width: 500px;
    background-color: #CB955E;
}

.flo-sec4-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 30%;
    max-width: 800px;
    background-color: #9C9070;
}

.flo-sec5-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 23%;
    max-width: 500px;
    background-color: #9D211E;
}

@media (min-width: 768px) {
    .flo-sec3-bg {
        height: 70%;
    }

    .flo-sec5-bg {
        height: 70%;
    }
}

/* 利用シーン　*/

.sce-sec2-bg {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, rgba(156, 144, 112, 1) 50%, transparent 50%);
}

/* お知らせ　*/

.news-top-img {
    position: static;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .news-top-img {
        position: absolute;
        top: 55%;
        /* 親の高さの中央 */
        transform: translateY(-50%) !important;
        /* 中央揃え */
        right: 0;
        width: 80%;
        max-width: 800px;
    }
}

/* 新店舗　*/

.sto-fv {
    background-color: #D5DBCE;
    position: relative;
    height: 100vh;
}

.sto-fv-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    z-index: 1;
}

.sto-fv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    border-radius: 20px;
}

.sto-fv-text {
    position: absolute;
    left: calc(10% + 20px);
    bottom: calc(12% + 20px);
    color: var(--white);
    z-index: 10;
}

.cross {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 8;
}

/* 縦線 */
.cross::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(8% + 10px);
    width: 1px;
    background-color: #FFF;
}

/* 横線 */
.cross::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(10% + 10px);
    height: 1px;
    background-color: #FFF;
}

.deco-kumo-l {
    position: absolute;
    bottom: 50%;
    left: 0%;
    transform: translateX(-10%);
    width: 55%;
    max-width: 295px;
    z-index: 9;
}

.deco-kumo-r {
    position: absolute;
    bottom: 4%;
    right: 6%;
    width: 45%;
    max-width: 295px;
    z-index: 9;
}

@media (min-width: 768px) {
    .deco-kumo-l {
        width: 50%;
        max-width: 300px;
    }

    .deco-kumo-r {
        max-width: 300px;
        width: 27%;
    }
}

.sto-intro {
    overflow: hidden;
    position: relative;
}

.sto-intro-deco {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 80%;
    max-width: 680px;
}

.sto-concept {
    width: 10%;
    max-width: 62px;
}

.sto-menu {
    position: relative;
    display: inline-block;
    padding-right: 120px;
    /* 斜め線がはみ出さないように余白確保 */
    color: #F2E19D;
}

.sto-menu::after {
    content: "";
    position: absolute;
    bottom: -90%;
    right: 0%;
    width: 110px;
    /* 線の長さ */
    height: 1px;
    /* 線の太さ */
    background-color: #F2E19D;
    /* 線の色 */
    transform: rotate(-40deg);
    /* 傾き調整 */
    transform-origin: left center;
    /* 左端を基点に回転 */
}

@media (min-width: 768px) {
    .sto-menu::after {
        right: -15%;
        width: 180px;
        /* 線の長さ */
    }
}

.sto-menu-bg {
    background-color: #152513;
    position: relative;
    overflow: hidden;
}

.sto-menu-deco {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 80%;
    max-width: 950px;
}

.sto-date {
    background: linear-gradient(to bottom, #455F3C, #2F352D);
    position: relative;
}

.deco-kumo-l2 {
    position: absolute;
    bottom: 6%;
    left: 5%;
    width: 25%;
    max-width: 295px;
    z-index: 1;
}

.deco-kumo-r2 {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 30%;
    max-width: 295px;
    z-index: 1;
}
