@charset "utf-8";

@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format('opentype');
}
@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');
}

/*==============================
    基本設定
==============================*/
body{
    color:#222222;
    font-size:12px;
    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:1400px;
}
@media only screen and (max-width:767px){
    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;}
.fOswald{ font-family: "Oswald", 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:767px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover,.cursorPointer.brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt,
.brt.cursorPointer{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:767px){
    .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:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

/* container */
#container{
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    #container{
        max-width: none;
    }
}
/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .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
-----------------------------------------------*/
.wrapper1280{
    width: 1280px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
    .wrapper1280{
        width: 100%;
        margin: 0 auto;
        max-width: none;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
        max-width: none;
    }
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
    position: relative;
}
#header .leftBox{
    position: absolute;
    top: 28px;
    left: 320px;
}
.isDesktopIpad #header .siteTxt{
    font-size: 10px;
    margin-left: 15px;
}
#header .wrapper.co,
#header .wrapper.ok{
    height: 140px;
    background: #ebecea;
}
#header .wrapper.co .leftBox,
#header .wrapper.ok .leftBox{
    position: absolute;
    top: 20px;
    left: 20px;
}
@media only screen and (max-width:767px){
    #header{
        z-index: 9999;
    }
    #header .leftBox {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 139px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
#header .topMenu{
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 20px;
}
#header .topMenu .menuList{
    padding: 45px 30px;
    width: 200px;
    height: 398px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 0px 0px rgb(0, 0, 0);
}
#header .topMenu .menuItem{
    text-align: center;
    border-bottom: 1px solid #ebecea;
}
#header .topMenu .menuItem:last-child{
    border-bottom:none;
}
#header .topMenu .menuItem a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    padding: 16px 0;
    display: block;
}
#header .topMenu .menuItem:first-child a{
    padding-top:0;
}
#header .topMenu .menuItem:last-child a{
    padding-bottom:0;
}
@media only screen and (max-width:767px){
    #header .topMenu{
        position: fixed;
        z-index: 999;
        top: 20px;
        left: unset;
        right: 20px;
    }
    #header .topMenu .menuItem a{
        color: #000;
        text-decoration: none;
        font-size: 13px;
        line-height: 20px;
        padding: 11px 0;
        display: block;
    }
    #header .topMenu .menuList{
        width: 150px;
        height: 313px;
        box-shadow: 5px 5px 0px 0px rgb(0, 0, 0);
        padding:38px 20px;
        position: relative;
        display: none;
    }
    #header .topMenu .menuList.active{
        display: block;
    }
    #header .topMenu .close{
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 1000;
        top: 10px;
        right: 10px;
        display: none;
    }
    #header .topMenu .close.active{
        display: block;
    }
    #header .topMenu .menuIcon{
        font-size: 13px;
        color: #d73a6a;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0px;
        background: #fff;
        box-shadow: 5px 5px 0px 0px rgb(0, 0, 0);
        border-radius: 10px;
        right: 0;
        position: absolute;
        cursor: pointer;
        transition:filter 0.2s ease-out;
        display: none;
    }
    #header .topMenu .menuIcon.active{
        display: flex;
    }
    #header .topMenu .menuIcon:hover{
        -webkit-filter: brightness(1.1);filter: brightness(1.1); 
    }
}
/* fNavi */
.fNavi{
    position: fixed;
    bottom: -65px;
    right: 0;
    z-index: 999;
    transition: .5s;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.fNavi.active{ bottom:0;}
.fNavi .item{
    width: 220px;
    margin-left: 10px;
    background: #fff;
    border-radius: 3px 3px 0 0;
}
.fNavi .item.spOnly{
    display: none;
}
.fNavi .item.tel{
    width: 64px;
}
.fNavi .link{
    text-decoration: none;
    width: 100%;
    border-radius: 3px 3px 0 0;
    height: 64px;
    background: #3792c0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fNavi .item.tel .link{
    border-radius: 0;
}
.fNavi .link.bg02{
    background: #d53063;
}
.fNavi .link.bg03{
    background: #292b33;
}
.fNavi .linkTxt{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}
@media only screen and (max-width:767px){
    .fNavi{
        bottom: -70px;
        width: 100%;
        justify-content: flex-end
    }
    .fNavi .item,
    .fNavi .item.tel{
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }
    .fNavi .item.spOnly{
        display: block;
    }
    .fNavi .item.spNone{
        display: none;
    }
    .fNavi .link{
        border-radius: 0;
        height: 70px;
        flex-direction: column;
    }
    .fNavi .link.bg03{
        background: #212329;
    }
    .fNavi .icon{
        width: 24px;
    }
    .fNavi .item:nth-child(2) .icon{
        width: 19px;
    }
    .fNavi .item:nth-child(n+3) .icon{
        width: 14px;
    }
    .fNavi .linkTxt{
        font-size: 12px;
        margin-left: 0;
        margin-top: 9px;
    }
}
@media only screen and (max-width:374px){
    .fNavi .linkTxt{
        font-size: 11px;
        margin-left: 0;
        margin-top: 9px;
    }
}
/*-----------------------------------------------
   footer
-----------------------------------------------*/
#footer{
    position: relative;
}
#footer .topCircle{
    display: block;
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -29px;
    right: 100px;
    box-shadow: 0 0 10px rgba(54, 53, 53, 0.3);
}
#footer .topCircle::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #212329;
    border-right: 2px solid #212329;
    transform: rotate(-45deg);
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#footer .footerTop{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #292b33;
    height: 100px;
    padding-top: 3px;
}
#footer .topItem.spOnly{
    display: none;
}
#footer .topLink{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 2px;
}
#footer .topItem::after{
	content: "|";
	margin: 0 17px;
	font-size: 15px;
	color: #fff;
}
#footer .footerTop .topItem:nth-child(8)::after{
	display: none;
}
#footer .footerMain{
    padding: 70px 0 100px;
    background: #e9f3f8;
}
#footer .linkBox{
    display: flex;
    justify-content: center;
}
#footer .item{
    width: 23.829%;
    margin-right: 1.561%;
}
#footer .linkBox .item:last-child{
    margin-right: 0;
}
#footer .link{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #3792c0;
    height: 84px;
}
#footer .linkTxt{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    letter-spacing: 2px;
}
#footer .logoCover{
    margin-top: 50px;
    text-align: center;
}
#footer .logo{
    display: inline-block;
}
#footer .adressTxt{
    font-size: 15px;
    text-align: center;
    color: #3792c0;
    font-weight: bold;
    margin-top: 55px;
    letter-spacing: 2.5px;
}
#footer .telBoxCover{
    text-align: center;
    margin-top: 49px;
}
#footer .telBox{
    text-decoration: none;
    display: inline-block;
    color: #3792c0;
}
#footer .telTop{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
#footer .telFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    padding-right: 13px;
}
#footer .iconTel{
    padding-top: 5px;
}
#footer .telNum{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-left: 12px;
}
#footer .telBot{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin-top: 18px;
    letter-spacing: 2.5px;
}
#footer .snsBox{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
#footer .snsBox .snsItem:nth-child(2){
    margin: 0 20px;
}
#footer .snsLink{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
}
#footer .footerBot{
    display: flex;
    justify-content: center;
    margin-top: 72px;
}
#footer .footerBot .topItem:last-child::after{
    display: none;
}
#footer .copyTxt{
    font-size: 11px;
    text-align: center;
    color: #3792c0;
    margin-top: 58px;
    letter-spacing: 1px;
}
#footer .fCopy{
    font-family: Verdana,'Droid Sans';
}
#footer .footerBot .topLink{
    color: #3792c0;
}
#footer .footerBot .topItem::after{
    color: #3792c0;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 70px 0;
        background: #e9f3f8;
    }
    .fNaviMain + #footer{
        margin-bottom: 71px;
    }
    #footer .topCircle{
        display: none;
    }
    #footer .footerTop{
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
        width: 92%;
        margin: 0 auto;
        background: none;
    }
    #footer .topItem{
        width: 50%;
        position: relative;
    }
    #footer .footerTop .topItem:nth-child(n+3){
        margin-top: 24px;
    }
    #footer .footerTop .topItem:nth-child(2n){
        padding-left: 12px;
    }
    #footer .topLink{
        padding-left: 30px;
        font-size: 12px;
        letter-spacing: 0px;
        color: #3792c0;
    }
    #footer .topItem.spOnly{
        display: block;
    }
    #footer .topItem::after{
        position: absolute;
        content: "";
        width: 5px;
        height: 8px;
        top: calc(50% - 4px);
        left: -3px;
        background: #3792c0;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }
    #footer .footerTop .topItem:nth-child(2n)::after{
        left: 11px;
    }
    #footer .footerTop .topItem:last-child::after{
        display: block;
    }
    #footer .footerTop .topItem:nth-child(8)::after{
        display: block;
    }
    #footer .footerMain{
        padding: 0;
        background: none;
    }
    #footer .linkBox{
        flex-wrap: wrap;
        margin-top: 47px;
    }
    #footer .linkBox .item:first-child:nth-last-child(3),
    #footer .linkBox .item:first-child:nth-last-child(3) ~ .item {
        width: 32%;
        margin-right: 2%;
    }
   #footer .linkBox .item:first-child:nth-last-child(3) ~ .item:last-child{
        margin: 0;
    }
    #footer .item{
        width: 48.116%;
        margin-right: 3.768%;
    }
    #footer .linkBox .item:nth-child(2n){
        margin-right: 0;
    }
    #footer .linkBox .item:nth-child(n+3){
        margin-top: 13px;
    }
    #footer .link{
        flex-direction: column;
        height: 85px;
        padding-top: 0px;
        background: #212329;
    }
    #footer .icon{
        width: 16px;
        margin: 0 auto;
    }
    #footer .logout .icon{
        width: 24px;
    }
    #footer .linkBox .item.contact .icon{
        width: 28px;
    }
    #footer .linkBox .item.reserve .icon{
        width: 22px;
    }
    #footer .linkTxt{
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    #footer .logoCover{
        margin: 50px auto 0;
        width: 167px;
    }
    #footer .adressTxt{
        font-size: 12px;
        margin-top: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.83;
    }
    #footer .telBoxCover{
        margin-top: 34px;
    }
    #footer .telTop{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    #footer .telFlex{
        margin-top: 15px;
        padding-right: 3px;
    }
    #footer .iconTel{
        padding-top: 2px;
        width: 16px;
    }
    #footer .telNum{
        font-size: 26px;
        letter-spacing: 2.5px;
        margin-left: 9px;
    }
    #footer .telBot{
        font-size: 12px;
        font-weight: 500;
        line-height: 1.83;
        margin-top: 13px;
        letter-spacing: 1px;
    }
    #footer .snsBox{
        margin-top: 34px;
    }
    #footer .snsBox .snsItem:nth-child(2){
        margin: 0 12px;
    }
    #footer .snsLink{
        width: 45px;
        height: 45px;
    }
    #footer .snsIcon{
        width: 23px;
    }
    #footer .snsBox .snsItem:nth-child(2) .snsIcon{
        width: 21px;
    }
    #footer .footerBot{
        display: none;
    }
    #footer .copyTxt{
        font-size: 10px;
        margin-top: 39px;
        letter-spacing: 0.4px;
    }
}
@media only screen and (max-width:359px){
    #footer .topLink{
        padding-left: 24px;
    }
    #footer .topItem::after{
        left: -5px;
    }
    #footer .footerTop .topItem:nth-child(2n)::after{
        left: 7px;
    }
}

/*-----------------------------------------------
   cmnBtn
-----------------------------------------------*/
.cmnBtn{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 80px;
    border-radius: 40px;
    background: #3792c0;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    box-shadow: inset 0px -5px 0px 0px rgba(1, 1, 1, 0.08);
}
@media only screen and (max-width:767px){
    .cmnBtn{
        width: 82.609%;
        height: 60px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    font-size: 0;
    padding: 10px 0;
    position: relative;
    background: #eeeeee;
}
#pnkz .boxList{
    text-align: left;
    position: relative;
}
#pnkz li{
	display: inline;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
    color: #212329;
}
#pnkz li::after{
	content: ">";
	margin: 0 7px;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color: #212329;
    text-underline-offset: 2px;
}
@media only screen and (max-width:767px){
	#pnkz{
		letter-spacing: 0;
		padding: 7px 0;
	}
	#pnkz .boxList{
		white-space: nowrap;
		overflow-y: scroll;
	}
	#pnkz li{
		font-size: 11px;
	}
}