/*---------------------------------
	mainvisual start
---------------------------------*/
.mainvisual_imageWrapper{
	position: relative;
	width: 100%;
}

@media(min-width: 1025px){
	.mainvisual_imageWrapper{
		height: 600px;
	}
}

@media(max-width: 1024px){
	.mainvisual_imageWrapper{
		padding-top: calc(100% / 16 * 9);
	}
}

.mainvisual_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainvisual_catch{
	position: relative;
	margin: 0;
	padding: 0.5em 1em 1em;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	background-color: #FFF;
}

@media(max-width: 600px){
	.mainvisual_catch{
		font-size: 3.5vw;
	}
}

.mainvisual_catch:before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 2em;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
}

/*---------------------------------
	mainvisual end
---------------------------------*/

/*---------------------------------
	newsPickup start
---------------------------------*/
.newsPickup{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 90%;
}

.newsPickupItem{
	margin-bottom: 0;
	border-bottom: 2px solid #CCC;
}

.newsPickupItem_link,
.newsPickupItem_link:hover{
	color: inherit;
}

.newsPickupItem_link:hover{
	text-decoration: underline;
}

.newsPickupItem_inner{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.newsPickupItem_date{
	flex-grow: 0;
	flex-shrink: 0;
	width: 8em;
	padding: 0.75em 0.5em;
	margin: 0;
	color: var(--mainColor01_hex);
}

.newsPickupItem_title{
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.75em 0.5em;
	margin: 0;
}

@media(max-width: 600px){
	.newsPickupItem_inner{
		flex-direction: column;
		padding: 0.5em 0.5em;
	}
	
	.newsPickupItem_date,
	.newsPickupItem_title{
		width: 100%;
		padding: 0;
		margin-bottom: 0.5em;
		
	}
}

/*---------------------------------
	newsPickup end
---------------------------------*/

/*---------------------------------
	treatmentList start
---------------------------------*/
.treatmentList{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}

.treatmentListItem{
	margin-bottom: 1.5em;
}

@media(min-width: 1025px){
	.treatmentListItem{
		width: calc(100% / 3 - 1em);
		max-width: 18.5em;
	}
}

@media(max-width: 1024px) and (min-width: 601px){
	.treatmentListItem{
		width: calc(100% / 2 - 2em);
	}
}

@media(max-width: 600px){
	.treatmentList{
		flex-direction: column;
		align-items: center;
	}
	
	.treatmentListItem{
		width: 100%;
		max-width: 18.5em;
	}
}

.treatmentListHead_link,
.treatmentListHead_link:hover{
	color: inherit;
	text-decoration: none;
}

.treatmentListHead_imageWrapper{
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	padding-top: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.treatmentListHead_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #CCC;
	object-fit: cover;
	transition: transform 0.25s;
}

@media(min-width: 1025px){
	.treatmentListHead_link:hover .treatmentListHead_image{
		transform: scale(1.1);
	}
}

.treatmentListHead_title{
	text-align: center;
	font-size: 150%;
	margin: 0;
}

.treatmentListSublinks{
	margin-top: 1em;
}

.treatmentListSublinks_link,
.treatmentListSublinks_link:hover{
	display: block;
	margin: 0;
	padding: 0.5em 1.5rem;
	text-decoration: none;
	text-align: center;
	color: inherit;
	transition: color 0.25s, background-color 0.25s;
}

.treatmentListSublinks_link:hover{
	color: #444;
	background-color: var(--subColorYellow_hex);
}

/*---------------------------------
	treatmentList end
---------------------------------*/

/*---------------------------------
	section--bgTopInfo start
---------------------------------*/
.section--bgTopInfo{
	position: relative;
	background: url("../../images/pages/top/info/bg.jpg");
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	overflow: hidden;
}

/*---------------------------------
	section--bgTopInfo end
---------------------------------*/

/*---------------------------------
	topInfo start
---------------------------------*/
.topInfo{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.topInfo_infoLayout{
	width: calc(100% / 2 - 1.5em);
	padding: 0.75em 1em;
	background-color: rgba(255,255,255,0.85);
}

.topInfo_mapLayout{
	width: calc(100% / 2 - 1.5em);
}

@media(min-width: 1025px){
	.topInfo_infoLayout{
		font-size: 87.5%;
	}
}

@media(max-width: 1024px){
	.topInfo{
		flex-direction: column;
	}
	
	.topInfo_infoLayout{
		width: 100%;
		margin-bottom: 2em;
	}

	.topInfo_mapLayout{
		width: 100%;
	}
}

.topInfo_table{
	width: 100%;
}

.topInfo_table tr:not(:last-of-type){
	border-bottom: 1px solid #000;
}

.topInfo_table th{
	width: 6em;
	padding: 0.75em 0.5em;
	font-weight: normal;
	vertical-align: top;
}

.topInfo_table td{
	padding: 0.75em 0.5em;
	vertical-align: top;
}

.topInfo_map{
	position: relative;
	width: 100%;
}

@media(min-width: 1025px){
	.topInfo_map{
		height: 600px;
	}
}

@media(max-width: 1024px){
	.topInfo_map{
		padding-top: calc(100% / 4 * 3);
	}
}

.topInfo_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------------------------
	topInfo end
---------------------------------*/

/*---------------------------------
	weeklyScheduleCalendar--topInfo start
---------------------------------*/
.weeklyScheduleCalendar--topInfo{;
	font-size: 90%;
}

/*---------------------------------
	weeklyScheduleCalendar--topInfo end
---------------------------------*/

/*---------------------------------
	monthlyCalendar start
---------------------------------*/
.monthlyCalendar_main{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.monthlyCalendar_item{
	width: calc(100% / 2 - 1em);
	margin-bottom: 1em;
}

@media(max-width: 1024px){
	.monthlyCalendar_main{
		flex-direction: column;
		align-items: center;
	}
	
	.monthlyCalendar_item{
		width: 100%;
		max-width: 40em;
	}
}

.monthlyCalendar_info{
	display: flex;
	flex-wrap: warp;
	justify-content: flex-start;
	width: 100%;
}

.monthlyCalendar_holiday{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	font-size: 90%;
	margin: 0.5em;
}

.monthlyCalendar_holiday:before{
	content: "";
	display: block;
	width: 1.25em;
	height: 1.25em;
	margin-right: 0.5em;
	background-color: #FFBDBD;
}

.monthlyCalendar_today{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	font-size: 90%;
	margin: 0.5em;
}

.monthlyCalendar_today:before{
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	color: var(--mainColorBlue_hex);
	font-weight: bold;
	outline: 3px solid var(--mainColorBlue_hex);
	outline-offset: -3px;
}

.monthlyCalendar_copy{
	width: 100%;
}

.monthlyCalendar table{
	width:100%;
	font-size: 90%;
	font-family: 'Noto Sans JP',YuGothic,'Yu Gothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color: #CACACA;
	border: 1px solid #FFF;
}

@media(max-width: 600px){
	.monthlyCalendar table{
		font-size: 2.5vw;
	}
}

.monthlyCalendar table th,
.monthlyCalendar table td{
	padding: 0.5em;
	border: none;
	background-color: #FFF;
	color: #000;
	text-align: center;
}

.monthlyCalendar table th{
	font-weight: normal;
}

.monthlyCalendar table th.calendarHeader{
	color: #FFF;
	background-color: var(--mainColorBlue_hex);
}

.monthlyCalendar table th.youbi_0{
	color: #ba1a1a;
}

.monthlyCalendar table th.youbi_6{
	color: var(--mainColorBlue_hex);
}

.monthlyCalendar table td{
	vertical-align: top;
}

.monthlyCalendar table td.today{
	color: var(--mainColorBlue_hex);
	font-weight: bold;
	outline: 3px solid var(--mainColorBlue_hex);
	outline-offset: -3px;
}

/*---------------------------------
	monthlyCalendar end
---------------------------------*/

/*---------------------------------
	corperatingStoresBannars start
---------------------------------*/
.corperatingStoresBannars{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.corperatingStoresBannars_link{
	margin: 0 2em 3em;
}

.corperatingStoresBannars_image{
	width: 17em;
}

/*---------------------------------
	corperatingStoresBannars end
---------------------------------*/

/*---------------------------------
	lightboxContent start
---------------------------------*/
.lightboxContent{
	display: none;
	max-width: 50em;
	font-size: 16px;
	line-height: 150%;
	padding: 0 0.5em 0.5em;
}

@media(max-width: 600px){
	.lightboxContent{
		font-size: 1.75vh;
	}
}

.featherlight .lightboxContent{
	display: block;
}

.lightboxContent_section:not(:last-of-type){
	margin-bottom: 1em;
}

.lightboxContent_logo{
	width: 22em;
	max-width: 100%;
	margin: 0 auto 0.5em;
}

.lightboxContent_title{
	font-size: 110%;
	color: #0082ba;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

.lightboxContent_subTitle{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.lightboxContent_subTitle:before{
	content: "●";
	color: var(--mainColorBlue_hex);
	margin-right: 0.25em;
}

.lightboxContent_subTitle:not(:first-child){
	margin-top: 3em;
}

.lightboxContent_subTitle+.lightboxContent_subTitle{
	margin-top: 0.5em;
}

.lightboxContent_text{
	margin-bottom: 0;
	padding-left: 0.5em;
}

.lightboxContent_footText{
	margin: 0;
	text-align: center;
}

.lightboxContent_emphasis{
	color: var(--subColorOrange_hex);
	font-weight: bold;
}

/*---------------------------------
	lightboxContent end
---------------------------------*/

/*---------------------------------
	aboutIntroductionLayout start
---------------------------------*/
.aboutIntroductionLayout{
	position: relative;
	display: flex;
}

.aboutIntroductionLayout:before{
	content: "";
	position: absolute;
	z-index: 50;
	background-color: #FFF;
}

.aboutIntroductionLayout_imageLayout{
	position: relative;
	z-index: 60;
}

.aboutIntroductionLayout_contentLayout{
	position: relative;
	z-index: 60;
}

.aboutIntroductionLayout_imageWrapper{
	position: relative;
}

.aboutIntroductionLayout_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width: 1025px){
	.aboutIntroductionLayout{
		align-items: flex-start;
		justify-content: space-between;
		align-items: nowrap;
	}

	.aboutIntroductionLayout:before{
		top: 3em;
		right: 0;
		width: 75%;
		height: 100%;
	}

	.aboutIntroductionLayout_imageLayout{
		width: calc(100% / 2);
	}

	.aboutIntroductionLayout_contentLayout{
		width: calc(100% / 2);
	}

	.aboutIntroductionLayout_imageWrapper{
		padding-top: 70%;
	}

	.aboutIntroductionLayout_contentLayout{
		margin-top: 5em;
		padding: 0 3em;
	}
}

@media(max-width: 1024px) and (min-width: 601px){
	.aboutIntroductionLayout{
		flex-direction: column;
	}

	.aboutIntroductionLayout:before{
		top: 3em;
		right: 0;
		width: 95%;
		height: 100%;
	}

	.aboutIntroductionLayout_imageLayout{
		align-self: flex-start;
		width: 75%;
		margin-bottom: 3em;
	}

	.aboutIntroductionLayout_contentLayout{
		align-self: flex-end;
		width: 90%;
		padding: 0 3em;
	}

	.aboutIntroductionLayout_imageWrapper{
		padding-top: 70%;
	}

}

@media(max-width: 600px){
	.aboutIntroductionLayout{
		flex-direction: column;
	}

	.aboutIntroductionLayout:before{
		top: 1em;
		right: -1em;
		width: 100%;
		height: 100%;
	}

	.aboutIntroductionLayout_imageLayout{
		width: 100%;
	}

	.aboutIntroductionLayout_contentLayout{
		align-self: flex-end;
		width: calc(100% - 1em);
		padding: 1em 2em;
	}

	.aboutIntroductionLayout_imageWrapper{
		padding-top: 70%;
	}
}

/*---------------------------------
	aboutIntroductionLayout end
---------------------------------*/

/*---------------------------------
	hospitalLayout start
---------------------------------*/
.hospitalLayout{
	position: relative;
	display: flex;
}

.hospitalLayout_contentLayout{
	position: relative;
	z-index: 60;
}

.hospitalLayout_imagesLayout{
	position: relative;
	z-index: 61;
}

.hospitalLayout_imagesWrapper{
	position: relative;
	padding-top: 80%;
}

.hospitalLayout_imagesItem{
	position: absolute;
}

.hospitalLayout_imagesItem--01{
	bottom: 0;
	left: 0;
	z-index: 104;
	width: 25%;
}

.hospitalLayout_imagesItem--01 .hospitalLayout_image{
	width: 100%;
}

.hospitalLayout_imagesItem--02{
	top: 0;
	right: 10%;
	z-index: 102;
	width: 70%;
	padding-top: calc(70% * 0.65);
}

.hospitalLayout_imagesItem--02 .hospitalLayout_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hospitalLayout_imagesItem--03{
	bottom: 12.5%;
	left: 10%;
	z-index: 103;
	width: 50%;
	padding-top: calc(50% / 5 * 3);
}

.hospitalLayout_imagesItem--03 .hospitalLayout_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hospitalLayout_imagesItem--04{
	bottom: 22.5%;
	right: 0;
	z-index: 101;
	width: 50%;
	padding-top: calc(50% / 4 * 3);
}

.hospitalLayout_imagesItem--04 .hospitalLayout_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width: 1025px){
	.hospitalLayout{
		align-items: flex-start;
		justify-content: flex-start;
		min-height: 32.5em;
	}
	
	.hospitalLayout_imagesLayout{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
	}

	.hospitalLayout_contentLayout{
		width: 50%;
		margin-top: 5em;
		padding: 0 5em;
	}
	
	.hospitalLayout_contentLayout:before{
		content: "";
		position: absolute;
		z-index: -1;
		top: -2em;
		left: 2em;
		width: calc(100% + 5em);
		height: calc(100% + 5em);
		background-color: #FFF;
	}
}

@media(max-width: 1024px){
	.hospitalLayout{
		flex-direction: column;
		align-items: center;
	}

	.hospitalLayout_imagesLayout{
		width: 100%;
		max-width: 35em;
		margin-bottom: 3em;
	}

	.hospitalLayout_contentLayout{
		width: 100%;
		padding: 1.5em 1.5em 0;
		margin-bottom: 1em;
	}
	
	.hospitalLayout_contentLayout:before{
		content: "";
		position: absolute;
		z-index: 50;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100vw;
		height: calc(100% + 5em);
		background-color: #FFF;
	}

	.hospitalLayout_imageWrapper{
		padding-top: 70%;
	}

}

/*---------------------------------
	hospitalLayout end
---------------------------------*/

/*---------------------------------
	doctorInfo start
---------------------------------*/
.doctorInfo{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.doctorInfo_name{
	border-left: 5px solid var(--mainColorBlue_hex);
	padding: 0.25em 0 1em 1em;
	margin: 0 3em 1em 0;
}

.doctorInfo_nameJa{
	margin-bottom: 0.5em;
	font-size: 150%;
	color: var(--mainColorBlue_hex);
}

.doctorInfo_nameEn{
	margin-bottom: 0;
}

.doctorInfo_sub{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 1em;
	padding: 1em 0 1em 1em;
	border-left: 1px solid #CCC;
}

.doctorInfo_subText{
	margin: 0;
}

@media(max-width: 600px){
	.doctorInfo{
		margin-bottom: 1em;
	}

	.doctorInfo_sub{
		margin-bottom: 0;
		padding: 0.5em 0 0.5em 1em;
	}

}

/*---------------------------------
	doctorInfo end
---------------------------------*/

/*---------------------------------
	section--aboutDoctorDetail start
---------------------------------*/
.section--aboutDoctorDetail{
	padding-bottom: 2em;
	background: url("../../images/pages/about/doctor/detailBg.jpg");
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}

/*---------------------------------
	section--aboutDoctorDetail end
---------------------------------*/

/*---------------------------------
	doctorDetail start
---------------------------------*/
.doctorDetail{
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
	font-size: 110%;
	font-family: YuGothic,'Yu Gothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.doctorDetail a{
	color: inherit;
	text-decoration: none;
}

.doctorDetail a:hover{
	color: inherit;
	text-decoration: none;
}

.doctorDetail_section{
	margin-bottom: 5em;
}

@media(max-width: 600px){
	.doctorDetail_section{
		margin-bottom: 3em;
	}
	
	.doctorDetail_section:last-of-type{
		margin-bottom: 1em;
	}
}

.doctorDetail_title{
	font-size: 110%;
	margin-bottom: 1.5em;
}

@media(max-width: 600px){
	.doctorDetail_title{
		margin-bottom: 1em;
	}
}

.doctorDetail_text{
	margin-bottom: 1em;
}

.doctorDetail_historyTable th{
	width: 8em;
}

.doctorDetail_historyTable th,
.doctorDetail_historyTable td{
	padding: 0 0 1em;
	vertical-align: top;
}

@media(max-width: 600px){
	.doctorDetail_historyTable th,
	.doctorDetail_historyTable td{
		padding: 0 0 0.5em;
	}
}

.doctorDetail_affiliationTable td:not(:last-of-type){
	padding-right: 2em;
}

.doctorDetail .doctorDetail_historyFileLink{
	color: var(--subColorYellow_hex);
	font-weight: bold;
	text-decoration: underline;
}

.doctorDetail .doctorDetail_historyFileLink:hover{
	color: var(--subColorYellow_hex);
	text-decoration: underline;
}

/*---------------------------------
	doctorDetail end
---------------------------------*/

/*---------------------------------
	simpleTable--clinicInfo start
---------------------------------*/
@media(max-width: 600px){
	.simpleTable--clinicInfo th{
		width: 25%;
	}
}

/*---------------------------------
	simpleTable--clinicInfo end
---------------------------------*/

/*---------------------------------
	clinicSlider start
---------------------------------*/
.clinicSlider_thumbnailSliderWrapper{
	position: relative;
	padding: 0 2em;
	margin-top: 1em;
}

.clinicSlider_thumbnailSliderWrapper .swiper-button-next,
.clinicSlider_thumbnailSliderWrapper .swiper-button-prev{
	width: 1.5em;
}

.clinicSlider_thumbnailSliderWrapper .swiper-button-next{
	right: 0;
}

.clinicSlider_thumbnailSliderWrapper .swiper-button-prev{
	left: 0;
}

.clinicSlider_thumbnailSliderWrapper .swiper-button-next:after,
.clinicSlider_thumbnailSliderWrapper .swiper-button-prev:after{
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

.clinicSlider_thumbnailSliderWrapper .swiper-button-prev:after{
	content:'left'
}

.clinicSlider_thumbnailSliderWrapper .swiper-button-next:after{
	content:'right'
}

.clinicSlider_imageWrapper{
	position: relative;
	width: 100%;
	padding-top: calc(100% / 5 * 3);
	background-color: #CCC;
}

#clinicSliderMain .clinicSlider_imageWrapper{
	padding-top: calc(100% / 5 * 3);
}

#clinicSliderThumbnail .clinicSlider_imageWrapper{
	padding-top: calc(100% / 5 * 3);
}

.clinicSlider_imageWrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

/*---------------------------------
	clinicSlider end
---------------------------------*/

/*---------------------------------
	weeklyScheduleCalendar--info start
---------------------------------*/
.weeklyScheduleCalendar--info{
	width: 100%;
	margin: 0 auto 1em;
}

@media(min-width: 601px){
	.weeklyScheduleCalendar--info{
		font-size: 150%;
	}
}

/*---------------------------------
	weeklyScheduleCalendar--info end
---------------------------------*/

/*---------------------------------
	weeklyScheduleCalendarDetails--info start
---------------------------------*/
.weeklyScheduleCalendarDetails--info{
	width: 100%;
	margin: 0 auto;
}

@media(min-width: 601px){
	.weeklyScheduleCalendarDetails--info{
		font-size: 150%;
	}
}

/*---------------------------------
	weeklyScheduleCalendar--info end
---------------------------------*/

/*---------------------------------
	treatmentDetails start
---------------------------------*/
.treatmentDetails_title{
	margin-bottom: 0.5em;
	font-size: 100%;
}

.treatmentDetails_title:before{
	content: "・";
	margin-right: 0.25em;
	color: var(--mainColorBlue_hex);
}

.treatmentDetails_detail{
	margin-bottom: 2em;
	padding: 0.25em;
}

@media(max-width: 600px){
	.treatmentDetails_detail{
		margin-bottom: 1em;
	}
}

/*---------------------------------
	treatmentDetails end
---------------------------------*/

/*---------------------------------
	section--treatmentChildrenTopPoints start
---------------------------------*/
.section--treatmentChildrenTopPoints{
	background: url("../../images/pages/treatment/children/pointsBg.jpg");
	background-size: cover;
	background-position: center center;
	padding: 5em 0 20em;
}

@media(max-width: 600px){
	.section--treatmentChildrenTopPoints{
		padding: 2.5em 0 5em;
	}
}

.section--treatmentChildrenTopPoints .section_inner{
	max-width: 1000px;
}

/*---------------------------------
	section--treatmentChildrenTopPoints end
---------------------------------*/

/*---------------------------------
	treatmentChildrenTopPointsLayout start
---------------------------------*/
.treatmentChildrenTopPointsLayout{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.treatmentChildrenTopPointsLayout_inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10.5em;
	height: 10.5em;
	padding: 0.5em 0.5em 0.75em;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 65%, rgba(var(--mainColorBlue_rgb),0.5) 100%);
}

.treatmentChildrenTopPointsLayout_inner:before{
	content: "";
	position: absolute;
	z-index: 40;
	top: 0%;
	left: 0%;
	width: 45%;
	height: 45%;
	border-radius: 50%;
	background-color: #FFF;
	filter: blur(0.75em);
}

.treatmentChildrenTopPointsLayout_text{
	position: relative;
	z-index: 50;
	margin: 0;
	text-align: center;
	color: var(--mainColorBlue_hex);
	font-weight: bold;
	text-shadow: 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF;
}

/* @media(min-width: 601px){ */
	.treatmentChildrenTopPointsLayout{
		position: relative;
		height: 27.5em;
		font-size: 150%;
	}

	.treatmentChildrenTopPointsLayout_item{
		position: absolute;
	}
	
	.treatmentChildrenTopPointsLayout_item--01{
		top: 0;
		left: 5em;
	}
	
	.treatmentChildrenTopPointsLayout_item--01 .treatmentChildrenTopPointsLayout_inner{
		width: 8em;
		height: 8em;
	}
	
	.treatmentChildrenTopPointsLayout_item--02{
		top: 0.5em;
		right: 4.5em;
	}
	
	.treatmentChildrenTopPointsLayout_item--02 .treatmentChildrenTopPointsLayout_inner{
		width: 9.5em;
		height: 9.5em;
	}
	
	.treatmentChildrenTopPointsLayout_item--03{
		top: 4em;
		left: 12em;
	}
	
	.treatmentChildrenTopPointsLayout_item--03 .treatmentChildrenTopPointsLayout_inner{
		width: 8.5em;
		height: 8.5em;
		font-size: 140%;
	}
	
	.treatmentChildrenTopPointsLayout_item--04{
		bottom: 0;
		left: 0;
	}
	
	.treatmentChildrenTopPointsLayout_item--04 .treatmentChildrenTopPointsLayout_inner{
		width: 9.5em;
		height: 9.5em;
		font-size: 160%;
	}
	
	.treatmentChildrenTopPointsLayout_item--05{
		bottom: 2.5em;
		right: 1em;
	}
	
	.treatmentChildrenTopPointsLayout_item--05 .treatmentChildrenTopPointsLayout_inner{
		width: 9.5em;
		height: 9.5em;
		font-size: 150%;
	}
	
/* } */

/* @media(max-width: 1124px) and (min-width: 601px){ */
@media(max-width: 1124px){
	.treatmentChildrenTopPointsLayout{
		font-size: 2.5vw
	}
	
	.treatmentChildrenTopPointsLayout_item--02{
		top: 0em;
		right: 3em;
	}
	
	.treatmentChildrenTopPointsLayout_item--05{
		bottom: 1em;
		right: 0em;
	}
	
}
/*
@media(max-width: 600px){
	.treatmentChildrenTopPointsLayout{
		font-size: 200%;
	}
	
	.treatmentChildrenTopPointsLayout_item{
		display: flex;
		width: 100%;
		margin-bottom: -1em;
	}
	
	.treatmentChildrenTopPointsLayout_item:nth-of-type(2n + 1){
		justify-content: flex-start;
	}
	
	.treatmentChildrenTopPointsLayout_item:nth-of-type(2n){
		justify-content: flex-end;
	}
	
	.treatmentChildrenTopPointsLayout_inner{
		width: 9.5em;
		height: 9.5em;
	}
}
*/

/*---------------------------------
	treatmentChildrenTopPointsLayout end
---------------------------------*/

/*---------------------------------
	glaucomaCheckSlider start
---------------------------------*/
.glaucomaCheckSlider{
	width: 100%;
	margin: 0 auto;
}

/*---------------------------------
	glaucomaCheckSlider end
---------------------------------*/

/*---------------------------------
	js-iosParallaxBkImg start
---------------------------------*/
.js-iosParallaxBkImg.is-iosParallaxBkImgActive{
	background-size: auto 100vh;
	background-attachment: scroll;
	background-position: center;
}

/*---------------------------------
	iosParallaxBkImg end
---------------------------------*/
