@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

img {
	max-width:100%;
	height:auto;
}

.container {
	width:95%;
	margin:auto;
}

#logo {
	display:none;
}

#tel {
	display:none;
}

.text_orange {
	font-size:18px;
	color:#F18700;
	background:url(../images/common/uline02.png) repeat-x bottom;
	padding-bottom:5px;
	font-weight:bold;
}

a.link01 {
	font-size:16px;
	display:block;
	padding:10px 0;
	width:90%;
	margin:40px auto;
	text-align:center;
	color:#F18700;
	border:#F18700 solid 2px;
	font-weight:bold;
}

a.link01:hover {
	background-color:#F18700;
	color:#FFF;
}

a.link02 {
	font-size:16px;
	display:block;
	padding:10px 0;
	width:90%;
	margin:20px auto;
	text-align:center;
	color:#F18700;
	border:#F18700 solid 2px;
	font-weight:bold;
}

a.link02:hover {
	background-color:#F18700;
	color:#FFF;
}

#footer {
	background:#EEBC78;
	padding:60px 0 90px;
	text-align:center;
}

#footer .left {
	margin: 0 auto;
	width: 95%;
	text-align: center;
}

#footer .right {
	margin: 0 auto;
	width: 95%;
	text-align:center;
}

#footer .left #foot_logo {
	margin-bottom:20px;
}

#footer .left p {
	color:#47210D;
	font-size:15px;
	font-weight:bold;
	line-height:120%;
	letter-spacing: 1px;
}

#footer .left p#foot_tel {
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
	background: url(../images/hospital/tel.png) no-repeat left center;
	background-size: 16px;
	padding-left: 19px;
	display: inline-block;
}

#footer .right table {
	background:#47210D;
	width:100%;
	margin-top:10px;
}

#footer .right table th {
	padding:3px;
	background:#EE7800;
	text-align:center;
	color:#FFF;
}


#footer .right table td {
	padding:2px;
	background:#FFF;
	color:#47210D;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
}

#footer .right .kyushin {
	text-align: center;
	font-size: 13px;
}
.osaka {font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}


.pc {
	display:none;
}

#f_tel {
	background:#FFF100;
	padding:5px 0;
	text-align:center;
	
	position:fixed;
	bottom:0;
	
	width:100%;
	
	font-size:24px;
	font-weight:bold;
	
	vertical-align:middle;
	display:block;
	
	color:#47210D;
}

#f_tel span {
	font-size:12px;
	font-weight:normal;
}

#f_tel img {
	vertical-align:middle;
	margin-right:5px;
	margin-left:20px;
}



/**Gmenu**/

ul#gmenu {
	display:none;
}


aside {
	margin-bottom:10px;
}

aside nav {
	background: #24885a;
}
aside nav ul {
	margin: 0;
	list-style-type: none;
	width:100%;
}
aside nav ul li {
	width:25%;
	margin: 0;
	text-align: center;
}
aside nav ul li a{
	display: block;
	background:#dedede;
	margin:0;
	padding:10px 20px;
	border-right:1px solid #666;
	border-left: 1px solid #fff;
 	box-sizing:border-box;
	text-decoration: none;
}
aside nav ul li a:hover {
	background:#60d7a0;
}
aside nav ul li ul {
	display: none;
}

aside a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

article {
	width: 100%;
	margin:0px auto;
	background:#FFF;
	text-align:center;
	font-size:80%;
}

#logo2 {
	position:absolute;
	top:5px;
	left:5px;
}

.pc {
	display: none;
}

#kotsu_bn {
	max-width: 90px;
	position: fixed;
	right: 0;
	top: 0;
	display: none;
}





