.custom-container section { background: inherit; margin-top: 24px; }
#map { position: relative; width: 100%; max-height: 480px; background: var(--grey-3); margin-left: auto; margin-right: auto; aspect-ratio: 1/1; }
#shoplist { border-bottom: 1px solid var(--grey-3); cursor: pointer; }
#shoplist > article { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 8px; border-top: 1px solid var(--grey-3); padding: 24px 0; }
#shoplist > article h4 { font-size: 15px; font-weight: 700; }

.contact_grid { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; row-gap: 24px; margin-bottom: 24px; }
.contact_grid > div:nth-child(odd) { font-weight: 700; }
.contact_grid p { margin-bottom: 8px; }
.contact_grid .btn_secondary { width: 100%; }

.location-number:after { content: '\00a0shops'; }
.location-number[data-grammar="0"]:after, .location-number[data-grammar="1"]:after { content: '\00a0shop'; }

.shopdetail { display: none; }