@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

居抜き物件　共通

------------------------------------------------------------ */

/* テーブル
---------------------------------------------- */
table.detail{width:100%;}

table.detail th,
table.detail td{
	font-size:93%;
	line-height:1.2;
	padding:10px 0;
	color:#493A2A;
	background:url(../furnished/img/bg_bdr01.gif) repeat-x 0 bottom;
}

table.detail th{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

table.detail tr:first-child th,
table.detail tr:first-child td{
	padding-top:0;
	vertical-align:top;
}

/* ------------------------------------------------------------

居抜き物件　一覧

------------------------------------------------------------ */
.wrap_heading01{
	width: 100%;
	/* min-width: 1100px; */
	max-width:1400px;
	margin:0 auto;
}
/*.wrap_heading01 img{ width: 100%; }*/

.wrap_heading01 h2{margin-bottom:80px;}



.wrap_photo01{
	width:100%;
	box-sizing:border-box;
	height:280px;
	position:relative;
	margin-bottom:15px;
	cursor:pointer;
	overflow: hidden;
}

.wrap_photo01 .new{
	width:64px;
	height:24px;
	position:absolute;
	left:0;
	top:10px;
	z-index:2;
}

.wrap_photo01 .period{
	width:100%;
	box-sizing:border-box;
	/*background:url(../furnished/img/bg_period01.png) repeat 0 0;*/
	background:rgba(115,102,57,0.8);
	padding:10px;
	color:#fff;
	font-size:86%;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:0;
	font-weight:bold;
}

.wrap_photo01 .period_l{
	width:100%;
	box-sizing:border-box;
	background:url(../furnished/img/bg_period02.png) repeat 0 0;
	padding:10px;
	color:#fff;
	font-size:86%;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:0;
	font-weight:bold;
}

.wrap_photo01 .period_f{
	width:100%;
	box-sizing:border-box;
	height:280px;
	background:url(../furnished/img/bg_period03.png) repeat 0 0;
	padding-top: 95px;
	color:#fff;
	font-size:86%;
	position:absolute;
	top:0;
	left:0;
	margin-bottom:0;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
}
.wrap_photo01 .period_v10{
	width:100%;
	box-sizing:border-box;
	height:280px;
	background:url(../furnished/img/bg_period04.png) repeat 0 0;
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	color:#fff;
	font-size:120%;
	position:absolute;
	top:0;
	left:0;
	margin-bottom:0;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline;
}

.wrap_photo01 .photo span{
	display:block;
	width:100%;
	box-sizing:border-box;
	height:280px;
	background-size:cover;
}


/* リスト
---------------------------------------------- */
.list_furnished01{
	overflow:hidden;
	/*margin-right:-40px;*/
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.list_furnished01 li{
	width:32%;
	min-width:300px;
	float:left;
	margin:0 2% 60px 0;
}
.list_furnished01 li:nth-child(3n){
	margin-right:0;
}

.list_furnished01 li:hover .photo span{opacity:0.7;}

.list_furnished01 li:hover h3{color:#A39B7D;}

.list_furnished01 li:hover table{opacity:.7;}

.list_furnished01 li h3{
	font-size:107%;
	color:#736639;
	font-weight:bold;
	line-height:1.2;
	padding-bottom:12px;
	margin-bottom:20px;
	border-bottom:1px solid #92A382;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ページネーション　上書き
---------------------------------------------- */
.wrap_navi_page01{padding-bottom:0 !important;}

.navi_page01 p{margin-bottom:0;}


/* ------------------------------------------------------------

居抜き物件　詳細

------------------------------------------------------------ */
.title{
	color:#213D59;
	font-size:157%;
	line-height:1.2;
	border-bottom:1px solid #CFE0E0;
	margin-bottom:30px;
	padding-bottom:12px;
	font-weight:normal;
}

.single_content{margin-bottom:40px;}

.single_content h3{
	background:#EFF8FC;
	padding:20px 20px 17px 20px;
	font-size:114%;
	line-height:1.4;
	margin-top:20px;
	margin-bottom:20px;
}

.single_content p:last-child{margin-bottom:0;}

.single_content img{
	max-width:700px;
	height:auto;
}

/*-- 20170810 aldesigns追加 --*/
.seeklimited {
	width: 180px;
	padding: 8px 10px 6px;
	font-size: 120%;
	color: #ff4500;
	border: 3px solid #ff4500;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;		/* Firefox用 */
	text-align: center;
}

/*--募集中--*/
.wanted{
	/*color:#3A6799;*/
	color:#736639;
	margin-bottom:20px;
}

.wanted p{
	display:inline-block;
	margin-bottom:0;
	font-weight:bold;
}

.wanted p.ico{
	/*background:#3B689A;*/
	background:#736639;
	color:#fff;
	padding:8px 15px 6px;
	margin:0 8px 0 0;
}

/*--募集終了--*/
.finish{
	color:#999999;
	margin-bottom:20px;
}

.finish p{
	display:inline-block;
	margin-bottom:0;
	font-weight:bold;
}

.finish p.ico{
	background:#999;
	color:#fff;
	padding:8px 15px 6px;
	margin:0 8px 0 0;
}

/* サイドバー
---------------------------------------------- */
#side_furnished{
	width:230px;
	/* float:right; */
	position:relative;
}

#side_furnished .detail td{color:#333;}

/* .fixedmenu{
	width: 23.5%;
	position:relative;
} */

.side_period{
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:107%;
	margin-bottom:0;
	background:#736639;
	padding:10px 0 7px;
	text-align:center;
	border-bottom:4px solid #C6C1AF;
}

.side_period span{
	display:block;
	font-size:93%;
}

.side_period_fin{
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:115%;
	margin-bottom:0;
	background:#c1c1c1;
	padding:10px 0 7px;
	text-align:center;
	border-bottom:4px solid #aaaaaa;
}

.wrap_side01{
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	padding:20px;
}

.station{
	font-size:121%;
	text-align:center;
	background:url(../furnished/img/bg_bdr01.gif) repeat-x 0 bottom;
	padding-bottom:15px;
	line-height:1.2;
	margin-bottom:10px;
}

.station span{color:#79CAE7;}

.srcterms .termslist2 select {
	margin: 0 auto;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
/*　リスト
---------------------------------------------- */
.list_nav01{
	position:relative;
	height:21px;
}

.list_nav01 li.previous_link,
.list_nav01 li.list,
.list_nav01 li.next_link{position:absolute;}

.list_nav01 li.previous_link{
	top:0;
	left:0;
}

.list_nav01 li.previous_link a{
	background:url(../furnished/img/ico_arrow01.png) no-repeat left center;
	padding-left:10px;
	color:#333;
}

.list_nav01 li.previous_link a:hover,
.list_nav01 li.list a:hover,
.list_nav01 li.next_link a:hover{color:#4F99CA;}

.list_nav01 li.list{
	margin:auto;
	left:0;
	right:0;
	text-align:center;
}

.list_nav01 li.list a{
	background:url(../furnished/img/ico_list01.png) no-repeat 0 0.3em;
	padding-left:20px;
	color:#333;
}

.list_nav01 li.next_link{
	top:0;
	right:0;
}

.list_nav01 li.next_link a{
	background:url(../furnished/img/ico_arrow02.png) no-repeat right center;
	padding-right:10px;
	color:#333;
}

/* layout.css　上書き
---------------------------------------------- */
div#container{
	overflow:hidden;
	max-width:980px;
}

div#container-list{
	overflow:hidden;
	max-width:1200px;
	/*width:100%;
	max-width:1200px;
	min-width:980px;*/
}

/* 20181120 korenaga 追記 */
.arealistnav {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.arealistnav li {
	width: 13%;
}
.arealistnav li a {
	/* display:block;
	text-align:center;
	padding:32px; */

	/*background-color:#C6C1AD;*/
	/* background-color:#B6DAC7;
	border-radius:8px;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold; */
}
/* .arealistnav li a:hover,
.arealistnav li a.active {
	background-color:#fff;
	color: #39a79c;
} */

.btn-ftor {
	display:inline-block;
	background-color:#736639;
	color:#fff;
	text-align:center;
	border-radius:30px;
	padding:12px 10px 10px;
}

/***** 201909 新デザイン korenaga *****/
/* font指定 */
body,p,h1,h2,h3,h4,h5,h6,div,li,td,th,span,a,nav,section {
	font-family: 'Noto Sans JP', sans-serif;
}
.fontNoto { font-family: 'Noto Sans JP', sans-serif; }
.fontLato { font-family: 'Lato', sans-serif; }

.navnone { display:none; }
.navdis { display:block; }

/* nav#indexnav {
	width:100%;
	background-color:#39a79c;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
} */
/* #indexnav ul {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto;
	border-left:1px solid #55B985;
	border-right:1px solid #248854;
	box-sizing:border-box;
	justify-content: center;
} */
/* #indexnav ul li {
	width:12.5%;
	min-width: 79px;
	border-left:1px solid #248854;
	border-right:1px solid #55B985;
	box-sizing:border-box;
} */
/* #indexnav ul li:last-child { width: 16%; } */
#indexnav ul li a {
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:100%;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
}
#indexnav ul li a:hover { background:rgba(255,255,255,0.3); }

#mainvisual {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
}


#mainvisual #imagebox {
	width:60%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order:1;

	overflow:hidden;
}
#mainvisual.list-visual #imagebox {
width: 100%;
}
#mainvisual #imagebox #slide-wrap{
    position: relative;
    margin: 0 auto;
    max-width: 70%;
}

