.real-store__section{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}.real-store__intro{padding:15px 20px}.real-store__name{font-size:24px;margin-block-end:10px}.real-store__detail{font-size:16px}.real-store__info{padding:30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.real-store__info-title{padding:5px 10px;display:block;width:100px;color:#fff;background:#00839b;font-size:16px;font-weight:700;text-align:center}.real-store__info-text{margin-block-start:10px;font-size:16px}.real-store__sub-images-wrapper{margin-block-start:50px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;align-items:flex-start;gap:30px}.real-store__sub-image{width:100%;height:auto}@media screen and (max-width:768px){.real-store__detail{font-size:14px}.real-store__info-text{font-size:14px}.real-store__section{grid-template-columns:1fr;grid-template-rows:auto;gap:20px}.real-store__section>*{grid-column:1}.real-store__image-wrapper{order:1}.real-store__intro{order:2;padding:0}.real-store__map{order:3}.real-store__info{order:4;padding:20px 0 40px}.real-store__map-iframe{min-height:260px}.real-store__sub-images-wrapper{grid-template-columns:1fr;gap:20px;margin-block-start:0}.real-store__sub-images-wrapper>*{grid-column:1}}