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

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

#contents {
	background-size:1px 1px;
}
@media print,screen and (min-width: 768px){
/* PC用設定 */

/* タイトルイメージ */
#top_title {
}
#top_title img {
	width:auto;
}
/* 診療受付時間 */
#receptiontime {
	background-image: url(../img/home/receptiontime_bk.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:100px;
	text-align:center;
}
#receptiontime img {
	width:auto;
}
/* このような症状でお悩みではないですか？ */
#symptoms {
	background-color: #FFF;
	padding-top:20px;
	padding-bottom:40px;
	text-align:center;
}
#symptoms h2 {
	padding-bottom:20px;
}
#symptoms h2 img {
	width:auto;
}
#symptoms ul {
	width:680px;
	margin:0px auto;
}
#symptoms li {
	float:left;
	width:210px;
	margin-bottom:40px;
}
#symptoms li img {
	width:208px;
	border-radius: 20px;
	border: 1px solid #CCC;
}
#symptoms li:nth-child(3n-1) {
	margin-left:25px;
	margin-right:25px;
}
/*
#symptoms li:nth-child(4) {
	clear:both;
	margin-left:117px;
	margin-right:25px;
}
*/
/* ごあいさつ */
#message {
	background-color: #FFFCF7;
	padding-top:70px;
	padding-bottom:40px;
	background-image: url(../img/home/message_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#message h2 {
	padding-bottom:20px;
	text-align:center;
}
#message h2 img {
	width:auto;
}
#message p {
	margin-left:75px;
	margin-right:75px;
	margin-bottom:1em;
}
#message .ph {
	float:right;
	width:350px;
	padding:0px 30px
}
#message .ph img {
	width:auto;
	border-radius: 50%;
}
#message h6 {
	position: relative;
	margin-top:-40px;
	margin-left:-150px;
}
#message h6 img {
	height: auto;
	width: auto;
	border-radius: 0px!important;
}
/* 6つの特長 */
#point {
	background-color: #FFFCF7;
	padding-top:25px;
	background-image: url(../img/home/point_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% 100%;
}
#point h2 {
	padding-bottom:40px;
	text-align:center;
}
#point h2 img {
	width:auto;
}
#point ul {}
#point li {
	width:540px;
	padding-bottom:60px;
}
#point li h3 {
	font-size: 26px;
	line-height: 1.4em;
	color: #604C3F;
	margin-bottom: 1em;
}
#point li .color {
	font-size: 32px!important;
	line-height: 1.4em!important;
	color: #6f3d03!important;
	margin-top: -0.1em!important;
	margin-bottom: 1em!important;
	letter-spacing: 1px!important;
}
#point li .color2 {
	font-size: 32px!important;
	line-height: 1.4em!important;
	color: #6f3d03!important;
	margin-top: -1em!important;
	margin-bottom: 1em!important;
	letter-spacing: 1px!important;
}
#point li img {
	width:auto;
	margin-bottom:30px;
}
#point li p {
	color:#6f3d03;
	margin:0px;
	margin-bottom:1em;
	text-shadow: 1px 1px 1px #FFF;
}
#point li:nth-child(odd) {
	float:right;
}
#point li:nth-child(even) {
	float:left;
}
#point li:nth-child(odd) p {
	padding-right:60px;
}
#point li:nth-child(odd) img {
	border-radius: 40px 0px 0px 40px;
}
#point li:nth-child(odd)::before {
	content: "";
	width: 125px;
	height: 125px;
	background-image: url(../img/home/point_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-150px;
	margin-top:-1.5em;
	position: absolute;
}
#point li:nth-child(even) h3 {
	padding-left:60px;
}
#point li:nth-child(even) p {
	padding-left:60px;
}
#point li:nth-child(even) img {
	border-radius: 0px 40px 40px 0px;
}
#point li:nth-child(even)::before {
	content: "";
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:570px;
	margin-top:-1.5em;
	position: absolute;
}
#point li:nth-child(2) h3,
#point li:nth-child(5) h3,
#point li:nth-child(6) h3 {
	margin-bottom:1.5em;
}
#point li:nth-child(2)::before {
	background-image: url(../img/home/point_2.png);
	margin-top:-2.5em;
}
#point li:nth-child(3)::before {
	background-image: url(../img/home/point_3.png);
}
#point li:nth-child(4)::before {
	background-image: url(../img/home/point_4.png);
}
#point li:nth-child(5)::before {
	background-image: url(../img/home/point_5.png);
	margin-top:-2.5em;
}
#point li:nth-child(6)::before {
	background-image: url(../img/home/point_6.png);
	margin-top:-2.5em;
}
#point_top {
}
#point_bottom {
}
#point_top img,
#point_bottom img {
	width:100%;
}
/* 交通事故・むち打ち治療 */
#traffic_accident {
	padding-top:30px;
	padding-bottom:60px;
}
#traffic_accident h2 {
	padding-bottom:40px;
	text-align:center;
}
#traffic_accident h2 img {
	width:auto;
}
#traffic_accident dl {
}
#traffic_accident dt {
	padding-bottom:30px;
}
#traffic_accident dt img {
	width:100%;
}
#traffic_accident dd {
	padding:0px 65px;
}
#traffic_accident dd p {
	color: #604C3F;
	margin-bottom:1em;
}
.page_link {
	text-align:center;
	margin-top:50px;
}
.page_link img {
	width:auto;
	border-radius: 20px;
}
/* 治療の流れ・治療料金 */
#other {
	background-image: url(../img/home/other_bk.webp);
	background-position: center top;
	padding: 50px 25px;
	padding-bottom:10px;
}
#other ul {}
#other li {
	background-color: #FFF;
	padding: 50px 30px;
	border-radius: 15px;
	margin-bottom:40px;
}
#other li h3 {
	padding-bottom:40px;
	text-align:center;
}
#other li h3 img {
	width:auto;
}
#other li h5 img {
	width:auto;
}
#other_top {
}
#other_bottom {
}
#other_top img,
#other_bottom img {
	width:100%;
}
/* 患者様の声 */
#review {
	padding-top:30px;
	padding-bottom:40px;
}
#review h2 {
	padding-bottom:40px;
	text-align:center;
}
#review h2 img {
	width:auto;
}
#review {}
#review {
	margin-bottom: 3em;
}
#review .waku {
	background-color: #EDF7E4;
	border-radius: 10px;
	padding: 10px;
}
#review .waku ul {
	background-color: #EDF7E4;
	background-image: url(../img/review/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}
