@charset "UTF-8";
/* CSS Document */

.staff .staff_content h2 {
	font-size: 2rem;
	text-align: center;
}
.staff .staff_content h2#schedule {
	padding-top: 100px;
	margin-top: -100px;
}
.staff .staff_content .staff_list .staff_list-inner {
  margin-top: 40px;
}
.staff .staff_content .staff_list .staff_img {
  height: 400px;
}
.staff .staff_content .staff_list .staff_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    object-position: center 20%;
}
.staff .staff_content .staff_list .staff_name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 16px;
}
.staff .staff_content .staff_list .staff_name h3 {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: .4em;
}
.staff .staff_content .staff_list .staff_name h3 span {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: normal;
  padding-right: 1.5rem;
}
.staff .staff_content .staff_list .staff_name h3.oversight * {
	line-height: 1;
}
.staff .staff_content .staff_list .staff_name h3.oversight small {
	font-size: 70%;
}
.staff .staff_content .staff_list .staff_name h4 {
  font-size: 3.2rem;
  font-weight: 300;
  color: #eeeeee;
}
.staff .staff_content .staff_list p {
  margin-bottom: 16px;
}
.staff .staff_content .staff_list a {
  display: block;
  color: #326440;
  text-align: right;
  text-decoration: none;
  margin-bottom: 16px;
}
.staff .staff_content .staff_list a i {
  color: #326440;
  padding-left: 4px;
}
.staff .staff_content .staff_list dl {
  margin-bottom: 16px;
}
.staff .staff_content .staff_list dl dt {
  display: inline-block;
  color: #326440;
  padding: 6px;
  border: dotted 1px #326440;
  margin-bottom: 8px;
}
.staff .staff_content .staff_list dl dd i {
  color: #326440;
  padding-right: 4px;
}
.staff .staff_content.nurses .staff_list dl dt {
  padding: 0;
  border: none; 
}
iframe {
  width: 100%;
  border: none;
  margin-top: 40px;
}
  .staff .staff_content.nurses .staff_list .staff_profile dl {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
  }
  .staff .staff_content.nurses .staff_list .staff_profile dl {
      margin-bottom: 0;
  }
  .staff .staff_content.nurses .staff_list .staff_profile dl div:first-child {
  width: 5em;
}

@media(min-width:768px) {
  
  .staff .staff_content h2 {
    font-size: 3rem;
  }
.staff .staff_content h2#schedule {
	padding-top: 130px;
	margin-top: -130px;
}
  .staff .staff_content .staff_list .staff_list-inner {
    margin-top: 64px;
    display: -ms-flexbox;
    display: flex;
  }
  .staff .staff_content .staff_list .staff_img {
    width: 40%;
  }
  .staff .staff_content .staff_list .staff_profile {
    width: 60%;
  }
  .staff .staff_content .staff_list .staff_profile h3,
  .staff .staff_content .staff_list .staff_profile p,
  .staff .staff_content .staff_list .staff_profile a,
  .staff .staff_content .staff_list .staff_profile dl {
    margin-left: 32px;
  }

  .staff .nurses .staff_list {
	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-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .staff .nurses .staff_list .staff_list-inner {
      width: 48%;
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
  }
  .staff .nurses .staff_list .staff_profile {
    width: 100%;
  }
  .staff .nurses .staff_list .staff_profile h3,
  .staff .nurses .staff_list .staff_profile dl {
    margin-left: 0;
  }
.staff .nurses .staff_list .staff_profile div:last-child {
  width: 65%;
}
  .staff .staff_content.nurses .staff_list .staff_profile div:last-child {
    width: 100%;
  }
.staff .staff_content .staff_list .staff_name h3 span {
  padding-right: 2rem;
}
}

@media(min-width:1200px) {
  
  .staff .staff_content h2 {
    font-size: 3.8rem;
  }
  .staff .staff_content .staff_list .staff_list-inner {
    margin-top: 80px;
  }
  .staff .staff_content .staff_list .staff_img {
    width: 30%;
    height: 360px;
  }
  .staff .staff_content .staff_list .staff_img.masaoka {
    width: 40%;
    height: 500px;
  }
  .staff .staff_content .staff_list .staff_profile {
    width: 70%;
  }
  .staff .staff_content .staff_list .staff_profile h3,
  .staff .staff_content .staff_list .staff_profile p,
  .staff .staff_content .staff_list .staff_profile a,
  .staff .staff_content .staff_list .staff_profile dl {
    margin-left: 80px;
}
 .staff .staff_content .staff_list .staff_profile h3 {
    font-size: 3.6rem;
  }
  .staff .staff_content .staff_list .staff_profile h3 span {
    font-size: 2.6rem;
  }
  .staff .staff_content .staff_list .staff_profile h4 {
    font-size: 8rem;
  }
  .staff .staff_content .staff_list .staff_profile p {
    margin-bottom: 40px;
  }
  .staff .staff_content .staff_list .staff_profile a {
    font-size: 2rem;
    margin-bottom: 56px;
  }
  .staff .staff_content .staff_list .staff_profile a i {
    font-size: 3rem;
  }
  .staff .staff_content .staff_list .staff_profile dl {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .staff .staff_content .staff_list .staff_profile dl div:first-child {
    width: 35%;
  }
  .staff .staff_content .staff_list .staff_profile div:last-child {
    width: 65%;
  }
  .staff .staff_content .staff_list .staff_profile dl dd {
  padding: 0 0 6px;
}

  /* nurses */
  
  .staff .staff_content.nurses,
  .staff .staff_content.schedule {
    margin-top: 120px;
  }
  .staff .staff_content.nurses .staff_list {
    display: -ms-flexbox;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
  }
  .staff .staff_content.nurses .staff_list .staff_list-inner {
    display: block;
    width: 50%;
  }
  .staff .staff_content.nurses .staff_list .staff_list-inner:nth-child(2n + 1) {
      padding: 0 20px 0 120px;
  }
  .staff .staff_content.nurses .staff_list .staff_list-inner:nth-child(2n) {
      padding: 0 120px 0 20px;
  }
  .staff .staff_content.nurses .staff_list .staff_img {
    width: 100%;
  }
  .staff .staff_content.nurses .staff_list .staff_profile {
    width: 100%;
  }
  .staff .staff_content.nurses .staff_list .staff_profile div:last-child {
    width: 100%;
  }
  .staff .staff_content.nurses .staff_list .staff_name {
    margin-bottom: 30px;
  }
  .staff .staff_content.nurses .staff_list .staff_profile h3,
  .staff .staff_content.nurses .staff_list .staff_profile p,
  .staff .staff_content.nurses .staff_list .staff_profile a,
  .staff .staff_content.nurses .staff_list .staff_profile dl {
    margin-left: 0px;
}
  .staff .staff_content.nurses .staff_list .staff_profile h3 {
    font-size: 3.2rem;
    letter-spacing: .3em;
  }
  .staff .staff_content.nurses .staff_list .staff_profile h3 span {
    font-size: 2rem;
    letter-spacing: normal;
  }
  .staff .staff_content.nurses .staff_list .staff_profile h4 {
    font-size: 3.2rem;
  }
}
  