@charset "utf-8";


@media screen and (min-width:479px)and ( max-width:960px){
/******************************************************************************

 ■ 	病院／タブレット用（479px以下）主なターゲット iPhone/iOS

******************************************************************************/

.pc{
  display: none;
}

.sp{
  display: block;
}
  
.main {
  min-width: 100%;
}

.inner {
  width: 94%;
}

#contents .content-head-wrap > .content-head > .inner {
  width: 100%;
}

img{
  width: 100%;
  height: auto;
}
  
.kasou_inner .content {
    width: 70%;
    margin-right: 2%;
}
  
.kasou_inner aside {
    float: none;
    width: 28%;
}
  
aside > .aside-inner.schedule table td {
    padding: 6% 2%;
    color: black;
}
  

/*
topページ
*********/

a.banner.banner-rehabili {
    width: 100%;
}
  
/*バリアフリー表*/
  div.section table.barrier-free tbody img {
    display: block;
    margin-right: 5px;
    width: 40px;
}


/*
病院のご案内ページ
*********/
  
.content.outline .section.section-guide table.tbl02 {
    table-layout: fixed;
}
 
.content.outline .section.section-guide td, .content.outline .section.section-guide th {
    white-space: normal;
}

.flat-buttons > li {
    float: left;
    border: 1px solid #91D9BE;
    width: 37%;
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
}
  
/*
作業療法のページ
*********/
  
.section-seishin ol > .li3 {
    height: 100px;
}
  
.li3::after {
    margin-top: 7.3em;
}
  
.fukidashi {
    background-image: none;
    padding: 3em 1em 4em;
    background-color: #FFF;
    border-radius: 50px;
}
  
  
/*
相談室のページ
*********/
  
.sodan_image_left {
    width: 25%;
    margin: 0 5%;
}
  
.sodan_image_right {
    width: 65%;
    padding: 8%;
}
  
.sodan_image_right li {
    padding-left: 1.5em;
    font-size: 1em;
    background-size: 5%;
    background-position: 0 5px;
}
  
.sodan_link_box {
    display: block;
}
  
.sodan_link_box h3 {
    font-size: 1.1em;
    padding-left: 8%;
    width: 92%;
    background-size: 5%;
    line-height: 4;
}
  
.sodan_link_box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
  
/*
footer
*********/
  
footer > .footer-lower .copyright {
  position: relative;
  top: 0;
}
}


@media screen and (max-width: 479px) {
/******************************************************************************

 ■ 	スマートフォン用（479px以下）主なターゲット iPhone/iOS

******************************************************************************/
  

.pc{
  display: none;
}

.sp{
  display: block;
}
  
body 
{	
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	padding-top: 64px;
}

.main
{
	min-width: 0;
	width: 100%;	
}

.inner
{
	width: auto;
}

header
{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 999999;
	height: 64px;
	border-top: none;
	border-bottom: 1px solid #d8d8d8;
}
header .inner
{
	padding: 0;
	height: auto;
}

header .tab
{
	display: none;
}

header h1
{
	background-position: .5em center !important;
	background-size: 50%;
}

header h1 > a
{
	width: 200px !important;
	height: 64px !important;
}

header .departments
{
	display: none;
}

header p.contact
{
	display: none;
}

nav
{
	display: none;
}


/**ここからスマホメニュー**/
a#mBtn
{
	position: absolute;
	right: 0;
	width: 64px;
	height: 64px;
	top: 0;
	background: url(./svg/icon-menu.svg) no-repeat center center;
	background-size: 36px;
	border-left: 1px solid #d8d8d8;
}

#smt-menu
{
	position: absolute;
	overflow: hidden;
	z-Index: 100000;
	top: -400px;
	right: 0;
	width: 100%;
	font-size: 95%;
}
#smt-menu > ul
{
	border-bottom: 2px solid white;
}

#smt-menu > ul > li
{
	background-color: #eee;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
}
#smt-menu > ul > li:hover
{
	background-color: #f6f6f6;
}

#smt-menu > ul > li > a
{
	display: block;
	padding: 1em;
	color: inherit;
	text-shadow: 1px 1px 0 white;
	text-decoration: none;
}
#smt-menu > ul > li > a > span
{
	display: block;
	background: url(./svg/icon-gt-grey.svg) no-repeat right center;
	margin-right: .5em;
	background-size: .75em;
}

  

/**ここからスライダー**/
#contents_sp .content-head .caption > p {
    margin: 0;
    padding: 0.5em 1em 0.5em 2em;
    font-size: 110%;
    text-align: center;
}
  

