/*==============================
    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: #000;
    --keyColor: #0082cb;
    --keyColor2: #0c1656;
    --keyColor3: #2a5298;
    --keyColor4: #edfaff;
    --keyGradientColor: linear-gradient(to bottom right, #6f86d6, #48c6ef);
    --keyGradientColor2: linear-gradient(to bottom, #2a5298, #1e3c72);
    --keyGradientColor3: linear-gradient(150deg, #6f86d6 0%, #6f86d6 40%, #48c6ef 60%, #48c6ef 100%);
    --keyGradientColor4: linear-gradient(to right, #6f86d6 0%, #6f86d6 40%, #48c6ef 60%, #48c6ef 100%);
    --borderColor: #e1e1e1;
    --borderColor2: #282828;
    --borderColor3: #757575;
    --shadowColor: rgba(0, 0, 0, 0.2);
    --shadowColor2: rgba(0, 0, 0, 0.05);
    --Colorwhite:#fff;
    --ColorYellow: #ede22d;
    --ColorRed: #ff0d40;
    --ColorGray: #f9f9f9;
    --DetailspagerColor:#ccc;
    --formActiveColor:#2ca6e0;
    --iconForm01:#dc0101;
    --iconForm02:#055c64;
    --linkColor: #006699;
    --pnkzBackColor: #f8f8f8;
    --checkBoxColor: #adadad;
    --zipColor: #1a1a1a;
    --formBorderColor:#e1e1e1;
    --formInputMust:#fff8f8;
    --placeholderColor: #848484;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcLetterSpacing10_50: 0.05em;

    --pcFontSize11: 1.1rem;
    --pcLetterSpacing11_50: 0.05em;

    --pcFontSize12: 1.2rem;
    --pcLineHeight12_22: calc(22/12);
    --pcLineHeight12_24: calc(24/12);
    --pcLetterSpacing12_100: 0.1em;

    --pcFontSize13: 1.3rem;
    --pcLineHeight13_27: calc(27/13);
    --pcLetterSpacing13_100: 0.1em;

    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcLineHeight15_28: calc(28/15);
    --pcLetterSpacing15_100: 0.1em;

    --pcFontSize16: 1.6rem;
    --pcLineHeight16_30: calc(30/16);

    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcLineHeight18_27: calc(27/18);
    --pcLineHeight18_36: calc(36/18);
    --pcLineHeight18_46: calc(46/18);
    --pcLetterSpacing18_80: 0.08em;
    --pcLetterSpacing18_150: 0.15em;

    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcLetterSpacing20_80: 0.08em;

    --pcFontSize21: 2.1rem;
    --pcLineHeight21_36: calc(36/21);
    --pcLineHeight21_40: calc(40/21);
    --pcLetterSpacing21_80: 0.08em;

    --pcFontSize22: 2.2rem;
    --pcFontSize24: 2.4rem;
    --pcLineHeight24_41: calc(41/24);
    --pcLetterSpacing24_80: 0.08em;

    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcLetterSpacing28_80: 0.08em;

    --pcFontSize30: 3rem;
    --pcLetterSpacing30_100: 0.1em;

    --pcFontSize32: 3.2rem;
    --pcLetterSpacing32_80: 0.08em;

    --pcFontSize34: 3.4rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcLetterSpacing40_150: 0.15em;

    --pcFontSize42: 4.2rem;
    --pcFontSize50: 5rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spLineHeight10_15: calc(15 / 10);
    --spLetterSpacing10_50: 0.05em;

    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spLineHeight11_20: calc(20 / 11);
    --spLetterSpacing11_50: 0.05em;

    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spLineHeight12_22: calc(22 / 12);
    --spLetterSpacing12_50: 0.05em;

    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spLineHeight13_24: calc(24 / 13);
    --spLineHeight13_26: calc(26 / 13);
    --spLetterSpacing13_100: 0.1em;

    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spLineHeight14_30: calc(30 / 14);
    --spLetterSpacing14_50: 0.05em;

    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spLineHeight16_28: calc(28 / 16);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight16_32: calc(32 / 16);
    --spLetterSpacing16_50: 0.05em;

    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spLineHeight18_28: calc(28 / 18);
    --spLineHeight18_30: calc(30 / 18);
    --spLineHeight18_34: calc(34 / 18);
    --spLetterSpacing18_50: 0.05em;
    --spLetterSpacing18_80: 0.08em;

    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spLetterSpacing22_100: 0.1em;

    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spLineHeight24_36: calc(36 / 24);
    --spLetterSpacing24_100: 0.1em;

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

/*==============================
    基本設定
==============================*/
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:140rem;
}
@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;}

