@charset "utf-8";
.cf:after {
	content: "";
	clear: both;
	display: block;
}


.mainimgTop {
	height: auto;
	background: none;
}
.mainimgTop h1 {
	padding: 60px 0 10px;
	background: none;
}
.mainimgTop h1 img {
	width: 78px;
	height: auto;
}

/* アイキャッチ
***************************************************************/
.iCatch .bg {
	background-image: url(../img/houseplan/houseplan1.jpg);
}
	@media all and (max-width:680px) {
		.iCatch .bg {
			background-image: url(../img/houseplan/houseplan1_sp.jpg);
		}
	}

/* ------------------------------
 トップ
------------------------------ */

/* -- マップサーチ -- */
.searchMap {
	padding: 30px;
	background: #F3F3F3;
	margin-bottom: 50px;
}

.search_concept {
    background: #003366 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.1s ease-in-out 0s;
	text-align:center;
	margin: 30px auto 0;
	display: block;
    margin: auto;
    position: relative;
    width: 600px;
	height: 70xpx;
	padding: 13px;
	text-decoration: none;
}

.search_concept span{
    background: rgba(0, 0, 0, 0) url("../img/arrow02.png") no-repeat scroll 0 0.3em / 15px 12px;
    padding-left: 25px;
	text-decoration: none;
}

.search_concept:hover{
	text-decoration: none;
	opacity: .7;
}


.propertyBoxHouse {
	font-size: 14px;
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 5px;
	background: #F3F3F3;
	position: relative;
	border: 3px solid #333;
	border-color: #758a3b;
}

.propertyBoxHouse div.matomete_text {
	 padding-top: 10px
}

.propertyBoxHouse + .listBox {
	margin-top: 50px;
}

.propertyBoxLand {
	font-size: 14px;
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 5px;
	background: #F3F3F3;
	position: relative;
	border: 3px solid;
	border-color: #477380;
}

.propertyBoxLand div.matomete_text {
	 padding-top: 10px
}

.propertyBoxLand + .listBox {
	margin-top: 50px;
}
.inPageLink {
	display: flex;
	flex-flow: row wrap;
}
.inPageLink .cms_text {
    background: #519fbc;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    width: 170px;
	color: #fff;
}
.inPageLink .tac {
	width: 100%;
	margin-top: 20px;
}

