{#
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 'lower_frame.twig' %}
{% block main %}
<div class="ec-role">
<div class="ec-pageHeader">
<h1>{{ 'クリニックについて'|trans }}</h1>
</div>
<div class="ec-off1Grid">
<div class="ec-off1Grid__cell">
<div class="help_about ec-borderedDefs">
<!--
{% if BaseInfo.shop_name|default is not empty %}
<dl id="help_about_box__shop_name">
<dt>
<label class="ec-label">{{ '店名'|trans }}</label>
</dt>
<dd>{{ BaseInfo.shop_name }}</dd>
</dl>
{% endif %}
{% if BaseInfo.company_name|default is not empty %}
<dl id="help_about_box__company_name">
<dt>
<label class="ec-label">{{ '会社名'|trans }}</label>
</dt>
<dd>{{ BaseInfo.company_name }}</dd>
</dl>
{% endif %}
{% if BaseInfo.postal_code|default is not empty %}
<dl id="help_about_box__address">
<dt>
<label class="ec-label">{{ '住所'|trans }}</label>
</dt>
<dd>{{ '〒'|trans }}{{ BaseInfo.postal_code }}<br />
{{ BaseInfo.pref }}{{ BaseInfo.addr01 }}{{ BaseInfo.addr02 }}
</dd>
</dl>
{% endif %}
{% if BaseInfo.phone_number|default is not empty %}
<dl id="help_about_box__phone_number">
<dt>
<label class="ec-label">{{ '電話番号'|trans }}</label>
</dt>
<dd>{{ BaseInfo.phone_number }}</dd>
</dl>
{% endif %}
{% if BaseInfo.business_hour|default is not empty %}
<dl id="help_about_box__business_hour">
<dt>
<label class="ec-label">{{ '店舗営業時間'|trans }}</label>
</dt>
<dd>{{ BaseInfo.business_hour }}</dd>
</dl>
{% endif %}
{% if BaseInfo.good_traded|default is not empty %}
<dl id="help_about_box__good_traded">
<dt>
<label class="ec-label">{{ '取り扱い商品'|trans }}</label>
</dt>
<dd>{{ BaseInfo.good_traded|nl2br }}</dd>
</dl>
{% endif %}
{% if BaseInfo.message|default is not empty %}
<dl id="help_about_box__message">
<dt>
<label class="ec-label">{{ 'メッセージ'|trans }}</label>
</dt>
<dd>{{ BaseInfo.message|nl2br }}</dd>
</dl>
{% endif %}
-->
<style>
.help_about p {
margin: 16px 0;
}
.help_about .map {
position: relative;
width: 100%;
height: 0;
margin: 16px 0;
padding-top: 75%; /* 比率を4:3に固定 */
}
.help_about .map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<dl>
<dt><label class="ec-label">名称</label></dt>
<dd>グレースメディカルクリニック</dd>
</dl>
<dl>
<dt><label class="ec-label">所在地</label></dt>
<dd>
〒862-0916 熊本市東区佐土原1丁目16番36号
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13416.266297019398!2d130.774748!3d32.790494!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3540f221ad6161c1%3A0x967e378dee0742c8!2z44Kw44Os44O844K544Oh44OH44Kj44Kr44Or44Kv44Oq44OL44OD44Kv77yI54aK5pys5biC5p2x5Yy644Gu5YaF56eR77yJ!5e0!3m2!1sja!2sjp!4v1742537137799!5m2!1sja!2sjp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</dd>
</dl>
<dl>
<dt><label class="ec-label">TEL</label></dt>
<dd>096-360-9013</dd>
</dl>
<dl>
<dt><label class="ec-label">FAX</label></dt>
<dd>096-360-9014</dd>
</dl>
<dl>
<dt><label class="ec-label">診療科目</label></dt>
<dd>
内科<br />
循環器内科<br />
糖尿病脂質代謝内科<br />
禁煙外来<br />
在宅診療
</dd>
</dl>
<dl>
<dt><label class="ec-label">施設基準</label></dt>
<dd>
保険医療機関 生活保護法等指定医療機関<br />
肝炎インターフェロン治療・核酸アナログ製剤治療実施医療機関<br />
難病指定医療機関<br />
夜間・早朝等加算 明細書発行体制等加算 時間外対応加算2<br />
ニコチン依存症管理料 在宅療養支援診療所<br />
在宅時医学総合管理料または特定施設入居時等医学総合管理料 在宅がん医療総合診療料<br />
</dd>
</dl>
<p>詳しくは<a href="https://gmc.kumamoto.jp/" target="_blank">当院ホームページ</a>をご覧ください。</p>
</div>
</div>
</div>
</div>
{% endblock %}