@charset "utf-8";
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}body {
	Sfont-size: 13px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	color: #333;
	font-size: 13px;
}
strong {
	font-weight: bold;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#bg {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	position: fixed;
}
#build {
	position: fixed;
	z-index: 10;
	left: 0px;
	bottom: 0px;
}
#foot_bg {
	position: fixed;
	z-index: 10;
	left: 0px;
	bottom: 0px;
}



.menu {
	position: fixed;
	left: 20px;
	top: 30px;
	z-index: 100;
	width: 150px;
}
.title {
	text-align: center;
}
.menu-list {
	width: 150px;
}
.menu-list li {
	text-align: center;
	margin-bottom: 10px;
}
.fix-contact {
	position: fixed;
	top: 40px;
	right: 20px;
	z-index: 90;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}


.content {
	z-index: 100;
	width: 807px;
	margin-left: 200px;
	position: relative;
	padding-top: 90px;
	padding-bottom: 200px;
}
.home {
	margin-bottom: 20px;
	overflow: hidden;
	z-index: 500;
}
.summary {

}


.summary-head {
	height:10px;
	border-radius:10px 10px 0px 0px;
	background:rgba(255,255,255,0.9);
}
.summary-foot{
	height:10px;
	border-radius:0px 0px 10px 10px;
	background:rgba(255,255,255,0.9);
	background-image: -ms-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -moz-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -webkit-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-size: 20px 20px;
	background-repeat: repeat;
}

.summary ul {
	overflow: hidden;
	margin-left: -25px;
}
.summary li {
	float: left;
	width: 252px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.summary-body {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
	background-color: rgba(255,255,255,0.9);
	background-image: -ms-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -moz-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -webkit-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-size: 20px 20px;
	background-repeat: repeat;
}
.summary-body h3 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7ebe75;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.summary-body h4 {

}
.summary-body h3 img    {
	display: block;
	margin: auto;
}
.time-schedule {
	margin-bottom: 5px;
	font-size: 90%;
}
.time-schedule dt {
	display: inline-block;
	font-weight: bold;
}
.time-schedule dd {
	display: inline-block;
}




.holiday-list {
	overflow: hidden;
	color: #7ebe75;
	margin-left: 15px;
}
.holiday-list dt {
	float: left;
	width: 60px;
}
.holiday-list dd {
	margin-left: 60px;
}
.info-list {
	overflow-y: scroll;
	height: 150px;
}
.info-list dt {
	font-weight: bold;
	font-size: 90%;
	float: left;
	width: 80px;
}
.info-list dd {
	margin-left: 80px;
}
.comment {
	float: right;
	margin-top: 100px;
}
.section {
	margin-bottom: 20px;
	z-index: 500;
}
.section-head {
	height:10px;
	border-radius:10px 10px 0px 0px;
	background:rgba(255,255,255,0.9);
}
.section-foot{
	height:10px;
	border-radius:0px 0px 10px 10px;
	background:rgba(255,255,255,0.9);
	background-image: -ms-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -moz-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -webkit-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-size: 20px 20px;
	background-repeat: repeat;
}
.section-body {
	padding: 20px;
	line-height: 2em;
	background-color: rgba(255,255,255,0.9);
	background-image: -ms-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -moz-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: -webkit-linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-image: linear-gradient(transparent 97%, rgba(0, 0, 0, 0.03) 90%, rgba(0, 0, 0, 0.03));
	background-size: 20px 20px;
	background-repeat: repeat;
}
.section-body h3 {
	font-weight: bold;
	text-align: center;
	margin-top:20px; /* 追加 */
	margin-bottom: 10px;
	color: #f7b400;
	font-size: 1.1em;
	letter-spacing: 0.3em;
}

.section-body h4 {
	font-weight: bold;
	color: #7ebe75;
}

.section-body hr {
	padding: 0px;
	height: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7ebe75;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.kamoku-list {
	overflow: hidden;
}
.kamoku-list li {
	float: left;
	width: 230px;
	margin-left: 22px;
}
.kamoku-list h3 {
	font-weight: bold;
	color: #7ebe75;
}
.guidance-box {
	overflow: hidden;
}
.guidance-box .left {
	float: left;
	width: 49%;
}
.guidance-box .right {
	float: right;
	width: 49%;
}



.diagnosis-box {
	overflow: hidden;
	width: 705px;
	margin: auto;
}

.diagnosis-box .left {
	float: left;
	width: 400px;
}
.diagnosis-box .holiday {
	color: #7ebe75;
	background-color: #F9F8F4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.diagnosis-box .holiday-inq {
	border: 3px solid #009d95;
	padding: 5px;
	border-radius: 10px;
	background-color: #FFF;
}
.diagnosis-box .holiday-inq dt {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	margin-top: -10px;
	line-height: 1em;
}
.diagnosis-box .holiday-inq dd {
	display: inline-block;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009d95;
	padding-top: 5px;
	line-height: 1em;
	padding-bottom: 5px;
}





.diagnosis-box .photo {
	float: right;
	width: 293px;
}
.diagnosis-text {
	margin: auto;
	width: 705px;
}
.tab-navi {
	margin-bottom: 10px;
	overflow: hidden;
}
.tab-navi li {
	text-align: center;
	display: inline-block;
	width: 50%;
	float: left;
}
.tab-content {
	overflow: hidden;
}
.tab-content .left {
	float: left;
	width: 200px;
	text-align: center;
	color: #7ebe75;
	font-weight: bold;
}
.tab-content .right {
	float: right;
	width: 520px;
}
.tab h3 {
	font-weight: bold;
	color: #7ebe75;
	margin-bottom: 10px;
}

#tab02, #tab03, #tab04, #tab05 {
	display: none;
}
#tab01 p {

}
.map-box {
	overflow: hidden;
}
.google-map {
	float: left;
	width: 400px;
}
.map-box .info {
	float: right;
	width: 350px;
}
.map-box .info h3 {
	font-weight: bold;
	color: #7ebe75;
}
.recruit {
	color: #333333;
	padding: 10px;
	border: 4px solid #900;
	background-color: #FFF;
}
.recruit h2 {
	font-size: 1.8em;
	background-color: #C06;
	display: inline-block;
	line-height: 1.8em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.recruit ul {
	margin-left: 10em;
	list-style-type: disc;
	font-size: 1.2em;
}
.recruit .tel {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 2em;
	text-align: center;
	line-height: 1.6em;
}




.outside {
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
}
.outside .left {
	float: left;
}
.outside .right {
	float: right;
}
.link {
	overflow: hidden;
	width: 100%;
	margin-left: -3.333%;
}
.link li {
	float: left;
	width: 30%;
	margin-left: 3.333%;
}
.link img {
	width: 100%;
}
.copyright {
	color: #009d95;
	text-align: center;
/*	background-color: #A1CD58; */
	position: fixed;
	bottom: 0px;
	z-index: -10;
	left: 30px;
}


.color-pink{
	color:#d45666;
}






















.text  {
	overflow: hidden;
}

.text h3 {
	font-weight: bold;
	color: #7ebe75;
}





.pull-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}










.text-center {
	text-align: center;
}


.mt20{
	margin-top:20px;
}


.mb5 {
	margin-bottom: 5px;
}




.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}