.stand_item {
	border: 4px solid#519fbc;
	background-color: #fff;
	color: #519fbc;
	width: 288px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 11px 0;
	position: relative;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.stand_item::after {
    content: "";
    background-image: url(../img/common/arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: right 0.3s ease, background 0.3s ease;
}
.stand_item:hover {
	color: #fff;
	background: #519fbc;
	text-decoration: none;
}
.stand_item:hover::after {
	right: 5px;
    background-image: url(../img/common/arrow_r_w.svg);
}
.stand_item span {
	padding-right: 20px;
}



.btn_standard a::before {
    background: rgba(0, 0, 0, 0) url("../img/arrow01.png") no-repeat scroll 0 0.1em / contain ;
    content: " ";
    display: inline-block;
    height: 12px;
    padding-right: 5px;
    width: 15px;
}

/* -- マップサーチ（左） -- */
.searchMap_left {
	width: 774px;
	float: left;
}
.searchMap_left .title {
	font-size: 19px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 25px;
}
.searchMap_left .title span {
	color: #003366;
}
.searchMap_left .title strong {
	font-size: 25px;
}
.searchMap_left .title small {
	font-size: 15px;
}

.conceptimg{
    text-align: center;
}

.favoriteBox {
	width: 100%;
	font-size: 0;
	font-weight: bold;
	margin-top: 20px;
	border: solid 1px #3F3B3A;
	border-radius: 4px;
	display: table;
}
.favoriteBox .total {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	padding: 8px 15px 8px 39px;
	display: table-cell;
	background: #666 url(../img/search/star.png) no-repeat 15px center / 16px auto;
}
.favoriteBox dd {
	font-size: 15px;
	line-height: 20px;
	display: table-cell;
}
.favoriteBox dd a {
	color: #3F3B3A;
	text-decoration: none;
	padding: 8px 20px 8px 45px;
	display: block;
	background: url(../img/arrow01.png) no-repeat 20px center / 15px 12px;
}

.searchMap_left .map {
	position: relative;
	margin-top: 15px;
}
.searchMap_left .map .totalBox {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -7px;
	left: 25px;
	padding: 10px 23px;
	background: #fff;
}
.searchMap_left .map .totalBox:before {
	content: url(../img/search/shadow.png);
	position: absolute;
	top: -12px;
	left: -7px;
}
.searchMap_left .map .totalBox span {
	color: #CC4B1F;
}
.searchMap_left .map .totalBox strong {
	font-size: 27px;
	margin: 0 5px;
}


/* -- サーチ（右） -- */
.searchMap_right {
	width: 340px;
	float: right;
}
.sideBox table,
.searchMap_right table {
	border-left: none;
	border-top: none;
}
.sideBox table th,
.searchMap_right table th {
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	height: auto;
	width: 55px;
	padding: 12px 0;
	border-right: none;
	border-bottom: solid 1px #A9ACAD;
	background: none;
}
.sideBox table th {
	width: 100%;
	display: block;
}

.searchMap_right table td {
	height: auto;
	padding: 12px 0;
	border-right: none;
	border-bottom: solid 1px #A9ACAD;
}
.sideBox table td {
	height: auto;
	width: 100%;
	display: block;
	padding: 12px 0 0;
	border-right: none;
	border-bottom: none;
}

.sideBox table td li {
	letter-spacing: -.08em;
}

.searchMap_right ul {
	font-size: 0;
	margin-bottom: -9px;
}
.searchMap_right li {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	margin-bottom: 9px;
	margin-right: 32px;
}
.searchMap_right .newline li {
	display: block;
	margin-right: 0;
}
.searchMap_right select + p {
	margin-top: 5px;
}
/* SEARCHボタン */
.search.btn-a {
	width: 230px;
	height: 45px;
	display: block;
	margin: 20px auto 0;
	position: relative;
}
.search.btn-a:after {
	font-family: 'FontAwesome';
	content: '\f002';
	font-weight: normal;
	position: absolute;
	top: 13%;
	right: 50%;
	margin-right: -30%;
	color: #fff;
}


/* -- 新着情報 -- */
.small_kome {
	font-size: small;
	vertical-align: top;
}

.listBox {
	margin-bottom: 50px;
}

.listBox h2 {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	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;
}
.infoList {
	margin-bottom: 30px;
}
.infoList > li {
	font-size: 14px;
	width: 346px;
	float: left;
	position: relative;
}
.main .infoList > li:not(:nth-child(3n)) {
	margin-right: 31px;
}


.infoList li a {
	display: block;
	text-decoration: none;
}
.infoList li .img {
	margin-bottom: 12px;
	text-align: center;
	overflow: hidden;
	position: relative;
}


.news h2 {
	margin-bottom: 0;
}
.news .infoList li {
	font-size: 14px;
	padding: 13px 0;
	border-bottom: dotted 1px #C9CACB;
	position: relative;
	width: 100%;
	display: table;
}
.news .infoList li a {
	display: block;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}
.news .infoList li a::after {
	content: '';
	width: 15px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -6px;
	background: url(../img/arrow01.png) no-repeat 0 0 / 15px 12px;
}

.news .infoList li .text {
	display: table-cell;
	vertical-align: top;
}
.date {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #656261;
}
.news .infoList li a:hover .text {
	text-decoration: underline;
}
.news .infoList li .date span {
	font-size: 11.5px;
	font-style: normal;
	color: #fff;
	min-width: 105px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 22px;
	background: #003366;
}
.category2 .date span {
	background: #ab8a61;
}
.category3 .date span {
	background: #758a3b;
}


/* -- 物件 -- */
.listBox.property .name ,.AreaLink .name{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.item {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #519fbc;
	margin-bottom: 5px;
}
.item.red {
	color: #cd4555;
	margin-bottom: 15px;
}
.item strong {
	font-size: 34px;
	line-height: 1;
}
.infoList .item strong {
	font-size: 26px;
}
.item span {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	border-radius: 26px;
	padding: 4px 15px;
	margin-right: 8px;
	margin-bottom: 4px;
	display: inline-block;
	background: #519fbc;
	vertical-align: middle;
}
.listBox.property .list li li {
	margin-bottom: 0;
}
.listBox.property .list li li:before {
	color: #B3B3B3;
}

/* ------------------------------
 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) {
	/* -- マップサーチ -- */
	.searchMap {
		padding: 5% 5% 8%;
		margin: 0 -5.5% 30px;
	}

	/* -- マップサーチ（左） -- */
	.searchMap_left {
		width: auto;
		float: none;
	}
	.searchMap_left .title {
		font-size: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	.searchMap_left .title strong {
		font-size: 20px;
	}
	
	.favoriteBox {
		margin-top: 20px;
		background: #fff;
		border: none;
	}
	.favoriteBox br {
		display: none;
	}
	.favoriteBox .total {
		line-height: 20px;
		border-radius: 5px 5px 0 0;
		padding: 10px 15px 10px 39px;
		display: block;
	}
	.favoriteBox dd {
		font-size: 15px;
		padding: 15px;
		display: block;
	}
	.favoriteBox dd a {
		min-width: 100px;
		padding: 10px 15px;
		width: 100%;
		border: 1px solid #333;
		border-radius: 3px;
		background: none;
		text-align: center;
	}
	.favoriteBox dd a span {
		padding-left: 25px;
		background: url(../img/arrow01.png) no-repeat 0 .3em / 15px 12px;
	}
	

	.searchMap_left .map .totalBox {
		font-size: 16px;
		position: static;
		display: inline-block;
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	.searchMap_left .map .totalBox:before {
		display: none;
	}
	.searchMap_left .map .totalBox strong {
		font-size: 24px;
	}


	/* -- マップサーチ（右） -- */
	.searchMap_right {
		width: auto;
		float: none;
	}
	.sideBox table th,
	.searchMap_right table th {
		font-size: 15px;
	}
	.searchMap_right li {
		margin-bottom: 5px;
		margin-right: 25px;
	}
	/* SEARCHボタン */
	.search.btn-a {
		margin: 30px auto 0;
	}
	
	
	/* -- 新着一覧 -- */
	.listBox {
		margin-bottom: 30px;
	}
	.listBox h2 {
		font-size: 18px;
		padding-bottom: 15px;
	}
	
	.infoList {
		margin-bottom: 50px;
	}
	.infoList > li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.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;
	}
}

/* ------------------------------
 物件一覧
------------------------------ */
/* -- 物件一覧用 h1 -- */
h1.listTitle {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	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;
}

/* -- 並び替え -- */
.sortBox {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	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: 28px;
}
.sortBox .sortSelect {
	font-weight: bold;
	line-height: 30px;
	padding-left: 30px;
	vertical-align: middle;
	display: inline-block;
}
.sortBox .sortSelect select {
	color: #656261;
	width: 225px;
	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: 15px;
    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: 17px;
	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.20px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/tel_icon_bk.png) no-repeat 0 center / 15px auto;
}

.sideBox .tel {
	margin-bottom: 10px;
}


/* -- 一覧 -- */
.propertyBox {
	font-size: 14px;
	padding: 20px;
	margin-bottom: 25px;
	background: #F3F3F3;
	position: relative;
}
.propertyBox + .listBox {
	margin-top: 50px;
}
.propertyBox p.b1 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1em;
}
h1.propertytitle,
.lot_detail .propertytitle {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
	padding-bottom: 0;
	background: none;
	text-align: left;
	padding-right: 115px;
	position: relative;
	padding-left: 120px;
}
.propertytitle a {
	text-decoration: none;
}
.propertytitle a:after {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 3px #6e7175;
	border-right: solid 3px #6e7175;
	line-height: 1;
	display: inline-block;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	h1.propertytitle,
	.lot_detail .propertytitle {
		padding-right: 0;
	}
}
/* -- アイコン -- */
.propertytitle span {
	font-size: 16px;
	color: #fff;
	min-width: 88px;
	line-height: 34px;
	display: inline-block;
	position: absolute;
	margin-right: 25px;
	padding: 0 13px;
	vertical-align: middle;
	background: #758A3B;
	top: 0;
	left: 0;
}
.cate02 span {
	background: #477380;
}
.cate03 span {
	background: #AD6196;
}


/* -- 物件情報 -- */
.propertyBox .imgBox {
	width: 370px;
}
.detailInfo {
	width: calc(100% - 400px);
}
.detailInfo .item {
	color: #519fbc;
	margin-bottom: 8px;
}
.detailInfo .item strong {
	font-size: 26px;
	line-height: 1;
}
.borderTb table {
	width: 100%;
	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: 25%;
	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;
}

/************** ▼▼▼ 2018/04/02 商談中物件表示 byMizuhori ▼▼▼ **************/
/* -- 商談中-画像 -- */
.in_negotiations .filter {
	background: #666;
}
.in_negotiations img {
	display: block;
	opacity: .5;
}

.in_negotiations .btn_favorite,
.in_negotiations table,
.in_negotiations ul.btnBox {
	display: none;
}
/************** ▲▲▲ 2018/04/04 商談中物件表示 byMizuhori ▲▲▲ **************/

/* -- ボタン一覧 -- */
.btnBox {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.btnBox li {
	width: 30%;
}
.btnBox li + li {
	margin-left: 2.6%
}
.btnBox li a {
	width: 100%;
	font-size: 15px;
	line-height: 1;
	padding: 10px 20px;
}

.detail-btnBox {
	position: absolute;
	top: -15px;
	right: 0;
}
.list-btnBox {
	position: absolute;
	top: 15px;
	right: 15px;
}

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

.btn_favorite {
	font-size: 12px;
	font-weight: bold;
	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.on a {
	color: #CC4B1F;
}
.btn_favorite.on a span {
	background: #CC4B1F;
}
.btn_favorite.on a img {
	opacity: 1;
}

/* -- WEBサイトリンクBOX -- */
.dotlineBox {
	font-size: 14px;
	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 {
		padding-top: 0;
	}
	
	.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: 15px;
	}
	
	/* -- 並び替え -- */
	.sortBox .apply {
		padding-right: 0;
		display: block;
		border-right: none;
	}
	.sortBox .apply strong {
		font-size: 28px;
	}
	.sortBox .sortSelect {
		padding-left: 0;
		display: block;
	}
	.sortBox .sortSelect select {
		width: 60%;
	}
	
	/* -- 一覧 -- */
	.propertyBox {
		padding: 5%;
		margin: 0 -5.5% 20px;
		border-radius: 0;
	}
	.propertyBox p.b1 {
		font-size: 15px;
		margin-bottom: 1em;
	}
	h1.propertytitle,
	.lot_detail .propertytitle {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.propertytitle a:after {
		font-size: 26px;
		margin-left: 15px;
	}
	/* -- アイコン -- */
	.propertytitle span {
		font-size: 12px;
		line-height: 24px;
		text-align: center;
		width: 100px;
		min-width: 80px;
		margin-bottom: 10px;
		display: block;
		position: relative;
	}

	.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;
	}
	
	
	/* -- 物件情報 -- */
	.propertyBox .imgBox {
		width: 100%;
	}
	.detailInfo {
		width: 100%;
		margin-top: 20px;
	}
	.detailInfo .item strong {
		font-size: 20px;
	}
	.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),
	.propertyBox .borderTb table tr:nth-child(4) {
		display: block;
	}
	
	.borderTb table th {
		width: 90px;
	}
	
	/* -- ボタン一覧 -- */
	.btnBox {
		margin-top: 20px;
		text-align: center;
	}
	.btnBox li {
		width: 80%;
	}
	.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: 10px;
		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;
	}

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

/* ------------------------------
 詳細トップ
------------------------------ */
.contentsPage .page_land h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color:#519fbc;
	margin-bottom: 25px;
}
.page_land h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color:#519fbc;
	margin-bottom: 15px;
}
.line-a {
    padding-bottom: 40px;
    border-bottom: dotted 1px #8D8D8E;
}
.page_land .list ul li {
	line-height: 1.2;
	padding-left: 1.2em;
	position: relative;
}
.page_land .list ul li + li {
	margin-top: 8px;
}
.page_land .list ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	vertical-align: top; 
	position: absolute;
	top: .3em;
	left: 0;
	background: #519fbc;
}


