@charset "UTF-8";

/* m_img
---------------------------------------------------------*/
.contentpage .m_img_area .m_img{
	background-image: url("../images/staff/m_img@2x.jpg");
	background-position: center center;
	background-size: 100% auto;
}


/* 共通
---------------------------------------------------------*/
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}


/* 院長
---------------------------------------------------------*/
.dr_bg{
	position: relative;
	padding: 0 3.5% 100px;
	box-sizing: border-box;
}
.dr_bg::before{
	position: absolute;
	display:block;
	content: "";
	background: #eceff7;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	bottom:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -3;
}
#intyo .dr_bg::before{
	height: calc(100% - 2.2rem);
}
.dr_box .side_img{
	position: absolute;
	bottom: 0;
	width: 19.5%;
	max-width: 260px;
}
.dr_box.img_r .side_img{
	left: -3.2%;
}
.dr_box.img_l .side_img{
	right: -3.2%;
}

.dr_index{
	text-align: center;	
}
.dr_index .txt{
	width:29rem;
	margin: 0 auto 1.3rem;
}
.dr_index .ft_min{
	font-size:120%;
	letter-spacing: 0.12em;
	line-height: 1em;	
}
#intyo{
	margin-bottom: 120px;
}
#intyo .dr_index{
	margin-bottom: 3rem;
}
#staff .dr_index{
	margin-bottom: 4rem;
}
#intyo.dr_box{
	position: relative;
}
#intyo.dr_box::before{
	position: absolute;
	display:block;
	content: "";
	background: url("../images/staff/doc1_img2@2x.png")no-repeat top left;
	background-size: 100% auto;
	width: 35%;
	max-width: 500px;
	height: 549px;
	top:0;
	left: 0;	
	z-index: -1;
}
.dr_box .fltbox{
	box-sizing: border-box;
}
.dr_box.img_r .fltbox{
	padding-left: 20.5%;
}
.dr_box.img_r .dr_reki{
	width: calc(100% - 20.5%);
	margin: 3.5rem 0 auto auto;
}
.dr_box.img_l .fltbox{
	padding-right: 20.5%;
}
.dr_box.img_l .dr_reki{
	width: calc(100% - 20.5%);
}
.dr_box .imgbox{
	width: 56%;
	max-width: 590px;
	margin-bottom: 4%;
}
.dr_box.img_r .imgbox{
	float: right;
	margin-right: -9%;
	margin-left: 4%;
}
.dr_box.img_l .imgbox{
	float: left;
	margin-left: -9%;
	margin-right: 5.8%;
}
.dr_box .txtbox{
	width: 100%;
}
.dr_prof{
	position: relative;
	padding-bottom: 1.4rem;
	margin-bottom: 1.7rem;
	padding-top: 3rem;
}
#intyo.dr_box .dr_prof{
	padding-top: 2rem;
}
#rijityo.dr_box .dr_prof{
	padding-top: 4.5rem;
}
.dr_prof::before{
	position: absolute;
	display: block;
	content: "";
	background: #333333;
	background-size: 100% auto;
	width: 115%;
	height: 1px;
	bottom: 0;
	right: 0;
}
.dr_prof .job{
	font-size:110%;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-bottom: .8em;
}
.dr_prof .name{
	font-family: dnp-shuei-mincho-pr6, sans-serif; 
	font-weight: 500; 
	font-style: normal;
	font-size:185%;
	letter-spacing: 0.15em;
	line-height: 1em;
	box-sizing: border-box;
}
.dr_prof .name span{
	font-family: brother-xl, sans-serif; 
	font-weight: 400; 
	font-size: 50%;
	letter-spacing: normal;
	padding-left: 1em;	
	color: #425377;
}
.dr_box .txtbox .dr_prof::before{
	width: 57%;
}
.dr_box.img_r .txtbox .dr_prof::before{
	left: 0;
	right: auto;
}
.dr_box .dr_reki{
	width: 100%;
	background:rgba(255,255,255,0.80);	
	padding: 0 5%;
	padding-top: 50px;
	padding-bottom: calc(45px - 2rem);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dr_box .dr_reki{
	margin-top: 1.5rem;
}
.dr_box .dr_reki dl{
	margin-bottom:2rem;
}
.dr_box .dr_reki dl:nth-child(odd){
	width: 32%;
}
.dr_box .dr_reki dl:nth-child(even){
	width: 65%;
}
.dr_box .dr_reki dl:nth-child(2) dd{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dr_box .dr_reki dl:nth-child(2) ul:nth-child(1){
	width: 52%;
}
.dr_box .dr_reki dl:nth-child(2) ul:nth-child(2){
	width: 44%;
}
.dr_reki dl dt{
	position: relative;
	font-family: dnp-shuei-mincho-pr6, sans-serif; 
	font-weight: 500; 
	font-style: normal;
	color: #005097;
	line-height: 1em;
	letter-spacing: 0.1em;
	padding-left: 1.5em;
	margin-bottom: .7em;
}
.dr_reki dl dt::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/staff/prof_icon.svg") no-repeat bottom left;
	background-size: 100% auto;
	width: 1em;
	height: 1em;
	bottom:0;
	left: 0;	
}
.dr_reki dl dd li{
	font-size:91%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: .4em;
}
.dr_reki dl dd li:last-child{
	margin-bottom: 0;
}
.dr_reki dl dd .circle_list li{
	position: relative;
	padding-left: 1em;
}
.dr_reki dl dd .circle_list li::before{
	position: absolute;
	display: block;
	content: "・";
	left: 0;
	top:0;
}
.dr_reki dl dd .circle_list li a{
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.dr_bg{
	padding: 0 3% 8%;
}
#intyo .dr_bg::before{
	height: calc(100% - 1.5rem);
}
.dr_box .side_img{
	width: 18%;
}
.dr_index .txt{
	width: 20rem;
	margin: 0 auto 1rem;
}
.dr_index .ft_min{
	font-size:115%;	
}
#intyo{
	margin-bottom: 8%;
}
#intyo .dr_index{
	margin-bottom: 2rem;
}
#staff .dr_index{
	margin-bottom: 2rem;
}
.dr_box.img_r .fltbox{
	padding-left: 0%;
}
.dr_box.img_r .dr_reki{
	width: calc(100% - 16%);
	margin: 1.5rem 0 auto auto;
}
.dr_box.img_l .fltbox{
	padding-right: 0;
}
.dr_box.img_l .dr_reki{
	width: calc(100% - 16%);
}
.dr_box .imgbox{
	margin-bottom: 3%;
}
.dr_prof{
	padding-bottom: 1rem;
	margin-bottom: 1.3rem;
	padding-top: 0;
}
#intyo.dr_box .dr_prof{
	padding-top: 3rem;
}
#rijityo.dr_box .dr_prof{
	padding-top: 2.5rem;
}
.dr_prof .job{
	font-size:105%;
	margin-bottom: .6em;
}
.dr_prof .name{
	font-size:160%;
	letter-spacing: 0.15em;
}
.dr_box .dr_reki{
	padding: 0 3%;
	padding-top: 3%;
	padding-bottom: calc(3.5% - 1.5rem);
}
.dr_box .dr_reki{
	margin-top: 1.5rem;
}
.dr_box .dr_reki dl{
	margin-bottom:1.5rem;
}
.dr_reki dl dd li{
	font-size: 85%;
	letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.dr_bg{
	padding: 0 3% 8%;
}
#rijityo .dr_bg{
	padding-top: 5%;
}
#intyo .dr_bg::before{
	height: calc(100% - 1.2rem);
}
.dr_box .side_img{
	position: static;
	width: 75%;
	max-width:100%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 3% auto 0;
}
.dr_box .side_img p{
	width: 48.2%;
}
.dr_index .txt{
	width: 65%;
	margin: 0 auto .9rem;
}
.dr_index .ft_min{
	font-size: 90%;
	letter-spacing: 0.15em;
}
#intyo{
	margin-bottom: 13%;
}
#intyo .dr_index{
	margin-bottom:2.5rem;
}
#staff .dr_index{
	margin-bottom: 1.5rem;
}
#intyo.dr_box::before{
	width: 45%;
}
.dr_box.img_r .fltbox{
	padding-left: 0;
}
.dr_box.img_r .dr_reki{
	width: 100%;
	margin: 1.5rem 0 auto auto;
}
.dr_box.img_l .fltbox{
	padding-right: 0;
}
.dr_box.img_l .dr_reki{
	width: 100%;
}
.dr_box .imgbox{
	width: 85%;
	margin: 0 auto;
}
.dr_box.img_r .imgbox{
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.dr_box.img_l .imgbox{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.dr_prof{
	padding-bottom: 1rem;
	margin-bottom: 1.3rem;
	padding-top: 1rem;
	text-align: center;
}
#intyo.dr_box .dr_prof{
	padding-top: 1rem;
}
#rijityo.dr_box .dr_prof{
	padding-top: 1rem;
}
.dr_prof::before{
	width:100%;
}
.dr_prof .job{
	font-size: 100%;
	margin-bottom: .7em;
}
.dr_prof .name{
	font-size:135%;
	letter-spacing: 0.15em;
}
.dr_box .txtbox .dr_prof::before{
	width: 100%;
}
.dr_box .dr_reki{
	padding: 0 4%;
	padding-top: 1rem;
	padding-bottom: .1rem;
	display: -webkit-block;
	display: block;
}
.dr_box .dr_reki{
	margin-top: 1rem;
}
.dr_box .dr_reki dl{
	margin-bottom: 1.5rem;
}
.dr_box .dr_reki dl:nth-child(odd),
.dr_box .dr_reki dl:nth-child(even){
	width: 100%;
}
.dr_box .dr_reki dl:nth-child(2) dd{
	display: -webkit-block;
	display: block;
}
.dr_box .dr_reki dl:nth-child(2) ul:nth-child(1),
.dr_box .dr_reki dl:nth-child(2) ul:nth-child(2){
	width: 100%;
}
.dr_reki dl dt{
	margin-bottom: .5em;
}
.dr_reki dl dd li{
	font-size:90%;
	margin-bottom: .5em;
}
}