/**ここからコンテンツ・エリア**/
#contents, #contents_sp
{
	float: none;
}
  
/*バリアフリー表*/
    
.content_barrier-free{
  width: 90% !important;
  padding: 1em;
}
  
/** ここからサイドメニュー **/

aside
{
	float: none;
	width: auto;
}
  
aside > .aside-inner.schedule table th {
    font-weight: bold;
    background-color: #f1ffec;
    white-space: nowrap;
}

/** ここからページコンテンツ **/
.content
{
  font-size: 100%;
  margin-right: 0;
}
  
.content p {
    font-size: 100%;
}

#contents .content-head, #contents_sp .content-head
{
	padding: 0;
}

#contents_sp .content-head .caption
{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-shadow: 1px 1px 0 white;
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 90%;
	margin-top: 1em;
}
#contents_sp .content-head .caption > p
{
	padding: 0;
}

#contents_sp .content-head .caption > blockquote
{
	color: inherit;
	border: none;
	margin: 0;
	font-size: 120%;
}
  
#contents_sp .content-head .caption > blockquote > span
{
	background: none;
	padding: 0;
}

#contents_sp .content-head .slider img
{
	min-height: 0;
}
  
.section.section-double > .block-sodan {
    height: auto;
}
  
.section.section-double > .block-sodan p {
    line-height: 1.7;
}
  
span.barrier-free {
    font-size: 1.2em;
    font-weight: bold;
}
  
div.section table.barrier-free {
    margin-top: 1em;
}
  
.content table.barrier-free th {
    display: block;
    padding: 0.5em;
}
  
div.section table.barrier-free tbody img {
    display: block;
    margin-right: 5px;
    width: 37px;
}

/*
トピックス
************/
ul#topics_sp > li,ul#topics > li
{
	padding: .5em 0;
}
ul#topics_sp > li > .info-date,ul#topics > li > .info-date
{
	position: static;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: #99c13b;
}
ul#topics > li > .info-notify
{
	border-radius: 3px;
	padding: 5px 10px;
	width: auto;
	height: auto;
	font-size: 80%;
	top: calc(1em + 5px);
	right: 0;
}
ul#topics > li > .info-notify.notify-new
{
	background: red;
}
  
.img_topics{
  width: 100%;
}


/*
バナー
*******/
a.banner
{
	width: 100% !important;
}

.section.section-double > .block
{
	float: none;
	margin-bottom: 1em;
}
.section.section-double > .block-gairai
{
	width: calc(100% - 8px - 2px);
}
.section.section-double > .block-sodan
{
	width: calc(100% - 4em - 2px);
}



aside > .aside-inner.banners > p > a
{
	background-size: contain;
	height: 140px !important;
}
aside > .aside-inner.rehabilitation .container
{
	font-size: 120%;
}

aside > .aside-inner.schedule table td {
    font-size: 135%;
}
  
aside > .aside-inner.banners > p > a.recruit {
    height: 220px !important;
}
  
aside > .aside-inner.banners > p > a.shinri {
    height: 220px !important;
}
  
aside > .aside-inner.banners > p > a.pharmacy {
    height: 180px !important;
}

/*
フッター
*********/
footer .logo,
footer .departments
{
	display: none;
}

footer .signature
{
	float: none;
	clear: both;
	padding: 1em 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

footer .signature > p
{
	float: none !important;
	text-align: center;
	white-space: nowrap;
}
footer .signature span.phone,
footer .signature span.fax
{
	display: block;
	font-size: 130% !important;
}

footer > .footer-lower ul.menu-list-b
{
	text-align: center;
}
footer > .footer-lower .copyright
{
  position: static;
  text-align: center;
  padding: 1em 0;
  font-size: 100%;
  color: white;
  text-shadow: none;
}

/*
下層ページ　レイアウト共通　
*********/
.kasou_inner{
    width: auto;
    display: block;
    margin: 0 auto;
  }
  
.kasou_inner .content {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1em;
  }
  

  
.kasou_inner aside {
    float: none;
    width: auto;
}
  

/*
お知らせのページ
*********/

.topics > h1 {
    padding: 0 2em;
}
      
  
.content.topics .section-info .article-header > span.date {
    margin-left: 0em;
    padding-left: 0em;
    border-left: none;  
    margin-top: 1em;
}
  
.content.topics .section-info .article-header > span.notify {
    position: relative;
    top: 0;
    margin-bottom: 1em;
}

.content.topics .section-info > .article > .article-header {
    padding: 0em 0 0.5em 3.1em;
    background-position: 0px center;
    line-height: 1.2;
}
  
/*
病院案内のページ
*********/
.content.outline > h1 > span {
    padding: 1em;
    text-align: center;
    background-position: 1em;
}
  
.flat-buttons {
    width: 100%;
}

.flat-buttons > li {
    float: none;
    margin: 0 auto 10px;
  }

.greeting_wrap .content .section {
    margin: 0px auto 4em;
    width: 95%;
}
  
span.image > img {
    width: 100%;
}
  
span.image {
    float: left;
    width: 40%;
    margin-right: 1em;
}
  
#shinobu.section {
    padding: 3em 1em !important;
    margin: 0 auto !important;
    width: 90%;
}
  