/*********** ▼▼▼ 2018/07/09 オプション工事について byTMIZUHORI ▼▼▼ ***********/
/* -- 価格ボタン -- */
#about_values a:nth-child(n + 2) {
  margin-left: 20px;
}
/*********** ▲▲▲ 2018/07/09 オプション工事について byTMIZUHORI ▲▲▲ ***********/
/* -- お問合せブロック -- */
.contactBox {
	margin-bottom: 50px;
}
.contactBox ul {
	font-size: 0;
	margin-bottom: 20px;
	text-align: center;
}
.contactBox .btn-a li {
	width: 275px;
	display: inline-block;
}
.contactBox .btn-a li:nth-child(2) {
	margin-left: 21px;
}
.contactBox .w572 {
	width: 572px;
	margin: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}


/* -- バナーブロック -- */
.bannerBox {
	margin-bottom: 70px;
}
.bannerBox ul {
	font-size: 0;
}
.bannerBox ul li {
	display: inline-block;
}
.bannerBox ul li:nth-child(2n) {
	margin-left: 20px;
}

/* -- 周辺環境 -- */
.environBox {
	margin-bottom: 40px;
}
.environBox li {
	font-size: 16px;
	width: 280px;
	float: left;
	text-align: center;
	margin-right: 34px;
	margin-bottom: 25px;
}
.environBox li:nth-child(3n) {
	margin-right: 0;
}
.environBox li p {
	margin-top: 5px;
	text-align: left;
}

