@charset "UTF-8";

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

/*共通
---------------------------------------------------------*/
/*背景*/
.stf_bg {
	position: relative;
	background-image: url("../images/bg1@2x.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1340px auto;
	padding-top: 70px;
}
.stf_bg::before {
	content: "";	/*グラデ*/
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 450px;
	left: 0;
	top: 0;
	background: #ccc;
}
#greeting .stf_bg {background-image: url("../images/bg1@2x.png");}
#greeting .stf_bg::before {
background: -moz-linear-gradient(top,  rgba(231,213,130,0.3) 0%, rgba(231,213,130,0) 100%);
background: -webkit-linear-gradient(top,  rgba(231,213,130,0.3) 0%,rgba(231,213,130,0) 100%);
background: linear-gradient(to bottom,  rgba(231,213,130,0.3) 0%,rgba(231,213,130,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4de7d582', endColorstr='#00e7d582',GradientType=0 );
}
#doctor .stf_bg {background-image: url("../images/bg2@2x.png");}
#doctor .stf_bg::before {
background: -moz-linear-gradient(top,  rgba(161,214,246,0.3) 0%, rgba(161,214,246,0) 100%);
background: -webkit-linear-gradient(top,  rgba(161,214,246,0.3) 0%,rgba(161,214,246,0) 100%);
background: linear-gradient(to bottom,  rgba(161,214,246,0.3) 0%,rgba(161,214,246,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da1d6f6', endColorstr='#00a1d6f6',GradientType=0 );
}
#staff .stf_bg {background-image: url("../images/bg3@2x.png");}
#staff .stf_bg::before {
background: -moz-linear-gradient(top,  rgba(249,207,189,0.3) 0%, rgba(249,207,189,0) 100%);
background: -webkit-linear-gradient(top,  rgba(249,207,189,0.3) 0%,rgba(249,207,189,0) 100%);
background: linear-gradient(to bottom,  rgba(249,207,189,0.3) 0%,rgba(249,207,189,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df9cfbd', endColorstr='#00f9cfbd',GradientType=0 );
}

/*タイトル*/
.stf_title {
	text-align: center;
	margin-bottom: 100px;
}
.stf_title .ft_cronos_l {
	font-size: 375%;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.stf_title .ft_min {
	font-size: 170%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-top: .4em;
}

/*名前・写真*/
.staff .name_box {
	width: 100%;
	max-width: 530px;
}
.staff .name_box > div {
	width: 37%;
	max-width: 191px;
}
.staff .name_box > dl {
	width: 60%;
	max-width: 290px;
}
.staff .name_box dt {
	color: #806838;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.staff .name_box dd {
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 210%;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.staff .name_box dd span {
	display: block;
	font-size: 60%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-top: .4em;
}

/*プロフィール*/
.staff .profile > dt {
	font-family: cronos-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #99a0a6;
	font-size: 120%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
.staff .profile > dd {
	margin-bottom: 1.0em;
}
.staff .profile > dd:last-of-type {
	margin-bottom: 0;
}
.staff .profile li {
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .6em;
	position: relative;
	padding-left: 1.0em;
}
.staff .profile li:last-child {
	margin-bottom: 0;
}
.staff .profile li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.staff .profile .pickup li {
	color: #806838;
	font-size: 100%;
	padding-left: 1.5em;
}
.staff .profile .pickup li::before {
	content: "";
	width: .9em;
	height: .9em;
	left: 0;
	top: .35em;
	background: #806838;
}
.staff .profile li a {
    text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*背景*/
.stf_bg {
	background-size: 130% auto;
	padding-top: 6%;
}

/*タイトル*/
.stf_title {
	margin-bottom: 8%;
}
.stf_title .ft_cronos_l {
	font-size: 300%;
	letter-spacing: .15em;
}
.stf_title .ft_min {
	font-size: 140%;
	letter-spacing: .1em;
	margin-top: .2em;
}

/*名前・写真*/
.staff .name_box dl {
	font-size: 1.6vw;
}
.staff .name_box dt {
	margin-bottom: .5em;
}
.staff .name_box dd {
	font-size: 200%;
	letter-spacing: .15em;
}
.staff .name_box dd span {
	letter-spacing: .05em;
}

/*プロフィール*/
.staff .profile > dt {
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.staff .profile > dd {
	margin-bottom: .5em;
}
.staff .profile > dd:last-of-type {
	margin-bottom: 0;
}
.staff .profile li {
	font-size: 90%;
	letter-spacing: .05em;
	margin-bottom: .2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*背景*/
.stf_bg {
	background-size: 140% auto;
	padding-top: 8%;
}
.stf_bg::before {
	height: 50vw;	/*グラデ*/
}

/*タイトル*/
.stf_title {
	margin-bottom: 10%;
}
.stf_title .ft_cronos_l {
	font-size: 220%;
	letter-spacing: .15em;
}
.stf_title .ft_min {
	font-size: 120%;
	letter-spacing: .15em;
	margin-top: .2em;
}

/*名前・写真*/
.staff .name_box {
	width: 80%;
	max-width: 100%;
	font-size: 90%;
}
.staff .name_box dt {
	margin-bottom: .5em;
}
.staff .name_box dd {
	font-size: 180%;
	letter-spacing: .1em;
}
.staff .name_box dd span {
	font-size: 50%;
	letter-spacing: .05em;
}

/*プロフィール*/
.staff .profile > dt {
	letter-spacing: .1em;
	margin-bottom: .4em;
}
.staff .profile > dd {
	font-size: 90%;
	margin-bottom: .5em;
}
.staff .profile li {
	letter-spacing: .05em;
	margin-bottom: .2em;
}
}



/*院長挨拶
---------------------------------------------------------*/
#greeting .box1 {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#greeting .box1 .box_r {
	width: 41%;
	max-width: 500px;
}
#greeting .box1 .box_l {
	width: 56%;
	max-width: 680px;
}
#greeting .box1 .lead {
	text-align: center;
	color: #806838;
	font-size: 250%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding-bottom: .5em;
	border-bottom: solid 1px #806838;
	margin-bottom: 40px;
}
#greeting .box1 .name_box {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

#greeting .box2 {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row-reverse;
	flex-flow: row-reverse;
}
#greeting .box2 .box_l {
	width: 37%;
	max-width: 370px;
}
#greeting .box2 .box_r {
	width: 60%;
}
#greeting .box2 .profile > dt {
	text-align: center;
}
#greeting .box2 .profile ul {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
#greeting .box2 .profile .pickup {
	padding-bottom: 2.0em;
	border-bottom: dashed 1px #919aa4;
	margin-bottom: 2.0em;
}
#greeting .box2 .profile .pickup li {
	padding-left: 0;
}
#greeting .box2 .profile .pickup li::before {
	display: none;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
