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

#main_bottom_container{display: none;}

/* 基本-モバイルファースト ======================================================================================================== */
#main_slider{
	margin: 0 0 40px;
}
#main_slider img{
}


/* 狭山不動産追加 */
#notice .cond {
font-weight: bold;
color: #7c7c7c;
padding: 20px 10px 30px 10px;
font-size: 12px;
text-align: left;
}
/* 狭山不動産追加 */


.common_title{
text-align: center;
margin-bottom: 20px;
}
.common_title .icon img{
max-width: 40px;
max-height: 40px;
margin: 0 auto;
}
.common_title h2{
display: block;
font-size: 20px;
letter-spacing: 0.4em;
font-weight: bold;
}
.common_title h2 span{
font-size: 16px;
}
.common_title .en{
display: inline-block;
background-color: #111;
color: #FFF;
font-size: 10px;
line-height: 1;
padding: 3px 10px;
}

#bunjyo{
background-color: #e6f7ff;
padding: 40px 0;
position: relative;
}
#bunjyo .common_title h2 span{
font-size: 16px;
display: block;
}
#bunjyo .point{
background-color: #cc9933;
color: #FFF;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 80px;
height: 80px;
border-radius: 80px;
font-size: 12px;
line-height: 1.4;
font-weight: bold;
position: absolute;
right: 10px;
top: -10px;
}
#bunjyo .point span{
font-size: 20px;
}
#bunjyo .point::before{
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 7.5px 0 7.5px;
border-color: #cc9933 transparent transparent transparent;
position: absolute;
left: 0px;
bottom: 0px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#bunjyo .list{
margin-bottom: 40px;
}
#bunjyo li img{
width: 100%;
}
#bunjyo li p{
display: block;
background-color: #111;
color: #ffe588;
padding: 10px;
}
#bunjyo .common_btn a{
background-color: #cc9933;
}


.alpha{
background-image: url("../images/bg_check.svg");
background-repeat: repeat;
background-position: center 10px;
background-size: 20px;
padding: 40px 0;
}

#covid-19 dt{
background-color: #1c3a51;
color: #FFF;
text-align: center;
font-weight: bold;
padding: 15px 0;
}
#covid-19 dt span{
display: block;
font-size: 20px;
}
#covid-19 dd{
font-size: 16px;
font-weight: bold;
padding: 10px 0 0;
}


#member_info{
margin-bottom: 40px;
}


#search .top_copy{
margin-bottom: 20px;
}
#search .title{
display: flex;
}
#search .title .num{
background-color: #1c3a51;
color: #FFF;
line-height: 1;
padding: 5px;
border-radius: 5px;
white-space: nowrap;
margin-right: 5px;
}
#search .title h3{
font-weight: bold;
}
#search .type{
margin-bottom: 40px;
}
#search .type dl{
background-color: #FFF;
border: solid 1px #111;
border-radius: 5px;
margin-top: 10px;
}
#search .type dt{
color: #1c3a51;
font-weight: bold;
border-bottom: solid 1px #111;
padding: 5px 10px;
}
#search .type dd{
padding: 0 10px 10px;
}
#search .type dd ul{
display: flex;
flex-wrap: wrap;
}
#search .type dd li{
width: 50%;
margin-top: 10px;
}
#search .type dd li span{
font-size: 10px;
padding-left: 25px;
}

#search .price{
margin-bottom: 40px;
}
#search .price .inner{
margin-top: 10px;
}
#search .price select{
width: 45%;
}
#search .price #price_rent{
display: none;
}

#search .area{
margin-bottom: 40px;
}
#search .area table{
	font-size: 14px;
	line-height: 1.8;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#search .area td{
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
#search .area .city{
}
#search .area .city a{
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
text-decoration: none;
background-color: #FFF;
border: solid 1px #111;
border-radius: 5px;
}
#search .area .k_space{
	width: 16.5%;
}
#search .area .kawagoe{
	height: 60px;
	width: 33%;
}
#search .area .hidaka{
	height: 60px;
	width: 33%;
}
#search .area .hannou{
	height: 60px;
}
#search .area .sayama{
	height: 90px;
	width: 33%;
}
#search .area .iruma{
	height: 90px;
}
#search .area .tokorozawa{
	height: 90px;
	width: 33%;
}
#search .area .tokyo{
	height: 60px;
}