#mainvisual ul#visuallist {
	display:flex;
	flex-wrap:nowrap;
}
#mainvisual.list-visual #visual-slide .swiper-slide a{
	width: 100%;
}
#mainvisual #visual-slide .swiper-slide {
	/*width:100%;
	display:flex;*/
	/*height:565px;*/
	height: 516px;
  	border-radius: 10px;
	overflow:hidden;
	position:relative;
}
#mainvisual #visual-slide .swiper-slide a {
	/*position:absolute;*/
	width:100%;
	position:relative;

	display:block;
	height:100%;
	box-sizing:border-box;
	/*padding-top: 450px;
    padding-left: 100px;*/
}
#mainvisual #visual-slide .swiper-slide a .info{
	position:absolute;
	width:90%;
	bottom:10px;
	left:32px;
}
#mainvisual #visual-slide .swiper-slide .bnrnew {
	font-family: 'Noto Sans JP', sans-serif;
	width:135px;
	background-color:#EC733A;
	padding:5px 0px 8px;
	text-align:center;
	color:#fff;
	font-size:90%;
	margin-bottom:15px;
}
#mainvisual #visual-slide .swiper-slide h2 {
	color:#fff;
	font-size:170%;
	line-height:1em;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}


#mainvisual .swiper-container {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  z-index: 1 !important;
}

