@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/dayservice/mv.jpg);
}

/*============================
共通
============================*/
.cont_wrap {
	max-width: 8.00rem;
	width: 100%;
	margin: auto;
}

/*============================
DAY SERVICE
============================*/
#dayservice {
	padding-bottom: 1.00rem;
}

#dayservice .lead {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
	#dayservice .lead {
		font-size: 0.15rem;
		text-align: left;
	}
	#dayservice .gallery {
		padding-bottom: 0.10rem;
	}
	#dayservice .gallery .slides .slick-dots {
		bottom: 0.10rem;
	}
}

#dayservice table {
	border-collapse: collapse;
}

#dayservice table th {
	text-align: left;
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	padding: 0.15rem 0;
	text-wrap: nowrap;
}
@media screen and (max-width: 640px) {
	#dayservice table th {
		width: 100%;
		display: block;
		font-size: 0.15rem;
		background: rgba(50, 0, 0, 0.1);
		box-sizing: border-box;
		padding: 0.10rem;
		border: none;
	}
}

#dayservice table th span {
	font-size: 0.12rem;
	letter-spacing: 0;
}

#dayservice table td {
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.15rem 0 0.15rem 0.20rem;
}
@media screen and (max-width: 640px) {
	#dayservice table td {
		display: block;
		font-size: 0.15rem;
		padding: 0.10rem 0 0.15rem 0.10rem;
		line-height: 1.875;
		box-sizing: border-box;
		border: 0;
	}
}

/* 一日の流れ */
#dayservice .flow_box {
	background-color: rgba(255,255,255,0.7);
	padding: 0.2rem 0.2rem 0.3rem;
	box-sizing: border-box;
	margin-top: 0.6rem;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#dayservice .flow_box {
		padding: 0.2rem 0.15rem;
		border-radius: 0.06rem;
	}
}

#dayservice .flow_box .title_wrap {
	padding: 0;
	margin-top: -0.40rem;
}

/*============================
デイサービス設備のご案内
============================*/
#facilities {
	padding-bottom: 1.00rem;
}

#facilities .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#facilities .list .item {
	width: 47%;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
	#facilities .list .item {
		width: 100%;
	}	
}

#facilities .list .item .ph_wrap {
	margin-bottom: 0.10rem;
}

#facilities .list .item .title {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 0.05rem;
}

#facilities .list .item .text {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

#facilities .btn_common a {
	margin: auto;
}