@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
    /* フォント */
    --fontA: "Noto Serif JP", serif;
    --fontB: "Shippori Mincho", serif;
    /* カラー */
    --white: #FBFAF9;
    --black: #5D5D5D;
    --primary: #D5814C;
    --secondary: #FFF5EE;
    --tertiary: #E5B99D;
    /* --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;
}

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 2.5;
    font-weight: 400;
    /* 14-16px */
    font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
    transition: all ease .3s;
    background: var(--secondary);
    overflow-x: hidden;
}

/* 電話番号定数のチラつき対策 */
p.tel,
p.fax,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.gjs-dashed p.tel,
.gjs-dashed p.fax,
.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;
}

.listItem {
    display: flex;
    align-items: baseline;
}

.listItem::before {
    content: "";
    display: flex;
    height: 4px;
    width: 4px;
    margin: 0 10px 0 0;
    overflow: hidden;
    border-radius: 100%;
    background: #D5814C;
    transform: translateY(-3px);
}

.listItem>p {
    flex: 1;
}

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

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frame
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}

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

.area01 {
    width: 100%;
    max-width: 1730px;
    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;
}

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

/*-----------------------------------------------------------
プルダウン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.header {
    transition: all .3s;
}

.header.is-scroll {
    height: 70px;
    background: #FAE0CF;
    margin: auto;
}

.hLogo,
.hLogo img {
    transition: all .3s;
}

.header.is-scroll .hLogo {
    height: 100%;
    width: auto;
    padding: 5px 0;
    margin: 0;
}

.header.is-scroll .hLogo img {
    height: 100% !important;
}

.hBxR {
    gap: 15px;
}

.hNavBx {
    gap: 7px 15px;
}

.hNavLink:hover {
    text-decoration: underline;
}

.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: 17px;
}

.hHamBar {
    position: absolute;
    height: 1px;
    width: 100%;
    right: 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) {
    bottom: 0px;
    width: 83%;
}

.open .hHamBar:nth-of-type(1) {
    width: 75%;
    top: 0;
    bottom: 0;
    transform: rotate(30deg);
}

.open .hHamBar:nth-of-type(2) {
    width: 75%;
    top: 0;
    bottom: 0;
    transform: rotate(-30deg);
}

.hReserveBtn {
    transition: all .3s;
}

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

.hReserveBtn:hover {
    filter: brightness(1.05);
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fNavLinkCol {
    gap: 24px;
}

.fNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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;
}

.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: 280px;
    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: 200px;
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1350px;
    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;
}

.cvrTit {
    position: relative;
    /* 24-40 */
    font-size: clamp(1.5rem, 1.257rem + 1.036vw, 2.5rem);
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-family: var(--fontB);
    font-weight: 500;
}

.cvrTxt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    /* 16-18 */
    font-size: clamp(1rem, 0.970rem + 0.129vw, 1.125rem);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1350px;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 230px;
    height: 45px;
    border-radius: 100vmax;
    border: 1px solid var(--black);
    transition: all .3s;
}

.btn01::after {
    content: "";
    flex: 1;
    max-width: 70px;
    height: 1px;
    margin: 0 10px 0 0;
    background: var(--black);
    border-radius: 100vmax;
    transition: all .3s;
}

.btn01 p {
    color: var(--black);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
    transition: all .3s;
}

.btn01:hover {
    background: var(--black);
}

.btn01:hover::after {
    background: var(--white);
}

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

.lineBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 212px;
    height: 42px;
    gap: 10px;
    background: #06C755;
    border-radius: 100vmax;
    transition: all .3s;
}

.lineBtn:hover {
    filter: brightness(1.1);
}

.lineBtn>img {
    display: block;
    width: 32px;
}

.lineBtn>p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45;
    color: var(--white);
}

.instaBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 212px;
    height: 42px;
    gap: 10px;
    border: 1px solid #5D5D5D;
    border-radius: 100vmax;
    transition: all .3s;
}

.instaBtn:hover {
    filter: brightness(120%) saturate(120%);
}

.instaBtn>img {
    display: block;
    width: 32px;
}

.instaBtn>p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45;
    color: var(--black);
}

.reserveBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 43px;
    gap: 8px;
    border: 1px solid #D0BBAC;
    background: #FFF5EE;
    border-radius: 100vmax;
    transition: all .3s;
}

.reserveBtn:hover {
    filter: brightness(1.05);
}

.reserveBtn::before {
    content: "";
    display: block;
    width: 19.5px;
    aspect-ratio: 195/180;
    background: url(/system_panel/uploads/images/reserve_icon.svg) no-repeat center /contain;
}