.swiper-button-next, .swiper-button-prev {

    color: #fff !important;
}
#mainvisual #visual-slide div p.propertyinfo {
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.swiper-button-next:after, .swiper-button-prev:after {

    font-size: 25px !important;
	}

.search-box {
	background-color:#39a79c;
	padding:40px 0;
	margin-top:50px;
}

.search-box .section-inner{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}



#mainvisual ul#visuallist li {
	width:100%;
	background-size:cover !important;
	display:flex;
	height:565px;
}
#mainvisual ul#visuallist li a {
	width:100%;
	display:block;
	box-sizing:border-box;
	padding-top:450px;
	padding-left:100px;
}
#mainvisual ul#visuallist li .bnrnew {
	font-family: 'Noto Sans JP', sans-serif;
	width:135px;
	background-color:#EC733A;
	padding:5px 0px 8px;
	text-align:center;
	color:#fff;
	font-size:90%;
	margin-bottom:15px;
}
#mainvisual ul#visuallist li h2 {
	color:#fff;
	font-size:170%;
	line-height:1em;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}
#mainvisual ul#visuallist li p.propertyinfo {
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
}

#mainvisual #visualtext {
	width:40%;
	/*background-color:#fff;
	border-bottom:2px solid #f00;*/
	position:relative;
}
#mainvisual #visualtext .illust{
	position:absolute;
	left: 19px;
      bottom: -51px;
}
.main-logo{
margin-bottom: 38px;
}



#mainvisual #visualtext .boxinner {
	width:100%;
	width:365px;
	margin:0 auto;
	padding:0px 0;
}
#mainvisual #visualtext h1 {
	font-size:25px;
	padding-bottom:40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}

#mainvisual #visualtext p.kvtext {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	line-height:2.6em;
	font-size:130%;
	    font-size: 15px;
}

#mainvisual #visualtext p .golist {

	    display: block;
	    background-color: #fd9e0f;
	    font-size: 18px;

	    text-align: center;
	    color: #fff;
	    font-family: 'Noto Sans JP', sans-serif;
	    padding: 11px 0px 14px;
	    cursor: pointer;
}