/*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
-----------------------------------------------*/
.wrapper1080{
    width: 108rem;
    margin: 0 auto;
}
.wrapper1320{
    width: 132rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1080,
    .wrapper1320{
        width: 100%;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
	}
    .wrapper335{
        width: 89.34%;
        margin: 0 auto;
	}
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    width: 100%;
    z-index: 10;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    min-width: 140rem;
    transition: all 0.2s ease-out;
}
#header .wrapper{
    height: 8.6rem;
    width: 100%;
    padding: 0 0 0 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Colorwhite);
}
.ok #header{
    position: relative;
}
.ok #header.scroll{
    background: unset;
}
#header.none{
    top: -12rem;
}
.ok #header.none{
    top: 0;
    position: relative;
}
#header .rightBox{
    display: flex;
    align-items: center;
}
#header .rightBox .boxList{
    display: flex;
    align-items: center;
}
#header .rightBox .item{
    padding: 0 2.5rem;
    position: relative;
}
#header .rightBox .item:first-child{
    padding-left: 0;
}
#header .rightBox .item:last-child{
    padding-right: 0;
}
#header .rightBox .item::after{
    content: "";
    width: 0.1rem;
    height: 1.5rem;
    background: var(--keyColor2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header .rightBox .item:last-child::after{
    display: none;
}
#header .rightBox .txtLink{
    font-size: var(--pcFontSize17);
    color: var(--keyColor2);
    text-decoration: none;
    font-weight: bold;
}
#header .rightBox .boxFlexBtn{
    display: flex;
    gap: 0.1rem;
    margin-left: 3rem;
}
#header .rightBox .btnReserveIn{
    width: 22rem;
    height: 8.5rem;
    background: url(../img/common/bgBtn01.png) center top / cover;
    font-size: var(--pcFontSize16);
    color: var(--Colorwhite);
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 4rem;
}
#header .rightBox .btnReserveIn2{
    background: url(../img/common/bgBtn02.png) center top / cover;
}
#header .rightBox .btnReserveIn .btnIn{
    position: relative;
}
#header .rightBox .btnReserveIn .btnIn::after{
    content: "";
    width: 2.8rem;
    height: 2.1rem;
    background: url(../img/common/iconBtnForm01.png) center top / cover;
    position: absolute;
    top: 50%;
    left: -3.5rem;
    transform: translateY(-50%);
}
#header .rightBox .btnReserveIn2 .btnIn::after{
    width: 2rem;
    height: 2.5rem;
    background: url(../img/common/iconBtnForm02.png) center top / cover;
    left: -3.5rem;
}
@media only screen and (max-width:1600px){
    #header .rightBox .txtLink{
        font-size: var(--pcFontSize16);
    }
    #header .rightBox .boxFlexBtn{
        margin-left: 2.5rem;
    }
    #header .rightBox .btnReserveIn{
        width: 20rem;
    }
}
@media only screen and (max-width:1500px){
    #header .rightBox .txtLink{
        font-size: var(--pcFontSize14);
    }
    #header .rightBox .boxFlexBtn{
        margin-left: 2rem;
    }
    #header .rightBox .btnReserveIn{
        width: 18rem;
    }
}
@media only screen and (max-width:1215px){
    #header{
        min-width: unset;
    }
    #header .wrapper{
        height: 6rem;
        padding: 0 0 0 1rem;
    }
    #header.none{
        top: -6rem;
    }
    .ok #header.none{
        top: 0;
    }
    #header .headLogo{
        width: 16.9rem;
    }
    #header .rightBox .boxList{
        display: none;
    }
    #header .rightBox .boxFlexBtn{
        display: none;
    }
}
@media only screen and (max-width: 330px){
    #header .headLogo{
        width: 150px;
    }
}

