@charset "utf-8";
@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}
@font-face { 
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}


@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}
/*==============================
    remの基準
==============================*/
html{
    font-size: 10px;
}
@media only screen and (max-width:1500px){
    html{
        font-size: calc((10 / 1500) * 100vw);
    }
}
@media only screen and (max-width:1215px){
    html{
        font-size: 10px;
    }
}

/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase : 192rem;
}
@media only screen and (max-width:1920px){
    :root {
        --widthBase : 100vw;
    }
}
@media only screen and (max-width:1400px){
    :root {
        --widthBase : 1400px;
    }
}
@media only screen and (max-width:1215px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 15rem;
    --footerSp: 8rem;

    /* 色 */
    --textColor: #333333;
    --keyColor: #A67C52;
    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;
    --colorWhite: #fff;
    --colorBorder: #C2C2C2;
    --colorBorder2: #999;
    --colorTitBorder: #E4D8CB;
    --colorNewsBorder: #707070;
    --colorBgNews: #f1f1f1;
    --colorBgTel: #F6F2EE;
    --colorMust:#BD1D21;
    --colorBgMust: #F8E8E9;
	--colorTab: #e0e0e0;
    --colorBgPnkz: #ebebeb;
    --colorBgVoice: #f6f2ee;
    --colorBgNextPrevBtn: rgba(51, 51, 51, 0.5);
    --colocPaginationOff: #cbcbcb;
    --colocPaginationOn: #826239;
    --colorBgTable: #f9f6f3;
    --colorTitUnderLine: #ede5dc;
    --colorPlace: #7A7A7A;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize21: 2.1rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize23: 2.3rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize27: 2.7rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize29: 2.9rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize33: 3.3rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize39: 3.9rem;
    --pcFontSize40: 4rem;
    --pcFontSize42: 4.2rem;
    --pcFontSize47: 4.7rem;
    --pcFontSize50: 5rem;
    --pcFontSize52: 5.2rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;
    --pcFontSize75: 7.5rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight12_26: calc(26 / 12);
    --pcLineHeight12_18: calc(18 / 12);
    --pcLineHeight14_21: calc(21 / 14);
    --pcLineHeight16_25: calc(25 / 16);
    --pcLineHeight16_40: calc(40 / 16);
    --pcLineHeight17_27: calc(27 / 17);
    --pcLineHeight17_29: calc(29 / 17);
    --pcLineHeight18_29: calc(29 / 18);
    --pcLineHeight18_31: calc(31 / 18);
    --pcLineHeight18_36: calc(36 / 18);
    --pcLineHeight19_32: calc(32 / 19);
    --pcLineHeight19_36: calc(36 / 19);
	--pcLineHeight19_55: calc(55 / 19);
    --pcLineHeight19_38: calc(38 / 19);
    --pcLineHeight20_29: calc(29 / 20);
    --pcLineHeight20_30: calc(30 / 20);
    --pcLineHeight20_38: calc(38 / 20);
    --pcLineHeight20_39: calc(39 / 20);
    --pcLineHeight20_43: calc(43 / 20);
    --pcLineHeight21_39: calc(39 / 21);
    --pcLineHeight23_38: calc(38 / 23);
    --pcLineHeight27_39: calc(39 / 27);
    --pcLineHeight28_42: calc(42 / 28);
    --pcLineHeight30_51: calc(51 / 30);
    --pcLineHeight32_36: calc(36 / 32);
    --pcLineHeight33_45: calc(45 / 33);
	--pcLineHeight42_54: calc(54 / 42);
    --pcLineHeight47_78: calc(78 / 47);
    --pcLineHeight60_84: calc(84 / 60);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --pcLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --pcLetterSpacing12_150: 0.15em; /* font-size:12; letter-spacing:0.15em; */
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing17_50: 0.05em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing19_50: 0.05em;
    --pcLetterSpacing20_10: 0.01em;
    --pcLetterSpacing20_50: 0.05em;
    --pcLetterSpacing21_50: 0.05em;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing23_50: 0.05em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing25_50: 0.05em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing32_50: 0.05em;
    --pcLetterSpacing33_50: 0.05em;
    --pcLetterSpacing36_50: 0.05em;
	--pcLetterSpacing42_50: 0.05em;
    --pcLetterSpacing47_50: 0.05em;
    --pcLetterSpacing60_50: 0.05em;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize27: calc((27 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
	--spLineHeight10_18: calc(18 / 10);
    --spLineHeight10_20: calc(20 / 10);
    --spLineHeight10_30: calc(30 / 10);
    --spLineHeight11_18: calc(18 / 11);
    --spLineHeight11_19: calc(19 / 11);
    --spLineHeight12_18: calc(18 / 12);
    --spLineHeight12_22: calc(22 / 12);
    --spLineHeight12_25: calc(25 / 12);
    --spLineHeight14_21: calc(21 / 14);
    --spLineHeight15_21: calc(21 / 15);
	--spLineHeight15_25: calc(25 / 15);
    --spLineHeight16_25: calc(25 / 16);
    --spLineHeight17_25: calc(25 / 17);
    --spLineHeight20_30: calc(30 / 20);

    /* letter-spacing（SP） */
	--spLetterSpacing0: 0;
    --spLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --spLetterSpacing10_60: 0.06em;
    --spLetterSpacing11_50: 0.05em;
    --spLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --spLetterSpacing12_50: 0.05em;
    --spLetterSpacing12_150: 0.15em; /* font-size:12; letter-spacing:0.15em; */
    --spLetterSpacing13_50: 0.05em;
    --spLetterSpacing15_50: 0.05em;
    --spLetterSpacing16_50: 0.05em;
    --spLetterSpacing17_50: 0.05em;
    --spLetterSpacing22_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
    font-weight:500;
}
@media only screen and (max-width:1215px){
    body{
        min-width:0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:500;}
th{
    font-weight:500;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fSerif{font-family:'Noto Serif Japanese', serif;}
.fNotoSansJP{font-family: "Noto Sans JP", sans-serif;}
.fNSCaucasianAlbanian{font-family: "Noto Sans Caucasian Albanian", sans-serif;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:1215px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,.cursorPointer .brt:hover,
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.cursorPointer.brt,.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:1215px){
    .cursorPointer.brt:hover,.cursorPointer .brt:hover,
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:1215px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

a{color: inherit;text-decoration: none;}

/* container */
#container{
    overflow:hidden;
    max-width:1920px;
    width: 100%;
    margin:0 auto;
}
/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:1215px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1200{
    max-width: calc(100% - 10rem);
    width: 120rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1200 {
        max-width: none;
        width: 100%;
    }
    .wrapperSp{
        width: calc((335 / 375) * 100%);
        margin: 0 auto;
    }
    .wrapperSp355{
        width: calc((355 / 375) * 100%);
        margin: 0 auto;
    }
    .wrapperSp320{
        width: calc((320 / 375) * 100%);
        margin: 0 auto;
    }
    .wrapperSp315{
        width: calc((315 / 375) * 100%);
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    opacity: 0;
    transform: translate(0, 5rem);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
    transform: none;
    opacity: 1;
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    height: 7rem;
    background: var(--colorBgPnkz);
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
}
#pnkz .boxList{
    text-align: left;
    position: relative;
}
#pnkz li{
	display: inline;
    font-size: var(--pcFontSize19);
    letter-spacing: var(--pcLetterSpacing19_50);
}
#pnkz li::after{
	content: "/";
	margin: 0 0.5rem;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color: var(--textColor);
    text-decoration: none;
}
@media only screen and (max-width:1215px){
	#pnkz{
		letter-spacing: 0;
        margin-top: 1rem;
		padding: 1.2rem 0;
        order: 3;
	}
    .secDetailsTop_pnkz{
        order: 3;
	}
	#pnkz .boxList{
		white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
	}
	#pnkz li{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_1);
        line-height: var(--spLineHeight11_15);
	}
}

