@charset "ecu-jp";

@import url("https://kamebishi.xsrv.jp/lolipop/kamebishi/assets/stylesheets/styles.css");

.house_price{
  margin: 0 auto;
  max-width: 400px;
}

.house_price {
	text-align: center;
}

.kamebishi_point{
	display: flex;
  	flex-direction: column;
  	gap: 100px;
}

.kamebishi_point .point{
	font-size: 16px;
  	margin-bottom: 10px;
}

.kamebisitei-point-1 {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 任意の余白調整 */
  flex-wrap: wrap;
}

.point1_img {
  display: flex;
  gap: 10px; /* 任意の画像間の余白 */
  width: calc(25% - 8px);
  flex: 1;
  max-width: 1140px;
}

.point1_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


/*
.section_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}


.house_price{
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5rem
}

.house_price p{
  margin-bottom: 0;
}
*/