stdClass Object
(
[id] => 1096
[parent_id] => 1335
[site_id] => 6
[account_id] => 44
[rank] => 195
[release_kbn] => 1
[release_start_date] =>
[release_end_date] =>
[format_type] => fixedFormat
[format_id] =>
[name] => スポーツ整形リハビリチーム
[catch] =>
[comment] =>
[meta_description] =>
[meta_keywords] =>
[directory_name] => sports-seikei-rehabilitation
[template_name] => 2column_fixedFormat.tpl
[url] => https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation
[page_limit] => 20
[delete_kbn] =>
[update_date] => 2024-12-06 16:44:10
[created_date] => 2022-05-13 17:14:04
[site_directory] => imamura-general
[domain] =>
[uri] => /var/www/html/site/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation
[children] => Array
(
[0] => stdClass Object
(
[id] => 1676
[parent_id] => 1096
[site_id] => 6
[account_id] => 36
[rank] => 196
[release_kbn] => 1
[release_start_date] =>
[release_end_date] =>
[format_type] => listFormat
[format_id] =>
[name] => 教室のご案内
[catch] =>
[comment] =>
[meta_description] =>
[meta_keywords] =>
[directory_name] => classroom-annal
[template_name] => 2column_fixedFormat.tpl
[url] => https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/classroom-annal
[page_limit] => 20
[delete_kbn] =>
[update_date] => 2024-12-06 16:44:10
[created_date] => 2024-10-09 16:25:58
[site_directory] => imamura-general
[domain] =>
[uri] => /var/www/html/site/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/classroom-annal
)
[1] => stdClass Object
(
[id] => 1440
[parent_id] => 1096
[site_id] => 6
[account_id] => 36
[rank] => 197
[release_kbn] => 1
[release_start_date] =>
[release_end_date] =>
[format_type] => fixedFormat
[format_id] =>
[name] => 業績一覧
[catch] =>
[comment] =>
[meta_description] =>
[meta_keywords] =>
[directory_name] => conference-research
[template_name] => 2column_fixedFormat.tpl
[url] => https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research
[page_limit] => 20
[delete_kbn] =>
[update_date] => 2024-12-06 16:44:10
[created_date] => 2022-10-21 18:24:24
[site_directory] => imamura-general
[domain] =>
[uri] => /var/www/html/site/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research
)
[2] => stdClass Object
(
[id] => 1097
[parent_id] => 1096
[site_id] => 6
[account_id] => 4
[rank] => 198
[release_kbn] => 1
[release_start_date] =>
[release_end_date] =>
[format_type] => fixedFormat
[format_id] =>
[name] => 上肢
[catch] =>
[comment] =>
[meta_description] =>
[meta_keywords] =>
[directory_name] => joshi
[template_name] => 2column_fixedFormat.tpl
[url] => https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi
[page_limit] => 20
[delete_kbn] =>
[update_date] => 2024-12-06 16:44:10
[created_date] => 2022-05-13 17:14:15
[site_directory] => imamura-general
[domain] =>
[uri] => /var/www/html/site/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi
)
[3] => stdClass Object
(
[id] => 1098
[parent_id] => 1096
[site_id] => 6
[account_id] => 4
[rank] => 199
[release_kbn] => 1
[release_start_date] =>
[release_end_date] =>
[format_type] => fixedFormat
[format_id] =>
[name] => 下肢
[catch] =>
[comment] =>
[meta_description] =>
[meta_keywords] =>
[directory_name] => kashi
[template_name] => 2column_fixedFormat.tpl
[url] => https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi
[page_limit] => 20
[delete_kbn] =>
[update_date] => 2024-12-06 16:44:10
[created_date] => 2022-05-13 17:14:29
[site_directory] => imamura-general
[domain] =>
[uri] => /var/www/html/site/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi
)
)
[structures] => host\cms\repository\pageStructureRepository Object
(
[_status] => 1
[_message] =>
[_valid] =>
[_invalid] =>
[_lastId] =>
[select:host\cms\repository\dbRepository:private] => ps.*, m.module_theme, m.module_type, m.template, ac.name as account_name
[from:host\cms\repository\dbRepository:private] => page_structure_tbl ps
LEFT JOIN m_page_module_tbl m ON ps.module_id = m.id
LEFT JOIN account_tbl ac ON ps.account_id = ac.id
[where:host\cms\repository\dbRepository:private] => Array
(
[0] => Array
(
[0] => ps.delete_kbn IS NULL
[1] => ps.site_id = :site_id
[2] => ps.navigation_id = :navigation_id
[3] => ps.release_kbn = :release_kbn AND (ps.release_start_date IS NULL || DATE_FORMAT(now(), '%Y-%m-%d') >= DATE_FORMAT(ps.release_start_date, '%Y-%m-%d')) AND (ps.release_end_date IS NULL || DATE_FORMAT(now(), '%Y-%m-%d') <= DATE_FORMAT(ps.release_end_date, '%Y-%m-%d'))
)
)
[value:host\cms\repository\dbRepository:private] => Array
(
[:site_id] => 6
[:navigation_id] => 1096
[:release_kbn] => 1
)
[page] => 0
[limit] =>
[order:host\cms\repository\dbRepository:private] => ps.rank ASC
[group_by:host\cms\repository\dbRepository:private] =>
[explode_columns:host\cms\repository\dbRepository:private] =>
[explode_separator:host\cms\repository\dbRepository:private] =>
[json_decode_columns:host\cms\repository\dbRepository:private] =>
[rowNumber] => 1
[totalNumber] => 1
[pageNumber] => 0
[pageRange] => Array
(
[0] => 0
)
[row] => Array
(
[0] => stdClass Object
(
[id] => 1764
[site_id] => 6
[navigation_id] => 1096
[module_id] =>
[account_id] => 36
[rank] => 1
[release_kbn] => 1
[release_start_date] =>
[release_end_date] =>
[name] => 内容
[html] => <div class="mb-5">
<h2 class="midashi-h2" id="reha-top">スポーツ整形リハビリテーション</h2>
<p class="pt-4">同じ障害でお困りの方でも、1人1人に合わせて治療を進めます。症状のある部位が原因のこともあれば、症状のある部位より離れた体の部位に原因があることがあるためです。当院では理学療法士が局所の検査と治療に加え、障害を引き起こした本当の原因を全身的に診て、適切な治療を行っています。メディカルリハビリテーション、アスレティックリハビリテーションともに全身的にアプローチを行いますので、日常生活に支障のない体の動きや、自信をもった競技復帰につながります。</p>
<div class="row justify-content-center pt-4">
<div class="col-md-8"><img alt="" class="w-100" src="https://www.jiaikai.or.jp/imamura-general/design/default/files/img/shinryouka-sports-reha01.gif" /></div>
</div>
<div class="py-5">
<h3 class="midashi-h3">上肢</h3>
<ul class="row btn-p list-unstyled row row-cols-2 row-cols-xl-4 gtr-8 pt-3">
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata01">野球肘 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata02">肩腱板断裂 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata03">Bankart損傷 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata04">肩鎖関節脱臼 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata05">肩関節唇損傷 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata06">肩関節周囲炎 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata07">腱板断裂 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata08">上腕骨外側上顆炎(テニス肘) </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/joshi#reha-kata09">投球障害 </a></li>
</ul>
<h3 class="midashi-h3 mt-3">下肢</h3>
<ul class="row btn-p list-unstyled row row-cols-2 row-cols-xl-4 gtr-8 pt-3">
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi01">膝前十字靭帯損傷 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi02">アキレス腱断裂 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi03">腰痛 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi04">足関節捻挫後 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi05">腸脛靭帯炎 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi06">肉離れ </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi07">半月板損傷 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi08">膝前面痛 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi09">変形性膝関節症 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/kashi#reha-kashi10">鵞足炎 </a></li>
</ul>
<h3 class="midashi-h3">教室のご案内</h3>
<ul class="row btn-p list-unstyled row row-cols-2 row-cols-xl-4 gtr-8">
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/classroom-annal#kyoushitsu01">ACL教室 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/classroom-annal#kyoushitsu02">投球教室 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/classroom-annal#kyoushitsu03">スポーツ障害予防 </a></li>
</ul>
<h3 class="midashi-h3 mt-3">業績一覧</h3>
<ul class="row btn-p list-unstyled row row-cols-2 row-cols-xl-4 gtr-8 pt-3">
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research">業績一覧はこちら </a></li>
</ul>
<!--<ul class="row btn-p list-unstyled row row-cols-2 row-cols-xl-4 gtr-8 pt-3">
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai12">2022年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai11">2021年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai10">2020年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai09">2019年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai08">2018年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai07">2017年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai06">2016年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai05">2015年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai04">2014年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai03">2013年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai02">2012年 </a></li>
<li class="col mt-2"><a class="border border-dark btn btn-orange btn-block rounded-0 fz-12 fz-md-16 fw-bold py-3 h-100 d-flex flex-column justify-content-center" href="https://www.jiaikai.or.jp/imamura-general/Specialized-department/rehabilitation-department/sports-seikei-rehabilitation/conference-research#gakkai01">2011年 </a></li>
</ul>--></div>
</div>
[meta_description] =>
[meta_keywords] =>
[delete_kbn] =>
[update_date] => 2024-10-16 16:24:09
[created_date] => 2022-06-28 14:23:09
[module_theme] =>
[module_type] =>
[template] =>
[account_name] => 今村総合病院 企画グループ
[data] => stdClass Object
(
)
)
)
[post] =>
[id] =>
[site_id] => 6
[navigation_id] => 1096
[module_id] =>
[release_kbn] => 1
[site_uri] =>
[preview_page_post] =>
[preview_structure_post] =>
)
[elements] => host\cms\repository\pageRepository Object
(
[_status] =>
[_message] =>
[_valid] =>
[_invalid] =>
[_lastId] =>
[select:host\cms\repository\dbRepository:private] => p.*, n.directory_name, n.parent_id
[from:host\cms\repository\dbRepository:private] => page_tbl p
LEFT JOIN page_content_tbl c ON p.site_id = c.site_id AND p.id = c.page_id
LEFT JOIN navigation_tbl n ON p.site_id = n.site_id AND p.navigation_id = n.id
[where:host\cms\repository\dbRepository:private] => Array
(
[0] => Array
(
[0] => p.delete_kbn IS NULL AND c.delete_kbn IS NULL
[1] => p.site_id = :site_id
[2] => p.navigation_id = :navigation_id
[3] => p.release_kbn = :release_kbn AND (p.release_start_date IS NULL || now() >= p.release_start_date) AND (p.release_end_date IS NULL || now() <= p.release_end_date)
)
)
[value:host\cms\repository\dbRepository:private] => Array
(
[:site_id] => 6
[:navigation_id] => 1096
[:release_kbn] => 1
)
[page] => 0
[limit] =>
[order:host\cms\repository\dbRepository:private] => p.release_start_date DESC
[group_by:host\cms\repository\dbRepository:private] => p.id
[explode_columns:host\cms\repository\dbRepository:private] =>
[explode_separator:host\cms\repository\dbRepository:private] =>
[json_decode_columns:host\cms\repository\dbRepository:private] =>
[rowNumber] => 0
[totalNumber] => 0
[pageNumber] => 0
[pageRange] => Array
(
[0] => 0
)
[row] => Array
(
)
[post] =>
[id] =>
[site_id] => 6
[navigation_id] => 1096
[navigation_ids] =>
[format_type] =>
[page_id] =>
[release_kbn] => 1
[content_id] =>
[field_id] =>
[field_value] =>
[module_id] =>
[content_type] =>
[content_value] =>
[content_values] =>
[keyword] =>
[preview_post] =>
[page_url] =>
)
)
1
スポーツ整形リハビリチーム
スポーツ整形リハビリテーション
同じ障害でお困りの方でも、1人1人に合わせて治療を進めます。症状のある部位が原因のこともあれば、症状のある部位より離れた体の部位に原因があることがあるためです。当院では理学療法士が局所の検査と治療に加え、障害を引き起こした本当の原因を全身的に診て、適切な治療を行っています。メディカルリハビリテーション、アスレティックリハビリテーションともに全身的にアプローチを行いますので、日常生活に支障のない体の動きや、自信をもった競技復帰につながります。