  .footer { position: relative; color: var(--complement-color-primary); background-color: var(--color-primary); } .footer__inner { position: relative; display: grid; grid-template-areas: "logo" "location" "contact" "sns" "hours" ; justify-content: center; text-align: center; padding: 5rem var(--x-gap) 2.5rem; } .footer__label { font-weight: bold; margin-bottom: 5px; } .footer__logo { grid-area: logo; } .footer__tel { display: block; font-size: 1.625rem; font-weight: 600; line-height: normal; margin-top: 1.38rem; margin-bottom: 1.25rem; } .footer__menu { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; text-transform: uppercase; width: 100%; margin-top: 4rem; font-size: 0.75rem; font-style: normal; font-weight: 600; line-height: normal; } .footer__menu .menu__item { font-size: 12px; } .footer__location { grid-area: location; display: grid; gap: 10px; font-size: 0.9375rem; font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 1.37rem; } .footer__contact { grid-area: contact; } .footer__hour { display: flex; /* justify-content: space-between;*/ justify-content: center; gap: 5px; font-size: 0.9375rem; font-style: normal; font-weight: 600; line-height: 160%; } .footer__sns { grid-area: sns; justify-self: center; margin-top: 1rem; } @media(min-width: 992px) { .footer__menu .menu__link { position: relative; text-decoration: none; margin-bottom: 0; } .footer__menu .menu__link::after { content: ''; display: block; position: absolute; left: 50%; bottom: -4px; width: 0; height: 2px; transform: translateX(-50%); background: currentColor; transition: width 0.3s ease; pointer-events: none; } .footer__menu .menu__link:hover::after, .footer__menu .menu__link:focus::after { width: 100%; } .footer__menu .menu__item.current .menu__link { color: var(--color-primary); text-decoration: none; } .footer__menu .menu__item--current .menu__link::after, .footer__menu .menu__item--current .menu__link::after { width: 100%; } }  .pattern-repeating { background: white; background-image: url('https://www.livevillagewest.com/wp-content/themes/muinzer-2026/assets/subthemes/village-west/repeating-pattern.svg'); background-size: contain; background-repeat: repeat; opacity: 0.4; background-size: 848.84px 736.49px; }  .copyright { position: relative; display: flex; align-items: center; flex-wrap: wrap; flex-direction: column; gap: 10px var(--gap); font-size: 10px; font-style: normal; font-weight: 600; padding: 1rem var(--x-gap); } .copyright__policy-menu { display: flex; align-items: center; gap: 15px; margin-top: .5rem; } .copyright__corporate { max-width: 190px; } @media(min-width: 767px) { .copyright { flex-direction: row; justify-content: space-between; } }  .jumpem { display: flex; justify-content: center; flex-wrap: wrap; font-size: 12px; line-height: 1; padding: 1rem var(--x-gap); color: #fff; background-color: #121212; } .jumpem img { height: 1.1em; vertical-align: middle; }  