/* 不動産情報 */

@media screen and (min-width: 641px){

#est.top .menu ul {
	width: 100%;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

#est.top .menu li {
	width: calc((100% - (20px * 6)) / 7);
	background: #ffffff;
	border: 2px #2CB384 solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 20px 20px 0px;
	text-align: center;
	}

#est.top .menu li:nth-child(7n),
#est.top .menu li:last-child {
	margin: 0px 0px 20px 0px;
	}

#est.top .menu li.current-cat {
	background: #2CB384;
	}

#est.top .menu li br {
	display: none;
	}

#est.top .menu li a {
	line-height: 50px;
	color: #2CB384;
	padding: 0px 5px;
	display: block;
	}

#est.top .menu li.current-cat a {
	color: #ffffff;
	}

#est.top .est ul a {
	width: 100%;
	color: #333333;
	margin: 0px 0px 30px 0px;
	display: table;
	}

#est.top .est ul a:last-child {
	margin: 0px;
	}

#est.top .est ul dt {
	width: 31.333%;
	display: table-cell;
	vertical-align: middle;
	}

#est.top .est ul dt img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#est.top .est ul dd {
	width: 68.666%;
	padding: 0px 0px 0px 3%;
	display: table-cell;
	vertical-align: middle;
	}

#est.top .est ul dl.pri dd,
#est.det .sum dl.pri dd {
	font-size: 18px;
	font-weight: bold;
	color: #EB2E00;
	}

#est.top .est ul dl.pri font,
#est.det .sum dl.pri dd font {
	font-size: 32px;
	}

#est.top h4 {
	background: #EB2E00;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px;
	display: table;
	}

#est.top h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}

#est.top .sum {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#est.top .sum dl {
	width: 50%;
	margin: 0px 0px 10px 0px;
	display: table;
	}

#est.top .sum dl.lon {
	width: 100%;
	}

#est.top .sum dt {
	width: 70px;
	}

#est.top .sum dd {
	width: calc(100% - 70px);
	padding: 0px;
	}

#est.det {
	width: 100%;
	margin: 0px auto 50px auto;
	}

#est.det .hli {
	margin: 0px 0px 30px 0px;
	}

#est.det .hli h2 {
	background: #EB2E00;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
	display: table;
	}

#est.det h1 {
	font-size: 18px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	}

#est.det .hli span {
	font-size: 24px;
	font-weight: bold;
	color: #EB2E00;
	margin: 10px 0px 0px 0px;
	display: block;
	}

#est.det .hli font {
	font-size: 42px;
	}

#est.det .pho {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 50px 0px;
	padding: 20px;
	}

#est.det section {
	margin: 50px 0px 0px 0px;
	}

#est.det section h2 {
	margin: 0px 0px 20px 0px;
	}

#est.det section h2 span {
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-size: 21px;
	margin: 0px 0px 0px 20px;
	display: inline-block;
	}

#est.det .pla ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#est.det .pla li {
	width: 48.5%;
	margin: 0px 3% 20px 0px;
	text-align: center;
	}

#est.det .pla li:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#est.det .pla li img {
	max-width: 100%;
	margin: 0px auto 20px auto;
	display: block;
	}

#est.det .plo img {
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	display: block;
	}

#est.det .sum ol {
	width: 100%;
	border-top: 1px #dddddd solid;
	display: flex;
	flex-wrap: wrap;
	}

#est.det .sum dl {
	width: 50%;
	border-bottom: 1px #dddddd solid;
	display: table;
	}

#est.det .sum dl.lon {
	width: 100%;
	}

#est.det .sum dt {
	width: 150px;
	font-weight: bold;
	color: #2CB384;
	padding: 20px 0px 20px 10px;
	display: table-cell;
	vertical-align: middle;
	}

#est.det .sum dd {
	width: calc(100% - 150px);
	padding: 20px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#est.det iframe {
	width: 100%;
	height: 400px;
	margin: 50px 0px 0px 0px;
	}

#est.det img {
	max-width: 100%;
	height: auto;
	}

}

@media screen and (max-width: 640px){

#est.top .menu ul {
	width: 100%;
	margin: 0px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	}

#est.top .menu li {
	width: calc((100% - (10px * 3)) / 4);
	background: #ffffff;
	border: 2px #2CB384 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 10px 10px 0px;
	text-align: center;
	}

#est.top .menu li:nth-child(4n),
#est.top .menu li:last-child {
	margin: 0px 0px 10px 0px;
	}

#est.top .menu li.current-cat {
	background: #2CB384;
	color: #ffffff;
	}

#est.top .menu li a {
	line-height: 40px;
	color: #2CB384;
	padding: 0px 5px;
	display: block;
	}

#est.top .menu li.current-cat a {
	color: #ffffff;
	}

#est.top .est ul a {
	width: 100%;
	color: #333333;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#est.top .est ul dt img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 20px 0px;
	}

#est.top .est ul dl.pri dd,
#est.det .sum dl.pri dd {
	font-size: 18px;
	font-weight: bold;
	color: #EB2E00;
	}

#est.top .est ul dl.pri font,
#est.det .sum dl.pri dd font {
	font-size: 32px;
	}

#est.top h4 {
	background: #EB2E00;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px;
	display: table;
	}

#est.top h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}

#est.top .sum dl {
	width: 100%;
	margin: 0px 0px 5px 0px;
	display: table;
	}

#est.top .sum dt {
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	}

#est.top .sum dd {
	width: calc(100% - 70px);
	display: table-cell;
	vertical-align: top;
	}

#est.det {
	margin: 0px auto 30px auto;
	}

#est.det .hli {
	margin: 0px 0px 20px 0px;
	}

#est.det .hli h2 {
	background: #EB2E00;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px;
	display: table;
	}

#est.det h1 {
	font-size: 18px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	}

#est.det .hli p {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	}

#est.det .hli span {
	font-size: 24px;
	font-weight: bold;
	color: #EB2E00;
	margin: 10px 0px 0px 0px;
	display: block;
	}

#est.det .hli font {
	font-size: 42px;
	}

#est.det .pho {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	}

#est.det .sp-slide p {
	font-size: 10px !important;
	}

#est.det section {
	margin: 30px 0px 0px 0px;
	}

#est.det section h2 {
	margin: 0px 0px 10px 0px;
	}

#est.det section h2 span {
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	display: inline-block;
	}

#est.det .pla li {
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#est.det .pla li img {
	max-width: 100%;
	max-height: 300px;
	margin: 0px auto 10px auto;
	display: block;
	}

#est.det .plo img {
	max-width: 100%;
	max-height: 400px;
	margin: 0px auto;
	display: block;
	}

#est.det .sum ol {
	width: 100%;
	background: #ffffff;
	border: 1px #dddddd solid;
	}

#est.det .sum dl {
	width: 100%;
	border-bottom: 1px #dddddd solid;
	display: table;
	}

#est.det .sum dl:last-child {
	border: none;
	}

#est.det .sum dt {
	width: 100px;
	border-right: 1px #dddddd solid;
	font-weight: bold;
	color: #2CB384;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	}

#est.det .sum dd {
	width: calc(100% - 100px);
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	}

#est.det iframe {
	width: 100%;
	height: 300px;
	margin: 30px 0px 0px 0px;
	}

#est.det img {
	max-width: 100%;
	height: auto;
	}

}

