@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	Subvisual
/------------------------------------------------------------------------------------------------------------------------ */

#subvisual {
	background: url(../image/helperstation/visual.jpg?upd=20250805);
	background-position: -420px 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------/
	outline
/------------------------------------------------------------------------------------------------------------------------ */

#outline {
	width: 640px;
	margin: 50px auto;
	text-align: left;
}

#outline .desc {
	width: 600px;
	margin: 0 auto 40px;
}

#outline .description {
	width: 600px;
	position: relative;
	line-height: 1.8;
	margin: 40px auto;
}

#outline .description .intro {
	width: 600px;
	font-weight: normal;
	text-align: left;
}

#outline .description .intro h4 {
	font-size: 30px;
	color: #F46322;
	border-bottom: none;
	line-height: 1.4;
}

#outline .description .intro strong {
	font-size: 26px;
}

#outline .description .descimg {
	display: none;
}

#outline #point {
	width: 600px;
	padding: 40px;
	margin: 40px auto;
	background-color: #FDF0F3;
	border-radius: 12px;
	box-sizing: border-box;
}

#outline #point .point_list {
	width: 540px;
	height: 440px;
	padding-top: 240px;
	background: no-repeat top center;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
}

#outline #point .point_list:last-child {
	margin-right: 0;
}

#outline #point .list01 {
	background-image: url(../image/nagane/about_img01.png);
}

#outline #point .list02 {
	background-image: url(../image/nagane/about_img02.png);
}

#outline #point .list03 {
	background-image: url(../image/nagane/about_img03.png);
}

#outline #point .example {
	position: relative;
	margin-top: 60px;
}

#outline #point .example h4 {
	display: inline-block;
	position: relative;
	top: 0;
	border-bottom: none;
}

#outline #point .example img {
	margin-bottom: 20px;
}

#outline #point .example h4 img {
	margin-bottom: 0;
}

#availability {
	width: 600px;
	margin: 50px auto;
	text-align: left;
}

#availability .koushinbi {
	color: #F46322;
}

#availability .now_user {}

#availability .now_user span {
	margin-right: 1em;
}

#availability table {
	width: 600px;
	margin-top: 1em;
	border-collapse: collapse;
}

#availability table th,
#availability table td {
	width: 25%;
	padding: 16px;
	text-align: center;
	font-size: 112.5%;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#availability table th:first-child {
	background-color: #FDF0F3;
}

#availability table th:nth-child(2) {
	background-color: #FCFAEF;
}

#availability table th:nth-child(3) {
	background-color: #F4FCEF;
}

#availability table th:nth-child(4) {
	background-color: #EFF6FC;
}

#availability .cartion {
	font-size: 20px;
	margin-top: 0.5em
}

#availability .cartion span {
	margin-right: 1em;
}


#access table {
	margin: 0 auto 40px;
}


/* ===============================================
houmonn_kaigo 訪問介護
=============================================== */

.hk_des {
	width: 570px;
	margin: 0 auto;
	position: relative;
}

.hk_des p {
	margin: 10px 0;
}

.hk_des .hk_kaigyou {
	display: block;
}

.hk_des .sticker {
	width: 215px;
	object-fit: contain;
	position: absolute;
	top: 0px;
	right: 100px;
}

.hk_wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 24px;
}

.hk_sub_wrap {
	width: 600px;
	height: 370px;
	margin: 0 auto;
	background-color: #FDF0F3;
	border-radius: 6px;
	position: relative;
}

.hk_sub_wrap h3 {
	margin: 0;
	background-color: #EB83A2;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.hk_sub_wrap .illust {
	width: 200px;
	height: 200px;
	object-fit: contain;
	position: absolute;
	bottom: 3px;
	right: 3%;
}

.hk_text_box {
	padding: 24px;
}

.hk_text_box h5 {
	display: inline-block;
	color: #fff;
	background-color: #ff8b8b;
	padding: 8px 25px;
	margin: 20px 0 10px 0;
}

/* ===============================================
kaigo_hoken_service 介護保険外サービス
=============================================== */

#kaigo_hoken_service {
	width: 600px;
	margin: 50px auto;
}

.kks_des {
	width: 570px;
	margin: 0 auto;
	box-sizing: border-box;
}

.kks_des img {}

.kks_des p {
	margin: 10px 0;

}

.kks_wrap {
	width: 600px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;

}

.kks_wrap .kks_text {
	width: 600px;
	margin: 0 auto;
	list-style: inside;
	position: relative;
}

.kks_wrap .kks_text ul {
	padding-left: 1rem;
}

.kks_wrap .kks_text::after {
	content: "";
	background-image: url(../image/helperstation/kaigo_img.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 250px;
	height: 250px;
	position: absolute;
	bottom: 20px;
	right: 50px;

}

/* 表 */

.table {
	width: 600px;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	color: #353535;
}

.table th {
	border: 1px solid #fff;
	background: #EB83A2;
	color: #fff;
	padding: 5px 10px;
}


.table td {

	border: 1px solid #fff;
	padding: 5px 10px;
	background-color: #FDF0F3;
}