/* 不動産情報 */

@media screen and (min-width: 641px){

#est {
	width: 90%;
	max-width: 1200px;
	line-height: 200%;
	margin: 0px auto;
	}

#est.top .menu {
	margin: 0px auto 80px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

#est.top .menu a {
	width: 260px;
	background: #E52082;
	border-radius: 35px;
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	color: #ffffff;
	margin: 0px 20px 0px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#est.top .menu a.active {
	background: #111111;
	color: #ffffff;
	}

#est.top .menu a:last-child {
	margin: 0px;
	}

#est.top .menu a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
    transform: rotate(45deg);
	position: absolute;
    right: 20px;
	top: 32px;
	}

#est.top .menu a:after {
	content: '';
	width: 10px;
	border-top: 2px #ffffff solid;
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
	}

#est.top .menu a.active:before,
#est.top .menu a.active:after {
	display: none;
	}

#est.top h2 {
	font-size: 48px;
	margin: 0px 0px 80px 0px;
	text-align: center;
	}

#est.top ol {
	margin: 0px 0px 100px 0px;
	}

#est.top ol a {
	display: block;
	position: relative;
	}

#est.top dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	display: table;
	}

#est.top dl:last-child {
	margin: 0px;
	padding: 0px;
	}

#est.top dt {
	width: 31.111%;
	display: table-cell;
	vertical-align: top;
	}

#est.top dt img {
	width: 100%;
	height: auto;
	}

#est.top dd {
	width: 68.888%;
	padding: 0px 34px 0px 2.5%;
	display: table-cell;
	vertical-align: middle;
	}

#est.top ol dl.pri dd,
#est.det .sum dl.pri dd {
	font-size: 24px;
	font-weight: bold;
	color: #E52082;
	}

#est.top ol dl.pri font,
#est.det .sum dl.pri dd font {
	font-size: 48px;
	}

#est.top ol dl.pri strong,
#est.det .sum dl.pri strong {
	color: #111111;
	position: relative;
	}

#est.top ol dl.pri strong:before,
#est.det .sum dl.pri strong:before {
	content: '';
	width: 100%;
	border-top: 3px #333333 solid;
	position: absolute;
    left: 0px;
    top: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#est.top ol dl.pri p,
#est.det .sum dl.pri p {
	color: #E52082;
	margin: 0px 0px 0px 48px;
	display: inline-block;
	position: relative;
	}

#est.top ol dl.pri p:before,
#est.det .sum dl.pri p:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2.5px #111111 solid;
	border-right: 2.5px #111111 solid;
	position: absolute;
	left: -28px;
    top: 20px;
	transform: rotate(45deg);
	}

#est.top ol dl.pri p font,
#est.det .sum dl.pri p font {
	font-size: 72px;
	}

#est.top dd h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 30px 0px;
	}

#est.top .sum {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#est.top .sum dl {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	display: table;
	}

#est.top .sum dt {
	width: 90px;
	}

#est.top .sum dd {
	width: calc(100% - 90px);
	padding: 0px;
	}

#est.top #arr {
    right: 0px;
	top: calc(50% - 20px);
    transform: translateY(-50%);
	}

#est.det .hli {
	margin: 0px 0px 50px 0px;
	letter-spacing: 0.1em;
	}

#est.det h1 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 40px 0px;
	}

#est.det .hli p {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	}

#est.det .hli span {
	font-size: 36px;
	font-weight: bold;
	color: #E52082;
	display: block;
	}

#est.det .hli font {
	font-size: 72px;
	}

#est.det .hli strong {
	color: #111111;
	position: relative;
	}

#est.det .hli strong:before {
	content: '';
	width: 100%;
	border-top: 3px #333333 solid;
	position: absolute;
    left: 0px;
    top: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#est.det .hli ol {
	color: #E52082;
	margin: 0px 0px 0px 55px;
	display: inline-block;
	position: relative;
	}

#est.det .hli ol:before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: 5px #111111 solid;
	border-right: 5px #111111 solid;
	position: absolute;
	left: -35px;
    top: 20px;
	transform: rotate(45deg);
	}

#est.det .hli ol font {
	font-size: 96px;
	}

#est.det .slider-pro {
	width: 100%;
	background: #f5f5f5;
	margin: 0px 0px 50px 0px;
	}

#est.det .main a {
	color: #20CDE6;
	}

#est.det section {
	margin: 100px 0px 0px 0px;
	}

#est.det section h2 {
	font-size: 32px;
	margin: 0px auto 50px auto;
	text-align: center;
	}

#est.det .pla ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#est.det .pla li {
	width: 47.5%;
	margin: 0px 5% 30px 0px;
	text-align: center;
	}

#est.det .pla li:nth-child(2n) {
	margin: 0px 0px 30px 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 #e0e0e0 solid;
	display: flex;
	flex-wrap: wrap;
	}

#est.det .sum dl {
	width: 50%;
	border-bottom: 1px #e0e0e0 solid;
	display: table;
	}

#est.det .sum dl.lon {
	width: 100%;
	}

#est.det .sum dt {
	width: 15%;
	font-weight: bold;
	padding: 40px 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#est.det .sum dd {
	width: 35%;
	padding: 20px 5%;
	display: table-cell;
	vertical-align: middle;
	}

