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


/*/--------------------------------------------------------------------------/*/
/* ===== slider ===== */
/*/--------------------------------------------------------------------------/*/

/*/-- 表示領域が1100px以上の場合 --/*/
@media screen and (min-width: 1100px) {
   .tab{ display: none; } /* tabを表示 */
}


/*/-- 表示領域が1099px以下の場合 --/*/
@media screen and (max-width: 1099px) {
   .tab{ display: block; } /* tabを表示 */
}


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

.bx-viewport:before,
.bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100;
}

.bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
}

.bx-viewport:before {
    right: 100%;
    left: -100%;
}

.bx-viewport:after {
    left: 100%;
    right: -100%;
}

.face_slider{
	background-image:url(../img/home/slide_4.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}

.face_slider .back_b{
	width:730px;
	height:400px;
	margin:0 auto;
	background-color:#000;
}

}

@media screen and (max-width: 1099px) {
	
.face_slider iframe{
	display:none;
}
	
}

.bxslider1 li img{
	width:100%;
	height:auto;
}


/*/--------------------------------------------------------------------------/*/
/* ===== ARTICLE ===== */
/*/--------------------------------------------------------------------------/*/

#article{
	width:100%;
	overflow:hidden;
}

/*/-- top --/*/

#top{
	width:100%;
	overflow:hidden;
}


/*/-- shortcat --/*/

#shortcat{
	width: 100%;
	max-width: 1080px;
    padding: 0 20px;
	margin: 35px auto 25px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

#shortcat .short_link{
	list-style: none;
	margin-right: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#shortcat .short_link li{
	width: calc(100% / 4.2);
}

#shortcat .short_link li:hover{
	opacity: 0.8;
}

#shortcat .short_link li:last-child{
	margin-right: 0;
}

#shortcat .short_link li img{
	width: 100%;
	vertical-align: top;
}

#shortcat .units_rate{
	max-width: 250px;
	flex-grow: 2;
}

#shortcat .units_rate .rate_title{
	font-family:"游明朝 Light", "小塚明朝 Pro R", "ヒラギノ角ゴ Pro W3", serif;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	background-color: #e898bd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
}

#shortcat .units_rate .content_box{
	padding: 10px;
	border: #CCC 1px solid;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
}

#shortcat .units_rate .units{
	font-size: 16px;
	font-weight: 500;
	border-bottom: #CCC 1px dotted;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#shortcat .units_rate .units .number{
	font-size: 30px;
	font-weight: bold;
}

#shortcat .units_rate .units .number .vu{
	font-size: 16px;
	font-weight: 300;
	margin-left: 3px;
}

#shortcat .units_rate .rate{
	font-size: 16px;
	font-weight: 500;
	border-bottom: #CCC 1px dotted;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#shortcat .units_rate .rate .number{
	font-size: 30px;
	font-weight: bold;
}

#shortcat .units_rate .rate .number .vu{
	font-size: 16px;
	font-weight: 300;
	margin-left: 3px;
}

#shortcat .units_rate .day{
	font-size: 14px;
	font-weight: 300;
	text-align: right;
	margin-top: 17px;
}

/*/-- area1 --/*/

#area1{
	width:100%;
	background-color:#FFF;
	margin:35px 0 25px;
}

.area1_content{
	max-width:1080px;
	padding:0 20px;
	margin:0 auto;
	box-sizing:border-box;
}

#area1 .title{
	margin:15px 0;
}

#area1 .link{
	float:right;
}

#area1 h3{
	float:left;
}


/*/-- area2 --/*/

#area2{
	width:100%;
	background-image:url(../img/home/area2_background.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 0;
}

.area2_content{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

#area2 .title{
	width: 100%;
	max-width: 914px;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
}

#area2 .link{
	float:right;
	margin-right:40px;
}

#area2 .link3{
	width:28%;
	margin-left: auto;
}

#area2 .link3 a{
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
	background-color: #fd8f3f;
	border: #fd8f3f 2px solid;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}

#area2 .link3 a:after{
	content:'';
    border: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFF;
    position: absolute;
    top: 50%;
    right: 25px;
	transform: translateY(-50%)
}

#area2 .link3 a:hover{
	color: #fd8f3f;
	background-color: #FFF;
}

#area2 .link3 a:hover:after{
	border-left: 8px solid #fd8f3f;
}

#area2 h3{
	width: 100%;
	max-width: 350px;
}

#area2 h3 a,
#area2 h3 a img{
	width: 100%;
}

#area2 .sab_title{
	margin-left: 20px;
}

