.office-lists{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media(max-width: 768px){.office-lists{display:flex;flex-wrap:wrap;gap:0 1rem}}.office-list{display:flex;align-items:center;min-height:3rem;padding:.5rem}.office-list a{width:100%}.shop-image-lists{display:grid;grid-template-columns:repeat(auto-fit, minmax(0, 1fr));gap:1rem}@media screen and (max-width: 768px){.shop-image-lists:nth-of-type(1){grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.shop-image-lists:nth-of-type(2){grid-template-columns:repeat(1, 1fr)}}.shop-image-list{min-width:0}#access_map iframe{width:100%}