@charset "utf-8";
/* general______________________ */
.cv{
	padding: 50px 0;
	background-color: #E9BE64;
}
.cv_insta_box{
	margin-bottom: 40px;
}
.cv_line_box{
	margin-bottom: 30px;
}
.cv_insta_a,.cv_line_a{
	display: inline-block;
	margin-top: 10px;
	padding: 15px 45px;
	border-radius: 50px;
	background-color: #FCFCFC;
}
.cv_insta_a img{
	width: 40px;
	height: 40px;
	margin-right: 30px;
}
.cv_line_a img{
	width: 40px;
	height: 40px;
	margin-right: 30px;
}
.cv_button_box_wrap{
	width: 100%;
	display: inline-block;
	padding: 25px 0;
	border-radius: 6px;
	background-color: #FCFCFC;
}
.cv_button_box{
	display: flex;
	justify-content: center;
	gap: 10px;
}
.cv_button_illust{
	width: 76px;
	height: 70px;
	margin: 0 auto 15px;
	background: no-repeat center center / contain;
	background-image: url(../img/illust/illust_1.svg);
}
.cv_button{
	display: inline-block;
	padding: 5px;    
	border-radius: 3px;
	background-color: #BADDE8;
}
.single_top{
	padding: 100px 0 50px;
	background: no-repeat center center / cover;
	background-image: url(../img/single_top_img.jpg);
}
.single_bottom{
	padding: 50px 0;
	background-color: #FCFCFC;
}
.single_bottom_title{
	margin-top: 12px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E9BE64;
}
.single_bottom_content{
	margin: 35px 0 50px;
}
.single_bottom_button{
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px 11px;
	border-radius: 3px;
	background-color: #292929;
}
/* header________________________ */
@media screen and (max-width: 1010px){
	.header_logo{
		position: absolute;
		top: 0;
		left: 0;
		object-fit: contain;
		margin: 3px 0 0 10px;
		width: 42px;
		height: 50px;
	}
	/* burger */
	.burger{
		position: fixed;
		top: 0;
		right: 0;
		display: inline-block;
		width: 47px;
		height: 47px;
		background: no-repeat center center / contain;
		background-image: url(../img/burger_open.jpg);
		cursor: pointer;
		z-index: 100;
	}
	.burger_nav{
		position: relative;
		display: inline-block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #E9BE64;
		display: none;
		z-index: 90;
	}
	.burger_close_logo{
		position: fixed;
		top: 0;
		right: 0;
		width: 47px;
		height: 47px;
		background: no-repeat center center / contain;
		background-image: url(../img/burger_close.jpg);
		z-index: 110;
	}
	.burger_nav_li{
		position: absolute;
		top: 80px;
		right: 50%;
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		gap: 25px;
		justify-content: space-around;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		text-align: center;
	}
	.burger_nav_li_a{
		display: block;
		width: 150px;
	}
	.burger_nav_li_a_pagebtn{
		width: 270px;
		display: block;
		padding: 9px 0;
		background-color: #FCFCFC;
		border-radius: 30px;
	}
	.burger.is_active{
		background-image: url(../img/burger_close.png);
	}
	.burger_nav.is_active{
		display: flex;
	}
}
/* main visual */
.pc_fv,.sp_fv{
	width: 100vw;
}
/* about */
.about{
	padding: 50px 0;
	background-color: #FFF3D3;
}
.about_p_1,.about_p_2,.about_p_3{
	display: inline-block;
	padding: 9px 12px;
	border: 1px solid #433B34;
}
.about_p_4{
	margin: 40px 0 45px;
}
.about_p_6{
	margin: 45px 0 18px;
}
.about_p_6,.about_p_7{
	display: inline-block;
	padding: 6px 12px;
	background-color: #FCFCFC;
}
.about_p_8{
	margin: 35px 0 30px;
}
.about_p_9,.about_p_10{
	display: inline-block;
	padding: 6px;
	border-radius: 3px;
	background-color: #E9BE64;
}
.about_p_10{
	margin: 15px 0 50px;
}
.about_p_11{
	display: none;
}
@keyframes infinity-scroll-left{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}
}
.scroll-infinity__wrap{
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list{
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left{
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item{
	width: calc(100vw / 3);
}
.scroll-infinity__item>img{
	width: 100%;
}
/* price______________________________ */
.price{
	position: relative;
	padding: 50px 0;
}
.diet_price_title{
	position: relative;
	z-index: 3;
}
.price_title_eng{
	opacity: 0.12;
}
.all_page_title{
	position: absolute;
	top: 15px;
	right: 50%;
	transform: translateX(50%);
}
/* table24 */
table{
	border-collapse: separate;
	border-spacing: 0px;
}
.table24{
	width: 90%;
	margin: 50px auto 0;
}
.table24_title_tr{
	width: 100%;
	background-color: #EDD4A0;
}
.table24_title_th{
	height: 114px;
	vertical-align: middle;
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	border-radius: 18px 18px 0 0;
}
.table24_price_tr,.tablepersonal_price_tr{
	height: 74px;
}
.table24_content_tr{
	height: 97px;
}
.table24_hour_tr,.tablepersonal_hour_tr,.tableshort_hour_tr,.tablestudent_hour_tr{
	height: 61px;
}
.table24_th,.tablepersonal_th,.tableshort_th,.tablestudent_th{
	width: 20%;
	vertical-align: middle;
	background-color: #FCFCFC;
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
}
.table24_th_last,.tablepersonal_th_last,.tableshort_th_last,.tablestudent_th_last{
	width: 20%;
	vertical-align: middle;
	background-color: #FCFCFC;
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-bottom: 1px solid #292929;
	border-right: 1px solid #292929;
	border-radius: 0 0 0 18px;
}
.table24_td{
	background-color: #FFF3D3;
	border-top: 1px solid #292929;
}
.table24_td,.tablepersonal_td,.tableshort_td,.tablestudent_td{
	width: 80%;
	vertical-align: middle;
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
}
.table24_td_last{
	background-color: #FFF3D3;
	border-top: 1px solid #292929;
}
.table24_td_last,.tablepersonal_td_last,.tableshort_td_last,.tablestudent_td_last{
	width: 80%;
	vertical-align: middle;
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
	border-radius: 0 0 18px 0;
	border-bottom: 1px solid #292929;
}
/* table_personal */
.tablepersonal,.tableshort,.tablestudent{
	width: 90%;
	margin: 40px auto 0;
}
.tablepersonal_title_tr{
	width: 100%;
	background-color: #BADDE8;
	border: 1px solid #292929;
}
.tablepersonal_title_th{
	height: 114px;
	vertical-align: middle;
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	border-radius: 18px 18px 0 0;
}
.tablepersonal_content_tr,.tableshort_content_tr{
	height: 130px;
}
.tablepersonal_th_last{
	width: 20%;
	vertical-align: middle;
	background-color: #FCFCFC;
	border: 1px solid #292929;
}
.tablepersonal_td{
	background-color: #FCFCFC;
}
.tablepersonal_td_last{
	background-color: #FCFCFC;
}
/* table_short */
.tableshort_title_tr{
	width: 100%;
	background-color: #BADDE8;
	border: 1px solid #292929;
}
.tableshort_title_th{
	height: 114px;
	vertical-align: middle;
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	border-radius: 18px 18px 0 0;
}
.tableshort_price_tr{
	height: 105px;
}
.installment_payment,.PC_installment_payment{
	display: inline-block;
	margin-bottom: 6px;
	padding: 6px 12px;
	background-color: #FFD17B;
	border-radius: 16px;
}
/* table_student */
.tablestudent_title_tr{
	width: 100%;
	background-color: #BADDE8;
	border: 1px solid #292929;
}
.tablestudent_title_th{
	height: 114px;
	vertical-align: middle;
	border-top: 1px solid #292929;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	border-radius: 18px 18px 0 0;
}
.tablestudent_price_tr{
	height: 105px;
}
.tablestudent_content_tr{
	height: 165px;
}
.price_des_wrap{
	margin-top: 50px;
}
.price_des{
	width: 100%;
	padding: 20px 22px;
	background-color: #FCFCFC;
	border: 1px solid #433B34;
	border-radius: 15px;
	text-align: left;
}
/* q_a */
.q_a{
	position: relative;
	padding: 50px 0;
	background: no-repeat center center / cover;
	background-image: url(../img/q_a_img.jpg);
	z-index: -2;
}
.q_a_title_eng{
	position: absolute;
	opacity: 0.18;
	z-index: -1;
	top: 15px;
	right: 50%;
	transform: translateX(50%);
}
.q_a_title_box{
	text-align: center;
}
.q_a_box_wrap{
	margin-top: 50px;
}
.q_a_box_wrap .q_a_box{
	margin-top: 15px;
}
.q_a_box{
	padding: 35px 20px;
	background-color: #FCFCFC;
	border-radius: 9px;
}
.q_box{
	display: flex;
	align-items: center;
	gap: 15px;
}
.q_a_a{
	margin-top: 20px;
	padding-left: 35px;
}
/* contact */
.contact{
	padding: 50px 0 0;
	background-color: #F8F8F8;
	box-shadow: 0 0 0 100vmax #F8F8F8;
	clip-path: inset(0 -100vmax);
}
.contact_title_eng{
	margin-bottom: 15px;
}
.contact_description{
	margin: 45px 0 60px;
}
/* form */
.wpcf7-spinner{
	display: none;
}
input[type="text"],input[type="email"],input[type="tel"]{
	width: 100%;
	height: 50px;
	margin: 3px 0 30px;
	background-color: #FCFCFC;
	border: 1px solid #433B34;
	border-radius: 3px;
}
input[type="radio"]{
	display: none;
}
.wpcf7-list-item-label{
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}
.wpcf7-list-item-label::before{
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background-color: #FCFCFC;
	border: 0.5px solid #433B34;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
}
.wpcf7-list-item-label::after{
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;  
	opacity: 0;
	background-color: #E9BE64;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	left: 8.5px;
}
input[type="radio"]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}
/* label_text → wpcf7-list-item-label */
.form_radio{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 30px;
}
.form_message{
	width: 100%;
	height: 300px;
	margin: 30px 0 60px;
	background-color: #FCFCFC;
	border: 1px solid #433B34;
	border-radius: 3px;
}
input[type="submit"]{
	padding: 19px 40px 20px;
	background-color: #E9BE64;
	border-radius: 40px;
	transition: .2s;
}
input[type="submit"]:hover{
	opacity: .7;
}
.contact_hacomono{
	margin-top: 50px;
	padding: 50px 0;
	background-color: #BADDE7;
	box-shadow: 0 0 0 100vmax #BADDE7;
	clip-path: inset(0 -100vmax);
}
.contact_hacomono_button{
	display: inline-block;
	margin-top: 40px;
	padding: 27px 40px 28px;
	background-color: #5695AC;
	border-radius: 6px;
	transition: .2s;
}
.contact_hacomono_button:hover{
	opacity: .7;
}
/* hacomono_button_css_arrow */
.dli-chevron-round-right{
	display: inline-block;
	vertical-align: middle;
	color: #FCFCFC;
	line-height: 1;
	position: relative;
	width: .6rem;
	height: .6rem;
	margin-left: 33px;
	transform: translateX(-25%) rotate(45deg);
}
.dli-chevron-round-right::before,.dli-chevron-round-right::after{
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.dli-chevron-round-right::before{
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}
.dli-chevron-round-right::after{
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}
/* access */
.access{
	position: relative;
	padding: 50px 0;
	background: no-repeat center center / cover;
	background-image: url(../img/access_img.jpg);
	z-index: -2;
}
.access_title_eng{
	opacity: .15;
}
.access_box_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 70px;
}
.access_box{
	text-align: center;
}
.access_logo{
	width: 190px;
	height: 58px;
	margin-bottom: 30px;
	background: no-repeat center center / contain;
	background-image: url(../img/access_logo.png);
}
.access_box_text{
	margin: 20px 0;
}
/* news */
.news{
	position: relative;
	padding: 50px 0 35px;
}
.news_title{
	position: relative;
	z-index: 3;
}
.news_title_eng{
	opacity: 0.12;
}
.news_box{
	overflow-y: scroll;
	height: 350px;
	margin-top: 60px;
}
.news_box_item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #E9BE64 solid;
}
.triangle_news{
	display: inline-block;
	margin: 0 0 2px 15px;
	background: #E9BE64;
	height: calc(tan(60deg) * 8px / 2);
	width: 8px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(90deg);
}
/* footer */
.footer{
	padding: 50px 0;
	background-color: #3C3C3C;
}
.footer_logo{
	width: 206px;
	height: 48px;
	margin: 0 auto 35px;
	background: no-repeat center center / cover;
	background-image: url(../img/logo_egg.png);
}
.footer_insta{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	background: no-repeat center center / cover;
	background-image: url(../img/Insta_.png);
}
.footer_insta_a{
	display: block;
	width: 28px;
	height: 28px;
}
@media screen and (min-width: 768px){
	/* general_______________________ */
	.cv{
		padding: 60px 0;
	}
	.cv_insta_line_box{
		display: flex;
		justify-content: center;
		gap: 100px;
		margin-bottom: 30px;
	}
	.cv_insta_box{
		margin-bottom: 0;
	}
	.cv_line_box{
		margin-bottom: 0;
	}    
	.cv_button_box_wrap{
		padding: 30px 0;
	}
	.cv_button_box{
		gap: 30px;
	}
	.cv_button{
		padding: 6px 12px;
	}
	.single_bottom{
		padding: 60px 0 90px;
	}    
	.single_bottom_content{
		margin: 45px 0 80px;
	}
	/* header________________________ */
	.pc_header{
		position: fixed;
		width: 100vw;
		height: 88px;
		padding-left: 15px;
		background-color: #292929;
		z-index: 50;
	}
	.pc_header_flex{
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		align-items: center;
		justify-content: left;
		gap: 3%;
	}
	.pc_header_logo{
		width: 60px;
		height: 73px;
	}
	.pc_header_ul_li{
		padding: 4px 18px;
		border: .5px solid #FCFCFC;
		transition: .1s;
	}
	.pc_header_ul_li:hover{
		border: .5px solid #E9BE64;
		background-color: #E9BE64;
	}
	.pc_header_ul_li_contact{
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 23px;
		background-color: #E9BE64;
	}
	.triangle{
		display: inline-block;
		margin: 0 0 2px 15px;
		background: #FCFCFC;
		height: calc(tan(60deg) * 8px / 2);
		width: 8px;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		transform: rotate(90deg);
	}
	/* about */
	.about{
		padding: 90px 0;
	}
	.about_p_6_7_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about_p_6,.about_p_7{
		padding: 9px 12px;
	}
	.about_p_9,.about_p_10{
		display: none;
	}
	.about_p_11{
		display: inline-block;
		margin-bottom: 70px;
		padding: 12px 18px;
		border-radius: 3px;
		background-color: #E9BE64;    
	}
	.scroll-infinity__item{
		width: calc(100vw / 6);
	}
	/* price */
	.price{
		padding: 90px 0;
	}
	.all_page_title{
		top: 42px;
	}
	/* table */
	/* PC_table24 */
	.PC_table24{
		margin: 90px 0 30px;
	}
	.PC_table24_content_tr,.PC_tablepersonal_content_tr,.PC_tableshort_content_tr,.PC_tablestudent_content_tr{
		height:  200px;
	}
	.PC_table24_title_th_vacant{
		width: 266px;
	}
	.PC_table24_price_th span{
		display: inline-block;
		margin-top: 20px;
	}
	.PC_table24_title_th_price,.PC_table24_title_th_content,.PC_table24_title_th_hour{
		height: 61px;
		vertical-align: middle;
		background-color: #FCFCFC;
		border-top: 1px solid #292929;
		border-right: 1px solid #292929;
	}
	.PC_table24_title_th_price{
		width: 188px;
		border-left: 1px solid #292929;
		border-radius: 18px 0 0 0;
	}
	.PC_table24_title_th_content{
		width: 356px;
	}
	.PC_table24_title_th_hour{
		width: 193px;
		border-radius: 0 18px 0 0;
	}
	.PC_table24_price_th{
		width: 266px;
		vertical-align: middle;
		background-color: #EDD4A0;
		border-top: 1px solid #292929;
		border-left: 1px solid #292929;
		border-bottom: 1px solid #292929;
		border-radius: 18px 0 0 18px;
	}
	.PC_table24_content_td_price,.PC_table24_content_td_content,.PC_table24_content_td_hour{
		vertical-align: middle;
		background-color: #FFF3D3;
		border-top: 1px solid #292929;
		border-right: 1px solid #292929;
		border-bottom: 1px solid #292929;
	}
	.PC_table24_content_td_price{
		width: 188px;
		border-left: 1px solid #292929;
	}
	.PC_table24_content_td_content{
		width: 356px;
	}
	.PC_table24_content_td_hour{
		width: 193px;
		border-radius: 0 0 18px 0;
	}
	/* PC_table_personal */
	.PC_tablepersonal_price_th,.PC_tableshort_price_th,.PC_tablestudent_price_th{
		width: 266px;
		vertical-align: middle;
		background-color: #BADDE8;
		border-top: 1px solid #292929;
		border-left: 1px solid #292929;
		border-right: 1px solid #292929;
		border-bottom: 1px solid #292929;
		border-radius: 18px 0 0 18px;
	}
	.PC_tablepersonal_content_td_price,.PC_tablepersonal_content_td_content,.PC_tablepersonal_content_td_hour,.PC_tableshort_content_td_price,.PC_tableshort_content_td_content,.PC_tableshort_content_td_hour,.PC_tablestudent_content_td_price,.PC_tablestudent_content_td_content,.PC_tablestudent_content_td_hour{
		vertical-align: middle;
		background-color: #FCFCFC;
		border-top: 1px solid #292929;
		border-bottom: 1px solid #292929;
	}
	.PC_tablepersonal_content_td_price,.PC_tableshort_content_td_price,.PC_tablestudent_content_td_price{
		width: 188px;
		border-right: 1px solid #292929;
	}
	.PC_tablepersonal_content_td_content,.PC_tableshort_content_td_content,.PC_tablestudent_content_td_content{
		margin: 0 auto;
		width: 356px;
		border-right: 1px solid #292929;
	}
	.PC_tablepersonal_content_td_hour,.PC_tableshort_content_td_hour,.PC_tablestudent_content_td_hour{
		width: 193px;
		border-right: 1px solid #292929;
		border-radius: 0 18px 18px 0;
	}
	.price_des_wrap{
		text-align: center;
		margin-top: 80px;
	}
	.price_des{
		display: inline-block;
		width: 560px;
		padding: 20px 30px;
		border: 1px solid #433B34;
		border-radius: 15px;
		text-align: left;
	}    
	/* PC_tableshort */
	.PC_tableshort{
		margin: 5px 0;
	}
	.PC_installment_payment{
		margin-bottom: 6px;
		padding: 9px 13px 7px;
		border-radius: 21px;
	}
	.PC_table_th_subtitle{
		display: inline-block;
		margin-bottom: 20px;
	}
	/* q_a */
	.q_a{
		padding: 90px 0;
	}
	.q_a_title_box{
		position: relative;
	}
	.all_page_title_q_a{
		position: absolute;
		top: -46px;
		left: -472px;
	}
	.q_a_title_box{
		text-align: left;
	}
	.q_a{
		padding: 90px 0;
	}
	.q_a_box_wrap{
		margin-top: 90px;
	}
	.q_a_box_wrap .q_a_box{
		margin-top: 30px;
	}
	.q_a_box{
		padding: 35px 40px;
	}
	.q_box{
		gap: 34px;
	}
	.q_a_a{
		margin-top: 5px;
		padding-left: 57px;
	}
	/* contact */
	.contact{
		padding: 90px 0 0;
	}
	.contact_description{
		margin: 50px 0 75px;
	}
	/* form */
	input[type="text"],input[type="mail"],input[type="tel"]{
		height: 45px;
		margin: 5px 0 35px;
	}    
	.form_radio{
		flex-direction: row;
		gap: 80px;
		margin: 3px 0 35px;
	}
	.wpcf7-list-item-label{
		padding-left: 35px;
	}
	/* access */
	.access{
		padding: 90px 0;
	}
	.access_box_wrap{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0;
		margin-top: 90px;
	}
	.access_box{
		text-align: left;
	}    
	.access_logo{
		width: 242px;
		height: 73px;
	}
	/* news */
	.news{
		padding: 90px 0 55px;
	}    
	.news_box{
		height: 415px;
		margin-top: 90px;
	}
	.news_box_item{
		justify-content: space-between;
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	.pc_news_box_item_flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 100px;
	}
	/* footer */
	.footer{
		padding: 55px 0 30px;
	}
	.footer_logo{
		width: 316px;
		height: 74px;
		margin: 0 auto 60px;
	}    
	.footer_ul{
		display: flex;
		justify-content: center;
		gap: 40px;
		margin-top: 90px;
	}
	.footer_ul_li{
		border-left: 1px solid #FCFCFC;
		padding-left: 40px;
	}
	.footer_insta{
		margin-top: 50px;
	}
	.pc_footer_flex{
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		align-items: center;
		justify-content: space-around;
	}
	.pc_footer_ul_li{
		padding: 6px 20px;
		border: .5px solid #FCFCFC;
	}
}
@media screen and (max-width: 900px){
	.pc_footer_flex,.footer_ul{
		display: none;
	}
}
@media screen and (max-width: 1190px){
	.pc_header{
		height: 88px;
		padding-left: 15px;
	}
	.pc_header_flex{
		gap: 1%;
	}
	.pc_header_logo{
		width: 55px;
		height: 68px;
	}
	.pc_header_ul_li{
		padding: 4px 15px;
		font-size: 15px;
	}
}