/*歯科医師
---------------------------------------------------------*/
#doctor{
	margin: 120px 0;
}
#doctor .dr_list > li{
	margin-bottom: 100px;
}
#doctor .dr_list > li:last-child{
	margin-bottom: 0;
}
#doctor .dr_list > li .flexbox{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#doctor .dr_list > li:nth-child(2n) .flexbox{
	-webkit-flex-flow: row-reverse;
	flex-flow: row-reverse;
}
#doctor .dr_list > li .flexbox .imgbox{
	width: 41%;
	max-width: 490px;
}
#doctor .dr_list > li .flexbox .txtbox{
	width: 55%;
}
#doctor .dr_list > li:nth-child(2n) .dr_prof::before{
	right: auto;
	left: 0;
}
#doctor .dr_list > li .dr_reki{
	background:rgba(99,202,244,0.12);
	padding: 50px 4.8% 45px;
	box-sizing: border-box;
	margin-top: 65px;
}
#doctor .dr_list > li .dr_reki dl{
	display: inline-block;
	width: 20.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#doctor{
	margin: 8% 0 10%;
}
#doctor .dr_list > li{
	margin-bottom: 6%;
}
#doctor .dr_list > li .dr_reki{
	padding: 3.5% 3%;
	margin-top: 1.5rem;
}
#doctor .dr_list > li .dr_reki dl{
	width: 15em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#doctor{
	margin: 8% 0;
}
#doctor .dr_list > li{
	margin-bottom: 10%;
}
#doctor .dr_list > li .flexbox{
	display: -webkit-block;
	display: block;
}
#doctor .dr_list > li .flexbox .imgbox{
	width: 70%;
	margin: 0 auto;
}
#doctor .dr_list > li .flexbox .txtbox{
	width: 100%;
}
#doctor .dr_list > li .dr_reki{
	padding: 1rem 4%;
	margin-top: 5%;
}
#doctor .dr_list > li .dr_reki dl{
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
}
#doctor .dr_list > li .dr_reki dl:last-child{
	margin-bottom: 0;
}
}






