@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;}
.fRobotoCondensed{font-family: "Roboto Condensed", 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);
}
.wrapper1200{
    width: 1200px;
    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,
    .wrapper1200,
    .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.scroll .rightBox{
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
}
#header.scroll .headLogo {
    position: relative;
    top: 0;
    left: -11px;
}
#header.none{
    top: -120px;
}
.ok #header.none{
    top: 0;
}
#header .rightBox{
    display: flex;
    align-items: center;
    position: relative;
    top: 14px;
}
#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: #fff;
    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%);
}
#header .headLogo{
    position: relative;
    top: 12px;
    left: -11px;
}
@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: 190px;
    }
    #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;
    }
    #header .headLogo{
        position: relative;
        top: 4px;
        left: 0;
    }
}
@media only screen and (max-width: 355px) {
    #header .headLogo {
        width: 160px;
    }
}
@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;
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    background: #f1f1f1;
    padding: 110px 0 90px;
    border-top: 1px solid #cdcdcd;
}
#footer .flexBox{
    display: flex;
}
#footer .footerLogo{
    display: block;
}
#footer .telBox{
    margin-top: 38px;
}
#footer .flexBox .leftBox {
    position: relative;
}
#footer .telInner{
    display: block;
    font-size: 26px;
    letter-spacing: 3px;
    color: #000000;
    text-decoration: none;
}
#footer .telNmber{
    position: relative;
    padding-left: 23px;
}
#footer .telNmber::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 19px;
    left: 0;
    top: calc(50% - 8px);
}
#footer .telNmber.lazyloaded::after{
    background: url(../img/common/iconTel.gif) center top / cover;
}
#footer .leftTxt{
    font-size: 12px;
    line-height: 3.33;
    letter-spacing: 0.5px;
    margin-top: 16px;
}
#footer .rightBox{
    width: 880px;
    margin-left: auto;
}
#footer .rightList{
    display: flex;
    border-right: solid 1px #cdcdcd;
}
#footer .rightItem{
    width: calc(100% / 3);
    border-left: solid 1px #cdcdcd;
    padding: 22px 30px 102px 38px;
}
#footer .rightItem .rightTag:nth-child(n+2){
    margin-top: 37px;
}
#footer .rightInner{
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
#footer .active .rightInner::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -8px;
}
/* 240116 */
#footer .rightTag .linklist{
    margin-top: 20px;
}
#footer .rightTag .linklist .item{
    position: relative;
    /* padding-left: 20px; */
}
#footer .rightTag .linklist .item:nth-child(n + 2){
    margin-top: 15px;
}
#footer .rightTag .linklist .item a{
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
}
/* #footer .rightTag .linklist .item a::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #000;
    left: -20px;
    top: calc(50% - 0.5px);
} */
#footer .rightTag .linklist .item.active a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -2px;
}
#footer .rightInner.isDisabled{
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    cursor: default;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 40px 0 65px;
        border-top: none;
    }
    #footer .flexBox{
        display: block;
    }
    #footer .footerLogo{
        width: 281px;
        margin: 0 auto;
    }
    #footer .telBox{
        margin-top: 25px;
        text-align: center;
    }
    #footer .telInner{
        display: inline-block;
        font-size: 26px;
        letter-spacing: 3px;
    }
    #footer .telNmber{
        padding-left: 25px;
    }
    #footer .telNmber::after{
        top: calc(50% - 8px);
        left: 5px;
    }
    #footer .leftTxt{
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0.5px;
        margin-top: 11px;
        text-align: center;
    }
    #footer .rightBox{
        width: 100%;
        margin: 35px auto 0;
    }
    #footer .rightList{
        display: flex;
        border-right: solid 1px #cdcdcd;
    }
    #footer .rightItem{
        width: calc(100% / 2);
        border-left: solid 1px #cdcdcd;
        padding: 7px 10px 10px 20px;
    }
    #footer .rightItem .rightTag:nth-child(n+2){
        margin-top: 18px;
    }
    #footer .rightItem .rightTag.mt0{
        margin-top: 0;
    }
    #footer .rightInner{
        font-size: 11px;
        letter-spacing: normal;
        display: inline-block;
    }
    /* 240116 */
    #footer .rightTag .linklist {
        margin-top: 12px;
    }
    #footer .rightTag .linklist .item{
        /* padding-left: 10px; */
    }
    #footer .rightTag .linklist .item:nth-child(n + 2) {
        margin-top: 12px;
    }
    #footer .rightTag .linklist .item a{
        font-size: 10px;
    }
    /* #footer .rightTag .linklist .item a::before{
        width: 5px;
        left: -10px;
    } */
}
@media only screen and (max-width: 335px) {
    #footer .rightTag .linklist .item a {
        font-size: 9px;
    }
}
#footer .ownFlex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -10px;
}
.isDesktopIpad #footer .ownFlex{
    margin-top: 10px;
}
#footer .ownLeftBox{
    padding-bottom: 12px;
}
#footer .ownTit{
    font-size: 11px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}