/*-----------------------------------------------
    herder
-----------------------------------------------*/
#header {
    height: 15rem;
    width: 100%;
    position: relative;
    z-index: 9998;
    background: var(--colorWhite);
}
#header .headerWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5rem;
}
#header .headerLogo{
    display: block;
    width: 42rem;
}
#header .headerRight{
    display: flex;
    align-items: center;
}
#header .headerRight .gNaviList{
    display: flex;
    align-items: center;
    gap: 5.5rem;
    margin-right: 4rem;
}
#header .headerRight .naviLink{
    font-size: var(--pcFontSize19);
    position: relative;
}
#header .headerRight .naviLink:hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background: var(--textColor);
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
#header .headerRight .boxlinkTel{
    margin-right: 6rem;
    position: relative;
    padding-left: 2.5rem;
}
#header .headerRight .boxlinkTel::before{
    content: '';
    background: url(../img/common/iconTel.png) center center / cover no-repeat;
    width: 2.1rem;
    height: 2.6rem;
    position: absolute;
    left: 0;
    top: 0;
}
#header .headerRight .linkTel{
    font-size: var(--pcFontSize29);
    position: relative;
}
#header .headerRight .naviLink::before{
    content: '';
}
#header .boxContact{
    width: 16.5rem;
    height: 15rem;
}
#header .boxContact .linkContact{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorWhite);
    font-size: var(--pcFontSize22);
    background: var(--textColor);
}
@media only screen and (max-width:1600px) {
    #header .headerRight .naviLink {
        font-size: var(--pcFontSize18);
    }
    #header .headerRight .gNaviList {
        gap: 4rem;
        margin-right: 4rem;
    }
    #header .headerRight .boxlinkTel {
        margin-right: 4rem;
    }
        #header .headerLogo{
        display: block;
        width: 36rem;
    }
}
@media only screen and (max-width:1215px) {
    #header {
        height: 6.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header .headerWrapper{
        padding-left: 0;
    }
    #header .logo .headerLogo {
        width: 17.2rem;
        display: block;
    }
    #header .headerRight .gNaviList {
        display: none;
    }
    #header .txtContactSp {
        width: 8.2rem;
        height: 2.5rem;
        border-radius: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--spFontSize10);
        color: var(--colorWhite);
        background: var(--keyColor);
    }
}

