@charset "UTF-8";
footer #sitefoot {
	text-align: center;
	padding-bottom: 4em;
	padding-top: 3.5em;
}
#sitefoot .shortcut {
	padding: 2.4em 0;
}
#sitefoot .shortcut a {
	display: inline-block;
	margin: 0 0.6em;
}
#sitefoot .shortcut a > img {
	width: auto;
	height: 2em;
}
#sitefoot .shortcut a:hover {
	opacity: 0.6;
}
#sitefoot .elm {
	width: 40%;
	text-align: left;
}
#sitefoot .lgm-wrap {
	margin-bottom: 1.65em;
}
#sitefoot a.lgm {
	display: inline-block;
}
#sitefoot a.lgm > img {
	width: 100%;
	height: auto;
	max-height: 64px;
	margin-bottom: 1em;
}
#sitefoot small {
	margin-top: 1em;
	display: block;
	font-size: 12px;
	line-height: 1em;
}
#sitefoot .controls {
	position: fixed;
	z-index: 1;
}
#sitefoot .pagetop {
	display: inline-block;
	position: fixed;
	z-index: 10;
	right: 0;
	padding-right: 2em;
	padding-bottom: 2.6em;
	/*bottom: 44px;*/ /* fallback for enviroment can't use calc & env function */
	/*bottom: calc(env(safe-area-inset-bottom) + 44px);*/
	bottom: 0;
	opacity: 0.0;
	transform: translateY(-2em);
	transition: all 1s;
	transition-delay: inherit;
}
#sitefoot .pagetop > img {
	width: 2em;
	height: auto;
}
[data-ispagescrolled="true"] #sitefoot .pagetop {
	opacity: 1.0;
	transform: translateY(0em);
	text-align: right;
}

#sitefoot .menus {
	padding-bottom: 1em;
}
#sitefoot .menus a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1em;
	display: inline-block;
	padding: 0.8em 0.8em;
	color: #000;
}
#sitefoot .menus a:hover {
	color: #aaa;
}


/**/
footer section {
	margin-bottom: 0;
}
#sitefoot > .flexbox {
	padding-bottom: 3.5em;
	padding-top: 3.5em;
}
#botContact {
	margin-top: 4rem;
	padding: 6rem 0;
	background-image: url("/share/im_cakoda/footer.jpg");
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 0;
}

#botContact > div {
	justify-content: center;
	align-items: center;
}
#botContact > div > * {
	line-height: 1;
}
	#botContact > div > a {
		margin-left: 2em;color: #323232;
	}
	#botContact > div > time {
		position: relative;
		padding-right: 2em;
	}
	#botContact > div > time::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 2em;
		background-color: #323232;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
#sitefoot .bt.bt-tur {
    font-size: 22px;
    padding: 1.25em 6.5em;
	width: auto;
	margin-bottom: 1.6em;
}
#sitefoot h3 {
	margin-bottom: 1em;
}

#sitefoot .tele {
	font-size: 2.1em;
	line-height: 1;
	display: block;
	background-image: url("/share/im_cakoda/ui/i_call.svg");
	background-position: left 0.1em top 0.18em;
	background-size: auto 0.8em;
	letter-spacing: 0.02em;
	text-indent: 1em;
	background-repeat: no-repeat;
	margin-left: 1em;
	margin-top: -0.02em;color: #323232;}

#sitefoot .menus {
	width: 60%;
	margin-top: -0.8em;
	padding-left: 2.0em;
	text-align: left;
}
	#sitefoot .menus a {
		line-height: 1em;
		display: inline-block;
		width: calc(100% / 3);
		min-width: 7em;
		padding: 0.8em 0;
		text-align: left;
		color: #323232;
	}
	#sitefoot .menus a:hover {
		opacity: 0.7;
	}
	
#sitefoot > div {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#sitefoot > div > * {
	font-size: 14px;
}
#sitefoot .lgm-wrap,
#sitefoot .cname,
#sitefoot .elm {
	margin-bottom: 1em;
}
h5 { 
	margin-bottom: 0;
}
@media screen and (max-width: 950px) {
	#sitefoot .elm,
	#sitefoot .menus {
		width: 100%;
	}
		#sitefoot .elm {
			order: 2; 
			text-align: center;
		}
		#sitefoot .menus {
			order: 1;
			margin-bottom: 2em;
			padding-left: 0;
		}
	nav.flexbox {
		padding: 0 4em;
	}
	#botContact > div {
		display: block;
		padding: 0;
		margin: 0;
	}
	#botContact > div > * {
		display: inline-block;
		width: 100%;margin-bottom: 0.7em;padding: 0;margin-left: 0;margin-right: 0;
	}
	#botContact > div > a {
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}
	#botContact > div > time {
		padding-right: 0;
	}
	#sitefoot .tele {
		background-position: left calc(50% - 3.5em) top 0.18em;
		background-size: auto 0.8em;
		margin-top: -0.02em;
		margin-left: 0;
	}
	
}
@media screen and (max-width: 640px) {
	#sitefoot .elm,
	#sitefoot .menus {
		width: 100%;
		text-align: center;
	}
	#sitefoot .bt.bt-tur {
		padding: 1.25em;
	}
	#botContact {
		padding: 3em 0 2em;
	}
	#botContact > * {
	}
	#sitefoot .tele,
	#botContact > div > a {
		margin-left: 0;
	}
	#botContact > div > time {
		padding-right: 0;
	}
	#botContact > div > time::after {
		display: none;
	}
	#sitefoot > div {
		text-align: center;
	}
	#sitefoot > div > * {
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#sitefoot .menus {
		width: 100%;
		padding: 0;
	}
	/*#sitefoot .menus > nav > a {
		width: 100%;
	}*/
	nav.flexbox {
		padding: 0;
	}
	#sitefoot > .flexbox {
		padding-bottom: 3em;
	}
	#sitefoot .bt.bt-tur {
		width: 80%;
		max-width: 100%;
		font-size: 4vw;
	}
	#botContact > div > a {
		margin-left: 0;
	}
	#botContact p {
		margin-bottom: 1em;
	}
	#sitefoot .menus a {
		width: 50%;
		text-align: center;
		font-size: 3.4vw;		
	}
	#sitefoot .lgm-wrap address,
	#sitefoot small {
		line-height: 2
	}
	#sitefoot a.lgm > img {
		width: 80%;
	}
	#sitehead .touchnavi a {
		font-size: 3vw;
		background-size: 2em;
		width: 5.2em;
	}
	#botContact {
		margin-bottom: 2em;
	}
	#sitefoot > .controls > .pagetop {
		text-align: right;
	}
}
#sitefoot .lgm-wrap p,
#sitefoot .lgm-wrap address {
    font-size: 14px;
    
}