@charset "UTF-8";
/*
treatment-place
#index.html - トップページ
#page-01.html - 施設紹介 facilitie
#page-02.html - 施術案内 treatment
#page-03.html - スタッフ紹介 staff
#page-04.html - 患者様の声 voice
#page-05.html - アクセス access
#page-06.html - お問い合わせ contact

*/


/*施設紹介*/
#facilitie-box h3 {
	margin-top: 20px;
}

#facilitie-box .box {
	padding: 10px;
}

#facilitie-box img {
	width: 100%;
	height: auto;
}

#facilitie-box p {
	padding: 5px 0;
}


/*施術案内*/
#treatment-box,
#flow-box {
	padding: 15px;
}

#treatment-box .box,
#flow-box .box {
	margin-bottom: 15px;
}

#treatment-box .box img,
#flow-box .box img {
	border: 1px solid #eee;
	padding: 4px;
	width: 100%;
}

#treatment-box .box .link,
#flow-box .box .link {
	text-align: right;
}

#treatment-box .box:last-child,
#flow-box .box:last-child {
	border-bottom: none;
}

/*スタッフ紹介*/
#staff-box {
	margin-top: 15px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

#staff-box .box {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#staff-box .box:last-child {
	border-bottom: none;
}

#staff-box .box .img {
	text-align: center;
	padding-top: 5px;
}

#staff-box .box .img img {
	padding: 2px;
	max-width: 50%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 7px #ddd;
}

#staff-box .box dl.career {
	padding: 10px;
	font-size: 0.95rem;
	border-radius: 3px;
	margin-top: 15px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

#staff-box .box dl.career dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#staff-box .box dl.detail dt {
	color: hsl(30, 100%, 50%);
}

/*患者様の声*/
#voice-box p {
	padding: 5px 0;
}

#voice-box .box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
}

#voice-box .box:last-child {
	border-bottom: none;
}

#voice-box .box .img {
	text-align: center;
}

#voice-box .box .img img {
	box-shadow: 1px 1px 7px #eee;
	padding: 7px;
	border: 1px solid #eee;
}

#voice-box .box .detail {
	padding: 5px 0;
	font-size: 1.15rem;
}

#voice-box .box dl dt {
	padding: 5px 0;
	font-size: 1.15rem;
	color: hsl(30, 100%, 50%);
}

/*アクセス*/
.map {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

.map div {
	position: relative;
	height: 0;
	padding-top: 60%;
}

.map iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#access_table {
	width: 95%;
	margin: 20px auto 30px auto;
}

#access_table th {
	text-align: center;
	vertical-align: middle;
}

#access_table td {
	padding: 5px 10px;
}

#way-box li {
	font-size: 0.95rem;
	padding: 20px 10px;
	border-top: 1px solid #ccc;
}

#way-box li:first-child {
	border-top: none;
	padding-top: 10px;
}

#way-box li:last-child {
	margin-bottom: 40px;
}

#way-box li p {
	padding: 5px 0;
}

#access td p.title {
	font-weight: bold;
}

#access td p.title+p {
	margin-left: 10px;
}


@media all and (min-width: 768px) {

	/**施術案内*/
	#treatment-box .box,
	#flow-box .box {
		overflow: hidden;
		margin-bottom: 20px;
		border-bottom: none;
	}

	#treatment-box .box .img,
	#flow-box .box .img {
		width: 300px;
		float: left;
		margin: 0 25px 5px 15px;
		padding: 0;
	}

	#treatment-box .box .img img,
	#flow-box .box .img img {
		width: 100%;
		height: auto;
	}

	/* 施設紹介 */
	#facilitie-box {
		display: flex;
		flex-wrap: wrap;
	}

	#facilitie-box .box {
		width: 50%;
		margin-top: 0;
	}

	#facilitie-box .box:nth-child(odd) {
		clear: left;
	}

	#facilitie-box .box img {
		margin-bottom: 0;
	}

	#facilitie-box .box:nth-child(2) {
		padding-top: 10px;
	}


	/*スタッフ紹介*/
	#staff-box .box {
		overflow: hidden;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	#staff-box .box:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	#staff-box .box .img {
		float: left;
		width: 300px;
		margin: 0 25px 25px 0;
	}

	#staff-box .box .img img {
		max-width: 100%;
	}

	#staff-box .box dl.detail dt {
		font-weight: normal;
		text-align: left;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	#staff-box .box dl.career.side {
		margin-left: 325px;
	}

	#staff-box .box dl.career.bottom {
		clear: both;
		margin: 5px;
	}

	/* 患者様の声 */
	#voice-box {
		padding: 5px 10px;
	}

	#voice-box .box {
		overflow: hidden;
		padding: 0 10px 20px 10px;
		margin-bottom: 20px;
	}

	#voice-box .box .img {
		width: 300px;
		float: left;
		margin: 10px 25px 5px 0;
	}


	/*アクセス*/
	#way-box ul {
		display: flex;
		flex-wrap: wrap;
	}

	#way-box li {
		width: 50%;
		border-top: none;
	}

	#way-box li:nth-child(odd) {
		clear: left;
	}

	#way-box li img {
		margin-bottom: 0;
	}

	#way-box li:nth-child(2) {
		padding-top: 10px;
	}

}


@media all and (min-width: 1024px) {

	/*施設紹介*/
	#facilitie-box {
		width: 95%;
		margin: 0 auto;
	}

	#facilitie-box .box:nth-child(odd) {
		padding-left: 0;
	}

	#facilitie-box .box:nth-child(even) {
		padding-right: 0;
	}


	/*施術案内*/
	#flow-box .box .img,
	#treatment-box .box .img {
		margin: 10px 25px 5px 20px;
	}

	#flow-box .box .detail,
	#treatment-box .box .detail {
		margin: 0 20px;
	}


	/*アクセス*/
	#way-box ul {
		width: 95%;
		margin: 0 auto;
	}

	#way-box li:nth-child(odd) {
		padding-left: 0;
	}

	#way-box li:nth-child(even) {
		padding-right: 0;
	}

}


@media all and (min-width: 1280px) {}