.store-title-wrapper{display:flex;flex-direction:column;gap:1rem}.detail-hr{border:none;border-top:1px solid #e0e0e0;margin:5rem 0}.store-open-status{width:fit-content;padding:.2rem 1rem;border-radius:1em;margin-left:auto;font-size:1.3rem;border:1px solid #f4f4f4;color:#333;background:#f4f4f4}.store-open-status:has(.is-open){color:var(--brand-default);border-color:#fff;background:#fff1f1}.store-icon{border-radius:.3em;width:fit-content;background:#fff}.store-icon.mh{color:var(--brand-default);border-color:var(--brand-default)}.store-icon.db{color:#152a8b;border-color:#152a8b}.store-info-box{display:grid;grid-template-columns:14em 1fr;gap:2rem;margin-top:4rem;margin-bottom:1rem}.store-info-box__content{display:flex;flex-direction:column;gap:1em}.store-info-box h2{margin-bottom:0}@media screen and (max-width:750px){.store-info-box{grid-template-columns:1fr}}.store-basic{display:grid;grid-template-columns:1em 1fr;gap:.5rem}.store-basic dt{padding:.2rem;color:var(--brand-default)}.store-basic dd{padding:.2rem .2rem .2rem .6rem}dl.hourlist{display:grid;grid-template-columns:6em 1fr}dl.hourlist dt{padding:.2rem}dl.hourlist dd{padding:.2rem .2rem .2rem .6rem}.badge-container{display:flex;flex-wrap:wrap;gap:1rem .8rem}.badge-container.sub{background:#f9f9f9;padding:1em;border-radius:.5rem}.badge-container.sub .badge{background:#fff;border:1px solid #e0e0e0;padding:.4rem .8rem;border-radius:.5rem;display:flex;align-items:center}.feature-list{list-style:none;padding:1em;background:#f9f9f9;border-radius:.5rem}.feature-list li{margin-bottom:.5rem;text-indent:-1em;padding-left:1em}.feature-list li:before{content:"* "}.holidays-box,.other-box{display:flex;flex-wrap:wrap}.other-box{gap:.5rem;align-items:center}.blog-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:.8em;padding:1em;background:#eee;border-radius:.5rem}.blog-entry{background:#fff;padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-radius:.5rem}.blog-date{margin-top:.5rem}@media screen and (max-width:750px){.blog-wrapper{width:100vw;display:flex;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:1rem;margin:0 -1.2rem}.blog-wrapper .blog-entry{width:220px;flex:0 0 auto;scroll-snap-align:start}.blog-wrapper .blog-entry img{width:200px;height:200px;object-fit:cover;border-radius:8px}}.store-list{list-style:none;margin:0;padding:0}.store-list li{display:grid;grid-template-columns:1fr;gap:1rem;border-bottom:1px solid #e0e0e0;padding:1em .8em 2em;transition:background-color .2s ease-in-out}.store-list li:hover{background:#f9fafb}.store-list-item{background:#fff;transition:background-color .2s ease-in-out}.store-list-item:hover{background:#f9fafb}.store-list-item__title{display:flex;flex-direction:column;gap:1rem}.store-list-item__address,.store-list-item__hours{display:flex;align-items:center;gap:.4rem}.store-list .store-open-status{margin-left:0}.store-list-item__link{margin-top:.5rem}.store-list-item__link a{color:#fff;background:var(--brand-default);display:block;padding:.5rem 1rem;text-align:center;border-radius:.5rem;text-decoration:none;font-size:1.4rem;width:100%}.store-list-item__brandlogos{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-top:.5rem;background:#e6e6e6;padding:1rem;gap:.5rem;align-self:center}.store-list-item__brandlogos div{background:#ffffff99;padding:3px;display:flex;justify-content:center;align-items:center;height:100%}@media screen and (max-width:767px){.store-list{margin:0 -2rem}.store-list-item__link a{width:50%}.store-list-item__brandlogos{margin:0 .6em}}@media screen and (min-width:768px){.store-list li{grid-template-columns:1fr 16em;gap:1rem 2rem}.store-list-item__title{grid-column:1/-1;grid-row:1}.store-list-item__link a{width:fit-content}.store-list-item__brandlogos{grid-column:2;grid-row:2/5}}