/* -- チェックリスト -- */
.checkList ul {
	display: flex;
	flex-flow: row wrap;
}
.checkList li {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 190px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
	background: #858b8d;
}
.checkList li:nth-child(6n) {
	margin-right: 0;
}

/* -- 間取りボックス -- */
.floorBox {
	padding: 20px;
	margin-bottom: 40px;
	text-align: center;
	border: solid 1px #ccc;
	position: relative;
}
.floorBox a {
	display: block;
}
.floorBox .pop_icon {
	position: absolute;
	bottom: 17px;
	right: 17px;
}


/* -- エリアリンク -- */
.AreaLink {
	width: 1226px;
	margin: 0 auto 80px;
	font-size: 0;
	text-align: left;
}
.AreaLink p {
	text-align: left;
	font-size: 16px;
}

.AreaLink li {
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 20px;
	display: inline-block;
  	vertical-align: top;
  	text-align: left;
	
}

.AreaLink li img {
	vertical-align: middle;
	margin-right: 10px;
}
.AreaLink li a {
	text-decoration: underline;
}
.AreaLink li a:hover {
	text-decoration: none;
}


.AreaLink a {
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 20px;
	display: inline-block;
  	vertical-align: top;
  	text-align: left;
	text-decoration: underline;
}

.AreaLink a:hover {
	text-decoration: none;
}