#greeting .box1 .lead {
	font-size: 3.5vw;
	letter-spacing: .05em;
	margin-bottom: 4%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#greeting .box2 .profile .pickup {
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#greeting .box1 {
	display: block;
	margin-bottom: 2% !important;
}
#greeting .box1 .box_r {
	width: 60%;
	margin: 0 auto 3%;
}
#greeting .box1 .box_l {
	width: 100%;
	max-width: 100%;
}
#greeting .box1 .lead {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: 4%;
}

#greeting .box2 {
	display: -webkit-block;
	display: block;
}
#greeting .box2 .box_l {
	width: 100%;
	max-width: 100%;
	margin-top: 3%;
}
#greeting .box2 .box_r {
	width: 100%;
}
#greeting .box2 .profile > dt {
	text-align: left;
}
#greeting .box2 .profile ul {
	width: 100%;
	max-width: 100%;
}
#greeting .box2 .profile .pickup {
	padding-bottom: .8em;
	margin-bottom: .8em;
}
}



/*歯科医師紹介、スタッフ紹介
---------------------------------------------------------*/
.stf_list {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stf_list > li {
	width: 48.5%;
	max-width: 575px;
	margin-top: 100px;
}
.stf_list > li:nth-child(1),
.stf_list > li:nth-child(2) {
	margin-top: 0;
}
.stf_list .line_box {
	border-bottom: solid 2px #ccc;
	margin-bottom: 10%;
}
#doctor .stf_list .line_box {border-color: #a1d6f6;}
#staff .stf_list .line_box {border-color: #f9cfbd;}
.stf_list .line_box .name_box {
	margin: 0 auto;
	position: relative;
	padding-top: 4%;
	padding-bottom: 6%;
}
.stf_list .line_box .name_box > div {
	position: absolute;
	left: 0;
	top: 0;
}
.stf_list .line_box .name_box > dl {
	margin-left: auto;
	margin-right: 0;
}
.stf_list .in_box {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.stf_list .message {
	margin-bottom: 40px;
}
.stf_list .message dt {
	font-weight: bold;
}
.stf_list .profile dt {
	position: relative;
}
.stf_list .profile dt::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: calc(100% - 5.5em);
	height: 0;
	border-bottom: dashed 1px #919aa4;
	right: 0;
	top: 50%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.stf_list > li {
	margin-top: 8%;
}
.stf_list .line_box {
	margin-bottom: 10%;
}
.stf_list .line_box .name_box {
	padding-top: 0;
}
.stf_list .message {
	margin-bottom: 5%;
}
.stf_list .profile dt::before {
	width: calc(100% - 4.5em);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.stf_list {
	display: block;
}
.stf_list > li {
	width: 100%;
	max-width: 100%;
	margin-top: 15% !important;
}
.stf_list > li:nth-child(1) {
	margin-top: 0 !important;
}
.stf_list .line_box {
	border-width: 1px;
	margin-bottom: 6%;
}
.stf_list .line_box .name_box {
	padding-top: 0;
	padding-bottom: 1.0em;
}
.stf_list .line_box .name_box dt.sp_short{
    letter-spacing: normal;
}
.stf_list .in_box {
	max-width: 100%;
}
.stf_list .message {
	margin-bottom: .5em;
}
.stf_list .profile dt::before {
	width: calc(100% - 4.5em);
}
}



/*チーム医療
---------------------------------------------------------*/
#team .bg {
	position: relative;
	padding-top: 60px;
	color: #fff;
}
#team .bg::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 94%;
	height: 100%;
	background: url("../images/te_bg.jpg") repeat center center;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

#team .abs {
	position: absolute;
	width: 30%;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	margin: auto;
}
#team h2 {
	font-size: 320%;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: 80px;
}

