@charset "utf-8";

/*===============================================ヘルパーステーション・アイラブとは */
#content .kasou {
font-size: 1.5em;
    color: #333;
	text-align:left;
	margin:25px 0 10px 0;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin-bottom:20px;
  font-size:1.5em;
}

#content .kasou:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
}

#content .imgr img{
	position:relative;
	z-index: 2;
 } 

#station{
	border:1px solid #f29e99;
	border-radius:10px;
	margin:7px 7px 30px;
	}
	
#content .goannaitext{	
	color:#764030;
	font-size:1.3em;
	text-align:170%;
	padding: 10px 20px;
}
	
/*===============================================共通　中見出し */
#content #shigoto .title_topinfo,
#content #goriyou .title_topinfo,
#content #jigyousitei .title_topinfo{
background-image:url(../img/top/infotitle.jpg);
	text-align:left;
	padding:4px 10px;
	font-size:1.2em;
	color:#333;
	clear:both;
	margin-top:21px;
	}

/*ヘルパーステーション・アイラブの出来ること */
#shigoto ul{
	padding:16px 20px 0;
	}
#shigoto ul li{
	line-height:170%;
	}
	
/*===============================================ご利用案内 */
.step{
	background-color: #9ACAF0;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 7px 30px;
    white-space: nowrap;
	text-align:center;
}
.step1{
	color:#00AEDE;
	font-weight:bold;
}
.step1:first-letter{
    font-size: 2.0em;
}
.brbk{
	background-color: #764030;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 7px 30px;
    white-space: nowrap;
	text-align:center;
}
.flex{
	display: flex;
	gap: 10px 30px;
	}
.flexitem {
    flex: 1; 
	margin-top: 2%;
}
.flexitem ul{
		padding:1% 2%;
	}
/*===============================================障害福祉サービス事業・地域生活支援事業の指定について */

#jigyousitei{
	clear:both;
	}
#jigyousitei .mtb{
	margin:20px;
	font-weight:700;
	}

#jigyousitei .shitei {
    border-collapse: collapse;
    border-spacing: 0;
	margin-left:20px;
	float:left;
}

#jigyousitei .shitei tr th {
    background-color: #efefef;
	border: 1px solid #ccc;
	padding:15px 30px 15px 10px;
	color:#615D5D;
	text-align:left;
}

#jigyousitei .shitei tr td {
	background-color:#FFF;
    border: 1px solid #ccc;
    padding:15px 10px;
}
#jigyousitei .shitei tr .textc{
	background-color: #efefef;
	}
#jigyousitei .imgr img{
	border-radius:24px;
	margin-right:20px;
}

/*=============================================== 交通アクセス */

#map{
	margin-bottom:70px;
	}

#map .inn{
		margin:60px 0;
tion: relative;
	top: 50px;
	z-index: 1;
	}
.kemushi img{
	position: relative;
	top: -90px;
	z-index: 2;
}

#map_canvas {
	width:100%;
	height:450px;
	margin:10px 0 25px 0;
}

.kemushi img{
  	transition: 0.3s;
}
 
.kemushi img:hover{
		-webkit-transform: translate(9px,9px);
		-moz-transform: translate(9px,9px);
		-ms-transform: translate(9px,9px);
		-o-transform: translate(9px,9px);
		transform: translate(9px,9px);
}
#map #access{
	color:#333;
	line-height:170%;
	margin:-60px 0 25px 10px;
	}
#map #access dt{
	font-weight:700;
	margin-top:10px;
	}
#map #access dd .dt{
	font-weight:700;
	margin-top:10px;
	}
	
/*===============================================共通 */
.subtitle{
	margin-top:60px;
	}
.contactimg{
	text-align: center;
	margin-top: 6%;
	}

@media screen and (max-width: 959px) {
#jigyousitei .sitei{
		width:100%;
		}
#jigyousitei .imgr img{
	clear:both;
	border-radius:24px;
	margin:32px 210px 30px 20px;
}

}
/*===============================================
 768pxまで
===============================================*/
@media screen and (max-width:768px){
	
#goannai img {
	width:80%;
	height:auto;
}

#goannai div {
	width:90%;
}
.flex{
		display: block;
	}
}


@media screen and (max-width:500px){
#content .imgr {
    float: none;
	text-align:center;
	}
#content .contactimg a img{
	margin:20px auto;
	}
#jigyousitei .imgr img{
	border-radius:24px;
	margin:20px auto;
}

.kemushi img {
    position: relative;
    top: -54px;
    z-index: 2;
    width: 20%;
    margin-bottom: 20px;
}

}