@charset "utf-8";

/*==============================
    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: #333;
    --keyColor: #3e9e92;
    --keyColor2: #e8f6f4;
    --btnColor: #e0efed;
    --btnColor2: #b6ebe4;
    --boxColor: rgba(51, 51, 51, 0.55);
    --colorWhite: #fff;
    --colorGray: #f7f7f7;
    --bgColor: rgba(110, 198, 187, 0.1);

    /* フォントサイズ（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;
    --pcFontSize22: 2.2rem;
    --pcFontSize23: 2.3rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize42: 4.2rem;
    --pcFontSize44: 4.4rem;
    --pcFontSize48: 4.8rem;
    --pcFontSize50: 5rem;
    --pcFontSize55: 5.5rem;
    --pcFontSize56: 5.6rem;
    --pcFontSize60: 6rem;
    --pcFontSize65: 6.5rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight11_20: calc(20 / 11); 
    --pcLineHeight12_18: calc(18 / 12);
    --pcLineHeight12_22: calc(22 / 12);
    --pcLineHeight12_24: calc(24 / 12);
    --pcLineHeight13_26: calc(26 / 13);
    --pcLineHeight14_20: calc(20 / 14);
    --pcLineHeight14_21: calc(21 / 14);
    --pcLineHeight14_28: calc(28 / 14);
    --pcLineHeight15_30: calc(30 / 15);
    --pcLineHeight15_36: calc(36 / 15);
    --pcLineHeight16_26: calc(26 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_32: calc(32 / 16);
    --pcLineHeight16_40: calc(40 / 16);
    --pcLineHeight18_30: calc(30 / 18);
    --pcLineHeight18_36: calc(36 / 18);
    --pcLineHeight20_30: calc(30 / 20);
    --pcLineHeight20_33: calc(33 / 20);
    --pcLineHeight20_40: calc(40 / 20);
    --pcLineHeight22_30: calc(30 / 22);
    --pcLineHeight22_36: calc(36 / 22);
    --pcLineHeight22_40: calc(40 / 22);
    --pcLineHeight22_45: calc(45 / 22);
    --pcLineHeight24_36: calc(36 / 24);
    --pcLineHeight24_45: calc(45 / 24);
    --pcLineHeight28_42: calc(42 / 28);
    --pcLineHeight30_45: calc(45 / 30);
    --pcLineHeight30_60: calc(60 / 30);
    --pcLineHeight34_50: calc(50 / 34);
    --pcLineHeight35_55: calc(55 / 35);
    --pcLineHeight36_54: calc(54 / 36);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em; 
    --pcLetterSpacing10_200: 0.2em; 
    --pcLetterSpacing11_100: 0.1em;
    --pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing12_80: 0.08em; 
    --pcLetterSpacing12_100: 0.1rem; 
    --pcLetterSpacing12_150: 0.15rem;
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing13_100: 0.1rem; 
    --pcLetterSpacing13_200: 0.2rem;
    --pcLetterSpacing14_80: 0.08rem; 
    --pcLetterSpacing14_100: 0.1rem; 
    --pcLetterSpacing14_200: 0.2rem;
    --pcLetterSpacing15_50: 0.05em; 
    --pcLetterSpacing15_100: 0.1rem; 
    --pcLetterSpacing15_200: 0.2rem; 
    --pcLetterSpacing15_400: 0.4rem;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_80: 0.08em;
    --pcLetterSpacing16_100: 0.1rem; 
    --pcLetterSpacing18_50: 0.05em; 
    --pcLetterSpacing18_100: 0.1rem; 
    --pcLetterSpacing20_50: 0.05rem;
    --pcLetterSpacing20_80: 0.08em; 
    --pcLetterSpacing20_100: 0.1rem; 
    --pcLetterSpacing20_300: 0.3rem;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing22_80: 0.08em;
    --pcLetterSpacing22_100: 0.1rem; 
    --pcLetterSpacing22_300: 0.3rem;
    --pcLetterSpacing23_50: 0.05em;
    --pcLetterSpacing24_50: 0.05em; 
    --pcLetterSpacing24_200: 0.2rem;
    --pcLetterSpacing25_100: 0.1rem;
    --pcLetterSpacing26_50: 0.05rem;
    --pcLetterSpacing26_80: 0.08rem; 
    --pcLetterSpacing26_100: 0.1rem;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing28_100: 0.1em; 
    --pcLetterSpacing28_200: 0.2rem;
    --pcLetterSpacing28_300: 0.3rem;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing30_80: 0.08em; 
    --pcLetterSpacing30_100: 0.1rem;
    --pcLetterSpacing32_100: 0.1em;
    --pcLetterSpacing32_200: 0.2rem; 
    --pcLetterSpacing32_500: 0.5rem;
    --pcLetterSpacing34_50: 0.05em;
    --pcLetterSpacing34_100: 0.1rem; 
    --pcLetterSpacing34_200: 0.2rem;
    --pcLetterSpacing35_50: 0.05em;
    --pcLetterSpacing36_80: 0.08rem;
    --pcLetterSpacing36_100: 0.1rem; 
    --pcLetterSpacing40_100: 0.1rem;
    --pcLetterSpacing42_100: 0.1rem;  
    --pcLetterSpacing40_200: 0.2rem; 
    --pcLetterSpacing42_300: 0.3rem;
    --pcLetterSpacing48_50: 0.05em;
    --pcLetterSpacing50_50: 0.05em;
    --pcLetterSpacing50_100: 0.1em;
    --pcLetterSpacing55_60: 0.06em;
    --pcLetterSpacing56_100: 0.1em;
    --pcLetterSpacing60_100: 0.1em;
    --pcLetterSpacing80_50: 0.05em;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((12 / 375) * var(--widthBase));
    --spFontSize11: calc((13 / 375) * var(--widthBase));
    --spFontSize12: calc((14 / 375) * var(--widthBase));
    --spFontSize13: calc((15 / 375) * var(--widthBase));
    --spFontSize14: calc((16 / 375) * var(--widthBase));
    --spFontSize15: calc((17 / 375) * var(--widthBase));
    --spFontSize16: calc((17 / 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));
    --spFontSize21: calc((21 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize23: calc((23 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize25: calc((25 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 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); 
    --spLineHeight10_18: calc(18 / 10); 
    --spLineHeight10_20: calc(20 / 10); 
    --spLineHeight11_16: calc(16 / 11); 
    --spLineHeight11_165: calc(16.5 / 11); 
    --spLineHeight11_20: calc(20 / 11); 
    --spLineHeight11_22: calc(22 / 11); 
    --spLineHeight11_25: calc(25 / 11);
    --spLineHeight12_15: calc(15 / 12); 
    --spLineHeight12_18: calc(18 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_22: calc(22 / 12);  
    --spLineHeight12_24: calc(24 / 12); 
    --spLineHeight12_26: calc(26 / 12);
    --spLineHeight12_28: calc(28 / 12); 
    --spLineHeight12_30: calc(30 / 12);
    --spLineHeight13_18: calc(18 / 13); 
    --spLineHeight13_195: calc(19.5 / 13); 
    --spLineHeight13_20: calc(20 / 13);
    --spLineHeight13_22: calc(22 / 13); 
    --spLineHeight13_169: calc(22 / 13);
    --spLineHeight13_24: calc(24 / 13);
    --spLineHeight14_24: calc(24 / 14); 
    --spLineHeight14_26: calc(26 / 14); 
    --spLineHeight14_30: calc(30 / 14); 
    --spLineHeight15_225: calc(22.5 / 15);
    --spLineHeight15_24: calc(24 / 15); 
    --spLineHeight15_26: calc(26 / 15); 
    --spLineHeight15_27: calc(27 / 15);
    --spLineHeight15_28: calc(28 / 15);
    --spLineHeight15_30: calc(30 / 15);  
    --spLineHeight15_40: calc(40 / 15); 
    --spLineHeight15_45: calc(45 / 15);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight16_25: calc(25 / 16);  
    --spLineHeight16_26: calc(26 / 16); 
    --spLineHeight16_27: calc(27 / 16); 
    --spLineHeight16_28: calc(28 / 16);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight18_22: calc(22 / 18);
    --spLineHeight18_30: calc(30 / 18);
    --spLineHeight18_32: calc(32 / 18);
    --spLineHeight18_34: calc(34 / 18); 
    --spLineHeight18_40: calc(40 / 18);
    --spLineHeight18_45: calc(45 / 18);
    --spLineHeight20_30: calc(30 / 20);  
    --spLineHeight21_40: calc(40 / 21);

    /* letter-spacing（SP） */
    --spLetterSpacing0: 0; 
    --spLetterSpacing10_50: 0.05em; 
    --spLetterSpacing10_100: 0.1em; 
    --spLetterSpacing11_50: 0.05em; 
    --spLetterSpacing11_100: 0.1em; 
    --spLetterSpacing11_150: 0.15em;
    --spLetterSpacing12_50: 0.05em; 
    --spLetterSpacing12_100: 0.1rem; 
    --spLetterSpacing12_150: 0.15rem;
    --spLetterSpacing13_50: 0.05em;
    --spLetterSpacing13_80: 0.08em;  
    --spLetterSpacing13_100: 0.1rem; 
    --spLetterSpacing13_200: 0.2rem;
    --spLetterSpacing14_50: 0.05em; 
    --spLetterSpacing14_100: 0.1rem;
    --spLetterSpacing15_50: 0.05em; 
    --spLetterSpacing15_100: 0.1rem; 
    --spLetterSpacing15_200: 0.2rem;
    --spLetterSpacing16_50: 0.05rem;
    --spLetterSpacing16_80: 0.08rem; 
    --spLetterSpacing16_100: 0.1rem;
    --spLetterSpacing18_50: 0.05rem;
    --spLetterSpacing18_100: 0.1rem;  
    --spLetterSpacing18_200: 0.2rem;
    --spLetterSpacing20_50: 0.05rem;
    --spLetterSpacing21_100: 0.1rem;
    --spLetterSpacing22_100: 0.1rem; 
    --spLetterSpacing21_150: 0.15rem;
    --spLetterSpacing23_50: 0.05em;
    --spLetterSpacing24_50: 0.05em;
    --spLetterSpacing25_50: 0.05em;
    --spLetterSpacing25_60: 0.06em;
    --spLetterSpacing26_400: 0.4rem;
    --spLetterSpacing28_100: 0.1rem; 
    --spLetterSpacing30_50: 0.05em; 
    --spLetterSpacing30_200: 0.2rem; 
    --spLetterSpacing34_200: 0.2rem;
    --spLetterSpacing50_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;
}
@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:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fSerif{font-family:'Noto Serif Japanese', serif;}
.fShippori{font-family: "Shippori Mincho", serif;}
.fOpenSans{font-family: "Open Sans", 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
-----------------------------------------------*/
.wrapper1450{
    max-width: 145rem;
    margin: 0 auto;
    width: calc(100% - 100px);
}
.wrapper1215{
    max-width: 121.5rem;
    margin: 0 auto;
    width: calc(100% - 100px);
}
.wrapper800{
    max-width: 80rem;
    margin: 0 auto;
    width: calc(100% - 100px);
}
@media only screen and (max-width:1215px){
    .wrapper1450,
    .wrapper1215,
    .wrapper800{
        width: 100%;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
    .wrapperSp327{
        width: 87.2%;
        margin: 0 auto;
    }
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    opacity: 0;
    transform: translate(0px, 50px);
    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;
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #fff;
    color: #fff;
    transition: all 0.2s ease-out;
}
#header .wrapper{
    height: 8.7rem;
    display: flex;
    justify-content: space-between;
}
#header .boxLeft{
    display: flex;
    align-items: center;
}
#header .logo{
    margin-top: -1.5rem;
    margin-right: 2.2rem;
}
#header .txtLogoSub{
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_300);
    color: var(--keyColor);
}
#header .boxRight{
    display: flex;
    align-items: center;
}
#header .boxRight .boxLInk{
    display: flex;
    align-items: center;
}
#header .boxRight .item{
    height: 2.2rem;
    position: relative;
    display: flex;
    align-items: center;
}
#header .boxRight .item::after{
    content: "";
    width: 0.1rem;
    height: 2.2rem;
    background: var(--keyColor);
    position: absolute;
    top: 0;
    right: 0;
}
#header .boxRight .item:last-child::after{
    display: none;
}
#header .boxRight .txtLink{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
    color: var(--textColor);
    text-decoration: none;
    padding: 0 2rem;
    -webkit-transition: .3s;
    transition: .3s;
    will-change: transform, animation, position;
}
#header .boxRight .txtLink:hover{
    transform: scale(1.05); 
}
@media only screen and (max-width:1400px){
    #header .boxRight .txtLink{
        font-size: var(--pcFontSize14);
        letter-spacing: var(--pcLetterSpacing14_50);
        padding: 0 1.5rem;
    }
}
@media only screen and (max-width:1215px){
    #header .wrapper{
        height: 4.5rem;
        position: relative;
    }
    #header .boxLeft{
        padding-left: 1.4rem;
        padding-top: 0.4rem;
    }
    #header .logo{
        width: 11.1rem;
        margin-top: -0.5rem;
        margin-right: 1.2rem;
    }
    #header .txtLogoSub{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_150);
    }
    #header .boxRight{
        display: none;
    }
}

