@charset "utf-8";
/* CSS Document */


#title-area {
	background: url(../images/main_image.jpg) center -150px;
	background-size: cover;
}

#contents-area #service-news ul {
	clear: both;
	border-top: 1px solid #d9d9d9;
}

#contents-area #service-news li {
	height: 40px;
	line-height: 40px;
	line-height: 4.0rem;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#contents-area #service-news li a {
	display: block;
	margin-right: 5px;
	background: url(../../common/images/arrow.png) right center no-repeat;
	background-size: 3px 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#contents-area #service-news li:hover {
	background-color: #fafafa;
}

#contents-area #service-news li a:hover {
	margin-right: 0;
	padding-left: 5px;
}

#contents-area #service-news li time {
	display: inline-block;
	width: 90px;
}

#contents-area #receive .link-button {
	display: block;
	width: 100%;
	overflow: hidden;
}

#contents-area #receive .link-button li {
	float: left;
	width: calc(50% - 20px);
}

#contents-area #receive .link-button li:first-child {
	margin-right: 20px;
}

#service-info {
	position: relative;
	max-width: 1600px;
	min-width: 960px;
	margin: 40px auto 0;
	padding: 0 60px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#service-info:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	content: "";
	width: 0;
	margin: 0 auto;
	border: 30px solid transparent;
	border-top: 20px solid #fff;
}

#service-info h1 {
	margin-bottom: 10px;
	font-size: 40px;
	font-size: 4.0rem;
	font-family: FOT-マティス Pro DB, MatissePro-DB, serif;
}

#service-info h2 {
	margin-bottom: 50px;
	color: #46a9d9;
	font-size: 30px;
	font-size: 3.0rem;
	font-family: FOT-マティス Pro M, MatissePro-M, serif;
}

#service-info div {
	width: calc(100% + 20px);
	overflow: hidden;
}

#service-info div figure {
	float: left;
	width: calc(33.33333% - 20px);
	margin-right: 20px;
	text-align: center;
}

#service-info div figure img {
	width: 100%;
}

#service-info div figure figcaption {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #555;
}


#service-menu {
	max-width: 1600px;
	min-width: 960px;
	margin: 0 auto;
	padding: 60px 60px 80px;
	background-color: #fbeadc;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#service-menu dt img {
	width: 106px;
}

#service-menu dd {
	margin-top: 20px;
	font-size: 30px;
	font-size: 3.0rem;
}

#service-menu div,
#service-menu li {
	text-align: left;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#service-menu div a,
#service-menu li a {
	display: block;
	padding: 30px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#service-menu div h1,
#service-menu li h1 {
	position: relative;
	padding-left: 30px;
	font-size: 22px;
	font-size: 2.2rem;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#service-menu div h1:before,
#service-menu li h1:before {
	position: absolute;
	left: 0px;
	top: 1px;
	content: "";
	width: 21px;
	height: 21px;
	background: #000 url("../../common/images/arrow_round.png") left top no-repeat;
	background-size: 21px 21px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#service-menu li .blank:before {
	background: rgba(0,0,0,0) url("../images/blank.png") left top no-repeat;
	background-size: 21px 21px;
	border-radius: 0;
}

#service-menu div h2,
#service-menu li h2 {
	margin-top: 5px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #46a9d9;
	line-height: 24px;
	line-height: 2.4rem;
}

#service-menu div p,
#service-menu li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 2.4rem;
}

#service-menu div {
	max-width: 580px;
	margin: 40px auto 20px;
}

#service-menu ul {
	width: calc(100% + 20px);
	
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#service-menu li {
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

#service-menu #care-center {
	background: #fff url(../images/icon_center.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #nursing {
	background: #fff url(../images/icon_nursing.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #daycare {
	background: #fff url(../images/icon_daycare.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #reha {
	background: #fff url(../images/icon_reha.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #care {
	background: #fff url(../images/icon_care.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #massage {
	background: #fff url(../images/icon_massage.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #round {
	background: #fff url(../images/icon_round.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #sasaeria {
	background: #fff url(../images/icon_sasaeria.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #hospitalment {
	background: #fff url(../images/icon_hospitalment.png) right center no-repeat;
	background-size: 130px 130px;
}

#service-menu #care-center:hover,
#service-menu #nursing:hover,
#service-menu #daycare:hover,
#service-menu #reha:hover,
#service-menu #care:hover,
#service-menu #massage:hover,
#service-menu #round:hover,
#service-menu #sasaeria:hover,
#service-menu #hospitalment:hover {
	background-color: #ecf6fb;
}

#service-menu div:hover,
#service-menu li:hover {
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#service-menu div a:hover h1,
#service-menu li a:hover h1 {
	color: #46a9d9;
}

#service-menu div a:hover h1:before,
#service-menu li a:hover h1:before {
	background-color: #46a9d9;
}

#service-menu a:hover .blank:before {
	background-color: rgba(0,0,0,0);
}










@media only screen and (max-width: 1100px) {

}

