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

#contents{
	padding-top: 0px;
}
/* 中身======================================================================================================== */
#main{
width: 100%;
}
#main .bx-wrapper{
	margin-bottom: 0px;
}
#main .inner{
}
#main .inner li{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 65vw;
}
#main .inner li.slide01{ background-image: url(../images/main01.jpg); }
#main .inner li.slide02{ background-image: url(../images/main02.jpg); }
#main .inner li.slide03{ background-image: url(../images/main03.jpg); }
#main .inner li.slide04{ background-image: url(../images/main04.jpg); }
#main .inner li.slide05{ background-image: url(../images/main05.jpg); }
#main .inner li h2{
	position: absolute;
	bottom: 5vw;
	padding: 0 5vw;
}

#top_search{
	background-color: #E1ECF0;
	margin: 0 -5vw 20px;
	text-align: center;
}
#top_search .box{
	padding: 5vw;
}
#top_search .zushi,
#top_search .hayama{
	display: flex;
	align-items: center;
}
#top_search .zushi{ background-color: #C7E4EB; }
#top_search .hayama{ background-color: #D4E7D6; }
#top_search .box h3{
	flex: 1;
	padding: 0 5vw 0 0;
}
#top_search .box h3 img{
	margin: 5px 0;
}
#top_search .box ul{
	width: 170px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_search .box.other ul{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
#top_search .box li{
	margin-top: 10px;
}
#top_search .box li a{
	display: flex;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
	text-decoration: nhayamaone;
	width: 80px;
	height: 80px;
	font-size: 14px;
	line-height: 1.2;
	background-color: #FFF;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
#top_search .box.other li{
	width: 48%;
	max-width: 155px;
}
#top_search .box.other li a{
	width: 100%;
}
#top_search .box li a img{
	width: 30px;
	max-height: 30px;
	margin: 0 auto 5px;
}
#top_search .box li a .text_big{
	font-size: 18px;
}
#top_search .rent{
	margin-top: 5vw;
}
#top_search .rent a{
	display: block;
	border: solid 2px #111;
	background-color: #111;
	border-radius: 5px;
}
#top_search .rent a .photo img{
	border-radius: 5px 5px 0 0;
}
#top_search .rent a h3{
	padding: 20px 0;
}
#top_search .rent a h3 img{
	height: 40px;
}

#kodawari .inner{
	width: 280px;
	margin: 0 auto;
	position: relative;
}
#kodawari h3{
	width: 200px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
#kodawari h3 img{
}
#kodawari ul{
	width: 280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kodawari li{
	margin-top: 20px;
	width: 80px;
	height: 80px;
}
#kodawari li:first-child{
	margin-left: 200px;
}
#kodawari li a{
	width: 100%;
	height: 100%;
	line-height: 1.2;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	border: solid 1px #111;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}
#kodawari li a .icon{
	text-align: center;
	margin-bottom: 5px;
}
#kodawari li a .icon img{
	max-width: 30px;
	max-height: 30px;
}
#kodawari li a p{
	display: inline-block;
	vertical-align: middle;
}

#ranking{
	background-color: #ECE2C5;
	padding: 90px 0 20px;
	position: relative;
}
#ranking h3{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 0px;
}
#ranking h3 img{
	height: 90px;
}
#ranking .estate_list li{
	background-color: #FFF;
}
#ranking .estate_list.sp_big li{
	margin-top: 50px;
}

#recommend{
}
#recommend h3{
	text-align: center;
	margin: 0 0 20px;
}
#recommend h3 img{
	height: 45px;
}
#recommend h3 .icon{
	display: block;
	margin: 0 auto 10px;
}
#recommend h3 .icon img{
	height: 25px;
}
#recommend .btn{
	margin-top: 10px;
}
#recommend .btn a{
	display: block;
	text-decoration: none;
	background-color: #111;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	position: relative;
}
#recommend .btn a::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}
#recommend .btn a::after{
	content: "";
	width: 15px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto;
}

