@charset "utf-8";

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

.parts{
	margin-top:30px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}

img{
	max-width:100%;
	height:auto;
}


/*tite*/

	h1.title01{
		background: url(/common/img/sp_common_h_bg01.jpg) no-repeat 0 74px;
		background-size: 100% auto;
		padding-bottom: 15px;
    padding-top: 47%;
		text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 24px;
		color: #d70c19;
	}
	h1.title01 span{
		background: url(/common/img/common_h_ic06.png) no-repeat center top 17px;
		background-size: 44px 44px;
		padding-top: 70px;
		text-shadow: 0 0 1em rgba(225,225,225,0.9);
	}
	h1.title01.menu span{
		background: url(/common/img/common_h_ic01.png) no-repeat center top 5px;
		background-size: 48px 57px;
		padding-top: 70px;
	}
	h1.title01.facility span{
		background: url(/common/img/common_h_ic02.png) no-repeat center top;
		background-size: 54px 63px;
		padding-top: 70px;
	}
	h1.title01.staff span{
		background: url(/common/img/common_h_ic03.png) no-repeat center top 25px;
		background-size: 38px 50px;
		padding-top: 90px;
	}
	h1.title01.access span{
		background: url(/common/img/common_h_ic04.png) no-repeat center top 35px;
		background-size: 58px 22px;
		padding-top: 70px;
	}
h2.title02{
	background: #f7dfcf;
	padding: 5px 15px;
	border-bottom: #d70c19 solid 1px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	font-size: 25px;
}

h3.title03{
	padding: 10px;
	text-align: center;
	border-bottom: #ddd7cc double;
	font-size: 20px;
}

.leadText{
	color:#ef3874;
	font-weight:bold;
	font-size:20px;
}


/*section*/

.section01{
	height:auto !important;
}
.section02{
	margin-top:27px;
}
.section03{
	margin-top:20px;
}

/*topicNav*/
.topicNav{
	margin-top: 0;
	background: #f9f9f9;
	padding: 0 20px;
}
.topicNav li{
	float: left;
	background: url(/common/img/common_ic16.png) no-repeat right center;
	background-size: 8px 25px;
	padding: 0 15px 0 8px;
}
	.topicNav li:last-child{
	float: left;
	background-image : none;
	}

/*icon*/
.ic_blank:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	background:url(../img/com_ic01.png) no-repeat center 50%;
	background-size:12px 12px;
	margin-left:4px;
	margin-right:4px;
}


/*linkStyle*/
.linkStyle01 a{
	display:inline-block;
	padding-left:15px;
	background:url(../images/com_ic03.png) no-repeat left 0.64em;
	color:#055fe6;
	position:relative;
}
.linkStyle01 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	left: 6px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #055fe6;
}


/*ancLink*/
.ancLink > li{
	margin-bottom:10px;
}
.ancLink > li > a{
	display:inline-block;
	padding-left:28px;
	color:#055fe6;
	position:relative;
}
.ancLink > li > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.7em;
	left: 6px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #055fe6;
}


/*btnStyle*/
.btnStyle01 a{
	display:block;
	padding:15px 25px 15px 45px;
	background:#c70613;
	color:#FFF;
	position:relative;
	border-radius:10px;
	text-align:center;
}
	.btnStyle02 a{
	display:inline-block;
	padding:15px 40px 15px 25px;
	background:url(/common/img/common_ic17.png) no-repeat right 10px center,#d70c19;
	background-size: 10px 12px;
	color:#FFF;
	border-radius:10px;
}
	.btnStyle03 a{
	display:inline-block;
	padding:15px 25px 15px 40px;
	background:url(/common/img/common_ic18.png) no-repeat left 10px center,#d70c19;
	background-size: 10px 12px;
	color:#FFF;
	border-radius:10px;
}
	.btnList01 li{
		float: left;
		width: 47%;
		margin-right: 6%;
		margin-bottom: 15px;
	}
	.btnList01 li:nth-child(2n){
		margin-right: 0;
	}
	.btnList01 li a{
		padding:15px 25px;
		text-align: center;
		display: block;
		background: #d70c19;
		color:#FFF;
		border-radius:10px;
	}

