@charset "UTF-8";



/*共通
---------------------------------------------------------*/
.cli_index{
	font-size:200%;
	letter-spacing: 0.15em;
}
.cli_title{
	margin-bottom:15px;
}
.cli_title .ft_europa{
	color:rgba(116,108,112,0.50);
	font-size:90%;
	letter-spacing: 0.5em;
	line-height: 1em;
	margin-bottom: 45px;
}
.cli_title h3{
	color:#544337;
	font-size:160%;
	letter-spacing: 0.2em;
	line-height: 1.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cli_index{
	font-size:180%;
}
.cli_title{
	margin-bottom:10px;
}
.cli_title .ft_europa{
	font-size:85%;
	letter-spacing: 0.4em;
	margin-bottom: 15px;
}
.cli_title h3{
	font-size:140%;
	letter-spacing: 0.15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cli_index{
	font-size:5vw;
}
.cli_title{
	margin-bottom:4%;
	text-align: center;
}
.cli_title .ft_europa{
	font-size:2.5vw;
	letter-spacing: 0.4em;
	margin-bottom: 4%;
}
.cli_title h3{
	font-size:4.7vw;
	letter-spacing: 0.18em;}
}



/* slide_box
---------------------------------------------------------*/
.slide_box{
	margin-bottom: 95px;
}

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

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



/*WAITING ROOM
---------------------------------------------------------*/
#waiting{
	margin-bottom:105px;
}
#waiting .cli_index{
	text-align:center;
	/*padding: 90px 0 75px 0; スライドショー反映時*/
	padding-bottom: 75px;
}
#waiting .flt_box .flt_l{
	max-width:720px;
	width: 60%;
}
#waiting .flt_box .flt_r{
	max-width:400px;
	width: 36%;
}
#waiting .flt_box .flt_r .txt_box{
	margin-bottom:45px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#waiting{
	margin-bottom:20px;
}
#waiting .cli_index{
	/*padding: 60px 0 40px 0; スライドショー反映時*/
	padding-bottom: 40px;
}
#waiting .flt_box .flt_l{
	width: 50%;
}
#waiting .flt_box .flt_r{
	width: 46%;
}
#waiting .flt_box .flt_r .txt_box{
	margin-bottom:30px;
}
#waiting .flt_box .flt_r .img_box{
	width:60%;
	margin: 0 0 0 auto;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#waiting{
	margin-bottom:10%;
}
#waiting .flt_box{
	padding-bottom: 10%;
	border-bottom:1px solid rgba(116,108,112,0.50);}	
#waiting .cli_index{
	/*padding: 10% 0 8% 0; スライドショー反映時*/
	padding-bottom: 8%;
}
#waiting .flt_box .flt_l{
	float: none;
	width: 90%;
	margin: 0 auto 8% auto;
}
#waiting .flt_box .flt_r{
	float: none;
	max-width: 100%;
	width: 100%;
}
#waiting .flt_box .flt_r .txt_box{
	margin-bottom:7%;
}
#waiting .flt_box .flt_r .img_box{
	width:60%;
	margin: 0 auto;}
}





/*COUNSELING ROOM
---------------------------------------------------------*/
#counseling{
	margin-bottom:140px;
}
#counseling .flt_box .flt_l{
	max-width:480px;
	width: 43%;
}
#counseling .flt_box .flt_r{
	max-width:640px;
	width: 53%;
}
#counseling .flt_box .flt_l .txt_box{
	margin-bottom:45px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#counseling{
	margin-bottom:30px;
}
#counseling .flt_box .flt_l{
	width: 48%;
}
#counseling .flt_box .flt_r{
	width: 48%;
	padding-top: 50px;
}
#counseling .flt_box .flt_l .txt_box{
	margin-bottom:30px;
}
#counseling .flt_box .flt_l .img_box{
	width:60%;
	margin: 0 auto 0 0;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#counseling{
	margin-bottom:10%;
}
#counseling .flt_box{
	padding-bottom: 10%;
	border-bottom:1px solid rgba(116,108,112,0.50);}	