/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
#btnNavi{
    display: none;
}
@media only screen and (max-width:1215px){
    #btnNavi {
        display: block;
        width: 1.6rem;
        margin: 0 0 0 auto;
        position: fixed;
        top: -0.2rem;
        right: 1.4rem;
        z-index: 9999;
    }
    #btnNavi a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-decoration: none;
        width: 100%;
        height: 5rem;
        color: var(--colorWhite);
    }
    #btnNavi .border {
        width: 1.6rem;
        height: 2rem;
        position: relative;
        padding-top: 0.9rem;
    }
    #btnNavi .border .inner,
    #btnNavi .border .inner::before,
    #btnNavi .border .inner::after {
        display: block;
        width: 1.6rem;
        height: 0.2rem;
        background: var(--keyColor);
    }
    #btnNavi .border .inner::before,
    #btnNavi .border .inner::after {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
    }
    #btnNavi .border .inner::before {
        top: 0.1rem;
    }
    #btnNavi .border .inner::after {
        bottom: 0.1rem;
    }
    #btnNavi.naviOpen .border .inner {
        width: 0;
        height: 0;
    }
    #btnNavi.naviOpen .border .inner::before {
        transform: translateY(8px) rotate(-45deg);
    }
    #btnNavi.naviOpen .border .inner::after {
        transform: translateY(-8px) rotate(45deg);
    }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: none;
}
@media only screen and (max-width:1215px){
    #menu{
        position: relative;
        height: 100vh;
        background: rgba(25,25,25,0.8);
        background: url(../img/common/bgMenu.jpg) center top / cover;
        z-index: 9998;
        text-align: center;
        padding: 9.3rem 0 3.4rem;
    }
    #menu .boxLInk .item{
        margin-bottom: 4rem;
    }
    #menu .boxLInk .item:last-child{
        margin-bottom: 0;
    }
    #menu .boxLInk .txtLink{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-top: 3.9rem;
    }
    #menu .btnReserve{
        width: 100%;
        height: 7.5rem;
        background: var(--btnColor2);
        border-radius: 3.75rem;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 5rem auto 1.1rem;
        padding-left: 1.5rem;
    }
    #menu .btnReserve::after{
        content: "";
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        border-top: 0.2rem solid var(--textColor);
        border-right: 0.2rem solid var(--textColor);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 3.9rem;
    }
    #menu .iconFree{
        width: 5.9rem;
        height: 5.9rem;
        border-radius: 50%;
        background: var(--colorWhite);
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        color: var(--keyColor);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.9rem;
    }
    #menu .boxContact{
        text-align: center;
        width: 100%;
        border-radius: 5.45rem;
        background: var(--colorWhite);
        padding: 1.1rem 0 1.2rem;
        margin-top: 1.5rem;
    }
    #menu .txtTel{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        color: var(--keyColor);
    }
    #menu .txtTelNum{
        font-size: var(--spFontSize25);
        letter-spacing: var(--spLetterSpacing25_50);
        color: var(--keyColor);
        position: relative;
        display: inline-block;
        margin-top: 0.5rem;
        padding-left: 2.5rem;
    }
    #menu .txtTelNum::after{
        content: "";
        width: 1.9rem;
        height: 2rem;
        position: absolute;
        top: 0.3rem;
        left: 0;
    }
    #menu .txtTelNum.lazyloaded::after{
        background: url(../img/common/iconTel.png) center top / cover;
    }
    #menu .txtDate{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight11_16);
        letter-spacing: var(--pcLetterSpacing16_50);
        margin-top: 0.5rem;
    }
    #menu .txtBottom{
        font-size: var(--spFontSize12);
        letter-spacing: var(--pcLetterSpacing12_50);
        text-align: center;
        margin-top: 1.2rem;
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    text-align: center;
}
#footer .bgFooter{
    background: var(--colorGray);
    padding: 4rem 0 3.9rem;
}
#footer .txtName{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    margin-top: 3.9rem;
}
#footer .txtAddress{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 1.9rem;
}
#footer .txtCopyright{
    height: 8rem;
    background: var(--keyColor);
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:1215px){
    #footer{
        padding-bottom: 5.8rem;
        background: var(--colorWhite);
    }
    #footer .bgFooter{
        padding: 2rem 0 2.2rem;
    }
    #footer .boxImg{
        width: 17.4rem;
        margin: 0 auto;
    }
    #footer .txtName{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-top: 2rem;
    }
    #footer .txtAddress{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 0.5rem;
    }
    #footer .txtCopyright{
        height: 5.3rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing11_50);
    }
}

/*-----------------------------------------------
    secBnr
-----------------------------------------------*/
.secBnr .boxBnr{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    margin: auto 0;
    height: 61.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.secBnr .boxBnr a{
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    will-change: transform, animation, position;
}
.secBnr .boxBnr a:hover{
    transform: scale(1.05); 
}
@media only screen and (max-width:1215px){
    .secBnr .boxBnr{
        top: auto;
        bottom: -6rem;
        width: 100%;
        height: 5.8rem;
        max-width: 40rem;
        max-height: 5.8rem;
        background: var(--colorWhite);
        border-top: 0.1px solid var(--colorWhite);
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #secBnr.active .boxBnr{
        bottom: 0;
    }
    .secBnr .boxBnr a{
        width: calc((100% - 0.1rem) / 2);
    }
}