@charset "utf-8";
/* CSS Document */
#sec_01 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-image: url(img/sec_01_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
}
#sec_01 .centering {
  display: table;
  width: 100%;
  height: 100%;
}
#sec_01 .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#sec_01 .centering h2 {
  text-align: center;
  padding-bottom: 80px;
}
#sec_01 .news {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #666 0px 0px 4px;
  -moz-box-shadow: #666 0px 0px 4px;
  box-shadow: #999 0px 0px 4px;
  behavior: url(common/PIE.htc);
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
}
#sec_01 .news .ttl {
  font-weight: bold;
  background-image: url(img/sec_01_arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  margin-top: 8px;
  float: left;
  width: 120px;
  margin-right: 20px;
}
#sec_01 .news ul {
  list-style-type: none;
}
#sec_01 .news ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}
#sec_01 .news ul li span {
  color: #09c;
  padding-right: 1em;
}
#sec_01 .news .scroll-pane {
  overflow: auto;
  height: 105px;
}
#sec_01 .news .scroll-pane .jspVerticalBar {
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(common/PIE.htc);
}
#sec_01 .news .scroll-pane .jspTrack {
  background-color: #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(common/PIE.htc);
}
#sec_01 .news .scroll-pane .jspDrag {
  background-color: #09c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(common/PIE.htc);
}

#sec_02 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}
#sec_02 .container {
  padding-bottom: 50px;
}
#greeting {
  clear: both;
  padding-bottom: 50px;
}

#greeting .text_01 {
  float: left;
  width: 520px;
}
#greeting .text_02 {
  float: right;
  width: 520px;
}

#greeting .image_01 {
  float: right;
  background-image: url(img/sec_02_img_01_b.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 680px;
  width: 403px;
}

#greeting .image_02 {
  float: left;
  background-image: url(img/sec_02_img_02_b.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 680px;
  width: 431px;
}
#sec_02 .headline {
  font-size: 140%;
  line-height: 140%;
}
#sec_02 .container .txt {
  line-height: 160%;
  padding-top: 2em;
}
#sec_02 .container .sign {
  padding-top: 30px;
}
#sec_02 .container .sign img {
  float: right;
}

#sec_03 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-image: url(img/sec_03_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
}
#sec_03 .philosophy {
}
#sec_03 .philosophy p {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
}

#sec_03 .history {
}
#sec_03 .history dl {
  padding-right: 8px;
  padding-left: 8px;
}

#sec_03 .history dl dt {
  padding-bottom: 1em;
  display: inline-block;
  width: 11%;
  padding-right: 3%;
}
#sec_03 .history dl dd {
  padding-bottom: 1em;
  display: inline-block;
  width: 32%;
  padding-right: 2%;
}

#sec_04 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}
#sec_04 .doctors {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}
#sec_04 .doctors .img {
  background-repeat: no-repeat;
  background-position: left top;
  float: right;
  height: 480px;
  width: 580px;
}
#sec_04 .doctors .intro {
  width: 360px;
}
#sec_04 .doctors .intro h4 {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
#sec_04 .doctors .intro h4 span {
  display: block;
  font-size: 320%;
  line-height: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}
#sec_04 .doctors .intro .phonetic {
  color: #666;
  font-size: 120%;
  padding-bottom: 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}
#sec_04 .doctors .intro .txt {
  padding-top: 1em;
}
#sec_04 .doctors .data_l {
  float: left;
  width: 460px;
}
#sec_04 .doctors .data_r {
  float: right;
  width: 460px;
}
#sec_04 .doctors .detail {
  padding-top: 30px;
}
#sec_04 .doctors .detail dl {
  padding-right: 8px;
  padding-left: 8px;
}
#sec_04 .doctors .detail dl dt {
  float: left;
  padding-bottom: 1em;
}
#sec_04 .doctors .detail dl dd {
  padding-bottom: 1em;
  padding-left: 5em;
}
#sec_04 .doctors .detail ul {
  list-style-type: none;
  padding-right: 8px;
  padding-left: 8px;
}
#sec_04 .doctors .detail ul li {
  padding-bottom: 1em;
}
#sec_04 #makoto {
  padding-top: 0px;
}
#sec_04 #makoto .img {
  background-image: url(img/sec_04_img_01_b.jpg);
}
#sec_04 #takashi .img {
  background-image: url(img/sec_04_img_02_b.jpg);
}
#sec_04 #kouji .img {
  background-image: url(img/sec_04_img_03_b.jpg);
}
#sec_04 #kouji .img {
  background-image: url(img/sec_04_img_03_b.jpg);
}
#sec_04 #hiroya .img {
  background-image: url(img/sec_04_img_04_b.jpg);
}

#sec_05 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-image: url(img/sec_05_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
}
#sec_05 .container h3 {
  padding-bottom: 0px;
}
#sec_05 .facilitys {
  list-style-type: none;
}
#sec_05 .facilitys li {
  float: left;
  margin-top: 40px;
  margin-right: 30px;
border-radius: 10px;
  overflow: hidden;
}
#sec_05 .facilitys li:not(:nth-child(1)) {
  float: left;
  width: 230px;
  margin-top: 40px;
  margin-right: 20px;
  background-size: 230px 123px  !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}
#sec_05 .facilitys li img {
  -webkit-box-shadow: #666 0px 0px 4px;
  -moz-box-shadow: #666 0px 0px 4px;
  box-shadow: #999 0px 0px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(common/PIE.htc);
  margin-bottom: 10px;
}

#sec_05 .facilitys .end {
  margin-right: 0px !important;
 
}

#sec_06 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}
#sec_06 #map_canvas {
  clear: both;
  height: 440px;
  width: 980px;
}

#sec_06 .access {
  clear: both;
  padding-top: 30px;
}
#sec_06 .access h4 {
  float: left;
  background-color: #fff;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 140%;
  margin: 0px;
}

#sec_06 .btn {
  float: left;
  padding-right: 10px;
}
#sec_06 .btn a:link,
#sec_06 .btn a:visited {
  color: #fff;
  font-weight: bold;
  background-color: #09c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(common/PIE.htc);
  text-decoration: none;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
}
#sec_06 .btn a:hover,
#sec_06 .btn a:active {
  background-color: #630;
  text-decoration: none;
}
#sec_06 .access ul {
  clear: both;
  list-style-type: none;
  padding-top: 6px;
}
#sec_06 .access ul li {
  padding-top: 6px;
}
#sec_07 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-image: url(img/sec_07_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
}
#sec_07 .container h4 {
  margin-bottom: 10px;
}

#sec_07 dl {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 30px;
}
#sec_07 dl dt {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sec_07 dl dd {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}
#sec_07 dl dd ul {
  list-style-type: none;
}
#sec_08 {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}
#sec_08 dl {
  clear: both;
  padding-bottom: 40px;
}
#sec_08 dl dt {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}
#sec_08 ul {
  list-style-type: none;
}
#sec_08 ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
  padding-bottom: 20px;
}
#sec_08 ul li ul li {
  font-weight: normal;
  padding-bottom: 0px;
}
#sec_08 .name {
  text-align: right;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}