#counseling .flt_box .flt_l{
	max-width:100%;
	width: 100%;
	float: none;
}
#counseling .flt_box .flt_r{
	float: none;
	width: 90%;
	margin: 0 auto 8% auto;
}
#counseling .flt_box .flt_l .txt_box{
	margin-bottom:7%;
}
#counseling .flt_box .flt_l .img_box{
	width:60%;
	margin: 0 auto;}
}




/*CONSULTATION ROOM
---------------------------------------------------------*/
#consultation{
	margin-bottom:100px;
}
#consultation .w1500{
	width:100%;
	padding: 0;
}
#consultation .flt_box .flt_l{
	max-width:1039px;
	width: 70%;
}
#consultation .flt_box .flt_r{
	max-width:380px;
	width: 25%;
}
#consultation .flt_box .flt_r .txt_box{
	margin-bottom:105px;
	width:90%;
	max-width: 300px;
}
#consultation .flt_box .flt_r .img_box{
	max-width:250px;
	margin: 0 0 0 auto;
	width: 80%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#consultation .flt_box .flt_l{
	width: 55%;
}
#consultation .flt_box .flt_r{
	width: 41%;
}
#consultation .flt_box .flt_r .txt_box{
	margin-bottom:40px;
}
#consultation .flt_box .flt_r .img_box{
	width: 50%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#consultation{
	margin-bottom:70px;
}
#consultation .flt_box .flt_l{
	padding-top: 60px;
}	
#consultation .flt_box .flt_r .txt_box{
	margin-bottom:30px;
}
#consultation .flt_box .flt_r .img_box{
	width: 45%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#consultation{
	margin-bottom:13%;
}
#consultation .flt_box .flt_l{
	float: none;
	width: 100%;
	margin: 0 auto 7% auto;
}
#consultation .flt_box .flt_r{
	float: none;
	max-width:100%;
	width: 100%;
}
#consultation .flt_box .flt_r .txt_box{
	width:94%;
	max-width: 100%;
	margin: 0 auto 7%;
}
#consultation .flt_box .flt_r .img_box{
	width: 45%;
	margin: 0 auto;
}
}





/*FORFAMILY
---------------------------------------------------------*/
#family{
	margin-bottom:130px;
}
#family .cli_index{
	text-align:right;
	color: #d6cbb0;
	margin-bottom: 15px;
	font-size:210%;
}
#family .cli_index span{
	color:#de732c;
}
#family .bgbox{
	background: url(../images/clinic/forfam_bg@2x.png) repeat-y right center #d6cbb0;
	background-size:35% auto;
}
#family .flt_box .flt_l{
	width:55%;
	margin-left: 5%;
	position: relative;
	margin-bottom: 65px;
	padding-bottom: 130px;
}
#family .flt_box .flt_r{
	width:38%;
}
#family .flt_box .flt_l .abs_img{
	position: absolute;
	left: 0;
	top: -50px;
	width:60%;
	max-width: 450px;
}
#family .flt_box .flt_l .txt_box{
	width:36%;
	max-width: 250px;
	padding-top: 80px;
	margin-left: 66%;
}
#family .flt_box .flt_l .txt_box::before{
	display:block;
	content: "";
	position: absolute;
	right: 0;
	bottom:0;
	max-width: 140px;
	height: 77px;
	width: 20%;
	background:url(../images/clinic/kids_icon1@2x.png) no-repeat right bottom;
	background-size:100% auto;
}

