@charset "UTF-8";

@media screen and (max-width: 480px) {

/* 全体
----------------------------------------------------------*/
body,
html{
	width: 100vw;
	overflow-x: hidden;
}

a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.button01.alignleft {
	width: 100%;
	margin-top: 10px;
	float: none;
}

.button01.alignright {
	width: 100%;
	margin-top: 10px;
	float: none;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.logo {
	width: 200px;
	height: 30px;
	background-image: url(../images/common/h_logo@2x.png);
	background-size: cover;
}

.inner {
	width: auto;
	margin: 0 auto;
}

.tbl_responsive {
	width: 100%;
	margin-top: 1.7em;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tbl_responsive table {
	width: 700px;
	margin-top: 0;
	font-size: 86.66666%;
}

#hNavi {
	display: none;
}

#header {
	position: relative;
	padding: 10px;
	border-bottom: 2px solid #E70B19;
}

#header .inner {
	padding-bottom: 0;
	background-image: none;
}

#header h1 {
	float: none;
}

#header #headerIn {
	display: none;
}

#header #btn_menu {
	display: block;
	position: absolute;
	top: 0;
	z-index: 10000;
	right: 10px;
	margin-top: 0;
}

#header #btn_menu a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/common/btn_menu.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

#header #btn_menu.active a {
	background-position: center bottom;
}

#gNavi {
	display: none;
}

#gNaviSp {
	width: 100%;
	background: #FFF;
}

#gNaviSp a {
	display: block;
	padding: 0 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
}

#gNaviSp dl dt,
#gNaviSp dl dd ul li {
	border-bottom: 1px solid #C4C4C4;
}

#gNaviSp dl dt {
	position: relative;
}

#gNaviSp dl dt a {
	margin-right: 50px;
}

#gNaviSp dl dt .open, #gNaviSp dl dt .arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-left: 1px solid #C4C4C4;
}

#gNaviSp dl dt .open:before {
	content: "＋";
	color: #E70B19;
	font-weight: bold;
	line-height: 50px;
}

#gNaviSp dl dt .open.active:before {
	content: "×";
}

#gNaviSp dl dt .arrow:before {
	content: "\e801";
	color: #E70B19;
	font-family: 'jrc';
	font-weight: bold;
	font-size: 12px;
	line-height: 50px;
}

#gNaviSp dl dd ul li a {
	position: relative;
	padding-left: 25px;
}

#gNaviSp dl dd ul li a:before {
	content: "\e801";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	display: block;
	width: 48px;
	height: 48px;
	font-family: 'jrc';
	color: #E70B19;
	font-size: 12px;
	text-align: center;
	line-height: 48px;
}

#breadcrumb {
	width: 100%;
	margin: 20px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

#container {
	margin-top: 20px;
	padding: 0 10px;
}

#contents {
	width: auto;
	float: none;
}

#side {
	width: auto;
	margin-top: 40px;
	float: none;
}

#side #lNavi {
	margin: 0 -10px;
}

#side #lNavi ul li ul.children li:last-child {
	border-bottom: 1px solid #C4C4C4;
}

#side #lNavi ul li ul.children li ul.children li:last-child {
	border-bottom: none;
}

#side #lNavi ul li ul.children li a {
	position: relative;
}

#side #lNavi ul li ul.children li a:after {
	content: "\e801";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	color: #999;
	font-family: 'jrc';
	font-size: 12px;
	line-height: 1;
}

#side #lNavi ul li ul.children li a:hover:after {
	color: #E70B19;
}

#side #lNavi ul li.page-item-outpatients > a,
#side #lNavi ul li.page-item-hospitalization > a,
#side #lNavi ul li.page-item-organization > a,
#side #lNavi ul li.page-item-recruit > a {
	border-left: none;
	border-right: none;
}

#side .ul_banner01 {
	padding: 10px;
}

#fNavi01 {
	display: none;
}

#fNavi02 {
	display: none;
}

#pagetop {
	right: 0;
	width: 60px;
}

#footer {
	margin-top: 20px;
}

#footer .inner {
	padding: 10px;
}

#copy .inner {
	padding: 10px;
}

/* 投稿・固定ページ共通
----------------------------------------------------------*/
.entry-content hr {
	margin: 5px 0;
}

.entry-content .ul_button02,
.entry-content .ul_button03,
.entry-content .ul_button04 {
	margin: 30px 0 0 -10px;
}

.entry-content .ul_button02 li,
.entry-content .ul_button03 li,
.entry-content .ul_button04 li {
	width: 50%;
	padding-left: 10px;
}