#area2 .sab_title a{
	font-family:"游明朝 Light", "小塚明朝 Pro R", "ヒラギノ角ゴ Pro W3", serif;
	font-weight: 600;
}

#area2 .nc_title{
	width: 100%;
	max-width: 914px;
    margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

#area2 .nc_title h4{
}

#area2 .nc_title .link2{
}


/*/-- area3 --/*/

#area3{
	width:100%;
	margin:40px 0;
	background-color:#FFF;
}

.area3_content{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:20px 0 15px;
	border-top:1px #c0bcb8 solid;
	border-bottom:1px #c0bcb8 solid;
}

#area3 h3{
}

#area3 .left{
	width:45%;
	text-align:center;
	margin-left:5%;
	float:left;
}

#area3 .left img{
}

#area3 .left .link{
	text-align:center;
}

#area3 .left .link img{
	margin-top:20px;
}

#area3 .right{
	width:40%;
	margin-left:10%;
	float:right;
}

#area3 .right li{
	float:left;
	margin-right:20px;
	list-style:none;
	text-align:center;
	font-size:12px;
}


/*/-- area4 --/*/

#area4{
	width:100%;
	padding:40px 0 30px;
	background-image:url(../img/home/area4_background.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.area4_content{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

#area4 h3{
	float:left;
}

#area4 h3 img{
	width:70%;
}

#area4 .img1{
	margin:0 15px 0 35px;
}

#area4 .img2{
	margin:20px 0 20px 25px;
}

#area4 .link{
	float:right;
	margin:30px 30px 0 0;
	display:flex;
}

#area4 .link p{
	margin-right:20px;
}

#area4 .link p+ p{
	margin-right:0;
}

#area4 ul{
	margin-left:30px;
}

#area4 li{
	width:30%;
	margin:0 0 10px 3%;
	list-style:none;
	float:left;
}

#area4 li img{
	width:100%;
	padding-bottom:10px;
	margin-right:50px;
	border-bottom:1px #c0bcb8 solid;
}


/*/-- area5 --/*/

#area5{
	width:100%;
	margin:35px 0 40px;
	background-color:#FFF;
}

#area5 .area5_content{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

#area5 h3{
	width:100%;
	margin:0 0 30px 30px;
}

#area5 .left{
	width:30%;
	float:left;
}

#area5 .left img{
	width:100%;
}

#area5 .center{
	width:25%;
	float:left;
	margin-left:5%;
}

#area5 .center ul{
	margin-top:5px;
	float:left;
}

#area5 .center li{
	width:100%;
	list-style:none;
	padding-top:5px;
	margin-bottom:-3px;
	border-top:1px #c7c1bf solid;
	border-bottom:1px #c7c1bf solid;
}

#area5 .center li+ li{
	border-top:none;
	border-bottom:1px #c7c1bf solid;
}

#area5 .center li img{
	width:100%;
}

#area5 .right{
	width:300px;
	float:right;
	margin-right:40px;
}

#area5 .twitter_banner{
	width:100%;
	max-width: 300px;
	margin: 0 auto 10px;
}

#area5 .twitter_banner a{
	display: inline-block;
	width:100%;
	opacity: 1;
	transition: 0.4s;
}

#area5 .twitter_banner a:hover{
	opacity: 0.6;
}

#area5 .twitter_banner a img{
	width:100%;
}

#area5 .insta{
	width:1040px;
	margin:0 auto 30px;
}

#area5 .insta_photo{
}


#area5 .blog{
	width:95%;
	max-width:1020px;
	height:40px;
	margin:40px auto 0;
	background-color:#edebe8;
	border-top:#c4bdb8 1px solid;
	border-bottom:#c4bdb8 1px solid;
	position:relative;
}

#area5 .blog p{
	width:60%;
	margin:8px 0 0 130px;
	float:left;
}

#area5 .blog p span{
	color:#e898bd;
	margin-right:20px;
}

#area5 .blog .link{
	text-align:right;
	float:right;
	margin:8px 20px 0 0;
}

#area5 .title{
	margin:-13px 0 0 50px;
	position:absolute;
	z-index:1;
}

/*/--------------------------------------------------------------------------/*/
/* ===== 新着情報 ===== */
/*/--------------------------------------------------------------------------/*/

.new_icon1{
	position:absolute;
	margin-top:-25px;
	z-index:1;
}

.news_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
}

.news_list li{
	margin-bottom:30px;
}

.news_list_single{
	width:250px;
	min-height:310px;
	position:relative;
	padding:10px;
	color:#4b3133;
	background-color:#FFF;
	box-sizing:border-box;
}

