@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::after {
	background: url(../images/clinic/mv_ttl.svg) top center/contain no-repeat;
	width: 45px;
	height: 15px;
}
.single .bl_lower_mv_ttl::after{
	display: none;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::after {
		width: 98px;
		height: 32px;
	}
}

/*=======================================================
一覧
=======================================================*/
.bl_clinic.archive{
	padding: 40px 0 64px;
}
.archive .bl_clinicList{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 40px;
}
.archive .bl_clinic_item{
	border: 1px solid #78746B;
	width: 492px;
	display: flex;
	flex-direction: column;
}
.archive .bl_clinic_ttl{
	background: #78746B;
	color: #fff;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 24px 7px;
}
.archive .bl_clinic_body{
	padding: 32px 26px 40px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
}
.archive .bl_infoList{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}
.archive .bl_infoList > div{
	display: flex;
}
.archive .bl_infoList > div > dt{
	flex: 0 1 108px;
	font-size: 18px;
	font-weight: bold;
}
.archive .bl_infoList > div > dd{
	flex: 1;
}
.archive .bl_clinic_item .el_btn{
	width: 346px;
	height: 50px;
	margin-top: auto;
}
@media screen and (max-width: 750px) {
	.archive .bl_clinicList{
		gap: 56px;
	}
	.archive .bl_clinic_item{
		border: 2px solid #78746B;
		width: 100%;
	}
	.archive .bl_clinic_ttl{
		font-size: 34px;
		padding: 5px 24px 7px;
	}
	.archive .bl_clinic_body{
		padding: 32px 32px 40px;
	}
	.archive .bl_infoList{
		gap: 24px;
	}
	.archive .bl_infoList > div > dt{
		flex: 0 1 150px;
		font-size: 28px;
	}
	.archive .bl_clinic_item .el_btn{
		width: 520px;
		height: 68px;
	}
}
/*=======================================================
詳細
=======================================================*/
.bl_clinic.single .bl_lower_mv{
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl_clinic.single .bl_lower_mv_ttl{
	font-size: 28px;
	padding-top: 0;
}
.bl_clinic.single .bl_lower_mv_ttl::before {
	display: none;
}
.bl_clinic.single .bl_photoArea {
	padding: 40px 0 80px;
}
.bl_clinic.single .bl_photoArea_inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.bl_clinic.single .bl_photoArea_item {
	width: 748px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.bl_clinic.single .bl_photoArea_item>input {
	display: none;
}
.bl_clinic.single .bl_photoArea_item>input:checked~.bl_photoArea_item_imgWrapper {
	display: block;
}
.bl_clinic.single .bl_photoArea_item_imgWrapper {
	display: none;
	border: 1px solid #707070;
	padding: 3px;
}
.bl_clinic.single .bl_photoArea_txt {
	text-align: center;
}
.bl_clinic.single .bl_photoBtn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.bl_clinic.single .bl_photoBtn_item {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #707070;
	padding: 3px;
}
.bl_clinic .bl_photoBtn_item > label  >img {
	width: 228px;
	height: 128px;
	object-fit: cover;
}
.bl_clinicInfo {
	background: #F6F2E8;
	padding: 56px 0;
}
.bl_clinicInfo .el_sec_mainTtl {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.bl_clinicInfo .bl_media {
	gap: 54px;
}
.bl_clinicInfo_map {
	margin-bottom: 24px;
}
.bl_clinicInfo_map iframe {
	width: 480px;
	height: 320px;
	display: flex;
}
.bl_clinicInfo .el_btn {
	width: 346px;
	height: 50px;
}
.bl_clinicInfo_right {
	width: 452px;
}
.bl_clinicInfo_right .bl_detail {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.bl_clinicInfo_right .bl_detailWrapper {
	min-height: 330px;
	margin-bottom: 24px;
}
.bl_clinicInfo_right .bl_detail > div {
	width: 100%;
	display: flex;
}
.bl_clinicInfo_right .bl_detail > div > dt {
	flex: 0 1 110px;
	font-size: 18px;
}
.bl_clinicInfo_right .bl_detail >div > dd {
	flex: 1;
}

/* access */
.bl_access{
	padding: 56px 0;
}
.bl_access_listWrapper:not(:first-of-type){
	margin-top: 32px;
}
.bl_access_ttl{
	font-size: 24px;
	line-height: 1.4;
	color: #5D493A;
	padding: 7px 48px 7px;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #D2C3BC;
	border-radius: 5px;
	background: linear-gradient(180deg, #F0EEE7 0%, #FFFFFF 100%);
	position: relative;
	cursor: pointer;
}
.bl_access_ttl::after{
	content: '▼';
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0px 0.5px 0 2px;
	background: #5D493A;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}
.bl_access_ttl.open::after{
	content: '▲';
}
.bl_access_list{
	background: #F0EEE7;
	padding: 40px 34px;
	display: none;
}
.bl_access_item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 44px;
	position: relative;
}
.bl_access_item:not(:first-of-type){
	margin-top: 94px;
}
.bl_access_item:not(:first-of-type)::before{
	content: '';
	position: absolute;
	background: url(../images/clinic/access_arrow.svg) top center / contain no-repeat;
	width: 130px;
	height: 48px;
	left: 50%;
	transform: translateX(-50%);
	top: -72px;
}
.bl_access_imgWrapper{
	flex: 0 1 400px;
}
.bl_access_imgWrapper > img{
	height: 240px;
	object-fit: cover;
}
.bl_access_txt{
	flex: 1;
}
@media screen and (max-width: 750px) {
	.bl_clinic.single .bl_lower_mv_ttl{
		font-size: 40px;
	}
	.bl_clinic.single .bl_photoArea {
		padding: 40px 0 80px;
	}
	.bl_clinic.single .bl_photoArea_inner {
		flex-direction: column;
		gap: 16px;
	}
	.bl_clinic.single .bl_photoArea_item {
		width: 100%;
	}
	.bl_clinic.single .bl_photoBtn {
		flex-direction: row;
		gap: 6px;
	}
	.bl_clinic .bl_photoBtn_item>label>img {
		width: 218px;
		height: 125px;
	}
	.bl_photoArea_txt + .bl_line_btnWrapper.sp{
		margin-top: 48px;
	}
	.bl_photoArea .bl_line_btnWrapper.sp{
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl_photoArea .bl_line_btn.sp{
		display: flex;
	}
	.bl_photoArea .bl_line_btn{
		min-width: 480px;
		height: 80px;
		padding: 0 24px 6px;
		border-radius: 2px;
		background: #06c755;
		color: #ffffff;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.04em;
		justify-content: center;
		align-items: center;
	}
	.bl_photoArea .bl_line_btn::before{
		content: "";
		background: url(../images/clinic/icon_line.svg) top center/contain no-repeat;
		margin: 3px 24px 0 0;
		width: 48px;
		height: 45px;
	}
	.bl_clinicInfo {
		padding: 56px 0 80px;
	}
	.bl_clinicInfo .el_sec_mainTtl {
		font-size: 40px;
		margin-bottom: 64px;
	}
	.bl_clinicInfo .bl_media {
		gap: 40px;
	}
	.bl_clinicInfo_map {
		margin-bottom: 0;
	}
	.bl_clinicInfo_map iframe {
		width: 690px;
		height: 365px;
	}
	.bl_clinicInfo .el_btn {
		width: 480px;
		height: 80px;
	}
	.bl_clinicInfo_right {
		width: 100%;
	}
	.bl_clinicInfo_right .bl_detail > div {
		flex-direction: column;
	}
	.bl_clinicInfo_right .bl_detail > div > dt {
		flex: 100%;
		font-size: 28px;
	}
	.bl_clinicInfo_right .bl_detail > div > dd {
		flex: 100%;
	}

	/* access */
	.bl_access{
		padding: 64px 0;
	}
	.bl_access_ttl{
		font-size: 34px;
		padding: 7px 48px 7px 24px;
		border: 2px solid #D2C3BC;
	}
	.bl_access_ttl::after{
		width: 40px;
		height: 40px;
		font-size: 17px;
		right: 16px;
	}
	.bl_access_list{
		padding: 56px 40px;
		display: none;
	}
	.bl_access_item{
		justify-content: center;
		gap: 32px;
	}
	.bl_access_item:not(:first-of-type){
		margin-top: 120px;
	}
	.bl_access_item:not(:first-of-type)::before{
		width: 130px;
		height: 48px;
		top: -88px;
	}
	.bl_access_imgWrapper{
		flex: 0 1 100%;
	}
	.bl_access_imgWrapper > img{
		height: 100%;
	}
}