@charset "UTF-8";



.news_box {
	display: grid;
	column-gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	margin: 35px auto 16px;
}

.news {
	position: relative;
	border: 1px solid #999;
	margin-bottom: 21px;
	display: flex;
	flex-wrap: wrap;
}

.news a {
	text-decoration: none;
}

/*背景*/
.news>div {
	width: 100%;
	background-color: var(--newsbox-back-color);
}

.news_thumbnail {
	width: 100%;
	position: relative;
}

.news_thumbnail img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain ;

}

.news_thumbnail div.zumen img {
	width: 100px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background-color: #fff;
	border: 1px solid #999;
}

.news_thumbnail div.zumen {
	position: absolute;
	bottom: -15%;
	right: 1%;
}

.news .news_info {
	margin: 0 auto 0;
	padding: 8px 12px 21px;
}

.news .news_info p {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin: 6px auto 0;
}

.news .news_info p.price {
	font-size: 14px;
}

.news .news_info p.price .price_num {
	color: red;
	font-size: 18px;
	margin-left: .2rem;
}

.news .news_info p.price .price_txt {
	font-size: 15px;
	color: #000;
	margin-left: .2rem;
}

.news .news_info .new{
	width: fit-content;
	font-size: 13px;
	color: #fff;
	background-color:#ff69b4 ;
	border-radius: 50%;
	padding: 4px 6px;
}

.news .news_info a {
	text-decoration: none;
	color: #666;
}

/*動画・画像多数アイコン*/
.news .news_info ul.op {
	margin: .5rem auto 0;
}

.news .news_info ul.op li {
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	background-color: #666;
	color: #fff;
	padding: 5px 8px;
	margin-bottom: 4px;
}



/*賃貸で種別ごとに上書きバックグランド*/
/*
.lease_bk {
	background: #5a062e;
}

.shakuchi_bk {
	background: #065849;
}
*/

/*売買バックグランド*/
/*
.tochi_bk {
	background: #003366;
}

.mansion_bk {
	background: #003366;
}

.newhouse_bk {
	background: #003366;
}

.house_bk {
	background: #003366;
}

.jigyou_bk {
	background: #003366;
}

.toushi_bk {
	background: #003366;
}
*/





.news .cat_icon_1,
.news .cat_icon_2 {
	position: absolute;
	top: 0px;
	/*画像の左上に配置*/
	left: 0;
	margin: 0;
	/*余計な隙間を除く*/
	color: #fff;
	/*文字を白に*/
	background: rgba(0, 52, 153, 0.64);
	/*背景色*/
	font-size: 14px;
	line-height: 1;
	/*行高は1に*/
	padding: 8px 10px;
	/*文字周りの余白*/
}

/*賃貸種別カテゴリーの上書き*/
/*
.news .lease_cat {
	background: rgba(84, 7, 31, 0.74);
}

.news .shakuchi_cat {
	background: rgba(17, 85, 7, 0.74);
}
*/

/*売買カテゴリー*/
/*
.news .tochi_cat {
	background: rgba(0, 52, 153, 0.64);
}

.news .mansion_cat {
	background: rgba(0, 52, 153, 0.64);
}

.news .mewhouse_cat {
	background: rgba(0, 52, 153, 0.64);
}

.news .house_cat {
	background: rgba(0, 52, 153, 0.64);
}

.news .jigyou_cat {
	background: rgba(0, 52, 153, 0.64);
}

.news .toushi_cat {
	background: rgba(0, 52, 153, 0.64);
}
*/



/*種目等のタイトル*/
/*
.span_label h2{
	width: fit-content;
	font-size: 21px;
	background: #003399;
	border-radius: 3px;
	color: #fff;
	padding: 12px 24px;
	margin: auto;
}
*/

/*賃貸タイトル*/
/*
.label_rent span {
	background: #051f74;
}

.label_lease span {
	background: #5a062e;
}

.label_shakuchi span {
	background: #065849;
}
*/

/*売買タイトル*/
/*
.label_tochi span {
	background: #003399;
}


.label_mansion span {
	background: #003399;
}

.label_newhouse span {
	background: #003399;
}

.label_house span {
	background: #003399;
}

.label_jigyou span {
	background: #003399;
}

.label_toushi span {
	background: #003399;
}

*/



