@charset "utf-8";
/* -----------------------------
 psychosomatic_illness.css
----------------------------- */

/* -------------------------------------- 共有・全体 -------------------------------------- */
body { width: 100%; }


/* -------------------------------------- メインコンテンツ -------------------------------------- */
#psychosomatic > p {
	line-height: 200%;
}


/* -------------------------------------- footer -------------------------------------- */

footer {
	background-color: #A9907A;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
}

footer .fMenu li a { display: block; }

footer > p {
	padding-bottom: 30px;

	font-size: medium;
}






/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.spOnly { display: none; }


/* -------------------------------------- header -------------------------------------- */
	#mainimg > div:first-of-type {
		top: 52%;
	}


/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#psychosomatic {
		margin: 0px 10% 7vw;
		width: 80%;
	}

	#psychosomatic > p {
		margin-bottom: 50px;
		padding-left: 7vw;

		font-size: 1.2vw;
	}
}





/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

/* -------------------------------------- 共有・全体 -------------------------------------- */
	.pcOnly { display: none; }


/* -------------------------------------- mainimg -------------------------------------- */
	#mainimg {
		padding-top: 90px;
	}

	#mainimg > div:first-of-type {
		top: 63%;
	}

	#mainimg img {
		width: auto;
		height: 40vw;
	}

	#mainimg h2 {
		margin-bottom: 2vw;
		font-size: 6vw;
	}

	#mainimg p { font-size: 3vw; }


/* -------------------------------------- メインコンテンツ -------------------------------------- */
	/* section設定 */
	#psychosomatic {
		margin: 0px auto 7vw;
		width: 90%;
	}

	/* h3 */
	h3 {
		margin: 0 0 30px;
	}

	#psychosomatic > p {
		margin: 0px auto 10vw;

		font-size: 4vw;
	}


/* -------------------------------------- footer -------------------------------------- */

	footer { padding: 10px 5px 0; }

	footer div:first-of-type { margin: 0px auto 5px; }

	footer div img { width: 60%; }

	footer .detail > div:nth-of-type(2) p,
	footer .detail > div:nth-of-type(2) address {
		margin-bottom: 10px;
		line-height: 150%;
		font-size: 3.5vw;
	}

	footer .detail .tel { margin-bottom: 20px; }

	footer .detail .tel p {	font-size: 3.5vw; }

	footer .detail .tel div { font-size: 7vw; }


}
