@charset "utf-8";

/* ==============================

    サイト設定　適宜変更箇所

============================== */

body,
html {
    font-size: 18px;
    letter-spacing: 2px;
    background: #f5f2ed;
}

body {
    color: #413d3f;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.8;
}

a,
a img {
    color: #413d3f;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 50px 0 50px;
    text-align: center;
    background: gray;
    color: #fff;
}

h2 {
    font-size: 3.6rem;
}

h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}

h3 {
    font-size: 2.6rem;
}

.wp-block-button {
    font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}

/*PCでは不要な場合*/
.nav-wrapper {
    display: none;
}

/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* ==============================

　　固定メニュー

　============================== */

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: black;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}

.fix_nav.sp_disp.sp {
    display: none;
}

/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 100vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    /* 下記適宜変更*/
    max-width: 865px;
    height: 337px;
    width: 100%;
}

/* ==============================
    
    特定商取引に基づく表記・テーブル
    
　============================== */

.wp-block-group.tokusho-wrap {
    padding: 80px 0;
}

figure.wp-block-table td,
figure.wp-block-table th {
    border: none;
    padding: 18px 17px;
}

figure.wp-block-table {
    border: 1px solid #ccc;
}

.wp-block-table td:first-of-type {
    width: 50%;
    background-color: #ccc;
    border-bottom: 1px solid #fff;
}

.wp-block-table tr td {
    border-bottom: 1px solid #ccc;
}

.wp-block-table tr:last-of-type td {
    border-bottom: none;
}

/* ==============================
    
    個人情報保護方針
    
　============================== */

.wp-block-group.policy-wrap {
    padding: 80px 0;
    font-size: 16px;
    line-height: 2;
}

.wp-block-group.policy-wrap p {
    margin-bottom: 35px;
}

.wp-block-group.policy-wrap li {
    margin-bottom: 26px;
}

.sp2 {
    display: none;
}

/* ==============================
    
    スペーサー
    
　============================== */

.vk_spacer-display-tablet,
.vk_spacer-display-mobile {
    display: none !important;
}

/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */


.wp-block-group.mv-box {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    bottom: 24px;
    top: 0;
}

figure.wp-block-image.size-full.mv-logo {
    max-width: 827px;
    margin: 0 auto;
}

.wp-block-group.mv-box h2,
.wp-block-group.mv-box h3,
.wp-block-group.mv-box h4 {
    color: #fff;
    text-shadow: 0 0 15px gray;
}

.wp-block-group.mv-box h3 {
    font-size: 26px;
    margin: 21px 0 49px;
}

.wp-block-group.mv-box h2 {
    font-size: 39px;
}

.wp-block-group.mv-box h4 {
    font-size: 23px;
    margin-bottom: 21px;
}

.wp-block-group.next-prev,
.slider-dots {
    display: none;
}

nav.items-justified-right.header-inner-menu ul li a {
    color: #fff !important;
    margin-left: 13px;
    text-shadow: 0 0 15px gray;
}

.wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex {
    padding: 0;
    max-width: 340px;
    width: 100%;
}

.wp-block-button,
a.wp-block-button__link.wp-element-button {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
}

.wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a {
    border: 1px solid #fff;
    border-radius: 60px;
    font-size: 20px;
    line-height: 1;
    padding: 25px 0;
    position: relative;
    font-weight: 600;
}

.wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a:after {
    content: '';
    width: 43px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: #fff;
    transition: .6s;
}

.wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a:hover:after {
    width: 20px;
}

.wp-block-buttons.btn.gyo.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a {
    padding: 18px 0;
}

.wp-block-buttons.btn.auto {
    margin-left: auto;
    margin-right: auto;
}

p {
    line-height: 2;
}

.wp-block-group.sp-nav-inner a {
    color: #fff !important;
}

.line-h {
    line-height: 2.3;
}

.wp-block-group.boxline {
    border: 1px solid #ddcc9f;
}

/* ==============================

    タブレット横以下

============================== */

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

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 850px;
    }
}

/* ==============================

    スマホ・タブレット縦

============================== */

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

    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 800px;
    }


    figure.wp-block-image.size-full.mv-logo {
        max-width: 670px;
        margin: 0 auto;
    }

    .wp-block-group.mv-box h3 {
        font-size: 24px;
        margin: 12px 0 39px;
    }

    .wp-block-group.mv-box h4 {
        font-size: 19px;
        margin-bottom: 22px;
    }

    .wp-block-group.btn-flex {
        max-width: 340px;
        margin: 0 auto 0;
    }

    .wp-block-group.btn-flex .btn {
        margin-bottom: 12px;
    }

    .wp-block-group.mv-box {
        bottom: 0;
        top: 0;
    }

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .is-layout-flex>nav.header-inner-menu {
        display: none;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}