#under_other ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#under_other li{
	width: 33.3%;
	padding: 4% 0;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
}
#under_other li:nth-child(-n+3){
	margin: 0;
	border-top: none;
}
#under_other li:nth-child(3n-2){
	border-left: none;
}
#under_other li a{
	display: block;
	text-decoration: none;
	text-align: center;
}
#under_other li a .icon{
	display: block;
	margin: 0 auto 5px;
}

#topics{
	margin: 0 0 40px;
}
#topics h3{
	text-align: center;
	margin: 0 0 20px;
}
#topics h3 img{
	height: 20px;
}
#topics h3 .icon{
	display: block;
	margin: 0 auto 10px;
}
#topics h3 .icon img{
	height: 25px;
}
#topics_inner{
	height: 200px;
	overflow: hidden;
	margin: 0 0 10px;
}
#topics_inner ul{
	height: 200px;
	overflow: auto;
}
#topics_inner li{
	border-bottom: solid 1px #CCC;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
#topics_inner li em{
	font-weight: bold;
}
#topics_inner li p .new{
	display: inline-block;
	background-color: #ee284d;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	padding: 3px;
	margin: 0 5px 0 0;
	border-radius: 5px;
}
#topics .btn a{
	display: block;
	text-decoration: none;
	background-color: #111;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	position: relative;
}
#topics .btn a::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}
#topics .btn a::after{
	content: "";
	width: 15px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto;
}

/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    display: block !important;
    width: 320px;
	margin: 0 auto;
}

}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#main{
	position: absolute;
	top: 0;
	left: 0;
	/* z-index: -100; */
}
#main #agio_zushi_banner{
width: 1200px;
position: absolute;
bottom: 350px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 100;
text-align: left;
}
#main #agio_zushi_banner a{
display: inline-block;
border: solid 1px #fff;
background-color: #fff;
}
#main #agio_zushi_banner a:hover{
}

#main .inner li{
	height: 800px;
}
#main .inner li h2{
width: 1200px;
left: 0;
right: 0;
bottom: 50px;
padding: 0;
margin: 0 auto;
z-index: 100;
text-align: left;
}
#main .inner li h2 img{
margin: 0 auto 0 0;
}
#top_search{
	margin: 40px 0 30px auto;
	width: 600px;
	padding: 30px;
	position: relative;
	z-index: 100;
}
#top_search::before{
	display: block;
	content: "";
	background-image: url(../images/icon-zoom.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -30px;
}
#top_search .box{
	padding: 0;
}
#top_search .zushi,
#top_search .hayama{
	display: block;
	padding: 20px;
	width: 260px;
	border-radius: 5px;
}
#top_search .zushi{ float: left; }
#top_search .hayama{ float: right; }
#top_search .other{
	display: block;
	float: none;
	clear: both;
}
#top_search .box h3{
	flex: inherit;
	padding: 0;
}
#top_search .box h3 span,
#top_search .box h3 img{
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}
#top_search .box ul{
	width: auto;
}
#top_search .box.other ul{
	max-width: 100%;
}
#top_search .box li,
#top_search .box.other li{
	margin-top: 20px;
	width: auto;
	max-width: 100%;
}
#top_search .box.other li a{
	width: 120px;
	height: 120px;
}
#top_search .box.zushi li a,
#top_search .box.hayama li a{
	width: 100px;
	height: 100px;
}
#top_search .box li a:hover{
	color: #111;
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
#top_search .box li a:hover{ background-color: #BBCDD3; }
#top_search .box.zushi li a:hover{ background-color: #A7D0DA; }
#top_search .box.hayama li a:hover{ background-color: #B0D7B5; }
#top_search .box li a img{
	width: 30px;
	max-height: 30px;
}
#top_search .rent{
	margin-top: 20px;
}
#top_search .rent a{
	background-color: transparent;
	background-image: url(../images/rent_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
#top_search .rent a::after{
	content: "more";
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	background-color: #111;
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#top_search .rent a .photo{
	display: none;
}
#top_search .rent a h3{
	background-image: url(../images/rent_text_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
	height: 120px;
	padding: 0 0 0 20px;
	text-align: center;
	display: flex;
	align-items: center;
}
#top_search .rent a h3 img{
	height: auto;
}

