@charset "UTF-8";

/*
石川県板金工業組合 2026
（有）ゴトー板金
*/


/* HEADER
---------------------------------------------------- */

#org.topmain {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-image: url("./img/main.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}


@media screen and (max-width: 480px) {

#org.topmain {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-image: url("./img/main_smp.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

}
