@charset "utf-8";

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

/*==============================
    基本設定
==============================*/
body{
    color:#000;
    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%;
    position:relative;
    word-break:break-all;
    min-width:1400px;
    overflow-y: scroll;
}
@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;}
.fSerif{font-family:'YakuHanMP_Noto','Noto Serif Japanese', serif;}
.fYuMin{font-family:'YakuHanMP','游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif Japanese';}
.fRoboto{font-family: "Roboto", 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;}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}

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

.ro .no_ro.color_ro a,
.ro a.no_ro.color_ro{ 
    transition: 0.2s;
}
.ro .no_ro.color_ro a:hover,
.ro a.no_ro.color_ro:hover{ 
    background: #5c5c5c!important;
}
.ro .no_ro.color02_ro a:hover,
.ro a.no_ro.color02_ro:hover{ 
    background: #8dc2be!important;
}

/* 電話リンクの無効化 */
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{
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media only screen and (min-width: 1921px) {
    #container {
        max-width: 100%;
    }
}
@media only screen and (max-width:767px){
    #container.lp{
        overflow: visible;
    }
}
/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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;
    font-family:'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
-----------------------------------------------*/
.wrapper1100{
    width: 1100px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1140{
    width: 1140px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1240{
    width: 1240px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1340{
    width: 1340px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1380{
    width: 1380px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1820{
    width: 1860px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
    .wrapper1100,
    .wrapper1140,
    .wrapper1240,
    .wrapper1340,
    .wrapper1380,
    .wrapper1820{
        width: 100%;
        margin: 0 auto;
        max-width: none;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
        max-width: none;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
        max-width: none;
    }
    .wrapperSp325{
        width: 86.667%;
        margin: 0 auto;
        max-width: none;
    }
}
/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHide:not(.jsShow){
    opacity: 0;
}
/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom{
	overflow: hidden;
}
.hoverZoom img:not(.noZoom){
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.hoverZoom:hover img:not(.noZoom){
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    width: 100%;
    z-index: 10;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    min-width: 1400px;
    transition: all 0.2s ease-out;
}
#header .wrapper{
    height: 90px;
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header.scroll{
    background: rgba(61, 61, 61, 0.4);
}
#header.scroll .rightBox .txtLink{
    color: #fff;
}
#header.scroll .headLogo img {
    filter: brightness(0) invert(1);
}
.ok #header.scroll{
    background: unset;
}
#header.none{
    top: -120px;
}
.ok #header.none{
    top: 0;
}
#header .rightBox{
    display: flex;
    align-items: center;
}
#header .rightBox .boxList{
    display: flex;
    align-items: center;
}
#header .rightBox .item{
    margin-right: 50px;
}
#header .rightBox .item:last-child{
    margin-right: 0;
}
#header .rightBox .txtLink{
    font-size: 20px;
    color: #3d3d3d;
    text-decoration: none;
}
#header .rightBox .btnReserve{
    margin-left: 60px;
}
#header .rightBox .btnReserveIn{
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background: #70b3ae;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#header .rightBox .btnReserveIn::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
@media only screen and (max-width:1700px){
}
@media only screen and (max-width:767px){
    #header .wrapper{
        height: 70px;
        padding: 0 15px;
    }
    #header.none{
        top: -70px;
    }
    .ok #header.none{
        top: 0;
    }
    #header .headLogo{
        width: 160px;
    }
    #header .rightBox .boxList{
        display: none;
    }
    #header .rightBox .btnReserve{
        margin-left: 0;
        position: fixed;
        top: 20px;
        right: 75px;
    }
    #header.none .rightBox .btnReserve{
        top: -70px;
    }
    #header .rightBox .btnReserveIn{
        width: 70px;
        height: 30px;
        border-radius: 15px;
        font-size: 13px;
    }
    #header .rightBox .btnReserveIn::after{
        display: none;
    }
}
@media only screen and (max-width: 330px){
    #header .headLogo{
        width: 150px;
    }
}

