@charset "utf-8";

/* -----------------------------------------------------------
## 共通
----------------------------------------------------------- */

:root {
    /* フォント */
    --fontA: "M PLUS 1p", sans-serif;
    --fontB: "Kaisei Tokumin", serif;
    /* カラー */
    --white: #fff;
    --black: #312113;
    --primary: #C71A0F;
    --secondary: #312113;
    --tertiary: #401F04;
    --quaternary: #FAF6EF;
    --fifth: #F8B928;
    --sixth: #FCBA3E;
    --seventh: #9B140C;
    /* --eighth: #B9874F;
    --ninth: #F0BADC;
    --tenth: #805A41; */
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

#root::-webkit-scrollbar {
    display: none;
}



/* ★★★★★★★★ */
/* ★★★★★★★★初期設定★★★★★★★★ */
/* ★★★★★★★★ */

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-weight: 500;
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 2;
    transition: all .3s;
    background: url(/system_panel/uploads/images/cmn_bg02.jpg)repeat-y top center /cover;
    overflow-x: hidden;
}

p {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
input,
textarea,
button {
    transform: rotate(0.05deg);
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
    transform: rotate(0deg);
}

.ptFontA s {
    text-decoration: none;
    font-family: var(--fontA);
}

.ptFontB s {
    text-decoration: none;
    font-family: var(--fontB);
}

.anchor {
    position: relative;
    z-index: -99;
    pointer-events: none;
    padding-top: 100px;
    margin-top: -100px;
}

/* +++++++++++++テキスト+++++++++++++ */

.txt16 {
    font-size: 14px;
}

.txt18 {
    font-size: 15px;
}

.tit30 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit32 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit35 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit40 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit45 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit48 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit50 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit56 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.pt64 s {
    text-decoration: none;
    font-size: 30px;
    color: var(--primary);
    line-height: 1.2em;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.23);
}

.tit64 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.subtit15 {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0;
    color: var(--primary);
    font-weight: 500;
    font-family: var(--fontB);
}

.titUline {
    padding: 0 0 10px;
    border-bottom: 2px dashed #BC851E;
}

/* -------------テキスト------------- */

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.area01 {
    width: 100%;
    max-width: 1850px;
    padding: 0 15px;
    margin: 0 auto;
}

.area02 {
    width: 100%;
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

.area03 {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.header.is-scroll .hBx {
    height: 100px;
}

.hBxR {
    gap: 15px;
}

.fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* ★★★★★★★★ボタン★★★★★★★★ */

.btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    height: 65px;
    padding: 0 15px;
    border-radius: 5px;
    gap: 13px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all .3s;
}

.btn01 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.btn01::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    display: block;
    width: 9px;
    margin: auto 0;
    aspect-ratio: 9/16;
    background: url(/system_panel/uploads/images/btn_arrow_white.svg) no-repeat center /contain;
}

.btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 65px;
    padding: 0 15px;
    border-radius: 5px;
    gap: 13px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all .3s;
}

.btn02 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.btn03 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    padding: 0 15px;
    border-radius: 5px;
    gap: 13px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all .3s;
}

.btn03 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.btnPrimary {
    background: var(--primary);
    transition: all .3s;
}

.btnPrimary p {
    color: var(--white);
}

.btnSecondary {
    background: var(--secondary);
    transition: all .3s;
}

.btnSecondary p {
    color: var(--white);
}

.btnSixth {
    background: var(--sixth);
}

.btnSixth p {
    background: var(--sixth);
    color: var(--black);
}

.btnSeventh {
    background: var(--seventh);
}

.btnSeventh p {
    color: var(--white);
}


.btnSixth:hover,
.btnSeventh:hover,
.btnPrimary:hover {
    filter: brightness(1.15);
}

.btnSecondary:hover {
    filter: brightness(1.4);
}

.telBx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    gap: 13px;
}

.telBx img {
    width: 30px;
}

.telBx p {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.45;
    font-weight: 700;
}


/* ☆☆☆☆☆☆☆☆ボタン☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★shadow★★★★★★★★ */

.shadow01 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.shadow02 {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.shadow03 {
    box-shadow: 0 3px 6px 0 #000;
}

.tShadowWhite01 {
    text-shadow: 2px 3px 0px var(--white);
}

.tShadowWhite02 {
    text-shadow: 1px 2px 0px var(--white);
}

.tShadowSixth01 {
    text-shadow: 2px 3px 0px var(--sixth);
}

.tShadowSixth02 {
    text-shadow: 1px 2px 0px var(--sixth);
}

.tShadowSeventh01 {
    text-shadow: 2px 3px 0px var(--seventh);
}

.txtLink a {
    color: var(--black);
    text-decoration: underline;
}

.txtLink a:hover {
    text-decoration: none;
}

/* ☆☆☆☆☆☆☆☆shadow☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★透かしカバー★★★★★★★★ */
.cover01 {
    position: relative;
}

.cover01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
}

.cover02 {
    position: relative;
}

.cover02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
}

.cover03 {
    position: relative;
}

.cover03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .88;
}

