@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');

.googlemap {
	width: 95%;
	margin: 60px auto;
	padding: 25px 0 6px 0;
	border-radius: 5px;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.googlemap iframe {
	width: 95%;
	min-height: 320px;
	border-radius: 10px;
}

/* CSS Document */
.newWrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: space-around;
}

.firstArea {
	width: 95%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 60px 0 30px 0;
}

.firstArea .imageArea {
	width: 40%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	min-width: 260px;
}

.firstArea .imageArea img {
	width: 100%;
	height: auto;
	display: block;
}

.firstArea .expArea {
	width: 40%;
	min-width: 260px;
}

@media screen and (max-width: 960px) {
	.firstArea {
		flex-direction: column;
		padding: 40px 0;
	}

	.firstArea .imageArea,
	.firstArea .expArea {
		width: 90%;
		min-width: unset;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

.firstArea .expArea h4 {
	font-size: clamp(1.8rem, 3.0vw, 3em);
	text-align: left;
	padding: 5px 0 5px 10px;
	color: #000000;
}

.firstArea p {
	text-align: left;
	font-size: 1.1em;
	padding: 10px 10px 10px 10px;
}

.colorSampleArea {
	display: flex;
	width: 95%;
	justify-content: center;
	padding: 60px 0 30px 0;
}

.colorSampleArea ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
}

.colorSampleArea ul li {
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.colorSampleArea ul li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
}

.centerCatch {
	display: flex;
	width: 95%;
	justify-content: center;
	flex-direction: column;
	padding: 30px 0 30px 0;
	margin: 60px 0 30px 0;
	background: linear-gradient(135deg, #d4af37 0%, #f1d27a 45%, #b8860b 100%);
}

.centerCatch h2 {
	font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.companyInfoArea {
	width: 100%;
	margin: 60px auto;
	display: flex;
	justify-content: center;
	background: #e4e4d9;
	padding: 60px 0;
}

.companyInfoList {
	width: 95%;
	max-width: 1280px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 20px;
}

.companyInfoItem {
	background: #fff;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 180px;
}

.companyInfoLabel {
	font-weight: bold;
	color: #010426;
	font-size: 1.4em;
	margin: 0;
}

.companyInfoValue {
	margin: 0;
	height: 100%;
	line-height: 1.5;
	color: #333;
	font-size: 0.95em;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.companyInfoValue p {
	margin: 0;
}
