/*****************/
/* scroll to top */
/*****************/
.pagetop {
	z-index:101;
	position: fixed;
	bottom: 60px;
	right: 60px;
}
.pagetop a {
	display: block;
	width: 68px;
	height: 79px;
}

/**********/
/* header */
/**********/
#header_pc {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
}

#header_pc #header {
	width: 100%;
	height: 120px;
	background: url("../images/common_bg_texture01.png") center center;
}

#header_pc #header_h1{
	background-color:#09314f;
	color: #fff;
}
#header_pc #header_h1 h1{
	width:1000px;
	margin:0 auto;
	padding:5px 20px;
	font-size:.9rem;
}

#header_pc #header .inner {
	position:relative;
}

#header_pc .header_logo {
	position: absolute;
	top: 12px;
	left: 20px;
}

#header_pc .header_logo img{
	width:auto;
	height:62px;
	left: 0;
}

#header_pc .header_info {
	position: absolute;
	top: 13px;
	right: 12px;
	text-align: right;

}
#header_pc .header_info li{
	float: none;
	text-align:right;
}

#header_pc .header_info .address {font-size: 0.9rem;}
#header_pc .header_info .tel{text-align:right;margin-top:8px;}
#header_pc .header_info .tel img{
	display:inline-block;
	width:auto;
	height:25px;
}

#header_pc #navi {
	width:100%;
	min-width:1000px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,1);
	height:84px;
}

#header_pc #navi {
	position: absolute;
	width: 100%;
	top: 120px;
	background-color: rgba(255,255,255,1);
	z-index: 999;

}
#header_pc #navi.fixed {
	position: fixed;
	top: 0;
}

#header_pc #navi ul {text-align:center;}

#header_pc #navi li {
	display: inline-block;
	width:14%;
}

#header_pc #navi li a {
	height:64px;	/* #navi:height(84) - #navi:padding-top(20px);	*/
	display: block;
	padding-bottom: 10px;
	position: relative;
	text-align:center;
	font-size:1.1rem;
	-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
				flex: 1 1 auto;
	overflow: hidden;
	-webkit-transition: .3s;
			transition: .3s;
	line-height:1.2;
	/* transform: rotate(0.001deg); */
}

#header_pc #navi li a span{
	display:block;
	text-align:center;
	font-size:1rem;
	color:#94adc0;
	letter-spacing:0;
}
#header_pc #navi li a:after {
	position: absolute;
	-webkit-transition: .3s;
			transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #09314f;
}
#header_pc #navi li a:hover:after {
	width: 100%;
	left: 0;
}

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

	#header_sp {
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 999;
	}

	#header_sp #header {
		height: auto;
		background: url("../images/common_bg_texture01.png") center center;
		padding:15px 0 15px;
	}

	#header_sp .header_logo {
		width:100%;
		overflow:hidden;
		padding:0 5px 10px;
		text-align:center;
	}

	#header_sp .header_logo img{
		width:auto;
		height:70px;
		display:inline-block;
	}

	#header_sp .header_info {
		width:100%;
		padding:0 5px 10px;
		overflow:hidden;
		display:block;

	}
	#header_sp .header_info li{
		float: none;
		text-align:center;
	}

	#header_sp .header_info .address {font-size: 0.9rem;}
	#header_sp .header_info .tel{text-align:center;margin-top:8px;}
	#header_sp .header_info .tel a{text-align:center;}
	#header_sp .header_info .tel img{
		display:inline-block;
		width:auto;
		height:25px;
	}

	#header_sp #navi {
		width:100%;
		padding: 10px 0;
		background-color: rgba(255,255,255,1);
		overflow:hidden;
		z-index: 999;
	}

	#header_sp #navi.fixed {
		position: fixed;
		top: 0;
	}

	#header_sp #navi dl {
	}
	#header_sp #navi dl dt {
		height:40px;
		font-weight: bold;
		cursor: pointer;
		padding: 0 4%;
		font-size: 16px;
		display: block;
		color: #09314f;
		position: relative;
	}
	#header_sp #navi dl dt:before {
		content: 'MENU';
		display:block;
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 999;
	}
	#header_sp #navi dl dt i {
		margin-right: 2%;
	}

	#header_sp #navi dt a {
		display: block;
		width: 42px;
		height:42px;
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 999;
	}
	#header_sp #navi dt a span {
		display: block;
		background: #09314f;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#header_sp #navi dt a span:first-child {
		top: 12px;
	}
	#header_sp #navi dt a span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#header_sp #navi dt a span:last-child {
		bottom: 12px;
	}
	#header_sp #navi dt a.active span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#header_sp #navi dt a.active span:nth-child(2) {
		opacity: 0;
	}
	#header_sp #navi dt a.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}

	#header_sp #navi dl dd {
		display: none;
	}

	#header_sp #navi ul {
		padding: 5% 10%;
	}

	#header_sp  #navi ul li {
		font-size: 1rem;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	#header_sp ul li i {
		margin-right: 4%;
		color: #846c56;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	#header_sp ul li:hover {
	}
	#header_sp ul li a {
		display: block;
		padding: 3% 0;
		white-space:nowrap;
	}
	#header_sp ul li a:hover {
	}
}