#team .box {
	position: relative;
	width: 100%;
}
#team .box .w1200 {
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
	overflow: hidden;
}
#team .box .txt_box {
	width: 50%;
	padding-top: 140px;	/*ribbon分あける*/
}
#team .box .img_box {
	width: 47%;
	max-width: 507px;
}
/*img_r*/
#team .box.img_r .txt_box {float: right;}
#team .box.img_r .img_box {float: left;}
/*img_l*/
#team .box.img_l .txt_box {float: left;}
#team .box.img_l .img_box {float: right;}

#team .box .ribbon {
	position: absolute;
	top: 0;
	width: 50%;
}
#team .box .ribbon::before {
	content: "";	/*リボン*/
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
#team .box .ribbon h3 {
	width: 100%;
	max-width: 620px;
	font-size: 370%;
	letter-spacing: .15em;
	line-height: 1.2em;
	padding: .3em 0;
}
#team .box .ribbon h3 span {
	display: inline-block;
	font-size: 50%;
	line-height: 1.2em;
	-webkit-transform: translateY(-.4em);
	transform: translateY(-.4em);
}
/*img_r*/
#team .box.img_r .ribbon {
	background: #77d1d2;
	right: 0;
}
#team .box.img_r .ribbon::before {
	background-image: url("../images/te_ ribbon1@2x.png");
	right: 100%;
}
#team .box.img_r .ribbon h3 {
	margin-left: 0;
	margin-right: auto;
}
/*img_l*/
#team .box.img_l .ribbon {
	background: #f4b397;
	left: 0;
}
#team .box.img_l .ribbon::before {
	background-image: url("../images/te_ ribbon2@2x.png");
	left: 100%;
}
#team .box.img_l .ribbon h3 {
	margin-left: auto;
	margin-right: 0;
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#team .box .ribbon h3 {
	font-size: 5.0vw;
	letter-spacing: .1em;
}
#team .box .txt_box {
	padding-top: 12vw;	/*ribbon分あける*/
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#team .bg {
	padding-top: 6%;
}

#team h2 {
	font-size: 250%;
	margin-bottom: 5%;
}

#team .box {
	padding-top: 14vw;	/*ribbon分あける*/
}
#team .box .txt_box {
	width: 100%;
	float: none !important;
	padding-top: 0;
}
#team .box .img_box {
	margin-bottom: 1.0em;
}
/*img_r*/
#team .box.img_r .img_box {margin-right: 3%;}
/*img_l*/
#team .box.img_l .img_box {margin-left: 3%;}

#team .box .ribbon {
	width: 90%;
}
#team .box .ribbon h3 {
	max-width: 100%;
	font-size: 5.8vw;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#team .bg {
	padding-top: 10%;
}
#team .abs {
	width: 45%;
}
#team h2 {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 8%;
}

#team .box .txt_box {
	width: 100%;
	padding-top: 0;
	float: none !important;
}
#team .box .img_box {
	width: 60%;
	float: none !important;
	margin: 0 auto 3%;
}

#team .box .ribbon {
	position: relative;
	top: auto;
	width: 90%;
	box-sizing: border-box;
	margin-bottom: 5%;
}
#team .box .ribbon::before {
	width: 1.0em;	/*リボン*/
}
#team .box .ribbon h3 {
	max-width: 100%;
	font-size: 220%;
	letter-spacing: .1em;
}
/*img_r*/
#team .box.img_r .ribbon {
	right: auto;
	margin-left: auto;
	margin-right: 0;
	padding-right: 5%;
}
/*img_l*/
#team .box.img_l .ribbon {
	left: auto;
	margin-left: 0;
	margin-right: auto;
	padding-left: 5%;
}
}



/*
---------------------------------------------------------*/

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}