.listBox {
	margin-bottom: 50px;
}
.listBox:last-child {
/*	margin-bottom: 0;*/
}

.infoList {
	margin-bottom: 30px;
}
.infoList > li {
	font-size: 1.4rem;
	width: 280px;
	float: left;
	margin-right: 33px;
	position: relative;
	height: 300px;
}
.main .infoList > li {
	margin-right: 35px;
}
.main .infoList > li:nth-child(4n) {
	margin-right: 35px;
}

.infoList > li:nth-child(4n) {
	margin-right: 0;
}
.main .infoList > li:nth-child(3n) {
	margin-right: 0;
}


.listBox h2 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
.listBox h2:before {
	display: none;
}

.infoList li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.infoList li .img {
	width: 280px;
	height: 184px;
	margin-bottom: 12px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
/*
.property .infoList li.new:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.3rem;
	font-weight: 500;
	min-width: 60px;
	text-align: center;
	color: #fff;
	content: "NEW";
	line-height: 24px;
	padding: 0 7px 0 5px;
	background: #CC4B1F;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}*/
.cms_text{
	overflow: visible;
}

/* NEWアイコン */
.list-btnBox {
	position: absolute;
	top: 15px;
	right: 15px;
}

.list-btnBox > * {
	display: inline-block;
	vertical-align: bottom;
}

.list-btnBox .new {
    font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.1rem;
	font-style:italic;
    font-weight: 500;
    min-width: 48px;
	height: 48px;
	line-height:48px;
    text-align: center;
    color: #fff;
    padding: 0;
    background: #cc4b1f;
    border-radius: 100%;
}

.property .infoList li.new:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.1rem;
	font-style:italic;
	font-weight: 500;
	min-width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	content: "NEW";
	padding: 0;
	background: #CC4B1F;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 10;
	border-radius: 100%;
}

/*
.property .infoList li.pickuplist:before  {
	min-width: 100px;
	line-height: 30px;
	
}
*/

.listBox.property .name ,.AreaLink .name{
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 12px;
	padding-left: 20px;
	background: url(../img/arrow01.png) no-repeat 0 .3em / 15px 12px;
}

