@charset "utf-8";

/*　------ お問い合わせフォーム ------　*/

div.btn {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

div.btn input {
	width: 100px;
	height: 35px;
	font-size: 1.1em;
	color: #ffffff;
	border: 1px solid #434343;
	background-color: #434343;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.btn input:hover {
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=60)";
}

div.btn input#kakunin {
	letter-spacing: 0.5em;
	padding-left: 1em;
}

div.btn input.h_back {
	margin-right: 30px;
}


/*　------ テキスト＆アートエリア ------　*/

div.text_area {
	margin-bottom: 30px;
}


/*　------ アートグリッド ------　*/

div.art_area {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 30px;
}

a.item {
	position: relative;
	width: 20%;
	padding-bottom: 18.5%;
	border: 5px solid #ffffff;
	box-sizing: border-box;
}

a.item:hover {
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=60)";
}

a.item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*　------ アートエリア ------　*/

div.art_area2 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #c0c0c0;
}

div.art_area2 div {
	text-align: center;
	margin: 20px 0;
}

div.art_area2 p {
	margin: 0 40px 20px 40px;
}


p.page_top {
	text-align: right;
	margin-bottom: 1em;
}