/********/
/* spacer */
/********/
#spacer{width:100%;overflow:hidden;}	/* heightはscriptにて設定 */

/********/
/* main */
/********/
.top_main {
	width:100%;
	overflow:hidden;
	background-color:#dbe2ec;
	position: relative;
}
.top_main_bg {
	max-width: 1400px;
	margin: 0 auto;
}

.top_main_catch{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.top_main_catch .inner {
	position: relative;
}
.top_main_catch .flame{
	position: absolute;
	    top: 55px;
	    right: 0px;
	    width: 414px;
	    height: 395px;
	    background: url(../images/mainvisual_catch.png) no-repeat center center;
	    background-size: contain;
}

.top_main_catch_detail {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	text-align:center;
}

.top_main_catch_detail .date {
    color: #15649e;
    text-align: center;
}

.top_main_catch_detail .text {
    color:#15649e;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
    margin-top: 15px;
}

.top_main_catch_detail .text-small {
    color: #493728;
    font-size: .9rem;
    text-align: center;
    margin-top: 20px;
}

.top_main_catch_detail .text-small .line {
    margin-right: 1em;
}


.top_main_catch_detail a {
    margin: 20px auto 0;
    display: inline-block;
    padding: 5px 50px;
    text-decoration: none;
    width: auto;
    line-height: 1.8rem;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    background: #2b7dc1;
    border: solid 1px #2b7dc1;
    border-radius: 30px;
}

.top_main_catch .flame a:after{
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
}
.top_main_catch .flame a:hover{
	background: #fff;
	color: #3168b0;
}


.top_main_catch .flame a .line{
	font-size:.9rem;
	line-height:1.2rem;
	text-align:center;
}
.top_main_catch .flame a .station{
	font-size:1.3rem;
	line-height:2rem;
	text-align:center;
}
.top_main_catch .flame a .root{
	font-size:.9rem;
	line-height:1.2rem;
	text-align:center;
}

@media screen and (max-width:640px) {
	.top_main {
		position: static;
	}
	.top_main_bg {
		position: static;
	}

	.top_main_catch{
		position: static;
	}

	.top_main_catch .inner {
		position: static;
	}
	.top_main_catch .flame{
		padding:30px 10px;
		position: static;
		width: 100%;
		height: auto;
		background:none;
		background-color:#fff;
	}

	.top_main_catch_detail {
		position: static;
		padding:0 10px;
		-webkit-transform: initial;
		transform: initial;
		box-shadow:initial;
	}


	.top_main_catch .flame a{
		position: static;
		width:100%;
		height:auto;
		margin:30px auto 0;
		padding:10px 100px;
		text-decoration: none;
		width: auto;
		letter-spacing:-.1rem;
		font-size:1.1rem;
		color: #fff;
		background:#3168b0;
		border:solid 1px #3168b0;
		border-radius: 30px;
		box-shadow:none;
	}
	.top_main_catch .flame .sp{
		text-align: center;
	}
	.top_main_catch .flame .sp:after{
		margin-top:5px;
		margin-left:10px;
		content: "\f107";
		font-family: FontAwesome;
	}
	.top_main_catch .flame a:after{
		display:none;
	}
}
/************/
/* contents */
/************/
#top #contents {
	width:100%;
	margin: 0 auto;
	padding:0;
	border-top:5px solid #3962a3;
}

#page #contents {
	width:100%;
	height:1hv;
	margin: 0 auto;
	padding:0;
}

/*--link--*/
#clinic,#first,#doctor,#medical,#access,#recruit{
	margin-top:-64px;
	padding-top:64px;
}

#contents section{
	min-width:1000px;
	padding: 30px 0 90px;
	overflow:hidden;
}

#contents section.information{background: url("../images/common_bg_texture01.png") center center;}




/* informationの中の診療時間表 */
#contents .information .flame {
	margin:70px auto 0;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: url("../images/common_bg_texture01.png") center center;
}
#contents .information .flame + div {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#contents .information table{
	width:70%;
	margin:30px 0 20px;
	border-bottom:1px solid #09314f;
}
#contents .information table thead th{
	background:#09314f;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	color:#fff;
}
#contents .information table tbody th{
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	color:#09314f;
	border-bottom:1px solid #09314f;
}
#contents .information table tbody td{
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	color:#09314f;
	border-bottom:1px solid #09314f;
	font-size:1.2rem;
}

#contents .information .explain{
	font-size:.8rem;
	font-weight: bold;
	color:#006cb1;
}

@media screen and (max-width:640px) {
	#contents .information .flame {
		margin:50px auto 0;
		flex-direction: column;
	}
	#contents .information .flame + div {
	}
	#contents .information .information_detail{
		width:100%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		padding:20px;
	}
	#contents .information .information_info{
		margin:20px 0;
		width:100%;
	}
	#contents .information .information_info .logo{text-align:center;background:rgba(255,255,255,0);padding:0;}
	#contents .information .information_info .address {margin:20px 0;}
	#contents .information .information_info .tel img{width:100%;}

	#contents .information table{
		width:100%;
	}

	#contents .information table thead th{
		padding:10px 5px;
		font-size:.8rem;
	}
	#contents .information table tbody th{
		text-align:left;
		padding:10px 10px;
		font-size:.8rem;
	}
	#contents .information table tbody td{
		padding:10px 5px;
		font-size:1rem;
	}

}




#contents section.clinic{background: #f0ede6 url("../images/contents_bg_img01.jpg") no-repeat center center; background-attachment:fixed;}
/*
#contents section.clinic:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:#f0ede6 url("../images/contents_bg_img01.jpg") center center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}
*/
#contents section.doctor{background: url("../images/common_bg_texture01.png") center center;}
#contents section.medical{}
#contents section.medical:before{background:#f1f0eb url("../images/contents_bg_img02.jpg") center center no-repeat;}
#contents section.medical{background-color: #f4f7f7;border-top: #e1efef solid 10px;}
#contents section.symptom{background: url("../images/common_bg_texture01.png") center center;}
#contents section.photo{padding:0;}
#contents section.access{background: #fff;padding: 30px 0 0;border-bottom:2px solid #fff;}
#contents section.recruit{background: url("../images/common_bg_texture03.png") center center;}
#contents section.free:before{background:#f3ebe8 url("../images/contents_bg_img03.jpg") center center no-repeat;}
#contents section.free{background:url("../images/common_bg_texture04.png") repeat center center;background-attachment:fixed;}
#contents section.banner{background: url("../images/common_bg_texture01.png") center center;}

#contents section h2{
	text-align:center;
	font-size: 2.2rem;
	font-weight: 500;
	margin:1.5rem 0;
	display:block;
	float:none;
	line-height:2.2rem;
}
#contents section h2 span{
	letter-spacing: .05rem;
	font-size: 1.2rem;
	display:block;
	text-align:center;
	color: #2b7dbb;
	margin-bottom:5px;
}
#contents .read{
	font-size: 1rem;
	text-align: center;
	margin:50px auto 0;
	width:600px;
}

@media screen and (max-width:640px) {
	#contents {
		border-top:none;
	}
	#clinic,#first,#doctor,#medical,#access,#recruit,#recruit{
		margin-top:-40px;
		padding-top:40px;
	}
	#contents section{
		padding: 20px 0 60px;
		overflow:hidden;
		min-width:auto;
	}
	#contents section.doctor{padding: 20px 0 0;}
	#contents section.access{padding: 20px 0 0;}
	#contents section.photo{padding:0;}

	#contents section.clinic{background: #f0ede6 url("../images/contents_bg_img01_sp.jpg") no-repeat top center; background-attachment:scroll;background-size:100% auto;}
	#contents section.medical{background-color: #f4f7f7;}
	#contents section.free{}

	#contents section h2{
		font-size: 2rem;
	}
	#contents .read{
		padding:0 20px;
		margin:40px auto 0;
		width:100%;
		text-align:left;
	}
}

/*--クリニックからのお知らせ--*/
#contents .information h2{
	font-size: 1.5rem;
	font-weight: 500;
	margin:1.5rem 0;
	display:block;
}
#contents .information h2:before,
#contents .information h2:after{
	margin:0 10px;
	content:" ";
	display:inline-block;
	width:19px;
	height:19px;
	background:url(../images/information_ttl.png) no-repeat;
	background-size:contain;
	vertical-align:middle;
}
#contents .information .panel{
	width:860px;
	margin:40px auto 0;
	background:#fff;
	padding:40px 40px 40px 50px;
	overflow:auto;
	border-top:5px solid #bad2da;
}

#contents .information dl{width:100%;}
#contents .information dt{
	width:100%;
	color:#09314f;
	font-size:1rem;
	font-weight:bold;
	padding:10px 0;
	border-bottom:2px solid #e4f0f3;
}
#contents .information dd{
	width:100%;
	font-size:1rem;
	padding:10px 0 30px;
}

@media screen and (max-width:640px) {
	#contents .information h2{
		font-size: 1.2rem;
		margin:1.2rem 0;
	}
	#contents .information h2:before,
	#contents .information h2:after{
		width:1.2rem;
		height:1.2rem;
	}
	#contents .information .panel{
		width:calc(100% - 40px);
		height:300px;
		margin:30px auto 0;
		padding:20px 20px 20px 25px;
	}
}
/*--当院について--*/
#contents .clinic{}
#contents .clinic .inner{width: 860px; margin: 0 auto;border: 1px solid #fff;padding: 20px;background-color: rgba(255, 255, 255, 0.6);}
#contents .clinic ul{width:860px;text-align:center;margin:50px auto 20px;}
#contents .clinic li{display:inline-block;width:30%;margin-right:5%;background:rgba(255,255,255,.9);padding:30px;}
#contents .clinic li:last-child{margin-right:0;}
#contents .clinic li h3{
	width:inherit;
	-webkit-box-sizing: border-box;
	    moz-box-sizing: border-box;
			box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	letter-spacing: -.1em;
	font-size: 1.6rem;
	line-height:2rem;
}
#contents .clinic li img{margin:20px auto;height:60px;width:auto;display:block;overflow:hidden;}
#contents .clinic li div{
	-webkit-box-sizing: border-box;
	    moz-box-sizing: border-box;
			box-sizing: border-box;
	display:table-cell;
	vertical-align:top;
	font-size:.8rem;
	line-height:2rem;
	background:
		-webkit-gradient(linear,left top, left bottom,
			from(rgba(73,55,40,0)),
			color-stop(0.96, rgba(73,55,40, 0)),
			color-stop(0.98, rgba(73,55,40, 0.2)),
			to(rgba(73,55,40, 0))
	);
	background-size: auto 2em;
	font-size: 1rem;
	line-height: 2rem;
	overflow: hidden;
}
#contents .clinic li div p{
	font-size:.9rem;
}

#contents .clinic h3{ font-weight: bold;}

@media screen and (max-width:640px) {
	#contents .clinic .inner{width: calc(100% - 40px);}
	#contents .clinic ul{width:calc(100% - 40px);margin:40px auto 30px;}
	#contents .clinic li{display:block;width:100%;margin:0 0 20px 0;}
	#contents .clinic li:last-child{margin-bottom:0;}
	#contents .clinic li h3{
		width:1000px;	/* table-cell対策大きければどんな数字でもよい */
		padding:10px 0;
	}
	#contents .clinic li div{width:100%;}
}

/*--院長あいさつ--*/
#contents .doctor .panel{
	width:860px;
	margin:50px auto 0;
	background:#fff;
	padding:50px;
	overflow:auto;
	border-top:5px solid #bad2da;
	text-align:center;
}
#contents .doctor .flame{width:100%;overflow:hidden;}
#contents .doctor .flame .img{
	width:40%;
	float:left;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 40px 40px 0;
}
#contents .doctor .flame .img img{
	display:inline-block;width:100%;height:auto;
	border-radius: 100%;
	-moz-border-image: border-radius: 100%;
	-webkit-border-image: border-radius: 100%;
}
#contents .doctor .flame .text{
	width:60%;
	float:right;
	background:
		-webkit-gradient(linear,left top, left bottom,
			from(rgba(31,128,159,0)),
			color-stop(0.96, rgba(31,128,159, 0)),
			color-stop(0.98, rgba(31,128,159, 0.2)),
			to(rgba(31,128,159, 0))
	);
	background-size: auto 2.4em;
	line-height: 2.4rem;
	overflow: hidden;
}
#contents .doctor .flame .text p{
	font-size: 1rem;
}
#contents .doctor .flame .text strong{font-size:inherit;font-weight:normal;background: linear-gradient(transparent 5%, #deecf1 5%);}

#contents .doctor a{
	margin:30px auto 0;
	display: inline-block;
	padding:5px 70px;
	text-decoration: none;
	width: auto;
	line-height:2.4rem;
/*	line-height:1.8rem;	*/
	font-size:1.1rem;
	text-align: center;
	color: #fff;
	background:#09314f;
	border:solid 1px #09314f;
	border-radius: 30px;
	position:relative;
}
#contents .doctor a:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 30px;
}
#contents .doctor a:hover{
	background: #fff;
	color: #09314f;
}

#contents .doctor .doctor-detail{
	background:#f1f7f8;
	margin:30px 0;
	display:block;
	overflow:hidden;
}
#contents .doctor .doctor-detail h3{
	color:#09314f;
	font-weight:bold;
}
#contents .doctor .doctor-detail div{
	padding:30px;
	float:left;
	width:40%;
}
#contents .doctor .doctor-detail div:first-child{
	width:60%;
}
#contents .doctor .doctor-detail dl{
	margin-top:20px;
}
#contents .doctor .doctor-detail dt{
	position: absolute;
	padding:3px 0;
	width:17%;
}
#contents .doctor .doctor-detail dl dd{
	width:100%;
	padding:3px 0 3px 17%;
	position:relative;
	font-size:.9rem;
}
#contents .doctor .doctor-detail ul{
	margin-top:20px;
}
#contents .doctor .doctor-detail ul li{
	font-size:.9rem;
}
@media screen and (max-width:640px) {
	#contents .doctor .panel{
		width:100%;
		margin:40px auto 0;
		padding:40px 20px;
	}
	#contents .doctor .flame{width:100%;overflow:hidden;}
	#contents .doctor .flame .img{
		width:100%;
		float:none;
		padding:0;
	}
	/*
	#contents .doctor .flame .img img{
		border-radius: initial;
		-moz-border-image: border-radius: initial;
		-webkit-border-image: border-radius: initial;
	}
	*/
	#contents .doctor .flame .text{
		width:100%;
		float:none;
		background: initial;
		background-size: auto;
		line-height: 2rem;
		margin-top:30px;
	}
	#contents .doctor .flame .text p{
		font-size: 1rem;
	}
	#contents .doctor .flame .text strong{font-size:inherit;font-weight:normal;background: linear-gradient(transparent 5%, #deecf1 5%);}

	#contents .doctor a{
		width:100%;
		padding:5px 20px;
	}

	#contents .doctor .doctor-detail div{
		padding:20px;
		float:none;
		width:100%;
	}
	#contents .doctor .doctor-detail div:first-child{
		width:100%;
	}
	#contents .doctor .doctor-detail dt{
		position: static;
		width:100%;
	}
	#contents .doctor .doctor-detail dt:before{
		content:"-";
	}

	#contents .doctor .doctor-detail dl dd{
		width:100%;
		padding:3px 0 3px 0;
		position:static;
	}
}

/*--診療案内--*/
#contents .medical ul{
	overflow:hidden;
	margin:40px auto 0;
	width:860px;
}
#contents .medical ul li:not(:last-child){
	margin-bottom:40px;
}

#contents .medical dl {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height:220px;
}
#contents .medical dl dt,
#contents .medical dl + dd {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#contents .medical dl dt{
	width:calc(50% - 40px);
	background:rgba(255,255,255,.9);
	border:10px solid #e5f1f5;
	vertical-align:middle;
	text-align:center;

	color:#09314f;
	font-size:1.5rem;
	letter-spacing:.1rem;
	font-weight: bold;

	padding:20px;
	margin-right:40px;
}
#contents .medical dl dd{
	width:50%;
	background:#ffffff;
	padding:30px;
}
#contents .medical dl dd .title{
	color:#09314f;
	font-size:1rem;
	font-weight:bold;
	width:inherit;
	-webkit-box-sizing: border-box;
	    moz-box-sizing: border-box;
			box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
}
#contents .medical dl dd .text{
	margin-top:10px;
	font-size:.9rem;
	display: block;
}

@media screen and (max-width:640px) {
	#contents .medical ul{
		width:calc(100% - 40px);
	}
	#contents .medical dl dt{
		width:100%;
		margin:0;
	}
	#contents .medical dl dd{
		width:100%;
		background:rgba(255,255,255,0);
		padding:30px 0;
	}
}
/*--症状--*/
#contents .symptom dl{
	overflow:hidden;
	margin:40px auto 0;
	width:600px;
	border-collapse: separate;
	border-spacing:35px;
}
#contents .symptom dt{
	margin:20px auto;
	display: block;
	text-decoration: none;
	width: 100%;
	line-height:3rem;
	font-size:1.2rem;
	text-align: center;
	color: #09314f;
	background:#fff;
	border:solid 2px #09314f;
	border-radius: 3rem;
	cursor: pointer;
	position:relative;
}
#contents .symptom dt:before{
	font-size:1.5rem;
	content: "\f105";
	font-family: FontAwesome;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
}
#contents .symptom dt.active:before{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#contents .symptom dt:hover{
	background: #09314f;
	color: #fff;
}
#contents .symptom dd{
	padding:10px 0;
	font-size:1rem;
	line-height:2;
}
@media screen and (max-width:640px) {
	#contents .symptom dl{
		width:calc(100% - 40px);
	}
}
/*--写真（スライダー）--*/
#contents .photo .photo_list img{
	height:260px;
	width:auto;
}
#contents .photo .slick-slider {
	margin-bottom: 0!important;
}

@media screen and (max-width:640px) {
	#contents .photo .photo_list img{
		height:200px;
		width:auto;
	}
}

/*--診療時間・アクセス--*/
#contents .access .flame {
	margin:70px auto 0;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: url("../images/common_bg_texture01.png") center center;
}
#contents .access .flame + div {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#contents .access .access_map{
	width:calc(50% - 60px);
	display:block;
	max-height: 590px;
	overflow:hidden;
}

#contents .access .access_map_inner {
	position: relative;
	height: 0;
	padding-top: 590px;
	overflow: hidden;
}

#contents .access .access_map_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contents .access .access_detail{
	width:calc(50% + 60px);
	display:block;
	overflow:hidden;
}
#contents .access .access_info{
	margin:50px 30px 50px 60px;
	width:470px;
}
#contents .access .access_info .logo{text-align:center;background:rgba(255,255,255,.8);padding:15px 80px;}
#contents .access .access_info .logo img{display:inline-block;width:100%;}
#contents .access .access_info .address {text-align:center;font-size:.9rem;margin:30px 0;}
#contents .access .access_info .tel{text-align:center;}
#contents .access .access_info .tel img{display:inline-block;width:320px;}


#contents .access table{
	width:100%;
	margin:30px 0 20px;
	border-bottom:1px solid #09314f;
}
#contents .access table thead th{
	background:#09314f;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	color:#fff;
}
#contents .access table tbody th{
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	color:#09314f;
	border-bottom:1px solid #09314f;
}
#contents .access table tbody td{
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	color:#09314f;
	border-bottom:1px solid #09314f;
	font-size:1.2rem;
}

#contents .access .explain{
	font-size:.8rem;text-align:center;
	font-weight: bold;
	color:#006cb1;
}

@media screen and (max-width:640px) {
	#contents .access .flame {
		margin:50px auto 0;
		flex-direction: column;
	}
	#contents .access .flame + div {
	}
	#contents .access .access_map{
		width:100%;
		height:300px;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}

	#contents .access .access_map_inner {
		padding-top: 300px;
	}

	#contents .access .access_detail{
		width:100%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		padding:20px;
	}
	#contents .access .access_info{
		margin:20px 0;
		width:100%;
	}
	#contents .access .access_info .logo{text-align:center;background:rgba(255,255,255,0);padding:0;}
	#contents .access .access_info .address {margin:20px 0;}
	#contents .access .access_info .tel img{width:100%;}


	#contents .access table thead th{
		padding:10px 5px;
		font-size:.8rem;
	}
	#contents .access table tbody th{
		text-align:left;
		padding:10px 10px;
		font-size:.8rem;
	}
	#contents .access table tbody td{
		padding:10px 5px;
		font-size:1rem;
	}

}

