/* TOPページ */
::placeholder{
	color:#A9A9A9;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

.termslist1-box {
	display: flex;
}

@media screen and (min-width: 501px) and (max-width: 769px) {
	.termslist1-box {
		width: 95%;
		margin: 0 auto;
	}
}

.search-box .section-inner .srcterms .termslist1 .termslist1-1 p .input-area {
	border: 1px solid #A9A9A9;
	text-align: right;
}

.srcterms .termslist1 {
	margin-right: 2%;
	margin-left: 2%;
	width: 46%;
	display: block;
}

.srcterms .termslist1 .termslist1-1 {
	/* justify-content: center; */
}

.srcterms .termslist1 .termslist1-2 {
	width: 5%;
	margin-right: 3%;
	margin-left: 3%;
}

/*.search-box .section-inner .srcterms .termslist2 select {*/
.srcterms .termslist2 #fopArea,
.srcterms .termslist2 #fopArea2 {
	padding: 9px 40px 9px 9px;
	border-radius: 0;
	border: 1px solid #A9A9A9;
	background-image: url(/furnished/img/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 42px;
	background-color: #fff;
	width:100%;
	color:#ccc;
}
.srcterms .termslist2 #fopArea p,
.srcterms .termslist2 #fopArea2 p {
	overflow:hidden;
	white-space: nowrap;
}
.srcterms .termslist2 #fopArea p.ontxt,
.srcterms .termslist2 #fopArea2 p.ontxt {
	color:#333;
}

#fopsearch,
#fopsearch2 {
	background-color: #EB733A;
	padding: 7px 24px;
	font-size: 18px;
	height: auto;
	width: auto;
	border-radius: 34px;
}

.arealistnav {
	justify-content: space-between;
}

.arealistnav li a {
	font-size: 16px;
	/* padding: 16px 26px 18px; */
	padding: 16px 20px 18px;
}

div#header_inner #headnav_f li.pc-only.header-icon3.favo-header a {
	display: block;
	padding: 7px 0;
}

div#header_inner #headnav_f li.pc-only.header-icon3.favo-header a span.iconname {
	display: block;
	margin-top: 5px;
	font-size: 10px;
}

div#header_inner #headnav_f li.pc-only.header-icon3.favo-header a span.iconsicon1 {
	padding: 4px;
	font-size: 85%;
}

div#header_inner #headnav_f li.pc-only.header-icon3.favo-header {
	width: 60px;
	position: relative;
}

div#header_inner #headnav_f li.pc-only.header-icon3 a.iconlinks .iconname {
	position:relative;
}
#favorFov,
#favorFov2{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #f00;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#favorFov{
	top: -16px;
	right: -17px;
}
#favorFov2{
	top: -8px;
	right: -10px;
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
	.arealistnav li a {
		padding: 16px 16px 18px;
	}
}

@media screen and (max-width: 500px) {
	.arealistnav li a {
		padding-bottom: 15px;
	}

	#header_inner #h_logo_f, #header_inner #h_logo_r {
		width: 100px;
	}

	li.header-icon.sp-only.favo-header {
		position: relative;
	}
}

.arealistnav li a:hover, .arealistnav li a.active {
	background-color: rgba(195, 234, 213, .7);
}

.arealistnav-link {
	position: relative;
}

/* .arealistnav-link::after {
	position: absolute;
	content: "";
	width: 7px;
  height: 7px;
  border: 2px solid;
  border-color:  transparent transparent #39A79C #39A79C;
	left: 50%;
	bottom: 18%;
  transform: translateX(-50%) rotate(-45deg);
} */

.arealistnav-item {
	position: relative;
}

.arealistnav-item a {
	background-color: #C3EAD5;
}

.arealistnav-downmenu {
	/* width: 304px; */
	width: 200%;
	position: absolute;
	left: -50%;
	z-index: 10;
	border-top: 13px solid #C3EAD5;
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	display: none;
	height: auto;
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
	.arealistnav-item:first-of-type .arealistnav-downmenu {
		left: 0;
	}

	.arealistnav-item:last-of-type .arealistnav-downmenu {
		left: -100%;
	}
}

@media screen and (max-width: 768px) {
	.arealistnav-downmenu {
		width: 100%;
		left: 0;
	}
}

.arealistnav-dmlist {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.arealistnav-dmlist {
		background-color: #fff;
	}
}

.arealistnav .arealistnav-downmenu-list {
	width: 100%;
}

