@charset "UTF-8";



/*共通
---------------------------------------------------------*/
#header {
	background: #004811;
}
#header .star_box {
	position: relative;
	width: 100%;
	z-index: 5;
}
#header .h_logo {
	margin-left: -180px;
	top: 7%;
	/* アニメーションの設定 */
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
@media only screen and (max-width: 1200px){
#header .h_logo {
	top: 2%;
}
}

#header .m_over {
	background: url(../images/top/m_cover.png) repeat-x center bottom;
	height: 390px;
}
#header .m_nav {
	padding-top: 220px;
}

#header .sp-image {
	width: 100% !important;
	height: auto !important;
	max-height: 965px !important;
	min-height: 750px !important;
}
@media screen and (min-width: 1500px)  {
	#header .slide1 {
		background: url(../images/top/m_img1.png) no-repeat left top;
		background-size: cover;
	}
	#header .slide2 {
		background: url(../images/top/m_img2.png) no-repeat left top;
		background-size: cover;
	}
	#header .slide3 {
		background: url(../images/top/m_img3.png) no-repeat left top;
		background-size: cover;
	}
	#header .slide4 {
		background: url(../images/top/m_img4.png) no-repeat left top;
		background-size: cover;
	}
}
@media screen and (max-width: 1499px)  {
	#header .slide1 {
		background: url(../images/top/m_img1.png) no-repeat left top;
		background-size: contain;
	}
	#header .slide2 {
		background: url(../images/top/m_img2.png) no-repeat left top;
		background-size: contain;
	}
	#header .slide3 {
		background: url(../images/top/m_img3.png) no-repeat left top;
		background-size: contain;
	}
	#header .slide4 {
		background: url(../images/top/m_img4.png) no-repeat left top;
		background-size: contain;
	}
}
/* 高解像度 */
#header .h_logo img {
	width: 450px;
	height: auto;
}

/*ニュース一覧
---------------------------------------------------------*/
.news_box {
	margin: 40px 0 60px;
	background: #F5FAFD;
	padding: 45px 0;
}
.news_box h2 {
	float: left;
}
.news_box .news_list {
	float: right;
	width: 700px;
	padding-right: 45px;
	padding-top: 10px;
}
.news_box .news_list li {
	margin-bottom: 20px;
}
.news_box .news_list dl {
	margin-bottom: 10px;
}
.news_box .news_list dt {
	background-repeat: no-repeat;
	background-position: left center;
	width: 107px;
	float: left;
	font-family: 'Quicksand', sans-serif;
	color: #5F4C3E;
	font-size: 17px;
}
.news_box .news_list dd a {
	color: #65a25e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: underline;
}
.news_box .news_list dd a:hover {
	text-decoration: none;
}



/*コピー
---------------------------------------------------------*/
.copy_box {
	margin-bottom: 70px;

}
.copy_box .section {
	text-align: left;
	line-height: 2.2em;
}
.copy_box h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.copy_box .gray_box {
	padding: 20px;
	border: 1px solid #ededed;
	border-radius: 10px;
	overflow: auto;
}
.copy_box .gray_box .pic_left {
	display: table-cell;
	padding-right: 20px;
	\vertical-align: middle;
}
.copy_box .gray_box .txt_right {
	display: table-cell;
  vertical-align: middle;
}
/*クリニック紹介
---------------------------------------------------------*/
.clinic_box {
	width: 100%;
	min-width: 1010px;
	background: rgb(0,72,17); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,72,17,1) 0%, rgba(82,162,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,72,17,1) 0%,rgba(82,162,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,72,17,1) 0%,rgba(82,162,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004811', endColorstr='#52A277',GradientType=0 ); /* IE6-9 */
}
.clinic_box h2 {
	font-size: 24px;
	text-align: center;
  padding-top: 40px;
}
.clinic_box .bg_bottom {
	padding-bottom: 20px;
}
.clinic_box .section {
	text-align: center;
	color: #fff;
}
.clinic_box .abs_box {
	position: relative;
	height: 1400px;
	text-align: center;
}
.clinic_box .abs_box dt {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
}
.clinic_box .abs_box dd {
	font-size: 16px;
  font-weight: normal;
  letter-spacing: .1em;
	line-height: 1.5em;
}

