@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
	font-size: 16px !important;
	box-sizing: border-box;
	overflow-x: hidden;
	line-height: inherit;
	color: #000;
}
ul{list-style: none;}
.ace-responsive-menu{ font-family: -apple-system, BlinkMacSystemFont, Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

#container {
	margin: 0 auto;
	overflow: hidden;
	font-size: 16px;
}
@media (min-width: 768px) {
	html, body{
		min-width: 1140px;
	}
	#container {
		min-width: 1140px;
		overflow: hidden;
	}
	#contents{
		width: 960px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	#container {
		width: 96%;
		padding: 0 2%;
	}
}
.btn-tel,
.btn-tel:hover,
.btn-tel:focus{
	color: #fff;
	text-decoration: none;
}

/*================================
MV
================================*/
#mv_bg{	background-color: #F1F1F1;}
#mv{
	background-image: url("../img/mv.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#mv h1,
#mv p{
	position: absolute;
	background-color: rgba(37, 91, 154, .6);
	padding:  15px 15px 10px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
@media (min-width: 768px) {
	#mv{
		width: 958px;
		height: 221px;
		margin: 0 auto;
		background-size: contain;
	}
	#mv h1,
	#mv p{
		font-size: 18px;
		top: 40px;
		left: 30px;
	}
}
@media (max-width: 767px) {
	#mv_bg{	min-height: 100%;}
	#mv{
		padding-top: 30%;
		background-size: cover;
	}
	#mv h1,
	#mv p{
		font-size: 16px;
		top: 15px;
		left: 0;
	}
}

/*================================
共通部分
================================*/
/*マーカー---------------------*/
.marker span{
	color: #000;
	font-size: 18px;
  background: linear-gradient(transparent 63%, #73E2FF 63%);
	padding: 0 5px;
}

/*物件情報---------------------*/
#property_con{ color: #4D4D4D;}
.propertybox .category,
.detailbox .category{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 0.1em;
}
.apartment{ background-color: #87C13F;}
.h_used{ background-color: #00B8E6;}
.h_new{ background-color: #EC5A24;}
.land{ background-color: #008D45;}
.pr_tag ul{
	display: flex;
	width: 100%;
}
.pr_tag ul li{
	height: 25px;
	line-height: 25px;
	background-color: #F28E1E;
	color: #fff;
	padding: 0 2px;
	text-align: center;
	overflow: hidden;
}
.pr_tag ul li:last-child{ margin-right: 0;}
.catchcopy{
	background-color: #E7F1F8;
	margin: 10px 0;
	padding: 5px;
	font-size: 14px;
}
.price{ font-size: 20px;}
.price span{
	font-size: 36px;
	vertical-align: -2px;
	margin-right: 5px;
	color: #255B9A;
}
.price small{ font-size: 18px;}
.infobox{ font-size: 14px;}
.infobox dl{ display: flex;}
.infobox dl dt{
	width: 75px;
	border-right: #EDEDED 6px solid;
	margin-right: 12px;
}
.infobox dl dd{ flex: 1;}
@media (min-width: 768px) {
	.information{ display: flex;}
	.pr_tag ul:last-child{ margin-top: 10px;}
	.pr_tag ul li{
		width: 136px;
		margin-right: 10px;
	}
	.address{ padding: 5px 5px 5px 160px;}
}
@media (max-width: 767px) {
	.pr_tag ul:last-child{ margin-top: 2%;}
	.pr_tag ul li{
		width: 33.3333%;
		max-width: 136px;
		margin-right: 2%;
	}
	.address{ padding: 50px 5px 5px 5px;}
}
@media (min-width: 576px) {
	.pr_tag ul li{ font-size: 14px;}
}
@media (max-width: 575px) {
	.pr_tag ul li{ font-size: 12px;}
}