.arealistnav .arealistnav-downmenu-list a {
	text-align: left;
	padding: 8px 5px 8px 15px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, .95);
	font-size: 16px;
	justify-content: left;
}

.arealistnav .arealistnav-downmenu-list a i {
	color: #39A79C;
}

.arealistnav .arealistnav-downmenu-list a i::before {
	padding-right: 10px;
}

.srcterms-text {
	margin-bottom: 3px;
}

/* @media screen and (min-width: 769px) and (max-width: 1439px) {
	.srcterms {
		margin-right: 10px;
		margin-left: 10px;
	}
} */

/* single.php用 */
.contents01 .section-inner > ul.srcterms {
	padding:25px 15px;
}
.contents01 .section-inner > ul.srcterms {

}
.contents01 .section-inner > ul.srcterms .termslist1 {
	width:45%;
	margin-right:2%;
	margin-left:0;
	justify-content:start;
}
.contents01 .section-inner > ul.srcterms .termslist1 .srcterms-text {
	width: 65px;
	height: 38px;
	background-color: #39A59A;
	color: #fff;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.contents01 .section-inner > ul.srcterms .termslist1 .termslist1-box {
	height:42px;
}
.contents01 .section-inner > ul.srcterms .termslist2 {
	width:30%;
	margin-right:2%;
}
.contents01 .section-inner > ul.srcterms .termslist3 {
	width:20%;
	border-left:0;
}

@media screen and (max-width: 769px) {
	.section-inner .property-box .tag-box li {
		margin-left: 0;
		width: auto;
	}

	.contents01 .section-inner > ul.srcterms .termslist1,
	.contents01 .section-inner > ul.srcterms .termslist2,
	.contents01 .section-inner > ul.srcterms .termslist3 {
		width:100%
	}
}

#ranking .tag-box ul {
	justify-content: flex-start;
}

@media screen and (max-width: 769px) {
	#ranking .tag-box ul {
		flex-wrap: wrap;
	}
}

#ranking .tag-box ul li {
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	margin-bottom: 5px;
}

@media screen and (max-width: 1439px) {
	#tag {
		margin-right: 10px;
		margin-left: 10px;
	}
}

#tag a {
	padding: 5px 14px;
	border-radius: 0;
	margin-right: 12px;
	margin-bottom: 20px;
	border: none;
	background: #eee;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 769px) {
	#ranking .section-inner ul li .paddress-info {
		overflow: hidden;
	}
}

.mainvisual_popular_title {
	font-size: 25px;
}

.mainvisual_popular_tag {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.mainvisual_popular_tag a {
	padding: 4px 13px;
	background: #eee;
	width: auto;
	margin-right: 11px;
	margin-bottom: 20px;
}

.mainvisual_popular_tag a p {
	font-size: 14px;
	margin-bottom:0;
}

.mainvisual-button-area {
	padding-top: 40px;
}

.mainvisual-button-items {
	display: flex;
	justify-content: center;
}

.btn-login {
	width: 25%;
	background: #DC3C3C;
	padding: 17px 10px;
	border-radius: 9px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	max-width: 343px;
}

.btn-login.list {
	background: #FD9E0F;
	margin-left: 60px;
}

.btn-login a {
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 500px) {
	.btn-login {
		width: 90%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

#tag {
	text-align: center;
}

.srcterms .termslist3 {
	display: flex;
	align-items: center;
	border-left: 1px solid #A9A9A9;
}

#mainvisual #visualtext .boxinner {
	width: 80%;
}

@media screen and (max-width: 800px) {
	.mainvisual_popular {
		width: 90%;
		margin: 0 auto;
	}

	#mainvisual #visualtext {
		display: none;
	}
}

/* エリア別 */
.alist-list {
	overflow: visible!important;
	max-width: 1100px;
}

