.header_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.header_time_box {
	display: flex;
	align-items: center;
}
.header_time_box_text {
	margin-left: 17px;
	font-weight: 400;
	line-height: 1.6;
	font-size: 15px;
}
.header_mess_box {
	display: flex;
	align-items: center;
}
.header_mess_box_text {
	font-weight: 400;
	line-height: 1.3;	
	margin-right: 15px;
	font-size: 15px;
}
.header_mess_icon_row {
	display: flex;
}
.mess_icon_margin {
	margin: 0 5px;
}
.header_phone_box {
	display: flex;
	align-items: center;
}
.header_phone_box_link {
	display: flex;
	flex-direction: column;
	margin-left: 17px;
}
.header_phone_link {
	text-decoration: none;
	font-weight: 700;	
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
.header_phone_text_link {
	text-decoration: underline;
	font-weight: 400;	
	font-size: 15px;
	color: #000;	
}
.header_logo_retina {
	height: 35px;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.header_time_box {display: none;}
}
@media screen and (max-width: 767px) {
	.header_logo {width: 100%; text-align: center; margin-bottom: 20px;}
	.header_mess_box_text {display: none;}
	.header_phone_link {font-size: 20px;}
	.header_phone_text_link {margin-top: 5px;}
	.header_mess_retina {height: 40px;}
	.mess_icon_margin {margin: 0 10px;}
	.header_phone_text_link {font-size: 18px;}
	.header_row {justify-content: center;}
	.header_phone_box_link {margin-right: 0;}
	.header_phone_text_link {display: none;}
}
@media screen and (max-width: 390px) {
	
}
@media screen and (max-width: 375px) {}