@charset "utf-8";
/* ============================================================
------------------------------------
サイトトップページ用
------------------------------------
============================================================ */




/* =========================================
	PC関連設定
============================================ */

/*  KV
=========================================*/
.kv{
	width: 100%;
	height: 430px;
	background: url(../../img/index_kv_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	margin-bottom: 50px;
	display: table;
	
}
.kvWrap {
	display: table-cell;
	vertical-align: middle;
	
	text-align: center;
}
.kv h2{
	font-size: 2.5em;
	text-shadow: 0px 0px 10px #333;
	padding: 0 0 20px;
}
.kv p{
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: 0px 0px 10px #333;
}

/*  メインナビ
=========================================*/
.topNavi{
	width:100%;
}
.topNaviTtl{
	text-align: center;	
	padding-bottom: 40px;
}
.topNavi h2{
  font-size: 2em;
	display: inline-block;
	margin: auto;
	padding-bottom: 13px;
	border-bottom: solid #f794b0 3px;
}
.topNavi ul{
	width:100%;
	display: table;
	
}
.topNavi ul li{
	width: 25%;
	display: table-cell;
	border-top: solid #d9d9d9 1px;
	border-right: solid #d9d9d9 1px;
}

.topNavi ul li table{
	padding: 30px 15% 55px;
	text-align: center;
}
.topNavi ul li:last-child{
	border-right:none;
}

.topNavi ul li img{
	display: block;
	margin: auto;
	width: 116px;
	margin-bottom: 17px;
}
.topNavi ul li th{
	padding-bottom: 17px; 
	font-size: 1.28em;
}

.topNavi ul li td.txt{
	text-align: left;
	vertical-align: top;
	padding-bottom: 35px;
}

.topNavi ul li a{	
	text-decoration: none;
}

.topNavi ul li span{
	display: inline-block;
	border-style: solid;
	border-width: 3px;
	padding: 11px 15px 9px;
	width: 70%;
}
.topNavi ul li a:hover span{
	color: #fff;
}
.topNavi ul li:nth-child(1) span{
	border-color: #79bbee;
}
.topNavi ul li:nth-child(1) a:hover{
	color: #79bbee;
}
.topNavi ul li:nth-child(1) a:hover span{
	background-color: #79bbee;
}
.topNavi ul li:nth-child(2) span{
	border-color: #97c43e;
}
.topNavi ul li:nth-child(2)  a:hover{
	color: #97c43e;
}
.topNavi ul li:nth-child(2)  a:hover span{
	background-color: #97c43e;
}
.topNavi ul li:nth-child(3) span{
	border-color: #fcaf36;
}
.topNavi ul li:nth-child(3) a:hover{
	color: #fcaf36;
}
.topNavi ul li:nth-child(3) a:hover span{
	background-color: #fcaf36;
}
.topNavi ul li:nth-child(4) span{
	border-color: #fa7171;
}
.topNavi ul li:nth-child(4) a:hover{
	color: #fa7171;
}
.topNavi ul li:nth-child(4) a:hover span{
	background-color: #fa7171;
}


/*  最寄りセンター
=========================================*/
.nearestCenter{
	width: 100%;
	height: 220px;
	position: relative;
}
.nearestCenter .map{
	text-align: center;
	width: 100%;
  height: 100%;
}

.nearestCenter .ttl{
	position: absolute;
	width:100%;
	height: 220px;
	background: url(../img/black_bg.png) repeat left top;	
	display: table;
  z-index: 10;
}
.nearestCenter .ttl .ttlInner{
	height: 220px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.nearestCenter h2{	
	font-size: 1.125em;
	display: block;
	color: #fff;
	padding: 0 0 20px;
	font-weight: normal;
}
.nearestCenter .ttl a{
	display:inline-block;
	border:solid 3px #f794b0;
	background-color: #fff;
	font-size: 1.125em;
	padding: 17px 35px;
}
.nearestCenter .ttl a:hover{
	text-decoration: none;
	background-color: #f794b0;
	color: #fff;
}

/*  ご利用いただける方
=========================================*/
.userContents{
	width: 100%;
	background-color: #fef4f7;
	padding: 60px 0;
}

.userContents .wrap{
	max-width: 880px;
	width: 90%;
	margin: auto;
	padding: 40px 5%;
	background-color: #f794b0;
}


.userContents .wrap .ttl{
	color: #fff;
	text-align: center;
	display: block;
}

.userContents .wrap .ttl h2{
	/*font-size: 1.75em;*/
  font-size: 2em;
	position: relative;
	display: block;
	z-index: 100;
}
.userContents .wrap .ttl h2:after {
	top: 50%;
	margin-top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	content: ' ';
	display: block;
	position: absolute;
	border: 0;
	background:#fff;
	z-index: 0;
}
.userContents .wrap .ttl h2 span{
	position: relative;
	display:inline-block;
	padding: 0 10px;
	z-index: 200;
	background-color: #f794b0;
}
.userContents .wrap .ttl p span{
	font-size: 1.3em;
}
.userContents .wrap .ttl strong{
	/*font-size: 1.375em;*/
  font-size: 1.6em;
	display: block;
	margin-bottom: 15px;
}

.userContents ul{
	margin-top: 20px;
}
.userContents ul li{
	background: #fff;
	float: left;
	width: 28%;
	padding: 25px 2% 20px;
	text-align: center;
}

.userContents ul li:nth-child(2){
	margin: 0 2%;
}
.userContents ul li table{
	text-align: center;
	width: 100%;
}

.userContents ul li table img{
	display: block;
	margin: auto;
	margin-bottom: 11px;
	height: 80px;
	width: auto;
}
.userContents ul li table th{
	padding-bottom: 7px;
}
.userContents ul li table td.txt{
	background-color: #fdeaef;
	padding: 10px 5px;
	color: #d21a1a;
	font-weight: bolder;
}
/* =========================================
	お知らせ
============================================ */
.topNews{
	max-width: 980px;
	width: 96%;
	margin: auto;
	padding: 45px 2%;
}
.topNewsTtl{
	text-align: center;	
	padding-bottom: 40px;
}
.topNews h2{
	display: inline-block;
	font-size: 1.875em;
	padding-bottom: 13px;
	border-bottom: solid #f794b0 3px;
	font-weight: normal;
}

.topNews .newsContent li{
	width: 100%;
	margin:0 0 20px;
	padding:0 0 20px;
	display: block;
	background: url(../img/dotline_01.png) repeat-x left bottom;
}

.topNews .newsContent li span.data,
.topNews .newsContent li span.column {
	display:inline-block;
}
.topNews .newsContent li span.data{
	width: 140px;
	float: left;
	padding-top: 0.3em;
}
.topNews .newsContent li span.column{
	width: 180px;
	background-color: #36adc6;
	text-align: center;
	font-size: 0.8em;
	font-weight: bolder;
	color: #fff;
	padding:5px 10px 3px;
	float: left;
}
.topNews .newsContent li span.link{
		display:block;
		padding-left: 360px;
		padding-top: 0.3em;
}
.topNews a{
	text-decoration: underline;
}
.topNews a:hover{
	text-decoration: none;
}
.topNews p {
	 text-align: right;
	 margin-bottom: 43px;
}

.infoBanner{
	/* margin-top: 43px; */
}
.infoBanner li{
	width: 31%;
	float: left;
}
.infoBanner li:nth-child(2){
	margin:0 3.5%;
}

.topNews p a{
	position: relative;
	padding-left: 18px;
}

.topNews p a:before,
.topNews p a:after {
	position:absolute;
	left:0;
	content:"";
	width:0px;
	height:0px;
	border:6px solid transparent;
}
.topNews p a:before {
	top:50%;
	margin-top: -8px;
	border-left:6px solid #fef4f7;
	z-index:11;
}
.topNews p a:after {
	top:50%;
	margin-top: -8px;
	margin-left:2px;
	z-index:10;
	border-left:6px solid #999; 
}


/* =========================================
	初めて介護サービスを利用される方へ
============================================ */

.firstTime{
	width: 100%;
	background-color: #fbfbf3;
	padding: 60px 0;
}
.firstContents {
	max-width: 980px;
	width: 100%;	
	margin: auto;
}
.firstContents h2{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.firstContents h2 span{
	position: relative;
	display:inline-block;
	padding: 15px 10px 15px 60px;
	z-index: 10;
	background:#fbfbf3 url(../../img/index_ttl_first01.png) no-repeat left center;
}

.firstContents h2:after {	
	content: '';
	top: 50%;
	margin-top: -30px;
	left: 0;
	width: 100%;
	height: 59px;
	display: block;
	position: absolute;
	background: url(../../img/index_ttl_first02.png) repeat left center;
	z-index: 0;
}

.firstContents p{
	padding: 15px 0 30px;
	margin-bottom: 32px;
	background: url(../img/dotline_01.png) repeat-x left bottom;
}
.firstContents p a{
	display: block;
	margin: auto;
	width: 560px;
	border: solid #f794b0 3px;
	text-align: center;
	padding: 22px 0 20px;
	text-decoration: none;
}
.firstContents p a:hover{
	background-color: #f794b0;
	color: #fff;
}

.firstContents h3{
	text-align: center;
	font-weight: normal;
	font-size: 1.25em;
}
.firstContents ul{
	margin-top: 15px;
}
.firstContents ul li{
	display: block;
	padding:3px 30px 1px; 
	margin-bottom: 20px;
	float: left;
	border-left: solid #d9d9d9 1px;
}
.firstContents ul li a{
	text-decoration: none;
	color: #f30c4c;
}
.firstContents ul li a:hover{
	text-decoration: underline;
}
.firstContents ul li:nth-child(3),
.firstContents ul li:nth-child(4),
.firstContents ul li:last-child
{
	border-right: solid #d9d9d9 1px;
}
.firstContents ul li:nth-child(5){
	clear: left;
}
/* =========================================
	福祉事業の総合窓口
============================================ */

.infoCenter{
	padding: 50px 0;
	background: url(../../img/index_infocenter.jpg) no-repeat center;
	background-size: cover;
}
.infoCenter h2{
	text-align: center;
	color: #fff;
	font-size: 1.375em;
	margin-bottom: 20px;
}
.infoWrap{
	max-width: 960px;
	width: 90%;
	border:solid 3px #fff;
	color: #fff;
	margin: auto;
	font-size: 1em;
	text-align: center;
	padding: 17px 1.5%;
}
.infoWrap h3 {
	font-size: 1.375em;
	margin-bottom: 10px;
}
.infoWrap p{
	margin-bottom: 10px;
}

.topBanner{
	max-width: 914px;
	width: 96%;
	margin:40px auto 0;
}
.topBanner li{
	width: 19%;
	float: left;
	margin-right: 1.2%;
}

.topBanner li:last-child{
	margin-right: 0;
}



/* =========================================
	SP関連設定
============================================ */
@media screen and (max-width: 767px) {
	
	.kv{
		height: 235px;
		margin-bottom: 27px;
	}
	.kv h2{
		font-size: 26px;
		text-shadow: 0px 0px 5px #333;
		padding: 0 0 10px;
	}
	.kv p{
		font-size: 16px;
		font-weight: bold;
		text-shadow: 0px 0px 5px #333;
	}
	.topNaviTtl{
	padding-bottom: 30px;
	}
	.topNavi h2{
		font-size: 20px;
		padding-bottom: 10px;
	}
	
	.topNavi ul{
		display: block;
	}
	.topNavi ul li{
		display: block;
		width: 50%;
		margin-left: -1px;
		padding-bottom:0;
		vertical-align: top;
		float: left;
		position: relative;
		z-index: 10;
	}
	.topNavi ul li:nth-child(2){
		border-right:none;
	}
	.topNavi ul li table{
		width: auto;
		padding: 20px 15px 25px 15px;
		text-align: center;
	}
  .topNavi ul li th{
    font-size: 1.1875em;
  }
	.topNavi ul li td.txt{
	padding-bottom: 0;
  }
	.topNavi ul li img{
		width: 70px;
		margin-bottom: 17px;
	}
  .topNavi ul li a:hover{
    color: #333!important;
  }
	.topNavi ul li span{
		display: none;
	}
  .userContents .wrap .ttl p span{
    font-size: 1em;
  }

/*  最寄りセンター
=========================================*/
	.nearestCenter,
	.nearestCenter .map,
	.nearestCenter .ttl,
	.nearestCenter .ttl .ttlInner{
	height: 178px;
}
	.nearestCenter h2{
		padding: 0 0 12px;
		font-size: 16px;
	}
	.nearestCenter .ttl a{
		font-size: 16px;
		margin: auto;
		text-align: center;
		padding: 18px 24px;
	}
	.nearestCenter .ttl a:hover{
		text-decoration: none;
		background-color: #fff;
		color: #333;
	}
	
/*  ご利用いただける方
=============================*/
	
	.userContents{
		padding:0;
	}

	.userContents .wrap{
		width: auto;
		padding: 40px 15px 20px;
	}

	.userContents .wrap .ttl h2{
		font-size: 18px;
	}

	.userContents .wrap .ttl p{
		font-size: 16px;
	}
	.userContents .wrap .ttl strong{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.userContents ul{
		margin-top: 20px;
	}
	.userContents ul li{
		float: none;
		width:auto;
		padding: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.userContents ul li:nth-child(2){
		margin:0 0 20px 0;
	}
	.userContents ul li table img{
		margin-bottom: 11px;
	}
	.userContents ul li table th{
		font-size: 16px;
		padding-bottom: 12px;
		height: auto!important;
	}
	.userContents ul li table td.txt{
		font-size: 16px;
		padding: 10px 15px;
		height: auto!important;
	}

/* =========================================
	お知らせ
============================================ */
	.topNews{
		width: auto;
		padding: 30px 15px 10px;
	}
	.topNewsTtl{
		padding-bottom: 29px;
		padding-top: 20px;
		border-top: solid #e4dccd 1px;
	}
	.topNews h2{
		font-size: 20px;
		padding-bottom: 10px;
		font-weight:bolder;
	}

	.topNews .newsContent{
		padding:12px 0 0;
		background: url(../img/dotline_01.png) repeat-x left top;
	}
	.topNews .newsContent li{
		width: 100%;
		margin:0 0 12px;
		padding:0 0 12px;
		display: block;
		background: url(../img/dotline_01.png) repeat-x left bottom;
	}

	.topNews .newsContent li span.data,
	.topNews .newsContent li span.column {
		display: inline-block;	
		width:auto;
		float: none;
	}
	.topNews .newsContent li span.data{
		margin-right: 10px;
		padding-top: 0;
	}
	.topNews .newsContent li span.column{
		font-size: 14px;
		padding:5px 12px 3px;
		margin:0;
		vertical-align: middle;
	}
	.topNews .newsContent li span.link{
		padding-top: 10px;
		display: block;	
		padding-left: 0;
	}
	.topNews .newsContent li span.link a:hover{
			text-decoration: underline!important;
	}

	.topNews p a{
		display: block;
		text-decoration:none;
		border: solid #f794b0 3px;
		text-align:center;
		background: none;
		padding: 14px 0;
	}
	.topNews p a:before,
	.topNews p a:after {
		display: none;
		}

	.topNews p {
		 padding: 20px 0;
		 margin-bottom: 0;
	}

	.infoBanner{
		/* margin: 0 0 20px;
		border-bottom: solid #e4dccd 1px; */
		padding: 0 30px 30px;
	}
	.infoBanner li{
		width: auto;
		float: none;
	}
	.infoBanner li:nth-child(1){
		margin:0 0 18px;
	}
	.infoBanner li:nth-child(2){
		margin:0 0 18px;
	}
/* =========================================
	初めて介護サービスを利用される方へ
============================================ */

	.firstTime{
		width: auto;
		padding: 20px 15px;
	}
	.firstContents {
		width: auto;
	}
	.firstContents h2{
		font-size: 17px;
		padding: 18% 0 0;
		text-align: center;
		background: url(../../img/index_ttl_first_sp.png) no-repeat top center;
		background-size:contain;
	}
.firstContents h2 span{
	padding: 0;
	background:none;
}

.firstContents h2:after {
	display: none;
}
	.firstContents p{
		padding: 15px 0 30px;
		margin-bottom: 10px;
		background:none;
	}
	.firstContents p a{
		width: auto;
		padding: 12px 0 10px;
	}
	.firstContents p a:hover{
	background-color: #fbfbf3;
	color: #333;
	}
	.firstContents h3{
		text-align: left;
		font-size: 16px;
	}
	.firstContents ul{
		margin-top: 15px;
	}
	.firstContents ul li{
		display: block;
		padding:0 0 0 15px; 
		margin:0 0 8px 0!important;
		float: none;
		border:none!important;
		position: relative;
	}

	.firstContents ul li:nth-child(4):before,
	.firstContents ul li:nth-child(4):after
		{
			top:25%!important;}


	.firstContents ul li:before,
	.firstContents ul li:after {
		position:absolute;
		left:0;
		content:"";
		width:0px;
		height:0px;
		border:6px solid transparent;
	}
	.firstContents ul li:before {
		top:50%;
		margin-top: -7px;
		margin-left:0;
		border-left:6px solid #fef4f7;
		z-index:11;
	}
	.firstContents ul li:after {
		top:50%;
		margin-top: -7px;
		margin-left:2px;
		z-index:10;
		border-left:6px solid #999; 
	}

		
/* =========================================
	福祉事業の総合窓口
============================================ */

	.infoCenter{
		width: auto;
		padding: 40px 15px;
	}
	.infoCenter h2{
		text-align: center;
		color: #fff;
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	.infoWrap{
		width: auto;
		font-size: 1em;
		text-align: center;
		padding: 17px 15px;
	}
	.infoWrap h3 {
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	.infoWrap p{
		margin-bottom: 10px;
	}
	.topBanner{
		width: auto;
		margin:30px 0 0 5%;
	}
	.topBanner li{
		width: 30%;
		float: left;
		margin:0 2.5% 10px 0;

	}
	.topBanner li img{
		width:100%;
	}
	.topBanner li:nth-child(4),
	.topBanner li:nth-child(5){
		margin-bottom: 0!important;

	}

/* 
=========================================*/
}

/*  extra
=========================================*/
/* clearfix */

.topNavi:after,
.firstContents ul:after,
.userContents ul:after,
.topBanner:after,
.topNews .newsContent li:after
{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}