@charset "utf-8";
/* CSS Document */
.f10{
	font-size: 10px;
}
.em_area{
	margin: 20px auto;
	line-height: 1.6;
	font-size: 16px;
	color: #E02020;
}
.em_area > .ttl{
	font-size: 18px;
	font-weight: bold;
}

.em_area .em{
	font-size: 18px;
	font-weight: bold;
}
#container .em_area .red_button{
		width: fit-content;
    padding: 10px 60px;
}
#container .em_area .red_button::after{
		position: absolute;
    content: "";
    background: url(/images/ringo_w.webp) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 36px;
    transform: translate(-50%, -50%);
}
.list_style01{
	padding-left: 1em;
}

.list_style01 > li{
	list-style-position: outside;
	list-style-type: disc;
}
.real_estate_detail{
    width: 100%;
}

.kv{
		display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.img_kv{
	position: relative;
	& p{
		position: absolute;
    bottom: 0;
    left: 50%;
    background: rgb(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
	}
	& span{
		display: block;
    font-size: 10px;
	}
}
.img_kv.kv_shop_01,
.img_kv.kv_shop_02,
.img_kv.kv_shop_03,
.img_kv.kv_shop_04{
	width: 100%;
}
.img_kv img{
		width: 100%;
    height: 150px;
	object-fit: cover;
	}
.img_kv.kv_shop_01{
			grid-row: 1 / 2;
    grid-column: 1 / 5;
}
.img_kv.kv_shop_02{
	    grid-row: 1 / 2;
    grid-column: 5 / 9;
}
.img_kv.kv_shop_03{
		grid-row: 1 / 2;
    grid-column: 9 / 13;
}
.img_kv.kv_shop_04{
		grid-row: 2 / 3;
    grid-column: 1 / 5;
}
.img_kv.kv_shop_05{
			grid-row: 2 / 3;
    grid-column: 5 / 9;
}
.img_kv.kv_shop_06{
		grid-row: 2 / 3;
    grid-column: 9 / 13;
}
.img_kv.kv_shop_07{
			grid-row: 1 / 3;
    grid-column: 13 / 19;
		img {
			height: 300px;
		}
}