/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {
    .tel-menu-flex {
        max-width: 374px;
    }

    .vk_spacer-display-tablet {
        display: block !important;
    }

    .vk_spacer-display-pc,
    .vk_spacer-display-mobile {
        display: none !important;
    }

    .slider-01 .slide figure.wp-block-image.size-full.sp {
        display: none;
    }

    .slider-01 .slide figure.wp-block-image.size-full.pc {
        display: block;
    }

}

@media screen and (max-width: 900px) {
    .slider-01 .slide figure.wp-block-image.size-full.pc {
        display: none;
    }

    .slider-01 .slide figure.wp-block-image.size-full.sp {
        display: block;
    }

}

/* ==============================

    スマホ以下　

============================== */

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

    .fix_nav.sp_disp.sp {
        display: block;
    }

    .slider-06 figure {
        width: 100%;
        height: 275px;
    }

    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 511px !important;
    }

    .wp-block-group.btn-box.sp2 {
        background-image: url(http://bistrokinoshita.com/wp/wp-content/uploads/2026/03/bk.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        padding: 32px 0 0;
        height: 253px;
        color: #fff;
    }

    .wp-block-group.btn-box h4 {
        margin-bottom: 17px;
    }

    .wp-block-group.mv-box h2 {
        font-size: 22px;
        margin-top: 5px;
    }

    .wp-block-group.mv-box h3 {
        font-size: 16px;
        margin: 11px 0 0;
    }

    .wp-block-group.mv-box h4 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .wp-block-group.mv-box {
        bottom: 0;
        top: 10px;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 2;
    }

    .vk_spacer-display-mobile {
        display: block !important;
    }

    .vk_spacer-display-pc,
    .vk_spacer-display-tablet {
        display: none !important;
    }

    /* ==============================
    
        特定商取引に基づく表記・テーブル

    ============================== */

    .wp-block-table tr td {
        display: block;
        width: 100%;
    }

    .wp-block-table td:first-of-type {
        width: 100%;
    }

    figure.wp-block-table td,
    figure.wp-block-table th {
        border: none;
        padding: 10px 13px;
    }

    figure.wp-block-table {
        font-size: 14px;
    }

    .wp-block-group.tokusho-wrap {
        padding: 59px 0 94px;
    }


    /* ==============================
    
    個人情報保護方針
    
　============================== */

    .wp-block-group.policy-wrap {
        font-size: 14px;
        padding: 59px 0 94px;
    }

    .wp-block-group.policy-wrap p {
        margin-bottom: 23px;
    }

    .wp-block-group.policy-wrap li {
        margin-bottom: 20px;
    }

    .sp2 {
        display: block;
    }

    /* ==============================
    
        以下テーマ専用CSS
    
    ============================== */
    .wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex {
        max-width: 250px;
        margin: 0 auto 9px;
    }

    .wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a {
        border-radius: 60px;
        font-size: 14px;
        padding: 19px 0;
    }

    .wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a:after {
        width: 33px;
    }

    figure.wp-block-image.size-full.mv-logo {
        max-width: 314px;
        margin: 8px auto 0;
    }

    .wp-block-group.mv-box {
        bottom: 9px;
        top: 0;
    }

    .wp-block-navigation .wp-block-navigation-item {
        font-size: 14px;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.6;
    }

    body#top {
        padding-bottom: 66px;
    }

    .wp-block-group.mv-box h3 {
        font-size: 15px;
        margin: 13px 0 27px;
    }

    .pc2 {
        display: none;
    }

    /*    .wp-block-group.btn-box.sp2.inner .wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a {
        color: #413d3f;
        border: 1px solid #413d3f;
    }

    .wp-block-group.btn-box.sp2.inner .wp-block-buttons.btn.is-layout-flex.wp-block-buttons-is-layout-flex .wp-block-button a:after {
        background: #413d3f;
    }

    .wp-block-group.btn-box.sp2.inner h4 {
        margin-bottom: 15px;
    }*/
}


/* ==============================

  その他適宜追加する場合は下記に記述

============================== */