@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

main {
}

.availability h2 {
	margin-bottom: 50px;
}
.availability h3 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}
.availability table {
	margin-bottom: 10px!important;
}
.availability .note {
	font-size: 1.4rem;
	text-align: center;
}
.disability,
.nursing_care {
	margin-bottom: 50px;
}
.service_list {
	display: flex;
	gap:0 30px;
}
.service_list li {
	width: 360px;
	height: 80px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #FFF;
}
.service_list li span {
	font-size: 1.4rem;
	display: block;
}
.service_list li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.service_list li a:hover {
	opacity: 0.7;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

main {
}

.availability h2 {
	margin-bottom: 30px;
}
.availability h3 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}
.availability .js-scrollable {
	margin-bottom: 20px;
}
.availability table {
	margin-bottom: 10px!important;
}
.availability .note {
	font-size: 1.3rem;
}
.disability,
.nursing_care {
	margin-bottom: 50px;
}
.service_list {
	display: flex;
	flex-direction: column;
	gap:20px 0;
}
.service_list li {
	width: 100%;
	height: 60px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #FFF;
}
.service_list li span {
	font-size: 1.4rem;
	display: block;
}
.service_list li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


}