#search .other{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#search .other li{
width: 49%;
margin-top: 2%;
}
#search .other li a{
display: block;
text-decoration: none;
background-color: #e6f7ff;
padding: 10px;
border-radius: 5px;
text-align: center;
}
#search .other li .icon{
display: block;
height: 40px;
margin-bottom: 5px;
}
#search .other li .icon img{
width: auto;
height: 40px;
}
#search .other li .text p{
display: none;
}


#new_arrival{
background-color: #e6f7ff;
padding: 40px 0;
position: relative;
}
#new_arrival .point{
background-color: #cc9933;
color: #FFF;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 80px;
height: 80px;
border-radius: 80px;
font-size: 12px;
line-height: 1.2;
font-weight: bold;
position: absolute;
right: 10px;
top: -10px;
z-index: 10;
}
#new_arrival .point span{
font-size: 20px;
}
#new_arrival .point::before{
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 7.5px 0 7.5px;
border-color: #cc9933 transparent transparent transparent;
position: absolute;
left: 0px;
bottom: 0px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}
#new_arrival .common_btn a{
background-color: #cc9933;
}


#ad .list{
margin-bottom: 40px;
}
#ad .list li{
text-align: center;
}
#ad .list li em{
text-decoration: none;
display: inline-block;
background-color: #1c3a51;
color: #FFF;
padding: 3px 10px;
margin-top: 10px;
border-radius: 5px;
}
#ad .list li p{
text-align: left;
}

#topics{
position: relative;
}
#topics_pager{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
    width: 205px;
    position: absolute;
    top: -30px;
    right: 10px;
}
#topics_pager a{
	display: block;
	text-decoration: none;
	width: 100px;
	text-align: center;
    font-size: 12px;
	line-height: 15px;
    font-weight: bold;
	padding: 5px 0;
	border-radius: 5px 5px 0 0;
	position: relative;
}
#topics_pager a.company{ background-color: #d1dde9; }
#topics_pager a.staff{ background-color: #eedcdc; }
#topics_pager a.active{
padding: 7px 0 8px;
}
#topics .article{
	width: 100%!important;
}
#topics .article#news{ background-color: #e6f7ff; }
#topics .article#blog{ background-color: #F6ECED; }
#topics .contents_size{
padding-top: 40px;
padding-bottom: 40px;
}

#topics_inner ul{
	height: 200px;
	overflow: auto;
}
#topics_inner li{
	border-bottom: solid 1px #DDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#topics_inner li em{
	display: block;
	font-weight: bold;
}


#pickup_banner{
padding-left: 20px;
padding-right: 20px;
}
#pickup_banner a{
display: block;
text-decoration: none;
}
#pickup_banner .photo{
position: relative;
z-index: 5;
}
#pickup_banner .title{
display: block;
background-color: #f5f5f5;
padding: 10px 20px 10px 70px;
position: relative;
}
#pickup_banner .title::before{
content: "";
background-image: url("../images/pickup_img.png");
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
width: 50px;
height: 50px;
position: absolute;
left: 10px;
top: -10px;
z-index: 100;
}
#pickup_banner .title::after{
content: "";
width: 8px;
height: 8px;
position: absolute;
top: 0;
bottom: 0;
right: 13px;
margin: auto;
border-top: 1px solid #111;
border-right: 1px solid #111;
transform: rotate(45deg);
}
#pickup_banner .title em{
display: block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}



#other_contents{
background-color: #e6f7ff;
padding: 40px 0;
position: relative;
}


#other_contents_inner{
display:  flex;
flex-wrap: wrap;
justify-content: space-between;
}
#other_contents_inner .article{
width: 40vw;
margin-top: 20px;
}
#other_contents_inner .article a{
display: block;
text-decoration: none;
}
#other_contents_inner .article .image{
width: 40vw;
height: 40vw;
border: solid 1px #1c3a51;
border-radius: 50%;
margin-bottom: 10px;
background-color: #FFF;
display: flex;
justify-content: center;
align-items: center;
}
#other_contents_inner .article .image img{
border-radius: 50%;
}
#other_contents_inner .article.san .image img{
border-radius: 0;
max-width: 20vw;
max-height: 20vw;
}
#other_contents_inner .article h3{
text-align: center;
font-weight: bold;
}
#other_contents_inner .article p{
font-size: 12px;
}