.news_list_single .i_photo{
	max-width:250px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
}

.news_list_single .i_photo img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.news_list_single .day{
	width:100%;
	margin-top:10px;
	padding-left:10px;
	border-left:#e898bd 5px solid;
	color:#331a09;
	font-size:15px;
	font-weight:600;
	box-sizing:border-box;
	font-family:"游明朝 Light", "小塚明朝 Pro R", "ヒラギノ角ゴ Pro W3", serif;
}

.news_list_single h4{
	width:100%;
	margin:10px auto 30px;
	color:#331a09;
	font-family:"游明朝 Light", "小塚明朝 Pro R", "ヒラギノ角ゴ Pro W3", serif;
}

.news_list_single .more{
	width:60px;
	position:absolute;
	bottom:10px;
	border-bottom:#331a09 2px dotted;
}

.banner_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
	margin-top:30px;
}

.banner_list::before{
  content:"";
  display: block;
  width:250px;
  order:1;
}
.banner_list::after{
  content:"";
  display: block;
  width:250px;
}

.banner_list li{
	width:250px;
	min-height:310px;
	margin-bottom:30px;
}

.banner_list li img{
	width: 100%;
}


/*/--------------------------------------------------------------------------/*/
/* ===== 新築物件 ===== */
/*/--------------------------------------------------------------------------/*/


#area2 .new_con{
	width:100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#area2 .new_con .contents{
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#area2 .new_con .new_title{
	width: 100%;
}

#area2 .new_con .new_title a{
	font-size:16px;
	font-weight: 600;
	color:#FFF;
	width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
	background-color: #fd8f3f;
	border: #fd8f3f 2px solid;
	position: relative;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

#area2 .new_con .new_title a:hover{
    color: #fd8f3f;
    background-color: #FFF;
}

#area2 .new_con .new_title a:after{
    content: '';
    border: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFF;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#area2 .new_con .new_title a:hover:after{
    border-left: 8px solid #fd8f3f;
}


/*/--------------------------------------------------------------------------/*/
/* ===== 賃貸・売買情報 ===== */
/*/--------------------------------------------------------------------------/*/


#lease_trade{
	width:100%;
	background-color:#f9f3f0;
	padding:40px 0;
}

#lease_trade .lt_title{
	width:100%;
	max-width: 914px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

#lease_trade h4{
}

#lease_trade .link{
}

#lease_trade .lt_content{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

#lease_trade .lease_con,
#lease_trade .trade_con{
	width:100%;
	margin-bottom:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#lease_trade .lease_con .contents,
#lease_trade .trade_con .contents{
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#lease_trade .lease_con .contents .lease_title,
#lease_trade .trade_con .contents .trade_title{
	width: 100%;
}

#lease_trade .lease_con .contents .lease_title a,
#lease_trade .trade_con .contents .trade_title a{
	font-size:16px;
	font-weight: 600;
	color:#FFF;
	width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
	background-color: #fd8f3f;
	border: #fd8f3f 2px solid;
	position: relative;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

#lease_trade .lease_con .contents .lease_title a:hover,
#lease_trade .trade_con .contents .trade_title a:hover {
    color: #fd8f3f;
    background-color: #FFF;
}

#lease_trade .lease_con .contents .lease_title a:after,
#lease_trade .trade_con .contents .trade_title a:after {
    content: '';
    border: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFF;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#lease_trade .lease_con .contents .lease_title a:hover:after,
#lease_trade .trade_con .contents .trade_title a:hover:after {
    border-left: 8px solid #fd8f3f;
}

#lease_trade .report_con{
	width:100%;
	max-width: 914px;
	margin: -40px auto 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#lease_trade .report_con .contents{
	width: 100%;
	margin-bottom: 30px;
}

#lease_trade .report_con .report_title{
	width: 100%;
}

#lease_trade .report_con .report_title a{
	font-size:16px;
	font-weight: 600;
	color:#FFF;
	width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
	background-color: #e898bd;
	border: #e898bd 2px solid;
	position: relative;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

#lease_trade .report_con .report_title a:hover{
    color: #e898bd;
    background-color: #FFF;
}

#lease_trade .report_con .report_title a:after{
    content: '';
    border: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFF;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#lease_trade .report_con .report_title a:hover:after{
    border-left: 8px solid #e898bd;
}


#lease_trade .hp_set{
	width: 100%;
	max-width: 94%;
}



/*/--------------------------------------------------------------------------/*/
/* ===== pc2 ===== */
/*/--------------------------------------------------------------------------/*/


@media screen and (max-width: 1040px) {

/* ===== area2 ===== */

#area2 .title{
	flex-direction: column;
	align-items: center;
}

