@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#Mimg {
    width: 100%;
    height: 700px;
	background-image: url(../web/realestate/mimg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox2 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/
#Pl {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents01 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 550px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
.hac {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	letter-spacing:1px;
	float: left;
	margin-top: 35px;
}
h3 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #0f50aa;
	float: left;
	margin-top: 70px;
}
.Mainimg {
	width: 460px;
	height: 345px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}
.Mainimg img{
	width: 460px;
	height: 345px;
	outline: 1px solid #999;
	outline-offset: -1px;
}
.tblBox1 {
	width: 600px;
	height: 345px;
	float: left;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	margin-top: 40px;
	margin-left: 40px;
	letter-spacing: 1px;
}
.tblBox1 table {
	min-width: 600px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tblBox1 td {
	min-width: 80px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}

.tblBox2 {
	width: 1100px;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
	margin-top: 30px;
	letter-spacing: 1px;
}
.tblBox2 table {
	min-width: 1100px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tblBox2 td {
	min-width: 80px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}
h4 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
	font-weight: bold;
	background-color: #f0f0f0;
	float: left;
	margin-top: 50px;
}
#thumb {
	position: relative;
	float: left;
	width: 260px;
	height: 195px;
	margin-top: 20px;
}
#thumb.f {
	margin-left: 20px;
}
#thumb img{
	width: 260px;
	height: 195px;
	outline: 1px solid #CCC;
	outline-offset: -1px;
	object-fit: cover;
}
#information {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}
#access {
	width: 1070px;
	height: 470px;
	padding: 15px;
	float: left;
	margin-top: 20px;
	background-color: #C4D3D9;
}
#access iframe{
	width: 1070px;
	height: 470px;
}

@media screen and (min-width:768px){

}
