@charset "UTF-8";


@media (min-width: 320px) {
/* ページタイトル */
section .titlearea {
	background: url(../staff/images/head_img.jpg) no-repeat center top;
	margin-top: 0px;
}


section .schedule_jump {
    text-align: center;
}
section .schedule_jump a {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #f9fefd;
	border: 3px solid #9dd6dd;
    display: inline-block;
	margin: -30px auto 1.5em;
	padding: 8px 20px;
	text-align: center;
	font-weight: 500;
	color: #3d828e;
}

section .vet_area > div .vet_photo {
	text-align: center;
	margin-bottom: 15px;
}
section .vet_area > div dt {
	text-align: center;
	font-weight: 500;
	color: #3d828e;
	background: url(../staff/images/line.gif) repeat-x left bottom;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
section .vet_area > div dt p {
	color: #3d828e;
}
section .vet_area > div dt strong {
	color: #3d828e;
	font-size: 125%;
}
section .vet_area > div dt small {
	color: #3d828e;
    display: block;
    line-height: 1;
}

section .vet_area > div dd .message {
	text-align: justify;
	margin-bottom: 0.5em;
}
section .vet_area > div dd table th {
	color: #3d828e;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
section .vet_area > div dd table td {
	vertical-align: top;
	padding-bottom: 0.5em;
}
/*section .vet_area > div.ishikawa {
	margin-top: 3em;
}*/
section .vet_area > div + div{
  margin-top:3em;
}

section .schedule h3 {
	font-size: 1.8em;
	background: url(../staff/images/back_schedule.jpg) no-repeat center center;
	background-size: 100% 46px;
	text-align: center;
	line-height: 4.6em;
}
section .schedule iframe {
	width: 100%;
}

section .vn_area > div {
}
section .vn_area > div dl {
	margin-bottom: 30px;
}
section .vn_area > div dl dt,
section .manager > div dl dt {
	text-align: center;
	font-weight: 500;
	color: #3d828e;
	margin-bottom: 0.5em;
}
section .vn_area > div dl dt *,
section .manager > div dl dt * {
	color: #3d828e;
}
section .vn_area > div dl dt strong,
section .manager > div dl dt strong {
	font-weight: 500;
	color: #3d828e;
	font-size: 142%;
}
section .vn_area > div dl dt .katagaki {
	text-align: center;
	display: table;
	margin: auto;
}
section .vn_area > div dl dt .katagaki em {
	padding-right: 1em;
	display: table-cell;
	font-style: normal;
}
section .vn_area > div dl dt .katagaki span {
}
section .vn_area > div dl dt img,
section .manager > div dl dt img {
	display: block;
	margin: auto auto 0.5em;
	max-width: 60%;
}
section .vn_area > div dl dd .position {
	background: #e4f1ee;
	text-align: center;
	/*padding: 1em;
	margin-bottom: 0.5em;*/
}
section .manager > div dl dd {
	/*text-align: center;*/
}

section .vn_area > div dl dd .qualification{
 background: #e4f1ee;
text-align: center;
padding: 1em 0.5em;
margin-bottom: 0.5em;
}

section .vn_area table {
	/*margin-top: 0.5em;*/
 	margin:0 auto;
}
section .manager table {
	/*margin: 0.5em auto 0px;*/
}
section .vn_area table th,
section .manager table th {
	color: #3d828e;
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}
section .vn_area table td,
section .manager table td {
	text-align: left;
	vertical-align: top;
}




}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
section .vet_area > div dt br {
	display: none;
}
}

@media (min-width: 768px) {
/* ページタイトル */
section .titlearea {
	background-position: center center;
}

section article .schedule_jump {
	margin: 0px 40px;
	width: auto;
    text-align: right;
}

section .schedule_jump a {
}

section .vet_area > div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	align-items: center;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
}
section .vet_area > div .vet_photo {
	width: 300px;
}
section .vet_area > div dl {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 350px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 350px);/*Firefox4~15対応*/
	width: calc(100% - 350px);
}
section .vet_area > div.masaoka dl dt {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
section .vet_area > div.masaoka dl dt p {
    text-align: left;
    margin-right: 1em;
}
section .vet_area > div.photoright .vet_photo {
	order: 2;
	-ms-flex-order: 2; /*IE10*/
	-webkit-box-ordinal-group: 2; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-order: 2; /* Safari6.1以降 */
}
section .vet_area > div.photoright dl {
	order: 1;
	-ms-flex-order: 1; /*IE10*/
	-webkit-box-ordinal-group: 1; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-order: 1; /* Safari6.1以降 */
}
/*section .vet_area > div.ishikawa {
	margin-top: 0;
}*/
section .vet_area > div + div{
	margin-top: 0;
}

section .schedule h3 {
	background-size: auto 46px;
}
section .schedule iframe {
	height: 1100px;
}

section .vn_area > div{
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	margin: auto;
}
section .manager > div {justify-content:center;}

section .vn_area > div dl {
	max-width: 300px;
	width: 30%;
    margin-right: 5%;
}
section .vn_area > div dl:nth-child(3n) {
    margin-right: 0;
}
section .vn_area > div dl dt {
	margin-bottom: 1em;
}
section .vn_area > div dl dt img,
section .manager > div dl dt img {
	margin: auto auto 1em;
	max-width: 100%;
}
section .vn_area > div dl dd .position {
	background: #e4f1ee;
	text-align: center;
	/*padding: 1em 0.5em;
	margin-bottom: 0.5em;*/
}
/* ケアスタッフ */
section .vn_area > div.carestaff {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
section .vn_area > div.carestaff dl {
    margin-right: 0;
}
}


@media (min-width: 1080px) {
section article .schedule_jump {
	margin: 0px auto;
	width: 1000px;
}
}

@media (min-width: 1160px) {
section .schedule iframe {
	height: 1100px;
}
}


@media (min-width: 1200px) {
}