#group #shop_list{
margin: 0 -20px;
}
#group #shop_list li{
display: flex;
justify-content: space-between;
background-color: #fff;
border:solid 1px #17384e;
padding: 20px;
margin: 0 5px 20px;
}
#group #shop_list li .map{
margin-right: 10px;
}
#group #shop_list li .map iframe{
width: 40vw;
height: 40vw;
}
#group #shop_list li .text{
flex: 1;
}
#group #shop_list li .text .outline{
}
#group #shop_list li .text .title{
}
#group #shop_list li .text .title em{
display: block;
font-weight: bold;
}
#group #shop_list li .text .point{
}
#group #shop_list li .text .point p{
font-size: 2.5vw;
line-height: 1;
display: inline-block;
padding: 5px;
border-radius: 5px;
color: #FFF;
}
#group #shop_list li .text .point p.buy{ background-color: #00b6e8; }
#group #shop_list li .text .point p.sell{ background-color: #dd0025; }
#group #shop_list li .text .point p.owner{ background-color:#434AC0; }
#group #shop_list li .text .point p.rent{ background-color: #bb8000; }
#group #shop_list li .text .point p.studio{ background-color: #ff6600; }
#group #shop_list li .text .detail{
}
#group #shop_list li .text .detail a{
font-size: 3vw;
}
#group #shop_list li .text .detail a .icon{
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
#group #shop_list li .text .detail a .icon img{
display: block;
height: 16px;
}
#group #shop_list li .text .detail a p{
display: inline-block;
vertical-align: middle;
}
#group #shop_list li .text .contact{
}
#group #shop_list li .text .contact a{
font-size: 3vw;
}
#group #shop_list li .text .contact a .icon{
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}#group #shop_list li .text .contact a .icon img{
display: block;
}
#group #shop_list li .text .contact a p{
display: inline-block;
vertical-align: middle;
}
#group #shop_list li .text .tel_second{
font-size: 3vw;
}
#group #shop_list li .text .tel_second .icon{
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
#group #shop_list li .text .tel_second .icon img{
display: block;
height: 12px;
}
#group #shop_list li .text .tel_second p{
display: inline-block;
vertical-align: middle;
}

#group #shop_list li .tel{
}
#group #shop_list li .tel{
}
#group #shop_list li .tel a{
font-size: 4vw;
font-weight: bold;
color: #dd0025;
}
#group #shop_list li .tel a .icon{
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
#group #shop_list li .tel a .icon img{
display: block;
height: 12px;
}
#group #shop_list li .tel a p{
display: inline-block;
vertical-align: middle;
}

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



}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.main .contents_size{
width: 1060px;
}

#main_slider{
    overflow: hidden;
	margin: 40px 0 80px;
	padding-bottom: 20px;
}
#main_slider #image-bloc {
    height: 560px;
}
#main_slider .bx-viewport {
    overflow: visible!important;
    width: 1060px!important;
}
#main_slider .bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main_slider .bxslider li {
    width: 1060px!important;
    margin: 0;
    padding: 0;
}
#main_slider img{
	border-radius: 20px;
}

/* 狭山不動産追加 */
#notice .cond {
	width: 800px;
	margin: 60px auto;
	padding: 0;
    font-size: 14px;
    text-align: center;
	}

#notice h1 {

	}
/* 狭山不動産追加 */

.common_title{
margin-bottom: 40px;
}
.common_title .icon img{
max-width: 50px;
max-height: 50px;
margin: 0 auto;
}
.common_title h2{
font-size: 24px;
}



#bunjyo{
padding: 80px 0;
}
#bunjyo .common_title h2 span{
font-size: 20px;
display: inline-block;
}
#bunjyo .contents_size{
position: relative;
}
#bunjyo .point{
width: 100px;
height: 100px;
border-radius: 100px;
font-size: 16px;
right: 300px;
top: -90px;
}
#bunjyo .list{
margin-bottom: 0px;
}
#bunjyo .list ul{
display: flex;
flex-wrap: wrap;
}
#bunjyo li{
margin-left: 50px;
margin-bottom: 40px;
}
#bunjyo li:first-child,
#bunjyo li:nth-child(3n-2){
margin-left: 0;
}
#bunjyo li img{
width: auto;
}


.alpha{
padding: 80px 0;
}