/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom {
    overflow: hidden;
}

.hoverZoom img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hoverZoom:hover img:not(.not_Zoom) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*-------------------------------------------
    btnNavi
-----------------------------------------------*/
@media only screen and (max-width:1215px) {
    .btnNavi {
        width: 2.3rem;
        height: 1.9rem;
        position: relative;
        z-index: 9999;
        margin-left: 1.5rem;
    }
    .btnNavi .naviCover {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        text-decoration: none;
        color: var(--keyColor);
        height: 100%;
        transition: all 0.5s;
        border-radius: 0.5rem;
    }

    .btnNavi .border {
        width: 2rem;
        height: 0.1rem;
        position: relative;
    }

    .btnNavi .border .inner,
    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        display: block;
        width: 2rem;
        height: 0.1rem;
        background: var(--keyColor);
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        transition: all 0.5s;
    }

   #btnNaviClose.is-close .border .inner {
        width: 0;
        height: 0;
    }

    .btnNavi .border .inner::before {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: 0.6rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .border .inner::after {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: -0.6rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .txt {
        margin-top: 1.2rem;
        font-size: var(--pcFontSize12);
        letter-spacing: var(--pcLetterSpacing12_100);
        font-weight: bold;
    }

    #btnNaviClose.is-close .naviCover {
        background: #191919;
        color: var(--textColor);
        border: solid 0.1rem var(--textColor);
    }

    #btnNaviClose.is-close .naviCover {
        border: none;
        box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
    }

    #btnNaviClose.is-close .border {
        width: 3.2rem;
        height: 1.3rem;
    }

   /* 初期状態：非表示 */
    #btnNaviClose {
        transform: translateX(100%);  /* 右に隠す */
        transition: transform 0.35s ease;
    }

    /* 閉じるボタン状態 */
    #btnNaviClose.is-close {
        transform: translateX(0);
        width: 2.9em;
        height: 3.6rem;
        position: fixed;
        top: 0;
        left: calc(0% - 3.5rem);
        z-index: 9999;
        margin-left: 0;
        background: #191919;
        opacity: 0.9;
    }
    #btnNaviClose.is-close .border .inner::before {
        transform: translateY(4rem) rotate(-45deg);
        top: -3.5rem;
        width: 2rem;
        height: 0.2rem;
        left: 0;
        background: var(--keyColor);
    }

    #btnNaviClose.is-close .border .inner::after {
        transform: translateY(1rem) rotate(44deg);
        bottom: 1.5rem;
        left: 0;
        width: 2rem;
        height: 0.2rem;
        /* border-radius: 0.7rem; */
        background: var(--keyColor);
    }
}

