body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

header {
	background: #fff;
	padding: 0 20px 20px;
	text-align: center;
}

nav ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: right;
	gap: 20px;
	margin: 5px 0;
}

.h_a {
	text-decoration: none;
	color: #000;
}

section {
	padding: 40px 20px;
	margin: auto;
}

.h_image {
	padding: 0;
	text-align: center;
	height: 400px;
	background: url("/image/image1.jpg") no-repeat center center
}

.c_content {
	max-width: 800px;
	text-align: center;
}

.c_content img {
	width: 400px;
	height: 280px;
	margin: 0 5px;
}

.div_cc {
	display: flex;
	align-items: center;
	margin: 20px auto 40px;
}

.div_cc1, .div_cc2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 280px;
	margin: 0 5px;
	line-height: 1.8;
}

#s_contact {
	max-width: 800px;
	text-align: center;
	background-color: #def;
}