a:link{
	text-decoration: none;
	transition: 0.2s;
	}
a:hover{
	opacity:0.8;
	}

html{
	background:#FFFCF2;
	color:#000;
	}
html *{
	box-sizing: border-box;
	}
img{
	width:100%;
	}
.font12px{
	font-size:12px!important;
	}

#wrapper{
	width:100%;
	max-width:1240px;
	background:#fff;
	margin:0 auto;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.15);
  text-align:left;
	line-height: 1.6;
	}
#mainVisual{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%;
	height:358px;
	background: url(../../img/top/mv.jpg) no-repeat right center;
	background-size:cover;
	border-bottom:5px solid #EB6D88;
	}
h1.title{
	color: #570000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.8;
	text-align: center;
	}
h1.title span{
	display: block;
	font-size:43px;
	text-align: center;
	}

.contents_wrap{
	width:100%;
	padding:40px 60px 55px;
	}
.contents_wrap .top_bnr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:60px;
  }
.contents_wrap .top_bnr a{
  display: block;
  width:32%;
  }

.contents_wrap h2.title{
	background: url("../../img/top/leaf_icon.png") no-repeat left center;
	background-size:30px 35px;
	padding:0 0 0 40px;
	margin:0 0 40px 0;
	color:#570000;
	font-size:26px;
	}
.group_list{

}

.hosp_block_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
.hosp_block_wrap::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  }
.hosp_block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:32%;
	border:6px solid #FAD8D4;
	border-radius:5px;
	padding:30px;
	margin:0 0 30px 0;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.15);
	position: relative;
	}
.hosp_block::before{
	content:'';
	width:138px;
	height:18px;
	background: url(../../img/top/clip.png) no-repeat center;
	background-size:contain;
	margin: auto;
	position: absolute;
    top: -10px;
    right: 0;
	left: 0;
	}
.hosp_block .hosp_content{
	min-height: 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
.hosp_block .hosp_content .hosp_content_left{
	width:120px;
	}
.hosp_block .hosp_content .hosp_content_left span{
	color:#570000;
	font-size:12px;
	}
.hosp_block .hosp_content .hosp_content_right{
	width:calc(100% - 120px - 15px);
	}
.hosp_block .hosp_content .hosp_content_right p:first-of-type{
	color:#570000;
	font-size:12px;
	font-weight: bold;
	line-height:1.2;
	}
.hosp_block .hosp_content .hosp_content_right p:nth-of-type(2){
	margin:7px 0 10px 0;
	color:#570000;
	font-size:18px;
	font-weight: bold;
	line-height:1.2;
	}
.hosp_block .hosp_content .hosp_content_right p:nth-of-type(3){
	font-size:14px;
	}
.hosp_block a{
	display: block;
	background: #F7F7F7;
	border: 1px solid #570000;
	border-radius:5px;
	padding:10px 15px 10px 10px;
	margin: 30px 0 0 0;
	font-size:14px;
	text-align: center;
	position: relative;
	}
.hosp_block a::after{
	content: '';
    width: 7px;
    height: 7px;
    margin:auto;
    border-top: 1px solid #570000;
    border-right: 1px solid #570000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom:0;
	}
.hosp_block a:link{
	color:#570000;
	}
.hosp_block a:hover{
	color:#570000;
	}
.hosp_block a:visited{
	color:#570000;
	}


#home footer{
  width:100%;
}
#home .footer_top,
#home .footer_bottom{
  margin-left:0;
	max-width:100%;
}

/* ▼▼▼ 769px〜999px
=====================================*/
@media screen and (min-width:769px) and ( max-width:999px){
  .hosp_block{
    width:48%;
  }

}

/* ▼▼▼ 〜768px
=====================================*/
@media screen and (max-width: 768px) {

	.font12px{
		font-size:14px!important;
		}

	#mainVisual {
		height: 150px;
		background: url(../../img/top/mv.jpg) no-repeat right center;
		background-size: cover;
		}
	h1.title {
		font-size: 14px;
		}
	h1.title span {
		font-size: 20px;
		}
  .contents_wrap{
    padding:40px 20px 20px 20px;
    }
  .contents_wrap .top_bnr{
    display: block;
    }
  .contents_wrap .top_bnr a{
    width: 100%;
    margin-bottom:15px;
    }

	.hosp_block_wrap{
		display: block;
		}
	.hosp_block{
		width:100%;
    display: block;
		padding: 20px;
		}

	footer{
		padding:20px;
	}
	.footer_top{
		display: block;
		margin:0 0 30px 0;
		}
	.footer_top ul{
		margin:0;
		}
	.footer_top ul li:first-of-type,
	.footer_top ul li:last-of-type{
		margin:6px 0;
		}
	.footer_top .footer_address {
		padding: 0;
		margin:0 0 30px 0;
		border-right: none;
		}
  .footer_top ul li.footer_list_head{
    margin-top: 30px;
  }
	.footer_bottom{
		display: block;
		}
	.footer_bottom ul{
		display: block;
		margin:0;
		}
	.footer_bottom ul li {
		text-align: left;
		border-right:none;
		border-left: none;
		padding:0;
		margin-bottom:15px;
		}









}