#footer .copy{
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 90px;
}
#footer .copy .fCopy{
    font-family: Verdana,'Droid Sans';
}
#footer .ownRightBox{
    display: flex;
    align-items: center;
}
#footer .otherBox{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
#footer .otherTit{
    font-size: 14px;
    margin-right: 15px;
}
#footer .otherItem{
    display: flex;
    align-items: center;
}
#footer .otherInner{
    display: block;
}
#footer .otherInner:nth-child(2){
    margin-left: 35px;
}
#footer .snsBox{
    display: flex;
    align-items: center;
    margin-top: 63px;
}
#footer .snsTit{
    font-size: 14px;
    margin-right: 15px;
}
#footer .snsList{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#footer .snsItem{
    width: 38%;
}
#footer .snsItem:nth-child(n+2){
    margin-left: 10px;
}
#footer .snsInner{
    display: block;
}
#footer .snsInner img{
    border-radius: 8px;
}
@media only screen and (max-width:767px){
    #footer .ownFlex{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column-reverse;
        margin-top: 34px;
    }
    #footer .ownLeftBox{
        padding: 25px 0 0;
        text-align: center;
    }
    #footer .ownTit{
        position: static;
        white-space: normal;
        font-size: 11px;
        letter-spacing: normal;
    }
    #footer .copy{
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 38px;
    }
    #footer .ownRightBox{
        display: block;
    }
    #footer .otherBox{
        display: block;
        text-align: center;
        margin-top: 0;
    }
    #footer .otherTit{
        font-size: 14px;
        display: inline-block;
        margin: 0;
        position: relative;
    }
    #footer .otherItem{
        justify-content: center;
        margin-top: 23px;
    }
    #footer .otherInner{
        display: block;
    }
    #footer .otherInner img{
        width: 86px;
    }
    #footer .otherInner:nth-child(2){
        margin-left: 20px;
    }
    #footer .otherInner:nth-child(2) img{
        width: 101px;
    }
    #footer .snsBox{
        display: block;
        text-align: center;
        margin: 25px auto 0;
    }
    #footer .snsBox.spNone{
        display: none;
    }
    #footer .snsTit{
        font-size: 14px;
        display: inline-block;
        margin: 0;
        position: relative;
    }
    #footer .snsList{
        justify-content: center;
        margin-top: 24px;
    }
    #footer .snsItem:nth-child(n+2){
        margin-left: 15px;
    }
    #footer .snsInner{
        display: block;
    }
    #footer .snsItem:nth-child(1) .snsImg{
        width: 28px;
    }
    #footer .snsItem:nth-child(2) .snsImg{
        width: 29px;
    }
    #footer .snsItem:nth-child(3) .snsImg{
        width: 30px;
    }
    #footer .otherTit::after,
    #footer .snsTit::after,
    #footer .otherTit::before,
    #footer .snsTit::before{
        position: absolute;
        content: "";
        left: 100px;
        top: calc(50% - 0.5px);
        width: 95px;
        height: 1px;
        background: #dfdfdf;
    }
    #footer .otherTit::before,
    #footer .snsTit::before{
        left: auto;
        right: 100px;
    }
    .footerSnsBox .snsList{
        display: flex;
        justify-content: space-between;
        margin: 20px auto;
    }
    .footerSnsBox .snsList li{
        width: 48.776%;
    }
}
@media only screen and (max-width:359px){
    #footer .ownTit{
        font-size: 10px;
        letter-spacing: normal;
    }
    #footer .otherTit::after,
    #footer .snsTit::after,
    #footer .otherTit::before,
    #footer .snsTit::before{
        width: 75px;
    }
}
#footer .rightTag.type_target .rightInner{
    padding-right: calc(8px + 5px);
}
#footer .rightTag.type_target .rightInner::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: calc(50% - 7px);
    background: url(../img/common/imgfooter_Arrow.png) center top no-repeat;
    background-size: 100% auto;
}
@media only screen and (min-width:768px){
    #footer .snsInner{
        position: relative;
    }
    #footer .snsInner.type_line .snsimgTxt{
        position: absolute;
        width: 75px;
        height: 30px;
        top: calc(0% - 12px);
        left: calc(0% - 6px);
        background: url(../img/common/icon_line_txt.png) center top no-repeat;
        background-size: 100% auto;
    }
    #footer .ownRightBox{
        max-width: 765px;
    }
    #footer .snsItem{
        width: calc((100% - 20px) / 3);
    }
}
@media only screen and (max-width:767px){
    .footerSnsBox .snsList li{
        width: calc((100% - 15px) / 3);
    }
    #footer .target_bnr{
        width: 100%;
    }
    #footer .target_bnr .bnrlist{
        display: flex;
    }
    #footer .target_bnr .bnrItem{
        width: calc((100% - 10px) / 2);
        border-radius: 5px;
        overflow: hidden;
    }
    #footer .target_bnr .bnrItem + .bnrItem{
        margin-left: 10px;
    }
    #footer .target_bnr .bnrItem.type02{
        border: 1px solid #cfcfcf;
    }
    #footer .target_bnr .bnr_link{
        display: block;
    }
    #footer .target_bnr + .otherBox{
        margin-top: 25px;
    }
}

#boxBottomMenu{
    display: none!important;
}
@media only screen and (max-width:767px){
    #boxBottomMenu{
        display: block!important;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: -50px;
        transition: all 0.4s ease;
        z-index: 1000;
        
        display: none!important;
    }
    #boxBottomMenu.scroll{
        bottom: 0;
    }
    #boxBottomMenu .boxList{
        display: flex;
    }
    #boxBottomMenu .item{
        width: calc((100% - 3px) / 4);
        margin-right: 1px;
    }
    #boxBottomMenu .item:last-child{
        margin-right: 0;
    }
    #boxBottomMenu .boxLink{
        display: block;
        height: 50px;
        background: rgba(57, 51, 51, 0.85);
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #boxBottomMenu .item:nth-child(3) .boxLink,
    #boxBottomMenu .item:nth-child(4) .boxLink{
        background: rgba(112, 179, 174, 0.85);
    }
}