@charset "UTF-8";
#sitemenu {
	position: fixed;
	z-index: 100;
	text-align: left;
	display: none;
	height: 100%;
	overflow-x: hidden;
	top: 0;
	right: 0;
	color: #fff;
	background-color: var(--cl-add-bg);
	align-items: center;
	/*width: 0px;*/
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease-out;
}
#sitemenu[data-opend="true"] {
	display: flex;
}
#sitemenu[data-efx="true"] {
	/*width: 100%;*/
	opacity: 1.0;
}
/*close function (additional)*/
#sitemenu[data-enablecloseefx="true"][data-opend=""] #sitemenu {
	display: block;
}
#sitemenu[data-enablecloseefx="true"] #sitemenu {
	display: block;
}
#sitemenu[data-efx="close"] {
	opacity: 0.0;
	pointer-events: none;
}

#sitemenu .sm-wrap {
	width: 100%;
	max-width: 960px;
	margin: auto;
}

/**/
#sitemenu .head {
	z-index: 2;
}
#sitemenu .head > a {
	display: block;
}
#sitemenu .head .lgm > img {
	width: auto;
	height: 6em;
}
#sitemenu .head .close {
	position: fixed;
	z-index: 5;
	display: inline-block;
	top: var(--u-base-s);
	right: 40px;
	width: 40px;
}
#sitemenu a.add-line span::before,
#sitemenu a.add-line span::after {
	background-color: #fff;
}
#sitemenu a.add-line span::before {
	transform: translateY(0.5px) rotate(30deg);
}
	#sitemenu a.add-line:hover span::before {
		transform: translateY(0.5px) rotate(45deg);
	}
#sitemenu a.add-line span::after {
	transform: translateY(-0.5px) rotate(-30deg);
}
	#sitemenu a.add-line:hover span::after {
		transform: translateY(-0.5px) rotate(-45deg);
	}
@media only screen and (max-width:375px) {
	#sitemenu .head .lgm > img {
		height: 40px;
	}
}

/**/
#sitemenu .menus-wrap {
	margin: 80px 0;
	gap: 60px;
}
	#sitemenu .menus-wrap > * {
		flex: 1;
	}
#sitemenu .menus a {
    display: block;
    color: #fff;
}

/*m-main*/
#sitemenu .menus .m-main a {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 2em;
}
#sitemenu .menus .m-main a:last-of-type {
	margin-bottom: 0;
}

/*m-info*/
#sitemenu .m-info .m-bt,
#sitemenu .if-tel,
#sitemenu .if-add a {
    margin-bottom: 40px;
}
#sitemenu .m-info * {
    font-size: 15px;
    line-height: 2.2em;
}
#sitemenu .tel-wrap {
    display: flex;
    vertical-align: baseline;
    align-items: baseline;
}
#sitemenu .if-tel a {
    font-size: 26px;
	line-height: 1.875em;
}
#sitemenu .if-tel > p {
    font-size: 14px;
}
#sitemenu .m-bt.bt {
	font-size: 16px;
    border-color: #fff;
    padding-top: 1.15em;
    padding-bottom: 1em;
}
#sitemenu .m-bt.bt:hover {
    color: var(--cl-pageink);
}

/*m-sub*/
#sitemenu .m-sub {
	justify-content: flex-end;
}
#sitemenu .m-sub a {
	font-size: 13px;
	line-height: 2.5em;
}
#sitemenu .m-sns.flexbox {
	margin-top: 40px;
}
@media (max-width: 999px){
	#sitemenu .head{
		left: var(--u-base-s);
		top: var(--u-base-s);
		position: fixed;
	}
	#sitemenu .head .close{
		top: var(--u-base-s);
    	right: var(--u-base-s);
	}
	#sitemenu .head .lgm > img {
		width: auto;
		height: 4em;
	}
	#sitemenu .menus-wrap{
		flex-direction: column;
		padding-right: 85px;
		padding-left: 85px;
		margin-top: 200px;
		margin-bottom: 120px;
	}
	#sitemenu .menus .m-main{
		padding-left: 85px;
	}
	#sitemenu .menus .m-main a{
		line-height: 2.2em;
	}
	#sitemenu .tel-wrap{
		justify-content: center;
	}
	#sitemenu .if-tel{
		text-align: center;
	}
	#sitemenu .m-sub{
		justify-content: flex-start;
	}
	#sitemenu .m-sub .c-wrap {
        width: 100%;
    }
	#sitemenu .m-sub a{
		line-height: 3.2em;
	}
	#sitemenu .m-sns.flexbox{
		/*position: relative;
		right: var(--u-base);
    	bottom: var(--u-base);
		margin-bottom: var(--u-base);*/
		margin-top: 70px;
	}
	#sitemenu .m-bt.bt {
		background-size: auto 15px;
	}
}
@media (max-width: 640px){
	#sitemenu .head{
		left: 21px;
		top: 20px;
	}
	#sitemenu .head img{
		height: 40px !important;
	}
	#sitemenu .head .close{
		top: 22px;
    	right: 20px;
	}
	#sitemenu .menus-wrap{
		padding-right: var(--share-smp-padding);
		padding-left: var(--share-smp-padding);
		margin-top: 130px;
	}
	#sitemenu .menus .m-main{
		padding-left: var(--share-smp-padding);
	}
	#sitemenu .menus .m-main a{
		font-size: 16px;
		line-height: 2.2em;
	}
	#sitemenu .tel-wrap{
		justify-content: center;
	}
	#sitemenu .if-tel{
		text-align: center;
	}
	#sitemenu .m-sub{
		justify-content: flex-start;
	}
	#sitemenu .m-sub a{
		line-height: 3.2em;
	}
	/*#sitemenu .m-sns.flexbox{
		position: relative;
		right: 20px;
    	bottom: 20px;
	}*/
}