@charset "utf-8";

.capacity{
	margin:0 auto;
	padding:10px 35px 8px 35px;
	width:11em;
	line-height:1;
	font-size:110%;
	color:#C30;
	text-align:center;
	font-weight:bold;
	background-color: #fbecd1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	letter-spacing:2px;
}


.frameDocForApp ol.number li{
	padding-bottom:15px;
	border-bottom:3px dotted #cabda8;
}
.frameDocForApp li img{
	margin-right:15px;
	vertical-align:middle;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 


.frameFlow {
	margin-bottom:50px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.frameFlow .step{
	margin:5px 0;
	padding: 15px 10px 5px 15px;
	width:18%;
	border:1px solid #cabda8;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameFlow .step h3 span{
	display:block;
}
.frameFlow .step .text{
	padding: 10px 0;
}
.frameFlow .step ul{
	margin-left: 20px;
	list-style-type: disc;
}

.frameFlow p.arrow{
	margin: 180px 0;
	padding:0;
	width: 0;
	height: 0;
	border-left: 15px solid #f08100;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

@media screen and (max-width: 979px) {
/*tablet*/
.frameFlow{
	margin:20px 0 50px 0;
	display:block;
}
.frameFlow .step{
	padding: 15px 20px 5px 25px;
	width:98%;
}
.frameFlow .step h3 span{
	display: inline-block;
}
.frameFlow p.arrow{
	margin:0 auto;
	padding:0;
	width: 0;
	height: 0;
	border:none;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #f08100;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
.frameFlow .step{
	padding: 15px 10px 5px 15px;
}
}
@media screen and (max-width: 480px){
}


/*サービス 
----------------------------------------------------*/
#serviceInfo {
	margin-top:30px;
}
#serviceInfo li{
	clear:both;
	margin-bottom: 30px;
}
#serviceInfo li .photo{
	width:30%;
	text-align:center;
	font-size: 80%;
	float:left;
}
#serviceInfo li .photo img{
	max-width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#serviceInfo li .txt{
	width:68%;
	float:right;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
#serviceInfo li .photo,
#serviceInfo li .txt{
	margin:0 auto 10px auto;
	width: 96%;
	float: none;
}
}


/*デイサービス
************************************************************************************/
.page-dayservice .service-guide.layout-grid li .title{
	line-height: 2em;
	font-size:110%;
	background: #42ae49;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	width: 90%;
	position: relative;
	z-index: 15;
	bottom: -15px;
	border-radius: 3px;
}
.page-dayservice .service-guide.layout-grid li .image{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
.page-dayservice .service-guide.layout-grid li .image:before {
	content:"";
	display: block;
	padding-top: 60%;
}
.page-dayservice .service-guide.layout-grid li .image img{
	height: auto;
	width: 100%;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-dayservice .service-guide.layout-grid li .txt{
	margin: 15px 0 0;
}

/*spend-day
----------------------------------------------------------------------*/
.page-dayservice #spend-day{}
.page-dayservice #spend-day .layout-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.page-dayservice #spend-day .layout-box li{
	width: 33.3%;
	padding: 50px;
	margin: 0;
	text-align: center;
	background: url("../../guidance/img/ar_right.png") no-repeat right center;
}
.page-dayservice #spend-day .layout-box li:last-child{
	background: none;
}
.page-dayservice #spend-day .layout-box li .contain{
}
.page-dayservice #spend-day .layout-box li .contain .time{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: .7em 1.5em;
	min-width: 120px;
 	max-width: 100%;
	font-size:110%;
	background: #ffae00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.page-dayservice #spend-day .layout-box li .contain .time:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ffae00;
}

.page-dayservice #spend-day .layout-box li .contain .time span{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-shadow: 0px 0px 0px;
}
.page-dayservice #spend-day .layout-box li .contain .image{
	text-align: center;
}
.page-dayservice #spend-day .layout-box li .contain .image img{
	max-width: 100%;
	height: auto;
}

.page-dayservice #spend-day .note{
	font-size: 150%;
	font-weight: bold;
	margin: 1em auto 0;
	padding: .7em 1em;
	border: 1px solid #42ae49;
	border-radius: 40px;
	color: #42ae49;
	text-align: center;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.ar-right{
	background: url("../../guidance/img/ar_right.png") no-repeat right center;
	padding-right: 50px;
}
.ar-left{
	background: url("../../guidance/img/ar_left.png") no-repeat left center;
	padding-right: 50px;
}
.ar-bottom{
	background: url("../../guidance/img/ar_btm.png") no-repeat right center;
	padding-bottom: 50px;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	.page-dayservice .capacity{
		margin-bottom: 3px;
	}
.page-dayservice .service-guide.layout-grid{
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}
.page-dayservice .service-guide.layout-grid li .image{
	border-radius: 10px;
}
.page-dayservice #spend-day .layout-box li{
	width: 50%;
}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 520px) {
}
@media screen and (max-width: 480px){
.page-dayservice #spend-day .layout-box li{
	padding: 10px;
	background: url("../../guidance/img/ar_right.png") no-repeat right center;
	-moz-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}
}