#shinobu .pics > img {
    width: 60%;
}
  
.content.outline .section.section-guide table.building-layout {
    width: 100%;
    table-layout: fixed;
    font-size: 0.8em;
    word-break: break-all;
}

.content.outline .section.section-guide td, .content.outline .section.section-guide th {
    padding: 1em;
    white-space: normal;
    width: auto;
}
  
.content.outline .section.section-guide table.building-layout tbody td, .content.outline .section.section-guide table.building-layout tbody th {
    padding: 10px 5px;
}

.outline > h1 {
    padding: 0 2em;
}
  
/*
外来のページ
*********/

.gairai_tbl {
    table-layout: fixed;
}
  
.content.gairai table.tbl01 tbody td {
    padding: 5px;
    font-size: 0.9em;
}
  
.content.gairai table.tbl01 tbody th {
    padding: 2px;
    font-size: 0.8em;
}
  
/*
入院案内のページ
*********/
.content.nyuin > .section {
    margin-top: 0;
    margin-bottom: 50px !important;
}
  
.content.nyuin > .section > ul > li {
    margin-left: 2em;
    text-indent: -1.5em;
}
  
.content.nyuin > .section > h2 {
    margin-top: 1em;
    margin-bottom: 0em;
}
  
/*
作業療法のページ
*********/
  
.sagyo > h1 {
    padding: 0 3em;
}

.content.sagyo > .section > .sb1_ttl {
    width: 95%;
    margin: 0 auto;
}

.sagyo_box1 {
    display: block;
    width: 95%;
    margin: 0 auto;
}
  
.sb1_right {
    width: 100%;
    margin-top: 1em;
}
  
.sb1_left {
    width: 100%;
    margin-right: 0;
}
  
  
.content .section {
   margin: 20px 0;
}
  
.content.sagyo > .section > h2 {
    margin-top: 2em;
}

.sagyo_box2 {
    display: block;
}
  
.section-seishin ol {
    margin: 0 auto;
    width: 95%;
}
  
.li1::after {
    margin-top: 5.5em;
}
    
.li2::after {
    margin-top: 5.5em;
}
  
.li3::after {
    margin-top: 5.5em;
}
 
.li4::after {
    margin-top: 5.5em;
}
  
.sagyo_comment {
    width: 100%;
    margin-left: 0;
}
  
.fukidashi {
    padding: 3em 0em;
    background-size: contain;
    height: 90px;
}

.fukidashi {
    padding: 2em 0em 0;
    background-size: contain;
    height: 150px;
}
  
.fukidashi_illust {
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2em;
}
  
  .sagyo_program{
    width: 95%;
    margin: 0 auto;
  }
  
  .sagyo_ph{
    flex-wrap: wrap;
  }
  
  .sagyo_ph > li {
    width: 48%;
    height: auto;
}
  
.section-seishin ol > li {
    font-size: 0.9em;
}
  
/*
相談室のページ
*********/ 
  
.content > h1 > span > small {
    position: relative;
    top: 0;
    right: 0;
}
  
.sodan > h1 {
    padding: 0 3em;
}
  
.content.nursing .section.section-policy ul.policy > li > h2 {
    float: none;
    padding: 12px;
    border: none;
    background-color: #FFF;
    font-size: 130%;
    text-align: center;
}
  
.content.nursing .section.section-policy {
    padding: 0;
}
  
.content.nursing .section.section-policy ul.policy > li > h2 > span {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
}
  
.content.nursing .section.section-policy ul.policy > li > ol {
    margin-left: 2em;
    margin-top: 1em;
}
  
.content.nursing .section.section-policy ul.policy > li > ol > li {
    margin: 0.25em 0 1em;
}
  
.content > ul.panel-navigation > li {
    border-radius: 3px;
    width: 95%;
    margin: 0.5em 0;
  }
  
.content > ul.panel-navigation > li > a {
    padding: 1em 0;
}
  