#covid-19 dl{
display: flex;
align-items: center;
}
#covid-19 dt{
width: 300px;
padding: 15px 0;
}
#covid-19 dd{
padding: 0;
margin-left: 15px;
}


#member_info{
margin-bottom: 80px;
}

#search .top_copy{
margin-bottom: 40px;
text-align: center;
}
#search > .flex{
display: flex;
justify-content: space-between;
}
#search .title{
flex-direction: column;
align-items: flex-start;
}
#search .title .num{
font-size: 20px;
font-weight: bold;
}
#search .title h3{
font-size: 18px;
}
#search .article{
float: left;
}
#search .type{
margin-bottom: 0px;
margin-right: 40px;
width: 200px;
}
#search .type dd ul{
display: block;
}
#search .type dd li{
width: 100%;
}
#search .type dd li span{
padding-left: 0px;
}


#search .price{
margin-bottom: 20px;
width: 450px;
}

#search .area{
margin-bottom: 0px;
width: 450px;
}
#search .area .city a:hover{
background-color: #1c3a51;
color: #FFF;
}

#search .other{
display: block;
}
#search .other li{
width: 100%;
margin-top: 10px;
}
#search .other li a{
width: 300px;
padding: 24px 30px;
display: flex;
align-items: center;
}
#search .other li .icon{
width: 40px;
text-align: center;
margin-right: 10px;
}
#search .other li .text{
text-align: left;
}
#search .other li .text h4{
font-size: 20px;
line-height: 1.2;
font-weight: bold;
}
#search .other li .text p{
display: block;
}



#new_arrival{
padding: 80px 0;
}
#new_arrival .contents_size{
position: relative;
}
#new_arrival .point{
width: 100px;
height: 100px;
border-radius: 100px;
font-size: 16px;
right: 300px;
top: -90px;
}
#new_arrival .search_temp{
margin-bottom: 40px;
}



#ad .list ul{
display: flex;
justify-content: space-between;
}
#ad .list li{
width: 330px;
}
#ad .list li .image img{
max-width: 330px;
max-height: 220px;
text-align: center;
}


#topics_pager{
    width: 330px;
    top: -40px;
}
#topics_pager a{
	width: 160px;
    font-size: 16px;
	line-height: 25px;
	padding: 5px 0;
transition: none;
}
#topics_pager a.active{
padding: 7px 0 8px;
}
#topics .contents_size{
padding-top: 80px;
padding-bottom: 80px;
}


#pickup_banner{
padding: 0px;
}



#other_contents{
padding: 80px 0;
}

#other_contents .common_new_member h3{
width: 950px;
height: 50px;
}

#other_contents_inner .article{
width: 160px;
margin-top: 0;
}
#other_contents_inner .article .image{
width: 160px;
height: 160px;
}
#other_contents_inner .article .image img{
max-width: 100%;
height: auto;
}
#other_contents_inner .article.san .image img{
border-radius: 0;
max-width: 80px;
max-height: 60px;
}


#group #shop_list{
margin: 0;
}
#group #shop_list li{
margin: 0 0 20px;
}
#group #shop_list li .map iframe{
width: 160px;
height: 160px;
}
#group #shop_list li .text{
display: flex;
justify-content: space-between;
align-items: center;
}
#group #shop_list li .text .title em{
font-size: 22px;
display: inline-block;
vertical-align: middle;
}
#group #shop_list li .text .point{
display: inline-block;
vertical-align: middle;
}
#group #shop_list li .text .point p{
font-size: 10px;
}
#group #shop_list li .text .detail,
#group #shop_list li .text .contact,
#group #shop_list li .text .tel_second{
display: inline-block;
margin-right: 2em;
}
#group #shop_list li .text .detail a{
font-size: 16px;
font-weight: bold;
}
#group #shop_list li .text .contact a{
font-size: 16px;
font-weight: bold;
}
#group #shop_list li .text .tel_second{
font-size: 16px;
font-weight: bold;
}
#group #shop_list li .tel{
text-align: right;
width: 300px;
}
#group #shop_list li .tel a{
font-size: 30px;
line-height: 1.4;
}
#group #shop_list li .tel a .icon img{
height: 20px;
}



}


/* 241009 オウチノコトメンバーポップアップTOPのみ表示（site.cssにも記述追加してます）   ======================================================================================================== */
div#login_fixed {
	display: block;
}
