@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
★　CSS　コンテンツ設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-count {
	
}
.p-count table {
	width: 400px;
}
.p-count th {
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}
.p-count td {
	padding: 15px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
}

.p-property__gallery__col {
    display: inline-block;
}


#comp {
	background-image: url("../reason/images/comp.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center top;
	text-align: center;
}
#content #underconstruction p {
	padding: 100px 20px 200px;
}
.content_head {
	position: relative;
	z-index: 2;
	background-position: center bottom;
  /*background-image: -moz-linear-gradient( 0deg, rgb(247,177,0) 0%, rgb(239,189,61) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(247,177,0) 0%, rgb(239,189,61) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(247,177,0) 0%, rgb(239,189,61) 100%);
  background-image: linear-gradient( 0deg, rgb(247,177,0) 0%, rgb(239,189,61) 100%);*/
  background-color: #fff;
  box-shadow: 0 5px 5px 0px rgba(138, 66, 4, 0.15);
}



.content_head::before {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_title.png");
	background-repeat: repeat-x;
	background-size: auto 90%;
	background-position: center bottom;
}

.ttl_wrap {
	width: 1050px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.ttl_wrap::before {
	position: absolute;
	top: 115px;
	left: 44%;
	content: "";
	width: 115px;
	height: 21px;
	background: url("../images/pg_tit_shadow.png") no-repeat;
}
.content_head h2{
	position: relative;
	line-height: 150px;
	font-size: 40px;
	display: inline-block;
	color: #28406d;
	font-weight: bold;
	text-shadow:2px 2px 3px rgba(0,0,0,0.2);
	height: 150px;
}
.content_head h2 span{
	font-size: 50px;
}
.content_head h2::before{
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	left: -110px;
	content: "";
	/*background:url("../images/chara_silhouette01.png") no-repeat;*/
	background-size: contain;
	width: 67px;
	height: 107px;
}
.content_head h2::after{
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	right: -110px;
	content: "";
	/*background:url("../images/chara_silhouette02.png") no-repeat;*/
	background-size: contain;
	width: 75px;
	height: 114px;
}
.content_head h2 .line_pagetitle {
	position: relative;
	display: block;
	font-size: 2.4rem;
	line-height: 1.2;
	top: 50%;
	margin-top: -1em;
}
.content_head h2 .campaign_pagetitle {
	position: relative;
	display: block;
	font-size: 4.0rem;
	line-height: 1.2;
	top: 50%;
	margin-top: -1em;
}

.maparea {
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px 0;
	background: #ffff2;
}
.maparea h4 {
	padding: 0 10px;
}
.marker_data_html h2 {
	font-size: 14px;
	color: #1B4193;
}
.marker_data_html p {
	font-size: 12px;
	color: #333;
}
.maparea .entry {
	float: left;
}
.maparea p {
	padding: 0 10px;
}
.gmap {
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#information {
}
#information .list{
	margin: 0 auto;
}
#information .heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #333;
}
#information .heading h3 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 60px;
}
#information .heading h3::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#information .info .heading h3::before {
	width: 48px;
	height: 41px;
	background-image: url("../images/info_ico.png");
}
#information .heading .btn {
	width: 136px;
}
#information .heading .btn a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	text-align: center;
	background-color: #70d2ff;
	color: #fff;
	border-radius: 5px;
}


#information .bloc {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
}

#information a{
	display: block;
	color: #333;
	text-decoration: none;
}
#information a:hover{
	background: #f8db91;
	border-radius: 20px;
	
}
#information a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}






#information .photo {
	width: 20%;
	overflow: hidden;
	border-radius: 10px;
}
#information .text {
	width:78%;
}
#information .text .head{
	line-height: 30px;
}
#information .text .tit{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
#information .text .date span{
	background: #28406d;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
}


#information .bloc .day{
	font-size: 2.0rem;
	font-weight: bold;
	color:  #70d2ff;
	margin: 0 0 10px;
}

#information .bloc .tit h2{
	background: #28406d;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 18px;
}

#information .photo_wrap {
	width: 1020px;
	margin: 0 auto;
}

#information .bloc2 {
	width: 300px;
	margin: 0 20px 0 ;
	float: left;
}

#information .bloc2 .photo_s{
	height: 240px;
	overflow: hidden;
}

#information .bloc2 img{
	width: 100%;
	height: auto;
}
#information .page_nation a{
	text-align: center;
	display: inline-block;
}
#information .page_nation a:hover{
	background: none;
	text-decoration: underline;
}
#information .list .btn {
	width: 200px;
	margin-left: auto;
}
#information .list .btn a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	text-align: center;
	background-color: #70d2ff;
	color: #fff;
	border-radius: 5px;
}
#information .btn.arrow.after a::after {
	border: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ブログ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#blog {
	padding: 50px 0;
	background-image:url("../images/bg_blog.png")
}
#blog .list{
	width: 1050px;
	margin: 0 auto;
}
#blog .heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #333;
}
#blog .heading h3 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 60px;
}
#blog .heading h3::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#blog .info .heading h3::before {
	width: 48px;
	height: 41px;
	background-image: url("../images/info_ico.png");
}
#blog .heading .btn {
	width: 136px;
}
#blog .heading .btn a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	text-align: center;
	background-color: #70d2ff;
	color: #fff;
	border-radius: 5px;
}
#blog  a{
	display: block;
	color: #333;
	text-decoration: none;
}
#blog a:hover{
	background: #f8db91;
}
#blog a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#blog .bloc {
	padding: 20px 0 ;
}
#blog .photo {
	width: 165px;
	overflow: hidden;
}
#blog .text {
	width:1050px;
}
#blog .text .head{
	line-height: 30px;
}
#blog .text .tit{
	font-size: 16px;
	font-weight: bold;
	width: 920px;
}
#blog .text .date span{
	background: #28406d;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
}

