@charset "UTF-8";
/********************************************************************************

page-home-visit.css　訪問医療ページcss

********************************************************************************/
/*============================================================
 スタッフ
*============================================================*/
#page-home-visit #sec-staff .item {
	width: 400px;
}
#page-home-visit #sec-staff .item .image {
}
#page-home-visit #sec-staff .item .info {
	gap: 16px;
}
#page-home-visit #sec-staff .item .info p {
	font-size: 20px;
	font-weight: 500;
}
#page-home-visit #sec-staff .item .info p.bg-white {
	background: #fff;
	border-radius: 4px;
	line-height: 1;
	padding: 8px 10px;
}
#page-home-visit #sec-staff .item h3 {
	color: var(--common-color-text);
	font-weight: 500;
}

/*============================================================
 感染対策
*============================================================*/
#page-home-visit #sec-work .sec-title {
	margin-bottom: 80px;
}
#page-home-visit #sec-work .item {
	position: relative;
	padding: 48px 24px 24px;
	background: #fff;
	border-radius: 10px;
	width: 400px;
}
#page-home-visit #sec-work .item .title {
	text-align: center;
	position: absolute;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	border-radius: 4px;
	background: var(--common-color-sub);
	left: 50%;
	transform: translatex(-50%);
	top: -24px;
}

/*============================================================
 マップ
*============================================================*/
#page-home-visit #sec-area .block .text {
	font-weight: 500;
	margin-bottom: 10px;
}
#page-home-visit #sec-area .block .note {
	font-size: 14px;
	font-weight: 500;
}

/*============================================================
 ご利用料金
*============================================================*/
#page-home-visit #sec-price .block {
	border: 3px solid var(--common-color-sub);
	text-align: center;
}
#page-home-visit #sec-price .block p {
	font-weight: 500;
}


/*============================================================
 診療の様子
*============================================================*/
#page-home-visit #sec-look .image {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
#page-home-visit #sec-look .image .list {
	gap: 40px;
	flex-wrap: nowrap;
}
#page-home-visit #sec-look .image .item {
	width: 560px;
	min-width: 560px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1080px) {
    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-home-visit #sec-look .image .list {
		gap: 24px;
    }
	#page-home-visit #sec-look .image .item {
		width: 30%;
		min-width: initial;
	}
	
	#page-home-visit #sec-staff .item {
		width: 48%;
	}
	
	#page-home-visit #sec-work .item {
		width: 48%;
	}
	#page-home-visit #sec-work .item .title {
		width: 200px;
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-home-visit #sec-work .list-block {
		gap: 48px;
    }
	
	#page-home-visit #sec-look .image {
		width: 100%;
		margin-left: 0;
	}
	#page-home-visit #sec-look .image .list {
		flex-wrap: wrap;
		gap: 16px;
	}
	#page-home-visit #sec-look .image .item {
		width: 47%;
	}
	
	#page-home-visit #sec-staff .item {
		width: 100%;
	}
	#page-home-visit #sec-staff .item .info {
		gap: 8px;
		flex-direction: column;
	}
	
	#page-home-visit #sec-work .item {
		width: 100%;
	}

}