.cover04 {
    position: relative;
}

.cover04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #311501;
    opacity: .88;
}

/* ☆☆☆☆☆☆☆☆透かしカバー☆☆☆☆☆☆☆☆ */




/* ☆☆☆☆☆☆☆☆初期設定☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★固定★★★★★★★★ */


.inWrap {
    width: 100%;
    padding-top: 50px;
}

.inWrapBg {
    padding: 60px 0;
    background: linear-gradient(0deg, rgba(255, 245, 224, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 81%, rgba(255, 245, 224, 1) 100%);
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}


/* +++++++++++++テキストその他+++++++++++++ */

.uBar s {
    position: relative;
    padding: 0 0 1px 0;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.dotsH strong {
    font-weight: 500 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 5px;
}

.dotsH02 strong {
    font-weight: 700 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(1.5px 1.5px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 2px;
}



/* +++++++++++++hover+++++++++++++ */

.hvrDef {
    color: #482508;
}

.hvrDef:hover {
    color: #482508;
}

.hvrWhite {
    color: #fff;
}

.hvrWhite:hover {
    color: #fff;
}

.hvrCommon {
    color: #141418;
}

.hvrCommon:hover {
    color: #141418;
}

.hvrLight {
    transition: all ease .3s;
}

.hvrLight:hover {
    filter: brightness(1.2);
}

.hvrW {
    position: relative;
}

.hvrW::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition-duration: .3s;
}

.hvrW:hover::before {
    opacity: .2;
    pointer-events: none;
}

.hvrOpa4,
.hvrOpa5,
.hvrOpa7 {
    transition: all ease .3s;
}

.hvrOpa7:hover {
    opacity: .7;
}

.hvrOpa5:hover {
    opacity: .5;
}

.hvrOpa4:hover {
    opacity: .4;
}

.hvrUline:hover p,
.hvrUline:hover h1,
.hvrUline:hover h2,
.hvrUline:hover h3,
.hvrUline:hover h4 {
    text-decoration: underline;
}

.uLineYellow {
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: var(--yellow);
}


.cmnA {
    color: #333;
    transition: all ease .3s;
}

.cmnA:hover {
    color: #8a8a8a;
}

.opa-white {
    position: relative;
    transition: all ease .3s;
}

.opa-white:hover {
    opacity: .7;
}

.opa-white::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
}


/* -------------hover------------- */


.flexWrap {
    flex-wrap: wrap;
}

.img-fit {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}


.borderB01 {
    border-bottom: #ccc 1px solid;
}

.tableBorder01 .row {
    border-bottom: 1px solid #E5E5E5;
}

.tableBorder02 .row {
    border-bottom: 1px solid #E5E5E5;
}

.pointerAuto {
    pointer-events: auto;
}

.pointerNone {
    pointer-events: none;
}

.wrRadius {
    border-radius: 30px 30px 0 0;
}

.wrBtm {
    padding: 0 0 30px 0;
}

.cover {
    background: url(/system_panel/uploads/images/fv_bg.jpg)no-repeat center /cover;
}

.cvrAr {
    width: 100%;
    max-width: 1460px;
    padding: 30px 15px;
}

.cvrTitBx {
    position: relative;
    width: 100%;
    height: 250px;
    border: 10px solid #502B0A;
}

.cvrTitBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gjs-dashed .cvrTitBx::before {
    pointer-events: none;
}

.cvrTitBx::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: #4B2504;
    opacity: .75;
    mix-blend-mode: multiply;
}

.cvrTit {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: max-content;
    max-height: max-content;
    margin: auto;
    font-size: 32px;
    line-height: 1.5;
    color: var(--white);
    font-family: var(--fontB);
    font-weight: 700;
    text-shadow: 2px 3px 0 var(--seventh);
}

.salonCvr::before {
    background: var(--quaternary);
}

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1430px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

.ratio1_1 {
    aspect-ratio: 1/1;
}

.bgEllipseQuaternary {
    position: relative;
}

.bgEllipseQuaternary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100%;
    left: -100%;
    bottom: 0;
    width: 220%;
    height: 100%;
    margin: auto;
    background: var(--quaternary);
    border-radius: 100%;
}

.shadow01 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.radius16 {
    border-radius: 10px;
}

/* 下層共通リンク */

.inLinkAr {
    max-width: 1170px;
}

.inLinkFl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.inLinkItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 540px;
    aspect-ratio: 27/11;
}

.inLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: #4B2504;
    opacity: .75;
    transition: all .3s;
}

.inLinkItem:hover::before {
    content: "";
    opacity: .5;
}

.inLinkTxt {
    position: relative;
    z-index: 5;
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: var(--white);
    font-weight: 700;
    text-shadow: 2px 3px 0 var(--seventh);
    font-family: var(--fontB);
}

.menuListBx {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px 15px;
}

.faqBtnBx,
.reserveBtnBx {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    justify-items: center;
}

.slider03 {
    padding: 0;
}

.slider03 .carousel-indicators {
    position: static;
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
}

.cursol-pointer {
    cursor: pointer;
}