#area2 .sab_title {
	margin-top: 15px;
    margin-left: none;
}

#area2 .nc_title{
	flex-direction: column;
	align-items: center;
}

/* ===== 新着情報 ===== */

.news_list .i_photo{
    width:100%;
    max-width:100%;
    max-height:auto;
    overflow:hidden;
    background-size:cover;
}


/* ===== 空室情報 ===== */	



/* ===== 賃貸・売買 ===== */	

#lease_trade .lt_title{
	flex-direction: column;
	align-items: center;
}

#lease_trade h4{
	margin-bottom: 30px;
}
	
}


/*/--------------------------------------------------------------------------/*/
/* ===== pc3 ===== */
/*/--------------------------------------------------------------------------/*/


@media screen and (max-width: 920px) {

/*/-- shortcat --/*/

#shortcat{
	flex-direction: column;
	align-items: center;
}

#shortcat .short_link{
	margin-right: 0;
	margin-bottom: 30px;
}

#shortcat .units_rate{
	width: 100%;
	max-width: 640px;
}


}



/*/--------------------------------------------------------------------------/*/
/* ===== tab ===== */
/*/--------------------------------------------------------------------------/*/


@media screen and (max-width: 768px) {
	
	
	
	
/* ===== slider ===== */

.face_slider {
    position: relative;
    width: 100%;
	background-image:url(../img/home/slide_4.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}

.face_slider:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.face_slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
	margin:0 auto;
}



/* ===== ARTICLE ===== */

#article{
	width:100%;
}

/*/-- top --/*/

#top{
	width:100%;
	overflow:hidden;
}

/*/-- area1 --/*/

#area1{
	width:100%;
	background-color:#FFF;
	margin:35px 0 25px;
}

.area1_content{
	width:90%;
	margin:0 auto;
}

#area1 .title{
	margin-top:15px;
}

#area1 .link{
	margin-right:0;
}

#area1 h3{
	margin-left:0;
}

#shortcat .short_link{
	flex-wrap: wrap;
}

#shortcat .short_link li{
	width: calc(100% / 2.1);
	margin-bottom: 30px;
}

#shortcat .short_link li:nth-child(3),
#shortcat .short_link li:last-child{
	margin-bottom: 0;
}


/*/-- area2 --/*/

#area2{
	background-image:url(../img/home/area2_background_sp.jpg);
	padding:40px 0 0;
}

.area2_content{
	width:90%;
}

#area2 .link{
	float:right;
	margin-right:0;
}

#area2 .link3{
	width:280px;
	margin: 0 auto;
}

#area2 h3{
	width:80%;
}

#area2 h3 img{
	width:100%;
}


/*/-- area3 --/*/

.area3_content{
	width:90%;
}

#area3 h3{
	width:100%;
	text-align:center;
}

#area3 h3 img{
	width:100%;
}

#area3 .left{
	width:100%;
	float:none;
	margin:0 auto;
}

#area3 .left .link{
	text-align:center;
}

#area3 .left .link img{
	margin:10px 0;
}

#area3 .right{
	width:100%;
	margin:0 auto;
	float:none;
}

#area3 .right ul{
	width:339px;
	margin:0 auto;
}

#area3 .right li{
	float:left;
	margin-right:20px;
	list-style:none;
	text-align:center;
	font-size:12px;
}


/*/-- area4 --/*/

.area4{
	background-image:url(../img/home/area4_background_sp.jpg);
}

.area4_content{
	width:90%;
}

#area4 h3{
	width:50%;
}

#area4 .img1{
	margin:0 auto;
}

#area4 .img2{
	width:100%;
	margin:20px auto;
}

#area4 .link{
	width:50%;
	text-align:right;
	margin:0 auto;
}

#area4 ul{
	width:100%;
	margin:0 auto;
}

#area4 li{
	width:47%;
}

#area4 li img{
	padding-bottom:10px;
	margin-right:50px;
	border-bottom:1px #c0bcb8 solid;
}


/*/-- area5 --/*/

#area5 .area5_content{
	width:90%;
}

#area5 h3{
	margin:0 auto;
}

#area5 .left{
	width:80%;
	margin:0 auto;
	float:none;
}

#area5 .center{
	width:80%;
	float:none;
	margin:0 auto;
}

#area5 .center ul{
	float:none;
}

#area5 .right{
	width:100%;
	float:none;
	margin:40px auto ;
	text-align:center;
}

#area5 .right iframe{
	width:300px;
	margin:0 auto;
}

#area5 .insta{
	width:100%;
}