/*オープンハウス*/

.openh_box {
	width: 100%;
	margin: 0 auto 35px;
}

.openh_box h2 {
	display: inherit;
	justify-content: inherit;
	align-items: inherit;
	text-align: inherit;
	padding: inherit;
	margin: 0 0 1rem;
}

.openh_box h2::before,
.openh_box h2::after {
	content: inherit;
	width: inherit;
	height: inherit;
	background-color: inherit;
	margin-left:inherit;
}

.openh_box h2.op_title{
	display: block;
	width: fit-content;
	letter-spacing: .1rem;
	border-bottom: double 5px #051f74;
}

.openh_box .op_box {
	background: #f5f5f5;
	border: 1px solid #d3d3d3;
	padding: 1rem;
	margin: 0 auto 1rem;
}

.openh_box .op_box .op_thumb {
	float: left;
	width: 40%;
	margin: auto;
}

.openh_box .op_box .op_thumb .thumb {
	width: min(100%, 300px);
	margin: 0 auto 16px;
}

.openh_box .op_box .op_naiyou {
	width: 50%;
	float: left;
	margin-left: 1rem;

}

.openh_box .op_box  a{
	color: #333;
	text-decoration: none;
}

.openh_box .op_box .op_naiyou ul {
	margin: 1rem auto 0;
}

.openh_box .op_box .op_naiyou li {
	list-style: none;
	font-size: 1.2rem;
	line-height: 1.5;
}

.openh_box .op_box .op_naiyou li.op_price {
	font-size: 1.5rem;
	color: red;
}

.openh_box .op_box .op_txt {
	font-size: 1.1rem;
	margin: 1rem auto;
}

.openh_box .op_box .op_naiyou .op_syubetu {
	display: inline-block;
	color: #fff;
	background: #041ba0;
	padding: 3px 8px;
}

.openh_box .op_box .op_naiyou li.op_day {
	font-size: 1.3rem;
	color: red;
	margin: 1rem auto 0;
}

.openh_box .op_box {
	position: relative;
}

.openh_box .op_box .op_more {
	display: inline-block;
	position: absolute;
	bottom: 12px;
	right: 16px;
	background: #0e1889;
	color: #fff;
	text-align: right;
	padding: 6px 12px;
}

.openh_box .op_box .op_more a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.openh_box .op_box .op_more a::after {
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: .5rem;
	height: .5rem;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-left: .3rem;
	margin-top: .5rem;
}


.more_but {
	position: relative;
	width: fit-content;
    margin-bottom: 0.2rem;
    color: #353535;
    background-color:var(--main-color);
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
	margin: auto;
}

.more_but a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: yellow;
	padding: 16px 31px;
}


@media only screen and (max-width: 418px) {
	/*スマホサムネイル*/





}

@media only screen and (min-width: 419px) and (max-width: 1023px) {}

@media only screen and (max-width: 736px) {
	/*スマホ*/

	.news_box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.news .news_info p.price {
		margin-top: .75rem;
	}
	

	.news_thumbnail div.zumen img {
		width: 60px;
	}


	/*オープンハウス*/

	.openh_box {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

	.openh_box h2 {
		text-align: center;
		margin: 2rem auto 1rem;
	}

	.openh_box .op_box {
		background: #f5f5f5;
		border: 1px solid #d3d3d3;
		padding: 1rem;
		margin: 0 auto 1rem;
	}

	.openh_box .op_box .op_thumb {
		float: none;
		width: 100%;
	}

	.openh_box .op_box .op_thumb .thumb {
		width: 100%;
	}

	.openh_box .op_box .op_naiyou {
		width: 100%;
		float: none;
		margin-left: 0rem;
		margin: 0 auto;

	}

	.openh_box .op_box .op_more {
		display: inline-block;
		position: relative;
		bottom: 6px;
		right: -25%;
		background: #0e1889;
		color: #fff;
		text-align: right;
		padding: 6px 12px;
		margin: .75rem auto 0;
	}

}

@media only screen and (min-width: 737px) and (max-width: 1023px) {

	.news_box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}





}