@charset "utf-8";


/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0px);
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
	height: 100%;
	text-align: center;
	font-family: "Yu Gothic", "ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGohic",  Osaka, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #45403f;
	background-color: #fff;
	min-width: 320px;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word ;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul {
	list-style: none;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #e14642;
	text-decoration: none;
	outline: none;
}
.red{
	color:#ed1c24;
}

.removeSp {
	display: none !important;
}


/*  トップページ・共通
---------------------------------------------------*/

header {
	height:60px;
	display:table;
}
header #header {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
header h1{
	display:inline;
	margin-left: 10px;
}
header img{
	width:50%;
	vertical-align:middle;
}

/* --ドロワーメニュー-- */


nav.drawer-nav{
	background:#e14642;
}
ul#menu li {
	width: 100%;
	text-align:left;
	border-top:1px solid #F5A4A5;
	color:#fff;
}
ul#menu li p {
	padding:10px 10px 0;
	text-align:left;
	background:none;
	color:#fff;
}
ul#menu li a {
	display:block;
	width:100%;
	height:100%;
	padding:0 10px;
	line-height:40px;
	color:#fff;
	position:relative;
	box-sizing:border-box;
}
/*ul#menu li a:after {
	content:" ";
	width: 5px;
	height: 5px;
	right:5px;
	top:16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	display:block;
}*/
ul#menu li:last-child a {
	border-bottom:1px solid #F5A4A5;
}
ul#menu li ul li{
	border:none;
}

ul#menu li ul li a {
	border:0 !important;
	padding-left: 20px;

}
ul#menu li ul li a:before {
	content:"- ";

}

ul#menu li:nth-last-child(3) ul li a:before ,
ul#menu li:nth-last-child(4) ul li:first-child a:before {
	content:none;
}

ul#menu li:nth-last-child(3) ul li a ,
ul#menu li:nth-last-child(4) ul li:first-child a {
	padding-left:10px;
}


/* --- */

#contents {
	background:url(../images/common/contents_bg.png);
	padding-bottom: 20px;
}
#contents h2 {
	font-size:120%;
	color:#e14642;
	text-align:center;
	position:relative;
	line-height:1.2em;
}
#contents h2 span{
	font-size:60%;
	color:#555555;
	display:block;
}
#contents h2:after {
	content:"";
	width:25px;
	height:5px;
	border-top:1px solid #8c6239;
	border-bottom:1px solid #8c6239;
	display:inline-block;
	text-align:center;
	margin-bottom: 20px;
}


#contents h2.h2_mini{
	font-size: 130%;
	font-weight: 500;
	color: #858585;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents h2.h2_mini span{
	display: inline;
	font-size: 100%;
	font-weight: 500;
	color: #858585;
	border-bottom: 1px solid #858585;
}
#contents h2.h2_mini:after{
	display: none;
}

#cta{
	text-align:center;
	padding:20px 0 20px;
}
#cta p{
	margin-bottom: 15px;
}
#cta span{
	display:inline-block;
	font-size:87.5%;
	line-height:1.2em;
	margin-left: 15px;
	text-align:left;
}
#cta .tel_action img {
	width: 280px;
}

#cta .cta_btn a{
	width: 316px;
	line-height: 40px;
	box-sizing:border-box;
	display:inline-block;
	border:1px solid #e14642;
	color:#e14642;
	position:relative;
	transition:0.3s;
}
#cta .cta_btn a:before{
	content:url(../images/common/mail_icon.png);
	position:absolute;
	left:10px;
	top:2px;
	transition:0.3s;
}


/* フッター
-----------------------------------------------*/

footer{
	background:#e14642;
	padding-top: 20px;
}
footer img{
	height:30px;
	margin-bottom: 10px;
}
footer a{
	color:#fff;
}
footer ul{
	display:none;
}
footer ul.sp_footerMnu{
	display:inline-block;;
}
footer ul.sp_footerMnu li{
	display:inline-block;
}
footer ul.sp_footerMnu li:first-child:after {
	content:" ";
	border-right:1px solid #FBDADA;
	padding-right: 10px;
	margin-right: 10px;
}
footer .copylight{
	font-size:0.6em;
	color:#fff;
	padding:10px;
}

#gototop {
	display:block !important;
	clear:both;
	width:100%;
	background:#555555;
	text-align:center;
}
#gototop a {
	display:block;
	width:100%;
}
#gototop a img {
	width:40px;
}






/* マージン
-----------------------------------------------*/

.mb40{ margin-bottom: 20px !important; }


@media screen and (max-width: 667px) {  /* SP時のみのcss */
	#hospital h2{
		margin-bottom: 0;
	}
	.patient h2{
		margin-bottom: 0;
	}
}