.count-list{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;

    margin-top: 50px;
	padding:10px;
	display:flex;
	justify-content:space-between;
}
.count-list .item{
	width:49%;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
	box-sizing:border-box;
}
.count-list .ttl{
	background-color:#333;
	color:#fff;
	padding:10px;
	font-size:18px;
	text-align:center;
}
.count-list .ttl small{
	font-size:12px;
}
.count-list .icon-wrap{
	display:flex;
	justify-content:center;

}
.count-list .icon-wrap .icon{
	width:30%;
}
.count-list .icon-wrap .icon img{
	width:100%;
}
.count-list .icon-wrap .count{

	box-sizing:border-box;
	padding-left:30px;
}
.count-list .icon-wrap .count .sub{
	font-size:25px;
	font-weight:bold;
	color:#D04D4D;
}
.count-list .icon-wrap .count .info{
	font-size:25px;
	font-weight:bold;

}
.count-list .icon-wrap .count .info span{
	font-size:70px;
	line-height:1em;
	vertical-align:bottom !important;
	margin:0px 10px;
}

.explain-list{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	display:flex;
	justify-content:space-between;
}
.explain-list li{
	width:49%;
	margin-bottom:20px;
	box-sizing:border-box;
}
.bg-glay{
	background-color:#fafafa;
}
.local-ttl i{
	color: red;
font-size: 20px;
display: block;
}

.service-txt{
background-color:#d4e5e6;
padding:10px;
}
.service-ttl{
	position:relative;
	text-align:center;
}
.service-ttl img{
height:100px;
	position:relative;
}
.service-ttl:before{
background-color:#38BBC5;
content:"";
width:100%;
height:80px;
position:absolute;
bottom:0;
left:0;
}
.to-detail a{
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	background-color: #da4545;
	border-radius:10px;
}
.contents01{
	padding-top: 30px!important;
	padding-bottom: 20px!important;
}
/* 

.contents01 {
	padding:50px 0px;
}
.contents02 {
	padding:50px 0px;
	background-color:#FAFAFA;
} */
/* .contents01 .section-inner,
.contents02 .section-inner {
	max-width:1200px;
	margin:0 auto;
}

.contents01 .section-inner h2,
.contents02 .section-inner h2 {
	font-size:210%;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	padding-bottom:50px;
}

.labels {
	font-family: 'Noto Sans JP', sans-serif;
	width:120px;
	padding:5px 0px;
	text-align:center;
	color:#fff;
	font-size:90%;
}
.new {
	background-color:#EC733A;
	position:absolute;
	top:15px;
	left:0;
}
.blog {
	background-color:#EDDE23;
	position:absolute;
	top:15px;
	left:0;
} */

.ul-flex {
	display:flex;
	justify-content:space-around;
}
.per30 { width:30%; }
.per40 { width:40%; }

.listPer50 {
	display:flex;
	margin:70px auto 0;
}
.listPer50 li {
	width:50%;
}

.wflttl {
	width:85%;
	color:#3A9569;
	padding:4px;
	border:3px solid #3A9569;
	border-radius:15px;
	font-size:120%;
	margin:0 auto;
}

.fontOcPr250 {
	font-size:250%;
	color:#DE7C4B;
}

.link-inquiry {
	display:block;
	width:300px;
	margin:70px auto 0px;
	text-align:center;
	background-color:#39a79c;
	color:#fff;
	padding:15px 0px;
	font-size:120%;
	font-weight:bold;
}

/* .property-box {
	border: 1px solid #ccc;
	width:24%;
	padding:10px 10px 20px;
	box-sizing:border-box;
	box-shadow: 3px 3px 4px -2px #dedede;
	border-radius:10px;
	position: relative;
} */
.property-box .mainimage a {
	position:relative;
	display:block;
	height:240px;
}
/*.property-box .cover-limited {*/
.cover-limited {
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:130%;
	/* display:none; */
	box-sizing:border-box;
	letter-spacing: 2px;
}

