@charset "utf-8";
/* CSS Document */
/* ▽▽ ページタイトル
------------------------------------------------------- */
#mainvisual {
	background-image: url(./img/mv2.png);
}
/* △△ ページタイトル
------------------------------------------------------- */
/* ▽▽ 導入部分
------------------------------------------------------- */
#lead {
	padding-top: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #f9f4e6;
	background-image: url(../common/img/lead_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#lead2 {
	padding-top: 0;
	margin: 20px auto 0;
	width: 100%;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#lead .inner {
		text-align: center;
		width: 1000px;
		margin: 0 auto;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#lead .inner {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
}
/* ↑SP
------------------------------- */
/* △△ 導入部分
------------------------------------------------------- */
/* ▽▽ コンテンツ共通
------------------------------------------------------- */
.cont {
	clear: both;
	margin: 0;
	padding: 0;
}
.cont p {
	text-align: left;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	.cont .inner {
		padding-top: 45px;
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 45px;
	}
	.cont p {
		padding: 0 10px 20px;
	}
	.cont .inner p.left {
		float: left;
		width: 53%;
	}
	.cont .inner .section_img {
		float: right;
		margin-left: 10px;
	}
	.price_longnote {
		height: 92px;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	.cont .inner {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 10px;
	}
	.cont .inner .section_img {
		margin: 15px auto 0;
	}
}
/* ↑SP
------------------------------- */
/* △△ コンテンツ共通
------------------------------------------------------- */
/* ▽▽ 料金表
------------------------------------------------------- */
#price {
	padding-top: 50px;
	background-color: #f9f4e6;
}
#price .creditcard {
	padding: 10px 20px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#price .inner h4.circle#section01-cont01 {
	margin-top: -10px;
}
#price #section01 dl.table {
	background-color: #fff;
}
#price #section01 dl.table dt,
#price #section01 dl.table dd {
	display: block;
	text-align: left;
	background: url(../common/img/line_hr.png) right bottom repeat-x;
}
#price #section01 dl.table dt {
	font-weight: bold;
	color: #7c4f01;
}
#price #section01 ul.notes,
#price #section01 ul.notes li {
	list-style-type: disc;
	margin-left: 15px;
}
#price #section01 ul.notes li.em {
	color: #ff9603;
}
#price #section01 ul.notes {
	clear: both;
	padding-top: 15px;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#price .creditcard {
		float: right;
	}
	#price #section01 dl.table {
		padding: 20px 30px 30px;
	}
	#price #section01 dl.table dt,
	#price #section01 dl.table dd {
		padding: 28px;
		line-height: 18px;
	}
	#price #section01 dl.table dt.two-low {
		padding-bottom: 102px;
	}
	#price #section01 dl.table .ttl {
		font-weight: bold;
		color: #56c035;
	}
	#price #section01 dl.table dt {
		width: 440px;
		float: left;
	}
	#price #section01 dl.table dd {
		margin-left: 450px;
	}
	#price #section01 dl.table dd span {
		float: left;
		display: block;
		width: 240px;
		font-weight: bold;
	}
	#price #section01 ul.notes li {
		text-align: right;
	}
	#price #section01 dl.table .sp_ttl {
		display: none;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#price {
		margin-top: -50px;
	}
	#price .creditcard {
		margin-top: 10px;
	}
	#price #section01 .inner {
		margin-top: 20px;
	}
	#price #section01 dl.table {
		margin-top: -10px;
		padding: 20px 10px;
	}
	#price #section01 dl.table dt {
		clear: both;
		padding-top: 8px;
		background: none;
		font-size: 16px;
		padding-left: 10px;
	}
	#price #section01 dl.table dd {
		margin-top: 5px;
		font-size: 16px;
		padding-left: 10px;
		padding-bottom: 15px;
	}
	#price #section01 dl.table dd.two-low-top {
		padding-bottom: 0;
		background-image: none;
	}
	#price #section01 dl.table dd span {
		display: block;
		float: left;
		width: 180px;
	}
	#price #section01 dl.table dd span.blank {
		display: none;
	}
	#price #section01 dl.table .sp_ttl {
		display: block;
		font-weight: bold;
		color: #56c035;
		font-size: 12px;
	}
	#price #section01 ul.notes li {
		text-align: left;
	}
}
/* ↑SP
------------------------------- */
/* △△ 料金表
------------------------------------------------------- */
/* ▽▽ FAQ
------------------------------------------------------- */
#faq {
	background-color: #f9f4e6;
}
#faq dl.checklist dt span {
	background-image: url(./img/question.png);
}
#faq dl.checklist dd {
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 50px;
	background-image: url(./img/answer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#faq .fukidashi {
	width: 100%;
	font-weight: bold;
	background: url(../child/img/fukidashi.png) no-repeat center bottom;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#faq {
		padding-top: 20px;
	}
	#faq .fukidashi {
		margin: 20px auto 30px;
		font-size: 18px;
		text-align: center;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {}
/* ↑SP
------------------------------- */
/* △△ FAQ
------------------------------------------------------- */
/* △△ 料金表
------------------------------------------------------- */
/* ▽▽ お問い合わせください
------------------------------------------------------- */
#otoiawase {
	background-color: #f9f4e6;
}
#otoiawase .clinic_info .link_btn {
	display: block;
	margin: 0 auto 10px;
}
#otoiawase .clinic_info .telno {
	display: block;
	padding: 10px;
}
#otoiawase .clinic_info .info em {
	margin-top: 8px;
	display: block;
	font-weight: bold;
}
/* ↓PC
------------------------------- */
@media screen and (min-width: 601px) {
	#otoiawase {
		background: url(../common/img/lead_bg.png) center bottom no-repeat;
		padding-bottom: 100px;
	}
	#otoiawase .clinic_info .info {
		margin-left: 60px;
		padding: 10px 0 0;
		text-align: left;
	}
	#otoiawase .clinic_info {
		padding-top: 25px;
		padding-left: 20px;
		text-align: center;
		width: 52%;
		float: left;
	}
	#otoiawase .inner {
		width: 1000px;
		height: 335px;
		margin: 0 auto;
		background: url(./img/otoiawase_bg02.png) center center no-repeat;
	}
}
/* ↑PC
------------------------------- */
/* ↓SP
------------------------------- */
@media screen and (max-width: 600px) {
	#otoiawase {
		padding-bottom: 15px;
	}
	#otoiawase .clinic_info {
		padding: 20px 0;
		width: 90%;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin: 15px auto 0;
		background: url(../common/img/bg_green.png) center center no-repeat;
	}
	#otoiawase .clinic_info .info {
		\	padding: 15px 0 0;
		text-align: center;
	}
	#otoiawase .clinic_info .pc-none {
		width: 75%;
		height: auto;
		margin: 0 auto 15px;
	}
}
/* ↑SP
------------------------------- */
/* △△ 
------------------------------------------------------- */
