@extends('template')
@section('head')
@endsection

@section('content')

<section class="shop-map">
    <div class="shop-map__info">
        <div class="shop-map__text">
            横浜市栄区で昭和52年に創業以来、1組1組のお客様の「よりよい暮らし」をお手伝いしています。 地域各所に点在する三春情報センターのお店は、地元に密着した「暮らしの相談所」。 不動産仲介や注文住宅、リフォーム相談、保険の見直し、マンション管理などのサービスを行います。
        </div>
        <div class="shop-map__img">
            <img src="{{root('img/shop/shop-map.png')}}" alt="">
        </div>
    </div>
    <!--<iframe class="shop-map__iframe" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3252.463467416934!2d139.5782312508941!3d35.39376095319437!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60185b325cca3545%3A0x8f0999e9e5a8ae88!2z44CSMjM0LTAwNTEg56We5aWI5bed55yM5qiq5rWc5biC5riv5Y2X5Yy65pel6YeO77yU5LiB55uu!5e0!3m2!1sja!2sjp!4v1555073235796!5m2!1sja!2sjp"
        width="600" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>-->

</section>

<section class="shop-search">
    <div class="wrapper">

        <div class="shop-search__title">
            <i class="fas fa-search"></i>店舗を探す
        </div>
        <nav class="shop-search__lists">
            <a href="" class="shop-search__list selected">港南区</a>
            <a href="" class="shop-search__list">栄区</a>
            <a href="" class="shop-search__list">磯子区</a>
            <a href="" class="shop-search__list">金沢区</a>
            <a href="" class="shop-search__list">南区</a>
        </nav>
    </div>
</section>

<section class="shop-lists">
    <div class="wrapper">
        <div class="shop-lists__area">港南区</div>
        <div class="shop-lists__lists">
        <div class="shop-lists__list">
            <a class="shop-lists__upper" href="{{root('shop/detail')}}">
                <div class="shop-lists__img">
                    <img src="{{root('img/shop/shop.jpg')}}" alt="">
                </div>
                <div class="shop-lists__main">
                    <div class="shop-lists__name">港南中央店
                    <span class="shop-lists__link">店舗詳細<i class="fas fa-chevron-right"></i></span>
                    </div>
                <div class="shop-lists__details">
                    <dl class="shop-lists__detail">
                        <dt>住所</dt>
                        <dd>横浜市港南区港南中央通6-5</dd>
                    </dl>
                    <dl class="shop-lists__detail">
                        <dt>営業時間</dt>
                        <dd>
                            【水～日】9:30～20:00<br> 【月・火】9:30～18:00
                        </dd>
                    </dl>
                    <dl class="shop-lists__detail">
                        <dt>定休日</dt>
                        <dd>
                            不定休 ※予告なく変更になる場合があります。
                        </dd>
                    </dl>
                </div>
              </div>
            </a>
                    <div class="shop-lists__contacts">
                        <span class="shop-lists__tel"><i class="fas fa-phone"></i>0120-33-8730</span>
                        <a class="sp_tel" href="tel:0120-33-8730"><i class="fas fa-phone"></i>0120-33-8730</a>

                        <a href="/reserve" class="shop-lists__mail"><i class="far fa-envelope"></i>来店予約</a>
                    </div>
        </div>
        <div class="shop-lists__list">
            <a class="shop-lists__upper" href="{{root('shop/detail')}}">
                <div class="shop-lists__img">
                    <img src="{{root('img/shop/shop.jpg')}}" alt="">
                </div>
                <div class="shop-lists__main">
                    <div class="shop-lists__name">港南中央店
                    <span class="shop-lists__link">店舗詳細<i class="fas fa-chevron-right"></i></span>
                    </div>
                <div class="shop-lists__details">
                    <dl class="shop-lists__detail">
                        <dt>住所</dt>
                        <dd>横浜市港南区港南中央通6-5</dd>
                    </dl>
                    <dl class="shop-lists__detail">
                        <dt>営業時間</dt>
                        <dd>
                            【水～日】9:30～20:00<br> 【月・火】9:30～18:00
                        </dd>
                    </dl>
                    <dl class="shop-lists__detail">
                        <dt>定休日</dt>
                        <dd>
                            不定休 ※予告なく変更になる場合があります。
                        </dd>
                    </dl>
                </div>
              </div>
            </a>
                    <div class="shop-lists__contacts">
                        <span class="shop-lists__tel"><i class="fas fa-phone"></i>0120-022-319</span>
                        <a class="sp_tel" href="tel:0120-022-319"><i class="fas fa-phone"></i>0120-022-319</a>

                        <a href="/reserve" class="shop-lists__mail"><i class="far fa-envelope"></i>来店予約</a>
                    </div>
                </div>
    </div>
    </div>
</section>
@endsection
