@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
    /* フォント */
    --fontA: "Noto Serif JP", serif;
    --fontB: "Shippori Mincho", serif;
    --fontC: "Open Sans", sans-serif;
    /* カラー */
    --white: #FFF;
    --black: #382B1C;
    --primary: #E5BC7B;
    --secondary: #EAB25A;
    --tertiary: #D1C7BC;
    /* --quaternary: #321B05; */
    /* --fifth: #E6D6B8; */
    /*--sixth: #F9EFE8;
    --seventh: #F4DEBF;
    --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-style: normal;
    color: var(--black);
    letter-spacing: 0em;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 16px;
    /* font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem); */
    transition: all ease .3s;
    background: var(--white);
    overflow-x: hidden;
    background: url(../img/top/cmn_bg01.jpg) repeat-y top center/auto;
}

/* 電話番号定数のチラつき対策 */
p.tel,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.gjs-dashed p.tel,
.gjs-dashed a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 1;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

p>a:hover,
label>a:hover {
    color: inherit;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
}

.fontC {
    font-family: var(--fontC);
    font-style: normal;
}

.fontD {
    font-family: var(--fontD);
    font-style: normal;
}

.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: 80px;
    margin-top: -80px;
}

img {
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frame
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.inWrap {
    width: 100%;
    padding: 70px 0 0 0;
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.area01 {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.area02 {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.area03 {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.area04 {
    width: 100%;
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
}

/*-----------------------------------------------------------
frame
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
プルダウン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}

/*-----------------------------------------------------------
プルダウン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hEcWr {
    width: 100%;
    background: var(--primary);
    z-index: 99999999999;
    position: relative;
}

.hEcAr {
    margin: 0 auto;
    padding: 8px 5px;
    width: 96%;
}

.hEcBtnBx {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.hEcBtn a {
    color: #FFF;
    display: flex;
    align-items: center;
    transition: .5s;
}

.hEcBtn a i {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
}

.hEcBtn a span {
    margin: 0 0 0 0.5em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
}

.hEcBtn:nth-of-type(n + 2) {
    margin: 0 0 0 1.5em;
}

.hEcBtn a:hover span {
    text-decoration: underline;
}

a>.fa-shopping-cart:before {
    color: #fff;
}

.header {
    transition: all .3s;
    background: #EFEFEF;
    border-bottom: 1px solid var(--secondary);
}

.header.is-scroll {
    height: 70px;
}

.fixedHeader {
    transition: all .3s;
}

.fixedHeader.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.hHamBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all .3s;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.hHamBtnBarBx {
    position: relative;
    width: 100%;
    height: 23px;
}

.hHamBar {
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    margin: auto;
    transition: all.3s;
    transform-origin: center;
    background: var(--black);
}

.hHamBar:nth-of-type(1) {
    top: 0px;
}

.hHamBar:nth-of-type(2) {
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.hHamBar:nth-of-type(3) {
    bottom: 0px;
}

.open .hHamBar:nth-of-type(1) {
    top: 0;
    bottom: 0;
    transform: rotate(40deg);
}

.open .hHamBar:nth-of-type(2) {
    opacity: 0;
}

.open .hHamBar:nth-of-type(3) {
    top: 0;
    bottom: 0;
    transform: rotate(-40deg);
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 92px;
}

.hAr {
    max-width: 1830px;
}

.hBx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hBxL {
    width: 25%;
    max-width: 118px;
}

.hLogo {
    width: 100%;
    max-width: 118px;
}

.hBxR {
    max-width: 380px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
}

.hSnsIcon {
    width: 35px;
}

.hSnsBx {
    align-items: center;
    max-width: 95px;
    justify-content: space-between;
    width: 100%;
    display: none;
}

.hTelBx {
    width: 100%;
    max-width: 189px;
    display: none !important;
}

.hHamBtnBx {
    width: 100%;
    max-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hHamBtnBarBx {
    width: 100%;
    max-width: 45px;
}

.hFixedBtn {
    position: fixed;
    width: 20%;
    max-width: 191px;
    right: 20px;
    bottom: 20px;
    display: none;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

.fInfoBx {
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
    line-height: 1.9;
}

.fReserveIn>p {
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
}

.footer {
    padding: 60px 0 30px 0;
    background-image: url(../img/top/footer_bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fReserveBx {
    width: 100%;
    padding: 30px 15px 40px 15px;
    background-color: #EFEFEF;
}

.fReserveIn {
    max-width: 828px;
    width: 100%;
}

.fReserveTelBx {
    display: flex;
    align-items: center;
}

.fReserveTelNum {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1em;
}

.fRserveBtnBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 828px;
    justify-content: space-between;
}

.fReserveTelIcon {
    width: 25px;
    margin: 0 10px 0 0;
}

.fBtmBx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fBtmL {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fBtmR {
    max-width: 675px;
    display: none;
}

.fSnsIcon {
    width: 35px;
}

.fLogo {
    width: 45%;
    max-width: 190px;
}

.fBtmLogoBx {
    display: flex;
    justify-content: center;
}

.fSnsBx {
    display: flex;
    align-items: center;
}

.fInfoFl {
    display: flex;
}

.fInfoFlL {
    width: 33%;
    max-width: 100px;
    display: flex;
    justify-content: space-between;
}

.fBtmNavBx {
    display: flex;
    justify-content: space-between;
}

.fBtmNavTable01 {
    max-width: 404px;
    width: 60%;
}

.fNavLink {
    line-height: 1.45em;
    color: #382B1C;
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
}

.fBtmNavTableTop {
    border-bottom: 1px solid #9A9896;
    padding: 0 0 10px 0;
    width: 100%;
}

.fBtmNavTableFl {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.fBtmNavTableClm {
    display: flex;
    flex-direction: column;
}

.fBtmNavTable02 {
    width: 30%;
    max-width: 170px;
}

.fCopy {
    font-size: 12px;
    line-height: 1.45em;
    text-align: center;
}

.fInfoBx {
    width: 100%;
    max-width: 320px;
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SPヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hamMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    transition: ease .5s;
}

.hamMenu.open {
    right: 0;
}

.hamMenuAr {
    width: 100%;
    height: 100%;
}

.hamMenuConte {
    padding: 90px 15px 30px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: url(../img/top/cmn_bg01.jpg) no-repeat center /cover;
}

.hamMenu .hamMenuConte {
    max-width: none;
}

.hamMenuConte::-webkit-scrollbar {
    width: 12px;
    /* 横幅 */
}

.hamMenuConte::-webkit-scrollbar-thumb {
    background: var(--secondary);
    /* ハンドルの色 */
}

.hamMenuConte::-webkit-scrollbar-track {
    background: var(--white);
    /* 背景色 */
}

.hamMenuBx {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.hamNavBx {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px auto 0;
    gap: 15px;
}

.hamNavLink {
    color: var(--black);
}

.hamNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

.hamNavLinkTxt {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.2em;
    font-family: var(--fontB);
    font-weight: 700;
}

/*-----------------------------------------------------------
SPヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
下層カバー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cover {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 90px 0 0;
}

.cover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .6;
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1470px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cvrBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    height: 100%;
    padding: 20px 0 0;
    color: var(--white);
}

.cvrTit {
    position: relative;
    margin: 0 0 6px 0;
    padding: 0 0 7px 0;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    font-family: var(--fontB);
    font-weight: 500;
}

.cvrTxt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: var(--fontC);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.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);
    text-decoration: underline;
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.btn01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 320px;
    height: 62px;
    padding: 0 21.8px 0 35px;
    background: var(--primary);
    transition: all .3s;
}

.btn01::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 2.5px;
    right: 2.5px;
    bottom: 2.5px;
    left: 2.5px;
    border: 1px solid var(--white);
}

.btn01 p {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    transition: all .3s;
    color: var(--black);
}

.btn01:hover p {
    color: var(--black);
}

.btn01::after {
    content: "";
    width: 49px;
    height: 5px;
    background: url(../img/top/arrow_black.svg) no-repeat center /contain;
    transition: all .3s;
}

.btn01:hover::after {
    transform: translate(10px, 0);
}

.telBxBorder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 81px;
    background: #EFEFEF;
    border: 1px solid var(--secondary);
}

.telBxBorder .telBx {
    max-width: 229px;
}

.telBx {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 189px;
    display: flex;
}

.telBx>img {
    width: 21px;
}

.telBx>div {
    flex: 1;
    max-width: max-content;
}

.telBxBorder .telBx>div>p:first-of-type {
    font-size: 15px;
}

.telBx>div>p:first-of-type {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;
}

.telBxBorder .telBx>div>p:last-of-type {
    font-size: 30px;
}

.telBx>div>p:last-of-type {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0;
}



/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
テキスト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.titBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.titDeco01 {
    position: relative;
}

.titDeco01::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 8px);
    right: -30px;
    width: 90%;
    max-width: 86px;
    aspect-ratio: 865/379;
    background: url(../img/top/cmn_deco01.png) no-repeat center /contain;
}

.titDeco02 {
    position: relative;
}

.titDeco02::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 8px);
    left: -10px;
    width: 90%;
    max-width: 86px;
    aspect-ratio: 865/379;
    background: url(../img/top/cmn_deco01.png) no-repeat center /contain;
}


.tit30 {
    /* 20-30px */
    font-size: clamp(1.25rem, 1.098rem + 0.647vw, 1.875rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--fontB);
}

.tit40 {
    /* 22-40px */
    font-size: clamp(1.375rem, 1.102rem + 1.165vw, 2.5rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--fontB);
}

.tit50 {
    /* 24-50px */
    font-size: clamp(1.5rem, 1.106rem + 1.683vw, 3.125rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--fontB);
}

.tit50.vrl {
    margin: 0;
    letter-spacing: 0.2em;
    line-height: 1.2em;
}

.tit50.vrl s {
    text-decoration: none;
    margin-top: clamp(1.25rem, 0.719rem + 2.265vw, 3.438rem);
}

.tit50 strong {
    font-weight: 500;
    font-size: 140%;
}

.subtit16 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--fontC);
}

.subtit16::before,
.subtit16::after {
    content: "";
    display: block;
    height: 1px;
    width: 24px;
    background: var(--black);
}

.txtBx p:nth-of-type(n+2) {
    margin: 20px 0 0;
}

.pt150 s {
    text-decoration: none;
    font-size: 150%;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通部品
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.inLinkItem {
    position: relative;
}

.inLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .52;
    transition: all .3s;
    z-index: 1;
}

.inLinkItem:hover::before {
    opacity: .2;
}

.inLinkItemTxt {
    position: relative;
    z-index: 5;
}

/* ++++++ ○○ ++++++ */
/* ------ ○○ ------ */

/*-----------------------------------------------------------
共通部品
-----------------------------------------------------------*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {

    .hamMenu .hamMenuConte {
        max-width: 400px;
    }

}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    frame
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .inWrap {
        padding: 150px 0 0 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

    /*-----------------------------------------------------------
    frame
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hSnsBx {
        display: flex;
    }

    .hTelBx {
        display: flex !important;
    }

    .hFixedBtn {
        right: 50px;
        bottom: 35px;
        display: block;
    }

    /*-----------------------------------------------------------
    ヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フッター
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .fReserveTelNum {
        font-size: 44px;
    }

    .fRserveBtnBx {
        flex-direction: row;
    }

    .fReserveBx {
        padding: 60px 15px 70px 15px;
    }

    .footer {
        padding: 130px 0 30px 0;
    }

    .fReserveTelIcon {
        width: 28px;
    }

    .fBtmNavBx {
        width: 100%;
    }

    .fBtmR {
        width: 100%;
        margin: 30px 0 0 0;
        display: block;
        flex: 1;
    }

    .fLogo {
        width: 61%;
    }

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hamMenuConte {
        padding: 125px 15px 60px;
    }

    .hamNavBx {
        gap: 22px;
    }

    .hamNavLinkTxt {
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .cover {
        height: 320px;
    }

    .cvrTit {
        font-size: 36px;
    }

    .cvrTxt {
        font-size: 21px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .btn01 {
        max-width: 350px;
        height: 68px;
    }

    .btn01 p {
        font-size: 20px;
    }

    /*-----------------------------------------------------------
    ボタン
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


    .titDeco01::before {
        bottom: calc(100% + 15px);
        right: -65px;
    }

    .txtBx p:nth-of-type(n+2) {
        margin: 35px 0 0;
    }

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */


    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .cvrTit::before {
        width: 125%;
    }

    .cvrTit {
        font-size: 42px;
    }

    .cvrTxt {
        font-size: 24px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フッター
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .fReserveTelNum {
        font-size: 52px;
    }

    .fReserveTelIcon {
        width: 33px;
        margin: 0 14px 0 0;
    }

    .fBtmBx {
        flex-direction: row;
        align-items: flex-end;
    }

    .fBtmNavTableTop {
        padding: 0 0 20px 0;
    }

    .fBtmNavTableFl {
        margin: 20px 0 0 0;
    }

    .fBtmL {
        width: 50%;
        align-items: flex-start;
    }

    .fBtmLogoBx {
        justify-content: flex-start;
    }

    .fInfoBx {
        max-width: 1000px;
    }

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1320px) {}

/* min-width: 1320px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {

    .titDeco02::before {
        bottom: calc(100% + 10px);
        left: -35px;
    }

}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */