@charset "UTF-8";

/*-------------------------
__style
-------------------------*/

.member_login{
    border: 5px solid #003499;
    margin-bottom: 30px;
}

.member_login .alpha{
    width: 60%;
    float: left;
}

.member_login .alpha img{
    width: 100%; height: auto;
    vertical-align: bottom;
}

.member_login .beta{
    width: 40%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}

.member_login .beta .member_com{
    font-size: 2em;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.member_login .beta .member_com p span{
    background-color: #ffde38;
}

.member_login .beta ul li{
    float:left;
	margin-right:10px;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;
    text-align: center;
}

.member_login .beta ul li:nth-child(2){
    margin-right: 0;
}

.member_login .beta ul li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 1.8em;
    padding: 15px 0 12px;
    border-radius: 5px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

.member_login .beta ul li:nth-child(1) a{ background-color: #e63527;}
.member_login .beta ul li:nth-child(2) a{ background-color: #151515;}

.member_login .beta ul li a:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

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

.member_login{
    margin-bottom: 10px;}
    
.member_login .alpha{
    width: 100%;
    float: none;
}
    
.member_login .beta{
    width: 100%;
    float:  none;
    padding: 10px;
}
    
.member_login .beta .member_com{
    font-size: 1.5em;
    line-height: 1.4;
}
    
.member_login .beta ul li a{
    font-size: 1.5em;
    font-weight: 700;
    padding: 12px 0 10px;
    border-radius: 5px;
}

}

/*=================================物件ここから===================================*/

#bukken_list{}

#bukken_list .koma{
    border: 1px solid #004aab;
    margin-bottom: 30px;
    float:left;
	margin-right:20px;
	width: 50%;
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -moz-calc((100% - 20px) / 2);
	box-sizing:border-box;
    text-align: center;
    position: relative;
}

#bukken_list .koma:nth-child(2n) {
    margin-right: 0px;
}

#bukken_list .koma .bukken_top{
    background-color: #004aab;
    box-sizing: border-box;
    padding: 10px;
    zoom:1;
    height: 72px;
}

#bukken_list .koma .bukken_top:after{content:"";display:block;clear:both;}


#bukken_list .koma .bukken_top .bukken_name{
    text-align: left;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-right: -140px;
    padding-right: 140px;
    box-sizing: border-box;
}

#bukken_list .koma .bukken_top .bukken_name a{
    color: #fff;
    text-decoration: none;
}

#bukken_list .koma .bukken_top p.icon01{
    text-align: center;
    float: right;
    color: #fff;
    font-weight: 700;
    background-color: #e63527;
    width: 130px;
    display: inline-block;
    font-size: 1.4em;
    padding: 10px 0 8px 0;
    box-sizing: border-box;
    border-radius: 5px;
}

#bukken_list .koma .bukken_bottom{
     padding: 10px;
    box-sizing: border-box;
}

#bukken_list .koma .bukken_bottom .photo_list{
     width: 220px;
    float: left;}

#bukken_list .koma .bukken_bottom .syu_icon{
    width: 100%;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 1.3em;
    padding: 7px 0 5px;
    margin-bottom: 10px;
}

#bukken_list .koma .bukken_bottom .syu_icon.shinchiku{ background-color: #fa7d6e;}
#bukken_list .koma .bukken_bottom .syu_icon.cyuko{ background-color: #42ade9;}
#bukken_list .koma .bukken_bottom .syu_icon.tochi{ background-color: #50b478;}
#bukken_list .koma .bukken_bottom .syu_icon.mansion{ background-color: #ffbe1e;}

#bukken_list .koma .bukken_bottom .photo_list .photo_main{
    width: 220px;
    height: 165px;
    background-color: #eee;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

#bukken_list .koma .bukken_bottom .photo_list .photo_main img{
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

#bukken_list .koma .bukken_bottom .photo_list ul.photo_sub li img{
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}


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

#bukken_list .koma .bukken_bottom .syu_icon{
    font-size: 1.4em;
    font-weight: 700;
}

#bukken_list .koma{
    margin-bottom: 10px;
    float:none;
	margin-right:0;
	width: 100%;
}
    
#bukken_list .koma .bukken_top{
    text-align: left;
    height: auto;
}

#bukken_list .koma .bukken_top .bukken_name{
    font-size: 1.7em;
    line-height: 1;
    float: none;
    margin: 0  0 10px 0;
    padding: 0;
    max-height: 16px;
    overflow: hidden;
}

#bukken_list .koma .bukken_top p.icon01{
    width: 110px;
    font-size: 1.3em;
    float: none;
     padding: 6px 0 6px 0;
}
    
#bukken_list .koma .bukken_bottom .photo_list{
     width: 100%;
    float: none;}

#bukken_list .koma .bukken_bottom .photo_list .photo_main{
    width: 100%;
    height: 240px;
}

}

#bukken_list .koma .bukken_bottom .bukken_data{
    width: 100%;
    float: right;
    margin-left: -230px;
    padding-left: 230px;
    box-sizing: border-box;
     text-align: left;
}

#bukken_list .koma .bukken_bottom .bukken_data .bukken_text{
     font-size: 1.3em;
    line-height: 1.7em;
    margin-bottom: 10px;
}

#bukken_list .koma .bukken_bottom .bukken_data .bukken_com{
    font-size: 1.5em;
    line-height: 1.7em;
    color: #003499;
    background-color: #edf3f9;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 10px;
    max-height: 163px;
    overflow: hidden;
}

#bukken_list .koma .bukken_bottom .bukken_data .bukken_add{
     font-size: 1.3em;
    line-height: 1em;
    color: #003499;
    margin-bottom: 10px;
}

#bukken_list .koma .icon{
    /*position: absolute;
    bottom: -25px;
    right: 20px;*/
    width: 100%;
    height: auto;
}

#bukken_list .koma .icon img{
    width: 100%;
    height: auto;
}

#bukken_list .koma{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

#bukken_list .koma:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;}

#bukken_list .more_btn{
    background-color: #004aab;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 700;
}

#bukken_list .more_btn span{
    color: #fff;
    padding: 0 0 0 16px;
    
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

#bukken_list .more_btn span::before,
#bukken_list .more_btn span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#bukken_list .more_btn span::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#bukken_list .more_btn span::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #ffffff;
}

#bukken_list .more_btn_members{
    background-color: #e63527;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 700;
}

#bukken_list .more_btn_members span{
    color: #fff;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.end_btn{
    width: 300px;
    margin: 30px auto 0;
    text-align: center;}

.end_btn a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #004aab;
    font-size: 2em;
    font-weight: 700;
    padding: 23px 18px 20px;
    box-sizing: border-box;
    border-radius: 5px;

     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

.end_btn a:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

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


#bukken_list .koma .bukken_bottom .bukken_data{
    float: none;
    margin-left: 0;
    padding-left: 0;
}

#bukken_list .koma .bukken_bottom .bukken_data .bukken_text{
     font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#bukken_list .koma .bukken_bottom .bukken_data .bukken_com{
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 10px;
    height: 97px;
    overflow: hidden;
}

#bukken_list .koma .bukken_bottom .bukken_data .bukken_add{
     font-size: 1.4em;
    line-height: 1em;
    color: #003499;
    margin-bottom: 10px;
}

#bukken_list .koma .icon{
    width: 180px;
    height: auto;
    margin: 0 auto 10px;
    z-index: 1000;
}

#bukken_list .more_btn{
    margin-bottom: 0;
    padding: 15px 0;}

.end_btn{
    width: 100%;}

}

#bukken_list .koma.yokoku{}
#bukken_list .koma.yokoku .bukken_name{ color: #fff;}
#bukken_list .koma.yokoku .icon_yokoku{text-align: center; float: right; color: #fff; font-weight: 700; background-color: #ff3298; width: 130px; display: inline-block; font-size: 1.4em; padding: 10px 0 8px 0; box-sizing: border-box; border-radius: 5px;}
#bukken_list .koma.yokoku .bukken_data{ text-align: center;}
#bukken_list .koma.yokoku .bukken_data img{ width: auto; height: 180px;}

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

#bukken_list .koma.yokoku .icon_yokoku{ float: none; font-size: 1.3em; padding: 6px 0 6px 0;}
#bukken_list .koma.yokoku .bukken_bottom .photo_list{ float: left; width: 50%; width: calc((100% - 10px) / 2); width: -webkit-calc((100% - 10px) / 2); width: -moz-calc((100% - 10px) / 2); box-sizing: border-box; margin-right: 10px;}
#bukken_list .koma.yokoku .bukken_bottom .photo_main{ width: 100%; height: 120px;}
#bukken_list .koma.yokoku .bukken_bottom .bukken_data{ text-align: center; float: left; width: 50%; width: calc((100% - 10px) / 2); width: -webkit-calc((100% - 10px) / 2); width: -moz-calc((100% - 10px) / 2); box-sizing: border-box;}
#bukken_list .koma.yokoku .bukken_bottom .bukken_data img{ width: 90%; height: auto;}

}

/*===========================--飯場終了物件ここから===================================*/

#bukken_list_sold{
    margin: 0;
}

#bukken_list_sold .koma{
    float:left;
	width: 50%;
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -moz-calc((100% - 20px) / 2);
	box-sizing:border-box;
	margin-right:20px;}

#bukken_list_sold .koma:nth-child(2n){
	margin-right:0px;}

#bukken_list_sold .koma{
    border: 1px solid #AAAAAA;
    margin-bottom: 20px;
}

#bukken_list_sold .koma .bukken_top{
    border-bottom: 1px solid #AAAAAA;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    zoom:1;
}

#bukken_list_sold .koma .bukken_top:after{content:"";display:block;clear:both;}


#bukken_list_sold .koma .photo_list .syu_icon{
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 10px;
    padding: 7px 12px 4px;
    display: inline-block;}

#bukken_list_sold .koma .photo_list .syu_icon.shinchiku{ background-color: #fa7d6e;}
#bukken_list_sold .koma .photo_list .syu_icon.cyuko{ background-color: #42ade9;}
#bukken_list_sold .koma .photo_list .syu_icon.tochi{ background-color: #50b478;}
#bukken_list_sold .koma .photo_list .syu_icon.mansion{ background-color: #ffbe1e;}

#bukken_list_sold .koma .bukken_top .bukken_name{
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 700;
    color: #00349f;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 72px;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-right: -140px;
    padding-right: 140px;
    box-sizing: border-box;}

#bukken_list_sold .koma .bukken_top p.icon_end{
    text-align: center;
    float: right;
    color: #00349f;
    font-weight: 700;
    background-color: #eee;
    width: 130px;
    display: inline-block;
    font-size: 1.4em;
    padding: 10px 0 8px 0;
    box-sizing: border-box;
    border-radius: 5px;}

#bukken_list_sold .koma .bukken_bottom{
     padding: 10px;
    box-sizing: border-box;}

#bukken_list_sold .koma .bukken_bottom .photo_list{
    float:left;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;
	margin-right:10px;}

#bukken_list_sold .koma .bukken_bottom .photo_list .photo_main{
    width: 100%;
    height: 180px;
    background-color: #eee;
    overflow: hidden;
    position: relative;}

#bukken_list_sold .koma .bukken_bottom .photo_list .photo_main img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;}

#bukken_list_sold .koma .bukken_bottom .bukken_data{
    text-align: center;
    float:left;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;}

#bukken_list_sold .koma .bukken_bottom .bukken_data img{
    width: auto;
    height: 180px;}

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

#bukken_list_sold{
    margin: 10px 0 0 0;}
    
#bukken_list_sold .koma{
    float:none;
	width: 100%;
	box-sizing:border-box;
	margin-right:0px;
    margin-bottom: 10px;}

#bukken_list_sold .koma .bukken_top .bukken_name{
    font-size: 1.7em;
    line-height: 1.3;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;}

#bukken_list_sold .koma .bukken_top p.icon_end{
    float: none;
    width: 80px;
    padding: 7px 0 5px 0;}

#bukken_list_sold .koma .bukken_bottom .photo_list .photo_main{
    width: 100%;
    height: 120px;}

#bukken_list_sold .koma .bukken_bottom .bukken_data img{
    width: 90%;
    height: auto;}
    
}

/*ページャー*/

.pager{ margin-top: 30px;}
.pager  ul.pagination {text-align: center; margin: 0; padding: 0;}
.pager .pagination li { font-size: 1.4em; display: inline; margin: 0 2px; padding: 0; display: inline-block; background:#efefef; width: 40px; height: 50px; text-align: center; position: relative;}
.pager .pagination li a{ vertical-align: middle; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; display:table; color: #888; text-decoration: none;}
.pager .pagination li a span{ display:table-cell; vertical-align:middle;}
.pager .pagination li a:hover,
.pager .pagination li a.active{ color: #fff; background: #00349f;}
.back_btn{ text-align: center; width: 190px; margin: 30px auto 0;}
.back_btn a{ font-size: 1.5em; font-weight: 700; display: block; padding: 12px 0 10px; color: #00349f; text-decoration: none; border: 2px solid #00349f;}
.back_btn a:hover{color: #ffffff; background-color: #00349f;}

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

.pager{ margin-top: 10px;}
.pager .pagination li{ display: none;}
.pager .pagination li.pre,
.pager .pagination li.next{ display: inline-block; width: 40%; height: 50px; text-align: center;}
.pager .pagination li.pre a,
.pager .pagination li.next a{ width: 100%; text-align: center;}
.pager .pagination li.pre span::after{ content: "　前の10件へ";}
.pager .pagination li.next span::before{ content: "次の10件へ　";}

}
