@charset "UTF-8";

.contentpage .m_img_area {
	background-image: url(../images/staff/m_img@2x.jpg);
}



/*共通
---------------------------------------------------------*/
.stf_prof h3 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
.stf_prof ul {
	margin-bottom: 2.0em;
}
.stf_prof ul:last-of-type {
	margin-bottom: 0;
}
.stf_prof li {
	line-height: 1.4em;
	margin-bottom: .6em;
}
.stf_prof li:last-child {
	margin-bottom: 0;
}
.stf_prof .ryakureki dl {
	position: relative;
}
.stf_prof .ryakureki dt {
	position: absolute;
	left: 0;
	top: 0;
	width: 6em;
}
.stf_prof .ryakureki dd {
	width: calc(100% - 6em);
	margin-left: auto;
	margin-right: 0;
	margin-bottom: .6em;
}
.stf_prof .ryakureki dd:last-of-type {
	margin-bottom: 0;
}
.stf_prof .syozoku li {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.stf_prof {
	font-size: 85%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_prof {
	font-size: 85%;
}
.stf_prof h3 {
	margin-bottom: .5em;
}
.stf_prof ul {
	margin-bottom: 1.0em;
}
}



/*院長あいさつ
---------------------------------------------------------*/
.incho .com_lead {
	text-align: center;
	margin-bottom: 100px;
}

.incho .img_prof {
	position: relative;
	margin-bottom: 100px;
}
.incho .img_prof .img_box {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10%;
}
.incho .img_prof .prof_box {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	width: 42%;
	max-width: 530px;
	background: rgba(12,70,118,0.8);
	box-sizing: border-box;
	padding: 50px 4%;
	color: #fff;
}

.incho .img_prof .img_box > p {
	text-align: center;
	position: relative;
	z-index: 0;
}
.incho .img_prof .img_box .name_box {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10%;
	text-align: right;
}
.incho .img_prof .img_box .name_box .ft_poynter {
	color: rgba(12,70,118,0.35);
	font-size: 430%;
	letter-spacing: .05em;
	line-height: 1.0em;
	margin-bottom: .2em;
}
.incho .img_prof .img_box .name_box dt,
.incho .img_prof .img_box .name_box dd {
	display: inline-block;
	vertical-align: middle;
	color: #717071;
}
.incho .img_prof .img_box .name_box dt {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-right: .5em;
}
.incho .img_prof .img_box .name_box dd {
	font-size: 170%;
	letter-spacing: .15em;
	line-height: 1.2em;
}

.incho .img_prof .prof_box .syozoku small {
	font-size: 80%;
}
.incho .img_prof .prof_box .bnr {
	margin-top: 2.0em;
}

.incho .greeting {
	padding-bottom: 80px;
}
.incho .greeting h2 {
	color: #808080;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 2.5em;
}
.incho .greeting h2 span {
	margin-bottom: .5em;
	display: block;
	color: #4d4d4d;
	font-size: 220%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.incho .greeting .bnr_drfile{
	max-width:250px;
	width: 28%;
	margin: 40px auto 0 auto;
}

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

.incho .img_prof {
	margin-bottom: 10%;
}
.incho .img_prof .prof_box {
	padding: 3%;
}

.incho .img_prof .img_box .name_box .ft_poynter {
	font-size: 300%;
}
.incho .img_prof .img_box .name_box dl {
	font-size: 80%;
}

.incho .greeting {
	padding-bottom: 8%;
}
.incho .greeting h2 {
	font-size: 90%;
	margin-bottom: 2.0em;
}
.incho .greeting .bnr_drfile{
	margin: 30px auto 0 auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.incho .com_lead {
	margin-bottom: 14%;
}
.incho .com_lead dd {
	text-align: left;
}

.incho .img_prof {
	margin-bottom: 10%;
}
.incho .img_prof .prof_box {
	margin-top: 10%;
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	max-width: 100%;
	padding: 6%;
}

.incho .img_prof .img_box .name_box {
	left: auto;
	right: 0;
	top: 40%;
	font-size: 90%;
}
.incho .img_prof .img_box .name_box .ft_poynter {
	font-size: 300%;
}
	
.incho .img_prof .prof_box .bnr {
	margin-top: 1.0em;
}

.incho .greeting {
	padding-bottom: 10%;
}
.incho .greeting h2 {
	font-size: 90%;
	margin-bottom: 1.5em;
}
.incho .greeting h2 span {
	margin-bottom: .2em;
	font-size: 200%;
}
.incho .greeting .bnr_drfile{
	width: 70%;
	margin: 7% auto 0 auto;
}
}



/*episode
---------------------------------------------------------*/
.episode {
	background: #f2f2f2 url(../images/staff/bg@2x.jpg) no-repeat left bottom;
	background-size: 800px auto;
	padding: 100px 0;
}

.episode .open_trigger {
	text-align: center;
	/*cursor: pointer;*/
	margin-bottom: 30px;
}
.episode .open_trigger h2 {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}
.episode .open_trigger h2::before {
	content: "";	/* 背景罫線 */
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1px;
	background: #b3b3b3;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.episode .open_trigger h2 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #f2f2f2;
	padding: 0 3.0em;
}
.episode .open_trigger p {
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	display: block;
	padding-bottom: 1.0em;
	background: url(../images/staff/arrow@2x.png) no-repeat center bottom;
	background-size: .6em auto;
}

.episode .open_box {
	display: block;
	padding-top: 70px;
}
.episode .open_box li {
	margin-bottom: 80px;
}
.episode .open_box .flt_box,
.episode .open_box .flt_box1,
.episode .open_box .flt_box2 {
	_zoom: 1;
	overflow: hidden;
}

.episode .title_box {
	border-left: solid 1px #b09e64;
	padding-left: 1.5em;
	margin-bottom: 3.0em;
}
.episode .title_box p {
	font-family: poynter-oldstyle-display, serif;
	font-weight: 400;
	font-style: normal;
	color: #b09e64;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
.episode .title_box p span {
	font-size: 150%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-left: .2em;
}
.episode .title_box h3 {
	color: #b09e64;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: .3em;
	line-height: 1.4em;
}

.episode .img_box p:first-of-type {
	text-align: center;
}
.episode .img_box .caption {
	margin-top: 1.0em;
	color: #717071;
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-indent: 1.5em;
	background: url(../images/staff/caption@2x.png) no-repeat left .2em;
	background-size: 1.0em auto;
	margin-bottom: 1.0em;
}

.episode .open_box li:nth-child(1) .flt_r {
	width: 41%;
	margin-left: 6%;
}

.episode .open_box li:nth-child(2) .flt_l {
	width: 28%;
}
.episode .open_box li:nth-child(2) .flt_r {
	width: 66%;
}

.episode .open_box li:nth-child(3) .flt_box1 {
	margin: 2.5em 0;
}
.episode .open_box li:nth-child(3) .flt_box1 .flt_l {
	width: 41%;
}
.episode .open_box li:nth-child(3) .flt_box1 .flt_r {
	width: 53%;
}
.episode .open_box li:nth-child(3) .flt_box2 {
	margin-top: 2.5em
}
.episode .open_box li:nth-child(3) .flt_box2 .flt_l {
	width: 53%;
}
.episode .open_box li:nth-child(3) .flt_box2 .flt_r {
	width: 41%;
}

.episode .message {
	border-top: solid 1px #b3b3b3;
	padding-top: 60px;
}
.episode .message h2 {
	font-size: 150%;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
.episode .message h2 span {
	display: block;
	font-size: 80%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
.episode .message .name_txt {
	margin-top: 80px;
	text-align: right;
}
.episode .message .name_txt dd {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.episode {
	padding: 8% 0;
}

.episode .open_trigger {
	margin-bottom: 3%;
}
.episode .open_trigger h2 {
	margin-bottom: .5em;
}
.episode .open_trigger h2 span {
	padding: 0 1.5em;
}

.episode .open_box {
	padding-top: 5%;
}
.episode .open_box li {
	margin-bottom: 6%;
}

.episode .title_box {
	padding-left: 1.0em;
	margin-bottom: 2.0em;
	font-size: 90%;
}
.episode .title_box h3 {
	font-size: 180%;
	letter-spacing: .2em;
}

.episode .open_box li:nth-child(1) .flt_r {
	margin-left: 4%;
}

.episode .open_box li:nth-child(2) .flt_l {
	margin-left: 4%;
	float: right;
}
.episode .open_box li:nth-child(2) .flt_r {
	width: 100%;
	float: none;
}

.episode .open_box li:nth-child(3) .flt_box1 .flt_l {
	margin-right: 4%;
}
.episode .open_box li:nth-child(3) .flt_box1 .flt_r {
	width: 100%;
	float: none;
}
.episode .open_box li:nth-child(3) .flt_box2 .flt_l {
	width: 100%;
	float: none;
}
.episode .open_box li:nth-child(3) .flt_box2 .flt_r {
	margin-left: 4%;
}

.episode .message {
	padding-top: 8%;
}
.episode .message h2 {
	font-size: 130%;
	margin-bottom: .5em;
}
.episode .message .name_txt {
	margin-top: 6%;
}
.episode .message .name_txt dd {
	font-size: 130%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.episode {
	background-size: 80% auto;
	padding: 12% 0;
}

.episode .open_trigger {
	margin-bottom: 5%;
}
.episode .open_trigger h2 {
	font-size: 130%;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.episode .open_trigger h2::before {
	display: none;
}
.episode .open_trigger h2 span {
	padding: 0;
}

.episode .open_box {
	padding-top: 5%;
}
.episode .open_box li {
	margin-bottom: 10%;
}
.episode .open_box .flt_box,
.episode .open_box .flt_box1,
.episode .open_box .flt_box2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;	/* 画像とテキストの順番を逆にする */
}

.episode .title_box {
	font-size: 90%;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
}
.episode .title_box p {
	margin-bottom: .5em;
}
.episode .title_box h3 {
	font-size: 160%;
	letter-spacing: .2em;
}

.episode .img_box {
	float: none !important;
	width: 80% !important;
	margin: 6% auto 0 !important;
}
.episode .img_box .caption {
	margin-top: .5em;
	margin-bottom: 0;
}
	
.episode .txt {
	float: none !important;
	width: 100% !important;
}

.episode .open_box li:nth-child(2) .img_box {
	width: 60% !important;
}
.episode .open_box li:nth-child(3) .flt_box1 {
	margin: 1.5em 0;
}
.episode .open_box li:nth-child(3) .flt_box2 {
	margin-top: 1.5em
}

.episode .message {
	padding-top: 10%;
}
.episode .message h2 {
	font-size: 130%;
	margin-bottom: 1.0em;
}
.episode .message h2 span {
	font-size: 90%;
	margin-bottom: .5em;
}
.episode .message .name_txt {
	margin-top: 8%;
}
.episode .message .name_txt dd {
	font-size: 120%;
}
}



/*スライドショー
---------------------------------------------------------*/
.staff .slidebox {
	margin-bottom: 130px;
	position: relative;
}
.staff .slidebox::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 270px;
}
.staff .slidebox .slide_wrap {
	position: absolute;
	left: 0;
	top: 0;
}

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

/* 微調整 (800px以下)
------------------------------------------*/
@media only screen and (max-width: 800px) {
.staff .slidebox::before {
	padding-top: 34%;	/* 高さ */
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff .slidebox {
	margin-bottom: 12%;
}
}



/*医師・スタッフ紹介
---------------------------------------------------------*/
.staff_list {
	margin-bottom: 30px;
	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: 530px;
	margin-bottom: 100px;
}

.staff_list .img_name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.staff_list .img_name > p {
	width: 52%;
}
.staff_list .img_name .dr_name {
	width: 45%;
	max-width: 200px;
}

.staff_list .dr_name dt {
	color: #717071;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .4em;
}
.staff_list .dr_name dd {
	color: #717071;
	font-size: 180%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.staff_list .dr_name dd.ft_poynter {
	margin-top: .8em;
	color: rgba(12,70,118,0.35);
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.2em;
}

.staff_list .message {
	margin-top: 30px;
}

.staff_list .stf_prof {
	margin-top: 1.5em;
	border-left: solid 1px #0c4676;
	padding-left: 2.0em;
}
.staff_list .stf_prof h3 {
	color: #0c4676;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff_list {
	margin-bottom: 3%;
}
.staff_list > li {
	margin-bottom: 8%;
}

.staff_list .dr_name {
	font-size: 90%;
}

.staff_list .message {
	line-height: 1.8em;
	margin-top: 1.0em;
}

.staff_list .stf_prof {
	margin-top: 1.5em;
	padding-left: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff_list {
	margin-bottom: 4%;
	display: block;
}
.staff_list > li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 12%;
}

.staff_list .img_name {
	width: 80%;
	margin: 0 auto;
}
.staff_list .img_name .dr_name {
	max-width: 100%;
}
.staff_list .dr_name {
	font-size: 80%;
}

.staff_list .message {
	margin-top: 1.0em;
}

.staff_list .stf_prof {
	margin-top: 1.0em;
	padding-left: 1.0em;
}
	
.staff_list.no_img .dr_name {
	text-align: center;
}
}