/* #ranking li .link-todetail,
.property-box .link-todetail {
	display: block;
	width:43%;
	border:2px solid #333;
	padding:8px;
	text-align:center;
	font-size:85%;
	font-weight:bold;
	box-sizing:border-box;
} */
/* #ranking li .link-todetail2,
.property-box .link-todetail2 {
	display:inline-block;
	width:45%;
	padding:10px;
	background-color:#dc3c3c;
	color:#fff;
	text-align:center;
	font-size:85%;
	font-weight:bold;
	box-sizing:border-box;
} */
/* 
.link-tolist {
	display:block;
	width:300px;
	    margin: 40px auto 0px;
	text-align:center;
	background-color:#39a79c;
	color:#fff;
	padding:15px 0px;
	font-size:120%;
	font-weight:bold;
}

#linkline {
	background-color:#39a79c;
}
#linkline ul li {
	width:33%;
	margin-right:0.5%;
}
#linkline ul li:last-child {
	margin-right:0;
}
#linkline ul li a {
	display:block;
	display:flex;
	padding:25px 10px;
	background-color:#fff;
}
#linkline ul li a .logoimage {
	width:130px;
	padding:0 10px 0 5px;
	display:flex;
	justify-content:center;
	align-items:center;
} */


#indextext {
	background:url("../furnished/img/foottxtbg.jpg") center center no-repeat;
	background-size:cover;
	position:relative;
}
#indextext-sp {
	background:url("../furnished/img/foottxtbg.jpg") center center no-repeat;
	background-size:cover;
	background-position: center;
	/* background-attachment: fixed; */
	/* min-height: 100%; */
	/* position: fixed; */
}
/* #indextext::before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	content:"";
	height:100%;
	background-color:rgba(0,0,0,0.5);

} */
#indextext h2,
#indextext p{
	position:relative;
}
#list_h2 {
	border-left:3px solid #000;
	padding:0;
	margin:25px 0;
}
#list_h2 p {
	border-left:5px solid #000;
	padding-left:15px;
	font-weight:bold;
	font-size:90%;
	text-align:left;
	margin-bottom:15px;
}
.srcterms {
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	padding:30px;
	border:1px solid #ddd;
	border-radius:10px;
	background-color:#fff;
}
.srcterms .termslist1 {
	width:50%;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
}
.srcterms .termslist1 .termslist1-1 {
	width:43%;
	display:flex;
	flex-wrap:wrap;
}
.srcterms .termslist1 .termslist1-1 .fopAB1 {
	width:80%;
}
.srcterms .termslist1 .termslist1-1 .fopAB2 {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.srcterms .termslist1 .termslist1-2 {
	width:14%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:150%;
}

.srcterms .termslist2 {
	width:30%;
	display:flex;
	flex-wrap:wrap;
	padding-left:20px;
	box-sizing:border-box;
}
.srcterms .termslist3 {
	width:20%;
	padding-left:30px;
	box-sizing:border-box;
}
#fopsearch{
	background-color:#333;
	text-align:center;
	width:100%;
	height:100%;
	border:0;
	font-size:160%;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	border-radius: 10px;
	/* letter-spacing: 3px; */
}
#fopsearch:hover {
	opacity:0.7;
}


/***** 他ファイルのクラスをvivit用に修正 *****/
div.navi_page01 span,
div.navi_page01 a:hover {
	background-color:#333;
}

/* div#footer_inner04 { background-color:#39a79c !important; } */

.dispNone { display:none !important; }

.property-box h3{
	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 /* overflow:hidden; */
}
.property-box .ptext{
	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 3;
	 overflow:hidden;
}



#ranking ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#ranking li{
	position: relative;
	margin-bottom:20px;
	/* width:19.8%; */
	width: 230px;
	box-sizing:border-box;
	padding:10px;
	border:1px solid #ccc;
	box-shadow: 3px 3px 4px -2px #dedede;
	border-radius:10px;
}
#ranking li .pimg span{
	display: block;
    /* width: 50%; */
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px;
    line-height: 1em;
    text-align: center;
    font-size: 20px;
    /* font-size: 80%; */
    box-sizing: border-box;
}

.rank {
	background-color:#39a79c;
	position:absolute;
	top:15px;
	left:0;
}
.rank1 {
	background-color:#EDDE23;
}
.rank2 {
	background-color:#b7b7b7;
}
.rank3 {
	background-color:#ad875f;
}

