.modelhousepage .listing-item,
.workspage .listing-item {
	float: left;
	background-color: #f6f6f6;
	border-left: #FFF 1px solid;
}

.workspage .listing-item img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.modelhousepage .listing-item .image {
	display: block;
}

.modelhousepage .listing-item .title {
	padding-left: 20px;
}

.modelhousepage .listing-item img {
	width: 600px;
	object-fit: cover;
}

.modelhousepage .listing-item .excerpt:before {
	content: '住所';
	display: inline-block;
	margin-right: 1em;
	background-color: red;
	color: white;
	padding: 0 1em 0;
}

.modelhousepage .listing-item a.title:after {
	content: '詳細を見る→';
	display: inline-block;
	margin-left: 100px;
	padding: 0 5px 0;
	color: white;
	background-color: black;
}

.workspage .listing-item a.title:after {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	margin-left: 1em;
	width: 15px;
	/*画像の幅*/
	height: 15px;
	/*画像の高さ*/
	background-image: url(https://sendai.asahi-alex.co.jp/home/wp-content/uploads/2020/07/r-arrow.png);
	background-size: contain;
	vertical-align: bottom;
}

.modelhousepage a.title,
.workspage a.title {
	font-size: small;
	display: block;
}

.modelhousepage .listing-item span.excerpt-dash,
.workspage .listing-item span.excerpt-dash {
	display: none !important;
}

.modelhousepage .listing-item .title {
	text-align: left;
	font-size: large;
}

.modelhousepage .listing-item .excerpt {
	text-align: left;
}

.workspage .listing-item .title,
.workspage .listing-item .excerpt {
	text-align: center;
	padding-left: 15px;
}

.modelhousepage,
.workspage {
	width: 1210px !important;
}

/*20201023*/
.works-box .works-box__img a {
	position: relative;
	display: block;
}

.works-box .works-box__img a:before {
	content: "";
	display: block;
	padding-top: 140.66%;
}

.works-box .works-box__img a img {
	margin: auto;
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

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

	.modelhousepage,
	.workspage {
		width: 100% !important;
	}
}

.showroom-list {
	/*display: flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;*/
}

.showroom-list .showroom-list__item {
	width: calc(50% - 2px);
	margin-bottom: 4px;
	background-color: #f4f4f4;
}

.showroom-list .showroom-list__item:nth-of-type(2n) {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
	.showroom-list .showroom-list__item {
		width: 100%;
	}
}

.showroom-box .showroom-box__img {
	margin: 0;
	line-height: 1;
}

.showroom-box .showroom-box__img a {
	display: block;
	position: relative;
}

.showroom-box .showroom-box__img a:before {
	content: "";
	display: block;
	padding-top: 66.667%;
}

.showroom-box .showroom-box__img img {
	margin: auto;
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.showroom-box .showroom-box__inner {
	position: static;
	padding: 0 10px;
}

.showroom-box .showroom-box__ttl {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: transparent;
	color: #333;
	font-size: 16px;
}

.showroom-box .showroom-box__btn {
	width: 148px;
	margin: 8px 0 0 auto;
}

.showroom-box .showroom-box__btn a {
	display: block;
	position: relative;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30.8px;
	letter-spacing: 0.1em;
}

.showroom-box .showroom-box__btn a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background-color: #fff;
	display: none;
}

.showroom-box .showroom-box__btn a:after {
	/*
	content: '\f330';
	font-family: "Font Awesome 5 Pro";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1.1em;
	font-weight: 600;
	position: absolute;
	height: 0.8em;
	top: 0;
	bottom: 0;
	right: 0.5em;
	left: auto;
	margin: auto;
	*/
}

.works-list {
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}

.works-list .works-list__item {
	width: calc(25% - 3px);
	background-color: #f4f4f4;
	margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
	.works-list .works-list__item {
		width: calc(50% - 2px);
	}
}

.works-box .works-box__img {
	margin: 0;
	line-height: 1;
}

.works-box .works-box__img img {
	width: 100%;
	height: auto;
}

.works-box .works-box__inner {
	position: relative;
	padding: 15px 40px 20px 20px;
}

.works-box .works-box__inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background-color: #b6b6b6;
}

.works-box .works-box__inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #f4f4f4;
}

.works-box .works-box__ttl {
	padding: 0;
	margin: 0 0 5px 0;
	background-color: transparent;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

.works-box .works-box__txt {
	color: #777;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

/*** ペ－ジャー ***/
.workspage {
	overflow: visible;
}

.pagination {
	margin: 4em 0;
	text-align: center;
}

.pagination:after {
	content: '';
	display: table;
	clear: both;
}

.pagination a,
.pagination span {
	color: #000;
	font-weight: 500;
	padding: 0 0.8em;
	box-sizing: border-box;
	border: 1px solid #000;
	transition: .2s;
	display: inline-block;
	font-size: 1em;
}

.pagination a:hover,
.pagination span:hover {
	opacity: .8;
}

.pagination span {
	background-color: #c94236;
	color: #FFF;
	border: 1px solid #c94236;
	box-sizing: border-box;
}

.pagination a span {
	background-color: transparent;
	color: #000;
	padding: 0;
	border: none;
	vertical-align: baseline;
	line-height: 1;
}

.pagination a svg {
	vertical-align: text-top;
}

.pagination a+a {}


/*********** 20200826 ************/
.showroom-list {
	margin: 0 auto;
}

.showroom-list .showroom-list__item {
	padding-bottom: 20px;
}

.showroom-box .showroom-box__tag {
	display: block;
	width: 70px;
	background-color: #c94236;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding: 0;
	margin-bottom: 0.5em;
}

.showroom-box .showroom-box__txt {
	color: #777;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
}

/*news_single*/
.article-content .article-date.news_single {}

.article-content .article-date.news_single:before {
	top: -0.1em;
	left: 100%;
	right: auto;
	bottom: 0;
	margin: auto;
}

.article-content .article-date.news_single:after {
	top: -0.2em;
	right: auto;
	bottom: auto;
	left: calc(100% + 0.8em);
	position: absolute;
}


@media (min-width: 768px) {
	.modelhousepage {
		margin-bottom: 0;
	}

	.showroom-list {
		/*display: flex;
		flex-wrap: wrap;
		align-items: top;
		justify-content: space-between;*/
		max-width: 1082px;
	}

	.showroom-list:after {
		content: '';
		display: table;
		clear: both;
	}

	.showroom-box .showroom-box__txt {
		position: relative;
		padding-left: calc(1.5em + 70px);
	}

	.showroom-list .showroom-list__item {
		width: calc(50% - 1px);
		float: left;
		margin-right: 2px;
		position: relative;
		padding-bottom: 47px;
		margin: 0 2px 0 0;
	}

	.eventlist li:nth-of-type(2n) {
		margin-right: 0;
	}

	.showroom-box .showroom-box__btn {
		position: absolute;
		right: 10px;
		bottom: 0.7em;
	}

	.showroom-box .showroom-box__tag {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
	}
}
