@charset "utf-8";
#wrap {
	padding: calc(106 / var(--break3)) 0 0;
}

.header {
	justify-content: space-between !important;
	align-items: center !important;
	width: 100%;
	padding: calc(18 / var(--break3)) calc(28 / var(--break4));
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 3;
}

.header-tel {
	width: calc(390 / var(--break3));
}

.cover-contact {
	justify-content: space-between !important;
	align-items: center !important;
	width: calc(430 / var(--break3));
}

.header-tel {
	width: calc(280 / var(--break3));
}

.header-youtube {
	width: calc(51 / var(--break3));
}

.header-instagram {
	width: calc(51 / var(--break3));
}

@media only screen and (max-width: 767px) {
	#wrap {
		padding: calc(108 / 750 * 100vw) 0 0;
	}

	.header-logo {
		width: calc(380 / 750 * 100vw);
	}

	.cover-contact {
		width: calc(260 / 750 * 100vw);
	}

	.header-tel {
		width: calc(72 / 750 * 100vw);
	}

	.header-youtube {
		width: calc(88 / 750 * 100vw);
		margin-right: .5vw;
	}

	.header-instagram {
		width: calc(78 / 750 * 100vw);
		margin-top: .2vw;
	}
}