@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.bg-b{
	background-color: #DBD3D8;
}
/* ttlArea */
.imgArea {
	background-image: url("../img/ima/main_bg.jpg");
}
.ttlArea .inner .h1Area h1:after {
	content: "KIYOSATO IMA";
	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;
}
.kijicontentsArea ul li .badge{
	background-color: #DBD3D8;
}


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

@media screen and (max-width: 767px) {
.bg-b{
	padding: 0 3vw;
}

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

