@charset "UTF-8";

.image{max-width:100%;height:auto}


.section__heading
{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}

.section__inner{max-width:980px;margin:0 auto}

.section__inner.-narrow{max-width:950px}


.shop-block
{-webkit-padding-before:80px;padding-block-start:80px;-webkit-padding-after:100px;padding-block-end:100px}

.shop-block__title
{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-bottom:15px}

.shop-block__subtitle{margin-bottom:40px;text-align:center}

.shop-block__perfix{margin-bottom:38px;font-size:2rem;text-align:center}

.shop-block__area
{display:-ms-grid;display:grid;-ms-grid-columns:50.81633% 1fr;grid-template-columns:50.81633% 1fr;-webkit-column-gap:20px;column-gap:20px;padding:40px;margin-bottom:80px;background-color:#fff}

.shop-block__anchor
{transition:.3s cubic-bezier(.13,.78,.38,.98)}

.shop-block__anchor:hover{text-decoration:none}

.shop-block-tab
{display:-ms-grid;display:grid;-ms-grid-rows:(max-content)[3];grid-template-rows:repeat(3,max-content);-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:15px}

.shop-block-tab__item
{color:#fff;cursor:pointer;-webkit-transform:.3s cubic-bezier(.13,.78,.38,.98);transform:.3s cubic-bezier(.13,.78,.38,.98)}

.shop-block-tab__item:hover{opacity:.5}



.shop-list
{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px}

.shop-list__item{background-color:#fff}

.shop-list__content{padding:16px 20px 30px}

.shop-list__name{font-size:2rem;font-weight:500;line-height:1.33333;color:#d11338}

.shop-list__address{margin-top:5px;font-size:1.6rem;line-height:1.5}

.shop-list__tel{margin-top:12px;font-size:2rem}

.shop-list__time{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:16px;column-gap:16px;margin-top:8px;font-size:1.6rem}

.shop-list__button{margin-top:20px}

.shop-list__anchor
{position:relative;display:block;width:100%;padding-block:12px;font-size:2.4rem;font-weight:700;color:#fff;text-align:center;text-decoration:none;background-color:#d11338;border-radius:4px;transition:.3s cubic-bezier(.13,.78,.38,.98)}

.shop-list__anchor:hover{opacity:.5}
.shop-list__anchor-icon
{position:absolute;top:50%;left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}



.shop-list__rabel {position:relative;}
.shop__rabel {position:absolute;
	top:0;right:0;width:34%;}



@media screen and (max-width:979px) and (min-width:768px){
	.section__inner {max-width:92%;margin-right:4%;margin-left:4%}
}