@media screen and (max-width: 769px) {
	.alist-arealistnav {
		display: flex;
		max-width: 100%;
		width: 90%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
	.alist-arealistnav {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.alist-arealistnav li {
	margin: 0;
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
	.alist-arealistnav li {
		width: 13%;
	}
}

@media screen and (max-width: 769px) {
	.alist-arealistnav li {
		width: 30%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.arealistnav li a {
		padding: 20px 0px;
		font-size: 12px;
	}
	.arealistnav li p.anon {
		font-size: 12px;
	}
}

.alist-arealistnav li a:hover {
	background-color: rgba(195, 234, 213, .7);
}

.alist-arealistnav li a.active {
	border: 2px solid #C3EAD5;
	background-color: #fff;
}

.alist-arealistnav li a.active .arealistnav-downmenu {
	display: none;
}

.alist-arealistnav li a.active::after {
	display: none;
}

.alist-arealistnav-downmenu {
	height: auto!important;
	background-color: #fff;
}

.alist-wardarea {
	margin: 34px auto;
}

.alist-wardarea ul li {
	margin-bottom: 25px!important;
}

@media screen and (max-width: 769px) {
	.alist-wardarea {
		margin: 30px auto;
		width: 95%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
	.alist-wardarea {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.alist-wardarea h4 {
	font-size: 16px;
}

.alist-wardarea ul {
	border: none!important;
	padding: 0!important;
}

.alist-wardarea ul li a {
	border-radius: 0!important;
	margin-right: 16px;
	padding: 10px 14px!important;
}

.alist-tag {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* 物件詳細 */
/* .main-wrap .info-wrap .ttl div {
	display: block;
}

.b-number {
	position: absolute;
	left: 170px;
	top: 1%;
}

@media screen and (max-width: 769px) {
	.b-number {
		left: 200px;
		top: -16%;
	}
}

@media screen and (max-width: 500px) {
	.b-number {
		top: -130%;
	}
}

.special-info img {
	display: none;
}

.main-wrap .info-wrap .ttl div.special-info {
	width: 160px;
	height: auto;
	padding: 7px 14px;
	box-shadow: none;
	margin-top: 0;
	left: 0;
}

@media screen and (max-width: 769px) {
	.main-wrap .info-wrap .ttl div.special-info {
		width: 180px;
	}
}


.special-info p {
	position: relative;
	font-size: 14px;
	padding-left: 17px;
}

.special-info p::before {
	position: absolute;
	content: "";
	background-image: url(/furnished/img/key_small.png);
	width: 9px;
	height: 15px;
	left: 0;
}

.special-info p .pc-br {
	display: none;
}

.main-wrap .info-wrap .ttl div:first-child {
	margin-top: 40px;
} */

.main-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 769px) {
	.main-wrap .info-wrap .ttl div:first-child {
		display: flex;
	}
}

.main-wrap .info-wrap .ttl div.special-info {
	position: static;
	box-shadow: none;
	width: 160px;
	height: 26px;
	font-size: 14px;
	font-weight: normal;
	margin-right: 11px;
}

@media screen and (max-width: 769px) {
	.main-wrap .info-wrap .ttl div.special-info {
		width: 180px;
	}
}

.main-wrap .info-wrap .ttl .special-info img {
	width: 10px;
	margin-right: 13px;
}

.main-wrap .info-wrap .ttl div {
	align-items: center;
}

@media screen and (max-width: 500px) {
	.main-wrap .info-wrap .ttl div:last-child {
		position: static;
	}
}

@media screen and (max-width: 769px) {
	.detailttl-tag-box {
		width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.detailttl-tag-box {
		margin-bottom: 20px;
	}
}

.detailttl-tag-box ul {
	display: flex;
	flex-wrap: wrap;
}

.detailttl-tag-box li {
	margin-bottom:3px;
}

.detailttl-tag-box li a {
	padding: 4px 14px;
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	margin-right: 11px;
	display:block;
}

@media screen and (max-width: 500px) {
	.detailttl-tag-box ul li {
		margin-top: 5px;
	}
	.detailttl-tag-box li a {
		font-size:10px;
		margin-right:5px;
	}
}

.cover-limited::before {
	position: absolute;
	content: "";
	background-image: url(/furnished/img/key_big.png);
	width: 15px;
	height: 27px;
	/* top: 36%;
	left: 50%; */
	top:20%;
	left:calc(50% - 8px);
}

.top-cover-limited::before,
.alist-cover-limited::before {
	content: none;
}

@media screen and (max-width: 769px) {
	.cover-limited::before {
		top: 20%;
	}
}

.cover-limited-register {
	font-size: 18px;
	font-weight: bold;
	padding: 16px 37px;
	color: #fff;
	border: 2px solid #fff;
	background-color: #FD9E0E;
	position: absolute;
	bottom: 25%;
}

@media screen and (max-width: 769px) {
	.cover-limited-register {
		padding-top: 11px;
		padding-bottom: 11px;
		bottom: 6%;
	}
}

.sidebar-tag-box {
	width: 100%;
	height: 340px;
	overflow-y: scroll;
	scrollbar-color: #38A59A;
	scrollbar-width: thin;
}

.best_vivit {
	max-width: 1000px;
}

.arealistnav-single {
	background-color: #fff;
	border-bottom: none;
}

@media screen and (max-width: 500px) {
	.arealistnav-single {
		width: 95%;
		padding-right: 0;
		padding-left: 0;
	}
}

.arealistnav-single li {
	max-width: none;
	height: 100%;
}

.arealistnav-single li a {
	padding: 11px 15px 15px;
	border-radius: 9px;
	background-color: #C3EAD5;
	border: 2px solid #C3EAD5;
	color: #000;
	font-size: 15px;
}

@media screen and (max-width: 500px) {
	.arealistnav-single li a {
		padding: 10px 0px 15px;
		font-size: 12px;
	}
}

.arealistnav-single .arealistnav-downmenu-list a {
	border: none;
}

.arealistnav-single li a:hover {
	background-color: #fff;
	color: #39A79C;
}

.single-wardarea {
	max-width: 1000px;
	margin-right: auto;
	margin-bottom: 34px;
	margin-left: auto;
}

@media screen and (max-width: 769px) {
	.single-wardarea {
		margin: 30px auto;
		width: 95%;
	}
}

.single-wardarea h4 {
	font-size: 16px;
}

.single-wardarea ul {
	border: none!important;
	padding: 0!important;
}

.single-wardarea ul li {
	margin-bottom: 25px!important;
}

.single-wardarea ul li a {
	border-radius: 0!important;
	margin-right: 16px;
	padding: 10px 14px!important;
}

.single-srcterms {
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	justify-content: space-between;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
	.single-srcterms {
		margin: 0 auto;
	}
}

.single-srcterms .termslist1 {
	width: 50%;
	justify-content: left;
}

@media screen and (max-width: 769px) {
	.single-srcterms .termslist1 {
		width: 100%;
	}
}

.single-srcterms .termslist1 .srcterms-text {
	font-size: 16px;
	font-weight: bold;
}

.single-srcterms .termslist1 .termslist1-1 {
	max-width: none;
	width: 43%;
}

.single-srcterms .termslist1 .termslist1-1 .fopAB1 {
	width: 80%;
}

.search-box .section-inner .single-srcterms .termslist1 .termslist1-1 p .input-area {
	padding: 5px;
	border-radius: 8px;
	font-size: 125%;
	width: 100%;
	box-sizing: border-box;
}

.single-srcterms .termslist1 .termslist1-2 {
	width: 14%;
}

.single-srcterms .termslist2 {
	padding-left: 20px;
}

@media screen and (max-width: 769px) {
	.single-srcterms .termslist2 {
		padding-left: 0;
	}
}

.search-box .section-inner .single-srcterms .termslist2 p {
	width: 100%;
	margin-bottom: 5px;
}

.single-srcterms .termslist2 .srcterms-text {
	font-size: 16px;
	color: #000;
	background-color: #fff;
	height: auto;
	justify-content: left;
}

.single-srcterms .termslist2 select {
	border-radius: 8px;
	margin: 0 auto;
	max-width: none;
	height: auto;
	padding: 5px 11px 5px 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 17px;
}

@media screen and (max-width: 769px) {
	.single-srcterms .termslist3 {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
}

.single-srcterms .termslist3 #fopsearch,
.single-srcterms .termslist3 #fopsearch2 {
	max-width: none;
	box-shadow: none;
}

@media screen and (max-width: 769px) {
	.single-srcterms .termslist3 #fopsearch,
	.single-srcterms .termslist3 #fopsearch2 {
		padding: 10px 0;
		font-size: 160%;
		width: 100%;
	}
}

.single-pinfo {
	font-weight: bold;
}

.property-box .single-link-todetail {
	border: none;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	border: 2px solid #333;
}

.property-box .single-link-todetail2 {
	background-color: #DC3C3C;
	font-size: 13px;
}

.recommend-tag-box {
	padding-top: 8px;
	/* 20230824 korenaga ボタンの位置が合わないため、タグボックスの高さを2行分に固定にしてoverflow:hiddenにしました（タグの数で制限するとタグの文字列によっては3行になってしまうため）*/
	height:65px;
	overflow:hidden;
}

.recommend-tag-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.recommend-tag-box ul li {
	margin-top: 4px;
	margin-right: 4px;
}

.recommend-tag-box ul li a {
	font-size: 10px;
	font-weight: bold;
	padding: 4px 7px;
	background-color: #EEEEEE;
	border-radius: 5px;
}

.recommend-btn-box {
	padding-top: 16px;
}

.property-box .link-todetail,
.property-box .link-todetail2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	line-height: 1.3;
}
.property-box .link-todetail2 span {
	width:100%;
}

@media screen and (max-width: 769px) {
	.recommend-btn-box {
		display: block;
	}

	.property-box .single-link-todetail {
		width: 100%;
	}

	.property-box .single-link-todetail2 {
		width: 100%;
		margin-top: 10px;
	}

	.property-box .recommend-tag-box ul li {
		margin: 2px;
	}
	
}

/* エリア・面積表示ここから */
#fopArea,
#fopArea2 {
	z-index: 90;
}

#fopArea.active,
#fopArea2.active {
	border-bottom: none !important;
}

#fopArchi1,
#fopArchi2,
#fopArchi12,
#fopArchi22 {
	border-radius: 0;
	border: 1px solid #A9A9A9;
	background-image: url(/furnished/img/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 40px;
}

.search-area-box,
.search-area-box2 {
	/* margin-top: -2px; */
	margin-left: 20px;
	padding: 30px 60px;
	opacity: 0.95;
	border: 1px solid #A9A9A9;
	background: #fff;
	display: none;
	position:absolute;
	top:66px;
	left:0;
	width:1100px;
	z-index:9;
	margin-top:0;
	/* margin-left:0; */
}

.search-area-box.active,
.search-area-box2.active {
	display: block;
}

.search-area-box_upper {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #39A79C;
}

.search-area-box-lower {
	display: flex;
	padding-top: 30px;
}

#boxes-minatoku > label {
	margin-bottom: 15px;
}

.search-area-list {
	/* width: calc(100% / 3); */
	width:30%;
	margin-right:5%;
}
.search-area-list:last-child {
	margin-right:0;
}

.search-area-box input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	margin: 0 2em 0.5em 0;
	padding: 0.3em 0.3em 0.3em 2em;
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}

#all-minatoku + span,
#all-shibuyaku + span,
#all-chiyodaku + span,
#all-chuoku + span,
#all-shinjukuku + span,
#all-others + span,
#all-area + span {
	font-size: 18px;
}

input[type="checkbox"] + span::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	content: "";
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #A9A9A9;
	background: #fff;
	line-height: 1;
	vertical-align: middle;
}

