{#
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.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'product_page' %}
{% set mainWidth = 465 %}
{% set haichiWidth = 465 %}
{% set madoriWidth = 465 %}
{% set detailWidth = 465 %}
{% set ImageList = [] %}
{% if Product.sub5Image !="" %}
{% set keyValue = { (Product.sub5Title): Product.sub5Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub6Image !="" %}
{% set keyValue = { (Product.sub6Title): Product.sub6Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub7Image !="" %}
{% set keyValue = { (Product.sub7Title): Product.sub7Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub8Image !="" %}
{% set keyValue = { (Product.sub8Title): Product.sub8Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub9Image !="" %}
{% set keyValue = { (Product.sub9Title): Product.sub9Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub10Image !="" %}
{% set keyValue = { (Product.sub10Title): Product.sub10Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub11Image !="" %}
{% set keyValue = { (Product.sub11Title): Product.sub11Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub12Image !="" %}
{% set keyValue = { (Product.sub12Title): Product.sub12Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub13Image !="" %}
{% set keyValue = { (Product.sub13Title): Product.sub13Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub14Image !="" %}
{% set keyValue = { (Product.sub14Title): Product.sub14Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub15Image !="" %}
{% set keyValue = { (Product.sub15Title): Product.sub15Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub16Image !="" %}
{% set keyValue = { (Product.sub16Title): Product.sub16Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub17Image !="" %}
{% set keyValue = { (Product.sub17Title): Product.sub17Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub18Image !="" %}
{% set keyValue = { (Product.sub18Title): Product.sub18Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub19Image !="" %}
{% set keyValue = { (Product.sub19Title): Product.sub19Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub20Image !="" %}
{% set keyValue = { (Product.sub20Title): Product.sub20Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub21Image !="" %}
{% set keyValue = { (Product.sub21Title): Product.sub21Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub22Image !="" %}
{% set keyValue = { (Product.sub22Title): Product.sub22Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub23Image !="" %}
{% set keyValue = { (Product.sub23Title): Product.sub23Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub24Image !="" %}
{% set keyValue = { (Product.sub24Title): Product.sub24Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub25Image !="" %}
{% set keyValue = { (Product.sub25Title): Product.sub25Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub26Image !="" %}
{% set keyValue = { (Product.sub26Title): Product.sub26Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub27Image !="" %}
{% set keyValue = { (Product.sub27Title): Product.sub27Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub28Image !="" %}
{% set keyValue = { (Product.sub28Title): Product.sub28Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub29Image !="" %}
{% set keyValue = { (Product.sub29Title): Product.sub29Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub30Image !="" %}
{% set keyValue = { (Product.sub30Title): Product.sub30Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub31Image !="" %}
{% set keyValue = { (Product.sub31Title): Product.sub31Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub32Image !="" %}
{% set keyValue = { (Product.sub32Title): Product.sub32Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub33Image !="" %}
{% set keyValue = { (Product.sub33Title): Product.sub33Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub34Image !="" %}
{% set keyValue = { (Product.sub34Title): Product.sub34Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub35Image !="" %}
{% set keyValue = { (Product.sub35Title): Product.sub35Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub36Image !="" %}
{% set keyValue = { (Product.sub36Title): Product.sub36Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub37Image !="" %}
{% set keyValue = { (Product.sub37Title): Product.sub37Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub38Image !="" %}
{% set keyValue = { (Product.sub38Title): Product.sub38Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub39Image !="" %}
{% set keyValue = { (Product.sub39Title): Product.sub39Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% if Product.sub40Image !="" %}
{% set keyValue = { (Product.sub40Title): Product.sub40Image} %}
{% set ImageList = ImageList|merge([keyValue]) %}
{% endif %}
{% set productClass = repository('Eccube\\Entity\\ProductClass').findBy({Product: Product}) %}
{% set cartItem = repository('Eccube\\Entity\\CartItem').findBy({ProductClass: productClass}) %}
{% block stylesheet %}
<style>
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: " ";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
.center{
text-align: center;
}
</style>
{% endblock %}
{% block javascript %}
<script>
$(function() {
// bfcache無効化
$(window).bind('pageshow', function(event) {
if (event.originalEvent.persisted) {
location.reload(true);
}
});
$('.item_visual').slick({
dots: false,
arrows: false,
responsive: [{
breakpoint: 768,
settings: {
dots: true
}
}]
});
$('.slideThumb').on('click', function() {
var index = $(this).attr('data-index');
$('.item_visual').slick('slickGoTo', index, false);
})
$('.add-cart').on('click', function(e) {
var $form = $(this).parents().find('form');
// 個数フォームのチェック
var $quantity = $form.parent().find('.quantity');
if ($quantity.val() < 1) {
$quantity[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
$quantity[0].setCustomValidity('');
}
e.preventDefault();
$.ajax({
url: $form.attr('action'),
type: $form.attr('method'),
data: $form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// カートブロックを更新する
$.ajax({
url: '{{ url('block_cart') }}',
type: 'GET',
dataType: 'html'
}).done(function(html) {
$('.ec-headerRole__cart').html(html);
});
window.location.href = "{{ url('cart') }}";
}).fail(function(data) {
alert('{{ 'カートへの追加に失敗しました。'|trans }}');
}).always(function(data) {
// Buttonを有効にする
$('.add-cart').prop('disabled', false);
});
});
$('.reload').on('click', function(event) {
location.reload();
});
});
</script>
<script>
// 地図を作成する]
var mymap = L.map('map');
// タイルレイヤーを作成し、地図にセットする
L.tileLayer('https://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '{{Product.name}}',
}).addTo(mymap);
// 地図の中心座標とズームレベルを設定する
mymap.setView([{{Product.mapX}}, {{Product.mapY}}], 15);
// マーカーを作成する
var marker = L.marker([{{Product.mapX}}, {{Product.mapY}}]).addTo(mymap);
// クリックした際にポップアップメッセージを表示する
marker.bindPopup("{{Product.name}}");
</script>
{% endblock %}
{% block main %}
<h3 style="width:940px;color:black;margin:0px 10px 0px">【照会番号 {{Product.getCodeMax}}】</h3>
<div style="float:left;width:600px;padding-top:5px;margin-left:10px;"><font style="color:red;"><strong>
{{Product.mainListComment}}
</strong></font><br><font class="text01"><a href="javascript:history.back();">前へ戻る</a></font></div>
<div align="right" style="width:350px;float:left;border:1px solid #000000;background-color:#e2ebff;">
<div valign="middle" style="width:255px;float:left;color:black;"></br>この物件に関するお問い合わせは右の画像をクリックしてください。</div>
<a href="{{ url('contact', {'productCode': Product.getCodeMax}) }}"><img src="../../html/user_data/assets/images_juchi/mailanime.gif" alt="物件のお問い合わせはこちらから" border="0"></a></div>
<div style="clear:left;"></div>
<!--product start-->
<div class="box_023" style="width:940px;margin:auto">
<table width="940px" border="0" cellspacing="0" cellpadding="0" style="margin:auto;margin-bottom:5px;">
<tr>
{% if Product.mainImage !=""%}
<td valign="top">
<p style="font-size:120%;margin-left:5px;">{{Product.Comment}}</p>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#555555"><tr><td>
<table border="0" cellspacing="1" cellpadding="0"><tr><td bgcolor="white">
<!-- <img src="/upload/save_image/06051302_60baf73f7b675.jpg" width="400" alt="閑静分譲地内”中古住宅"/></a>-->
<img src='{{ asset(Product.mainImage|no_image_product, 'save_image') }}' style="height:300px;" width={{mainWidth}} alt="メイン画像"/>
</td></tr></table>
</td></tr></table>
</td>
{% endif %}
<!--拡大写真がある場合ここから-->
{% if Product.sub5Image !=""%}
<td valign="top">
<p style="font-size:120%;margin-left:5px;">{{Product.sub5Title}}</p>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#555555" style="margin-left:3px;"><tr><td>
<table border="0" cellspacing="1" cellpadding="0"><tr><td bgcolor="white">
<img src='{{ asset(Product.sub5Image|no_image_product, 'save_image') }}' style="height:300px;" alt='{{Product.sub5Title}}' width={{mainWidth}} />
</td></tr></table>
</td></tr></table>
</td>
{% endif %}
</tr>
</table>
<table width="940" border="0" cellspacing="1" cellpadding="4" bgcolor="#559bfb" style="margin:auto;margin-bottom:10px;">
<tr>
<td colspan="5" align="center" valign="middle" bgcolor="#b7dfff" height="30"><b>物 件 詳 細</b></td>
</tr>
{%if Product.syubetu == "マンション" %}
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" width="20%" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">物件種目</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;" width="80%" ><font class="text01">{{Product.syumoku}} {{Product.name}}</font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">所在地</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.pref}}{{Product.ku}}{{Product.adDetail}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">間取</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.rmNum}}{{Product.rmType}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">価格</font></td>
{% if Product.getPrice02IncTaxMax==0%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>ご成約済</b></font></td>
{% elseif Product.getPrice02IncTaxMax==1%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>商 談 中</b></font></td>
{% else %}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>{{Product.getPrice02IncTaxMax}}万円 </b></font></td>
{% endif %}
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">最寄駅</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="30%"><font size="3">{{Product.ensen}}{{Product.station}} </font></td>
<td align="center" valign="middle" width="20%" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">交通</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="30%"><font class="text01">{{Product.stOther}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地権利</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.tochikenri}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">都市計画</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.toshi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">用途地域</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.youto}} </font></td>
</tr>
<tr>
<td rowspan="4" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">建物</font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">構造</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.zai}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">専有面積(㎡)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.buildArea}} ㎡ </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">占有面積(坪)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">
{% if Product.buildArea != "" %}
{% set btubo = "%.2f"|format(((Product.buildArea * 0.3025)*100)/100) %}
{{btubo}} 坪
{% endif %}</font></td>
</tr>
<tr style="height:30px;">
<td align="center" valign="middle" bgcolor="#e2ebff" style="font-size:14px;text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">バルコニー面積(㎡)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.valArea}} ㎡ </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">バルコニー面積(坪)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">
{% if Product.valArea != "" %}
{% set vtubo = "%.2f"|format(((Product.valArea * 0.3025)*100)/100) %}
{{vtubo}} 坪
{% endif %}</font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">築年月</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.year}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">駐車場</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.parking}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">現況</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.gen}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">引渡日</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.hikiwatashi}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">設備</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.setubi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">取引態様</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.tori}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">備考</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.bikou}} </font></td>
</tr>
{%elseif Product.syubetu == "戸建" %}
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" width="20%" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">物件種目</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;" width="80%" ><font class="text01">{{Product.syumoku}} {{Product.name}}</font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">所在地</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.pref}}{{Product.ku}}{{Product.adDetail}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">間取タイプ</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.rmNum}}{{Product.rmType}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">価格</font></td>
{% if Product.getPrice02IncTaxMax==0%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>ご成約済</b></font></td>
{% elseif Product.getPrice02IncTaxMax==1%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>商 談 中</b></font></td>
{% else %}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>{{Product.getPrice02IncTaxMax}}万円 </b></font></td>
{% endif %}
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">最寄駅</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="30%"><font size="3">{{Product.ensen}}{{Product.station}} </font></td>
<td align="center" valign="middle" width="20%" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">交通</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="30%"><font class="text01">{{Product.stOther}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地面積(㎡)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.landArea}} ㎡
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地面積(坪)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">
{% if Product.landArea != "" %}
{% set ltubo = "%.2f"|format(((Product.landArea * 0.3025)*100)/100) %}
{{ltubo}} 坪
{% endif %}</font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地権利</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.tochikenri}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">地目</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.chimoku}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">都市計画</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.toshi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">用途地域</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.youto}} </font></td>
</tr>
<tr style="height:30px;">
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">建ぺい率</font></td>
<td valign="middle" bgcolor="white"><font class="text01">
{% if Product.coverage == '無指定' or Product.coverage != '' %}
{{Product.coverage}}
{% else %}
{% endif %}
</font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">容積率</font></td>
<td valign="middle" bgcolor="white"><font class="text01">
{% if Product.landRatio == '無指定' or Product.coverage != '' %}
{{Product.landRatio}}
{% else %}
{% endif %}
</font></td>
</tr>
<tr>
<td rowspan="4" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">建物</font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">構造</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.zai}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">間取り</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.rmNum}}{{Product.rmType}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">延べ面積(㎡)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.buildArea}}㎡ </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">面 積(坪)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">
{% if Product.buildArea != "" %}
{% set btubo = "%.2f"|format(((Product.buildArea * 0.3025)*100)/100) %}
{{btubo}} 坪
{% endif %}</font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">築年月日</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.year}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">現況</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.gen}} </font></td>
</tr>
<tr style="height:30px;">
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">引渡日</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.hikiwatashi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">取引態様</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.tori}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">設備</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.setubi}} </font></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">備考</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.bikou}} </font></td>
</tr>
{%elseif Product.syubetu == "土地" %}
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" width="20%" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">物件種目</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;" width="80%" ><font class="text01">{{Product.syumoku}} {{Product.name}}</font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">所在地</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.pref}}{{Product.ku}}{{Product.adDetail}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">最適用途</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.bestyouto}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">価格</font></td>
{% if Product.getPrice02IncTaxMax==0%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>ご成約済</b></font></td>
{% elseif Product.getPrice02IncTaxMax==1%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>商 談 中</b></font></td>
{% else %}
<td align="center" colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>{{Product.getPrice02IncTaxMax}}万円 </b></font></td>
{% endif %}
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">最寄駅</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="30%"><font size="3">{{Product.ensen}}{{Product.station}} </font></td>
<td align="center" valign="middle" width="20%" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">交通</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="30%"><font class="text01">{{Product.stOther}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地面積(㎡)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.landArea}} ㎡
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地面積(坪)</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">
{% if Product.landArea != "" %}
{% set ltubo = "%.2f"|format(((Product.landArea * 0.3025)*100)/100) %}
{{ltubo}} 坪
{% endif %}</font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地権利</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.tochikenri}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">地目</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.chimoku}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">都市計画</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.toshi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">用途地域</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.youto}} </font></td>
</tr>
<tr style="height:30px;">
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">建ぺい率</font></td>
<td valign="middle" bgcolor="white"><font class="text01">
{% if Product.coverage == '無指定' or Product.coverage != '' %}
{{Product.coverage}}
{% else %}
{% endif %}
</font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">容積率</font></td>
<td valign="middle" bgcolor="white"><font class="text01">
{% if Product.landRatio == '無指定' or Product.coverage != '' %}
{{Product.landRatio}}
{% else %}
{% endif %}
</font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">現況</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.gen}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">地勢</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.chisei}} </font></td>
</tr>
<tr style="height:30px;">
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">引渡日</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.hikiwatashi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">取引態様</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.tori}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">設備</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.setubi}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">備考</font></td>
<td colspan="3" valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.bikou}} </font></td>
</tr>
{% else %}
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" width="150" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">所在地</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="310"><font class="text01">{{Product.pref}}{{Product.ku}}{{Product.adDetail}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" width="150" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">物件種別</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;" width="310"><font class="text01">{{Product.syubetu}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">物件種目</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.syumoku}} {{Product.name}}</font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">最寄駅</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.ensen}}{{Product.station}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">交通</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.stOther}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">価格</font></td>
{% if Product.getPrice02IncTaxMax==0%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>ご成約済</b></font></td>
{% elseif Product.getPrice02IncTaxMax==1%}
<td colspan="3" align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>商 談 中</b></font></td>
{% else %}
<td align="center" valign="middle" bgcolor="white" style="padding:4px;"><font size="3" color="red"><b>{{Product.getPrice02IncTaxMax}}万円 </b></font></td>
{% endif %}
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">間取り</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.rmNUm}}{{Product.rmType}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">建物(専有)面積</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.buildArea}} ㎡ </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">最適用途</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.bestyouto}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地権利</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.tochikenri}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">他の法令上の制限</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.seigen}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">地勢</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.chisei}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">引渡日</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.hikiwatashi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">管理形態</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.keitai}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">管理方式</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.houshiki}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">管理費</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01"> {{Product.kanrihi}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">修繕積立金</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.tumitate}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">施工会社</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.sekou}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">土地面積</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.landArea}} ㎡ </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">築年月</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.year}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">地目</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.chimoku}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">都市計画</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.toshi}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">取引態様</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.tori}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">現況</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.gen}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">用途地域</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.youto}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">構造材質</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.zai}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">規模</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.floorTotal}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">所在階</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.floor}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">総戸数</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.allNum}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">間取り部屋数</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.rmNUm}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">設備</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.setubi}} </font></td>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">備考</font></td>
<td valign="middle" bgcolor="white" style="padding:4px;"><font class="text01">{{Product.bikou}} </font></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#e2ebff" style="text-align:justify;text-justify: distribute-all-lines;padding:0 5px;"><font class="text01">建ぺい率 / 容積率</font></td>
<td valign="middle" bgcolor="white"><font class="text01">
{% if Product.coverage == '無指定' or Product.coverage != '' %}
{{Product.coverage}}%
{% else %}
{% endif %}
/
{% if Product.landRatio == '無指定' or Product.landRatio != '' %}
{{Product.landRatio}}%
{% else %}
{% endif %}
{% endif %}
{%if Product.syubetu == "マンション" or Product.syubetu == "戸建" or Product.syubetu == "土地" %}
<tr>
{% endif %}
<td colspan="5" align="middle" bgcolor="white" style="padding:4px;">
{#コメントアウト解除でリスト登録制御
{% if cartItem != null %}
<div class="ec-productRole__btn">
<button type="button" class="ec-blockBtn--cancel" disabled="disabled">
{{ 'リストへ追加済です'|trans }}
</button>
</div>
{% else %}
{% if Product.getPrice02IncTaxMax!=0 and Product.getPrice02IncTaxMax!=1 %}
ここまで#}
<form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="productForm{{ Product.id }}" name="form{{ Product.id }}">
<div class="ec-productRole__actions">
{% if form.classcategory_id1 is defined %}
<div class="ec-select">
{{ form_row(form.classcategory_id1) }}
{{ form_errors(form.classcategory_id1) }}
</div>
{% if form.classcategory_id2 is defined %}
<div class="ec-select">
{{ form_row(form.classcategory_id2) }}
{{ form_errors(form.classcategory_id2) }}
</div>
{% endif %}
{% endif %}
<!--<div class="ec-numberInput"><span>{{ '数量'|trans }}</span>--->
{{ form_widget(form.quantity, { attr : { 'class': 'quantity' , style : 'display:none;' }}) }}
{{ form_errors(form.quantity) }}
<!--</div>--->
</div>
{{ form_rest(form) }}
</form>
<div class="ec-productRole__btn">
<a type="button" class="add-cart" data-cartid="{{ Product.id }}" form="productForm{{ Product.id }}">
<img src="../../html/user_data/assets/images/b_box_in.gif" width="108" height="21" alt="カゴに入れる"style="margin:5px 0 0 0;"/>
</a>
</div>
{#コメントアウト解除でリスト登録制御
{% elseif Product.getPrice02IncTaxMax==0 %}
<div class="ec-productRole__btn">
<button type="button" class="ec-blockBtn--cancel" disabled="disabled">
{{ 'ご成約済のためリストに追加できません'|trans }}
</button>
</div>
{% elseif Product.getPrice02IncTaxMax==1 %}
<div class="ec-productRole__btn">
<button type="button" class="ec-blockBtn--cancel" disabled="disabled">
{{ '商談中のためリストに追加できません'|trans }}
</button>
</div>
{% endif %}
ここまで#}
{#コメントアウト解除でリスト登録制御
{% endif %}
ここまで#}
</td>
</tr>
</table>
<!--サブ画像スペースのテーブル start -->
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#555555" style="margin:auto;margin-bottom:10px;">
<tr>
<td bgcolor="white">
<!--サブ画像 start -->
<table vAlign="bottom" style="width:940px;">
<tr><td colspan="2"><h3 style="text-align:center;"><strong>物件詳細</strong></h3></td></tr>
{% for Image in ImageList %}
{% if loop.index0 %2 == 0 %}
<tr><td vAlign="bottom" style="text-align:center;width:200px;height:160px;">
{% else %}
<td vAlign="bottom" style="text-align:center;width:200px;">
{% endif %}
<!--key:Title,value:Image-->
{% for key,value in Image %}
<!--サブ画像-->
<img src='{{ asset(value|no_image_product, 'save_image') }}' width={{detailWidth}} alt='key' />
<p style="font-size:120%;padding-bottom:10px;">{{key}}</p>
{% endfor %}
{% if loop.index0 %2 == 0 %}
</td>
{% else %}
</td></tr>
{% endif %}
{% endfor %}
</tr>
</table>
</table>
<!--サブ画像スペースのテーブル end -->
<!--サブ画像スペースのテーブル start -->
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#555555" style="width:940px;margin:auto;margin-top:5px;">
<tr>
<td bgcolor="white">
<!--サブ画像 start -->
<table vAlign="bottom" style="width:940px;">
<tr><td colspan="2"><h3 style="text-align:center;"><strong>配置図</strong></h3></td></tr>
<tr><td style="margin-left: auto; margin-right: auto;">
<tr>
{% if Product.sub1Image !=""%}
<!--拡大写真がある場合ここから-->
<td vAlign="bottom" style="text-align:center;width:200px;">
<!--サブ画像-->
<img src='{{ asset(Product.sub1Image|no_image_product, 'save_image') }}' width={{haichiWidth}} alt='Product.sub1Title' />
<p style="font-size:120%;padding-bottom:10px;">{{Product.sub1Title}}</p>
<!-- <a href="/products/detail.php" onclick="win01('./detail_image.php?product_id={{Product.id}}&image=sub1Image','detail_image','554','450'); return false;" onmouseover="chgImg('/user_data/packages/juchi/images/b_popup_h.gif','expansion01');" onmouseout="chgImg('/user_data/packages/juchi/images/b_popup.gif','expansion01');" target="_blank">
<img src="/user_data/packages/juchi/images/b_popup.gif" width="85" height="21" alt="画像を拡大する" id="expansion01"/>
</a><br>
-->
</td>
{% endif %}
<!--拡大写真がある場合ここから-->
{% if Product.sub2Image !=""%}
<!--拡大写真がある場合ここから-->
<td vAlign="bottom" style="text-align:center;width:200px;">
<!--サブ画像-->
<img src='{{ asset(Product.sub2Image|no_image_product, 'save_image') }}' width={{haichiWidth}} alt='Product.sub2Title' />
<p style="font-size:120%;padding-bottom:10px;">{{Product.sub2Title}}</p>
<!-- <a href="/products/detail.php" onclick="win01('./detail_image.php?product_id={{Product.id}}&image=sub2Image','detail_image','554','450'); return false;" onmouseover="chgImg('/user_data/packages/juchi/images/b_popup_h.gif','expansion02');" onmouseout="chgImg('/user_data/packages/juchi/images/b_popup.gif','expansion02');" target="_blank">
<img src="/user_data/packages/juchi/images/b_popup.gif" width="85" height="21" alt="画像を拡大する" id="expansion02"/>
</a><br>
-->
</td>
{% endif %}
</tr>
</td></tr>
<!--サブ画像 end -->
</table>
</td></tr>
</table>
<!--サブ画像スペースのテーブル end -->
<!--サブ画像スペースのテーブル start -->
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#555555" style="width:940px;margin:auto;margin-top:5px;">
<tr>
<td bgcolor="white">
<!--サブ画像 start -->
<table vAlign="bottom" style="width:940px;">
<tr><td colspan="2"><h3 style="text-align:center;"><strong>間取り</strong></h3></td></tr>
<tr>
{% if Product.sub3Image !=""%}
<!--拡大写真がある場合ここから-->
<td vAlign="bottom" style="text-align:center;width:200px;">
<!--サブ画像-->
<img src='{{ asset(Product.sub3Image|no_image_product, 'save_image') }}' width={{madoriWidth}} alt='Product.sub3Title' />
<p style="font-size:120%;padding-bottom:10px;">{{Product.sub3Title}}</p>
<!-- <a href="/products/detail.php" onclick="win01('./detail_image.php?product_id={{Product.id}}&image=sub3Image','detail_image','554','450'); return false;" onmouseover="chgImg('/user_data/packages/juchi/images/b_popup_h.gif','expansion03');" onmouseout="chgImg('/user_data/packages/juchi/images/b_popup.gif','expansion03');" target="_blank">
<img src="/user_data/packages/juchi/images/b_popup.gif" width="85" height="21" alt="画像を拡大する" id="expansion03"/>
</a><br>
-->
</td>
{% endif %}
<!--拡大写真がある場合ここから-->
{% if Product.sub4Image !=""%}
<!--拡大写真がある場合ここから-->
<td vAlign="bottom" style="text-align:center;width:200px;">
<!--サブ画像-->
<img src='{{ asset(Product.sub4Image|no_image_product, 'save_image') }}' width={{madoriWidth}} alt='Product.sub4Title' />
<p style="font-size:120%;padding-bottom:10px;">{{Product.sub4Title}}</p>
<!-- <a href="/products/detail.php" onclick="win01('./detail_image.php?product_id={{Product.id}}&image=sub4Image','detail_image','554','450'); return false;" onmouseover="chgImg('/user_data/packages/juchi/images/b_popup_h.gif','expansion04');" onmouseout="chgImg('/user_data/packages/juchi/images/b_popup.gif','expansion04');" target="_blank">
<img src="/user_data/packages/juchi/images/b_popup.gif" width="85" height="21" alt="画像を拡大する" id="expansion04"/>
</a><br>
-->
</td>
{% endif %}
</tr>
</table>
</td></tr>
</table>
<!--サブ画像スペースのテーブル end -->
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#555555" style="width:940px;margin:auto;margin-top:5px;">
<tr>
<td bgcolor="white">
<table vAlign="bottom" style="width:940px;">
<tr><td colspan="2"><h3 style="text-align:center;"><strong>地図</strong></h3></td></tr>
<tr>
<td vAlign="bottom">
<div class="dtlGmap">
{% if Product.mapX != '' and Product.mapY != '' %}
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css">
<script src="https://unpkg.com/leaflet@1.3.1/dist/leaflet.js"></script>
<div id="map" style="width:940px;height:350px;" ></div>
{% else %}
<div id="dtlNoImage">マップは登録されていません</div>
{% endif %}
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--/ end-->
</div>
<!--/right_column end-->
</div>
</div>
<!--/wrapper end-->
</div>
</div>
<!--/wrapper end-->
{% endblock %}