#blog .bloc .day{
	font-size: 2.0rem;
	font-weight: bold;
	color:  #70d2ff;
	margin: 0 0 10px;
}

#blog .bloc .tit h2{
	background: #28406d;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 18px;
}

#blog .photo_wrap {
	width: 1020px;
	margin: 0 auto;
}

#blog .bloc2 {
	width: 300px;
	margin: 0 20px 0 ;
	float: left;
}

#blog .bloc2 .photo_s{
	height: 240px;
	overflow: hidden;
}

#blog .bloc2 img{
	width: 100%;
	height: auto;
}
#blog .page_nation a{
	text-align: center;
	display: inline-block;
}
#blog .page_nation a:hover{
	background: none;
	text-decoration: underline;
}
#blog .list .btn {
	width: 200px;
	margin-left: auto;
}
#blog .list .btn a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	text-align: center;
	background-color: #70d2ff;
	color: #fff;
	border-radius: 5px;
}
#blog .btn.arrow.after a::after {
	border: none;
}

#blog .list dl a{
	padding: 10px;
}

#blog .body{
	padding-left: 110px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■選ばれる理由
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#reason {
}
#reason .bg_wrap{
	/*background:url("../reason/images/bg_content.png");*/
  background-color: #fbf4e1;
	z-index: -20;
}

#reason .content_wrap{
	width: 1050px;
	margin: 0 auto;
	position: relative;
	height: 475px;
}
#reason .bloc{
	position: absolute;
	top: 70px;
	width: 605px;
	padding: 40px 30px;
	background: #fff;
	border: 2px solid #28406d;
	line-height: 24px;
	box-shadow: 10px 10px 0px 0px rgba(255, 204, 94, 1.0);
}
#reason .bloc p{
	font-size: 18px;
}
#reason .bloc .tit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
#reason .bloc .tit span{
	font-size: 28px;
	color: #28406d;
}
#reason .photo{
	position: absolute;
	top: 115px;
	right: 20px;
	z-index: -10;
}
#reason .photo2{
	top: 145px;
}
#reason .rev{
	right: 20px;
	z-index: 10;
}
#reason .rev2{
	left: 20px;
	z-index: 0;
}

#reason .bloc3{
	padding: 45px 0 100px;
	/*background: url("../reason/images/bg_content2.png");*/
  background-color: #28406d;
	line-height: 1.5;
}
#reason .bloc3 .head{
  background-image: -moz-linear-gradient( 0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  background-image: linear-gradient(0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  line-height:85px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#reason .bloc3 .head p{
	position: relative;
	width: 1050px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#reason .bloc3 .head p::before{
	position: absolute;
	top:-80px;
	right:0;
	content: "";
	background: url("../reason/images/character.png") no-repeat;
	width: 159px;
	height: 292px;
}
#reason .bloc3 .intro{
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 30px 0 40px;
	font-weight: bold;
  color: #fff;
}
#reason .bloc3 .wrap{
	background: #fff;
	padding-bottom: 105px;
}
#reason .bloc3 .wrap ul li{
	position: relative;
	padding: 40px 40px 0 40px;
}

#reason .bloc3 .wrap ul li::before{
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: 56px;
	content: "";
	background:url("../reason/images/cityscape_ill.png") repeat-x;
}


#reason .bloc3 .wrap ul li + li{
	margin:65px 0 0;
}

#reason .bloc3 .wrap ul li div.point{
	width:560px;
}
#reason .bloc3 .wrap ul li div.point p{
	font-weight: bold;
}
#reason .bloc3 .wrap ul li div.point p.ttl{
	position: relative;
	z-index: 1;
	font-size: 24px;
	color: #28406d;
	margin-bottom: 35px;
}
#reason .bloc3 .wrap ul li div.point p.ttl::first-letter{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	padding: 0 8px;
	text-align: center
}

#reason .bloc3 .wrap ul li div.point p.ttl::before{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #28406d;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■キャッシュバックキャンペーン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#campaign {
	background-image: url("../images/bg_info.png");
}
#campaign .head{
	padding: 65px 0;
	text-align: center;
	background-image: url("../campaign/images/head_bg.png");
	background-repeat: repeat;
	text-align: center;
}
#campaign .content_wrap{
	position: relative;
	padding: 30px 0;
	border-radius: 10px;
}
#campaign .content_wrap:nth-child(odd) {
	background: url("../campaign/images/bg_content.png");
}
#campaign .bloc{
	background: #fff;
	padding: 30px 20px;
	line-height: 24px;
	border-radius: 10px;
}
#campaign .comment{
	width: 620px;
}
#campaign .comment p{
	font-size: 18px;
}
#campaign .comment .tit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#campaign .bloc .tit span{
	font-size: 28px;
	color: #d00202;
}
#campaign .comment .question{
	font-weight: bold;
	color: #fff;
	background: #70d2ff;
	display: inline-block;
	padding: 3px 15px;
	margin-bottom: 20px;
	border-radius: 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■仲介手数料の仕組み
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#commission {
	padding: 100px 0 0;
	/*background: url("../images/cream_bg.png");*/
  background-color: #fbf4e1;
}