/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
#btnNavi{
    display: none;
}
@media only screen and (max-width:767px){
    #btnNavi {
        display: block;
        width: 50px;
        border-radius: 25px;
        margin: 0 0 0 auto;
        position: fixed;
        top: 20px;
        right: 15px;
        z-index: 9999;
        background: #515151;
    }
    #btnNavi.none{
        top: -70px;
    }
    #btnNavi .naviCover{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-decoration: none;
        width: 100%;
        height: 30px;
        color: #fff;
    }
    #btnNavi .border{
        width: 15px;
        height: 6px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnNavi .border .inner::before,
    #btnNavi .border .inner::after{
        display: block;
        width: 15px;
        height: 1px;
        background: #fff;
        left: 0;
        right: 0;
        margin: auto;
    }
    #btnNavi .border .inner{
        width: 15px;
        height: 1px;
    }
    #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: 15px;
        height: 6px;
    }
    #btnNavi.naviOpen .border .inner{
        width: 0;
        height: 0;
    }
    #btnNavi.naviOpen .border .inner::before{
        transform: translateY(50px) rotate(-30deg);
        top: -47px;
        width: 15px;
        height: 1px;
        background: #fff;
    }
    #btnNavi.naviOpen .border .inner::after{
        transform: translateY(5px) rotate(30deg);
        bottom: 7px;
        width: 15px;
        height: 1px;
        background: #fff;
    }
}
/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    background: #3d3d3d;
    padding: 80px 0;
    color: #fff;
}
#footer .boxFlex{
    display: flex;
    justify-content: space-between;
    position: relative;
}
#footer .imgLogoFooter{
    width: 350px;
}
#footer .boxRight{
    text-align: right;
}
#footer .imgLogoORH{
    width: 240px;
}
#footer .boxTel{
    margin-top: 29px;
}
#footer .txtTel{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
#footer .txtAbout{
    font-size: 13px;
    line-height: calc(26/13);
    margin-top: 18px;
}
#footer .boxLink{
    margin-top: 40px;
}
#footer .txtLink{
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
    padding-right: 18px;
    position: relative;
}
#footer .txtLink::after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
#footer .txtLink.lazyloaded::after{
    background: url(../img/common/iconLink.png) center top / cover no-repeat;
}
#footer .txtCopy{
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 60px 0;
    }
    #footer .boxFlex{
        flex-direction: column;
    }
    #footer .imgLogoFooter{
        width: 280px;
        margin: 0 auto;
    }
    #footer .boxRight{
        text-align: center;
        margin-top: 0;
    }
    #footer .imgLogoORH{
        width: 201px;
        margin: 15px auto 0;
    }
    #footer .boxTel{
        margin-top: 20px;
    }
    #footer .txtTel{
        font-size: 22px;
    }
    #footer .txtAbout{
        font-size: 11px;
        line-height: calc(22/11);
        margin-top: 15px;
    }
    #footer .boxLink{
        margin-top: 15px;
    }
    #footer .txtLink{
        font-size: 11px;
        padding-right: 14px;
    }
    #footer .txtLink::after{
        width: 7px;
        height: 7px;
    }
    #footer .txtLink.lazyloaded::after{
        background: url(../img/common/iconLink.png) center top / cover no-repeat;
    }
    #footer .txtCopy{
        font-size: 11px;
        position: relative;
        text-align: center;
        margin-top: 50px;
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
	padding: 17px 0;
	background: #fff;
    margin-top: 120px;
}
#pnkz .boxList{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pnkz li{
    display: inline;
    font-size: 12px;
    color: #000000;
}
#pnkz li::after{
	content: ">";
	margin: 0 10px 0 3px;
    display: inline-block;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a,
#pnkz span{
    color:#000000;
    text-decoration: none;
}
@media only screen and (max-width:767px){
	#pnkz{
        padding: 13px 0;
        margin-top: 12px
	}
	#pnkz li{
		font-size: 11px;
	}
    #pnkz li::after{
        margin: 0 2px;
    }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: none;
}
@media only screen and (max-width:767px){
    #menu{
        position: relative;
        background: rgb(255, 255, 255, 0.95);
        z-index: 9998;
        padding: 20px 0 130px;
        min-height: 100vh;
    }
    #menu .boxList{
        margin-top: 50px;
    }
    #menu .item{
        border-bottom: 1px solid #e1e1e1;
        position: relative;
    }
    #menu .item:first-child{
        border-top: 1px solid #e1e1e1;
    }
    #menu .txtLink{
        font-size: 20px;
        color: #3d3d3d;
        text-decoration: none;
        display: block;
        padding: 23px 21px 26px 19px;
    }
    #menu .item::after{
        content: "";
        width: 7px;
        height: 7px;
        border-top: 1px solid #3d3d3d;
        border-right: 1px solid #3d3d3d;
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(45deg);
    }
    #menu .btnReserveIn{
        width: 305px;
        height: 60px;
        border-radius: 4px;
        background: #3d3d3d;
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 40px auto 0;
    }
}

.btnPageTop{
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    position: fixed;
    bottom: -120px;
    right: 20px;
    z-index: 10;
    transition: all 0.2s ease-out!important;
    will-change: bottom;
}
.btnPageTop.active{
    bottom: 20px;
}
@media only screen and (max-width:767px){
    .btnPageTop{
        width: 65px;
        height: 65px;
        box-shadow: 0 0 10px #fff;
        bottom: -65px;
        right: 10px;
    }
    .btnPageTop.active{
        bottom: 10px;
    }
}