.item {
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}
.item.red {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.item strong {
	font-size: 1.8rem;
}
.item.red strong {
	font-size: 2.6rem;
}
.item span {
	font-size: 1.2rem;
	color: #fff;
	line-height: 18px;
	border-radius: 3px;
	padding: 0 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	display: inline-block;
	background: #003366;
	vertical-align: middle;
}
.listBox.property .list li li {
	margin-bottom: 0;
}
.listBox.property .list li li:before {
	color: #B3B3B3;
}

.btn-a a {
    min-width: 274px;
}

/*各分譲地エリアリンク*/
.campaign_link {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	gap: 15px 25px;
	flex-wrap: wrap;
}
.campaign_link .cms_link {
	display: block;
	width: 390px;
}
.campaign_link .cms_link a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	border: 1px solid #003366;
	border-radius: 5px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.campaign_link .cms_link a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #01335b transparent transparent transparent;
	margin-left: -15px;
	margin-right: 15px;
}
.campaign_link .cms_link a:hover {
	text-decoration: none;
	opacity: .7;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.searchMap_left .title br {
		display: none;
	}
	
	.news .infoList li {
		width: 100%;
		display: table;
	}
	.news .infoList li .date {
		width: 210px;
		display: table-cell;
		vertical-align: top;
	}
	.news .infoList li .text {
		display: table-cell;
		vertical-align: top;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 新着一覧 -- */
	.listBox {
		margin-bottom: 30px;
	}
	.listBox h2 {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	
	.infoList {
		margin-bottom: 50px;
	}
	.infoList > li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
		height: auto;
	}
	.infoList > li .img {
		width: 100%;
		height: auto;
	}
	.infoList > li .img img {
		width: 100%;
		height: auto;
	}
	.news .infoList li {
		margin-bottom: 0;
	}
	
	/* -- 物件 -- */
	.listBox.property .name {
		margin-bottom: 8px;
	}

	.propertyBox .list-btnBox {
		margin-right: -5px;
		margin-top: -10px;
	}

	.property .infoList li.new:before,
	.list-btnBox .new {
		font-size: 0.9rem;
	    min-width: 38px;
		height: 38px;
		line-height: 40px;
	}
	/*各分譲地エリアリンク*/
	.campaign_link .cms_link {
		width: 100%;
	}
}

/* ------------------------------
 物件一覧
------------------------------ */
/* -- 物件一覧用 h1 -- */
h1.listTitle {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	padding-bottom: 0;
	border-left: solid 4px #CC4B1F;
	background: none;
	margin-bottom: 25px;
}

/* -- 物件タイトル -- */
.detailtitle {
	position: relative;
	margin-bottom: 20px;
}
.detailtitle .btn_favorite {
	top: -15px;
	right: 0;
}
.detailtitle h1 {
	margin-bottom: 40px !important;
}

.listBox h2 {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: dotted 1px #A9ACAD;
}
.listBox h2 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
.listBox h2:before {
	display: none;
}

/* -- 並び替え -- */
.sortBox {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
.sortBox .apply {
	font-weight: bold;
	line-height: 30px;
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
	border-right: dotted 1px #A9ACAD;
}
.sortBox .apply strong {
	font-size: 2.8rem;
}
.sortBox .sortSelect {
	font-weight: bold;
	line-height: 30px;
	padding-left: 30px;
	vertical-align: middle;
	display: inline-block;
}
.sortBox .sortSelect select {
	color: #656261;
	/*width: 225px;*/
	width: 200px;
	display: inline-block;
}


.sideBox {
	padding: 0 15px 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	background: #F3F3F3;
}

.side_concept {
    width: 100%;
    min-width: 100px;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 23px;
    min-width: 230px;
    padding: 10px 26px;
    text-align: center;
    transition: all 0.1s ease-in-out 0s;

}

.side_concept span{
padding-left: 25px;
background: url(../img/arrow01.png) no-repeat 0 .3em / 15px 12px;
}

.side_concept:hover {
    background: #ddd;
    text-decoration: none;
}

.side_concept a {
	text-decoration: none;
	color: #000;
}


.sideBox .title {
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	margin: 0 -15px 15px;
	padding: 10px 15px;
	background: #666;
	border-radius: 5px 5px 0 0;
}
.favorite .title {
	padding-left: 39px;
	background: #666 url(../img/search/star.png) no-repeat 15px center / 16px auto;
}
.sideBox .btn a,
.sideBox .btn-a a,
.main .btn-a a {
	width: 100%;
	min-width: 100px;
	padding: 10px 15px;
}
.sideBox .tel,
.main .tel {
	font-size: 2.2rem;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../img/tel_icon_bk.png) no-repeat 0 center / 15px auto;
}

.main .tel {
	background: url(../img/tel_icon.png) no-repeat 0 center / 15px auto;
}


/* -- 一覧 -- */
.propertyBox {
	font-size: 1.4rem;
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 5px;
	background: #F3F3F3;
	position: relative;
}
.propertyBox + .listBox {
	margin-top: 50px;
}

.propertytitle {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	font-size: 2.2rem !important;
	font-weight: bold !important;
	line-height: 32px !important;
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	background: none !important;
	text-align: left !important;
	padding-right: 40px;
}
.propertytitle a {
	color: #333;
	text-decoration: none;
	position: relative;
}
.propertytitle a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 3rem;
	font-weight: normal;
	color: #808080;
	margin-left: 25px;
	line-height: 1;
	vertical-align: top;
}
/* -- アイコン -- */
.propertytitle span {
	font-size: 1.6rem;
	color: #fff;
	min-width: 88px;
	line-height: 34px;
	display: inline-block;
	position: relative;
	margin-right: 25px;
	padding: 0 13px;
	vertical-align: middle;
	background: #758A3B;
}
.propertytitle span:before {
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 12px solid #758A3B;
	border-right-color: transparent;
	position: absolute;
	top: 4px;
	left: -7px;
}
.propertytitle span:after {
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 12px solid #758A3B;
	border-left-color: transparent;
	position: absolute;
	top: 4px;
	right: -7px;
}

.cate02 span {
	background: #477380;
}
.cate02 span:before{
	border-color: #477380;
	border-right-color: transparent;
}
.cate02 span:after {
	border-color: #477380;
	border-left-color: transparent;
}
.cate03 span {
	background: #AD6196;
}
.cate03 span:before{
	border-color: #AD6196;
	border-right-color: transparent;
}
.cate03 span:after {
	border-color: #AD6196;
	border-left-color: transparent;
}

