@charset "utf-8";

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

:root {
    /* フォント */
    --fontA: "Noto Sans JP", sans-serif;
    --fontB: "Shippori Mincho", serif;
    /* カラー */
    --white: #FFF;
    --black: #726B6A;
    --primary: #ABA0A0;
    --secondary: #DBD3D3;
    --tertiary: #F6F4F4;
    --quaternary: #CAB9A7;
    /* --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: 0.05em;
    line-height: 2.1875;
    font-weight: 400;
    /* 14-16 */
    font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
    transition: all ease .3s;
    background: var(--white);
    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;
}

.txtBx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filterNone {
    filter: none !important;
}


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

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

.readWrap {
    width: 100%;
    padding: 60px 0 0 0;
}

.inWrap {
    width: 100%;
    padding: 60px 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: 1810px;
    padding: 0 15px;
    margin: 0 auto;
}

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

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

.area04 {
    width: 100%;
    max-width: 1150px;
    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 .8s;
}

.header.clone {
    top: -100%;
}

.header.clone.is-animation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(114, 107, 106, 0.15);
}

.header.is-animation .hHeight {
    height: 60px !important;
}

.header.is-animation .hHamBtn {
    height: 41px !important;
}

.header.is-animation .hLogo {
    display: flex !important;
    width: auto !important;
    height: 75% !important;
    margin: 0 !important
}

.hReserveBtn {
    filter: none !important;
}

.hHamBx {
    transition: all .3s;
}

.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) {
    bottom: 0px;
}

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

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

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

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

.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.1);
    z-index: 99;
    transition: ease .5s;
}

.hamMenu.open {
    right: 0;
}

.hamMenuAr {
    width: 100%;
    height: 100%;
}

.hamMenuConte {
    padding: 90px 15px 30px;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: url(/system_panel/uploads/images/ham_bg.svg)no-repeat center /cover;
}

.hamMenuConte::-webkit-scrollbar {
    width: 12px;
    /* 横幅 */
}

.hamMenuConte::-webkit-scrollbar-thumb {
    background: var(--secondary);
    /* ハンドルの色 */
}

.hamMenuConte::-webkit-scrollbar-track {
    background: var(--white);
    /* 背景色 */
}

.hamMenuBx {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

.hamNavBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.hamNavLink {
    color: var(--black);
}

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

.hamNavLinkTxt {
    line-height: 1.45;
    letter-spacing: 0.15em;
    font-family: var(--fontB);
    font-weight: 600;
}

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

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

.cover {
    position: relative;
    width: 100%;
    height: 300px;
}

.cover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #726B6A;
    opacity: .45;
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1550px;
    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%;
    color: var(--white);
}

.cvrTit {
    position: relative;
    font-size: clamp(1.625rem, 1.261rem + 1.553vw, 3.125rem);
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-family: var(--fontB);
    font-weight: 500;
}

.cvrTxt {
    font-size: clamp(1.25rem, 1.174rem + 0.324vw, 1.563rem);
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: 500;
    font-family: var(--fontB);
}

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

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

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

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1550px;
    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;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    height: 45px;
    border-radius: 2px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    font-family: var(--fontB);
}

.btn01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 1px;
    width: 30px;
    margin: auto 0;
    transition: all .3s;
}

.btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 45px;
    border-radius: 2px;
    line-height: 1.45;
    font-family: var(--fontB);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.btn02::before {
    content: "";
    display: flex;
    transition: all .3s;
}

.btn03 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 55px;
    border-radius: 2px;
    line-height: 1.45;
    font-family: var(--fontB);
    border: 1px solid var(--primary);
    filter: none !important;
}

.btn03::before {
    content: "";
    display: flex;
    transition: all .3s;
}

.telBtn {
    gap: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    /* 16-20 */
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
}

.telBtn::before {
    width: 23px;
    height: 23.5px;
    background: url(/system_panel/uploads/images/tel_icon.svg)no-repeat center /contain;
}

.reserveBtn {
    gap: 26.4px;
    letter-spacing: 0.1em;
    /* 16-18 */
    font-size: clamp(1rem, 0.970rem + 0.129vw, 1.125rem);
}

