@charset "UTF-8";

/* CSS Document */

/* =========================================================
 デイサービス（通所介護）（福祉）
========================================================= */
/*slogan
--------------------------------------------------------- */
.day_service_wrap{
	background-image: url("images/bg.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top 50px center;
}
.day_service{
	background: none;
}
.slogan_bg{
	text-align: center;
	padding: 50px 20px 0;
}
.slogan_bg .l_title_color{
	color: #ef384a;
	font-weight: bold;
}
.slogan_inner_title{
	color:#ef384a;
	font-size:110%;
	font-weight:bold;
	border-bottom:2px solid #ef384a;
	line-height:1.7em;
	margin:1.5em 0 1em;
}
.red_box{
	width: 100%;
	box-sizing: border-box;
	border: 6px solid #fcbac0;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
	margin: 2em 0 0;
}
.red_title{
	color: #ef384a;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0;
}
.fukufuku_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.fukufuku_text{
	width: 360px;
}
.fukufuku_img{
	border: 1px solid #E0E0E0;
	width: 220px;
}
.fukufuku_img img{
	max-width: 100%;
	height: auto;
}
/* =========================================================
 デイサービス（通所介護）（福祉）（スマホ）
========================================================= */
@media screen and (max-width:736px){
	/*slogan
	--------------------------------------------------------- */
	.day_service_wrap{
		background-position: top 40px center;
	}
	.slogan_bg{
		padding: 30px 0 0;
	}
	.slogan_bg .f_lead{
		text-align: left;
	}
	.fukufuku_box{
		display: block;
	}
	.fukufuku_text{
		width: 100%;
	}
	.fukufuku_img{
		width: 100%;
		margin-top: 1em;
	}
}/*@media*/