/* ログイン前ページ */
.main-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.main-wrap .info-wrap {
	width:69.5%;
	padding-right:30px;
	box-sizing:border-box;
}
.main-wrap .info-wrap .ttl {
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;

}
.main-wrap .info-wrap .ttl div:first-child{
	width:calc(100% - 150px);
	font-size: 20px;
}
.main-wrap .info-wrap .ttl div:first-child span{
	display:block;
	visibility: inherit;
	color:#999;
	font-weight:normal;
	font-size:13px;
}
.main-wrap .info-wrap .ttl div:last-child{
	width:150px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	background-color:#ff5252;
	padding:5px;
	color:#fff;
	font-size:18px;
	border-radius:10px;
	text-align:center;
	box-sizing:border-box;
}
.main-wrap .info-wrap .alert {
	background-color: #efefef;
color: #666;
border: 1px solid #666;
	margin-bottom:20px;
	border-radius:10px;
	font-size:18px;
	padding:10px;
margin-top:10px;
}
.main-wrap .info-wrap .alert a{
	color:inherit;
	font-weight:bold;
	text-decoration:underline;
}
.main-wrap .info-wrap .prof {
	display:flex;
	margin-bottom:20px;
}
.main-wrap .info-wrap .first-area{
	position:relative;
}
.readless{
	display: -webkit-box;
overflow: hidden;
-webkit-line-clamp:4;
-webkit-box-orient: vertical;

}
/*
.readless:after{
	content: "続きを読む";
    background-color: #ffe5e5;
    display: inline-block;
    line-height: 1em;
    font-size: 12px;
    padding: 7px;
    bottom: 0;
    right: 0;
    position: absolute;
}*/

.main-wrap .info-wrap .prof dt{
	width:120px;
	text-align:center;
	background-color:#444;
	color:#fff;
	padding:5px;
	box-sizing:border-box;
	align-items:center;
}
.main-wrap .info-wrap .prof dd{
	width:calc(50% - 120px);
	box-sizing:border-box;
	padding:5px;
}
.main-wrap .info-wrap .img {
	margin-bottom:0px;
}
.main-wrap .info-wrap .img img{
	object-fit:cover;
	width:100%;
	height:400px;
}
.main-wrap .info-wrap .img img{
	width:100%;
}
.main-wrap .info-wrap .txt {
	margin-top:20px;
}
.main-wrap .info-wrap .detail-info {
	width:100%;
	border:1px solid #ccc;
}
.main-wrap .info-wrap .detail-info th{
	width:130px;
	padding:10px;
	background-color:#efefef;
	border:1px solid #ccc;
}
.main-wrap .info-wrap .detail-info td{
	padding:10px;
	border:1px solid #ccc;
}
.main-wrap .contact-wrap {
	width:29%;
}
.main-wrap .contact-wrap .c-box.register {
	background-color:#f7eebd;
	margin-bottom:20px;
}
.main-wrap .contact-wrap .c-box .ttl {
	text-align:center;
	padding:10px;
	background-color:#444;
	color:#fff;
	font-weight:bold;
}
.main-wrap .contact-wrap .c-box .txt {
	padding:10px;
}