#review .waku ul li {
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	padding-left:210px;
}
#review .waku .anq {
	width: 149px;
	position: absolute;
	margin-left: -180px;
	margin-bottom: -60px;
	margin-top: -55px;
	border:none!important;
}
#review .waku .anq img {
	width: 149px;
	border: 1px solid #b1b1b1;
	margin-bottom:10px;
	height: 112px;
}
#review .waku li .twoline {
	margin-top: -80px;
}
#review .waku ul li h5 {
	width: 480px;
	font-size: 18px;
	line-height: 1.3em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #76db3a;
	margin-bottom: 1em;
	padding-bottom:0.5em;
}
#review .waku ul li p {
	width: 480px;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 0px;
}
#review .waku .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
#review .waku p a {
	color: #6EBA2C;
	text-decoration: underline;
}
#review .waku p a:hover {
	color: #FDA500;
	text-decoration: none;
}
#review .waku p i {
	color: #6EBA2C;
	margin-right: 0em;
}
#blog {
	width:460px;
	margin: 0px auto;
	padding-bottom:100px;
}
#blog img {
	width:100%;
}
.oldname  {
	font-size: 18px;
	line-height: 1em;
	text-shadow:4px 4px 4px #FFF,
	-4px -4px 4px #FFF,
	-4px 4px 4px #FFF,
	4px -4px 4px #FFF,
	0px 4px 4px #FFF,
	0px -4px 4px #FFF,
	-4px 0px 4px #FFF,
	4px 0px 4px #FFF;
	text-align: center;
	position: absolute;
	width: 750px;
	font-weight: normal;
	margin-top: -3em;
}
.lp_banner {
	padding-top:30px;
}
.lp_banner img {
	width:auto;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */

/* タイトルイメージ */
#top_title {
}
#top_title img {
	width:100%;
}
/* 診療受付時間 */
#receptiontime {
	background-image: url(../img/home/receptiontime_bk.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	padding-bottom:50px;
	text-align:center;
}
#receptiontime img {
	width:95%;
	display: block;
	margin: 0px auto;
}
/* このような症状でお悩みではないですか？ */
#symptoms {
	background-color: #FFF;
	padding:10px;
	padding-bottom:20px;
	text-align:center;
}
#symptoms h2 {
	padding-bottom:15px;
}
#symptoms h2 img {
	width:100%;
}
#symptoms ul {
	width:100%;
	margin:0px auto;
}
#symptoms li {
	float:left;
	width:31%;
	margin-bottom:20px;
}
#symptoms li img {
	width:99%;
	border-radius: 10px;
	border: 1px solid #CCC;
}
#symptoms li:nth-child(3n-1) {
	margin-left:3.5%;
	margin-right:3.5%;
}
/*
#symptoms li:nth-child(4) {
	clear:both;
	margin-left:15.5%;
	margin-right:3.5%;
}
*/
/* ごあいさつ */
#message {
	background-color: #FFFCF7;
	padding-top:35px;
	padding-bottom:20px;
	background-image: url(../img/home/message_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;	
}
#message h2 {
	padding-bottom:0px;
	text-align:center;
}
#message h2 img {
	width:100%;
}
#message p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:1em;
}
#message .ph {
	float:right;
	width:175px;
	padding:0px;
	padding-top:20px;
	padding-left:15px;
	padding-right:10px;
}
#message .ph img {
	width:100%;
	border-radius: 50%;
}
#message h6 {
	position: relative;
	margin-top:7px;
	margin-left:0px;
	width:100%;
	text-align:center;
}
#message h6 img {
	height: auto;
	border-radius: 0px!important;
}
/* 6つの特長 */
#point {
	background-color: #FFFCF7;
	padding-top:35px;
	padding-bottom:35px;
	background-image: url(../img/home/point_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;	
}
#point h2 {
	padding-bottom:0px;
	text-align:center;
}
#point h2 img {
	width:100%;
}
/* 6つの特長 */
#point {
	background-color: #FFFCF7;
	padding-top:15px;
	background-image: url(../img/home/point_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% 100%;
}
#point h2 {
	padding-bottom:20px;
	text-align:center;
}
#point h2 img {
	width:100%;
}
#point ul {}
#point li {
	width:80%;
	padding-bottom:30px;
}
#point li h3 {
	font-size: 16px;
	line-height: 1.4em;
	color: #604C3F;
	margin-bottom: 1em;
}
#point li .color {
	font-size: 19px!important;
	line-height: 1.4em!important;
	color: #6f3d03!important;
	margin-top: -0.2em!important;
	margin-bottom: 1em!important;
	letter-spacing: 1px!important;
}
#point li .color2 {
	font-size: 19px!important;
	line-height: 1.4em!important;
	color: #6f3d03!important;
	margin-top: -1em!important;
	margin-bottom: 1em!important;
	letter-spacing: 1px!important;
}
#point li img {
	width:100%;
	margin-bottom:15px;
}
#point li p {
	color:#6f3d03;
	margin:0px;
	margin-bottom:1em;
	text-shadow: 1px 1px 1px #FFF;
}
#point li:nth-child(odd) {
	float:right;
}
#point li:nth-child(even) {
	float:left;
}
#point li:nth-child(odd) p {
	padding-right:30px;
}
#point li:nth-child(odd) img {
	border-radius: 20px 0px 0px 20px;
}
#point li:nth-child(odd)::before {
	content: "";
	width: 55px;
	height: 80px;
	background-image: url(../img/home/point_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	margin-left:-65px;
	margin-top:-0.5em;
	position: absolute;
}
#point li:nth-child(even) h3 {
	padding-left:30px;
}
#point li:nth-child(even) p {
	padding-left:30px;
}
#point li:nth-child(even) img {
	border-radius: 0px 40px 40px 0px;
}
#point li:nth-child(even)::before {
	content: "";
	width: 55px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	margin-left:82%;
	margin-top:-0.5em;
	position: absolute;
}
#point li:nth-child(2)::before {
	background-image: url(../img/home/point_2.png);
}
#point li:nth-child(3)::before {
	background-image: url(../img/home/point_3.png);
}
#point li:nth-child(4)::before {
	background-image: url(../img/home/point_4.png);
}
#point li:nth-child(5)::before {
	background-image: url(../img/home/point_5.png);
}
#point li:nth-child(6) {
	padding:0px;
}
#point li:nth-child(6)::before {
	background-image: url(../img/home/point_6.png);
}
#point_top {
}
#point_bottom {
}
#point_top img,
#point_bottom img {
	width:100%;
}
/* 交通事故・むち打ち治療 */
#traffic_accident {
	padding-top:15px;
	padding-bottom:30px;
}
#traffic_accident h2 {
	padding-bottom:20px;
	text-align:center;
}
#traffic_accident h2 img {
	width:100%;
}
#traffic_accident dl {
}
#traffic_accident dt {
	padding-bottom:30px;
}
#traffic_accident dt img {
	width:100%;
}
#traffic_accident dd {
	padding:0px 30px;
}
#traffic_accident dd p {
	color: #604C3F;
	margin-bottom:1em;
}
.page_link {
	text-align:center;
	margin-top:30px;
}
.page_link img {
	width:auto;
	height:30px;
	border-radius: 10px;
}
/* 治療の流れ・治療料金 */
#other {
	background-image: url(../img/home/other_bk.webp);
	background-position: center top;
	background-size:100%;
	padding: 25px 15px;
	padding-bottom:10px;
}
#other ul {}
#other li {
	background-color: #FFF;
	padding: 25px 15px;
	border-radius: 7px;
	margin-bottom:20px;
}
#other li h3 {
	padding-bottom:20px;
	text-align:center;
}
#other li h3 img {
	width:auto;
	height: 50px;
}
#other li h5 img {
	width:100%;
}
#other_top {
}
#other_bottom {
}
#other_top img,
#other_bottom img {
	width:100%;
}
/* 患者様の声 */
#review {
	padding-top:15px;
	padding-bottom:20px;
}
#review h2 {
	padding-bottom:20px;
	text-align:center;
}
#review h2 img {
	width:100%;
}
#review .waku {
	background-color: #EDF7E4;
	border-radius: 10px;
	padding: 10px;
}
#review .waku ul {
	background-color: #EDF7E4;
	background-image: url(../img/review/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	background-size: auto 20px;
}
#review .waku ul li {
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
}
#review .waku .anq {
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-bottom: 1em;
	margin-right: auto;
	display: block;
	border:none!important;
}
#review .waku .anq img {
	width: 200px;
	border: 1px solid #b1b1b1;
	margin-bottom:1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#review .waku ul li h5 {
	width: auto;
	font-size: 18px;
	line-height: 1.3em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #76db3a;
	margin-bottom: 1em;
	padding-bottom:0.5em;
    margin-top: 10px;
    padding-left: 10px;
}
#review .waku ul li p {
	width: auto;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0px;
}
#review .waku .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
#review .waku p a {
	color: #6EBA2C;
	text-decoration: underline;
}
#review .waku p a:hover {
	color: #FDA500;
	text-decoration: none;
}
#review .waku p i {
	color: #6EBA2C;
	margin-right: 0em;
}
#blog {
	width:80%;
	margin: 0px auto;
	padding-top:20px;
	padding-bottom:40px;
}
#blog img {
	width:100%;
}
.oldname  {
	font-size: 13px;
	line-height: 1em;
	text-shadow:4px 4px 4px #FFF,
	-3px -3px 3px #FFF,
	-3px 3px 3px #FFF,
	3px -3px 3px #FFF,
	0px 3px 3px #FFF,
	0px -3px 3px #FFF,
	-3px 0px 3px #FFF,
	3px 0px 3px #FFF;
	text-align: center;
	position: absolute;
	width: 100%;
	font-weight: normal;
	margin-top: -1.9em;
}
.lp_banner {
	padding-top:20px;
}
.lp_banner img {
	width:100%;
}
}
