@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.bl-mv.--lower{
	padding: 0.625rem min(calc(32 / 2000 * 100vw), 32px) 2rem;
	background: url(../images/clinic/hachioji-mv-bg.jpg) center 30% / cover no-repeat;
	height: 34.5rem;
}
.bl-mv .el-mv-ttl > span{
	font-size: 1.375rem;
	letter-spacing: 0.0825rem;
	display: block;
	color: #222;
	margin-bottom: 1.5rem;
}
.bl-mv.--lower .el-mv-ttl img{
	width: 43.75rem;
}
.el-mv-clinic-name{
	display: block;
	font-style: normal;
	font-size: 2.25rem;
	font-weight: 700;
	color: #222;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
.bl-mv-btm{
	display: flex;
	gap: 3.25rem;
	margin-top: 2rem;
}
.bl-mv-btm > .bl-mv-list{
	margin-top: 0;
	gap: 1rem;
}
.bl-mv-item{
	width: 9.25rem;
}
.bl-calender{
	border: 0.0625rem solid #ccc;
	border-radius: 0.625rem;
	width: 31rem;
}
.bl-status{
	background: #E5F2E8;
	display: flex;
	align-items: stretch;
	border-radius: 0.625rem 0.625rem 0 0;
	white-space: nowrap;
}
.el-status-ttl{
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0 0.75rem;
	display: flex;
	align-items: center;
	line-height: 1.4;
	position: relative;
	flex-shrink: 0;
}
.el-status-ttl::after{
	content: '';
	position: absolute;
	width: 0.0625rem;
	height: calc(100% - 0.75rem);
	background: #ccc;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.el-calender-date{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 0.8125rem;
	letter-spacing: 0.02rem;
	padding: 0.5rem 0.75rem;
	flex: 1;
	min-width: 0;
}
.el-calender-date .el-label{
	background: #D6EAF8;
	color: #222;
	font-size: 0.6875rem;
	font-weight: 700;
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
	margin-right: 0.375rem;
	flex-shrink: 0;
}
.bl-status .el-month,
.bl-status .el-day{
	font-size: 1rem;
	padding-bottom: 0;
	letter-spacing: 0.02rem;
}
.bl-calender .el-year{
	margin-right: 0.5rem;
}
.bl-calender .el-month{
	font-size: 1.5rem;
	padding-bottom: 0.3125rem;
	letter-spacing: 0.06rem;
}
.bl-calender .el-day{
	font-size: 1.5rem;
	padding-bottom: 0.3125rem;
	letter-spacing: 0.06rem;
}
.bl-today-status{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	color: #fff;
	padding: 0 1rem;
	background: #F57B45;
	border-radius: 0 0.625rem 0 0;
	flex-shrink: 0;
}
.bl-today-status dt{
	font-weight: 500;
}
.bl-today-status dd{
	font-size: 1rem;
	font-weight: bold;
}
.bl-today-status.--closed{
	background: #999;
}
.bl-today-status.--check{
	background: #D4A84B;
}

@media screen and (max-width: 750px) {
	.bl-mv.--lower{
		padding: 0 0 3rem;
		background: none;
		height: auto;
	}
	.bl-mv.--lower .el-mv-ttl {
		background: url(../images/clinic/hachioji-mv-bg-sp.jpg) 30% center / cover no-repeat;
		padding: 3.5rem 1.875rem;
		height: 20.125rem;
		position: relative;
		overflow: hidden;
	}
	.bl-mv.--lower .el-mv-ttl::before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to right, transparent 30%, rgba(232,240,239,0.6) 55%, rgba(232,240,239,0.95) 75%);
		pointer-events: none;
	}
	.bl-mv.--lower .el-mv-ttl > * {
		position: relative;
	}
	.bl-mv.--lower .el-mv-ttl > span{
		font-size: 1.75rem;
		letter-spacing: 0.07rem;
		margin: 0 0 1.5rem 17rem;
	}
	.bl-mv.--lower .el-mv-ttl img{
		width: 22.375rem;
		margin-left: 17rem;
	}
	.el-mv-clinic-name{
		font-size: 1.375rem;
		letter-spacing: 0.07rem;
		margin-left: 17rem;
	}
	.bl-mv-btm{
		flex-direction: column;
		gap: 2.5rem;
		margin-top: 2.5rem;
	}
	.bl-mv-btm > .bl-mv-list{
		gap: 1.875rem;
	}
	.bl-mv-item{
		width: 13.125rem;
	}
	.bl-calender{
		width: 100%;
	}
	.bl-status{
		position: static;
		flex-wrap: wrap;
		border-radius: 0.625rem 0.625rem 0 0;
		width: 100%;
		height: auto;
	}
	.el-status-ttl{
		font-size: 1.5rem;
		padding: 0.75rem 1.25rem;
		width: 100%;
		justify-content: center;
	}
	.el-status-ttl::after{
		width: calc(100% - 2.5rem);
		height: 0.0625rem;
		top: inherit;
		right: inherit;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.el-calender-date{
		justify-content: center;
		font-size: 1.5rem;
		letter-spacing: 0.085rem;
		padding: 0.75rem 1.5rem;
		flex: 1;
	}
	.el-calender-date .el-label{
		font-size: 1.25rem;
		padding: 0.25rem 0.875rem;
	}
	.bl-calender .el-month{
		font-size: 2rem;
		padding-bottom: 0.1875rem;
	}
	.bl-calender .el-day{
		font-size: 2rem;
		padding-bottom: 0.1875rem;
	}
	.bl-today-status{
		justify-content: center;
		height: auto;
		font-size: 1.5rem;
		padding: 0.75rem 2rem;
		border-radius: 0;
	}
	.bl-today-status dt{
		padding-top: 0.19rem;
	}
	.bl-today-status dd{
		font-size: 2rem;
	}

}