#area5 .blog{
	width:100%;
	height:auto;
	padding:3% 0 1% 0;
	text-align:center;
}

#area5 .blog p{
	width:100%;
	margin:10px auto 0;
	text-align:center;
	float:none;
}

#area5 .blog p span{
	color:#e898bd;
	margin-right:20px;
}

#area5 .blog .link{
	float:none;
	margin:10px 0 0;
	text-align:center;
}

#area5 .title{
	width:90%;
	margin:-13px auto 0;
	text-align:center;
}



/* ===== 新着情報 ===== */

.news_list {
    width:48.5%;
	margin-left:0;
}

.news_list .i_photo{
	height:200px;
}



/* ===== 新築物件 ===== */



/* ===== 空室情報 ===== */



/* ===== 賃貸・売買情報 ===== */


#lease_trade .lt_content{
	width:90%;
}

#lease_trade .lt_title{
	width:90%;
}

}


/*/--------------------------------------------------------------------------/*/
/* ===== SP ===== */
/*/--------------------------------------------------------------------------/*/


@media screen and (max-width: 599px) {
	
	
	
	
/* ===== slider ===== */

.face_slider {
}

.face_slider:before {
}

.face_slider iframe {
}



/* ===== ARTICLE ===== */

#article{
}

/*/-- top --/*/

#top{
}


/*/-- shortcat --/*/

#shortcat .short_link{
	flex-direction: column;
}

#shortcat .short_link li{
	width: 100%;
}

#shortcat .short_link li:nth-child(3),
#shortcat .short_link li:last-child{
	margin-bottom: 30px;
}


/*/-- area1 --/*/

#area1 .link{
	width:100%;
	text-align:center;
}

#area1 h3{
	width:100%;
	text-align:center;
}

#area1 .news li{
	width:100%;
}

#area1 .news .news_event{
	text-align:center;
}


/*/-- area2 --/*/

#area2{
	background-position:left;
}

.area2_content{
	width:90%;
}

#area2 .link{
	width:100%;
	margin:10px 0;
	text-align:right;
}

#area2 .link img{
	width:40%;
}

/*/-- area3 --/*/

.area3_content{
	width:90%;
}

#area3 h3{
	width:100%;
	text-align:center;
}

#area3 .left{
	width:100%;
	float:none;
	margin:0 auto;
}

#area3 .left .link{
	text-align:center;
}

#area3 .left .link img{
	margin:10px 0;
}

#area3 .right{
	width:100%;
	margin:0 auto;
	float:none;
}

#area3 .right ul{
	width:339px;
	margin:0 auto;
}

#area3 .right li{
	float:left;
	margin-right:20px;
	list-style:none;
	text-align:center;
	font-size:12px;
}


/*/-- area4 --/*/

#area4{
	padding:40px 0 5%;
}

#area4 .area_title{
	position:relative;
}

#area4 h3{
	width:100%;
	text-align:center;
}

#area4 .img1{
	margin:0 auto;
}

#area4 .img2{
	margin:10px 0 5px;
}

#area4 .link{
	position:absolute;
	width:100%;
	top:100%;
	justify-content:space-between;
}

#area4 .link img{
	width:100%;
}

#area4 .link p{
	width:40%;
	margin-right:0;
}

#area4 ul{
	width:100%;
	margin:15% auto 5%;
}

#area4 li{
	width:47%;
}

#area4 li img{
	padding-bottom:10px;
	margin-right:50px;
	border-bottom:1px #c0bcb8 solid;
}


/*/-- area5 --/*/

#area5 h3{
	width:100%;
	text-align:center;
}

#area5 h3 img{
	width:100%;
}

#area5 .insta{
	width:100%;
	text-align:center;
}

#area5 .blog p{
	margin-top:10px;
}

#area5 .blog .blog_time{
	display:block;
	text-align:center;
	margin:0 auto;
}

#area5 .blog .link{
	float:none;
	margin:10px 0 0;
}

#area5 .title{
	width:90%;
	margin:-13px auto 0;
	text-align:center;
}



/* ===== 新着情報 ===== */

.news_list {
    width:100%;
    margin-right: 0;
}




/* ===== 新築物件 ===== */




/* ===== 空室情報 ===== */




/* ===== 賃貸・売買情報 ===== */

#lease_trade .lease_con,
#lease_trade .trade_con{
	padding: 0;
	margin-bottom:40px;
}

#lease_trade .lease_con .contents,
#lease_trade .trade_con .contents{
	width: 100%;
}

#lease_trade .hp_set{
	max-width: 100%;
}

}

	
	