input[type="checkbox"]:checked + span::before {
	background: #39A79C;
	border: 1px solid #39A79C;
}

input[type="checkbox"] + span::after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0.35em;
	width: 0.5em;
	height: 0.8em;
	content: "";
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg);
}

input[type="checkbox"]:checked + span::after {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0.35em;
	width: 0.5em;
	height: 0.8em;
	content: "";
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#all-minatoku + span::after,
#all-shibuyaku + span::after,
#all-chiyodaku + span::after,
#all-chuoku + span::after,
#all-shinjukuku + span::after,
#all-others + span::after,
#all-area + span::after {
	border-bottom: 2.5px solid #eee;
	border-right: 2.5px solid #eee;
}

#all-minatoku:checked + span::after,
#all-shibuyaku:checked + span::after,
#all-chiyodaku:checked + span::after,
#all-chuoku:checked + span::after,
#all-shinjukuku:checked + span::after,
#all-others:checked + span::after,
#all-area:checked + span::after {
	border-bottom: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
}

.search-area-list-other-button {
	position: relative;
}

.search-area-button-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#removeCheckButton,
#settingButton,
#removeCheckButton2,
#settingButton2 {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 34px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #A9A9A9;
	border: none;
}

#settingButton,
#settingButton2 {
	background: #EB733A;
	margin-top: 24px;
}

