{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% block stylesheet %}
<style>
.top-center{
text-align: center;
}
.top{
width:75%;
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
{% endblock %}
{% set News = repository('Eccube\\Entity\\News').findOneBy({id: 1}) %}
<div class="ec-headerRole space">
<div class="ec-headerRole__title">
<div class="ec-headerTitle top-center">
<div class="ec-headerTitle__title top">
<img src="{{ asset('assets/img/top/kazoku_02.jpg') }}" >
</div>
<p class ="text-title">千葉県南房総の田舎暮らし!海の見える海浜リゾート物件。里山古民家物件。永住・別荘向き土地住宅等不動産情報満載。</p>
</div>
</div>
</div>
<div id="flowing-text">
<div class="fix-box">
<div class="flowing-box">
<p class="flowing-txt">{{News.description}}</p>
</div>
</div>
</div>