@media only screen and (max-width:370px) {  
    .btnNavi {
        width: 2rem;
    }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
@media only screen and (min-width: 1216px){
    #menu {
        display: none;
    }
}
@media only screen and (max-width:1215px) {
    #menu {
    position: fixed;              /* absolute → fixed（重要） */
    top: 0;
    right: 0;
    width: 73%;
    height: 100svh;
    background: var(--textColor);
    opacity: 0.9;
    z-index: 9999;
    transform: translateX(100%);  /* 右に隠す */
    transition: transform 0.35s ease;
    -webkit-overflow-scrolling: touch;
    display: block;
    /* overflow: hidden; */
    }
    #menu.is-open {
        transform: translateX(0);
    }
    #menu .flexBox{
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
    }
    #menu .boxLeft .txtAdd{
        margin-top: 3rem;
        color: var(--colorWhite);
        line-height: var(--pcLineHeight20_29);
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
     #menu .boxLeft .txtAdd.sub{
        margin-top: 0.6rem;
     }
    #menu .boxLeft .txtTel{
        margin-top: 1rem;
    }
    #menu .boxLeft .linkTel{
        color: var(--keyColor);
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing16_50);
        padding-left: 0.1rem;
        display: flex;
        align-items: center;
    }
    #menu .boxLeft .tekIcon{
        width: 1.7rem;
        height: auto;
        padding-right: rem;
        margin-right: 0.2rem;
    }
    #menu .boxLeft .itemInfo{
        display: flex;
        align-items: center;
        color: var(--colorWhite);
        line-height: var(--pcLineHeight20_29);
        gap: 0.2rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
    #menu .boxLeft .titInfo{
        width: auto;
        flex-shrink: 0;
    }
    #menu .boxRight .linkList{
        display: block;
        flex-wrap: wrap;
        align-items: center;
        gap: 2rem 0;
    }
    #menu .boxRight .linkItem{
        position: relative;
        display: block;
        width: 100%;
        color: var(--colorWhite);
        line-height: var(--pcLineHeight20_29);
        padding-left: 2rem;
        font-size: var(--spFontSize16);
        padding: 1rem 0 1.4rem;
        padding-left: 3rem;
    }
    #menu .boxRight .linkItem::before{
        content: '›';
        position: absolute;
        left: 0;
        color: var(--keyColor);
        top: calc(50% - 2.2rem);
        font-size: var(--spFontSize27);
    }
    #menu .boxRight .itemList {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    #menu .boxRight .itemList::before {
        content: "";
        position: absolute;
        top: -0.2rem;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(
            to right,
            var(--colorWhite),
            var(--colorWhite) 2px,
            transparent 3px,
            transparent 6px
        );
    }

    #menu .boxRight .itemList:nth-child(n+11){
        border-top: none;
    }
    #menu .boxRight .itemList:nth-child(n+10) .linkItem {
        padding-left: 0.4rem;
    }
    #menu .boxRight .itemList:nth-child(10) .linkItem {
        padding-top: 2.6rem;
        padding-bottom: 0.9rem;
    }
    #menu .boxRight .itemList:nth-child(n+11) .linkItem {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    #menu .boxRight .itemList:last-child{
        padding-bottom: 2rem;
    }
    #menu .boxRight .itemList:nth-child(n+10) .linkItem::before {
        content: '›';
        position: absolute;
        left: 0;
        color: var(--keyColor);
        top: calc(50% - 2.2rem);
        font-size: var(--spFontSize27);
        display: none;
    }
    #menu .boxRight .itemList:nth-child(n+11)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(
            to right,
            var(--colorWhite),
            var(--colorWhite) 2px,
            transparent 2px,
            transparent 6px
        );
        display: none;
    }
     #menu .boxRight .itemList:last-child::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(to right, var(--colorWhite), var(--colorWhite) 2px, transparent 3px, transparent 6px);
    }
    #menu .boxLeft .menuLogo{
        display: block;
        width: 23.3rem;
        margin: 0 auto;
    }
    #menu .boxLeft {
        flex-shrink: 0;
        width: 89.855%;
        margin: 0 auto;
    }
    #menu .boxLeft .listInfo {
        margin-top: 1rem;
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
    }
    #menu .wrapper{
        padding: 2.8rem 0 5rem;
    }
    #menu .menubtn {
        position: relative; /* ★基準 */
    }
    #menu .menuInner{
        position: relative;
        z-index: auto;
        overflow-y: auto;
        height: 100vh;
        height: 100svh;
    }
     #menu .menubtn #btnNaviClose.is-close {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-3.5rem); /* menu外に少し出す */
        z-index: 10;
        display: block;
        width: 2.9em;
        height: 3.6rem;
        background: #191919;
        opacity: 0.9;
    }
}

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

}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer {
    position: relative;
    z-index: 10;
    background: var(--textColor);
}
#footer .wrapper{
    padding: 12rem 0 12rem;
}
#footer .flexBox{
    display: flex;
    gap: 20rem;
    align-items: flex-end;
}
#footer .boxLeft{
    flex-shrink: 0;
}
#footer .boxLeft .txtAdd{
    margin-top: 3rem;
    font-size: var(--pcFontSize20);
    color: var(--colorWhite);
    line-height: var(--pcLineHeight20_29);
}
#footer .boxLeft .txtTel{
    margin-top: 1rem;
}
#footer .boxLeft .linkTel{
    font-size: var(--pcFontSize32);
    color: var(--keyColor);
}
#footer .boxLeft .listInfo{
    margin-top: 1rem;
}
#footer .boxLeft .itemInfo{
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: var(--pcFontSize20);
    color: var(--colorWhite);
    line-height: var(--pcLineHeight20_29);
}
#footer .boxLeft .titInfo{
    width: 8rem;
    flex-shrink: 0;
}
#footer .boxRight .linkList{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 2%;
}
#footer .boxRight .itemList{
    width: 49%;
}
#footer .boxRight .linkItem{
    padding-left: 2rem;
    position: relative;
    display: block;
    width: 100%;
    font-size: var(--pcFontSize20);
    color: var(--colorWhite);
    line-height: var(--pcLineHeight20_29);
}
#footer .boxRight .linkItem::before{
    content: '›';
    position: absolute;
    left: 0;
    top: calc(50% - 3rem);
    font-size: var(--pcFontSize40);
    color: var(--keyColor);
}
#footer .boxBottom{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colorWhite);
    height: 7rem;
}
#footer .boxBottom .txtCopy{
    font-size: var(--pcFontSize17);
    color: var(--textColor);
}