#est.det .sum dl.lon dd {
	width: 85%;
	}

#est.det iframe {
	width: 100%;
	height: 500px;
	margin: 100px 0px 130px 0px;
	}

}

@media screen and (max-width: 640px){

#est {
	width: 90%;
	line-height: 200%;
	margin: 0px auto;
	}

#est.top .menu {
	margin: 0px auto 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

#est.top .menu a {
	width: 48.5%;
	background: #E52082;
	border-radius: 35px;
	font-weight: bold;
	line-height: 44px;
	color: #ffffff;
	margin: 0px 3% 0px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#est.top .menu a.active {
	background: #111111;
	color: #ffffff;
	}

#est.top .menu a:last-child {
	margin: 0px;
	}

#est.top .menu a:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
    transform: rotate(45deg);
	position: absolute;
    right: 20px;
	top: 19px;
	}

#est.top .menu a:after {
	content: '';
	width: 10px;
	border-top: 2px #ffffff solid;
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
	}

#est.top h2 {
	font-size: 24px;
	margin: 0px 0px 40px 0px;
	text-align: center;
	}

#est.top ol {
	margin: 0px 0px 50px 0px;
	}

#est.top ol a {
	position: relative;
	}

#est.top dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	}

#est.top dl:last-child {
	margin: 0px;
	padding: 0px;
	}

#est.top dt img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#est.top ol dl.pri dd,
#est.det .sum dl.pri dd {
	font-size: 18px;
	font-weight: bold;
	color: #E52082;
	}

#est.top ol dl.pri font,
#est.det .sum dl.pri dd font {
	font-size: 36px;
	}

#est.top ol dl.pri strong,
#est.det .sum dl.pri strong {
	color: #111111;
	position: relative;
	}

#est.top ol dl.pri strong:before,
#est.det .sum dl.pri strong:before {
	content: '';
	width: 100%;
	border-top: 3px #333333 solid;
	position: absolute;
    left: 0px;
    top: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#est.top ol dl.pri p,
#est.det .sum dl.pri p {
	color: #E52082;
	margin: 0px 0px 0px 28px;
	display: inline-block;
	position: relative;
	}

#est.top ol dl.pri p:before,
#est.det .sum dl.pri p:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2.5px #111111 solid;
	border-right: 2.5px #111111 solid;
	position: absolute;
	left: -18px;
    top: 15px;
	transform: rotate(45deg);
	}

#est.top ol dl.pri p font,
#est.det .sum dl.pri p font {
	font-size: 60px;
	}

#est.top dd {
	padding: 0px 3% 0px 3%;
	display: table-cell;
	vertical-align: middle;
	}

#est.top dd p {
	color: #666666;
	}

#est.top dd h3 {
	font-size: 16px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#est.top .sum dl {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	display: table;
	}

#est.top .sum dt {
	width: 80px;
	display: table-cell;
	vertical-align: top;
	}

#est.top .sum dd {
	width: calc(100% - 80px);
	padding: 0px;
	display: table-cell;
	vertical-align: top;
	}

#est.top #arr {
    right: 0px;
	bottom: 20px;
	}

#est.det img {
	max-width: 100%;
	height: auto;
	}

#est.det .hli {
	margin: 0px 0px 30px 0px;
	}

#est.det h1 {
	font-size: 21px;
	line-height: 120%;
	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: #E52082;
	letter-spacing: normal;
	display: block;
	}

#est.det .hli font {
	font-size: 54px;
	}

#est.det .hli strong {
	font-size: 18px;
	color: #111111;
	position: relative;
	}

#est.det .hli strong font {
	font-size: 36px;
	}

#est.det .hli strong:before {
	content: '';
	width: 100%;
	border-top: 3px #333333 solid;
	position: absolute;
    left: 0px;
    top: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#est.det .hli ol {
	color: #E52082;
	font-size: 28px;
	margin: 0px 0px 0px 28px;
	display: inline-block;
	position: relative;
	}

#est.det .hli ol:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2.5px #111111 solid;
	border-right: 2.5px #111111 solid;
	position: absolute;
	left: -18px;
    top: 20px;
	transform: rotate(45deg);
	}

#est.det .hli ol font {
	font-size: 64px;
	}

#est.det .slider-pro {
	width: 100%;
	background: #f5f5f5;
	margin: 0px 0px 30px 0px;
	}

#est.det .sp-slide p {
	font-size: 10px !important;
	}

#est.det .main a {
	color: #20CDE6;
	}

#est.det section {
	margin: 50px 0px 0px 0px;
	}

#est.det section h2 {
	font-size: 21px;
	margin: 0px auto 30px auto;
	text-align: center;
	}

#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%;
	border-top: 1px #e0e0e0 solid;
	}

#est.det .sum dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	display: table;
	}

#est.det .sum dt {
	width: 90px;
	font-weight: bold;
	padding: 20px 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#est.det .sum dd {
	width: calc(100% - 90px);
	padding: 15px 5%;
	display: table-cell;
	vertical-align: middle;
	}

#est.det iframe {
	width: 100%;
	height: 300px;
	margin: 50px 0px 70px 0px;
	}

}