.slider03 .indicator {
    overflow: hidden;
    aspect-ratio: 3/2;
}

.slider03 .indicator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.slider03 .indicator:hover img {
    transform: scale(1.1);
}

.shopImgItem {
    overflow: hidden;
    aspect-ratio: 3/2;
}

.shopImgItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {

    .menuListBx {
        grid-template-columns: repeat(2, 1fr);
    }

    .faqBtnBx,
    .reserveBtnBx {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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


    p {
        font-size: 18px;
    }


    .inWrap {
        padding-top: 80px;
    }

    .inWrapBg {
        padding: 80px 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

    .cvrAr {
        padding: 60px 15px;
    }

    .cvrTitBx {
        height: 320px;
        border: 19px solid #502B0A;
    }

    .cvrTit {
        font-size: 46px;
    }

    .telFl {
        display: flex;
        align-items: center;
        gap: 12.3px;
    }

    .telFl img {
        width: 10.6px;
    }

    .telFl p {
        font-size: 32px;
    }

    .anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    .txt16 {
        font-size: 15px;
    }

    .txt18 {
        font-size: 16px;
    }

    .tit30 {
        font-size: 22px;
    }

    .tit32 {
        font-size: 23px;
    }

    .tit35 {
        font-size: 26px;
    }

    .tit40 {
        font-size: 24px;
    }

    .tit45 {
        font-size: 26px;
    }

    .tit48 {
        font-size: 26px;
    }

    .tit50 {
        font-size: 27px;
    }

    .tit56 {
        font-size: 28px;
    }

    .pt64 s {
        font-size: 40px;
    }

    .tit64 {
        font-size: 40px;
    }

    .subtit15 {
        font-size: 15px;
    }

    .titLine {
        padding: 0 0 12px 0;
    }

    .titLine::before {
        width: 120px;
    }

    .btn01 {
        max-width: 280px;
        height: 71px;
    }

    .btn01 p {
        font-size: 20px;
    }

    .btn02 {
        max-width: 315px;
        height: 87px;
    }

    .btn02 p {
        font-size: 20px;
    }

    .btn03 {
        height: 71px;
    }

    .btn03 p {
        font-size: 18px;
    }


    .radius16 {
        border-radius: 16px;
    }

    /* 下層共通リンク */

    .inLinkItem {
        width: 48%;
    }

    .inLinkFl {
        flex-direction: row;
    }

    .inLinkTxt {
        font-size: 35px;
    }

    .menuListBx {
        gap: 45px 30px;
    }

    .faqBtnBx,
    .reserveBtnBx {
        gap: 15px 30px;
    }



}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .inWrap {
        padding-top: 120px;
    }

    .inWrapBg {
        padding: 120px 0;
    }

    p {
        font-size: 20px;
    }

    .txt16 {
        font-size: 16px;
    }

    .txt18 {
        font-size: 18px;
    }

    .tit30 {
        font-size: 26px;
    }

    .tit32 {
        font-size: 27px;
    }

    .tit35 {
        font-size: 30px;
    }

    .tit40 {
        font-size: 32px;
    }

    .tit45 {
        font-size: 34px;
    }

    .tit48 {
        font-size: 38px;
    }

    .tit50 {
        font-size: 38px;
    }

    .tit56 {
        font-size: 39px;
    }

    .subtit18 {
        font-size: 18px;
    }

    .pt64 s {
        font-size: 52px;
    }

    .tit64 {
        font-size: 52px;
    }

    .cvrTit {
        font-size: 60px;
    }

    .telBx {
        max-width: 299px;
        gap: 13px;
    }

    .telBx img {
        width: 35.6px;
    }

    .telBx p {
        font-size: 34px;
    }

    .menuListBx {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 20px;
    }

    .faqBtnBx{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    .tit30 {
        font-size: 30px;
    }

    .tit32 {
        font-size: 32px;
    }

    .tit35 {
        font-size: 35px;
    }

    .tit40 {
        font-size: 40px;
    }

    .tit45 {
        font-size: 45px;
    }

    .tit48 {
        font-size: 48px;
    }

    .tit50 {
        font-size: 50px;
    }

    .tit56 {
        font-size: 56px;
    }

    .pt64 s {
        font-size: 64px;
    }

    .tit64 {
        font-size: 64px;
    }

    .btn03 p {
        font-size: 20px;
    }

    .menuListBx {
        gap: 80px 30px;
    }

    .faqBtnBx,
    .reserveBtnBx {
        gap: 15px 50px;
    }

    .conceptFl {
        margin: 0 !important;
    }
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    /* オリジナル */

    .dishReadDeco01,
    .drinkReadDeco01 {
        left: 10% !important;
    }

    .dishReadDeco02,
    .drinkReadDeco02 {
        right: 10% !important;
    }

    .menuListBx {
        gap: 80px 60px;
    }
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {

    .conceptDeco01 {
        top: 35px !important;
        left: -10px !important;
    }

    .conceptDeco02 {
        top: 35px !important;
        right: 10px !important;
    }

}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */