header {
}
footer section {
}

article.main_contents {
}

.staff_name strong {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	margin-right: 0.5em;
}
.staff_name .name_e {
	font-size: 1.8rem;
	font-weight: 200;
	color: #b4b6b8;
}
.profile {
	background: #fff;
	padding: 15px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.profile th {
	text-align: left;
	padding-top: 5px;
	vertical-align: top;
	display: block;
}
.profile td {
	padding-bottom: 5px;
	vertical-align: top;
	display: block;
}
.profile td ul li {
	list-style: none;
	padding-left: 1.2em;
	position: relative;
}
.profile td ul li:before {
	content: '■';
	color: #c1c2c5;
	position: absolute;
	left: 0px;
}
ul.member {
	list-style: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.member li {
	text-align: center;
	margin-bottom: 1em;
	width: 48%;
}
ul.member li:nth-child(2n) {
	margin-left: 4%;
}
ul.member li .staff_name strong {
	font-size: 1.8rem;
	margin-right: 0;
	display: block;
	text-align: center;
}
ul.member li .staff_name .name_e {
	font-size: 1.5rem;
	line-height: 1;
	display: block;
	text-align: center;
}
ul.member li .staff_plofile {
	padding-top: 0.8em;
	margin-top: 0.8em;
	position: relative;
}
ul.member li .staff_plofile:before {
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background: #b4b6b8;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dr_ishikawa {
	margin-bottom: 50px;
}
.dr_ishikawa .message {
	position: relative;
	z-index: 19;
}
.dr_ishikawa .message_head {
	font-size: 1.6rem;
	font-weight: bold;
	color: #0a50a1;
	position: relative;
}
.dr_ishikawa .message_head:after {
	content: '';
	display: block;
	width: 155px;
	height: 43px;
	background: url("../img/staff/image01.png") no-repeat right top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 120px;
}
.dr_ishikawa .slogan {
	font-size: 2rem;
	font-weight: bold;
}
.dr_ishikawa .dvm_photo {
	margin-bottom: 20px;
	position: relative;
}
.dr_ishikawa .dvm_photo .photo {
	position: relative;
	z-index: 20;
}
.dr_ishikawa .dvm_photo img {
	width: 65%;
	margin-right: 10%;
}
.dr_ishikawa .dvm_photo:after {
	content: '';
	display: block;
	width: 50vw;
	height: 100%;
	background: url("../img/staff/photo_ishikawa_back.jpg") no-repeat right top;
	background-size: 100%;
	position: absolute;
	top: -130px;
	right: -20px;
}
.dr_ishikawa .dvm_photo .dvm_name small {
	font-size: 1.4rem;
	margin-right: 0.5em;
}

.staffs .staffs_sep {
	display: none;
}
.vet {
	margin-bottom: 35px;
}
.vet .vet_photo {
	margin-bottom: 20px;
}
.vet .vet_photo img {
	width: 50%;
}
.vet .profile th {
	width: 7.5em;
}

.staffs_all .vet {
	margin-bottom: 35px;
	position: relative;
}

.vn {
	margin-bottom: 35px;
	position: relative;
}
.vn:before {
	content: '';
	display: block;
	width: 41.5px;
	height: 25px;
	background: url("../img/staff/image02.png") no-repeat right bottom;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 0%;
}
.vn:after {
	content: '';
	display: block;
	width: 76.5px;
	height: 38px;
	background: url("../img/staff/image03.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	left: 0%;
}

.vn_trimmer {
	margin-bottom: 35px;
	position: relative;
}
.vn_trimmer:before {
	content: '';
	display: block;
	width: 35px;
	height: 55px;
	background: url("../img/staff/image04.png") no-repeat right bottom;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 5%;
}

.trimmer {
	margin-bottom: 35px;
	position: relative;
}
.trimmer:after {
	content: '';
	display: block;
	width: 55.5px;
	height: 63px;
	background: url("../img/staff/image05.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	bottom: -70px;
	left: 10%;
}

.front {
	position: relative;
}

.photo_staff {
	margin-bottom: 50px;
	text-align: center;
}

.animals div {
	background: #fff;
	padding: 30px 20px;
	position: relative;
	text-align: center;
}
.animals div:before {
	content: '';
	display: block;
  border-top: 20px solid #f0f1f3;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f0f1f3;
	position: absolute;
	top: 0px;
	left: 0px;
}
.animals div:after {
	content: '';
	display: block;
  border-top: 20px solid transparent;
  border-right: 20px solid #f0f1f3;
  border-bottom: 20px solid #f0f1f3;
  border-left: 20px solid transparent;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.animals h2 {
	font-size: 2.4rem;
	font-weight: 200;
	line-height: 1.2;
}
.animals p {
	text-align: center;
}
.animals .photo_animal_sp {
	display: block;
	margin: auto;
}
.animals .photo_animal_pc {
	display: none;
	margin: auto;
}

@media (min-width: 768px) {
article.main_contents {
	background: #f0f1f3 url("../img/staff/photo_ishikawa_back.jpg") no-repeat right top;
	background-size: 27.5%;
	position: relative;
}

.staff_name strong {
	font-size: 2.6rem;
}
.staff_name .name_e {
	font-size: 2rem;
}
.profile {
	padding: 40px 30px;
}
.profile {
	padding: 40px 30px 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.profile table {
	width: 48%;
}
.profile table.prof_wide {
	width: 100%;
}
.profile th {
	display: block;
	padding: 5px 0;
}
.profile td {
	display: block;
	padding: 5px 0 15px 2em;
}
ul.member {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
ul.member li {
}
ul.member li:nth-child(2n) {
	margin-left: 5px;
}
ul.member li .staff_name strong {
	font-size: 2rem;
}
ul.member li .staff_name .name_e {
	font-size: 1.6rem;
}
ul.member li .staff_plofile:before {
	width: 50px;
}

.dr_ishikawa {
	margin-bottom: 100px;
}
.dr_ishikawa .message {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 350px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 350px);/*Firefox4~15対応*/
	width: calc(100% - 350px);
	float: left;
}
.dr_ishikawa .message_head {
	font-size: 2rem;
}
.dr_ishikawa .message_head:after {
	width: 202px;
	height: 56px;
	top: 0;
	left: auto;
	right: 0.5em;
}
.dr_ishikawa .slogan {
	font-size: 2.8rem;
}
.dr_ishikawa .dvm_photo {
	width: 340px;
	margin-bottom: 30px;
	float: right;
}
.dr_ishikawa .dvm_photo:after {
	content: none;
}
.dr_ishikawa .dvm_photo img {
	width: 100%;
	margin-right: 0;
}
.dr_ishikawa .dvm_photo .dvm_name {
	margin-left: 50px;
}
.dr_ishikawa .dvm_photo .dvm_name small {
	font-size: 1.6rem;
}
.dr_ishikawa .profile {
	clear: both;
}

.vet {
	margin-bottom: 100px;
}
.vet .vet_photo {
	width: 220px;
	margin-bottom: 0px;
	float: left;
}
.vet .vet_photo img {
	width: 100%;
}
.vet .profile {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 270px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 270px);/*Firefox4~15対応*/
	width: calc(100% - 270px);
	float: right;
}

.staffs {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.staffs .staffs_all {
	width: 42%;
}
.staffs .photo_staff {
	width: 58%;
}

.staffs > div h2 {
	margin-bottom: 0;
}

.staffs_all .vet {
	margin-bottom: 35px;
}

.vn {
}
.vn:before {
	content: none;
}
.vn:after {
	content: none;
}

.staffs .staffs_all .vn_trimmer {
	display: none;
	position: relative;
}
.vn_trimmer:before {
	content: none;
}

.staffs .staffs_all .trimmer {
	display: none;
	position: relative;
}
.trimmer:after {
	content: none;
}

.staffs .staffs_all .front {
	display: none;
	margin-bottom: 100px;
}

.staffs .staffs_sep {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
.staffs .staffs_sep > div {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.staffs .staffs_sep > div h2.subtitle {
	padding: 1em 0;
}
.staffs .staffs_sep > div ul.member li {
	width: 100%;
}
.staffs .staffs_sep > div.trimmer ul.member li {
	width: 40%;
}
.staffs .staffs_sep > div.trimmer ul.member li:nth-child(2n) {
    margin-left: 0;
}

.animals div {
	padding: 60px 40px;
}
.animals div:before {
	border-width: 40px;
}
.animals div:after {
	border-width: 40px;
}
.animals h2 {
	font-size: 3.2rem;
}
.animals .photo_animal_sp {
	display: none;
}
.animals .photo_animal_pc {
	display: block;
}

}

@media (min-width: 960px) {
.staffs .staffs_all .vn_trimmer {
	display: block;
}
.staffs .staffs_sep .vn_trimmer {
	display: none;
}
.staffs .staffs_sep > div.trimmer {
    width: 58%;
}
.staffs .staffs_sep > div.trimmer ul.member {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.staffs .staffs_sep > div.trimmer ul.member li {
	width: 33%;
}
.staffs .staffs_sep > div.front {
    width: 42%;
}
.staffs .staffs_sep > div.front ul.member li {
    width: 40%;
}
}

@media (min-width: 1200px) {
article.main_contents {
	background-size: 430px;
}

.staff_name strong {
	font-size: 3.2rem;
}
.staff_name .name_e {
	font-size: 2.4rem;
}
.profile {
	padding: 60px 50px 50px;
}
//ul.member li {
//	width: 30%;
//}
//ul.member li:nth-child(2n) {
//	margin-left: 0px;
//}
ul.member li .staff_name strong {
	font-size: 2.2rem;
}
ul.member li .staff_name .name_e {
	font-size: 1.8rem;
}
ul.member li .staff_plofile:before {
	width: 70px;
}

.dr_ishikawa {
	margin-bottom: 110px;
}
.dr_ishikawa .message {
	width: 630px;
	width: -webkit-calc(100% - 500px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 500px);/*Firefox4~15対応*/
	width: calc(100% - 500px);
}
.dr_ishikawa .message_head {
	font-size: 2.2rem;
}
.dr_ishikawa .message_head:after {
	width: 307px;
	height: 85px;
	top: -1em;
}
.dr_ishikawa .slogan {
	font-size: 3.4rem;
}
.dr_ishikawa .dvm_photo {
	width: 495px;
	margin-bottom: 30px;
}
.dr_ishikawa .dvm_photo .dvm_name {
	margin-left: 95px;
}
.dr_ishikawa .dvm_photo .dvm_name small {
	font-size: 1.8rem;
	margin-right: 0.8em;
}
.dr_ishikawa .profile {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.dr_ishikawa .profile table {
    width: auto;
	margin-right: 50px;
}

.vet {
	margin-bottom: 110px;
}
.vet .vet_photo {
	width: 26.7%;
	max-width: 320px;
}
.vet .profile {
	width: 810px;
}

.vn {
	margin-bottom: 80px;
}

.front {
	margin-bottom: 100px;
}
.front:before {
	top: -10px;
	right: 13%;
}
.front:after {
	bottom: -90px;
}

.animals div {
	padding: 65px 100px;
}
.animals h2 {
	font-size: 4.2rem;
}
.animals div:before {
	border-width: 50px;
}
.animals div:after {
	border-width: 50px;
}

}

