@charset "utf-8";

@charset "utf-8";

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

    サイト設定　適宜変更箇所

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.04em;
    text-align: justify;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    /* カラー変数 */
    --basic: #2E1F07;
    --highlight: #D93423;
    --highlight-dark: #F2250E;
    --bg-red: #810009;
    --white: #ffffff;
    --brown: #402B08;
    --beige: #E1DBCF;
    --line: #707070;
    /* 基本カラー */
    color: var(--basic);
    background-color: #EFEBE5;
}

a,
a img {
    color: var(--basic);
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

figure {
    overflow: hidden;
}

body .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    サイト設定

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

section {
    position: relative;
}

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

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

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

/* カラー */
.text-highlight {
    color: var(--highlight);
    font-weight: 700;
}

.text-highlight-dark {
    color: var(--highlight-dark);
    font-weight: 700;
}

/*画像ホバー時*/

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

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

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

/* フォント設定 */
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.5;
    text-align: left;
}

h1,
h2 {
    font-size: 5.6rem;
}

h3 {
    font-size: 4rem;
}

h4 {
    font-size: 3.2rem;
}

h5 {
    font-size: 2rem;
}

section {
    position: relative;
}

.section__title {
    margin-bottom: 5.6rem;
}

/* ボタン */
.btn-round {
    margin-top: 4rem !important;
}

.btn-round>.wp-block-button {
    width: 21rem;
    height: 5.5rem;
}

.btn-round>.wp-block-button .wp-block-button__link {
    position: relative;
    padding: 0;
    padding-left: 2.4rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Noto Serif JP';
    font-size: 1.6rem;
    font-weight: 700;
}

.btn-round>.wp-block-button .wp-block-button__link::after {
    content: '';
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #A6012F;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
}

.btn-red {
    color: #A6012F;
}

.btn-white {
    color: var(--white);
}

.btn-white .wp-block-button .wp-block-button__link::after {
    background-color: var(--white)
}

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

　　固定メニュー

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

.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 {
    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%;
}


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

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

　============================== */
/*===============
　店内用アンケートページ
 ===============*/
#top,
#form {
    min-height: 100vh;
}

.survey__inner,
.form__inner {
    margin-top: 8rem;
    max-width: 48rem;
}

.survey__logo {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto 4rem auto;
}

.survey__text>.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 5.6rem;
}

.wp-block-buttons>.wp-block-button.btn-recommend,
.wp-block-buttons>.wp-block-button.btn-notrecommend {
        width: 100%;
    margin-bottom: 1.6rem;
}

.wp-block-buttons>.wp-block-button.btn-recommend a,
.wp-block-buttons>.wp-block-button.btn-notrecommend a {
        padding: .8rem 0;
    border-radius: .4rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.wp-block-buttons>.wp-block-button.btn-recommend a {
    background-color: var(--basic);
}

.wp-block-buttons>.wp-block-button.btn-notrecommend a {
    background-color: unset;
    border: .1rem solid var(--basic);
    color: var(--basic);
}

.form-lead__text {
    margin-bottom: 2.4rem;
}

#form .smf-item__label {
        font-weight: 700;
    margin-bottom: .4rem;
}

#form .smf-item {
    margin-bottom: 2.4rem;
}

body .smf-action .smf-button-control__control {
        width: 100%;
    background-color: var(--basic);
    background-image: unset;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
    padding: .8rem 0;
    border-radius: .4rem;
}

.smf-complete-content p {
    text-align: center;
}







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

    スマホ・タブレット縦

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

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

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

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

}


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

    PC・タブレット横 

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

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

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

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

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

    タブレット縦横

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

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

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

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

}


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

    タブレット縦のみ

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

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

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

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

}


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

    スマホ　

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

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


    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


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


}


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

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

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