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

/* トップページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */

/* 共通設定 */
#home {
	padding-bottom: 30px;
}
#home h2 {
	font-size: 28px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 30px;
	padding-bottom: 110px;
	text-align: center;
}
/* タイトルイメージ */
#title {
}
#title h2 {
	padding: 0px;
}
/* 診療受付時間 */
#receptiontime {
	background-image: url(../img/home/receptiontime_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 55px;
	margin:0px 25px;
}
#receptiontime h6 {
	padding-bottom:0.5em;
}
/* このような症状でお悩みではないですか？ */
#type {
	background-color: #EFECEC;
	background-image: url(../img/home/type_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 0px;
	margin: 0px 25px;
}
#type h2 {
	line-height: 1.7em;
	padding-bottom:30px;
}
#type ul {
}
#type li {
	width: 175px;
	margin-left:45px;
	margin-top:40px;
	float: left;
}
/* ごあいさつ */
#message {
	background-image: url(../img/home/message_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 0px;
	margin: 0px 25px;
}
#message h2 {
	padding-bottom:130px;
}
#message .ph {
	float:left;
	margin-right:2em;
	margin-bottom:0.5em;
	margin-left:-25px;
}
/* ６つの特長 */
#point {
	background-color: #F7F6F5;
	background-image: url(../img/home/point_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 0px;
	margin: 0px 25px;
}
#point ul {
	padding:0px 30px;
}
#point li {
}
#point li h3 {
	font-size: 23px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0em;
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(../img/home/point_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:1em;
	margin-bottom:0.5em;
}
#point li:nth-child(2) h3 {
	background-image: url(../img/home/point_no2.png);
	background-position: right top;
	text-align:right;
	padding-left: 0px;
	padding-right: 45px;
}
#point li:nth-child(3) h3 {
	background-image: url(../img/home/point_no3.png);
}
#point li:nth-child(4) h3 {
	background-image: url(../img/home/point_no4.png);
	background-position: right top;
	text-align:right;
	padding-left: 0px;
	padding-right: 45px;
}
#point li:nth-child(5) h3 {
	background-image: url(../img/home/point_no5.png);
}
#point li:nth-child(6) h3 {
	background-image: url(../img/home/point_no6.png);
	background-position: right top;
	text-align:right;
	padding-left: 0px;
	padding-right: 45px;
}
#point li p {
	line-height: 1.5em;
	margin: 0px;
	width:380px;
}
#point li:nth-child(odd) p {
	margin-left:45px;
}
#point li:nth-child(even) p {
	margin-left:260px;
}
#point li img {
	position: absolute;
	margin-left:455px;
	width:240px;
}
#point li:nth-child(even) img {
	margin-left:-50px;
}
#point li:nth-child(2) {
	padding-bottom:1em;
}
#point li:nth-child(3) {
	padding-bottom:4.5em;
}
#point li:nth-child(5) {
	padding-bottom:0px;
}
#point li:nth-child(6) {
	padding-bottom:3em;
}
/* 美容鍼 */
#acupuncture {
	background-image: url(../img/home/acupuncture_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 0px;
	margin: 0px 25px;
}
#acupuncture h2 {
	padding-bottom:130px;
}
#acupuncture .ph_right {
	float:right;
	margin-left:2em;
	margin-bottom:0.5em;
	margin-right:-25px;
	width:240px;
}
#acupuncture .ph_left {
	float:left;
	margin-right:2em;
	margin-bottom:0.5em;
	width:240px;
}
/* 治療の流れ */
#flow {
	background-color: #F1F0EF;
	background-image: url(../img/home/flow_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 0px;
	margin: 0px 25px;
}
#flow h5 {
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}
/* 料 金 */
#price {
	background-image: url(../img/home/price_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 50px 0px;
	padding-bottom:0px;
	margin: 0px 25px;
}
#price h5 {
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}
.next_page {
	text-align:right;
	margin-right:-25px;
}
/* 患者様の声 */
#review {
	padding-bottom:60px;
}
#review h2 {
	font-size: 28px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	height:75px;
	padding:0px;
	padding-top: 25px;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#review .waku {
	background-color: #EFECEC;
	padding:25px;
	margin:0px 25px;
	margin-bottom:30px;
	border-radius: 10px;
}
#review ul {
	background-image: url(../img/review/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}