.cate04 span {
	background: #666;
}
.cate04 span:before{
	border-color: #666;
	border-right-color: transparent;
}
.cate04 span:after {
	border-color: #666;
	border-left-color: transparent;
}

/* -- 物件情報 -- */
.detailInfo {
	width: 570px;
}
.detailInfo .item {
	margin-bottom: 8px;
}
.detailInfo .item strong {
	font-size: 2.3rem;
	line-height: 1;
}
.borderTb table {
	border-left: none;
	border-top: none;
}
.borderTb table tr {
	background: #fff;
}
.borderTb table tr:nth-child(odd) {
	background: #F3F3F3;
}
.borderTb table th {
	height: auto;
	width: 90px;
	font-weight: bold;
	padding: 4px 0 4px 15px;
	border-right: none;
	border-bottom: none;
	background: none;
}
.borderTb table td {
	height: auto;
	padding: 4px 15px;
	border-right: none;
	border-bottom: none;
}

.propertyBox .borderTb table tr {
	background: #F3F3F3;
}
.propertyBox .borderTb table tr:nth-child(odd) {
	background: #fff;
}

/* -- ボタン一覧 -- */
.btnBox {
	font-size: 0;
	margin-top: 25px;
}
.btnBox li {
	width: 31.6%;
	display: inline-block;
}
.btnBox li + li {
	margin-left: 2.6%
}
.btnBox li a {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1;
	padding: 10px 20px;
}

.btn_favorite {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
}
.btn_favorite a {
	display: block;
	color: #858585;
	text-decoration: none;
}
.btn_favorite span {
	width: 34px;
	height: 34px;
	display: block;
	margin: auto;
	padding-top: 5px;
	border-radius: 5px;
	background: #BFBFBF;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	 -webkit-appearance: none;
}
/*.btn_favorite a:hover {
	color: #CC4B1F;
}
.btn_favorite a:hover span {
	background: #CC4B1F;
}
.btn_favorite a:hover img {
	opacity: 1;
}
*/
.btn_favorite.on a {
	color: #CC4B1F;
}
.btn_favorite.on a span {
	background: #CC4B1F;
}
.btn_favorite.on a img {
	opacity: 1;
}

/* -- WEBサイトリンクBOX -- */
.dotlineBox {
	font-size: 1.4rem;
	text-align: center;
	padding: 20px;
	margin: auto;
	border: dotted 1px #A9ACAD;
}
.imgicon img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsPage .side {
		
	}
	.contentsPage .main {
		padding-top: 30px;
	}
	.pageLink {
		width: auto;
		margin: -30px -5.5% 0;
	}
	.pageLink.bottom {
		width: auto;
		margin: 0 -5.5%;
	}
	
	/* -- 物件タイトル -- */
	.detailtitle h1 {
		margin-bottom: 0 !important;
	}
	
	/* -- サイド検索 -- */
	.sideBox {
		margin-bottom: 30px;
	}
	.sideBox.search {
		padding: 0;
		background: none;
	}
	.sideBox .title {
		font-size: 1.5rem;
	}
	
	/* -- 並び替え -- */
	.sortBox .apply {
		padding-right: 0;
		display: block;
		border-right: none;
	}
	.sortBox .apply strong {
		font-size: 2.8rem;
	}
	.sortBox .sortSelect {
		padding-left: 0;
		display: block;
	}
	.sortBox .sortSelect select {
		/*width: 60%;*/
		width: 100%;
	}
	
	.sort_item {
	    width: 100%;
	    display: inline-block;
	    text-align: left;
	}

	.sort_item_gule {
	    display: none;
	}

	.sortSelect {
		margin-bottom: 10px;
	}

	.sortSelect:last-child {
		margin-bottom: 0;
	}
	
	/* -- 一覧 -- */
	.propertyBox {
		padding: 5%;
		/*margin: 0 -5.5% 20px;*/
		border-radius: 0;
	}
	.propertytitle {
		font-size: 1.8rem !important;
		line-height: 24px !important;
		margin-bottom: 15px !important;
		padding-right: 0;
	}
	.propertytitle a:after {
		font-size: 2.6rem;
		margin-left: 15px;
	}
	/* -- アイコン -- */
	.propertytitle span {
		font-size: 1.2rem;
		line-height: 24px;
		text-align: center;
		width: 80px;
		min-width: 80px;
		margin-bottom: 10px;
		display: block;
	}
	.propertytitle span:before {
		border: 10px solid #758A3B;
		top: 2px;
		left: -5px;
	}
	.propertytitle span:after {
		border: 10px solid #758A3B;
		top: 2px;
		right: -5px;
	}
	
	.cate02 span:before,
	.cate02 span:after{
		border-color: #477380;
	}
	
	.cate03 span:before,
	.cate03 span:after{
		border-color: #AD6196;
	}
	
	
	/* -- 物件情報 -- */
	.detailInfo {
		width: auto;
		margin-top: 20px;
	}
	.detailInfo .item strong {
		font-size: 2rem;
	}
	.cms_text.borderTb {
		margin-bottom: 30px;
	}
	.propertyBox .borderTb table tr {
		display: none;
	}
	.propertyBox .borderTb table tr:nth-child(1),
	.propertyBox .borderTb table tr:nth-child(2),
	.propertyBox .borderTb table tr:nth-child(3) {
		display: block;
	}
	
	.borderTb table th {
		width: 90px;
	}
	
	/* -- ボタン一覧 -- */
	.btnBox {
		margin-top: 20px;
		text-align: center;
	}
	.btnBox li {
		width: 49%;
	}
	.btnBox li + li {
		margin-left: 2%;
	}
	.btnBox li a {
		min-width: 1px;
	}
	.btnBox li.btn,
	.btnBox li.phone {
		margin-left: 0;
		margin-top: 13px;
	}
	.btn_favorite {
		font-size: 1rem;
		top: 40px;
	}
	.detailtitle .btn_favorite {
		top: 30px;
	}
	.btn_favorite span {
		width: 28px;
		height: 28px;
		padding-top: 5px;
	}
	
	/* -- WEBサイトリンクBOX -- */
	.dotlineBox {
		width: auto;
	}
	.imgicon img {
		margin-right: 5px;
	}

	.btnBox li.spml2{
		margin-left:2%;
	}

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

