@charset "UTF-8";
footer#sitefoot {
    background-color: var(--footer-bg-color);
    color: #fff;
}
#sitefoot .lgm-wrap {
	margin-bottom: 60px;
}
	#sitefoot a.lgm {
		display: inline-block;
	}
		#sitefoot a.lgm > img {
			width: 100%;
			height: 60px;
		}
#sitefoot small {
	display: block;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	margin-top: 8px;
}
#sitefoot .controls {
	position: fixed;
	z-index: 1;
}
#sitefoot .pagetop {
	display: none;/**/
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
    padding: 2.0em;
    padding-bottom: 3.4em;
	opacity: 0.0;
	transform: translateY(-2em);
	transition: all 1s;
	transition-delay: inherit;
}
/*
#sitefoot .pagetop > img {
	width: 2em;
	height: auto;
    transition: all 1.0s;
}
*/
[data-ispagescrolled="true"] #sitefoot .pagetop {
	display: block;
	opacity: 1.0;
	transform: translateY(0em);
}
/*
#sitefoot .pagetop::before {
	content: url(/share/im/nv_simar-up.svg);
	display: inline-block;
	width: 2em;
	height: auto;
	transition: all 1.0s;
}
[data-isfootervisible="true"] #sitefoot .pagetop::before {
	content: url(/share/im/nv_simar-up-wh.svg);
	width: 2em;
	height: auto;
    transition: all 1.0s;
}
*/
#sitefoot .pagetop .mrk {
	display: inline-block;
	width: 3em;
	height: auto;
	transform: translateX(25%) translateY(-1em);
}
#sitefoot .pagetop .mrk::before,
#sitefoot .pagetop .mrk::after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 1px;
	background-color: var(--cl-pageink);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
#sitefoot .pagetop .mrk::before {
	transform: rotate(-45deg) translateX(-50%);
}
#sitefoot .pagetop .mrk::after {
	transform: rotate(45deg) translateX(50%);
}
[data-isfootervisible="true"] #sitefoot .pagetop .mrk::before,
[data-isfootervisible="true"] #sitefoot .pagetop .mrk::after {
	background-color: #fff;
}

/**/
#sitefoot {
    padding: 100px 0;
}
#sitefoot .menus {
}
	#sitefoot .menus a {
		font-size: 16px;
		line-height: 1em;
		display: inline-block;
		padding: 0.8em 0;
		color: #fff;
		width: 100%;
	}
#sitefoot .menus a:hover {
	color: #aaa;
}
#sitefoot .m-wrap.flexbox {
    flex-wrap: nowrap;
}
#sitefoot  .menus > .m-wrap {
    margin-bottom: 200px;
}
#sitefoot  .menus > .flexbox {
    justify-content: space-between;
}
#sitefoot .m-wrap.flexbox > .foot-r {
    max-width: calc(var(--u-gc) + var(--u-grid));
}
#sitefoot .menus .m-sub.flexbox a {
    flex: 1;
    font-size: 13px;
    min-width: max-content;
}
#sitefoot .m-info > *,
#sitefoot .m-info p + p  {
    margin-bottom: 10px;
}
#sitefoot .m-sns {
    margin-top: 10px;
}
@media only screen and (min-width:641px) {
	#sitefoot .m-sub.flexbox {
		flex-wrap: nowrap;
		gap: 25px;
	}
}

/*Reserve*/
#foot-reserve {
    text-align: center;
	margin-bottom: 200px;
}
#foot-reserve .reserve-wrap {
	
}
	#foot-reserve .reserve-wrap::before {
		display: inline-block;
		content: "";
		width: 1px;
		height: 110px;
		background-color: var(--cl-add-bg);
	}
#foot-reserve h3 {
    margin-bottom: 60px;
    line-height: 1em;
    margin-top: 35px;
}
#foot-reserve .reserve-wrap > .flexbox {
    align-items: center;
}
@media only screen and (min-width:641px) {
    #foot-reserve .reserve-wrap > .flexbox {
        gap: var(--u-gutter);
    }
    #foot-reserve .if-tel,
    #foot-reserve .m-bt.bt {
        width: calc(50% - 30px);
    }
	#foot-reserve .reserve-wrap {
		max-width: 790px;
		margin-left: auto;
		margin-right: auto;
		transition:  all 0.3s;
	}
    #foot-reserve .reserve-wrap > .flexbox {
        flex-wrap: nowrap;
    }
}
@media only screen and (max-width:640px) {
	#foot-reserve {
		margin-bottom: 120px;
	}
	#foot-reserve h3 {
		font-size: 17px;
		margin-bottom: 35px;
		margin-top: 20px;
	}
	#foot-reserve .if-tel {
		margin-bottom: 42px;
	}
	#foot-reserve a {
		font-size: 30px;
	}
	#foot-reserve .if-tel span,
	#foot-reserve p {
		font-size: 14px;
	}
	#foot-reserve a.bt {
		font-size: 16px;
		background-size: 50px auto;
	}
	#sitefoot{
		padding: 54px 0 1.2em;
	}
	#sitefoot .menus a.if-mail{
		margin: 36px 0 !important;
	}
	#sitefoot .menus > .m-wrap{
		margin-bottom: 0;
	}
	#sitefoot .menus > .flexbox {
    justify-content: flex-start;
    flex-direction: column;
	}
	#sitefoot .m-wrap.flexbox > .foot-r{
		max-width: 100%;
		padding-left: var(--u-gc);
	}
	#sitefoot .m-wrap.flexbox > .foot-r .m-main{
		margin: 54px 0;
	}
	#sitefoot .m-wrap.flexbox > .foot-r .m-main a{
		line-height: 2.2em;
	}
	#sitefoot a.lgm > img{
		height: 40px;
	}
	#sitefoot .m-sub.flexbox{
		flex-direction: column;
		width: 100%;
	}
	#sitefoot .m-sub.flexbox a{
		line-height: 3.2em;
	}
	#sitefoot section.elm{
		margin: 54px 0 0 auto;
	}
}
/**/
@media only screen and (max-width: 1000px) and (min-width:641px) {
    #sitefoot .m-sub.flexbox {
        flex-wrap: wrap;
        row-gap: 0;    
    }
    #sitefoot .elm {
        margin-left: auto;
        margin-right: 0;
        padding-left: 25px;    
    }
}