@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.bl-mv.--lower{
	padding: 9.625rem min(calc(32 / 2000 * 100vw), 32px) 2rem;
	background: url(../images/clinic/hachioji-mv-bg.jpg) top center / cover no-repeat;
}
.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;
}
.bl-mv-btm{
	display: flex;
	gap: 3.25rem;
	margin-top: 9rem;
}
.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: #fff;
	display: flex;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 4.125rem;
	justify-content: space-between;
}
.el-status-ttl{
	text-align: center;
	font-size: 0.9275rem;
	font-weight: 500;
	padding: 0.5rem 1.25rem;
	display: flex;
	align-items: center;
	line-height: 1.5;
	position: relative;
}
.el-status-ttl::after{
	content: '';
	position: absolute;
	width: 0.0625rem;
	height: calc(100% - 1rem);
	background: #ccc;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.el-calender-date{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
	padding: 1rem;
}
.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: 1rem;
	font-size: 0.9275rem;
	color: #fff;
	padding: 0 2.5rem;
	background: #F57B45;
	border-radius: 0 0.625rem 0 0;
}
.bl-today-status dt{
	padding-top: 0.1875rem;
	font-weight: 500;
}
.bl-today-status dd{
	font-size: 1.25rem;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.bl-mv.--lower{
		padding: 0 0 3rem;
		background: none;
	}
	.bl-mv.--lower .el-mv-ttl {
		background: url(../images/clinic/hachioji-mv-bg-sp.jpg) top center / cover no-repeat;
		padding: 3.5rem 1.875rem;
	}
	.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; 
	}
	.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: absolute;
		right: 0;
		top: 20.375rem;
		flex-direction: column;
		border-radius: 0.625rem 0 0.625rem 0;
		width: 19.625rem;
		height: 13.75rem;
	}
	.el-status-ttl{
		font-size: 1.75rem;
		color: #767676;
		padding: 0.625rem 1.25rem;
		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.5rem 0.5rem 0.5rem 1.5rem;
	}
	.bl-calender .el-year{
		margin-right: 1rem;
	}
	.bl-calender .el-month{
		font-size: 2.125rem;
		padding-bottom: 0.3125rem;
		letter-spacing: 0.085rem;
	}
	.bl-calender .el-day{
		font-size: 2.125rem;
		padding-bottom: 0.3125rem;
		letter-spacing: 0.085rem;
	}
	.bl-today-status{
		justify-content: center;
		height: 5.75rem;
		font-size: 1.75rem;
		border-radius: 0 0 0.625rem 0;
	}
	.bl-today-status dt{
		padding-top: 0.19rem;
	}
	.bl-today-status dd{
		font-size: 2.5rem;
	}

}

/* =======================================================
news worry
======================================================= */
.bl-breadcrumbs{
	padding-bottom: 0;
	z-index: 2;
}
.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-breadcrumbs{
		background: #197474;
		padding: 2rem 0 0;
	}
	.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, #197474 0%, #9DC4C4 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::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 #D9E8E8;
}
.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 ;
}
@media screen and (max-width: 750px) {
	.bl-access{
		padding-bottom: 18.875rem;
	}
	.bl-access::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;
	}
}


/* MV開院予定 */
.bl-calender{
	background: #197474;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.bl-calender{
		font-size: 2rem;
		width: 20rem;
		height: 10rem;
		position: absolute;
		top: 24.15rem;
		right: 0;
	}
}