#kodawari{
position: relative;
	z-index: 100;
}
#kodawari .inner{
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#kodawari h3{
	width: auto;
	position: inherit;
	left: inherit;
	top: inherit;
	text-align: center;
	margin: 0px;
}
#kodawari ul{
	width: auto;
}
#kodawari li{
	margin: 0 0 0 10px;
	width: auto;
	height: auto;
}
#kodawari li:first-child{
	margin-left: 10px;
}
#kodawari li a{
	width: 140px;
	height: 140px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#kodawari li a:hover{
	background-color: #FFF0C8;
	color: #111;
}
#kodawari li a::after{
	display: none;
}
#kodawari li a .icon{
	width: auto;
	margin: 0;
	display: block;
}
#kodawari li a .icon img{
	height: 50px;
	max-width: 50px;
	max-height: 50px;
}

#ranking{
	padding: 140px 0 60px;
}
#ranking h3 img{
	height: auto;
}
#ranking .estate_list li:hover{
	background-color: #FEEDBC;
}

#recommend h3{
	margin: 0 0 40px;
}
#recommend h3 img{
	height: auto;
}
#recommend h3 .icon img{
	height: auto;
}
#recommend .btn{
	margin-top: 20px;
}
#recommend .btn a{
	font-size: 18px;
	font-weight: bold;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	padding: 30px 0 0;
	border-radius: 140px;
	text-align: center;
}
#recommend .btn a:hover{
	background-color: #145499;
}
#recommend .btn a::before{
	width: 30px;
	height: 30px;
	top: inherit;
	bottom: 30px;
	left: 55px;
	transition: all 0.2s ease;
}
#recommend .btn a::after{
	width: 40px;
	height: 1px;
	top: inherit;
	bottom: 45px;
	left: 15px;
	transition: all 0.2s ease;
}
#recommend .btn a:hover::before{
	left: 60px;
}
#recommend .btn a:hover::after{
	left: 22px;
}

#under_other ul{
	flex-wrap: no-wrap;
}
#under_other li{
	width: 16.6%;
	padding: 0;
	border-top: none;
}
#under_other li:nth-child(4){
	border-left: solid 1px #111;
}
#under_other li a{
	padding: 40px 0;
}
#under_other li a:hover{
	padding: 45px 0 35px;
}
#under_other li a .icon{
	margin: 0 auto 10px;
}

#topics_facebook{
	display: flex;
	justify-content: space-between;
}
#topics{
	width: 100%;
	margin: 0px;
}
#topics h3{
	text-align: left;
}
#topics h3 img{
	height: auto;
	margin: 0 10px 0 0;
}
#topics h3 .icon{
	display: inline-block;
	margin: 0px;
}
#topics h3 .icon img{
	height: auto;
}
#topics_inner{
	height: auto;
	overflow: inherit;
	margin: 0 0 20px;
}
#topics_inner ul{
	height: auto;
	overflow: inherit;
}
#topics_inner li{
	display: flex;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#topics_inner li em{
	width: 100px;
}
#topics_inner li p{
	flex: 1;
}
#topics .btn a{
	font-size: 18px;
	font-weight: bold;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	padding: 30px 0 0;
	border-radius: 140px;
	text-align: center;
}
#topics .btn a:hover{
	background-color: #145499;
}
#topics .btn a::before{
	width: 30px;
	height: 30px;
	top: inherit;
	bottom: 30px;
	left: 55px;
	transition: all 0.2s ease;
}
#topics .btn a::after{
	width: 40px;
	height: 1px;
	top: inherit;
	bottom: 45px;
	left: 15px;
	transition: all 0.2s ease;
}
#topics .btn a:hover::before{
	left: 60px;
}
#topics .btn a:hover::after{
	left: 22px;
}

#facebook_wrap{
	width: 340px;
}



}