/* -- ページリンク タブ -- */
.pageLinkTab ul {
	width: 100%;
	text-align: center;
	display: table;
	table-layout: fixed;
	border-bottom: solid 3px #1C4C91;
}
.pageLinkTab li {
	font-size: 17px;
	font-weight: bold;
	color: #1C4C91;
	vertical-align: bottom;
	display: table-cell;
}
.pageLinkTab li a {
	line-height: 29px;
	padding: 14px 10px;
	color: #1C4C91;
	display: block;
	border-top: solid 1px #1C4C91;
	border-right: solid 1px #1C4C91;
	text-decoration: none;
}
.pageLinkTab li:first-child a {
	border-left: solid 1px #1C4C91;
}
.pageLinkTab li a span {
	padding-left: 25px;
	background: url(../img/arrow01.png) no-repeat 0 .3em / 15px 12px;
}
.pageLinkTab li.on,
.pageLinkTab li:hover {
	border-top: solid 8px #1C4C91;
}
.pageLinkTab li.on a,
.pageLinkTab li:hover a {
	color: #fff;
	background: #1C4C91;
}
.pageLinkTab li.on a span,
.pageLinkTab li:hover a span {
	background: url(../img/arrow02.png) no-repeat 0 .3em / 15px 12px;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.page_land {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
	.contentsPage .page_land .cms_block {
		width: 1100px;
	}
	.w445 {
		width: 48.5%;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- タイトル -- */
	.detailtitle .propertytitle {
		padding-right: 0;
	}
	.contentsPage .page_land h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.page_land h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.page_land {
		margin-bottom: 40px;
	}
	
	/* -- ギャラリーブロック -- */
	.galleryBox .gallery-thumbs {
		margin: 15px 0 0;
	}
	.galleryBox .swiper-button-prev,
	.galleryBox .swiper-button-next {
		width: 15px;
		height: 42px;
		background-size: 15px auto;
	}
	
	/* -- 外部リンク -- */
	.AreaLink {
		width: auto;
		margin-bottom: 20px;
	}
	.AreaLink li {
		font-size: 15px;
		letter-spacing: -.05em;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.AreaLink li img {
		margin-right: 5px;
	}
	
	.AreaLink div {
		text-align: center;
	}
	
	
	
	/* -- バナーブロック -- */
	.bannerBox {
		margin-bottom: 40px;
	}
	.bannerBox ul li {
		display: block;
		margin-bottom: 10px;
	}
	.bannerBox ul li:nth-child(2n) {
		margin-left: 0;
	}
	
/*********** ▼▼▼ 2018/07/09 オプション工事について byTMIZUHORI ▼▼▼ ***********/
	/* -- 価格ボタン -- */
	#about_values a {
		display: block;
	}
	#about_values a:nth-child(n + 2) {
		margin-left: 0;
	}
	#about_values a:not(:last-child) {
	  margin-bottom: 10px;
	}
/*********** ▲▲▲ 2018/07/09 オプション工事について byTMIZUHORI ▲▲▲ ***********/
	/* -- お問合せブロック -- */
	.contactBox {
		margin-bottom: 30px;
	}
	.contactBox .btn-a {
		margin-bottom: 10px;
	}
	.main .contactBox .btn-a li {
		width: 49%;
	}
	.contactBox .btn-a li:nth-child(2) {
		margin-left: 2%;
	}
	.main .contactBox .btn-a li.sp {
		margin-top: 10px;
		display: inline-block !important;
	}
	
	/* -- 周辺環境 -- */
	.environBox {
		margin-bottom: 20px;
	}
	.environBox li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.environBox li:nth-child(3n) {
		margin-right: 2%;
	}
	.environBox li:nth-child(2n) {
		margin-right: 0;
	}
	
	
	/* -- チェックリスト -- */
	.checkList li {
		width: 49%;
		margin-right: 2%;
	}
	.checkList li:nth-child(5n) {
		margin-right: 2%;
	}
	.checkList li:nth-child(2n) {
		margin-right: 0;
	}
	
	/* -- チェックリスト -- */
	.inPageLink .cms_text {
		width: 49%;
		margin-right: 0;
		display: inline-block;
		margin-bottom: 4px;
	}
	.inPageLink .cms_text:nth-child(2n) {
		margin-left: 2%;
	}
	.search_concept{
		width: 100%;
	}
	
	/* -- ページリンク タブ -- */
	.pageLinkTab li {
		font-size: 12px;
	}
	.pageLinkTab li a {
		width: 100%;
		line-height: 16px;
		height: 53px;
		padding: 10px 5px;
		display: table;
	}
	.pageLinkTab li a span {
		padding-left: 0;
		background: none;
		display: table-cell;
		vertical-align: middle;
	}
	.pageLinkTab li.on a span,
	.pageLinkTab li:hover a span {
		background: none;
	}
/************** ▼▼▼ 2018/11/26 参考プラン管理機能 byMizuhori ▼▼▼ **************/
	/* -- 参考プランがある場合 -- */
	.pageLinkTab ul.hasPlan {
		display: flex;
		table-layout: initial;
		flex-wrap: nowrap;
	}
	.pageLinkTab ul.hasPlan li {
		width: 25%;
	}
	.pageLinkTab ul.hasPlan li.on,
	.pageLinkTab ul.hasPlan li:hover {
		border-top: none;
		background: #1C4C91;
	}
	.pageLinkTab ul.hasPlan li a {
		height: 92%;
		display: table;
		margin-top: 8%;
	/* -- 以下タブ調整 -- */
		border-left: solid 1px #1C4C91;
		border-right: none;
	}
	.pageLinkTab ul.hasPlan li:last-child a {
		border-right: solid 1px #1C4C91;
	}
	.pageLinkTab ul.hasPlan li.on + li a,
	.pageLinkTab ul.hasPlan li:hover + li a {
		border-left: none;
	}
	/* -- 以上タブ調整 -- */
	
	.pageLinkTab ul.hasPlan li a span{
		display: table-cell;
		vertical-align: middle;
	}
/************** ▲▲▲ 2018/11/26 参考プラン管理機能 byMizuhori ▲▲▲ **************/	
}
@media screen and (max-width: 479px) {
	/* -- 周辺環境 -- */
	.environBox li {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.environBox li:nth-child(3n) {
		margin-right: 0;
	}
}



.search_price {
	width: 44%;
	font-size: 13px;
}

#map {
	height: 396px;
}