#commission .point{
	position: relative;
	width: 1050px;
	height: 733px;
	background: url("../commission/images/bg_point.png") no-repeat;
	margin: 0 auto 65px;
	padding:280px 20px 0;
}
#commission .point::before{
	position: absolute;
	top: 100px;
	left: 436px;
	width: 215px;
	height: 146px;
	content: "";
	background: url("../commission/images/point_head_logo.png") no-repeat;
}
#commission .point ul{
	padding: 0 80px;
}
#commission .point ul li{
	width: 250px;
}
#commission .point ul li p{
	font-size: 18px;
	line-height: 24px;
}
#commission .point ul li p span{
	color: #d00202;
	font-weight: bold;
}
#commission .point ul li img{
	margin: 0 0 20px;
}

#commission .catch{
	font-size: 24px;
	color: #fff;
	background: url("../commission/images/bg_catch.png");
}
#commission .catch .head{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
  background-image: -moz-linear-gradient( 0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
  background-image: linear-gradient(0deg, rgb(221 39 35) 0%, rgb(247 108 0) 100%);
}
#commission .catch .wrap{
	position: relative;
	left: 50%;
	margin-left: -350px;
/*	transform: translateX(-25%);*/
	padding: 40px 0;
}
#commission .catch .price{
	display: inline-block;
	padding: 20px 70px;
	margin: 0 0 20px;
	border: 2px solid #fff;
	border-radius: 10px;
}
#commission .catch p{
	position: relative;
	padding-left: 1em;
}
#commission .catch p::before{
	position: absolute;
	top: 15px;
	left: 5px;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 50%;
	background: #fff;
}
#commission .catch table{
	width: 100%;
	font-size: 26px;
	font-weight: bold;
}
#commission .catch table td{
	width:  calc(100% / 3) ;
	line-height: 36px;
	font-weight: bold;
}
#commission .catch ul{
	padding-left: 1em;
}
#commission .catch_img{
	height: 490px;
	padding: 35px 0;
/*
  background-image: -moz-linear-gradient( 90deg, rgb(245,175,48) 0%, rgb(255,255,255) 51%, rgb(245,175,48) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(245,175,48) 0%, rgb(255,255,255) 51%, rgb(245,175,48) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(245,175,48) 0%, rgb(255,255,255) 51%, rgb(245,175,48) 100%);
*/
  background-color: #fff;
	text-align: center;
}
#commission .situation{
	width: 1050px;
	margin: 0 auto;
	padding: 120px 0 60px;
}

#commission .situation .ttl{
	margin: 0 0 80px;
	text-align: center;
}

#commission .situation .head{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: #28406d;
	text-align:center;
	line-height: 65px;
	margin: 0 0 30px;
}
#commission .situation .wrap{
	padding: 0 20px;
}
#commission .situation p{
	font-size: 24px;
	line-height: 30px;
}

#commission .situation p.intro{
	position: relative;
	padding:0 1em 0 2em;
	margin: 0 0 50px;
}

#commission .situation p.intro::before{
	position: absolute;
	top: 10px;
	left: 25px;
	width: 12px;
	height: 12px;
	background: #28406d;
	border-radius: 50%;
	content: "";
}

#commission .appeal{
	background:url("../images/bg_sec04.png");
	padding: 75px 0 150px;
}
#commission .appeal .head{
	font-size: 40px;
	font-weight: bold;
	color: #28406d;
	text-align: center;
	line-height: 60px;
	margin: 0 0 50px;
}

#commission .appeal .bloc{
	width: 1050px;
	margin: 0 auto;
	padding: 10px;
	height: 470px;
	background: #fff;
	border: 5px solid #70d2ff;
	border-radius: 20px;
}

#commission .appeal .bloc .arrow{
	width: 220px;
	font-size: 22px;
	line-height: 30px;
	padding-top: 100px
}

#commission .appeal .bloc .arrow img{
	margin: 0 0 20px;
}

#commission .appeal .bloc .arrow span{
	color: #d00202;
	font-weight: bold;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■物件一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#propertylist {

}


.w650{
    max-width: 650px;
}


#propertylist select{
	height: 30px !important;
}

.category {
	/*border-radius: 10px;*/
	margin: 0 0 20px;
}
#propertylist dt{
	position: relative;
	font-size: 16px;
	padding: 5px;
	/*cursor: pointer;*/
	border-bottom: 1px solid #333;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}
#propertylist dt i{
	color: #28406d;
}
#propertylist dt::after{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #333;
}
.category li {
	width: 155px;
	margin:5px 10px;
}
.category li a {
	/*display: block;*/
	position: relative;
	font-size: 1.6rem;
	height: 38px;
	padding: 0 20px 0 5px;
	text-decoration: none;
	border: 1px solid #28406d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #333;
}
#propertylist ul.pt2 li{
	width: 190px;
}
#propertylist ul.pt2 li a{
	font-size: 1.4rem;
	line-height: 1.3;
}
.category li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #28406d;
	border-right: solid 2px #28406d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.category li a:hover {
	background: #28406d;
	color: #fff;
}
.category li a:hover:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
#propertylist h3{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  background: none;
  padding: 5px 10px 5px 10px;
  margin: 0 0 10px;
  border-left: none;
  color: #28406d;
  border: 1px solid #28406d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #28406d;
}
#propertylist h3::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 10px;
	color: #333;
	margin-top: -12px;
	font-size: 14px;
}
#propertylist .area {
	margin: 20px 0 10px;
	padding:0 0 5px;
	/*background:#eee;
	border-bottom: 1px dotted #ccc;*/
}
#propertylist .area h4 span{
	float:left;
	font-size:12px;
	font-weight: normal;
	color:#000;
	margin:5px 5px 0 0;
	padding:0 5px;
	background:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.sale .area h4 {
	display: inline;
	float: left;
	padding: 0 5px;
	color: #28406d;
	font-size: 18px;
	font-weight: bold;
}
/*.invest .area h4 {
	display: inline;
	float: left;
	padding: 0 5px;
	color: #70d2ff;
	font-size: 18px;
}*/
/*.rent .area h4 {
	display: inline;
	float: left;
	padding: 0 5px;
	color: #70d2ff;
	font-size: 18px;
}*/
#propertylist .sortarea {
	margin-bottom: 15px;
}
#propertylist .subcate {
	border-left: 5px solid #70d2ff;
}
#propertylist .sub_result {
	float: left;
	margin: 0 0 5px;
	padding:0 0 0 20px;
	font-size: 16px;
	color: #28406d;
	font-weight: bold;
	line-height: 24px;
}
#propertylist .searchbox {
	margin: 0 auto 20px;
}
#propertylist ul.room {
	margin-bottom: 10px;
}
#propertylist ul.room li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
/*	line-height: 100%;*/
}
.sale ul.room li.heading {
	width: 98px;
	margin-right: 2px;
	padding: 3px 0;
	background: #70d2ff;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.rent ul.room li {
	width: 105px;
	margin: 0 2px 10px 0;
	padding: 5px 0;
	background: #70d2ff;
	color: #fff;
	text-align: center;
	font-size: 10px;
  font-weight: bold;
}
/*.invest ul.room li.heading {
	width: 65px;
	margin-right: 2px;
	padding: 5px 0;
	background:#70d2ff;
	color: #fff;
	text-align: center;
	font-size: 10px;
}*/
#propertylist .category_select {
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	background: #E9EDF2;
}
#propertylist .category_select dt{
	margin-bottom: 5px;
	color: #28406d;
}

.btn_search {
	width:200px;
	margin:10px auto 10px;
}
input.button {
	width:100%;
	height:50px;
	/*line-height:36px;*/
	color: #fff;
	font-size:20px;
	font-weight:bold;
	background: #28406d;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}
input.button:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#propertylist .sortarea table {
	width: 100%;
}
#propertylist table.listbox {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 10px;
}
#propertylist table.listbox th {
	width: 330px;
	text-align: center;
	vertical-align: top;
	padding: 20px;
	/*border-right:1px solid #ccc;*/
	font-weight: normal;/*background:#f4f4f4;*/
	box-sizing: border-box;
}
#propertylist table.listbox th .photo img{
	/*max-width:150px;*/
	/*max-height:220px;*/
}
#propertylist table.listbox td {
	border-left: 1px dashed #ddd;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px;
}

#propertylist table.listbox td.box_right {
	width: 210px;
}
.sale table.listbox td .item_type {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	white-space: nowrap;
	line-height: 100%;
	background: #70d2ff;
	color: #fff;
	font-weight: normal;
}
.rent table.listbox td .item_type {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	white-space: nowrap;
	line-height: 100%;
	background: #28406d;
	color: #fff;
	font-weight: normal;
}
#propertylist table.listbox td .ttl {
	font-size: 16px;
	font-weight: bold;
	padding-left: 7px;
	border-left: 4px solid #28406d;
	line-height: 1.2;
	margin: 5px 0;
}
#propertylist table.listbox td .addr {
	display: inline;
	float: left;
}
#propertylist table.listbox td .price {
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}
#propertylist table.listbox td .room_type {
	font-size: 18px;
	font-weight: bold;
}
#propertylist table.listbox td .price_line {
	margin: 0 0 10px;
	border-bottom: 1px solid #666;
}
#propertylist table.listbox td p {
	padding: 0;
}
#propertylist table.listbox td .station {
	padding: 0 10px 0 0;
}

#propertylist table.listbox td h4{
	width: 200px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #bc8819;
}
#propertylist table.listbox td h5 {
	/*color: #28406d;*/
display: none;	
}
#propertylist table.listbox td table {
	width: 200px;
	margin: 0 auto 10px;
}
#propertylist table.listbox td table th {
	width: 4em;
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
#propertylist table.listbox td table td {
	padding: 2px;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#propertylist .memberarea {
	padding: 5px;
}
#propertylist .btn_dl a {
	background: #DBCEAF;
	text-align: center;
	color: #3A2622;
	line-height: 24px;

}
#propertylist .btn_detail a {
	position: relative;
	text-align: center;
	margin: 0 20px;
	color: #000;
	border: 2px solid #111;
	margin-top: 20px;
	padding: 5px;
	border-radius: 20px;
	font-weight: bold;
}
#propertylist .btn_detail a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #666;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■物件詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#property{
	background: #fff;
	padding: 20px;

	
}
#property .ttl{
	margin-bottom: 15px;
	padding: 5px 15px;
	background: #f3f3f3;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #28406d;
}

#property .emblem{
	border-bottom:1px solid #ccc;
	margin:0 auto 10px;
}
#property .emblem h3{
	font-size: 18px;
}
#property .tit{
	margin: 0 auto 10px;
}
h3 {
font-size:20px;
	margin: 40px 0;
	font-weight:bold;
	padding: 10px;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;	

/*	border-left: 4px solid #28406d;
*/}
#property #item_summary{
	width:100%;
	margin:0 auto 30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size: 12px;
}
#property #item_summary th {
	padding:2px 3px;
	background:#eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:120%;
	vertical-align: middle;
}
#property #item_summary td {
	padding:2px 3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
}
#property #item_summary td p{
	padding:0;
}
#property ul.equipment {
	padding:5px 10px;
	border:1px solid #ccc;
	background:#eee;
}

#property .item_comment {
	margin:0 0 30px;
	padding:0 10px;
}
#property ul.equipment li {
	display:block;
	float:left;
	margin:0 5px 5px 0;
	background:#fff;
}

#property #photoarea {
	width:100%;
	margin:0 auto 30px;
}
#property .photo1 {
	width:220px;
	margin:0 26px 10px 0;
	padding:0;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
	*display:inline;
	*zoom:1;
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
	vertical-align: top;
	text-align: center;
}
#property #photoarea img {
	/*width:100%;*/
	height:auto;
	max-height:180px;
	border-radius: 10px;
}

.photo2:nth-child(1) {
	margin-bottom: 10px;
}

#property .video_wrapper, #property .video_wrapper video {width: 100%;}

#property #photoarea .caption{
    padding: 10px 5px 20px;
    line-height: 1.3;
    text-align: left;
    font-size: 11px;
}

#property .road dt {
	float: left;
}
#property .road dd {
	padding-left: 3em;
}
h3 span {
	font-size: 10px;
	padding-left: 30px;
}

#property .btn_tel {
	display: block;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
  background-image: -moz-linear-gradient( 90deg, rgb(116,107,109) 0%, rgb(48,159,217) 0%, rgb(65,177,234) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,107,109) 0%, rgb(48,159,217) 0%, rgb(65,177,234) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,107,109) 0%, rgb(48,159,217) 0%, rgb(65,177,234) 100%);
	color: #fff;
}
#property .btn_tel p {
	padding: 0;
	line-height: 1;
}
#property .btn_tel span {
	position: relative;
	font-size: 24px;
}
#property .btn_tel span::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -6em;
	width: 40px;
	height: 26px;
	background-image: url(../images/ico_freedial.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#property .btn_tel span a{
	display: block;
	color: #fff;
	text-decoration: none;
}
#property .caution {
	font-size: 16px;
	text-align: center;
	color: #c00;
}
#property .room_id {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#property .btn_contact a {
	display: block;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
  background-image: -moz-linear-gradient( 90deg, rgb(48,159,217) 0%, rgb(13,105,185) 1%, rgb(13,114,202) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(48,159,217) 0%, rgb(13,105,185) 1%, rgb(13,114,202) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(48,159,217) 0%, rgb(13,105,185) 1%, rgb(13,114,202) 100%);
	color: #fff;
	line-height: 60px;
	font-size: 24px;
	text-decoration: none;
}

#property .btn_download {
	width: 450px;
	margin: 0 auto 30px;
}
#property .btn_download a{
	display: block;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #70d2ff url(../images/download.png) no-repeat 75px center;
	background-size: 6%;
	border-radius: 5px;
	color: #fff;
	padding: 5px 0 5px 120px;
}
#property .btn_download a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■テーブル設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#item_summary2 {
	background: #f3f3f3;
	margin: 0 auto 30px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
}
.contract-box {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#item_summary2 table, .contract-box table {
	border-collapse : collapse;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#item_summary2 table th,
#item_summary2 table td,
.contract-box .p-property__summary__item th,
.contract-box .p-property__summary__item td {
	padding: 10px;
	
}
#item_summary2 table.line {
	display: inline-table;
	float: left;
	width: 100%;
	padding: 10px;	
}
.contract-box .p-property__summary__item.line {
  border-top: 1px solid #ddd;
} 
#item_summary2 table.half {
	display: inline-table;
	float: left;
	width: 50%;
}
.contract-box .p-property__summary__item.half {
	display: inline-table;
	width: 50%;
}
#item_summary2 table th,.contract-box .p-property__summary__item th {
	width:120px;
	padding: 10px;
	background: #eee;
	box-sizing: border-box;
	/*border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;*/
}
#item_summary2 table td,.contract-box .p-property__summary__item td {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	/*border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;*/
}
#item_summary2 table td p{
	padding: 0;
}
#item_summary2 table td .road dt{
	float:left;
}
#item_summary2 table td .road dd{
	padding:0 0 0 3em;
}
#item_summary2 table td .lifeinfra dt{
	float:left;
}
#item_summary2 table td .lifeinfra dd{
	float:left;
	margin-right:1em;
}
#item_summary2 table td .facility li{
	float:left;
	margin-right:0.5em;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■会社案内

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.philosophy {
	position: relative;
	padding: 300px 0;
	background-image: url("../company/images/bg_omoi.png");
	background-repeat: repeat;
	text-align: center;
}
.philosopy_wrap {
	position: relative;
	width: 601px;
	height: 601px;
	margin: 0 auto;
}
.philosopy_wrap li{
	position: absolute;
	left: 50%;
	width: 377px;
	height: 377px;
}
.philosopy_wrap li:nth-child(1){
	top: -220px;
	margin-left: -220px;
}
.philosopy_wrap li:nth-child(2){
	top: 80px;
	margin-left: 110px;
}
.philosopy_wrap li:nth-child(3){
	top: 480px;
	margin-left: 10px;
}
.philosopy_wrap li:nth-child(4){
	top: 480px;
	margin-left: -415px;
}
.philosopy_wrap li:nth-child(5){
	top: 80px;
	margin-left: -520px;
}
#company {
	margin: 0 auto;
}



#company .box {
	margin: 0 auto 20px;
}
#company .photoarea {
	margin-bottom: 20px;
}
#company .photoarea .photo1 {
	width: 240px;
}

#company table {
	width: 100%;
	margin: 0 auto 70px;
	border-collapse: collapse;
	background: #fff;
}
#company table th {
	width: 200px;
	padding: 15px;
	border-bottom: 4px solid #28406d;
	vertical-align: top;
	text-align: left;
}
#company table td {
	padding: 15px;
	border-bottom: 1px solid #000;
}
#company table table {
	font-size: 12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#contact {
}

#contact p.thanx {
	padding-bottom: 200px;
}

#contact #thanks{
	margin: 0 auto;
}

#contact #thanks p{
	font-size: 1.6rem;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■@LINE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#line {
	width: 1050px;
	margin: 0 auto 100px;
	position: relative;
}
#line .btn_line_add{
	position: absolute;
	top: 1415px;
	right: 117px;
}

#line .btn_line_add a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#line  .content {
	padding: 50px 0 0;
	background: url("../line/images/bg_line.png") repeat-y;
}

#line .content .howto{
	padding: 0 30px;
}

#line .content .howto ul{
	margin: 0 0 50px;
}

#line .content .howto  ul li{
	width: 480px;
	height: 600px;
	background: #fff;
}

#line .content .howto ul li p.ttl{
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	line-height: 80px;
	background: #70d2ff;
	margin: 0 0 30px;
}

#line .content .howto  ul li p.exp{
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 30px;
}

#line .content .howto  ul li p.shop{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#line .content .howto ul li p.shop span{
	font-size: 1.8rem;
	color: #aeaeae;
}
#line .content .merit{
	background: rgba(255,255,255,0.6);
}

#line .content .merit .head{
	padding: 50px 0;
	text-align: center;
}
#line .content .merit ul{
	padding: 0 30px 20px;
}
#line .content .merit ul li{
	position: relative;
	margin: 0 0 30px;
	background: #fff;
	height: 220px;
	padding: 55px 0 55px 200px;
}
#line .content .merit ul li::before{
	position: absolute;
	top: 55px;
	left: 40px;
	content: "";
	width: 109px;
	height: 109px;
}
#line .content .merit ul li.merit1::before{
	background:url("../line/images/merit01.png") no-repeat;
}
#line .content .merit ul li.merit2::before{
	background:url("../line/images/merit02.png") no-repeat;
}
#line .content .merit ul li.merit3::before{
	background:url("../line/images/merit03.png") no-repeat;
}
#line .content .merit ul li.merit4::before{
	background:url("../line/images/merit04.png") no-repeat;
}
#line .content .merit ul li.merit5::before{
	background:url("../line/images/merit05.png") no-repeat;
}
#line .content .merit ul li.merit6::before{
	background:url("../line/images/merit06.png") no-repeat;
}
#line .content .merit ul li.merit7::before{
	background:url("../line/images/merit07.png") no-repeat;
}
#line .content .merit ul li.merit8::before{
	background:url("../line/images/merit08.png") no-repeat;
}
#line .content .merit ul li p.ttl{
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 15px;
}
#line .content .merit ul li p.exp{
	font-size: 1.6rem;
}
/*=========================================
･ a1
=========================================*/
/*pp*/
#contact .pp {
	width: 100%;
	margin: 0 auto 20px;
}
#contact .pp .tit {
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
#contact .pp fieldset {
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #28406d;
	background: #fff;
}
#contact .pp fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
	color: #28406d;
	font-weight: bold;
}
#contact .pp ul {
	padding: 0 20px 10px;
}
#contact .pp li {
	list-style: outside disc;
	margin: 0 0 0 1.5em;
	border-bottom: 1px dotted #ccc;
}
/*=========================================
･ a1
=========================================*/
#contact p {
	padding: 0 20px 10px;
}
/*form pp*/

#form {
	margin: 0 auto 20px;
}
#contact #form .tit h4 {
	padding: 8px 30px;
	font-size: 14px;
}
/*form_table*/
#form table {
	width: 100%;
	margin: 0 auto 10px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*table_th*/
#form th {
	width: 240px;
	padding: 15px;
	background-color: #f3f3f3;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #fff;
	color: #333;
	/*font-weight: bold;*/
}
#form th div {
	text-indent: -12px;
}
/*table_td*/
#form td {
	padding: 15px;
	/*background-color: #f9f9f9;*/
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
#form .label {
	display: inline-block;
	width: 90px;
}
#form .label2 {
	display: inline-block;
	width: 100px;
}
#form table li {
	width: 210px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 2;
white-space: nowrap;	
}

.small {
	font-size: 10px;
}

#form table .float li {
	width:inherit;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}
#form table .nofloat li {
	width:inherit;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}
#form table li label {
	display:block;
}
#form #case_rent,
#form #case_sale {
	width:100%;
}
#form #case_rent dl,
#form #case_sale dl {
	margin:0 0 10px;
}
#form #case_rent dl dt,
#form #case_sale dl dt {
	float:left;
	line-height:2.5em;
}
#form #case_rent dl dd,
#form #case_sale dl dd {
	padding:0 0 0 3em;
}
/*=========================================
フォーム
=========================================*/

input, select, textarea {
	font-size: 1em;
	margin-bottom: 1px;
	padding: 5px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	height: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
textarea {
	height: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.w50 {
	width: 50% !important
}
.w100 {
	width: 100% !important
}
textarea {
	width:100% !important;
}
.mini {
	font-size: 10px;
}
optgroup {
	background-color: #cccccc;
	color: #333333;
	font-style: normal;
}
option {
	margin: 0 5px 0 0;
	background-color: #ffffff;
	color: #333333;
}
/*ime_mode*/
.ime_on {
	ime-mode: active;
}
.ime_off {
	ime-mode: disabled;
}
/*input_text_setting*/
input#issue_text {
	width: 200px;
}
input#name, input#ruby, input#company, input#post {
	width: 240px;
}
input#tel, input#fax {
	width: 140px;
}
input#email {
	width: 240px;
}
input#age {
	width: 30px;
}
input#zip {
	width: 60px;
}
input#address {
	width: 400px;
}
textarea#comment {
	width: 400px;
}
/*submitBtn*/
#formEnd {
	padding: 0 20px 20px 20px;
	text-align: center;
}
#formEnd input {
}
.mfp_buttons button {
	width: 200px;
	height: 50px;
	color: #fff;
	text-align: center;background-color: #28406d;
	border-radius: 20px;
	font-size: 16px;
	margin: 0 10px;
}

/*=========================================
募集要項
=========================================*/
#recruit {
	margin:0 auto 20px;
}

#recruit .comment {
	margin:0 auto 10px;
}
#recruit .comment p{
	padding:0 10px;
}
#recruit #photoarea .photo1 {
    width: 170px;
    float: left;
    margin-right: 10px;
}
#recruit a.formbtn {
	display: block;
    width: 200px;
    border-radius: 5px;
    margin: 20px auto;
    padding: 12px 20px;
    background: #E6232B;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
#recruit a.formbtn:hover {
	opacity: 0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■地図検索

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#map_search {
	margin: 20px auto 40px auto;
}
#map_search .area{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#map_search .area li{
	display: table-cell;
	border: 1px solid #0A67B4;
}
#map_search .area li a{
	display: block;
	color: #0A67B4;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#map_search .area li a:hover,
#map_search .area li.active a {
	background-color: #0A67B4;
	color: #fff;
}

#map_search .category_ttl{
	position: relative;
	overflow: hidden;
	background:none;
	padding:5px 10px 5px 10px;
	margin:0 0 15px;
	border-left:none;
	color:#0a2035;
	border: 1px solid #0a2035;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#map_search .category_ttl h3{
	float: left;
	margin-right: 15px;
	font-size:24px;
	font-weight:normal;
}
#map_search .map_search .row {
	overflow: hidden;
	margin-bottom: 15px;
}
#map_search .map_search .tit {
	float:left;
	    width: 65px;
    margin-right: 2px;
    padding: 5px 0;
    background: #0a2035;
    color: #fff;
    text-align: center;
    font-size: 10px;
}
#map_search .map_search select {
	float:left;
	    height: 28px;
	margin-right: 15px;
}
#map_search .btn {
	position: relative;
	width: 260px;
	margin: 15px auto;
}
#map_search .btn button {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #0a2035; 
	position: relative;
    display: block;
    color: #0a2035;
    text-align: center;
	line-height: 40px;
	font-size:16px ;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#map_search .btn button::before {
	position: absolute;
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#map_search .btn button::before {
	background-image: url(../images/marker_info.png);
}
#map_search #panelMap {
	border: 1px solid #ddd;
	padding : 20px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
}
#map_search #map {
	width: 100%;
	height: 500px;
}
#map_search .marker_data_html {
	width: 280px;
	margin-top: 4px;
}
#map_search .marker_data_html h2 {
	font-size : 14pt;
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}
#map_search .marker_data_html .comment {
	float: right;
	width: 170px;
}
#map_search .marker_data_html .price {
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}
#map_search div#markerlist {
	display: none;
	width : 180px;
	overflow : auto;
	line-height : 150%;
	font-size : 10pt;
}
#map_search div#markerlist dt {
	margin: 0 0 1px;
	padding: 5px;
	font-weight: bold;
	background: #0a2035;
	color: #fff;
}
#map_search div#markerlist dd {
	margin: 0 0 5px;
}
#map_search div#markerlist li {
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}
#map_search div#markerlist li .listnone {
	display: none;
}
#map_search div#markerlist li a {
	display: block;
	padding: 5px 0 5px 12px;
	text-decoration: none;
}
#map_search .rent li a {
	background: url(../images/side_marker_on.jpg) no-repeat 5px 10px;
}
#map_search .rent li a:hover {
	background: url(../images/side_marker_off.jpg) no-repeat 5px 10px;
}
#map_search .renovation li a {
	border-left: 3px solid #333;
}

#map_search .btn_large_area {
	margin-bottom: 15px;
}
#map_search .btn_large_area ul {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
#map_search .btn_large_area ul li {
	display: table-cell;
	border: 1px solid #fff;
}
#map_search .btn_large_area ul li input {
	width: 100%;
	border: none;
	background: #0a2035;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■お客様の声
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#voicelist {
    width: 100%;
    margin: 0 auto 50px;
    background: #fff;
    padding: 20px;
}

#voicelist .bloc {
    margin: 0 0 30px;
    padding: 0 5px 10px;
	/*border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;*/
	/*background:url(../images/voice_top.jpg) no-repeat center top;*/
    border-bottom: 1px dotted #ccc;
}

#voicelist .bloc .comment {
    width: 220px;
}

#voicelist h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    background: url(../images/marker_rent.jpg) no-repeat;
}
#voicelist h4 i{
	color: #28406d;
	padding-right: 0.5em;
}
#voicelist .bloc .btn_detail a {
    display: block;
    padding: 0 0 0 10px;
    background: url(../images/marker_off.jpg) no-repeat left 5px;
}

#voicelist .bloc .btn_detail a:hover {
    padding: 0 0 0 10px;
    background: url(../images/marker_on.jpg) no-repeat left 5px;
}

