
/*----------------------------------------------------------------------> ▼ general <--*/

footer {
	position: relative;
	border-top: 1px solid #f0f0f0;
	background: #569;
	background: #fafafa;
}

footer .frame {
	padding: 0 auto;
}

@media (1367px <= width) {
	footer .frame {
		min-width: 1164px;
	}
}

@media (1164px <= width <= 1366px) {
	footer .frame {
		min-width: 1000px;
	}
}

/*----------------------------------------------------------------------> ▼ contact <--*/

#wrap_contact {
	background: url(/asset/image/general/footer/copyright_11.jpg) right bottom / covera;
	background: #f3f3f3;
	background: linear-gradient(#fafafa, #f3f3f3);
}

#contact {
	display: flex;
}

/*---------------------------------------------> ▼ .tel <--*/

#contact_tel {
	width: calc(100% - 400px);
}

#contact_tel div:not(.summary div) {
	font-size: 16px;
}

#contact_tel a {
	display: inline-block;
	margin: 15px 0 15px;
	font-family: Helvetica-T;
	font-size: 60px;
	letter-spacing: 2px;
	color: ;
}

@media (width <= 500px) {
	#contact_tel a {
		margin: 15px 0 15px;
		font-family: Helvetica-T;
		font-size: 45px;
		letter-spacing: 2px;
	}
}

@media (width <= 400px) {
	#contact_tel a {
		font-size: 36px;
	}
}


#contact_form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 400px;
}

#contact_form a {
	width: 400px;
	padding: 40px 0px;
	border-right: 0px solid #eee;
	border-bottom: 0px solid #ccc;
	box-shadow: 0 0 5px #ddd;
	border-radius: 15px;
	background: #4ad;
	background: #fff;
	color: #666;
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {
	#contact_form a {
		transition: var(--transition);
	}
	
	#contact_form a:hover {
		transform: ;
	}
}

@media (width <= 767px) {
	#contact {
		flex-wrap: wrap;
	}
	
	#contact_tel,
	#contact_form {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	
	#contact_tel div {
		text-align: center;
	}
	
	#contact_form {
		margin-top: 50px;
	}
}

/*----------------------------------------------------------------------> ▼ .footer_menu <--*/

.footer_menu {
	display: flex;
	margin-left: 50px;
}

.footer_menu a {
	font-size: 13px;
	color: ;
	text-decoration: underline;
}

.footer_menu a:nth-child(n + 2) {
	margin-left: 30px;
}

@media (width <= 1163px) {
	.footer_menu {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.footer_menu a {
		transition: var(--transition);
	}
	
	.footer_menu a:hover {
		color: var(--theme);
	}
}



#bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#bottom_left {
	display: flex;
	align-items: center;
}

@media (width <= 767px) {
	#bottom {
		flex-direction: column-reverse;
	}

}

#sns {
	display: flex;
	border: 0px solid #f00;
}

#sns a {
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 9999px;
	border: 0px solid #000;
	opacity: 0.75;
}

#sns a:nth-child(n + 2) {
	margin-left: 15px;
}

/*---------------------------------------------> ▼ .map <--*/

#sns a {
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 9999px;
	border: 0px solid #000;
	opacity: 0.75;
}

#sns .map {
	background: url(/asset/image/general/footer/map.png) no-repeat center / calc(100% - 30px) calc(100% - 30px), #eee;
}

#sns .tel {
	background: url(/asset/image/general/footer/tel.png) no-repeat center / calc(100% - 30px) calc(100% - 30px), #eee;
}


@media (width <= 767px) {
	#sns {
		margin-top: 30px;
	}
	
	#sns a {
		width: 60px;
	}
}

@media (width <= 500px) {
	#bottom_left {
		width: 100%;
		justify-content: flex-end;
	}
	
	#sns {
		width: 100%;
		justify-content: center;
	}
}

@media (hover: hover) and (pointer: fine) {
	#sns .map {
		transition: var(--transition);
	}	
	
	#sns .map:hover {
		background: url(/asset/image/general/footer/map_225.png?m=20000101) no-repeat center / calc(100% - 30px) calc(100% - 30px), #eef;
	}
}

/*-----------------------------------------------------------------------------------------------> ▼ .copyright <--*/

#copyright {
	border: 0px solid #f00;
}

#copyright img {
	width: auto;
	height: 50px;
	opacity: 0.8;
}

#copyright .frame {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#copyright div {
	width: 100%;
	margin-top: 12px;
	color: ;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1.1px;
	opacity: 0.9;
}

@media (width <= 500px) {
	#copyright img {
		width: 100%;
		height: auto;
	}
	
	#copyright div {
		text-align: center;
		font-size: 11px;
		letter-spacing: 0.5px;
		opacity: 0.8;
	}
}

/*-----------------------------------------------------------------------------------------------> ▼ .go_top <--*/

.go_top {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100px;
	aspect-ratio: 1 / 1;
	background: url(/asset/image/general/go_top_333.png?m=20000101) center / cover;
	opacity: 0.5;
	z-index: 100;
}

.go_top.scrolled {
	background: url(/asset/image/general/go_top_333.png?m=20000101) center / cover, #fff;
	opacity: 1;
}

@media (width <= 1024px) {
	.go_top {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.go_top {
		transition: var(--transition);
	}

	.go_top.scrolled:hover {
		background: url(/asset/image/general/go_top_fff.png?m=20000101) center / cover, var(--red);
		opacity: 1;
	}
}
