@charset "UTF-8";

/* メインイメージ */
.contentpage #header {
	background-image: url(../images/staff/m_img@2x.jpg);
}



/*院長紹介
---------------------------------------------------------*/
.stf_index {
	text-align: center;
	width: 22%;
	margin: 0 auto 50px;
}

.dr .bg {
	padding-bottom: 120px;
	background-color: #f0f4f7;
	background-image: url(../images/staff/dr_bg2@2x.png), url(../images/staff/dr_bg1@2x.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom, right bottom;
	background-size: 35px auto, 750px auto;
	position: relative;
	/*margin-bottom: 100px;*/
}
.dr .bg::before {
	content: "";
	position: absolute; 
	z-index: 0;
	width: 100%;
	height: 170px;
	background: #fff;
	left: 0;
	top: 0;
}
.dr .bg .w1200 {
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
.dr .photo {
	position: absolute;
	z-index: 0;
	right: 1.5%;
	top: 0;
	width: 60%;
	max-width: 720px;
}
.dr .name_item {
	width: 35%;
	box-sizing: border-box;
	padding: 0 5%;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 130px;
}
.dr .name_item p {
	position: relative;
	z-index: 1;
}
.dr .name_item .abs_star li {
	position: absolute;
	z-index: 0;
}
.dr .name_item .abs_star li:first-child {
	width: 28%;
	max-width: 107px;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-90%);
	transform: translateX(-90%);
}
.dr .name_item .abs_star li:last-child {
	width: 50%;
	max-width: 197px;
	right: 0;
	top: 100%;
	-webkit-transform: translate(60%, 30%);
	transform: translate(60%, 30%);
}

.dr .message {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.dr .message dt {
	font-size: 270%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 80px;
}
.dr .message dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dr .message dd > div {
	width: 48%;
	max-width: 550px;
}
.dr .message dd .img_item {
	margin-top: 60px;
}

.dr .bg_white {
	background: #fff;
	padding: 20px;
	margin-bottom: 80px;
}
.dr .bg_white .frame_box {
	border: solid 2px #cdcdcd;
	position: relative;
	padding: 25px 4%;
}
.dr .bg_white .frame_box li {
	position: absolute;
	z-index: 0;
	width: 43px;
	height: 43px;
	background: #fff;
}
.dr .bg_white .frame_box li:nth-child(1) {
	left: -2px;
	top: -2px;
}
.dr .bg_white .frame_box li:nth-child(2) {
	right: -2px;
	top: -2px;
}
.dr .bg_white .frame_box li:nth-child(3) {
	left: -2px;
	bottom: -2px;
}
.dr .bg_white .frame_box li:nth-child(4) {
	right: -2px;
	bottom: -2px;
}
.dr .bg_white h3 {
	position: absolute;
	z-index: 1;
	width: 50%;
	max-width: 530px;
	left: 2%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dr .bg_white p {
	position: relative;
	z-index: 1;
	width: 48%;
	margin-left: auto;
	margin-right: 0;
	font-weight: bold;
	letter-spacing: .15em;
}

.dr .ryakureki {
	width: 80%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dr .ryakureki > div {
	background: url(../images/staff/line@2x.png) repeat-y left top;
	background-size: 5px auto;
	box-sizing: border-box;
	padding-left: 2.0em;
}
.dr .ryakureki .box_l {
	width: 55%;
}
.dr .ryakureki .box_r {
	width: 42%;
}
.dr .ryakureki h3 {
	color: #43b8d1;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.dr .ryakureki li {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .4em;
}
.dr .ryakureki li:last-child {
	margin-bottom: 0;
}
.dr .ryakureki .box_r li {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.stf_index {
	margin-bottom: 4%;
}

.dr .bg {
	padding-bottom: 10%;
	background-size: 35px auto, 50% auto;
	/*margin-bottom: 8%;*/
}
.dr .bg::before {
	height: 8%;
}
.dr .bg .w1200 {
	padding-top: 5%;
}
.dr .photo {
	right: 0;
}
.dr .name_item {
	margin-bottom: 8%;
}
.dr .name_item .abs_star li:first-child {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dr .message {
	margin-bottom: 4%;
}
.dr .message dt {
	font-size: 220%;
	margin-bottom: 4%;
}
.dr .message dd {
	display: block;
}
.dr .message dd > div {
	width: 100%;
	max-width: 100%;
}
.dr .message dd .img_item {
	width: 50%;
	margin: 4% auto 0;
	text-align: center;
}

.dr .bg_white {
	padding: 10px;
	margin-bottom: 6%;
}
.dr .bg_white .frame_box {
	padding: 3%;
}
.dr .bg_white p {
	width: 45%;
}

.dr .ryakureki {
	font-size: 90%;
}
.dr .ryakureki > div {
	background-size: 3px auto;
	padding-left: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_index {
	width: 45%;
	margin: 0 auto 6%;
}

.dr .bg {
	padding-bottom: 13%;
	background-size: 35px auto, 90% auto;
	/*margin-bottom: 13%;*/
}
.dr .bg::before {
	height: 15%;
}
.dr .bg .w1200 {
	padding-top: 0;
}
.dr .photo {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	margin: 0 auto 5%;
}
.dr .name_item {
	width: 100%;
	box-sizing: border-box;
	padding: 0 28%;
	margin-bottom: 6%;
}
.dr .name_item .abs_star li:first-child {
	width: 20%;
	left: 0;
	-webkit-transform: translateX(-90%);
	transform: translateX(-10%);
}
.dr .name_item .abs_star li:last-child {
	width: 40%;
	right: 0;
	top: 0;
	-webkit-transform: translate(10%, -30%);
	transform: translate(10%, -30%);
}

.dr .message {
	margin-bottom: 10%;
}
.dr .message dt {
	font-size: 160%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.dr .message dd {
	display: block;
}
.dr .message dd > div {
	width: 100%;
	max-width: 100%;
}
.dr .message dd .img_item {
	margin-top: 2.0em;
	text-align: center;
}

.dr .bg_white {
	padding: 10px;
	margin-bottom: 10%;
}
.dr .bg_white .frame_box {
	padding: 3% 8% 6%;
}
.dr .bg_white .frame_box li {
	width: 30px;
	height: 30px;
}
.dr .bg_white h3 {
	position: relative;
	width: 130%;
	left: 50%;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.dr .bg_white p {
	width: 100%;
	letter-spacing: .1em;
}

.dr .ryakureki {
	width: 100%;
	display: block;
}
.dr .ryakureki > div {
	background-size: 3px auto;
	padding-left: 1.5em;
	font-size: 90%;
}
.dr .ryakureki .box_l {
	width: 100%;
	margin-bottom: 6%;
}
.dr .ryakureki .box_r {
	width: 100%;
}
}



/*スタッフ紹介
---------------------------------------------------------*/
.staff {
	position: relative;
}
.staff .abs_star li {
	position: absolute;
	z-index: 0;
}
.staff .abs_star li:first-child {
	left: 0;
	bottom: 100%;
	width: 14%;
	max-width: 143px;
}
.staff .abs_star li:last-child {
	right: 0;
	bottom: 100%;
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
	width: 25%;
	max-width: 286px;
}

.staff_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.staff_list li {
	width: 48%;
	max-width: 525px;
	margin-bottom: 100px;
}
.staff_list .bg {
	background-color: #f4f4f2;
	background-image: url(../images/staff/staff_bg1@2x.png), url(../images/staff/staff_bg2@2x.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: contain, contain;
	padding-bottom: 25px;
}
.staff_list .name_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding-top: 1.5em;
}
.staff_list .name_box .img_photo {
	width: 55%;
	max-width: 280px;
}
.staff_list .name_box dl {
	width: 42%;
	font-family: ryo-text-plusn,serif;
	font-weight: 400;
	font-style: normal;
	color: #545055;
	text-align: center;
}
.staff_list .name_box dt {
	font-size: 115%;
	letter-spacing: .3em;
	line-height: 1.4em;
	padding-bottom: 1.8em;
	background: url(../images/staff/line2@2x.png) no-repeat center bottom;
	background-size: 3.0em auto;
	margin-bottom: .8em;
}
.staff_list .name_box dd {
	font-size: 160%;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.staff_list .name_box dd.ft_futura {
	color: #e68898;
	font-size: 100%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-top: .5em;
}
.staff_list table {
	width: 90%;
	margin: 25px auto 0;
}
.staff_list table th,
.staff_list table td {
	padding: .4em 0;
	font-weight: normal;
	letter-spacing: .2em;
	text-align: left;
	line-height: 1.4em;
	vertical-align: top;
}
.staff_list table th {
	width: 9em;
}
.staff_list table td {
	width: calc(100% - 9em);
	box-sizing: border-box;
	border-left: solid 1px #bea48c;
	padding-left: 1.5em;
}
.staff_list table th span {
	display: block;
	padding-left: 1.5em;
	background-repeat: no-repeat;
	background-position: left .3em;
	background-size: 1.0em 1.0em;
}
.staff_list table tr:nth-child(1) th span {background-image: url(../images/staff/icon1@2x.png);}
.staff_list table tr:nth-child(2) th span {background-image: url(../images/staff/icon2@2x.png);}
.staff_list table tr:nth-child(3) th span {background-image: url(../images/staff/icon3@2x.png);}
.staff_list table tr:nth-child(4) th span {background-image: url(../images/staff/icon4@2x.png);}
.staff_list .message {
	margin-top: 1.5em;
}

/* 微調整 (1200px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.staff_list .name_box dl {
	font-size: 1.4vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff .abs_star li:first-child {
	left: 3%;
}
.staff .abs_star li:last-child {
	right: 3%;
}

.staff_list li {
	margin-bottom: 8%;
}
.staff_list .name_box {
	padding-top: 1.5em;
}
.staff_list .name_box .img_photo {
	width: 50%;
}
.staff_list .name_box dl {
	width: 47%;
	font-size: 90%;
}
.staff_list .name_box dt {
	letter-spacing: .15em;
}
.staff_list .name_box dd {
	letter-spacing: .15em;
}
.staff_list table {
	margin-top: 1.0em;
	font-size: 90%;
}
.staff_list table th,
.staff_list table td {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff {
	margin-bottom: 13%;
}
	
.staff .abs_star li:first-child {
	width: 25%;
}
.staff .abs_star li:last-child {
	width: 35%;
}

.staff_list {
	display: block;
}
.staff_list li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}
.staff_list .bg {
	padding-bottom: 6%;
}
.staff_list .name_box {
	padding-top: 1.5em;
	font-size: 90%;
}
.staff_list .name_box .img_photo {
	width: 45%;
}
.staff_list .name_box dl {
	width: 52%;
	
}
.staff_list .name_box dt {
	letter-spacing: .2em;
}
.staff_list .name_box dd {
	letter-spacing: .15em;
}
.staff_list table {
	margin-top: 1.5em;
	font-size: 90%;
}
.staff_list table th,
.staff_list table td {
	letter-spacing: .1em;
}
.staff_list table th {
	width: 8em;
}
.staff_list table td {
	width: calc(100% - 8em);
}
.staff_list .message {
	margin-top: 1.0em;
}
}



/*スライド
---------------------------------------------------------*/
.team {
	background-color: #003a6a;
	background-image: url(../images/staff/slide_bg1@2x.png), url(../images/staff/slide_bg2@2x.png), url(../images/staff/slide_bg3@2x.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, center top;
	background-size: 400px auto, 400px auto, 100% 183px;
	padding: 30px 0 60px;
}
.team h2 {
	text-align: center;
	color: #003a6a;
	font-size: 250%;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-top: 1.5em;
	background: url(../images/crown@2x.png) no-repeat center top;
	background-size: 2.0em auto;
	margin-bottom: 100px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.team {
	background-size: 30% auto, 30% auto, 100% 160px;
	padding: 4% 0 6%;
}
.team h2 {
	font-size: 220%;
	margin-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.team {
	background-size: 30% auto, 30% auto, 220% auto;
	padding: 4% 0 8%;
}
.team h2 {
	font-size: 140%;
	margin-bottom: 10%;
}
}