/*top tableStyle*/
table.tableStyle{
	width:100%;
	margin-bottom:1em;
}
table.tableStyle tr{
	border-top:1px solid #cbcbcb;
	background: #FFF;
}
table.tableStyle th,
table.tableStyle td{
	padding: 1px 1px 2px 4px;
	font-weight:normal;
}
.medicaltime table.tableStyle.type2 th{
	padding:5px 0;
}
.medicaltime table .cap{
	line-height: 1.3;
}
.medicaltime table + p{
	line-height: 1.3;
}
table.tableStyle th.lv01,
table.tableStyle td.lv01{
	color:#FFF;
	font-weight: bold;
}
table.tableStyle.type1 th.lv01,
table.tableStyle.type1 td.lv01{
	background:#494949;
}
table.tableStyle.type2 th.lv01,
table.tableStyle.type2 td.lv01{
	background:#c12c05;
}
table.tableStyle .ok{
	background: url(/common/img/common_ic13.png) no-repeat center center;
	background-size: 12px 12px;
}
table.tableStyle .ng{
	background: url(/common/img/common_ic14.png) no-repeat center center;
	background-size: 8px 8px;
}
table.tableStyle .star{
	background: url(/common/img/common_ic_star.png) no-repeat center center;
	background-size: 12px 12px;
}
	table.tableStyle.type3{
		border: 1px solid #dfd9cd;
		width: 100%;
		margin-top: 30px;
		width:100%;
		table-layout: fixed;
		word-break: break-word;
	}
	table.tableStyle.type3 th,table.tableStyle.type3 td{
		border: 1px solid #dfd9cd;
		padding: 13px;
		text-align: left;
		font-weight: normal;
	}
	table.tableStyle.type3 .lv01{
		color: #333333;
		background: #f6dfcf;
	}
	




/*listStyle*/
.listStyle01 > li{
	margin-top:0.5em;
	padding-left:20px;
	position:relative;
}
.listStyle01 > li:before{
	position:absolute;
	content:"";
	width:6px;
	height:6px;
	border-radius:3px;
	background:#333;
	left:5px;
	top:0.65em;
}


/*listNumStyle*/
.listNumStyle01 > li > .numWrap{
	margin-top:0.5em;
	display:table;
	width:100%;
}
.listNumStyle01 > li > .numWrap > .num{
	display:table-cell;
	width:2.8em;
	text-align:left;
	vertical-align:top;
}
.listNumStyle01 > li > .numWrap > .numText{
	display:table-cell;
	text-align:left;
	vertical-align:top;
}


/*photoCap*/
.photoCap{
	display:block;
	text-align:center;
	font-size:12px;
	margin-top:4px;
}


/*cap*/
.cap{
	text-indent:-1em;
	padding-left:1em;
}


/*boxStyle*/
.boxStyle{
	padding:20px;
	background:#EAE8E8;
}
.boxStyle .boxTi{
	font-weight:bold;
	margin-bottom:7px;
}

/*column*/
	.columnBox.type1{
		margin: 20px auto 0;
	}
	.columnBox.type1 img{
		text-align: center;
	}
.photoColumn.phR {
	margin-top: 30px;
}
	.photoColumn.phR phCol {
	max-width: 350px;
	margin: 0 auto;
}
.phCol.isPortrait {
	max-width: 60%;
	margin: 0 auto;
}

	/*pageTop*/
	#pageTop 	img{
		margin: 50px 0 20px 0;
	}
	#pageTop 	img{
		width: 42px;
		height: 42px;
	}
	
/*mapsection*/	
	.mapsection{
		margin-top: 20px;
	}
	
	
	

/*=================================

	clearfix

=================================*/
.btnList01:after,
.topicNav:after {
	content: "";
	display: block;
	clear: both;
}

}