#removeCheckButton {
	margin-top: 24px;
}
#settingButton {
	margin-top: 0;
}

.boxP100.mB5 {
	line-height: 1;
}

/* 面積select */
/** Custom Select **/
.area-select {
	width: 100%;
}

.lowerRequest-select {
	width: 100%;
}

.upperRequest-select {
	width: 100%;
}

.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	width: 100%;
}

.custom-select-wrapper select {
	display: none;
}

.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 20px 0 22px;
	font-size: 16px;
	color: #a9a9a9;
	line-height: 40px;
	background: #fff;
	cursor: pointer;
	height: 40px;
	border: 1px solid #a9a9a9;
	/* font-weight: 700; */
}

/* @media screen and (max-width: 800px) {
  .custom-select-trigger {
    padding-right: 60px;
  }
} */

.custom-select-trigger::after {
	/* position: absolute;
    display: block;
    content: url(/rakna/img/arrow-down.png);
    width: 9px;
    height: 4px;
    top: 0;
    right: 25px;
    transition: all 0.4s ease-in-out;
    transform-origin: 50% 0; */
	position: absolute;
	display: block;
	content: "";
	background-image: url(/furnished/img/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	width: 100%;
	height: 40px;
	top: 0;
	right: 10px;
	transition: all 0.4s ease-in-out;
	transform-origin: 50% 0;

}

.custom-select-trigger.custom-select-selected {
	color: #3e3e3e;
}

.custom-select-trigger.opened {
	border-bottom: none;
}

.custom-select-trigger.custom-select-selected::after {
	content: none;
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	border: 1px solid #a9a9a9;
	border-top: none;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	z-index: 10;
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.option-hover:before {
	background: #d7edeb;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	font-size: 16px;
	/* font-weight: 700; */
	color: #3e3e3e;
	line-height: 47px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.custom-option:last-of-type {
	border-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
	background: #d7edeb;
}

* {
	/* position: relative; */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: inherit;
}

.cp_ipselect {
	display: block;
	width: 200px;
	height: 100%;
	z-index: 90;
	position: relative;
}
.cp_ipselect ul {
	list-style: none;
	padding: 0;
}
.cp_ipselect input {
	color: inherit;
	font: inherit;
	margin: 0;
	background: transparent;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	display:none;
}
.cp_sl01,
.cp_sl02 {
	width: 200px;
	height: 100%;
	cursor: pointer;
	background-color: white;
	/* position: relative; */
}
.cp_sl01_expand,
.cp_sl02_expand {
	width: 0;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.cp_sl01_expand::after,
.cp_sl02_expand::after {
	position: absolute;
	top: 1.2em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	z-index: 2;
	opacity: 0.6;
}
.cp_sl01_expand:hover::after,
.cp_sl02_expand:hover::after {
	opacity: 1;
}
.cp_sl01_expand:checked::after,
.cp_sl02_expand:checked::after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
	transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.cp_sl01_expandLabel,
.cp_sl02_expandLabel {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 0;
	background-image: url(/furnished/img/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	box-sizing: border-box;
}
.cp_sl01_close,
.cp_sl02_close {
	display: none;
}
.cp_sl01_closeLabel,
.cp_sl02_closeLabel {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.cp_sl01_items,
.cp_sl02_items {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #A9A9A9;
	padding-top: 40px;
	box-sizing: border-box;
}
.cp_sl01_input,
.cp_sl02_input {
	display: none;
}
.cp_sl01_label,
.cp_sl02_label {
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	display: block;
	height: 0;
	line-height: 40px;
	overflow: hidden;
	color: #3e3e3e;
	background-color: #ffffff;
	cursor: pointer;
	padding-left: 20px;
}
.cp_sl01_placeholder,
.cp_sl02_placeholder {
	height: 40px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: transparent;
	font-size: 16px;
}
.cp_sl01_expand:checked + .cp_sl01_closeLabel,
.cp_sl02_expand:checked + .cp_sl02_closeLabel {
	display: block;
	position:absolute;
	width:100%;
	height:40px;
}
.cp_sl01_expand:checked + .cp_sl01_closeLabel + .cp_sl01_options .cp_sl01_label,
.cp_sl02_expand:checked + .cp_sl02_closeLabel + .cp_sl02_options .cp_sl02_label {
	height: 40px;
}
.cp_sl01_expand:checked + .cp_sl01_closeLabel + .cp_sl01_options .cp_sl01_label:hover,
.cp_sl02_expand:checked + .cp_sl02_closeLabel + .cp_sl02_options .cp_sl02_label:hover {
	background-color: #d7edeb;
}
.cp_sl01_expand:checked + .cp_sl01_closeLabel + .cp_sl01_options + .cp_sl01_expandLabel,
.cp_sl02_expand:checked + .cp_sl02_closeLabel + .cp_sl02_options + .cp_sl02_expandLabel {
	display: none;
}
/* .cp_sl01_input:checked + .cp_sl01_label,
.cp_sl02_input:checked + .cp_sl02_label, */
.cp_sl01_label.actives,
.cp_sl02_label.actives {
	height: 40px;
	margin-top: -40px;
}

.alist-srcterms {
	box-shadow: 0px 2px 6px rgb(0 0 0 / 35%);
	margin-top: 24px;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.srcterms .termslist3 {
	padding-left: 30px;
}

#fopsearch,
#fopsearch2 {
	max-width: none;
	box-shadow: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 800px) {
	.alist-srcterms {
		width: 95%;
		margin: 0 auto;
	}
}

.alist-srcterms .termslist1 .srcterms-text,
.alist-srcterms .termslist2 .srcterms-text {
	font-size: 16px;
	font-weight: bold;
}

.srcterms {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}

.single-srcterms {
	max-width: 1000px;
}

.srcterms .termslist2 select {
	padding: 9px;
	border-radius: 0;
	border: 1px solid #A9A9A9;
	background-image: url(/furnished/img/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 40px;
	max-width: none;
	/* color: #afafaf;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1; */
}

.srcterms .termslist2 .srcterms-text {
	width: auto;
	height: auto;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
}

.srcterms .termslist3 {
	border-radius: 0;
}

.single-srcterms .termslist1 {
	margin-left: 0;
}

.single-srcterms .termslist2 select {
	width: 90%;
	margin-left: 0;
}

.iconsicon1.active i{
	color: #FCCA0F;
}

a.btnAlpha.favoBtnN {
	padding: 7px;
	background-color: #3D9268;
	color: #ffffff;
	border-radius: 50%;
	font-size: 130%;
	line-height: 1;
	display: inline-block;
}

a.btnAlpha.favoBtnN.active {
	padding: 7px;
	background-color: #3D9268;
	color: #FCCA0F;
	border-radius: 50%;
	font-size: 130%;
	line-height: 1;
	display: inline-block;
}
.favottl-wrap {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-top: 15px;
	align-items: center;
}

.propertyname a.btnAlpha.favoBtnN {
	font-size: 60%;
	margin: 0 10px;
}

.propertyname p.favoFOP {
	margin: 0;
	line-height: 1;
}

#container .main-wrap .info-wrap .ttl div.propertyname {
	align-items: center;
}

.ECM_CheckboxInput {
	padding: 12px 8px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.fvid {
	margin: 0;
	width: 0;
	opacity: 0;
}
/*.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{*/
/*	border: dashed 2px #333333;*/
/*}*/
.fvid:checked + .ECM_CheckboxInput-DummyInput {
	background: #ffffff;
}
.fvid:checked + .ECM_CheckboxInput-DummyInput::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 4px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-135deg);
	transform-origin: 2px 2px;
	background: #ffa327;
}

.ECM_CheckboxInput .fvid + span::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	content: "";
	width: 1.25em;
	height: 1.25em;
	border: none;
	background: #fff;
	line-height: 1;
	vertical-align: middle;
}

.ECM_CheckboxInput .fvid + span::after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0.35em;
	width: 0.5em;
	height: 0.8em;
	content: "";
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.ECM_CheckboxInput .fvid:checked + span::before {
	background: #ffa327;
	border: 1px solid #ffa327;
}

.fvid:checked + .ECM_CheckboxInput-DummyInput::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76%;
	height: 4px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-45deg);
	transform-origin: 2px 2px;
	background: #ffa327;
}
.ECM_CheckboxInput-DummyInput {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	border: none;
	background: #ffffff;
	border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
	margin-left: 12px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.ECM_CheckboxInput .fvid + span{
	margin:0;
}

div#accessMap iframe {
	max-width: 700px;
	width: 70%;
}

.service-list-wrap .section-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.service-list-wrap .section-inner h2{
	padding-bottom: 40px;
	font-size: 210%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 3px;
}

.service-list-wrap .service-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0 50px;
	justify-content: space-between;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.service-list-wrap .service-list .item {
	width: 23%;
}

.service-list-wrap .service-list a:first-child {
	font-size: 18px;
}
.service-list-wrap .service-list a {
	display: inline;
	text-decoration: underline;
}

@media screen and (max-width: 1100px) {
	.search-area-box,
	.search-area-box2 {
		width:800px;
		margin-left:0px;
	}
}

@media screen and (max-width: 800px) {
	.srcterms {
		padding-right: 20px;
		padding-left: 20px;
	}

	.srcterms .termslist1 {
		margin-left: 0%;
		width: 100%;
	}
	.srcterms .termslist1 div label {
		padding-left: 15px !important;
	}

	.mainvisual-button-items {
		display: block;
	}

	.btn-login {
		width: 50%;
		margin: 0 auto;
	}

	.btn-login.list {
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}

	.srcterms-text {
		margin-left: 20px;
	}

	.search-area-box,
	.search-area-box2 {
		padding-right: 10px;
		padding-left: 10px;
		opacity: 1;
		/* margin-top: -24%; */
		/* z-index: 95; */
		position: relative;
		top:-1px;
		width:100%;
	}

	input[type="checkbox"] + span {
		font-size: 12px;
	}

	.srcterms .termslist1 div label {
		padding-left: 20px;
	}

	.srcterms .termslist1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.srcterms .termslist3 {
		justify-content: center;
		border-left: none!important;
		padding-left: 0;
	}

	.single-srcterms .termslist2 select {
		width: 100%;
	}

	.search-box .section-inner {
		justify-content: center;
	}


	.search-box .section-inner .single-srcterms .termslist2 p {
		margin-left: 20px;
	}

	.single-srcterms .termslist3 {
		padding-left: 0;
	}

	.single-srcterms .termslist3 #fopsearch,
	.single-srcterms .termslist3 #fopsearch2 {
		width: 100%;
		font-size: 18px;
		padding: 7px 0px;
		margin-top: 20px;
	}

	.top-srcterms .termslist2 select {
		width: 100%;
	}

	.top-srcterms .termslist2 select {
		margin-left: 20px;
	}

	.top-search-area-box {
		/* margin-top: -22%; */
		/* margin-right: 20px; */
	}

	/* .arealistnav li:last-child { */
	.arealistnav li.btn-all {
		width: 100%;
	}

	.alist-srcterms #fopArea {
		margin-left: 20px;
	}

	.single-search-area-box {
		margin-top: -27%;
	}
}

