@charset "UTF-8";

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



/* 共通パーツ
---------------------------------------------------------*/
.stf_style {
	position: relative;
}
.stf_style > * {
	position: relative;
	z-index: 1;
}

/* 名前 */
.stf_name {
	display: -webkit-flex;
	display: flex;
	color: #000;
	padding-top: 50px;
}
.stf_name dt {
	width: 120px;
	font-size: 130%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding-top: .2em;
}
.stf_name dd {
	width: calc(100% - 120px);
	font-size: 200%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.stf_name dd .ft_europa {
	display: block;
	padding-top: 1.0em;
	color: #c38a4c;
	font-size: 50%;
	letter-spacing: .15em;
	line-height: 1.2em;
}

/* 資格等 */
.stf_point {
	margin-top: 40px;
}
.stf_point li {
	position: relative;
	padding-left: 1.5em;
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .4em;
}
.stf_point li:last-child {
	margin-bottom: 0;
}
.stf_point li::before {
	font-family: 'fontello';
	content: '\e80a';
	color: rgba(195,138,76,0.6);position: absolute;
	left: 0;
	top: 0;
}

/* 職種 */
.stf_type {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	max-width: 170px;
	text-align: center;
	color: #c38a4c;
	background-image: url(../images/staff/dr_bg2@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 1;
}
.stf_type.type3{
	background-size: 100% 100%;
	padding: 0.8em;
}
.stf_type::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 106%;
}
.stf_type dl {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.stf_type dt {
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
.stf_type dd {
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.4em;
}
.stf_type dd.txt_tanto {
	margin-top: .2em;
	font-size: 110%;
	letter-spacing: .2em;
	line-height: 1.4em;
}

/* メセージ */
.stf_message dt {
	width: 35%;
	margin-bottom: 20px;
}
.stf_message dt img {
	display: block;
}

/* 経歴・趣味 */
.stf_prof .prf_index {
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #c38a4c;
	font-size: 90%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.stf_bgr,
.stf_hby {
	padding-left: 30px;
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.stf_bgr li,
.stf_hby li {
	margin-bottom: .5em;
}
.stf_bgr li:last-child,
.stf_hby li:last-child {
	margin-bottom: 0;
}
.stf_bgr {
	margin-bottom: 30px;
}

.stf_bgr dl {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.stf_bgr dt {
	font-weight: 400;
	font-style: normal;
	font-family: europa,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 150px;
}
.stf_bgr dd {
	width: calc(98% - 150px);
}

.stf_hby {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stf_hby li::after {
	content: "、";
}
.stf_hby li:last-child::after {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 名前 */
.stf_name {
	padding-top: 6%;
	font-size: 80%;
}
.stf_name dt {
	width: 100px;
}
.stf_name dd {
	width: calc(100% - 100px);
}

/* 資格等 */
.stf_point {
	margin-top: 5%;
}
.stf_point li {
	font-size: 100%;
}

/* 職種 */
.stf_type {
	width: 30%;
	font-size: 80%;
}
.stf_type dt {
	letter-spacing: .1em;
}
.stf_type dd {
	letter-spacing: .1em;
}
.stf_type dd.txt_tanto {
	letter-spacing: .1em;
}

/* メセージ */
.stf_message dt {
	margin-bottom: 10px;
}
.stf_message dd {
	font-size: 95%;
	line-height: 1.8em;
}

/* 経歴・趣味 */
.stf_prof .prf_index {
	margin-bottom: 10px;
}

.stf_bgr,
.stf_hby {
	padding-left: 20px;
	letter-spacing: .05em;
}
.stf_bgr {
	margin-bottom: 4%;
}

.stf_bgr dt {
	width: 130px;
}
.stf_bgr dd {
	width: calc(98% - 130px);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 名前 */
.stf_name {
	padding-top: 0;
	font-size: 80%;
}
.stf_name dt {
	width: 25%;
}
.stf_name dd {
	width: 75%;
	font-size: 180%;
}
.stf_name dd .ft_europa {
	padding-top: .5em;
	letter-spacing: .1em;
}

/* 資格等 */
.stf_point {
	margin-top: 1.5em;
}
.stf_point li {
	padding-left: 1.2em;
	font-size: 100%;
	letter-spacing: .05em;
}

/* 職種 */
.stf_type {
	font-size: 75%;
	width: 28%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.stf_type dt {
	letter-spacing: .1em;
}
.stf_type dd {
	letter-spacing: .1em;
}
.stf_type dd.txt_tanto {
	letter-spacing: .1em;
}

/* メセージ */
.stf_message dt {
	width: 30%;
	margin-bottom: .5em;
}
.stf_message dd {
	font-size: 95%;
	line-height: 1.6em;
}

/* 経歴・趣味 */
.stf_prof .prf_index {
	margin-bottom: .5em;
}

.stf_bgr,
.stf_hby {
	padding-left: 0;
	font-size: 90%;
	letter-spacing: .05em;
}
.stf_bgr {
	margin-bottom: 1.0em;
}

.stf_bgr dt {
	width: 8em;
}
.stf_bgr dd {
	width: calc(100% - 8em);
}
}



/* 院長紹介
---------------------------------------------------------*/
.greet .in_box {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.greet .in_box .bg {
	position: absolute;
	z-index: 1;
}
.greet .in_box .w1240,
.greet .in_box .w1140 {
	position: relative;
	z-index: 5;
}

.greet .box01 {
	margin-bottom: 100px;
}
.greet .box01 .bg {
	right: 0;
	top: 50px;
	width: 55%;
	max-width: 790px;
}
.greet .box01 h2 {
	color: #4c3d40;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 110px;
}
.greet .box01 h2 .ft_europa {
	display: block;
	font-size: 240%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-bottom: .6em;
}
.greet .box01 dt {
	text-align: center;
	color: #333;
	font-size: 220%;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 110px;
}
.greet .box01 .grt_box2 {
	margin: 80px 0;
}
.greet .box01 .grt_box2 .flt_l {
	width: 40%;
	max-width: 410px;
	margin-right: 5%;
	margin-bottom: 1.0em;
}
.greet .box01 .grt_box3 .flt_r {
	width: 45%;
	max-width: 550px;
	margin-left: 5%;
	margin-bottom: 1.0em;
}
.greet .box01 .grt_box3 .brown {
	font-size: 120%;
	letter-spacing: .15em;
}

.greet .box02 {
	background: rgba(242,233,208,0.3);
	position: relative;
}
.greet .box02::before {
	content: "";	/* 上の白 */
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 40px;
	background: #fff;
	left: 0;
	top: 0;
}
.greet .box02 .bg {
	left: 0;
	bottom: 0;
	width: 50%;
	max-width: 560px;
}
.greet .box02 .w1140 {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}
.greet .box02 .stf_img {
	width: 32%;
	max-width: 390px;
	position: absolute;
	left: 3%;
	top: 0;
}
.greet .box02 .stf_style,
.greet .box02 .stf_prof {
	width: 62%;
	max-width: 630px;
	margin-left: auto;
	margin-right: 0;
}

.greet .box02 .stf_name dt {
	width: 70px;
}
.greet .box02 .stf_name dd {
	width: calc(100% - 70px);
}

.greet .box02 .stf_type {
	width: 25%;
}

.greet .box02 .stf_prof {
	margin-top: 40px;
	border-top: solid 1px rgba(183,161,166,0.6);
	padding-top: 20px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greet .box01 {
	margin-bottom: 8%;
}
.greet .box01 .bg {
	top: 0;
}
.greet .box01 h2 {
	margin-bottom: 9%;
}
.greet .box01 h2 .ft_europa {
	font-size: 200%;
}
.greet .box01 dt {
	font-size: 200%;
	margin-bottom: 9%;
}
.greet .box01 .grt_box2 {
	margin: 6% 0;
}
	
.greet .box02::before {
	height: 3%;	/* 上の白 */
}
.greet .box02 .bg {
	position: static;
}
.greet .box02 .w1140 {
	padding-top: 6%;
	padding-bottom: 4%;
}
.greet .box02 .stf_prof {
	width: 100%;
	max-width: 100%;
}

.greet .box02 .stf_name dt {
	width: 70px;
}
.greet .box02 .stf_name dd {
	width: calc(100% - 70px);
}

.greet .box02 .stf_prof {
	margin-top: 4%;
	padding-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greet .box01 {
	margin-bottom: 10%;
	padding-top: 10%;
}
.greet .box01 .bg {
	top: 0;
	width: 55%;
}
.greet .box01 h2 {
	margin-bottom: 15%;
}
.greet .box01 h2 .ft_europa {
	font-size: 180%;
	padding-bottom: .4em;
}
.greet .box01 dt {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 10%;
}
.greet .box01 .grt_box2 {
	margin: 2.5em 0;
}

.greet .box02::before {
	height: 3em	/* 上の白 */
}
.greet .box02 .bg {
	position: static;
	width: 80%;
}
.greet .box02 .w1140 {
	padding-top: 0;
	padding-bottom: 4%;
}
.greet .box02 .stf_img {
	width: 45%;
	position: static;
	text-align: center;
	margin: 0 auto 4%;
}
.greet .box02 .stf_style,
.greet .box02 .stf_prof {
	width: 100%;
	max-width: 100%;
}

.greet .box02 .stf_name dt {
	width: 15%;
}
.greet .box02 .stf_name dd {
	width: 85%;
}

.greet .box02 .stf_type {
	width: 30%;
	right: 5%;
}

.greet .box02 .stf_prof {
	margin-top: 6%;
	padding-top: 6%;
}
}



/* 歯科医師紹介
---------------------------------------------------------*/
.dr_box {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 130px;
}
.dr_box:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.dr_box .txt_box {
	width: 79%;
	max-width: 1075px;
}
.dr_box .img_box {
	width: 18%;
	max-width: 210px;
	background: rgba(242,233,208,0.3);
	position: relative;
}
.dr_box .txt_box .in_box {
	width: 100%;
	max-width: 975px;
}
.dr_box:nth-child(even) .txt_box .in_box {
	margin-left: auto;
	margin-right: 0;
}
.dr_box:nth-child(odd) .txt_box .in_box{
	margin-left: 0;
	margin-right: auto;
}
.dr_box.no_img .txt_box{
    width: 100%;
    max-width: 100%;
}
.dr_box.no_img .txt_box .in_box {
	max-width: 100%;
}

.dr_box .img_box p {
	position: absolute;
	left: 0;
	bottom: 0;
}

.dr_box .stf_flex {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dr_box .stf_flex .stf_img {
	width: 32%;
	max-width: 300px;
}
.dr_box .stf_flex .stf_txt {
	width: 65%;
}

.dr_box .stf_message {
	margin-top: 30px;
	border-top: solid 1px rgba(183,161,166,0.6);
	padding-top: 35px;
}

.dr_box .stf_prof {
	margin-top: 40px;
	border: solid 1px rgba(183,161,166,0.6);
	padding: 40px 4%;
}

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

.dr_box .stf_message {
	margin-top: 6%;
	padding-top: 6%;
}
	
.dr_box .stf_type {
	right: -3%;
}

.dr_box .stf_prof {
	margin-top: 4%;
	padding: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dr_box {
	display: block;
	margin-bottom: 14%;
}
.dr_box .txt_box {
	width: 100%;
	max-width: 100%;
}
.dr_box .img_box {
	width: 100%;
	max-width: 100%;
	margin-top: 3%;
}
	
.dr_box .img_box p {
	position: static;
	width: 20%;
}
.dr_box:nth-child(odd) .img_box p {
	margin-left: auto;
	margin-right: 0;
}

.dr_box .stf_flex {
	display: block;
}
.dr_box .stf_flex .stf_img {
	width: 35%;
	text-align: center;
	margin: 0 auto 4%;
}
.dr_box .stf_flex .stf_txt {
	width: 100%;
}
	
.dr_box .stf_message {
	margin-top: 6%;
	padding-top: 6%;
}

.dr_box .stf_prof {
	margin-top: 4%;
	padding: 4%;
}
}



/* スタッフ紹介
---------------------------------------------------------*/
.stf_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.stf_list > li {
	width: 48%;
	max-width: 520px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.stf_list dl {
	color: #c38a4c;
	margin-top: 1.2em;
}
.stf_list dl dt{
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.stf_list dl dd {
  font-size: 130%;
  letter-spacing: .2em;
  line-height: 1.4em;
}
.stf_list .img_item {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
}
.stf_list li ul {
	margin-top: 0.8em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	line-height: 1.6em;
	letter-spacing: 0.15em;
}
.stf_list li li::after {
	content: "／";
}
.stf_list li li:last-child::after {
	display: none;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.stf_list dl dd {
	font-size: 120%;
	letter-spacing: .1em;
}
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.stf_list li ul {
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_list {
	display: block;
}
.stf_list > li {
	width: 100%;
	max-width: 100%;
	margin-top: 8%;
}
.stf_list > li:first-child{
		margin-top: 0;
}
.stf_list li ul {
	letter-spacing: 0.05em;
}
.stf_list dl dt{
  letter-spacing: .15em;
}
.stf_list dl dd {
  letter-spacing: .15em;
}
}



/* 私たちの想い
---------------------------------------------------------*/
.staff .omoi {
	background: url(../images/staff/all@2x.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.staff .omoi::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 820px;
}
.staff .omoi dl {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	padding: 0 3%;
	text-align: center;
	color: #fff;
	font-size: 105%;
	letter-spacing: .2em;
	line-height: 2.2em;
}
.staff .omoi dt {
	width: 40%;
	margin: 0 auto 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.staff .omoi::before {
	padding-top: 55%;	/* 高さ */
}
.staff .omoi dl {
	top: 15%;
}
.staff .omoi dt {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.staff .omoi {
	background: url(../images/staff/all@2x.jpg) no-repeat center bottom #b2b2b2;
	background-size: 120% auto;
	padding-top: 10%;
	padding-bottom: 40%;
}
.staff .omoi::before {
	display: none;
}
.staff .omoi dl {
	position: static;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.staff .omoi dt {
	width: 60%;
	margin-bottom: 3%;
}
}