/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
#btnNavi{
    display: none;
}
@media only screen and (max-width:1215px){
    #btnNavi {
        display: block;
        width: 4rem;
        margin: 0 0 0 auto;
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 9999;
        background: var(--keyColor2);
    }
    #btnNavi.none{
        top: -70px;
    }
    #btnNavi .naviCover{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-decoration: none;
        width: 100%;
        height: 4rem;
        color: var(--Colorwhite);
    }
    #btnNavi .border{
        width: 1.6rem;
        height: 1.5rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnNavi .border .inner::before,
    #btnNavi .border .inner::after{
        display: block;
        width: 1.6rem;
        height: 1px;
        background: var(--Colorwhite);
        left: 0;
        right: 0;
        margin: auto;
    }
    #btnNavi .border .inner{
        width: 1.6rem;
        height: 1px;
        background: var(--Colorwhite);
    }
    #btnNavi .border .inner::before{
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: 0;
        left:0;
        right:0;
        margin: auto;
    }
    #btnNavi .border .inner::after{
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        bottom: 0;
        left:0;
        right:0;
        margin: auto;
    }
    #btnNavi.naviOpen .border{
        width: 1.6rem;
        height: 0.6rem;
    }
    #btnNavi.naviOpen .border .inner{
        width: 0;
        height: 0;
    }
    #btnNavi.naviOpen .border .inner::before{
        transform: translateY(5rem) rotate(-45deg);
        top: -4.7rem;
        width: 1.6rem;
        height: 1px;
        background: var(--Colorwhite);
    }
    #btnNavi.naviOpen .border .inner::after{
        transform: translateY(0.5rem) rotate(45deg);
        bottom: 0.7rem;
        width: 1.6rem;
        height: 1px;
        background: var(--Colorwhite);
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    background: var(--keyColor2);
    padding: 8.6rem 0 5.7rem;
    color: var(--Colorwhite);
    text-align: center;
}
#footer .txtAddress{
    font-size: var(--pcFontSize16);
    margin-top: 2.2rem;
}
#footer .boxLink{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3.6rem;
}
#footer .btnSNSLink{
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: var(--Colorwhite);
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .txtCompany{
    width: 32.5rem;
    height: 5rem;
    border: 1px solid var(--Colorwhite);
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_100);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.5rem auto 0;
}
#footer .txtTel{
    display: block;
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_100);
    margin-top: 2.1rem;
}
#footer .txtTelBottom{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_100);
    margin-top: 2.6rem;
    margin-bottom: 5.4rem;
}
#footer .txtCopyright{
    font-size: var(--pcFontSize11);
    letter-spacing: var(--pcLetterSpacing11_50);
    display: block;
}
@media only screen and (max-width:1215px){
    #footer{
        background: var(--keyColor2);
        padding: 5rem 0 5.7rem;
        color: var(--Colorwhite);
        text-align: center;
    }
    #footer .headLogo{
        display: block;
        width: 20rem;
        margin: 0 auto;
    }
    #footer .txtAddress{
        font-size: var(--spFontSize13);
        margin-top: 2.5rem;
    }
    #footer .boxLink{
        gap: 2rem;
        margin-top: 3rem;
    }
    #footer .btnSNSLink{
        width: 5rem;
        height: 5rem;
    }
    #footer .btnSNSLink img{
        width: 2.6rem;
    }
    #footer .txtCompany{
        width: 30.5rem;
        max-width: 100%;
        height: 4rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_100);
        margin: 3rem auto 0;
    }
    #footer .txtTel{
        display: block;
        font-size: var(--spFontSize24);
        letter-spacing: var(--pcLetterSpacing24_100);
        margin-top: 2rem;
    }
    #footer .txtTelBottom{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
        margin-top: 1.2rem;
        margin-bottom: 4rem;
    }
    #footer .txtCopyright{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
    }
}
/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: none;
}
@media only screen and (max-width:1215px){
    #menu{
        position: relative;
        background: var(--Colorwhite);
        z-index: 9998;
        padding: 1.5rem 1rem 5rem;
        min-height: 100vh;
    }
    #menu .headLogo{
        width: 16.9rem;
    }
    #menu .boxList{
        margin-top: 3rem;
    }
    #menu .item{
        border-bottom: 1px dotted var(--borderColor3);
        position: relative;
        text-align: center;
    }
    #menu .item:last-child{
        border-bottom: none;
    }
    #menu .txtLink{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_34);
        color: var(--keyColor2);
        font-weight: bold;
        text-decoration: none;
        display: block;
        padding: 2.5rem 2rem;
    }
    #menu .boxFlexBtn{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 3rem;
    }
    #menu .btnReserveIn{
        width: 29.5rem;
        height: 5.5rem;
        background: url(../img/common/bgBtn01.png) center top / cover;
        border-radius: 27.5rem;
        font-size: var(--spFontSize14);
        color: var(--Colorwhite);
        font-weight: bold;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-left: 3rem;
        margin: 0 auto;
    }
    #menu .btnReserveIn2{
        background: url(../img/common/bgBtn02.png) center top / cover;
    }
    #menu .btnReserveIn .btnIn{
        position: relative;
    }
    #menu .btnReserveIn .btnIn::after{
        content: "";
        width: 2.2rem;
        height: 1.6rem;
        background: url(../img/common/iconBtnForm01.png) center top / cover;
        position: absolute;
        top: 50%;
        left: -3.1rem;
        transform: translateY(-50%);
    }
    #menu .btnReserveIn2 .btnIn::after{
        width: 1.6rem;
        height: 2rem;
        background: url(../img/common/iconBtnForm02.png) center top / cover;
        left: -3rem;
    }
    #menu .boxLink{
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-top: 4rem;
    }
    #menu .btnSNSLink{
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background: var(--Colorwhite);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0.5rem var(--shadowColor);
    }
    #menu .btnSNSLink img{
        width: 2.6rem;
    }
}

/* btnTopLink */
.btnTopLink{
    width: 6rem;
    height: 6rem;
    background: var(--Colorwhite);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 4.5rem;
    right: 4.7rem;
    box-shadow: 0 0 0.3rem var(--keyColor2);
    z-index: 1000;
}
@media only screen and (max-width:1215px){
    .btnTopLink{
        width: 4rem;
        height: 4rem;
        bottom: 2rem;
        right: 2rem;
    }
    .btnTopLink img{
        width: 1.4rem;
    }
}

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