@media screen and (max-width: 768px){
	div#accessMap{
		text-align: center;
	}

	div#accessMap iframe {
		max-width: 700px;
		width: 94%;
		margin: 30px auto;
	}

	.service-list-wrap .section-inner {
		max-width: 90%;
		margin: 0 auto;
	}

	.service-list-wrap .service-list .item {
		width: 50%;
		margin-bottom: 30px;
	}


}

@media screen and (max-width: 500px) {
	.service-list-wrap .service-list .item {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.in-right-wrap {
		flex-flow: column;
	}

	.in-right-wrap .mainimage,
	.in-right-text {
		width: 100%;
	}

	.srcterms {
		padding: 20px;
		padding-bottom: 30px;
	}

	.srcterms-text {
		margin-left: 0;
	}

	.srcterms .termslist2 select {
		margin-left: 0;
	}

	.cp_ipselect,
	.cp_sl01,
	.cp_sl02,
	.cp_sl01_items,
	.cp_sl02_items {
		width: 140px;
	}

	.search-area-box,
	.search-area-box2 {
		margin-left: 0;
		/* margin-top: -51%; */
	}

	.search-area-box_upper {
		display: block;
		padding-bottom: 0;
		border-bottom: none;
	}

	.search-area-list {
		width: 100%;
		margin-bottom: 20px;
	}

	input[type="checkbox"] + span {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.search-area-box-lower {
		display: block;
		padding-top: 0;
	}

	.search-area-button-wrapper {
		position: static;
	}

	.top-srcterms #fopArea,
	#fopArea2 {
		width: 100%;
	}

	.top-srcterms .search-area-box {
		/* margin-top: -49%; */
	}

	.alist-srcterms #fopArea {
		margin-left: 0;
	}

	.single-search-area-box {
		margin-top: -58%;
	}

	.btn-login {
		width: 80%;
	}

	.top-search-area-box {
		margin-right: 0;
	}

	ul#favoriteAction {
		width: 100%;
		flex-flow: column;
		display: flex;
		align-items: center;
	}

	ul#favoriteAction li.submitBox.fLeft.taCenter {
		margin-bottom: 15px;
	}
}

.merumaga-link-sp {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.merumaga-link-sp img {
	width:100%;
}

.property-box input {
	position: relative;
	opacity: 1;
}