/* スタッフ紹介
---------------------------------------------------------*/
#staff .bg{
	position: relative;
	padding: 120px 0 85px;
	overflow: hidden;
}
#staff .bg::before{
	position: absolute;
	display:block;
	content: "";
	background: -moz-linear-gradient(top,  rgba(240,239,237,0.75) 0%, rgba(240,239,237,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(240,239,237,0.75) 0%,rgba(240,239,237,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(240,239,237,0.75) 0%,rgba(240,239,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff0efed', endColorstr='#00f0efed',GradientType=0 ); /* IE6-9 */
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: -2;
}
#staff .bg::after{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/staff/staff_bg@2x.png")no-repeat top right;
	background-size: auto 100%;	
	width: 810px;
	height: 100%;
	max-width:810px;
	max-height:100%;
	top:0;
	right: 0;
	z-index: -1;
}
#staff .sta_txt{
	text-align: center;
	line-height: 2.8em;
}
.allstaff_img{
	margin: 0 auto 8px;
}
.bx_slide li img{
	display: block;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#staff .bg{	
	padding: 8% 0 6%;
}
#staff .bg::after{
	opacity: 0.5;
	top:-10%;
}
#staff .sta_txt{
	line-height:2em;
}
.allstaff_img{
	margin: 0 auto 6px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#staff .bg{
	padding: 10% 0 8%;
}
#staff .bg::after{
	background-size:100% auto;
	width:75%;
	opacity: 0.6;
	top:-1.5rem;
}
#staff .sta_txt{
	text-align: left;
	line-height: 1.7em;
}
.allstaff_img{
	margin: 0 auto 5px;
}
}