/* =======================================================
news worry
======================================================= */
.bl-mv + .bl-breadcrumbs{
	padding-bottom: 0;
	z-index: 2;
}
.bl-mv + .bl-breadcrumbs .bl-breadcrumbs-inner > li{
	color: #fff;
}
.bl-worry .el-main-ttl::before {
    width: 100%;
	height: 2rem;
    background: url(../images/common/ttl-underline03.svg) top center / contain no-repeat;
}
.bl-worry .el-txt.hp-bold + .el-txt{
	margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
	.bl-mv + .bl-breadcrumbs{
		background: #5B9A6E;
		padding: 2rem 0 0;
	}
	.bl-mv + .bl-breadcrumbs .bl-breadcrumbs-inner{
		margin-top: 0;
	}
	.bl-worry .el-main-ttl::before{
		background: url(../images/common/ttl-underline02.svg) top center / contain no-repeat;
		width: 36.25rem;
		height: 2.75rem;
		bottom: -0.25rem;
	}
	.bl-worry .el-txt.hp-bold + .el-txt{
		margin-top: 2.5rem;
	}
}

/* =======================================================
flow
======================================================= */
.bl-flow{
	padding-bottom: 9.5rem;
}
.bl-flow .ly-cont-inner::before {
	content: '';
	position: absolute;
	background: url(../images/common/illust-clinic.svg) top center / contain no-repeat;
	width: 18.125rem;
	height: 13.25rem;
	top: -13.5rem;
	right: 0;
}
@media screen and (max-width: 750px) {
	.bl-flow{
		padding: 3.5rem 0 18rem;
	}
	.bl-flow .ly-cont-inner::before {
		top: -15.5rem;
		right: 0;
	}
}

