@charset "utf-8";
.store-footer-logo,
.store-footer-wrap {
	padding: 0 0 1rem 0; }

.item-wrap,
.store-footer-icon-wrap {
	display: flex; }

.store-footer-icon-wrap {
	justify-content: center;
	align-items: center; }

.store-footer-item-text {
	display: inline-block; }

.store-footer-item-text {
	padding: 0.5rem 0; }
.store-footer-item-text-title {
	padding: 0 0 0.5rem 0; }
	
.store-footer-item-text-wrap {
	display: flex;
	flex-direction: column;
	padding: 0.25rem 0; }

.store-footer-payment-wrap {
  flex-wrap: wrap;
  gap: .33rem;
	padding: 1rem 0 0 0; }

.store-footer-table tbody tr td {
	padding: 0 0.33rem 0 0; }

/* .store-footer-item-phone,
.store-footer-item-phone a,
.store-footer-item-directions,
.store-footer-item-directions a {
	color: var(--color01); }

.store-footer-item-phone:before {
	font-family: "style03";
	content: '\e817';
	padding-right: .2rem; }

.store-footer-item-directions:before {
	font-family: "style03";
	content: '\e80e';
	padding-right: .4rem; } */