@media only screen and (max-width:1600px) {
    #footer .flexBox {
        gap: 10rem;
    }
}
@media only screen and (max-width:1215px) {
    #footer {
        padding-bottom: 4rem;
    }
    #footer .boxLeft .txtAdd{
        margin-top: 2rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
    #footer .boxRight .linkItem::before{
        top: calc(50% - 2.2rem);
        font-size: var(--spFontSize27);
        left: 0.3rem;
    }
    #footer .flexBox {
        gap: 3.5rem;
        flex-direction: column-reverse;
    }
    #footer .boxRight .linkItem {
        padding: 1rem 0 1rem 1.5rem;
        width: 100%;
        font-size: var(--spFontSize13);
    }
    #footer .boxRight .linkItem01 {
        padding: 2.6rem 0 0.8rem 1.5rem;
        width: 100%;
        display: block;
    }
    #footer .boxRight .itemList {
        width: 50%;
        position: relative;
    }
    #footer .itemList::before {
        content: "";
        position: absolute;
        top: -0.2rem;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(to right, var(--colorWhite), var(--colorWhite) 2px, transparent 3px, transparent 6px);
    }
    #footer .boxRight .itemList.lastItem {
        position: relative;
    }
    #footer .boxRight .itemList.lastItem::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(to right, var(--colorWhite), var(--colorWhite) 2px, transparent 3px, transparent 6px);
    }
    #footer .boxLeft .txtTel {
        margin-top: 0.8rem;
    }
    #footer .boxRight .linkList {
        gap: 0;
    }
    #footer .boxLeft .footerLogo{
        display: block;
        width: 24rem;
        margin: 0 auto;
    }
    #footer .boxLeft {
        flex-shrink: 0;
        width: 69.855%;
        margin: 0 auto;
    }
    #footer .boxLeft .linkTel {
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    #footer .boxLeft .itemInfo {
        gap: 1rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
    #footer .boxLeft .titInfo {
        width: auto;
    }
    #footer .boxLeft .listInfo {
        margin-top: 0.5rem;
        display: flex;
        gap: 1.5rem;
    }
    #footer .boxBottom{
        height: 4.2rem;
    }
    #footer .boxBottom .txtCopy{
        font-size: var(--spFontSize10);
    }
    #footer .wrapper{
        padding: 4rem 0 4rem;
    }
}