.clinic_box .abs_box .clinic1 {
	position: absolute;
	left: 0;
	top: 50px;
}
.clinic_box .abs_box .clinic2 {
	position: absolute;
	right: 0;
	top: 50px;
}
.clinic_box .abs_box .clinic3 {
	position: absolute;
	left: 0;
  top: 530px;
}
.clinic_box .abs_box .clinic4 {
	position: absolute;
	right: 0;
  top: 530px;
}
.clinic_box .abs_box .clinic5 {
	position: absolute;
  left: 0px;
	bottom: 40px;
}
.clinic_box .abs_box .clinic6 {
	position: absolute;
  right: 0px;
	bottom: 50px;
}

.clinic_box .flt_box2 {
	width: 880px;
	margin: 0 auto;
}
.clinic_box .flt_box2 .flt_l {
	padding-top: 40px;
	padding-left: 105px;
	width: 435px;
	max-height: 100%;
	text-align: left;
	line-height: 1.6em;
}

/*診療内容1
---------------------------------------------------------*/
.medical_feature {
	background: #FCFAF8;
}
.medical_feature ul {
	width: 100%;
	max-width: 1600px;
	min-width: 1010px;
	margin: 0 auto;
}
.medical_feature li {
	width: 33.33333%;
	float: left;
	height: 550px;
	padding-top: 50px;
	text-align: center;
}
.medical_feature .medical1 {
	background: #DBBF8F url(../images/top/medical1_bg.jpg) no-repeat left bottom;
}
.medical_feature .medical2 {
	background: #C5C783 url(../images/top/medical2_bg.jpg) no-repeat right bottom;
}
.medical_feature .medical3 {
	background: #C2D4EB url(../images/top/medical3_bg.jpg) no-repeat left bottom;
}



/*診療内容2
---------------------------------------------------------*/
.medical_list {
	width: 100%;
	max-width: 1160px;
	min-width: 1010px;
	margin: 0 auto;
  padding: 85px 0 50px;
}
.medical_list h2 {
	margin-bottom: 20px;
}
.medical_list li {
	text-align: center;
	width: 25%;
	float: left;
  padding-bottom: 50px;
}
.medical_list li .txt {
	font-size: 20px;
	line-height: 1.0em;
	margin: 20px 0 10px;
}
.medical_list li .info {
	text-align: left;
  padding: 0 20px;
}
.medical_list span,
.medical_list a {
	color: #5F4C3E;
	background: url(../images/top/medical_arrow.png) no-repeat right center;
	padding-right: 27px;
}

/*お知らせ
---------------------------------------------------------*/
.inf_box {
	width: 100%;
	min-width: 1010px;
	margin: 70px 0 80px;
	background: url(../images/top/inf_bg.png) no-repeat center top;
}
.inf_box .flt_l {
	width: 530px;
	padding-top: 20px;
}
.inf_box .flt_l h4 {
	margin-bottom: 30px;
}
.inf_box .flt_l .news_list {
	padding-bottom: 30px;
}
.inf_box .flt_l li {
	margin-bottom: 20px;
}
.inf_box .flt_l dt {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	width: 107px;
	float: left;
	font-family: 'Quicksand', sans-serif;
	color: #5F4C3E;
	font-size: 17px;
}
.inf_box .flt_l .news_list dt {
	background-image: url(../images/top/news_icon.png);
}
.inf_box .flt_l .blog_list dt {
	background-image: url(../images/top/blog_icon.png);
}
.inf_box .flt_l dd {
	width: 400px;
	float: left;
}
.inf_box .flt_l dd a {
	color: #5F4C3E;
	font-size: 15px;
	line-height: 1.4em;
	text-decoration: underline;
}
.inf_box .flt_l dd a:hover {
	text-decoration: none;
}