.reserveBtn>p {
    letter-spacing: 0;
    line-height: 1.45;
    color: var(--black);
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

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

.pt600 span {
    font-weight: 600;
}

.txt15 {
    /* 14-15 */
    font-size: clamp(0.875rem, 0.860rem + 0.065vw, 0.938rem);
}

.txt18 {
    /* 16-18 */
    font-size: clamp(1rem, 0.970rem + 0.129vw, 1.125rem);
}

.txt18 span {
    font-weight: 600;
}

.txt20 {
    /* 16-20 */
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
}

.txt24 {
    /* 18-24 */
    font-size: clamp(1.125rem, 1.034rem + 0.388vw, 1.5rem);
}

.titBx {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.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);
}

.tit34 {
    /* 21-34px */
    font-size: clamp(1.313rem, 1.115rem + 0.841vw, 2.125rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--fontB);
}

.tit36 {
    /* 22-36px */
    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 {
    /* 28-50px */
    font-size: clamp(1.625rem, 1.261rem + 1.553vw, 3.125rem);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit50Pt span {
    font-size: 120%;
}

.tit125 {
    /* 32-125 */
    font-size: clamp(2rem, 0.589rem + 6.019vw, 7.813rem);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.subtit14 {
    /* 12-14 */
    font-size: clamp(0.75rem, 0.720rem + 0.129vw, 0.875rem);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.subtit20 {
    /* 16-20 */
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

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

/* ++++++ menu ++++++ */

.menuBxTit {
    transform: translateY(-50%);
}

/* ------ menu ------ */

/*-----------------------------------------------------------
共通部品
-----------------------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
アニメーション
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ==========================================
画像用：ロールアップ
========================================== */

.animItem {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translateY(30px);
    /* opacityを一番長くして「じわっと」させる */
    transition:
        opacity 5.0s cubic-bezier(0.33, 0, 0.67, 1) 0.2s,
        clip-path 3.5s cubic-bezier(0.33, 0, 0.67, 1),
        transform 3.5s cubic-bezier(0.33, 0, 0.67, 1);
}

.animItem.is-active {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}

/* --- 2枚目用--- */
.reveal-delay {
    transition-delay: 1.0s !important;
}

/* --- 3枚目用--- */
.reveal-delay-long {
    transition-delay: 2.0s !important;
}

/* ==========================================
テキスト用：定位置ロールアップ
========================================== */
.animTxt {
    /* 最初は完全に透明 */
    opacity: 0;

    /* ロール（幕）の設定：下100%から開始 */
    clip-path: inset(100% 0 0 0);

    /* 【じわっと・ゆっくり設定】 */
    transition:
        opacity 4.0s cubic-bezier(0.25, 1, 0.5, 1),
        clip-path 3.0s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, clip-path;
}

/* --- 表示された時（is-activeがついたとき） --- */
.animTxt.is-active {
    opacity: 1;
    /* 最終的に100%の濃さに */
    clip-path: inset(0 0 0 0);
    /* 幕を全開にする */
}

.gjs-dashed .animItem,
.gjs-dashed .animTxt {
    opacity: 1;
    clip-path: none;
    transform: none;
}

/*-----------------------------------------------------------
アニメーション
-----------------------------------------------------------*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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-top: 100px;
    }

    .inBtm {
        padding-bottom: 110px;
    }

    /*-----------------------------------------------------------
    frame
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hBxR {
        gap: 20px;
    }


    /*-----------------------------------------------------------
    ヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フッター
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hamMenuConte {
        padding: 125px 15px 60px;
    }

    .hamNavBx {
        gap: 22px;
    }

    .hamNavLinkTxt {
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .cover {
        height: 240px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    .btn01 {
        max-width: 250px;
        height: 48px;
    }

    .btn01::after {
        max-width: 75px;
    }

    .lineBtn {
        max-width: 212px;
        height: 48px;
    }

    .instaBtn {
        max-width: 212px;
        height: 48px;
    }

    .reserveBtn {
        max-width: 212px;
        height: 48px;
    }

    .reserveBtn::before {
        width: 26px;
    }

    /*-----------------------------------------------------------
    ボタン
    -----------------------------------------------------------*/

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


    .titDeco01::before {
        bottom: calc(100% + 15px);
        right: -65px;
    }

    .txtBx>p:nth-of-type(n+2) {
        margin: 40px 0 0;
    }

    .tit34 {
        /* 20-34px */
        font-size: clamp(1.25rem, 0.667rem + 1.215vw, 2.125rem);
    }

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


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */


    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/

}

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



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

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



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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .inWrap {
        padding-top: 120px;
    }

    .inBtm {
        padding-bottom: 160px;
    }

    .lineBtn {
        max-width: 253px;
        height: 56px;
    }

    .instaBtn {
        max-width: 253px;
        height: 56px;
    }

    .reserveBtn {
        max-width: 253px;
        height: 56px;
    }

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

    .hBxR {
        gap: 40px;
    }

    .hNavBx {
        gap: 7px 28px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

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

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

}

/* 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 ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */