@charset "UTF-8";

#container {
	overflow: hidden;
	color: #333;
}
.main {
	background: url(../images/main_img.jpg) no-repeat center;
	height: 246px;
	background-size: cover;
	position: relative;
}
.main .main-tit {
	color: #fff;
	text-shadow: 0px 0px 11px #6d6969;
}

.clinic.inner {
	max-width: 1028px;
	overflow: hidden;
	padding: 0 24px;
	box-sizing: border-box;
	margin-bottom: 90px;
}
.main-cont {
	float: left;
	width: 740px;
}
.main-cont h3 {
	margin-left: 24px;
	margin-bottom: 37px;
	color: #5f738e;
	font-size: 26px;
	font-family: "游ゴシック", sans-serif;
	font-weight: bold;
}
.main-cont section {
	margin-top: -100px;
	padding-top: 100px;
}
.main-cont h3:before {
	content: "";
	background: url(../images/tit_icon.png) no-repeat;
	width: 85px;
	height: 48px;
	display: block;
	position: relative;
	left: -48px;
	top: 17px;

}
#staff {
	margin-top: -130px;
}
.staff-cont {
	overflow: hidden;
	padding: 0 30px;
}
.staff-cont + .staff-cont {
	margin-top: 80px;
}
.staff-img {
	display: inline-block;
	border-right: 2px solid #d3d6dd;
	width: 150px;
	margin-right: 13px;
}
.staff-detail {
	display: inline-block;
	vertical-align: top;
}
.detail-tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.staff-detail ul {
	font-size: 13px;
	line-height: 24px;
}
.staff-detail li {
	display: flex;
}
.staff-detail .keireki_time {
	width: 110px;
}
.staff-detail li p {
	display: inline-block;
	vertical-align: top;
	margin-left: 27px;
}
.greeting {
	background: #ededed;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	padding: 27px 37px 19px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 33px;
	min-height: 152px;
}
.greeting-txt {
	font-size: 14px;
	line-height: 30px;
}
.tokuhara .staff-detail li p {
	margin-left: 10px;
}

#hospital {
	margin-top: -5px;
	font-size: 14px;
}
#hospital img {
	width: 100%;
	height: auto;
}
.hos-cont {
	padding: 0 30px
}
.hos-box01 {
	overflow: hidden;
	margin: 35px 50px -3px 30px;
}
#hospital li {
	width: 277px;
	float: left;
	padding-bottom: 8px;
}
#hospital li:nth-child(2n+1) {
	clear: both;
}
#hospital .hos-box01-img {
	position: relative;
}
#hospital .hos-box01-img:before,
.hos-box02-img01:before {
	content: "";
	width: 1px;
	height: 56px;
	background: #767d94;
	position: absolute;
	left: 8px;
	bottom: -36px;
}
#hospital li .hos-box01-tit,
.hos-box02-img01-tit {
	font-size: 16px;
	color: #5a6481;
	font-weight: bold;
	margin: 15px 12px 13px 20px;
	position: relative;
	line-height: 20px;
	padding-top: 2px;
	letter-spacing: 1px;
}
#hospital li .hos-box01-tit {
	height: 41px;
}
#hospital li .hos-box01-txt {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 34px;
}
#hospital li .hos-box01-tit:after,
.hos-box02-img01-tit:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #767d94;
	position: absolute;
	left: -14px;
	top: 8px;
}
#hospital li:nth-child(even) {
	margin-left: 46px; 
}
.hos-box02 {
	overflow: hidden;
	margin: 32px 50px 56px 30px;
}
.hos-box02 img {
	width: 100%;
	height: auto;
}
.hos-box02-img01 {
	margin-top: 33px;
	position: relative;
}
.hos-box02-sub01-tit {
	font-size: 14px;
	line-height: 30px;
	margin-top: 4px;
	width: 57.8%;
	float: left;
}
.hos-box02-img-cont {
	float: right;
	width: 34.5%;
	margin-top: -38px;
}
.hos-box02-img02 +.hos-box02-img02 {
	font-size: 0;
	margin-top: 20px;
}
.hos-box02-img03 {
	margin: 17px 0 13px;
	display: inline-block;
}

#subject {
	margin: -57px 0 52px 0;
}
.main-cont #subject h3 {
	margin-bottom: 31px;
}
#subject li {
	margin-right: 10px;
}
#subject li + li {
	margin-top: 30px;
}
#subject dt {
	font-size: 16px;
	font-weight: bold;
	color: #5b6785;
	position: relative;
	border: 2px solid #d3d6dd;
	padding: 17px 13px 15px;
	cursor: pointer;
	transition: .3s;
}
#subject dt:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #1b9b4c;
}
#subject dt span {
	color: #1b9b4c;
	display: inline-block;
	margin-right: 9px;
}
#subject dt span:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 8px;
	top: 5px;
	right: 22px;
	margin: auto;
	border-top: 2px solid #1b9b4c;
	border-right: 2px solid #1b9b4c;
	
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transition: .3s;
}
#subject dt.change span:before {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0px;
}
#subject dt span:after {
	content: "";
	width: 26px;
	height: 26px;
	border: 2px solid #d3d6dd;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 12px;
	margin: auto;
}
#subject dd {
	font-size: 14px;
	line-height: 30px;
	padding: 23px 40px 0;
	display: none;
}

.main-cont #various-info h3 {
	margin-bottom: 21px;
}
#various-info table {
	margin: 16px 0 43px;
	font-size: 14px;
	width: 100%;
}
#various-info th,
#various-info td {
	line-height: 24px;
	vertical-align: top;
	padding: 10px 0;
}
#various-info th {
	font-weight: bold;
	padding-left: 40px;
}
#various-info td {
	padding-right: 40px;
}
#various-info .green-tit {
	font-size: 16px;
}
#various-info .table01 th,
#various-info .table02 th {
	width: 176px;
}
#various-info .table03 th {
	width: 288px;
}
#various-info .table04 th {
	width: 246px;
}

.side-cont {
	float: right;
	width: 240px;
}
.side-cont.compliance {
	position: fixed;
	right: calc((100vw - 998px)/2);
	top: 16%;
	z-index: 100;
}
.side-cont a {
	background: #ededed;
	color: #5b6785;
	display: block;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
.side-cont a.current,
.side-cont a:hover {
	background: url(../images/side_bgicon.gif) right top no-repeat #e7d32c;
	font-weight: bold;
	opacity: 1;
	filter: alpha(opacity=100);
}
.side-cont li {
	margin-left: 40px;
}
.side-cont li + li {
	margin-top: 1px;
}
.side-cont a:before {
	content: "";
	background: #1b9b4c;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
}
.various-info-cont {
	padding: 0 30px;
}

@media screen and (min-width:901px){

.side-cont a.current:after,
.side-cont a:hover:after {
	content: "";
	display: inline-block;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #1b9b4c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9px;
	margin: auto;
	height: 0;
}
}


@media screen and (max-width:1048px){
	.clinic.inner {
		padding: 0 40px;
	}
	.main-cont {
		width: 70%;
	}
	.side-cont.compliance {
		right: 40px;
	}
	#hospital li {
		width: 45%;
	}
	#hospital li:nth-child(even) {
		margin-left: 8.8%;
	}
}
@media screen and (max-width:900px){
	.lower .main {
		background: url(../images/main_img_sp.jpg) no-repeat center;
		background-size: 100%;
	}
	.clinic.inner {
		padding: 0;
		margin-bottom: 0;
	}
	.side-cont {
		float: none;
		width: 100%;
		font-size: 0;
		margin-top: -6px;
	}
	.side-cont li {
		margin-left: 0;
		width: calc(25% - 1.5px);
		display: inline-block;
	}
	.side-cont li + li {
		margin-top: 0px;
		border-left: 2px solid #fff; 
	}
	.side-cont a {
		font-size: 11px;
		background: #fff; 
		height: 47px;
		line-height: 47px;
		padding-left: 0;
		text-align: center;
	}
	.side-cont a:before {
		content: "";
		background: #1b9b4c;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.side-cont.compliance {
		right: 0;
		top: 59px;
	}
	.side-cont a.current:after {
		content: "";
		display: inline-block;
	   border-left: 7px solid transparent;
	   border-right: 7px solid transparent;
	   border-top: 7px solid #1b9b4c;
	   position: absolute;
	   bottom: -7px;
	   left: 0;
	   right: 0;
	   width: 0;
	   margin: auto;
	   height: 0;
	}
	.side-cont a:hover, .side-cont a.current {
		background: url(../images/side_bgicon.gif) right top no-repeat #e7d32c;
		background-size: 6px;
	}
	.main-cont {
		width: 100%;
		float: none;
	}
	#staff {
		margin-top: -76px;
	}
	.main-cont h3:before {
		left: -35px;
		top: 6px;
		width: 67px;
		height: 37px;
		background: url(../images/tit_icon.png) no-repeat;
		background-size: 100%;
	}
	.main-cont h3 {
		font-size: 15px;
		margin: 0 0 26px 45px;
	}
	#staff img {
		width: 100%;
		height: auto;
	}
	.staff-cont {
		padding: 0 15px;
	}
	.staff-img {
		border-bottom: 2px solid #d3d6dd;
		border-right: none; 
		width: 100%;
		margin: 0 0 13px 0;
		padding-bottom: 20px;
	}
	.staff-detail ul {
		font-size: 12px;
		line-height: 20px;
	}
	.detail-tit {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.greeting-txt {
		font-size: 12px;
		line-height: 20px;
		margin-top: -9px;
	}
	.greeting {
		border-radius: 11px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		padding: 21px 25px 25px;
		margin-top: 20px;
		min-height: auto;
	}
	.staff-cont + .staff-cont {
		margin-top: 30px;
	}
	.staff-detail {
		padding: 0 10px;
	}
	.staff-detail li p {
		margin-left: 15px;
	}
	#hospital {
		margin-top: -73px;
		font-size: 12px;
	}
	.hos-cont {
		padding: 0 10px;
	}
	.hos-box01 {
		margin: 16px 15px 13px;
	}
	#hospital li {
		width: 100%;
		padding-bottom: 11px;
	}
	#hospital li:nth-child(even) {
		margin-left: 0;
	}
	#hospital li .hos-box01-tit, 
	.hos-box02-img01-tit {
		font-size: 15px;
		margin: 15px 12px 6px 26px;
		height: auto;
		line-height: 17px;
		padding-top: 4px;
	}
	.hos-box02 {
		margin: 17px 15px 37px;
	}
	.hos-box02-img01 {
		margin-top: 16px;
	}
	.hos-box02-sub01-tit {
		font-size: 12px;
		line-height: 20px;
		margin-top: 9px;
		width: 100%;
		float: none;
	}
	.hos-box02-img-cont {
		float: none;
		width: 100%;
		margin-top: 15px;
		overflow: hidden;
	}
	.hos-box02-img02 {
		float: left;
		width: 48%;
	}
	.hos-box02-img02 +.hos-box02-img02 {
		margin-top: 0;
		float: right;
	}
	.hos-box02-img03 {
		margin: 10px 0 3px;
		width: 100%;
	}
	#hospital li .hos-box01-txt {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	#subject {
		margin: -104px 0 52px 0;
	}
	.main-cont #subject h3 {
		margin-bottom: 24px;
	}
	#subject dt {
		font-size: 13px;
		border: 1px solid #d3d6dd;
		padding: 15px 7px 14px;
	}
	#subject li {
		margin: 0 15px;
	}
	#subject li + li {
		margin-top: 20px;
	}
	#subject dt span:after {
		width: 20px;
		height: 20px;
		border: 1px solid #d3d6dd;
		right: 9px;
	}
	#subject dt span:before {
		width: 7px;
		height: 7px;
		right: 16px;
		margin: auto;
		border-top: 1px solid #1b9b4c;
		border-right: 1px solid #1b9b4c;
	}
	#subject dd {
		font-size: 12px;
		line-height: 20px;
		padding: 17px 10px 0;
	}
	.main-cont #various-info {
		margin-top: -128px;
	}
	.main-cont #various-info h3 {
		margin-bottom: 25px;
	}
	#various-info .green-tit {
		font-size: 13px;
	}
	.various-info-cont {
		padding: 0 10px;
	}
	#various-info th {
		padding-left: 15px;
	}
	#various-info td {
		padding-left: 27px;
		padding-right: 0;
	}
	#various-info table {
		margin: 14px 0 23px;
		font-size: 12px;
	}
	#various-info th, 
	#various-info td {
		padding-top: 0;
		padding-bottom: 0;
	}
	.staff-cont + .staff-cont .greeting {
		margin-top: 10px;
	}
	.hos-cont > p {
		margin: 0 15px;
	}
	#hospital .hos-box01-img:before, 
	.hos-box02-img01:before {
		left: 14px;
	}
	#subject dt span {
		margin-right: 3px;
	}
}