.reserveBtn::before {
    width: 26px;
    height: 22.1px;
    background: url(/system_panel/uploads/images/reserve_icon.svg)no-repeat center /contain;
}

.lineBtn {
    gap: 26.4px;
    letter-spacing: 0.1em;
    /* 16-18 */
    font-size: clamp(1rem, 0.970rem + 0.129vw, 1.125rem);
}

.lineBtn::before {
    width: 30px;
    height: 30px;
    background: url(/system_panel/uploads/images/line_icon.png)no-repeat center /contain;
}

.hpbBtn {
    gap: 8px;
    letter-spacing: 0.1em;
    /* 14-16 */
    font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
}

.hpbBtn::before {
    width: 24px;
    height: 24px;
    background: url(/system_panel/uploads/images/hotpepper_icon.svg)no-repeat center /contain;
}

.btnWhite {
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--primary);
    transition: all .3s;
}

.btnWhite:hover {
    background: var(--primary);
    color: var(--white);
}

.btnWhite:hover::before {
    filter: brightness(0) invert(1);
}

.telBtn.btnWhite:hover {
    color: var(--primary);
    background: var(--white);
}

.telBtn.btnWhite:hover::before {
    filter: unset;
}

.lineBtn.btnWhite:hover::before {
    filter: none;
}

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

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

.btn02.btnWhite {
    border: none;
}

.btnPrimaryBorder {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
    transition: all .3s;
}

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

.btnPrimaryBorder:hover {
    background: var(--primary);
    color: var(--white);
}

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

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

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

.tit150 {
    /* 48-150 */
    /*font-size: clamp(3.125rem, 1.608rem + 6.472vw, 9.375rem);*/
    font-size: clamp(3rem, 1.453rem + 6.602vw, 9.375rem);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
    font-family: var(--fontB);
}

.tit100 {
    /* 45-100 */
    font-size: clamp(2.813rem, 1.978rem + 3.56vw, 6.25rem);
    line-height: 1.45;
    letter-spacing: 0.08em;
    font-weight: 400;
    font-family: var(--fontB);
}