.area_list {
	width: 910px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.area_list {
		width: 100%;
	}
}

/* コンセプト分譲地一覧 */
.subdivision_list {
	display: none;
}

.subdivision_list li {
	margin-bottom: 20px;
}

.subdivision_list li {
	margin-bottom: 20px;
}

/* コンセプトエリア分譲地一覧 */
.area_list {
	display: none;
}

/* 3列リスト */
.column3 .infoList > li {
	width: 390px;
	height: auto;
	margin-right: 25px;
	margin-bottom: 50px;
}
.column3 .infoList > li:nth-child(3n) {
	margin-right: 0;
}
.column3 .infoList > li:nth-child(3n+1) {
	clear: both;
}
.column3 .infoList li .img {
	width: 390px;
	height: auto;
}

.column3 .propertytitle {
	margin-bottom: 12px !important;
	position: relative;
}

.column3 .propertytitle:after {
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 3rem;
	font-weight: normal;
	color: #808080;
	line-height: 1;
	vertical-align: top;
}

/* 表組み */
.column3 table {
	border: none;
}
.column3 table tr:nth-child(2n + 1) {
	background: #f3f3f3;
}

.column3 table th,
.column3 table td {
	border: none;
	background: none;
}
.column3 table th {
	font-weight: bold;
	width: 6.5em;
	padding: 4px 0 4px 15px;
}
.column3 table td {
	padding: 4px 15px;
}

/* カテゴリーアイコン */
.category_icon {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	min-width: 88px;
	display: inline-block;
	position: relative;
	margin: 0 auto 12px 5px;
	padding: 0 15px;
	background: #758A3B;
}

.category_icon:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 2px;
	left: -5px;
	background: #758A3B;
}

.category_icon:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 2px;
	right: -5px;
	background: #758A3B;
}

.cate02.category_icon,
.cate02.category_icon:before,
.cate02.category_icon:after {
	background: #477380 !important;
}
.cate03.category_icon,
.cate03.category_icon:before,
.cate03.category_icon:after {
	background: #AD6196 !important;
}


.railside .item span {
	background: #cc4b1f
}


@media screen and (max-width: 767px) {
	.column3 .infoList > li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
		height: auto;
	}
	.column3 .infoList > li .img {
		width: 100%;
		height: auto;
	}
	.column3 .infoList > li .img img {
		width: 100%;
		height: auto;
	}
}