@charset "UTF-8";
/* CSS Document */

/*背景画像固定スクロール*/
.cd-fixed-bg.cd-bg-11 {
	background-image: url(../image/index_background/11.jpg);
}

.counseling_fee {
	width: 85%;
	max-width: 600px;
	margin: 0 auto;
}

.personal_counseling {
	margin-bottom: 60px;
}

.couple_counseling {
	margin-bottom: 80px;
}

.personal_counseling dl dt,
.couple_counseling dl dt {
	font-size: 120%;
	margin-bottom: 5px;
	padding: 5px 0 5px 5px;
	background: #F3EDE6;
	border-left: #CB9E68 8px solid;
}

.personal_counseling p,
.couple_counseling p {
	margin-top: 20px;
}

/*----- ブレークポイント ----------------------------------------------------------------------------------------------------*/
/*===== max-width: 768px ===================================================================*/
@media (max-width: 768px){
		
/*背景画像固定スクロール スマートフォン用*/
.cd-fixed-bg.cd-bg-11 {
	background:url(../image/index_background/11.jpg) center/cover no-repeat; /*fixedを取る*/
	-webkit-background-size:cover;/*Android4*/
}
}

/*===== max-width: 667px ===================================================================*/
@media (max-width: 667px){
	

}

/*===== max-width: 480px ===================================================================*/
@media (max-width: 480px){
	

}

/*===== max-width: 375px ===================================================================*/
@media (max-width: 375px){


}




