@charset "UTF-8";
/*body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}

a {
	color:#0a3a69;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

header {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0;
}
header h1 {
	width: 413px;
	height: 34px;
	margin: 0 0 0 0;
	padding: 0;
	background: url(img/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
header .contact {
	width: 500px;
	margin: 0;
	text-align: center;
	float: right;
}
header .contact :after{
	content:"";
	display:block;
	clear:both;
}
header .contact .tel {
	float:left;
	display: block;
	padding-top:8px;
}
header .contact .more{
	float:right;
	display: block;
}
.container {
	width: 980px;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto 50px auto;
	clear: both;
}
.content {
	position: relative;
}
*//* mainImg */
/*#mainImg {
	position: relative;
}
*/
/* 医院情報 */
/*#clinic {
	background-image:url(img/03.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height: 844px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	position:relative;
}
#clinic .infotel{
	position:absolute;
	top:176px;
	left:46px;
}
#clinic .infomail{
	position:absolute;
	top:228px;
	left:46px;
}
#clinic .infoform{
	position:absolute;
	top:262px;
	left:46px;
}

#clinic .map{
	width: 440px;
	margin: 262px 40px 0 0;
	float: right;
}

footer {
	padding: 10px 0;
	background-color: #005bac;
	font-size: 10px;
	text-align: center;
	color: #FFF;
}


*/
.contactpage{
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
	height:300px;
    position: relative;
}
/* class */
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:hover {
	
}

a.blog {
	width: 50%;
	margin: 5px auto 0 auto;
	padding: 30px 0;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	background: #2d8c3c;
	font-size: 20px;
	text-align: center;
	color: #fff;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	
}
a:hover.blog  {
	background: #82be28;
}
#contact{
	background-color:#eeeeee;
	padding:40px 0 ;
	border-radius:5px;
}
#contact h3{
	font-size:17px;
	font-weight:500;
	margin-bottom:60px;
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#contact .schedule{
	margin:0 auto;
	width:70%;
	background-color:#fff;
	border-top:1px solid #B9B9B9;
	border-left:1px solid #B9B9B9;
}
#contact .schedule .ttl{
	background-color:#CCCCCC;
}
#contact .schedule .week, #contact .schedule td{
	border-bottom:1px solid #B9B9B9;
	border-right:1px solid #B9B9B9;
	padding:3px 0;
	text-align:center;
}
#contact .schedule .week{
	width:120px;
}
#contact .schedule th{
	font-weight:normal;
}
#contact .schedule .time{
	text-align:center;
}
#contact .schedule .blue{
	color:#429CEB;
}
#contact .schedule .red{
	color:hsla(348,88%,59%,1.00);
}
#form th,#form td{
	border-bottom:1px dotted #cccccc;
}
#form tr{
	line-height:2.8em;
}
#form .w300{
	width:300px;
}
#form .w500{
	width:500px;
}
#form input{
	height:20px;
}
.button{
	background-color:#005bac;
	border:none;
	padding:10px 30px;
	color:#fff !important;
	font-size:15px;
	border-radius:3px;
}
.button02 a{
	display:inline-block;
	background-color:#005bac;
	border:none;
	padding:10px 30px;
	color:#fff !important;
	margin:0 auto;
	font-size:15px;
	border-radius:3px;
}
.form{
	color:#fff;
	background-color:#666666;
/*	background-color:#005bac;
*/	padding:5px;
	text-align:center;
	border-radius:3px;
}
.confirm{
}
.confirm th{
	width:24%;
	text-align:left;
}
.confirm th br{
	display:none;
}
 #menuList {
	 display: none;
 }
 .sp{
	 display:none;
 }
.padding100{
	padding:100px;
}
.padding100 p{
	text-align:center;
}
@media screen and (max-width:640px){
#content {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}
.contactpage{
	height:100px !important;
	min-height:100px !important;
}
header {
    width: 100%;
    height: 0px;
    margin: 0 auto;
    padding: 0;
}
#contact{
	width:100%;
	margin:0 auto 0px auto;
	padding:0 ;
}
#contact .container{
	padding-bottom:30px;
}
#contact h3{
	width:90%;
	font-size:14px;
	text-align:center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#contact .schedule {
    margin: 20px auto 0px auto;
    width: 90%;
	}
#form{
	max-width:640px;
	width:100% !important;
}
#form th{
	width:40% !important;
	font-size:13px;
	text-align:left;
	
}
#form td{
	font-size:13px;
}
#form .w500 {
    width: 90% !important;
}
#form .w300 {
    width: 90% !important;
}
.padding100{
	padding:5%;
	text-align:left !important;
}

}
@media screen and (min-width:641px) and (max-width:1023px){
	#content {
    width: 90%;
    max-width: 1023px;
    margin: 0 auto;
}
.contactpage{
	height:100px !important;
	min-height:100px !important;
}
header {
    width: 100%;
    height: 0px;
    margin: 0 auto;
    padding: 0;
}
#contact{
	width:100%;
	margin:0 auto 0px auto;
	padding:0 ;
}
#contact .container{
	padding-bottom:30px;
}
#contact h3{
	width:90%;
	font-size:14px;
	text-align:center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#contact .schedule {
    margin: 20px auto 0px auto;
    width: 90%;
	}
#form{
	max-width:640px;
	width:100% !important;
}
#form th{
	width:40% !important;
	font-size:13px;
	text-align:left;
	
}
#form td{
	font-size:13px;
}
#form .w500 {
    width: 90% !important;
}
#form .w300 {
    width: 90% !important;
}
.padding100{
	padding:5%;
	text-align:left !important;
}
}