.entry-content .ul_button03 li:nth-child(2n+1),
.entry-content .ul_button04 li:nth-child(2n+1) {
	clear: both;
}

.entry-content .ul_button03 li:nth-child(3n+1) {
	clear: none;
}

/* タブ */
.entry-content .tabButton {
	padding-right: 10px;
}

.entry-content .tabButton li {
	width: 49.2647%;
	font-size: 86.66666%;
}

.entry-content .tabButton li:nth-child(odd) {
	margin-left: 0;
}

.entry-content .tabButton li a {
	padding: 10px;
}

/* ページャー */
.entry-pager {
	margin: 30px -10px 0 -10px;
	border-top: 1px solid #C4C4C4; 
	border-bottom: 1px solid #C4C4C4;
}

.entry-pager ul li {
	width: 33.33333%;
}

.entry-pager ul li.back {
	margin: 0 auto;
	border-right: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
}

.entry-pager ul li a {
	display: block;
	padding: 15px 0;
}

/* トップ
----------------------------------------------------------*/
#kv {
	margin-top: 0;
	padding: 10px 10px 0 10px;
}

#announcement{
	border-width: 3px;
	font-size: .7rem;
	line-height: 1.5rem;
	margin: 10px 10px 0 10px;
	width: auto;
}

.layer_board{
	width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
}

.layer_board div.layer_body a{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	font-size: .85rem !important;
}

.layer_board .btn_close{
	z-index: 2500;
}

#subNavi {
	margin-top: 0;
}

#subNavi ul li {
	width: 50%;
}

#subNavi ul li:nth-child(odd) a {
	border-left: 2px solid #FFF;
}

#subNavi ul li a span {
	font-size: 48px;
}

#subNavi ul li a:hover:after {
	position: static;
	margin-left: 0;
}

.secIndex01 {
	margin-right: -10px;
	margin-left: -10px;
}

.secIndex01 .tabButton {
	padding-left: 0;
	background: #EDEDED;
}

.secIndex01 .tabButton li {
	width: 33.33333%;
	float: left;
	font-size: 73.33333%;
}

.secIndex01 .tabContent {
	padding: 10px;
	font-size: 86.66666%;
}

.secIndex02 {
	margin: 0 -10px;
	padding: 10px;
}

.secIndex02 ul {
	margin: -10px 0 0 -10px;
}

.secIndex02 ul li {
	width: 50%;
	margin: 0;
	padding: 10px 0 0 10px
}

.secIndex03 {
	margin-top: 10px;
}

/* 診療科
----------------------------------------------------------*/

/* 診療科トップ */
.tbl_departments01 {
	width: 100% !important;
	border-bottom: 1px solid #C4C4C4;
}

.tbl_departments01 td {
	display: block;
	width: 100%;
	min-height: 1.7em;
	padding: 0px !important;
	border-bottom: none !important;
}

.tbl_departments01 td a {
	position: relative;
	display: block;
	padding: 15px 10px;
	text-decoration: none !important;
}

.tbl_departments01 td a:after {
	content: "\e801";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	color: #999;
	font-family: 'jrc';
	font-size: 12px;
	line-height: 1;
}

.tbl_departments01 td a:hover:after {
	color: #E70B19 !important;
}

/* 地域医療連携マップ
----------------------------------------------------------*/
.secRenkeiMap .entry-header {
	padding: 0 0 0 48px;
}

.secRenkeiMap .entry-header:before {
	font-size: 38px;
	line-height: 38px;
}

.secRenkeiMap .entry-header h1 {
	font-size: 16px;
}

.secRenkeiMap .entry-header h1 span {
	display: none;
}

.secRenkeiMap .entry-area {
	margin-top: 20px;
}

.secRenkeiMap .entry-area ul {
	margin-left: -5px;
	padding-left: 0;
}

.secRenkeiMap .entry-area ul li:first-child {
	position: static;
}

.secRenkeiMap .entry-area ul li {
	width: 33.33333%;
}

.secRenkeiMap .entry-clickable {
	display: none;
}

.secRenkeiMap .entry-departments {
	position: relative;
	margin-top: 20px;
}

.secRenkeiMap .entry-departments h2 {
	padding: 5px 10px;
	background: #D3D3D3;
}

.secRenkeiMap .entry-departments .all {
	position: static;
	margin: 20px 0;
}

.secRenkeiMap .entry-departments .all label {
	border-top: 1px solid #EEE;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #EEE;
	background: #F4F4F4;
}

