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

/*===============================================
●PC.css 画面の横幅が1020以上
===============================================*/

.sp{
	display:none;
}

header{
	width:35%; /**width:40%;**/
	float:left;
	box-sizing:border-box;
	height:100px;
}
header img {
	padding-left:14px;
	padding-top:0px;
}
.pc p#synthesis {
	padding-left:14px;
	padding-top:10px;
	font-size:88%;
	color:#888;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}


.nav a{
	width:65%; /**width:60%;**/
	background-color:#999;
	height:100px;
	text-align:center;
}

.nav a .pallet{
	float:left;
	display:inline;
	width:13%; /**width:15%;**/
	height:100px;
	background-color:#fff;
}




.nav #visit:hover,.nav #contact:hover{
	background-color:#57bdd3;
	color:#fff;
}
.nav #visit:hover > h1,.nav #contact:hover > h1{
	color:#fff;
}
.nav #visit:hover > p,.nav #contact:hover > p{
	color:#a1e2f4;
}



aside img{
	padding:1%;
	padding-top:0;
	box-sizing:border-box;
	float:left;
	width:50%;
}
aside img:hover{
	opacity:0.85;
}
aside{
	padding:2.9%;
	padding-top:0;
	box-sizing:border-box;
	padding-bottom:50px;
	float:left;
}

.btn-area{
    background: #5287cd;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 20px;
    box-sizing:border-box;
    border:2px solid #5287cd;
    cursor: pointer;
    transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
}
.w300{
    width: 300px;
}
.btn-area:after{
    content:"";
    display: inline-block;
    background: url(../images/recruit_arrow.png) no-repeat;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
}

.btn-area a{
    color:#fff;
    text-decoration: none;
    line-height: 50px;
    padding: 12px 108px;
    cursor: pointer;
}

.btn-area:hover{
    background: #fff;
    border:2px solid #5287cd;
    box-sizing:border-box;
}

.btn-area:hover a{
    color:#5287cd;
}

.btn-area:hover:after{
    background: url(../images/recruit_arrow_on.png) no-repeat;
}


/*==========================================
 フッター前のスタイル
===========================================*/

#expenses{
	padding-bottom:35px;
}

/*==========================================
 デイサービスセンターのスタイル
===========================================*/

#food{
	float:left;
	width:100%;
	padding-top:45px;
	padding-bottom:45px;
}


.samplemenu{
	float:left;
	text-align:center;
	padding-top:15px;
	width:80%;
}
.samplemenu a{
	float:left;
	width:30%;/*width:22.5%;*/
	padding-right:2%;
	padding-bottom:2%;
}
#lunch_plan{
	float:right;
	width:20%;
	padding-top:15px;
	text-align:center;
}

/*==========================================
 ケアプランセンターのスタイル
===========================================*/
#flow .flowleft img{
	width:48.5%;
	float:left;
	padding-top:35px;
	padding-right:3%;
}
#flow .flowright img{
	width:48.5%;
	float:left;
	padding-top:90px;
	padding-bottom:50px;
}


/*==========================================
 看護・介護topのスタイル
===========================================*/
.half .nevgroup{
	float:left;
	width:92%;
	margin-bottom:20px;
	margin-top:10px;
}

.first{
	float:left;
	width:100%;
}

/*==========================================
訪問看護のスタイル
===========================================*/

#carecost .flowleft{
	float:left;
	border-right:1px solid #ccc;
	padding-right:3.5%;
	box-sizing:border-box;
}
#carecost .flowleft2{
	float:left;

	padding-right:3.5%;
	box-sizing:border-box;
}
#carecost .flowright{
	float:left;
	padding-left:3.5%;
}
#carecost img{
	padding-top:30px;
	padding-bottom:20px;
}
#homecoreplus{
	padding-bottom:0;
}