/*-----------------------------------------------
    cmnTitImg
-----------------------------------------------*/
.cmnTitImg{
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.cmnTitImg::before{
    content: '';
    position: absolute;
    width: 110%;
    height: 1.7rem;
    background: var(--colorTitBorder);
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media only screen and (max-width:1215px) {
    .cmnTitImg::before{
        width: 105%;
        height: 0.8rem;
        bottom: -0.4rem;
    }
}
/*-----------------------------------------------
    btnCmnDetails
-----------------------------------------------*/
.btnCmnDetails{
    width: 97rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorWhite);
    background: var(--keyColor);
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
    font-weight: bold;
    position: relative;
}
.btnCmnDetails::before{
    content: '›';
    position: absolute;
    right: 8.3rem;
    top: calc(50% - 2.3rem);
    font-size: var(--pcFontSize40);
    color: var(--colorWhite);
}

@media only screen and (max-width:1215px) {
    .btnCmnDetails{
        width: 100%;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        border-radius: 2rem;
    }
    .btnCmnDetails::before {
        right: 8.3rem;
        top: calc(50% - 1.1rem);
        font-size: var(--spFontSize20);
    }
}

/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi {
    position: fixed;
    top: 30rem;
    right: 0;
    width: 11rem;
    z-index: 999;
    transform: translateY(100%);
    opacity: 0;
    transition: .3s ease;
    pointer-events: none;
}

#fNavi.is-show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

#fNavi .naviList {
    display: flex;
    justify-content: space-between;
}
#fNavi .naviList.spNone {
    display: flex;
    flex-direction: column-reverse;
    gap:0.5rem;
}
#fNavi .naviList.spOnly {
    display: none;
}