.tit80 {
    /* 40-80 */
    font-size: clamp(2.5rem, 1.893rem + 2.589vw, 5rem);
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit50 {
    /* 26-50 */
    font-size: clamp(1.625rem, 1.261rem + 1.553vw, 3.125rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit45 {
    /* 24-45 */
    font-size: clamp(1.5rem, 1.181rem + 1.359vw, 2.813rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit40 {
    /* 22-45 */
    font-size: clamp(1.375rem, 1.102rem + 1.165vw, 2.5rem);
    line-height: 1.5;
    letter-spacing: 0.07em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit35 {
    /* 20-35 */
    font-size: clamp(1.25rem, 1.022rem + 0.971vw, 2.188rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit30 {
    /* 18-30 */
    font-size: clamp(1.125rem, 0.943rem + 0.777vw, 1.875rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit25 {
    /* 18-25 */
    font-size: clamp(1.125rem, 1.019rem + 0.453vw, 1.563rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit22 {
    /* 16-22 */
    font-size: clamp(1rem, 0.909rem + 0.388vw, 1.375rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-family: var(--fontB);
}

.txt20 {
    /* 15-20 */
    /*font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);*/
    font-size: clamp(0.938rem, 0.862rem + 0.324vw, 1.25rem);
    line-height: 2;
    letter-spacing: 0.05em;
}

.readTxt {
    /* 15-20 */
    font-size: clamp(0.938rem, 0.862rem + 0.324vw, 1.25rem);
    line-height: 2.2;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.txt18 {
    /* 15-18 */
    font-size: clamp(0.938rem, 0.892rem + 0.194vw, 1.125rem);
    line-height: 2;
    letter-spacing: 0.05em;
}

.txt15 {
    /* 14-15 */
    font-size: clamp(0.875rem, 0.860rem + 0.065vw, 0.938rem);
    line-height: 2.33;
    letter-spacing: 0.05em;
}

.lineTxt {
    -webkit-text-stroke: 1px #CAB9A7;
    paint-order: stroke;
    color: transparent;
}

.ptBig01 span {
    font-size: 227.27%;
    letter-spacing: 0.05em;
}

.ptBig02 span {
    font-size: 300%;
    letter-spacing: 0.05em;
}

.ptBig02 s {
    text-decoration: none;
    font-size: 184%;
    color: var(--primary);
    letter-spacing: 0.05em;
}

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

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

.inReadBg01 {
    top: 140px !important;
    width: 76% !important;
}

.inReadBg02 {
    width: 65% !important;
}

.decoTxtL {
    position: absolute;
    bottom: 98%;
    left: 3%;
    white-space: nowrap;
    z-index: -1;
}

.decoTxtR {
    position: absolute;
    bottom: 98%;
    right: 3%;
    white-space: nowrap;
    z-index: -1;
}

/* ++++++ inFl ++++++ */

.inFlBx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 860px;
    height: 240px;
    border: 1px solid #CAB9A7;
    z-index: -1;
}

.inFlBx.inFlBxRev::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 75%;
    max-width: 860px;
    height: 240px;
    border: 1px solid #CAB9A7;
    z-index: -1;
}

/* ------ inFl ------ */

.inLinkItem {
    border-radius: 2px !important;
    overflow: hidden;
}

.inLinkItemBorder {
    border: 1px solid #E1E1E1 !important;
    border-radius: 2px !important;
}

.inLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #726B6A;
    opacity: .45;
    z-index: 1;
    transition: all .3s;
}

.inLinkItem:hover::before {
    opacity: .1;
}

.inLinkItemIn {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.30);
}

/* ++++++ 人気メニュー ++++++ */

.menuItem {
    border-bottom: 1px solid var(--primary);
}

.menuRepeaterTit s {
    text-decoration: none;
}

.menuRepeaterTit span {
    position: relative;
    font-size: 133.3%;
    color: #ABA0A0;
}

.menuRepeaterTit span::before {
    content: "";
    position: absolute;
    bottom: 105%;
    right: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: 0 auto;
    border-radius: 100%;
    background: #ABA0A0;
}

/* ------ 人気メニュー ------ */

/* ++++++ 人気メニュー ++++++ */

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

.recommendItemMenuBx p:nth-child(2n) {
	text-align: right; 
}

.recommendItemLengthBx {
	flex-wrap: wrap;
	gap: 0 15px;
}

/* ------ こんなお悩みございませんか？ ------ */

.inReadBx .gap20 {
    gap: 10px;
}

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

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

    .cmnInfoBr br {
        display: none;
    }

    .inReadBg01 {
        width: 55% !important;
    }

    .inReadBg02 {
        width: 50% !important;
    }
}

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



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

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



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

}

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



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

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

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

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

    .txtBx {
        gap: 26px;
    }

    .cmnInfoBr br {
        display: block;
    }

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

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

    .readWrap {
        padding: 90px 0 0 0;
    }

    .inWrap {
        padding: 150px 0 0 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

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

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

    .header.is-animation .hHeight {
        height: 80px !important;
    }

    .header.is-animation .hHamBtn {
        height: 46px !important;
    }

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

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

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

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

    .hamMenuConte {
        max-width: 576px;
        padding: 125px 15px 60px;
    }

    .hamNavBx {
        gap: 25px;
    }

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

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

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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .btn01 {
        max-width: 250px;
        height: 50px;
    }

    .btn01::after {
        width: 41px;
    }

    .btn02 {
        max-width: 270px;
        height: 50px;
    }

    .btn03 {
        max-width: 270px;
        height: 60px;
    }


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

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

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


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

    .inReadBg01 {
        top: 180px !important;
        width: 33.4% !important;
    }

    .inReadBg02 {
        width: 33.4% !important;
    }


    .decoTxtL {
        top: -40px;
        bottom: auto;
    }

    .decoTxtR {
        top: -40px;
        bottom: auto;
    }

    /* ++++++ inFl ++++++ */

    .inFlBx::before {
        bottom: 0;
        width: 45.6%;
        height: auto;
    }

    .inFlBx.inFlBxRev::before {
        bottom: 0;
        width: 45.6%;
        height: auto;
    }

    /* ------ inFl ------ */


    /* ------ こんなお悩みございませんか？ ------ */

    .inReadBx .gap20 {
        gap: 20px;
    }


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

}

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



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

    .cmnInfoBr br {
        display: none;
    }

}

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



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

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

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


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

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


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

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