@media screen and (max-width: 767px) {
	#map {
		height: 197px;
	}
}

/* -- ギャラリーブロック -- */

.galleryBox {
	padding: 25px;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 5px;
	background: #F3F3F3;
}

.galleryBox .thumb-item-nav .slick-slide {
    border: 2px solid #ccc;
    height: 100%;
    opacity: 0.7;
    width: 18.8%;
}

.galleryBox .gallery-thumbs {
	margin: 25px 8.8% 0;
}

.galleryBox .gallery-thumbs .slick-slide {
	margin-right: 10px;
    width: 133.8px;
}

.galleryBox .gallery-thumbs .slick-slide:hover {
	cursor: pointer;
}

.galleryBox .thumb-item-nav .slick-current {
    border-color: #519fbc;
    opacity: 1;
}

.galleryBox .slick-prev,
.galleryBox .slick-next {
	height: 42px !important;
}

.galleryBox .slick-prev {
	left: 0 !important;
}
.galleryBox .slick-prev::before,
.galleryBox .slick-next::before {
    display: block;
    content: '';
    position: absolute;
	top: 0;
	bottom: 0;
    width: 30px;
    height: 30px;
    border-color: #519fbc;
    transition: border 0.3s ease;
}
.galleryBox .slick-prev::before {
	transform: rotate(135deg);
}
.galleryBox .slick-next {
	right: 0 !important;
}
.galleryBox .slick-slide img {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.galleryBox .slick-prev,
	.galleryBox .slick-next {
		height: 42px !important;
	}
	.galleryBox .slick-prev::before,
	.galleryBox .slick-next::before {
		width: 20px;
		height: 20px;
	}
	.galleryBox .slick-prev {
		left: -20px !important;
	}

	.galleryBox .slick-next {
		right: -20px !important;
	}
	.galleryBox .gallery-thumbs {
		margin: 15px 0 0;
	}
}

