@charset "UTF-8";
/* CSS Document */
@import url("facility-style.css");

/*  facility-main　as：相談支援事業所（モバイル）
----------------------------------------------------*/
#as{
	position:relative;
}
.as-title-bg{
	position:absolute;
	background-color:#f78b43;
	width:100%;
	height:200px;
	top:0px;
	left:0px;
	z-index:-1;
}
.facility-title{
	padding:20px 0;
}
.facility-title p.facility-title-logo{
	margin:10px auto 0;
	background:url(../../../img/facility/ak/logo.png) no-repeat center top;
	background-size:280px 59px;
	width:280px;
	height:59px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.facility-title p:nth-of-type(2){
	line-height:1.2;
}
.photo-title{
	padding-bottom:10px;
}
.photo-title p.photo-title-l{
	padding-bottom:10px;
}
.photo-title p.photo-title-s{
	padding-bottom:20px;
}
.photo-title-illust1{
	position:absolute;
	background:url(../../../img/facility/ht/illust1.png) no-repeat center top;
	width:203px;
	height:73px;
	top:5px;
	right:80px;
}

.flow-area{
	padding:0px 0 30px;
	margin:0 auto;
	width:300px;
}
.flow-area img{
	width:300px;
}