/* =======================================================
symptoms-disease
======================================================= */
.ly-symptoms-disease-wrapper{
	padding: 3.75rem 0 10.75rem;
	background: linear-gradient(180deg, #5B9A6E 0%, #B0D4B8 100%);
	position: relative;
}
.ly-symptoms-disease-wrapper::before{
	content: '';
	position: absolute;
	background: url(../images/clinic/symptoms-disease-top.svg) top center / cover no-repeat;
	width: 125rem;
	height: 14.624rem;
	top: -14.624rem;
	left: 50%;
	transform: translateX(-50%);
}
.bl-symptoms{
	padding: 0 0 5rem;
	background: none;
}
.bl-symptoms::before{
	content: none;
}
@media screen and (max-width: 750px) {
	.ly-symptoms-disease-wrapper{
		padding: 0 0 13.125rem;
	}
	.ly-symptoms-disease-wrapper::before{
		background: url(../images/clinic/symptoms-disease-top-sp.svg) top center / cover no-repeat;
		width: 125rem;
		height: 13.375rem;
		top: -13.375rem;
	}
	.bl-symptoms{
		padding: 0 0 9.75rem;
	}
	.bl-symptoms::before{
		content: none;
	}
}
/* =======================================================
disease
======================================================= */
.bl-disease{
	background: none;
	padding: 0;
}
.bl-disease::before{
	content: none;
}
.bl-disease .el-main-ttl{
	color: #fff;
}
.bl-disease .el-txt{
	color: #fff;
}

/* =======================================================
doctor
======================================================= */
.bl-doctor{
	padding-bottom: 10.5rem;
	padding-bottom: 13.5rem;
}
.bl-doctor-unit{
	gap: 6rem;
	gap: 2rem;
}
.bl-doctor-item{
	width: fit-content;
	width: 20rem;
}
@media screen and (max-width: 750px) {
	.bl-doctor{
		padding-bottom: 16.875rem;
	}
	.bl-doctor.--white-top02::before{
		top: -10rem;
	}
	.bl-doctor-unit{
		gap: 2.5rem 2rem;
	}
	.bl-doctor-item{
		width: 38.125rem;
	}
	.bl-doctor-item:nth-of-type(3){
		display: none;
	}
}

/* =======================================================
access
======================================================= */
.bl-access{
	padding-bottom: 14.625rem;
}
.bl-access .el-main-ttl{
	margin-bottom: 3rem;
}
.bl-access .bl-media{
	gap: 4.5rem;
}
.bl-access .bl-media-img-wrapper{
	width: 456px;
}
.bl-access .bl-media-img-wrapper img{
	border-radius: 2.5rem;
}
.bl-access .bl-media-body{
	width: 31rem;
}
.bl-access .bl-info-list{
	gap: 0;
}
.bl-access .bl-info-list div{
	padding: 1rem 0;
	border-top: 0.125rem solid #D5EBD9;
}
.bl-access .bl-info-list div:first-of-type{
	padding-top: 0;
	border-top: none;
}
.bl-access .bl-info-list div:last-of-type{
	padding-bottom: 0;
}
.bl-access .el-btn{
	margin: 3.5rem 0 0 ;
}
.bl-facility-photos{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 3.5rem;
}
.bl-facility-item{
	text-align: center;
}
.bl-facility-item img{
	width: 100%;
	height: auto;
	border-radius: 1rem;
	aspect-ratio: 3/2;
	object-fit: cover;
	background: #F3F9F4;
}
.bl-facility-item p{
	margin-top: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #5B9A6E;
}
.bl-directions-list{
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: none;
}
.bl-directions-list li{
	display: flex;
	gap: 1.25rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid #D5EBD9;
}
.bl-directions-list li:first-child{
	padding-top: 0;
}
.bl-directions-step{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #5B9A6E;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	border-radius: 50%;
}
.bl-directions-desc p{
	margin: 0;
	line-height: 1.8;
}
.bl-directions-desc p + p{
	margin-top: 0.25rem;
	color: #555;
	font-size: 0.9375rem;
}
.bl-directions-note{
	margin-top: 1.5rem;
	padding: 1.25rem 1.5rem;
	background: #F3F9F4;
	border-radius: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.8;
}
.bl-directions-note p{
	margin: 0;
}
.bl-access-map{
	margin-top: 3.5rem;
}
.bl-access-map iframe{
	display: block;
	width: 100%;
}
.bl-access-faq{
	margin-top: 4rem;
}
.bl-access-faq .el-main-ttl{
	margin-bottom: 2.5rem;
}
.bl-access-faq .el-btn{
	margin: 2.5rem 0 0;
}
@media screen and (max-width: 750px) {
	.bl-access{
		padding-bottom: 18.875rem;
	}
	.bl-access.--white-top02::before{
		top: -10rem;
	}
	.bl-access .el-main-ttl{
		margin-bottom: 3.5rem;
	}
	.bl-access .bl-media{
		gap: 4rem;
		flex-direction: column;
	}
	.bl-access .bl-media-img-wrapper{
		width: 100%;
	}
	.bl-access .bl-media-body{
		width: 100%;
	}
	.bl-access .bl-info-list div{
		padding: 2.5rem 0;
	}
	.bl-access .el-btn{
		margin: 5.5rem auto 0;
	}
	.bl-facility-photos{
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 4rem;
	}
	.bl-facility-item p{
		font-size: 1.625rem;
	}
	.bl-access-faq{
		margin-top: 6rem;
	}
	.bl-access-faq .el-main-ttl{
		margin-bottom: 3.5rem;
	}
	.bl-access-faq .el-btn{
		margin: 3.5rem auto 0;
	}
	.bl-directions-list li{
		gap: 1.5rem;
		padding: 2rem 0;
	}
	.bl-directions-step{
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}
	.bl-directions-desc p.hp-bold{
		font-size: 1.875rem;
	}
	.bl-directions-desc p + p{
		font-size: 1.625rem;
	}
	.bl-directions-note{
		font-size: 1.625rem;
		padding: 2rem;
	}
}


/* MV診療時間テーブル */
.bl-calender{
	border: 0.0625rem solid #ccc;
	border-radius: 0.625rem;
	overflow: hidden;
}
.bl-calender .bl-calender-table{
	width: 100%;
}
.bl-calender .el-att{
	background: #fff;
	padding: 0.5rem 1rem;
	font-size: 0.8125rem;
}
@media screen and (max-width: 750px) {
	.bl-calender{
		width: 100%;
	}
	.bl-calender .el-att{
		font-size: 1.375rem;
		padding: 0.75rem 1.25rem;
	}
}