/* 特集アイコン */
.feature-icon {
	margin-top: 35px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.feature-icon li {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.feature-icon li a {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	position: relative;
	background: #f19a25;
	border-radius: 50px;
	padding: 10px 20px 10px 40px;
	color: #fff;
	font-weight: bold;
}
.feature-icon li a:hover {
	text-decoration: none;
	background: #858b8d;
}

.feature-icon li a:before {
    display: block;
	position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0) url("../img/common/arrow_r_w.svg") no-repeat 0 0;
	width: 18px;
	height: 15px;
	left: 15px;
	top: 0;
	bottom: 0;
	margin:auto;
}

.price_box {
	display: inline-block;
	margin-bottom: 0 !important;
	vertical-align: bottom;
}
/*********** ▼▼▼ 2018/05/15 長期優良住宅 byTMIZUHORI ▼▼▼ ***********/
/* 遠鉄の土地が選ばれる理由 */
div.land_btn_box {
	display: inline-block;
}

div.land_btn_box p {
	display: inline-block;
	margin-left: 5px;
	border-radius: 3px;
}

.land_btn_box p:first-of-type {
  margin-left: 20px;
}

div.land_btn_box p a:before {
	display: inline-block;
	content: " ";
	background: rgba(0, 0, 0, 0) url("../img/arrow01_white.png") no-repeat scroll 0 0.1em / 15px 12px;
	background-size: contain;
	width: 15px;
	height: 12px;
	padding-right: 5px;
}

div.land_btn_box p a {
	color: #fff;
	padding: 5px 20px 5px 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2;
}

div.land_btn_box p:hover {
	cursor: pointer;
	opacity: 0.7;
}

/*********** ▲▲▲ 2018/05/15 長期優良住宅 byTMIZUHORI ▲▲▲ ***********/
.pc_hide {
	display: block;
}

.sp_hide {
	display: none;
}
/*********** ▼▼▼ 2018/05/15 長期優良住宅 byTMIZUHORI ▼▼▼ ***********/
#btn_land_chouki {
	background: #C61A22 none repeat scroll 0 0;
}

