@charset "UTF-8";

/*m_img
---------------------------------------------------------*/
.contentpage .m_img {
	background-image: url(../images/clinic/m_img.jpg);
}



/*共通
---------------------------------------------------------*/
.clinic .txt_large {
	color: #000;
	font-size: 130%;
	letter-spacing: .18em;
	line-height: 1.6em;
}

/* 背景色 */
.clinic .bg_box_l,
.clinic .bg_box_r {
	width: 100%;
	position: relative;
	background: #fff;
}
.clinic .bg_box_l::before,
.clinic .bg_box_r::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 80%;
	height: 100%;
	top: 0;
	opacity: 0.3;
}
.clinic .bg_box_l::before {
	left: 0;
}
.clinic .bg_box_r::before {
	right: 0;
}
.clinic .top_white {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.clinic .bottom_white {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
}
.clinic .bg_box_l .in_box,
.clinic .bg_box_r .in_box {
	position: relative;
	z-index: 10;
}

/* キャプション付画像 */
.clinic .img_box {
	position: relative;
	z-index: 10;
}
.clinic .img_box p {
	position: relative;
	z-index: 0;
}
.clinic .img_box .caption {
	position: absolute;
	z-index: 1;
	left: 1.0em;
	bottom: 1.0em;
	color: #fff;
	font-weight: 500;
	letter-spacing: .18em;
	line-height: 1.4em;
}
.clinic .img_box .caption .ft_didact {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-left: 1.0em;
}

/* キラキライメージ */
.clinic .abs_img {
	position: absolute;
	z-index: 0;
}

/* 共通テキスト */
.clinic .cln_style .ft_didact {
	font-size: 126%;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .6em;
}
.clinic .cln_style dt {
	color: #000;
	font-size: 180%;
	letter-spacing: .18em;
	line-height: 1.6em;
	margin-bottom: .4em;
}
.clinic .cln_style dd {
	font-size: 94%;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 1.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 背景色 */
.clinic .bg_box_l::before,
.clinic .bg_box_r::before {
	width: 90%;
}

/* キャプション付画像 */
.clinic .img_box .caption .ft_didact {
	display: block;
	margin-left: 0;
}

/* 共通テキスト */
.clinic .cln_style .ft_didact {
	font-size: 116%;
	margin-bottom: .4em;
}
.clinic .cln_style dt {
	font-size: 170%;
	letter-spacing: .1em;
}
.clinic .cln_style dt br {
	display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic .txt_large {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.6em;
}

/* 背景色 */
.clinic .top_white,
.clinic .bottom_white {
	height: 5% !important;
}

/* キャプション付画像 */
.clinic .img_box .caption {
	letter-spacing: .1em;
}
.clinic .img_box .caption .ft_didact {
	letter-spacing: .1em;
	display: block;
	margin-left: 0;
}

/* 共通テキスト */
.clinic .cln_style .ft_didact {
	font-size: 110%;
	margin-bottom: .4em;
}
.clinic .cln_style dt {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .4em;
}
.clinic .cln_style dd {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
}



/*導入
---------------------------------------------------------*/
.clinic .first_img {
	width: 80%;
	height: 490px;
	margin-left: auto;
	margin-right: 0;
	background: url(../images/clinic/img1.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 60px;
}

.clinic .welcome {
	margin-bottom: 130px;
}
.clinic .welcome dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.clinic .welcome dt,
.clinic .welcome dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.clinic .welcome dt {
	width: 57%;
	text-align: center;
	position: relative;
}
.clinic .welcome dt br {
	display: none;
}
.clinic .welcome dt span {
	display: block;
}
.clinic .welcome dd {
	width: 43%;
}

/* Tablet (微調整)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.clinic .first_img {
	width: 90%;
	height: auto;
	position: relative;
	margin-bottom: 4%;
}
.clinic .first_img:before {
    content:"";
    display: block;
    padding-top: 50%; /* 高さを幅の50%に固定 */
}

.clinic .welcome {
	margin-bottom: 6%;
}
.clinic .welcome dt {
	width: 45%;
}
.clinic .welcome dt br {
	display: block;
}
.clinic .welcome dd {
	width: 50%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic .first_img {
	width: 100%;
	height: auto;
	margin-bottom: 8%;
}
.clinic .first_img:before {
    content:"";
    display: block;
    padding-top: 40%; /* 高さを幅の40%に固定 */
}

.clinic .welcome {
	margin-bottom: 10%;
}
.clinic .welcome dl {
	display: block;
}
.clinic .welcome dt,
.clinic .welcome dd {
	display: block;
}
.clinic .welcome dt {
	width: 100%;
	margin-bottom: .5em;
}
.clinic .welcome dt br {
	display: block;
}
.clinic .welcome dd {
	width: 100%;
}
}



/*warmth
---------------------------------------------------------*/
.clinic .warmth {
	margin-bottom: 20px;
}
.clinic .warmth::before {
	background: -moz-linear-gradient(left,  rgba(219,163,140,0.25) 0%, rgba(219,163,140,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(219,163,140,0.25) 0%,rgba(219,163,140,1) 100%);
	background: linear-gradient(to right,  rgba(219,163,140,0.25) 0%,rgba(219,163,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dba38c', endColorstr='#dba38c',GradientType=1 );
}
.clinic .warmth .top_white {
	height: 280px;
}
.clinic .warmth .bottom_white {
	height: 150px;
}

.clinic .warmth .box1 {
	position: relative;
	margin-bottom: 50px;
}
.clinic .warmth .box1 li:first-child {
	width: 55%;
}
.clinic .warmth .box1 li:last-child {
	position: absolute;
	width: 40%;
	max-width: 425px;
	right: 0;
	bottom: 0;
}

.clinic .warmth .kirakira1 {
	left: 0;
	top: -120px;
}
.clinic .warmth .kirakira2 {
	right: 60px;
	top: -40px;
}

.clinic .warmth .box2 {
	position: relative;
}
.clinic .warmth .box2 .l_box {
	width: 60%;
	max-width: 710px;
}
.clinic .warmth .box2 .l_box .cln_style {
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 50px;
}
.clinic .warmth .box2 .l_box .img_bottom {
	text-align: center;
}
.clinic .warmth .box2 .img_right {
	position: absolute;
	width: 35%;
	max-width: 425px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .warmth {
	margin-bottom: 3%;
}
.clinic .warmth .top_white {
	height: 15%;
}
.clinic .warmth .bottom_white {
	height: 10%;
}

.clinic .warmth .box1 {
	margin-bottom: 5%;
}

.clinic .warmth .kirakira1 {
	top: -80px;
}

.clinic .warmth .box2 .l_box .cln_style {
	margin-bottom: 6%;
}
}

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

.clinic .warmth .box1 {
	margin-bottom: 3%;
}
.clinic .warmth .box1 li:first-child {
	width: 80%;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 3%;
}
.clinic .warmth .box1 li:last-child {
	position: static;
	width: 80%;
	margin-left: auto;
	margin-right: 0;
}

.clinic .warmth .kirakira1 {
	width: 20%;
	left: 0;
	top: 70%;
}
.clinic .warmth .kirakira2 {
	width: 36%;
	left: auto;
	right: 0;
	top: 10%;
}

.clinic .warmth .box2 .l_box {
	width: 100%;
}
.clinic .warmth .box2 .l_box .cln_style {
	margin-bottom: 6%;
}
.clinic .warmth .box2 .l_box .img_bottom {
	width: 60%;
}
.clinic .warmth .box2 .img_right {
	width: 38%;
	right: 0;
	bottom: 0;
	top: auto;
	-webkit-transform: none;
	transform: none;
}
}



/*cleanliness
---------------------------------------------------------*/
.clinic .cleanliness::before {
	background: -moz-linear-gradient(left,  rgba(122,163,218,1) 0%, rgba(122,163,218,0.25) 100%);
	background: -webkit-linear-gradient(left,  rgba(122,163,218,1) 0%,rgba(122,163,218,0.25) 100%);
	background: linear-gradient(to right,  rgba(122,163,218,1) 0%,rgba(122,163,218,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa3da', endColorstr='#407aa3da',GradientType=1 );
}
.clinic .cleanliness .top_white {
	height: 140px;
}
.clinic .cleanliness .bottom_white {
	height: 100px;
}

.clinic .cleanliness .kirakira1 {
	right: 0;
	top: -120px;
}

.clinic .cleanliness .flt_l {
	width: 46%;
	padding-top: 80px;
}

.clinic .cleanliness .flt_r {
	width: 49%;
	max-width: 570px;
}

.clinic .cleanliness .flt_r .img_top {
	text-align: center;
	margin-bottom: 50px;
}
.clinic .cleanliness .flt_r .cln_style {
	margin-bottom: 70px;
}
.clinic .cleanliness .flt_r .img_bottom {
	width: 100%;
	max-width: 455px;
	margin-left: auto;
	margin-right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .cleanliness .top_white {
	height: 14%;
}
.clinic .cleanliness .bottom_white {
	height: 10%;
}

.clinic .cleanliness .flt_l {
	padding-top: 0;
	width: 43%;
	position: absolute;
	left: 3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clinic .cleanliness .flt_r .img_top {
	margin-bottom: 8%;
}
.clinic .cleanliness .flt_r .cln_style {
	margin-bottom: 8%;
}
}

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

.clinic .cleanliness .kirakira1 {
	width: 20%;
	right: auto;
	left: 5%;
	top: 35%;
}

.clinic .cleanliness .flt_l {
	float: none;
	width: 80%;
	padding-top: 0;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 3%;
}

.clinic .cleanliness .flt_r {
	width: 100%;
	max-width: 100%;
}

.clinic .cleanliness .flt_r .img_top {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 3%;
}
.clinic .cleanliness .flt_r .cln_style {
	margin-bottom: 6%;
}
}



/*closeness
---------------------------------------------------------*/
.clinic .closeness {
	margin-bottom: 170px;
}
.clinic .closeness::before {
	background: -moz-linear-gradient(left,  rgba(155,191,63,0.25) 0%, rgba(155,191,63,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(155,191,63,0.25) 0%,rgba(155,191,63,1) 100%);
	background: linear-gradient(to right,  rgba(155,191,63,0.25) 0%,rgba(155,191,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409bbf3f', endColorstr='#9bbf3f',GradientType=1 );
}
.clinic .closeness .top_white {
	height: 150px;
}
.clinic .closeness .bottom_white {
	height: 115px;
}

.clinic .closeness .flt_l {
	width: 60%;
	max-width: 710px;
	position: relative;
}
.clinic .closeness .flt_r {
	width: 35%;
	max-width: 425px;
	padding-top: 140px;
}

.clinic .closeness .flt_l .img_top {
	position: relative;
	z-index: 5;
	margin-bottom: 40px;
}
.clinic .closeness .flt_l .cln_style {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 40px;
}
.clinic .closeness .flt_l .img_bottom {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	padding-left: 80px;
	margin-left: auto;
	margin-right: 0;
}
.clinic .closeness .flt_l .img_bottom p {
	position: relative;
	z-index: 0;
}
.clinic .closeness .flt_l .img_bottom .point {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -30px;
}

.clinic .closeness .flt_l .kirakira1 {
	right: 0;
	top: -20px;
}
.clinic .closeness .flt_l .kirakira2 {
	left: 30px;
	bottom: 20px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .closeness {
	margin-bottom: 14%;
}
.clinic .closeness .top_white {
	height: 15%;
}
.clinic .closeness .bottom_white {
	height: 10%;
}

.clinic .closeness .flt_l {
	width: 55%;
}

.clinic .closeness .flt_r {
	padding-top: 0;
	width: 37%;
	position: absolute;
	right: 3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clinic .closeness .flt_l .img_top {
	margin-bottom: 6%;
}
.clinic .closeness .flt_l .cln_style {
	margin-bottom: 6%;
}

.clinic .closeness .flt_l .kirakira1 {
	top: 0;
}
.clinic .closeness .flt_l .kirakira2 {
	left: 0;
}
}

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

.clinic .closeness .flt_l {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-bottom: 6%;
}
.clinic .closeness .flt_r {
	width: 80%;
	float: none;
	padding-top: 0;
	margin: 0 auto;
}

.clinic .closeness .flt_l .img_top {
	width: 100%;
	margin-bottom: 3%;
}
.clinic .closeness .flt_l .cln_style {
	max-width: 100%;
	margin-bottom: 6%;
}

.clinic .closeness .flt_l .img_bottom .point {
	bottom: -3%;
}

.clinic .closeness .flt_l .kirakira1 {
	display: none;
}
.clinic .closeness .flt_l .kirakira2 {
	width: 30%;
	left: 0;
	bottom: auto;
	top: 8%;
}
}


/*certified
---------------------------------------------------------*/
.clinic .certified {
	margin-bottom: 120px;
}
.clinic .certified .bg {
	color: #FFF;
	background-color: #67887e;
	box-sizing: border-box;
	padding: 40px 5%;
}
.clinic .certified .cer_index {
	text-align: center;
	padding-bottom: 2em;
	margin-bottom: 3em;
	border-bottom: 1px solid #FFF;
}
.clinic .certified .cer_index .ft_didact {
	font-size: 120%;
	margin-bottom: .5em;
}
.clinic .certified .cer_index .ft_min {
	font-size: 240%;
	line-height: 1.4;
	letter-spacing: .1em;
}
.clinic .certified .cer_inbox {
	max-width: 1000px;
	margin: 0 auto;
}
.clinic .certified .flex_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
.clinic .certified .flex_box .box_l {
	width: 41.8%;
}
.clinic .certified .flex_box .box_r {
	width: 53.4%;
}
.clinic .certified dt {
	font-size: 193%;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .5em;
}
.clinic .certified .com_link1 {
	text-align: center;
}
.clinic .certified .com_link1 a::before {
	background-color: #FFF;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .certified {
	margin-bottom: 10%;
}
.clinic .certified .bg {
	padding: 5% 4%;
}
.clinic .certified .cer_index {
	margin-bottom: 2em;
}
.clinic .certified .cer_index .ft_didact {
	font-size: 116%;
}
.clinic .certified .cer_index .ft_min {
	font-size: 190%;
}
.clinic .certified dt {
	font-size: 170%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic .certified {
	margin-bottom: 12%;
}
.clinic .certified .bg {
	padding: 7% 5% 6%;
}
.clinic .certified .cer_index {
	margin-bottom: 1.5em;
}
.clinic .certified .cer_index .ft_didact {
	font-size: 116%;
}
.clinic .certified .cer_index .ft_min {
	font-size: 170%;
}
.clinic .certified .flex_box {
	display: block;
	margin-bottom: 1.5em;
}
.clinic .certified .flex_box .box_l {
	width: 80%;
	margin: 0 auto 1.5em;
}
.clinic .certified .flex_box .box_r {
	width: 100%;
}
.clinic .certified dt {
	text-align: center;
	font-size: 135%;
	letter-spacing: .05em;
	margin-bottom: 0.4em;
}
}



/*last_box
---------------------------------------------------------*/
.clinic .last_box {
	margin-bottom: 100px;
}
.clinic .last_box .txt_large {
	text-align: right;
	margin-bottom: 60px;
}
.clinic .last_box .img_bottom {
	width: 80%;
	margin-left: auto;
	margin-right: 0;
	background: url(../images/clinic/img12.jpg) repeat-x left center;
}
.clinic .last_box .img_bottom ul {
	width: 100%;
	max-width: 1364px;
}
.clinic .last_box .img_bottom li {
	width: 50%;
	float: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .last_box {
	margin-bottom: 10%;
}
.clinic .last_box .txt_large {
	margin-bottom: 4%;
}
.clinic .last_box .img_bottom {
	width: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic .last_box {
	margin-bottom: 10%;
}
.clinic .last_box .txt_large {
	text-align: center;
	margin-bottom: 10%;
}
.clinic .last_box .img_bottom {
	width: 100%;
	background: none;
	text-align: center;
}
.clinic .last_box .img_bottom li {
	width: 100%;
	float: none;
}
}





.infoadd_bnr {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-top: 60px;
}
.infoadd_bnr a {
	display: block;
	padding: 1.5em 0;
	border: solid 1px #ddd;
	color: #333;
	background: #fff;
	transition: all 0.4s;
}
.infoadd_bnr a:hover {
	background: #eee;
}
.infoadd_bnr span {
	font-size: 140%;
	display: inline-block;
	vertical-align: middle;
	margin-left: .3em;
	color: #939393;
	line-height: 1;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	border: 0.075em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin-top: -0.125em;
}
.infoadd_bnr span::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-right-color: currentColor;
	border-left: 0;
	transform: translateX(15%) rotate(180deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.infoadd_bnr {
	max-width: 100%;
	font-size: 90%;
	letter-spacing: normal;
	margin-top: 8%;
}
}