.main-wrap .contact-wrap .c-box .btn a,
.main-wrap .contact-wrap .c-box .btn .ip-button{
	margin-top:10px;
	background-color:rgb(255, 133, 25);
	color:#fff;
	border-radius:10px;
	padding:10px;
	font-size:20px;
	display:block;
	text-align:center;
	/* input のための対策 */
	border:0;
	box-sizing:border-box;
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.main-wrap .contact-wrap .c-box.line .btn a{
	background-color:#00b900;
}
.main-wrap .contact-wrap .c-box.login {
	background-color:#a5e4e3;
	margin-bottom:20px;

}
.main-wrap .contact-wrap .c-box.line {
	background-color:#efefef;
	margin-bottom:20px;
}

.main-wrap .contact-wrap .c-box .form {
	margin-top:10px;
}
.main-wrap .contact-wrap .c-box .form input[type="text"],
.main-wrap .contact-wrap .c-box .form input[type="password"]
 {
	 box-sizing:border-box;
	padding: 0;
	border:1px solid #ccc;
	border-radius: 10px;
	padding:10px;
	display:block;
	outline: none;
	background: #fff;
	width:100%;
	margin-top:10px;
}

.share-area{
  max-width:800px;
  padding-bottom:40px;
  margin:0 auto;
}
.sns-ttl{
  text-align:center;
  margin-bottom:20px;
  font-weight:bold;
	font-size: 15px;
	padding-left: 10px;
	letter-spacing: 0px;
}
.share-area .share{
  text-align:center;
}
.share-area .item{
  display:inline-block;
}

.sns-bdr{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

.main-wrap .swiper-container {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    z-index: 1 !important;
}
.main-wrap .swiper-container .swiper-slide {

    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.slide-wrap{
	overflow:hidden;
}
.slide-lower{
	position: relative;
margin: 0 auto;
max-width: 85%;
}

.overray{
	position:relative;
}
/*
.overray img{
	-ms-filter: blur(6px);
  filter: blur(6px);
}*/
.overray img{
transition: all 3s ease-out;
-ms-filter: blur(6px);
filter: blur(6px);
}

.overray:before{
	z-index:2;
font-size:18px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	content:"会員限定情報";
	line-height:400px;
	color:#fff;
	text-align:center;
}
.overray:after{
	background-color:rgba(0,0,0,0.4);
	height:100%;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	content:"";
}


/* 別バージョン */
.slide-lower{
max-width: 100%;
}

.slide-wrap {
    padding:10px;
		background-color:#a9a9a9;
}

.main-wrap .swiper-container .swiper-slide {
    border-radius: 0px;

}

.main-wrap .contact-wrap .c-box {

    border: 1px solid #ccc;
    padding: 10px;
}

.main-wrap .contact-wrap .c-box.register {
    background-color: #fff;
    margin-bottom: 20px;
}

.main-wrap .contact-wrap .c-box.line {
    background-color: #fff;
    margin-bottom: 20px;
}

.main-wrap .contact-wrap .c-box.login {
    background-color: #fff;
    margin-bottom: 20px;
}

.main-wrap .info-wrap .txt {
    font-size: 18px;
}

.area-txt{
	margin-top: 40px;
	padding: 20px;
    background-color: #e4eee9;
    color: #2c6b40;
    line-height: 1.8em;
}

.tab{
	display:flex;
	justify-content:space-between;
	max-width:900px;
	margin:40px auto 0;
}

.tab .item{
width:32%;
box-sizing:border-box;
}
.tab .item a{
	display:block;
	padding:10px;
	border-radius:20px;
	border:1px solid #ccc;
	transition: all .5s ease-out;
}
.tab .item img{
width:100%;
}
.tab .item a:hover{
	/*opacity:0.5;*/
	background-color:#B6DAC7;
}

.link-list{
	background-color: rgba(181, 216, 217, 0.4);
}
.link-list .content-wrap{
	display:flex;
	max-width: 1000px;
    margin: 0 auto;
	flex-wrap:wrap;
}
.link-list .item{
	width:33.3333%;
	padding:20px;
	box-sizing:border-box;
	font-size: 16px;
	letter-spacing: 1.7px;
}
.link-list .item a{
	line-height:1.5em;
	text-decoration:underline;
}
.top-login{
	border:1px solid #ccc;
	padding:10px;
}
.top-login .ttl{
	background-color: #fff;
	color:#333;
	font-weight: bold;
	text-align: center;
	padding:10px;
	font-size:16px;
}


.top-login .btn-login a{
	display: block;
	padding: 15px;
	background-color: #dc3c3c;
	color: #fff;
	font-size:16px;
	text-align:center;
	border-radius:10px;
	margin-top:10px;
}
.top-login .btn-login a i{
	margin-right:10px;
	font-size:20px;
}
.top-login .btn-login.list a{
	background-color: #fd9e0f;
}
.top-login .btn-login a:hover{
	opacity: 0.8;
}

#mainvisual.list-visual #imagebox #slide-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 50%;
}

#mainvisual.list-visual #visual-slide .swiper-slide {
	/* height: 565px; */
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width:769px){
	.srcterms{
		display: block;
		width: 97%;
		margin-right: auto;
		margin-left: auto;
	}
	.srcterms .termslist1{
		width: 100%;
		margin-bottom: 20px;
	}
	.srcterms .termslist2{
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.srcterms .termslist3{
		width: 100%;
		padding-left: 0;
	}
	#fopsearch{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:500px){
	#list_h2{
		margin-left: 10px;
	}
	#mainvisual.list-visual #visual-slide .swiper-slide{
		height: 250px;
	}
	#mainvisual.list-visual #imagebox #slide-wrap{
		max-width: 90%;
	}
	#mainvisual #visual-slide div p.propertyinfo{
		font-size: 10px;
	}
	#mainvisual #visual-slide .swiper-slide .bnrnew{
		margin-bottom: 10px;
	}
	.srcterms{
		padding: 20px 10px;
	}
	.listsrcbox{
		margin-bottom: 0px!important;
	}
}