#family .flt_box .flt_l .txt_box .cli_title .ft_europa{
	color:#ffffff;
}
#family .flt_box .flt_l .txt_box .cli_title h3{
	color:#de732c;
}
#family .flt_box .flt_r{
	margin-top:50px;
	padding-top: 105px;
	position: relative;
}
#family .flt_box .flt_r .abs_icon{
	position:absolute;
	left: 0;
	top: 0;
	max-width: 283px;
	width: 50%;
}
#family .flt_box .flt_r .txt_box{
	max-width:410px;
	margin: 0 0 0 auto;
}
#family .flt_box .flt_r .txt_box p{
	max-width:340px;
	padding-right: 5%;
	padding-top: 20px;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#family .flt_box .flt_l{
	width:59%;
	margin-left: 3%;
	padding-bottom:40px;
}
#family .flt_box .flt_r{
	width:33%;
}
#family .flt_box .flt_l .abs_img{
	width:55%;
}
#family .flt_box .flt_l .txt_box{
	width:41%;
	max-width: 250px;
	margin-bottom: 50px;
	padding-top: 50px;
	margin-left: 59%;
}	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#family{
	margin-bottom:70px;
}
#family .cli_index{
	font-size:190%;
}
#family .bgbox{
	background-size:30% auto;
}
#family .flt_box .flt_l{
	width:61%;
	margin-left: 3%;
	padding-bottom: 20px;
	margin-bottom:30px;
}
#family .flt_box .flt_r{
	width:34%;
}
#family .flt_box .flt_l .abs_img{
	top: -40px;
	width:50%;
}
#family .flt_box .flt_l .txt_box{
	width:45%;
	padding-top: 30px;
	margin-left: 55%;
}
#family .flt_box .flt_r{
	margin-top:50px;
	padding-top: 60px;
}
#family .flt_box .flt_r .abs_icon{
	width: 63%;
}
	#family .flt_box .flt_r .img_box{
		width:90%;
		margin: 0 0 0 auto;
	}
#family .flt_box .flt_r .txt_box{
	max-width:410px;
	margin: 0 0 0 auto;
}
#family .flt_box .flt_r .txt_box p{
	padding-right: 7%;
	padding-top: 15px;
	font-size:90%;
	line-height: 1.8em;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#family{
	margin-bottom:13%;
}
#family .cli_index{
	margin-bottom: 3%;
	font-size:5.3vw;
}
	#family .bgbox{
		background:#d6cbb0;
		position: relative;
	}	
#family .bgbox::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 42%;
	background: url(../images/clinic/forfam_bg@2x.png) repeat left bottom #d6cbb0;
	background-size:460px 540px;
}
#family .flt_box .flt_l{
	width:90%;
	float: none;
	margin: 0 auto;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
#family .flt_box .flt_r{
	width:90%;
	float: none;
	margin: 0 auto;
}
#family .flt_box .flt_l .abs_img{
	top: -45px;
	width:46%;
}
#family .flt_box .flt_l .txt_box{
	width:48%;
	max-width:100%;
	padding-top: 8%;
	margin-left: 52%;
}
#family .flt_box .flt_l .txt_box::before{
	right: auto;
	left: 0;
	bottom:0;
	width: 28%;
}	
#family .flt_box .flt_r{
	margin-top:7%;
	padding-top: 10%;
}
#family .flt_box .flt_r .abs_icon{
	width: 50%;
}
	#family .flt_box .flt_r .img_box{
		width:70%;
		margin: 0 0 0 auto;
	}	
#family .flt_box .flt_r .txt_box{
	max-width:100%;
}
#family .flt_box .flt_r .txt_box p{
	max-width:100%;
	padding-right: 0;
	padding-top: 5%;
	padding-bottom: 5%;
}

}





/*OTHER
---------------------------------------------------------*/
#other{
	margin-bottom:130px;
}
#other li{
	float:left;
	width:30%;
	margin-right: 5%;
}
#other li:last-child{
	margin-right: 0;
}
#other li .img_box{
	max-width:350px;
	margin: 0 auto 27px auto;
}
#other li .cli_title h3{
	font-size:135%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#other{
	margin-bottom:70px;
}
#other li{
	width:30.666%;
	margin-right: 4%;
}
#other li .img_box{
	margin: 0 auto 20px auto;
}
#other li .cli_title h3{
	font-size:120%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#other{
	margin-bottom:10%;
}
#other li{
	float:none;
	width:100%;
	margin-right: 0;
	padding-bottom: 8%;
	margin-bottom: 8%;	
	border-bottom:1px solid rgba(116,108,112,0.50);
}
#other li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;	
	border-bottom:none;
}
#other li .img_box{
	width:70%;
	margin: 0 auto 6% auto;
}
#other li .cli_title h3{
	font-size:4.8vw;
}
}


