@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
br.forsp{
	display: none;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	transition: 0.4s;

}
li{
	list-style-type: none;
}
img,#maparea{
	line-height: 0;
	vertical-align: top;
}
body{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 16px;
}
/* 共通class */
.vbtm{
	vertical-align: bottom;
}
.fullsize{
	width: 100%;
}
.fullsize img{
	width: 100%;
	height: auto;
}
.column2,
.row2,
.row3,
.row4{
	display: flex;
	justify-content:space-between;
}
.row2,
.row3{
	flex-direction: row;
}
.column2{
	flex-direction: column;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.mt50{
	margin-top: 50px !important;
}
.mt30{
	margin-top: 30px !important;
}
.inner,
.inner818,
.inner875,
.inner750{
	margin: 0 auto;
	min-width: 1000px;
}
main{
	min-width: 1000px;
}
.inner820{
	width: 82%;
	margin: 0 auto;
}
.inner890{
	width: 89%;
	margin: 0 auto;
}
.project_thumb{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -2.71% ;
}
.project_thumb li{
	margin: 0 2.71% 40px 2.71%;
	width: calc( ( 100% - 21.68% ) / 4 );
	color: #d9d9d8;
}
.project_thumb li a{
	display: inline-block;
}
.project_thumb li img{
	width: 100%;
	height: auto;
}
#project .more{
	padding-bottom: 88px;
}
