@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) center 30% / cover no-repeat;
}
.bl-mv .el-mv-ttl{
	font-size: 2.75rem;
}
.bl-mv .el-mv-ttl > span{
	font-size: 1.375rem;
	letter-spacing: 0.0825rem;
	display: block;
	color: #222;
	margin-bottom: 1.5rem;
}
.bl-mv-btm{
	display: flex;
	gap: 3.25rem;
	margin-top: 8rem;
}
.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: #E8F5F0;
	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;
	justify-content: center;
}
.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.5rem;
	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-calender-tbody > tr:last-of-type th,
.bl-calender-tbody > tr:last-of-type td:last-of-type {
	border-radius: 0;
}
.bl-open{
	position: absolute;
	width: 20rem;
	height: 10rem;
	border-radius: 0.625rem;
	background: #197474;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-open-txt{
	color: #fff;
	font-size: 1.625rem;
	font-weight: bold;
	text-align: center;
}
@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) 30% 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;
	}
	.bl-mv.--lower .el-mv-ttl{
		font-size: 2.25rem;
		width: 100%;
		height: 24.125rem;
		padding: 5.5rem 0.5rem 1rem 16.5rem;
	}
	.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;
	}
	.bl-calender-thead th:first-of-type,
	.bl-calender-thead th:last-of-type,
	.bl-calender-tbody > tr:last-of-type th,
	.bl-calender-tbody > tr:last-of-type td:last-of-type {
		border-radius: 0;
	}
	.bl-open{
		position: relative;
		width: 100%;
		height: 10.625rem;
	}
	.el-open-txt{
		font-size: 2.125rem;
	}
}

/* =======================================================
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: #197474;
		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, #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.--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 #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 ;
}
.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-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;
	}
}


/* 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;
	}
}