.secRenkeiMap .entry-departments .all label:active {
	border-top: 1px solid #8E8E8E;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #8E8E8E;
}

.secRenkeiMap .entry-departments .list label {
	width: 50%;
}

.secRenkeiMap .entry-departments .list label:nth-child(2n+1) {
	clear: both;
}

.secRenkeiMap .entry-map {
	display: none;
}

.secRenkeiMap .entry-list {
	width: 100%;
	margin-top: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.secRenkeiMap .entry-list table {
	width: 960px;
	font-size: 86.66666%;
}

.secRenkeiMap .entry-contact span {
	display: inline-block;
}

/* 外来担当医一覧
----------------------------------------------------------*/
.entry-content table.tbl_gairai01 {
	width: 560px;
	margin-top: 0;
	white-space: normal !important;
}

/* 院外処方のご案内
----------------------------------------------------------*/
.entry-content .secIngai01 .tbl_responsive {
	margin-top: 0;
}

/* 入院・お見舞いの方
----------------------------------------------------------*/
.entry-content .ul_hospital01 {
	margin: 0 0 0 -10px;
}

.entry-content .ul_hospital01 li {
	width: 50%;
	padding-left: 10px;
}

/* 院長あいさつ
----------------------------------------------------------*/
.secGreeting01 .photo {
	width: auto;
	float: none;
}

.secGreeting01 .message {
	width: auto;
	float: none;
	margin-top: 1.7em;
}

/* フロアマップ
----------------------------------------------------------*/
.entry-content .secFloorMapWrap .tabButton {
	padding-right: 15px;
}

.entry-content .tabButton li {
	width: 32.59804%;
	margin-left: 0.73529%;
	float: left;
	text-align: center;
	border-right: 1px solid #C4C4C4;
	list-style-type: none;
}

.entry-content .tabButton li:nth-child(3n+1) {
	margin-left: 0;
}

.entry-content .tabButton li:nth-child(5) {
	margin-left: 0.73529%;
}

.secFloorMap01 {
	margin-top: 20px;
}

.secFloorMap01 .photo {
	width: auto;
	margin-top: 10px;
	float: none;
}

.secFloorMap01 .content {
	width: auto;
	margin-top: 40px;
	float: none;
}

.secFloorMap01 .photo + .content {
	margin-top: 10px;
}

.secFloorMap01 ul li{
	float: none;
	width: auto;
	margin-right: 0;
}

/* 神経内科
----------------------------------------------------------*/
.entry-content .tbl_shinkeinaika01 {
	width: 100%;
	float: none !important;
}

/* 各種ドック
----------------------------------------------------------*/
.entry-content .ul_check01 {
	margin: 0 0 0 -10px;
}

.entry-content .ul_brain01 li {
	width: 50%;
	padding: 20px 0 0 10px;
	font-size: 86.66666%;
}

/*PET/CTドック*/
.secPetct01 {
	margin-left: 0;
}

.secPetct01In {
	width: auto;
	margin-top: 40px;
	padding: 0;
	float: none;
}

/* お知らせ
----------------------------------------------------------*/
.dl_info01 dt {
	float: none;
	clear: both;
}

.dl_info01 dd {
	margin: 0 0 1em 0;
}

a.ul-list{
	margin-right: 0;
}

/* 健康だより　あさのは
----------------------------------------------------------*/
.dl_asanoha01 {
	margin: 20px 0;
}

.dl_asanoha01 dt {
	float: none;
}

.dl_asanoha01 dd {
	margin: 0 0 1em 0;
}

/* 災害時
----------------------------------------------------------*/
body#disaster #btn_menu {
	display: none;
}

#secDisaster01 {
	padding: 30px 20px;
}

#secDisaster02 {
	margin: 0 0 20px 0;
	padding: 15px;
}

.dl_disaster01 dt {
	float: none;
}

.dl_disaster01 dd {
	margin: 0 0 1em 0;
}

/* その他 */
.privacy-link{
	width: 100vw;
}


/* ENGLISH
----------------------------------------------------------*/
.logo_en {
	width: 260px;
	height: 61px;
	background-image: url(../images/english/logo@2x.png);
	background-size: contain;
}
#container {
	margin-bottom: 20px;
}
.entry-header{
	height: auto;
	margin-bottom: 30px;
	padding-left: 0;
	background: #FFF none;
	border-bottom: 2px solid #E70B19;
}
.entry-header h1 {
	display: block;
	height: auto;
}

}