
/*----------------------------------------------------------------------> ▼ 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;
	}
}

/*----------------------------------------------------------------------> ▼ .summary <--*/

footer .summary {
	display: flex;
	justify-content: center;
}

footer .summary li {
	display: flex;
	align-items: center;
}

footer .summary .icon::before {
	font-size: 40px;
}

footer .summary li:nth-child(2) {
	border-right: 1px dashed #aaa;
	border-left: 1px dashed #aaa;
}

@media (1164px <= width) {
	footer .summary {
		margin-bottom: 30px;
	}
	
	footer .summary li:nth-child(2) {
		margin: 0 25px;
		padding: 0 25px;
	}
}

@media (width <= 1163px) {
	footer .summary {
		flex-wrap: wrap;
	}	
	
	footer .summary li {
		width: 100%;
		justify-content: center;
	}

	footer .summary li:first-child {
		padding-bottom: 15px;
	}
	
	footer .summary li:nth-child(2) {
		padding: 15px 0;
		border-top: 1px dashed #aaa;
		border-right: 0px dashed #aaa;
		border-bottom: 1px dashed #aaa;
		border-left: 0px dashed #aaa;
	}
	
	footer .summary li:last-child {
		padding-top: 15px;
	}
	
	footer .summary .icon::before {
		display: none;
	}
}

@media (width <= 767px) {
	footer .summary {
		padding: 30px 0;
	}
}

/*---------------------------------------------> ▼ .logo <--*/

footer li.logo {
	min-height: 72px;
	padding-left: 55px;
	background: url(/asset/image/general/logomark.png) no-repeat left center / 42px auto;
}

footer li.logo div {
	font-size: 14px;
}

@media (width <= 1163px) {
	footer li.logo {
		padding: 85px 0 0;
		background: url(/asset/image/general/logomark.png) no-repeat center top / 50px auto;
	}
}

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

footer li.map {

}

footer .map.icon::before {
	margin-right: 15px;
	content: "\f5a0";
}

footer li.map a div:last-child {
	font-size: 14px;
	line-height: 1.25em;
}

footer li.map div:first-child {
	display: inline-block;
	margin: 10px 0 7px;
	padding: 2px 15px 1px 18px;
	border: 1px solid var(--red);
	color: var(--red);
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: var(--border_radius_light);
}

footer .map.icon::before {
	color: var(--red);
}

@media (width <= 1163px) {
	footer li.map a div:first-child {
		font-size: 13px;
		line-height: 1.5em;
	}
	
	footer li.map div:last-child {
		margin-top: 10px;
		padding: 1px 8px 0px 10px;
	}

	footer li.map a,
	footer li.map a div {
		text-align: center;
	}
}

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

footer li.tel{
}

footer .tel a {
	font-family: Helvetica-M;
	font-size: 36px;
	letter-spacing: 3px;
	color: var(--theme);
}

footer .tel.icon::before {
	content: "\f2a0";
	margin-right: 10px;
	transform: rotate(-45deg);
	color: var(--theme);
}

footer li.tel a + div {
	font-size: 14px;
	line-height: 1.5em;
}

@media (1164px <= width <= 1366px) {
	footer .tel span {
		margin-left: -8px;
	}
}

@media (width <= 1163px) {
	footer li.tel a + div {
		margin-top: 10px;
		font-size: 13px;
		text-align: center;
	}
}

@media (width <= 767px) {
	footer .tel a {
		font-size: 32px;
		letter-spacing: 1.5px;
	}	
}

/*----------------------------------------------------------------------> ▼ .banners <--*/

.banners {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	border-top: 0px solid #ccc;
	background: #f0f0f0;
}

.banners a {

}

.banners .pet img {
	border: 1px solid #3af;
}

.banners .off img {
	border: 1px solid #d00;
}

@media (1024px <= width) {
	.banners a:nth-child(n + 2) {
		margin-left: 15px;
	}

	.banners img {
		height: 80px;
	}
}

@media (width <= 1023px) {
	.banners {
		flex-wrap: wrap;
	}
	
	.banners a {
		width: 100%;
		text-align: center;
	}
	
	.banners a:nth-child(n + 2) {
		margin-top: 15px;
	}

	.banners img {
		width: 200px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.banners a {
		transition: var(--transition);
	}
	
	.banners a:hover {
		opacity: 0.75;
	}
}

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

.footer_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0px;
	padding: 30px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc;	
}

.footer_menu a {
	font-size: 14px;
	color: ;
}

.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_group a:first-child::after {
		left: 0;
		bottom: 0;
	}

	.footer_menu_group a:first-child:hover::after {
		width: 100%;
	}
	
	.footer_menu_group a:nth-child(2)::after {
		left: 43px;
	}
	
	.footer_menu_group a:nth-child(2):hover::after {
		width: calc(100% - 43px);
	}

	.footer_menu_group a:nth-child(n + 3)::after {
		left: 37px;
	}
	
	.footer_menu_group a:nth-child(n + 3):hover::after {
		width: calc(100% - 37px);
	}
}

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

.copyright {
	border-top: 1px solid #aaa;	
	line-height: 100px;
	color: #fff;
	background: var(--red);
	
	background: #004;
	text-align: center;
	font-size: 13px;
}


/*-----------------------------------------------------------------------------------------------> ▼ .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;
	}
}