.sodan_image_box {
    display: block;
}
  
.sodan_image_left {
    width: 30%;
    margin: 0 auto;
    display: block;
}
  
.sodan_image_right {
    width: 80%;
    padding: 14% 10% 10%;
    background: url("../guide/images/fukidashi_sodan2.svg") no-repeat center;
    background-size: contain;
}
  
.sodan_image_right li {
    padding-left: 1.8em;
    background-position: 0 8px;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 0em;
    background-size: 5%;
}
  
  
.sodan_link_box {
    display: block;
}
  
.sodan_link_box h3 {
    font-size: 1.1em;
    padding-left: 8%;
    width: 92%;
    background-size: 5%;
    line-height: 4;
}
  
.sodan_link_box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
  
.sodan_link_box li {
    margin: 5px;
    width: 100%;
    padding-left: 8%;
    background-size: 5%;
    line-height: 2;
    text-decoration: underline;
}

.content.sodan > .section > ul > li {
    width: 95%;
    margin: 0 auto 7px;
    display: block;
    float: none;
}
  

/*
心理室のページ
*********/ 
 .shinri > h1 {
    padding: 0 3em;
}
  
.shinri_box1_inner {
  display: block;
  width: 95%;
  margin: 0 auto;
}
  
.shinri_left {
    width: 100%;
}
  
.shinri_image_right {
    width: 25%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
  
.shinri_left li {
    font-size: 100%;
    text-indent: -1em;
    padding-left: 2em;
    margin-left: -1em;
    margin-bottom: 0.7em;
}
  
.shinri_box2 h3 {
    display: block;
}
  
.shinri_box2 h2 {
    padding: 1.2em 0 1em 40px;
    background: url(../theme/images/mark-clover.png) no-repeat 0px center;
    background-size: 12%;
}
  
.shinri_box3 h2 {
    padding: 1.2em 0 1em 40px;
    background: url(../theme/images/mark-clover.png) no-repeat 0px center;
    background-size: 12%;
}  

.shinri_box2_img {
    width: 100%;
}
  
.rehab_contents {
    display: block;
}

.rehab_contents_left {
    width: 100%;
}

.rehab_contents_right {
    width: 80%;
    height: auto;
    margin: 1em auto;
    display: block;
}
  
.rehab_img2 {
    width: 100%;
}
  
.rehab_img{
  width: 100%;
}
  
  
  
.shinri_text_space2{
    padding-bottom: 1em;
  }
  
.rehab_link {
    padding: 5%;
    width: 90%;
    text-align: center;
}
  
.rehab_link2 {
    text-align: center;
}
  
/*
看護部・病棟の紹介のページ
*********/ 
  
.content.ward > .section-ward > .description {
    display: block;
}
  
.ward-container {
    width: 100%;
}
  
.content.ward > .section-ward > .description .image-container {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: 1em;
}
  
  .content.ward > .section-facilities > ul.image-list > li {
    overflow: hidden;
    width: 49%;
    margin-right: 1%;
    text-align: center;
}
  
/*
社会復帰部門のページ
*********/ 
  
.content.rehabili > .section.section-head > p {
    margin-right: 0em;
    width: 95%;
    margin: 0 auto;
}

.rehabili .section {
    margin: 20px 0;
}
 
.content.rehabili > .section.section-about > ol.rehabili-homes > li.col-2 > ul > li {
    float: none;
    width: 100%;
    margin-right: 2%;
    border: none;
}
  
.content.rehabili > .section.section-about > ol.rehabili-homes > li {
    float: none;
    width: 100%;
}

.content.rehabili ul.panels > li {
    width: 100%;
    float: none;
}  
  
.rehabili_h1 {
    padding: 0 4em !important;
}

  
/*
薬局のご紹介
  ********/ 
  
.section .pharmacy_ul {
    margin: 1em 0 1em 2em;
  }
  
.pharmacy_text{
  width: 95%;
  margin: 0 auto !important;
}
  
.content.rehabili > .section.section-about > ol.rehabili-homes > li.col-2 {
    width: 100%;
}
  

element.style {
}
.content.topics .section-info .article-header > span.date {
    font-size: 75%;
    opacity: .75;
    margin-left: 0em;
    padding-left: 0em;
    /* border-left: 5px solid rgba(255,255,255,.5); */
    margin-top: 1em;
}

.privacy > h1 {
    padding: 0 3em;
}
  
.content.privacy > h1 {
    margin-bottom: 0em;
}
  
.content.privacy > ol > li > h2 {
    font-size: 110%;
}
  
  
/*  ここまで **************************************************************** */ }