#btn_land_value {
	background: #003366 none repeat scroll 0 0;
}
/*********** ▲▲▲ 2018/05/15 長期優良住宅 byTMIZUHORI ▲▲▲ ***********/
@media screen and (max-width: 767px) {
/*********** ▼▼▼ 2018/05/15 長期優良住宅 byTMIZUHORI ▼▼▼ ***********/
	div.land_btn_box p[id^="btn_land_"] {
		margin-left: 0;
		margin-top: 10px;
	}

/*********** ▲▲▲ 2018/05/15 長期優良住宅 byTMIZUHORI ▲▲▲ ***********/
	.pc_hide {
		display: none;
	}

	.sp_hide {
		display: block;
	}
}
/* NEWアイコン */
.property .infoList li.new:before {
	font-size: 11px;
	font-style:italic;
	font-weight: 500;
	min-width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	content: "NEW";
	padding: 0;
	background: #f19a25;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 10;
	border-radius: 100%;
}

.detail-btnBox .new,
.list-btnBox .new {
    font-size: 11px;
	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%;
}


@media screen and (max-width: 767px) {
	/* 特集アイコン */
	
	.feature-icon li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.feature-icon li a {
		width: 100%;
		font-size: 14px;
		text-align: center;
		padding: 10px 15px 10px 30px;
	}
	.feature-icon li a:before {
		width: 12x;
		height: 10px;
	}


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

	.property .infoList li.new:before,
	.detail-btnBox .new,
	.list-btnBox .new {
		font-size: 10px;
	    min-width: 38px;
		height: 38px;
		line-height: 40px;
	}
}

/*この物件の資料がほしい 、この物件を見学するボタン*/
a.or_btn,
.or_btn_block a {
  width: 320px;
  line-height: 45px;
  background-color: #f19a25;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.or_btn_block{
		text-align: center;
		margin-bottom: 100px;
}
a.or_btn,
.or_btn_block a{
		display: inline-block;
}
.or_btn_block a:first-child{
		margin-right: 30px;
}
a.or_btn::after,
.or_btn_block a::after {
  content: "";
  background-image: url(../img/common/arrow_r_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: right 0.3s ease, background 0.3s ease;
}
@media all and (min-width: 768px) {
  a.or_btn:hover,
  .or_btn_block a:hover {
    background-color: #858b8d;
  }
}
@media screen and (max-width: 767px) {
	a.or_btn,
	.or_btn_block a {
	  width: 280px;
	  font-size: 15px;
	  line-height: 45px;
	 margin: 0 auto;
	}
	.or_btn_block{
			margin-bottom: 60px;
	}
	a.or_btn,
	.or_btn_block a{
			display: block;
	}
	.or_btn_block a:first-child{
		margin: 0 auto;
		margin-bottom: 15px;
	}
	a.or_btn::after,
	.or_btn_block a::after {
	  right: 18px;
	}
}