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

@section('content')

<p class="lead_sp">ご家族のこだわりにあわせた<br />オーダーメイド設計だから、リフォームして<br />生まれた住まいのカタチも多種多様。<br /> 個性溢れるオーダーメイド空間と<br />住みごこち、くらしの変化などをご覧ください。</p>


<section class="reform-examples">
    <div class="wrapper">
        @for ($i = 0; $i < 5; $i++) <a class="reform-examples__two" href="example/detail">
            <div class="reform-examples__image">
                <img src="{{root('img/reform/example.jpg')}}" alt="">
            </div>
            <div class="reform-examples__info">
                <div class="reform-examples__order">
                    <div class="reform-examples__file">
                        FILE
                    </div>
                    <div class="reform-examples__number">
                        01
                    </div>
                </div>
                <div class="reform-examples__title">
                    愛猫と暮らす家
                </div>
                <div class="reform-examples__text">
                    家のどこにいても猫を感じられるような暮らしを。建具にペット用扉を起用し、キャットウォークを造作しました。
                </div>
                <div class="reform-examples__lists">
                    <dl class="reform-examples__list">
                        <dt>物件種別</dt>
                        <dd>マンション</dd>
                    </dl>
                    <dl class="reform-examples__list">
                        <dt>築年</dt>
                        <dd>45年</dd>
                    </dl>
                    <dl class="reform-examples__list">
                        <dt>エリア</dt>
                        <dd>横浜市中区</dd>
                    </dl>
                    <dl class="reform-examples__list">
                        <dt>リフォーム費用</dt>
                        <dd>0,000万円</dd>
                    </dl>
                    <dl class="reform-examples__list__long">
                        <dt>施工箇所</dt>
                        <dd>LDK/廊下/玄関/洗面/トイレ</dd>
                    </dl>
                </div>
            </div>
            </a>
            @endfor
    </div>
</section>
@endsection