#review ul li {
	background-color: #FFF;
	border-radius: 10px;
	padding: 25px;
	padding-left:195px;
}
#review .anq {
	width: 130px;
	position: absolute;
	margin-left: -170px;
	margin-top: -62px;
	border:none!important;
}
#review .anq img {
	width: 130px;
	border: 1px solid #b1a19f;
	margin-bottom:10px;
}
#review li .twoline {
	margin-top: -80px;
}
#review ul li h5 {
	width: 420px;
	font-size: 21px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1a19f;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-weight: normal;
}
#review ul li p {
	font-size: 19px;
	line-height: 1.5em;
	width: 420px;
	margin-bottom: 0px;
}
#review .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}

}
@media screen and (max-width: 767px){
/* スマホ用設定 */

/* 共通設定 */
#home {
	padding-bottom: 15px;
}
#home h2 {
	font-size: 17px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top:10px;
	padding-bottom: 55px;
	text-align: center;
}
/* タイトルイメージ */
#title {
}
#title img {
	width:100%;
}
#title h2 {
	padding: 0px;
}
/* 診療受付時間 */
#receptiontime {
	background-image: url(../img/home/receptiontime_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 60px;
	padding: 25px;
	margin:0px 10px;
}
#receptiontime h6 {
	padding-bottom:0.5em;
}
#receptiontime h6 img {
	width:100%;
}
#receptiontime p {
	font-size: 12px;
	line-height: 1.4em;
}
/* このような症状でお悩みではないですか？ */
#type {
	background-color: #EFECEC;
	background-image: url(../img/home/type_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 81px;
	padding: 25px 0px;
	margin:0px 10px;
}
#type h2 {
	line-height: 1.5em;
	letter-spacing: -0.05em;
	padding-bottom:15px;
}
#type ul {
	padding:0px 15px;
}
#type li {
	width: 45%;
	margin-left:0px;
	margin-top:20px;
	float: left;
}
#type li img {
	width: 100%;
}
#type li:nth-child(even) {
	float:right;
}
#type li:nth-child(odd) {
	clear:both;
}
/* ごあいさつ */
#message {
	background-image: url(../img/home/message_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 60px;
	padding: 25px 10px;
	margin:0px 10px;
}
#message h2 {
}
#message .ph {
	width:45%;
	float:left;
	margin-right:1.5em;
	margin-bottom:0.5em;
	margin-left:-20px;
}
/* ６つの特長 */
#point {
	background-color: #F7F6F5;
	background-image: url(../img/home/point_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 60px;
	padding: 25px 0px;
	margin:0px 10px;
}
#point h2 {
	padding-bottom:40px;
}
#point ul {
	padding:0px 15px;
}
#point li {
}
#point li h3 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0em;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(../img/home/point_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:18px;
	margin-top:1em;
	margin-bottom:0.5em;
}
#point li:nth-child(2) h3 {
	background-image: url(../img/home/point_no2.png);
	background-position: right top;
	text-align:right;
	padding-left: 0px;
	padding-right: 25px;
}
#point li:nth-child(3) h3 {
	background-image: url(../img/home/point_no3.png);
	padding-top:0px;
}
#point li:nth-child(4) h3 {
	background-image: url(../img/home/point_no4.png);
	background-position: right top;
	text-align:right;
	padding-left: 0px;
	padding-right: 25px;
	padding-top:0px;
}
#point li:nth-child(5) h3 {
	background-image: url(../img/home/point_no5.png);
}
#point li:nth-child(6) h3 {
	background-image: url(../img/home/point_no6.png);
	background-position: right top;
	text-align:right;
	padding-left: 0px;
	padding-right: 25px;
	padding-top:0px;
}
#point li p {
	line-height: 1.5em;
	margin: 0px;
	width:60%;
}
#point li:nth-child(odd) p {
	margin-left:25px;
}
#point li:nth-child(even) p {
	margin-left:0px;
	margin-right:25px;
	float:right;
}
#point li img {
	position: absolute;
	width:32%;
}
#point li:nth-child(odd) img {
	right:0px;
}
#point li:nth-child(even) img {
	left:0px;
}
/* 美容鍼 */
#acupuncture {
	background-image: url(../img/home/message_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 60px;
	padding: 25px 10px;
	margin:0px 10px;
}
#acupuncture h2 {
}
#acupuncture .ph_right {
	float:right;
	margin-right:1.5em;
	margin-bottom:0.5em;
	margin-right:-25px;
	width:40%;
}
#acupuncture .ph_left {
	float:left;
	margin-right:1.5em;
	margin-bottom:0.5em;
	width:40%;
}
/* 治療の流れ */
#flow {
	background-color: #F1F0EF;
	background-image: url(../img/home/flow_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 60px;
	padding: 25px 0px;
	margin:0px 10px;
}
#flow h5 {
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
}
#flow h5 img {
	display: block;
	margin: 0px auto;
	width: 90%;
}
/* 料 金 */
#price {
	background-image: url(../img/home/price_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 60px;
	padding: 25px 10px;
	margin:0px 10px;
}
#price h5 {
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
}
#price h5 img {
	display: block;
	margin: 0px auto;
	width: 90%;
}
.next_page {
	text-align:right;
}
.next_page img {
	width:150px;
	margin-right:-20px;
}
/* 患者様の声 */
#review {
	padding-bottom:30px;
}
#review h2 {
	font-size: 17px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	height:38px;
	margin-top:0px;
	padding:0px;
	padding-top: 12px;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 50px;
	text-align: center;
}
#review .waku {
	background-color: #EFECEC;
	padding:15px;
	margin:0px 10px;
	margin-bottom:20px;
	border-radius: 7px;
}
#review ul {
	background-image: url(../img/review/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	background-size: auto 20px;
}
#review ul li {
	background-color: #FFF;
	border-radius: 7px;
	padding: 20px 15px;
}
#review .anq {
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-bottom: 1em;
	margin-right: auto;
	display: block;
	border:none!important;
}
#review .anq img {
	width: 200px;
	border: 1px solid #b1a19f;
	margin-bottom:1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#review ul li h5 {
	width: auto;
	font-size: 16px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1a19f;
	margin-bottom: 1.5em;
	padding-bottom:0.7em;
}
#review ul li p {
	width: auto;
	margin-bottom: 0px;
}
#review .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}

}
