@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.bg-b{
	background-color: #DBD3D8;
}
/* ttlArea */
.imgArea {
	background-image: url("../img/living/living_bg.jpg");
}
.ttlArea .inner .h1Area h1:after {
	content: "Living";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
/* hitoArea */
.hitoArea ul{
    max-width: 2000px;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hitoArea ul li{
	width: 30%;
	margin: 20px 10px;
	background-color: #FFF;
	border-radius: 15px;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
.hitoArea ul li img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	  width: 100%;
	  height: 120px;
	  object-fit: cover;	
}
.hitoArea ul li .detail{
	padding: 20px;
}
.hitoArea ul li p{
	padding: 10px 0 0 0;
}
.hitoArea ul li .badge{
	font-size: min(2.2vw,12px);
	padding: 0 2em;
	display: inline-block;
	color: #FFF;
	background-color: #D77A61;
}

.hitoArea ul li p.date{
	font-weight: bold;
}
.hitoArea ul li p.ttl{
	font-size: 18px;
    font-weight: bold;
	color: #D77A61;
}
.hitoArea ul li p.htag span{
	font-size: 10px;
	border: 1px solid #223843;
	border-radius: 15px;
	padding: 5px;
	margin: 5px 5px 0 0;
}

@media screen and (max-width: 1000px) {
}	

@media screen and (max-width: 767px) {
.bg-b{
	padding: 0 3vw;
}
.hitoArea ul{
	justify-content: center;
}
.hitoArea ul li{
	width: 46%;
}

}	
@media screen and (max-width: 600px) {
.hitoArea ul li{
	width: 100%;
}
}	