#voicelist .bloc .btn_detail a span i{
	color: #28406d;
	padding-right: 0.3em;
}

#voice {
    margin: 0 auto;
}

#voice .bloc {
    margin: 0 0 50px;
    padding: 0 10px;
}

#voice h2 {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
}
#voice h2 i{
	color: #28406d;
	padding-right: 0.5em;
}
#voice h3 {
    margin: 0 0 10px;
    padding: 3px 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 150%;
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
}
#voice table {
    width: 100%;
    margin: 0 auto;
	/*border:1px solid #FF7851;*/
}
#voice table th {
    vertical-align: top;
	/*background:#FF7851;*/
}
#voice .photo1 {
	width: 360px;
}
#voice table th img {
    margin: 10px 10px 5px 0;
    padding: 2px;
    border: 1px solid #999;
}
#voice table th .caption {
    font-weight: normal;
    text-align: left;
}
#voice table td {
    vertical-align: top;
    padding: 10px 0;
	/*background:#f9f9f9;*/
}
#voice table td p {
    padding: 0 10px;
}
#voice table td .bloc2 {
    margin: 30px 0 0;
    padding:5px 10px;
  border: 2px dotted #000;
  border-radius: 5px;
}
#voice table td .comment_head {
  display: inline-block;
    font-weight: bold;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 25px;
  color: #28406d;
}
#voice table td .comment {
    padding-left: 25px;
}

#photolist .photoarea .photo .photobox {
    margin: 0 0 10px;
    text-align: center;
}



/*
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■スタッフ紹介
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#staff {
	width: 766px;
	margin: 0 auto;
	color:#fff;
}
#staff .box {
}
#staff .box .photo {
	float: left;
	width: 220px;
	padding-left:25px;
	margin-top:35px;
	text-align:center;
}
#staff .box .photo img {


}
#staff .box .profile {
	display: inline;
	float: right;
	width: 480px;
}
#staff dl {
	margin: 30px 50px 0 0;
	padding: 5px;
}
#staff dl dt {
	float:left;
	width:70px;
	padding:5px 5px;
	font-weight: bold;color: #70d2ff;
}
#staff dl dd {
	color: #333;
	padding: 5px 0 5px 80px;
	border-bottom: 1px dotted #ccc;/**/
}
#staff dl dd.name {
	font-weight:bold;
	font-size:16px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■編集コンテンツ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#edit  {
	width: 1050px;
	margin: 0 auto;
}

#edit .bloc {
	margin:50px 0;
}

#edit .tit{
	margin: 0 auto 10px;
	border-bottom: 1px dotted #ccc;
}
#edit .tit h4 {
	position: relative;
	margin:0 0 3px;
	padding-left: 10px;
	font-size:18px;
	font-weight:bold;
	border-left: 4px solid #28406d;
	padding: 3px 5px 2px 10px;
}
#edit .bloc .subtit {
	margin: 10px 0 0;
	padding: 5px;
}
#edit .bloc .subtit h5 {
	padding: 0 10px;
	font-size: 16px;
	color: #70d2ff;
}
#edit .bloc .comment {
	margin: 15px 10px 5px;
}
#edit .bloc .comment a img {
	float: left;
}
#edit .bloc .comment .caption {
    line-height: 150%;
    text-align: left;
    margin-left: 250px;
}
#edit .btn_detail {
	float: right;
}
#edit .btn_detail a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../images/marker_off.jpg) no-repeat left 5px;
}
#edit .btn_detail a:hover {
	background: url(../images/marker_on.jpg) no-repeat left 5px;
}

#edit .privacy_intro{
	background: #eee;
	padding: 20px;
	margin: 0 0 20px;
}
#edit .marker{
	position: relative;
	padding-left: 1em;
}
#edit .marker::before{
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	background: #28406d;
	border-radius: 50%;
}

/*////////写真///////////////////////*/

#photolist {
	margin: 0 20px 20px;
}
#photolist fieldset {
	margin: 0 0 20px;
	padding: 10px 0;
	border: 1px solid #999;
}
#photolist fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
	font-weight: bold;
	background: #fff;
}
#photolist .photoarea {
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
}
#photolist .photoarea .photo {
	margin: 0 8px 10px 0;
	padding: 0;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 *display:inline;
 *zoom:1;
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;
	text-align: center;
}
#photolist .photoarea .photo .photobox {
	margin: 0 0 10px;
	text-align: center;
}


.title {
  background-image: linear-gradient(90deg, #98e4c5, #70d2ff);
	padding: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.message {
	padding: 20px;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	margin: 20px 0;
}

.mb-10{
	margin-bottom: -10px;
}

#com_pic {
	display: flex;
	justify-content: space-around;
	height: 200px;
}

#com_pic li{
	width: 33.3%;
}
#com_pic img{
	width: 100%;
	height: 200px;
}


.btn-secondary {
		border: 1px solid #ddd;
	border-radius: 6px ;
	padding: 3px 10px;
}

.btn-primary {
	border: 1px solid #ddd;
	border-radius: 6px ;
	padding: 5px 10px;
	background: #f1f1f1;
}

.w50 {
	width: 50%;
	float: left;
}


.head_wrap {
    margin: 10px;
}

.list .bloc{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.ta_01 {
    padding: 20px;
    display: block;
    
}

.ta_01 tr{
    display: block;    
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.ta_01 th{
    width: 150px;
    margin-right: 20px;
}


.label-must {
    font-size: 12px;
    color: brown;
    margin-left: 10px;
}