/*--求人案内--*/
#contents .recruit table{
	overflow:hidden;
	margin:50px auto 0;
	width:700px;
	border-collapse: separate;
	border-spacing:0 2px;
}
#contents .recruit th{
	width:30%;
	background:rgba(255,255,255,.9);
	text-align:center;

	letter-spacing:.1rem;

	padding:20px;
}
#contents .recruit td{
	width:70%;
	background:rgba(255,255,255,.5);
	padding:20px;
}
@media screen and (max-width:640px) {
	#contents .recruit table{
		margin:40px auto 0;
		width:calc(100% - 40px);
	}
	#contents .recruit th{
		width:100%;
		display:block;
		text-align:left;
		color:#09314f;
	}
	#contents .recruit td{
		width:100%;
		display:block;
	}
}

/*--フリーテキストエリア--*/
#contents .free .inner{
	width:860px;
}
#contents .free h2{
	font-size: 1.8rem;
	text-align:left;
	font-weight:500;
	display:block;
	line-height:1.5;
}
#contents .free h3{
	font-weight:bold;
}
#contents .free p{
	line-height:2;
	margin-bottom:30px;
}
#contents .free .flame{
	width:100%;overflow:hidden;
	margin-bottom:30px;
}
#contents .free .flame .img{
	width:50%;
	float:left;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 50px 0 0;
}
#contents .free .flame .img img{
	display:inline-block;width:100%;height:auto;
}
#contents .free .flame .text{
	width:50%;
	float:right;
	overflow: hidden;
	line-height:2;
}
#contents .free .flame .text p{
	line-height:inherit;
	margin-bottom:initial;
}
#contents .free *:last-child{
	margin-bottom:0;
}
@media screen and (max-width:640px) {
	#contents .free .inner{
		width:calc(100% - 40px);
	}
	#contents .free .flame .img{
		width:100%;
		padding:0 0 20px 0;
	}
	#contents .free .flame .text{
		width:100%;
	}
}

/*--バナーエリア--*/
#contents .banner .area{
	width:860px;
	margin:30px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
}
#contents .banner .area .item{
}

@media screen and (max-width:640px) {
	#contents .banner .area{
		width:100%;
		padding:0 20px;
		flex-direction : column;
	}
	#contents .banner .area .item:not(:last-child){
		margin-bottom:20px;
	}
}

/**********/
/* footer */
/**********/
.footer {
	overflow:hidden;
	background:#96c6d3 url("../images/footer_pict_pc.png") repeat-x center bottom;
	padding:70px 0 140px;
}
.footer .footer_info{
	margin:0 auto;
	width:470px;
}
.footer .footer_info li{

	display:block;
	overflow:hidden;
}
.footer .footer_info .tel{text-align:center;}
.footer .footer_info .tel img{display:inline-block;width:320px;}
.footer .footer_info .logo{
	padding:20px 100px;
	background:rgba(255,255,255,.9);
	margin-top:30px;
	width:100%;
}
.footer .footer_info .logo img{width:100%;height:auto;
	display:block;
	overflow:hidden;
}
.footer .footer_info .address {text-align:center;font-size:.9rem;margin:30px 0 0;color:#fff;}

@media screen and (max-width:640px) {
	.footer {
		background:#96c6d3 url("../images/footer_pict.png") repeat-x center bottom;
		background-size:100% auto;
		padding:50px 0 130px;
	}
	.footer .footer_info{
		width:calc(100% - 40px);
	}
	.footer .footer_info .tel img{
		width:calc(100% - 40px);
	}
	.footer .footer_info .logo{
		padding:20px;
		margin-top:20px;
	}
	.footer .footer_info .address {
		margin-top:20px;
	}

}

/*******/
/* 404 */
/*******/
#contents .notFound {
	height: 100vh;
	padding:0;
	background:#fff;
}

#contents .notFound .inner {
	position: relative;
	height:100%;
	overflow:hidden;
	display:block;

}
#contents .notFound .inner .flame {
	position: absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	text-align:center;
	overflow:hidden;
	display:block;
}
#contents .notFound h2 {
	margin: 0 0 1.5rem;
}
@media screen and (max-width:640px) {
	#contents .notFound h2 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	#contents .notFound .inner .flame {
		padding:0 20px;
	}
	#contents .notFound .inner .flame .notFound_img{
		width:30%!important;
	}
}

/* カラーコード
茶色：#493728(73,55,40)
濃い青色：#09314f（1,102,158）
水色：#4b99b2(31,128,159)
オレンジ：#3168b0
*/