#fNavi .naviItem {
    width: calc(50% - 0.05rem);
    color: var(--colorWhite);
    height: 4rem;
    background: var(--keyColor);
    border-radius: 0.5rem 0 0 0.5rem;
}
#fNavi .naviItem.itemTop {
    width: 100%;
    height: 11rem;
    font-size: var(--pcFontSize30);
}
#fNavi .naviItem.itemTel {
    width: 100%;
    height: 23rem;
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
    writing-mode: vertical-rl;
}
#fNavi .naviItem a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#fNavi .naviItem .naviTxt{
    position: relative;
}
#fNavi .naviItem.itemTop .naviTxt{
    position: relative;
    padding-top: 2rem;
}
#fNavi .itemTop.lazyloaded .naviTxt::before {
    content: '';
    position: absolute;
    left: calc(50% - 0.8rem);
    top: -0.5rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/iconFnavi01.png) center center / cover no-repeat;
}
#fNavi .itemContact{
    background: var(--keyColor);
    width: 100%;
    height: 11rem;
}
#fNavi .itemContact.lazyloaded .naviTxt::before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.6rem;
    width: 1.8rem;
    height: 2.4rem;
    background: url(../img/common/iconFnavi03.png) center center / cover no-repeat;
}

#fNavi .itemEvent {
    background-color: var(--colorbgBox02);
}
#fNavi .itemCatalog {
    background-color: var(--colorbgBox03);
}
#fNavi .naviTxt {
   
}
#fNavi .itemContact .naviTxt {
    padding-left: 2.5rem;
}
@media only screen and (max-width:1215px) {
    #fNavi {
        position: fixed;
        bottom: 0;
        top: unset;
        left: 0;
        right: unset;
        width: 100%;
        z-index: 999;
        transform: translateY(100%);
        opacity: 0;
        transition: .3s ease;
        pointer-events: none;
    }

    #fNavi.is-show {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    #fNavi .naviList {
        display: flex;
        justify-content: space-between;
        background: var(--textColor);
    }
    #fNavi .naviList.spNone {
        display: none;
    }
    #fNavi .naviList.spOnly {
        display: flex;
        flex-direction: row;
    }

    #fNavi .naviItem {
        width: calc(50% - 0.05rem);
        color: var(--colorWhite);
        height: 4rem;
        background: none;
        border-radius: 0;
    }
    #fNavi .naviItem.itemTel{
        width: calc(50% - 0.05rem);
        height: 4rem;
        writing-mode: unset;
    }
    #fNavi .naviItem.itemTop {
        width: calc(50% - 0.05rem);
        height: 4rem;
    }
    #fNavi .naviItem a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #fNavi .naviItem .naviTxt{
        position: relative;
    }
    #fNavi .itemTop.lazyloaded .naviTxt::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.1rem;
        width: 0.8rem;
        height: 0.8rem;
        background: url(../img/common/iconFnavi01.png) center center / cover no-repeat;
    }
    #fNavi .itemContact{
        background: var(--keyColor);
        height: 4rem;
    }
    #fNavi .itemContact.lazyloaded .naviTxt::before {
        content: '';
        position: absolute;
        left: 0;
        top: -0.6rem;
        width: 1.8rem;
        height: 2.4rem;
        background: url(../img/common/iconFnavi03.png) center center / cover no-repeat;
    }
    #fNavi .itemTel.lazyloaded .naviTxt::before {
        content: '';
        position: absolute;
        left: 0;
        top: -0.4rem;
        width: 1.5rem;
        height: 2rem;
        background: url(../img/common/iconFnavi02.png) center center / cover no-repeat;
    }
    #fNavi .itemEvent {
        background-color: var(--colorbgBox02);
    }
    #fNavi .itemCatalog {
        background-color: var(--colorbgBox03);
    }
    #fNavi .naviTxt {
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
        padding-left: 1.8rem;
        writing-mode: unset;
    }
    #fNavi .naviItem.itemTop .naviTxt {
        padding-top: 0;
    }
    #fNavi .itemContact .naviTxt {
        padding-left: 2.5rem;
    }
}