@charset "UTF-8";

@media screen and (max-width: 640px){
    
/* cssここから */

/************************************************************
*
*　title : ライフルホームズ
*　date : 2021.04
*　version : 1.0
*
************************************************************/

#sec_sub {
	display: none;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　見出しエリア
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.homes_kun {
    background: url(/magicianwiz/lp/homes/assets/img/top/homes_kun_01.svg) no-repeat 0 0/46px;
    background-position: right 10px bottom -32px;
}

#sec_main .heaging_wrap {
	padding: 15px 10px 10px 10px;
}

#sec_main .heaging_wrap .heaging_bg {
	font-size: 1.125em;
}

#sec_main .heaging_wrap .heaging_bg h1 {
	font-size: 1.125em;
    font-weight: 700;
}

#sec_main .sec_num {
	padding: 0 10px 15px 10px;
    font-size: .85em;
}

#sec_main .sec_num .page {
	display: none;
}

#sec_main .sec_num .num span {
	margin: 0 .25em;
    color: #ed6103;
    font-size: 1.16667em;
    font-weight: 700;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　物件
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.sec_property {
	margin: 0 10px;
}

.sec_property a {
	color: inherit;
	text-decoration: none;
}

.sec_property .property {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    font-weight: 700;
    background-color: #fff;
    align-items: center;
    margin-bottom: 20px;
}


/* sub_name */

.sec_property .property .sub_name {
	padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 1.4;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sec_property .property .sub_name .tag {
	color: #fff;
    background-color: #ed6103;
    line-height: 2;
    margin-right: .5em;
    font-size: .714em;
    vertical-align: bottom;
    display: inline-table;
    font-weight: normal;
    padding: 0 5px;
}

.sec_property .property .sub_name .name {
	line-height: 1.4;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-table;
}


/* sub_info */

.sec_property .property .sub_info {
	overflow: hidden;
}

.sec_property .property .sub_info .thumb {
    justify-content: center;
    align-items: center;
    width: 140px;
    max-height: 140px;
    float: left;
}

.sec_property .property .sub_info .thumb img {
	width: 130px;
	height: auto;
    margin: 10px 0 0 10px;
}

.sec_property .property .sub_info .table {
	width: calc(100% - 140px);
	float: right;
}

.sec_property .property .sub_info .table table {
    margin: 10px 5px 10px 10px;
}

.sec_property .property .sub_info .table table th {
	padding-right: .5em;
    color: #3a515a;
    white-space: nowrap;
    padding-top: .4em;
    font-weight: normal;
    font-size: 80%;
}

.sec_property .property .sub_info .table table td {
	display: table-cell;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    padding-top: .4em;
}

.sec_property .property .sub_info .table table td .num {
	font-size: 1.25em;
}

.sec_property .property .sub_info .table table td.price {
	color: #ed6103;
    font-weight: 700;
    word-break: break-all;
}


/* set_spec */

.set_spec {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

.set_spec .menu {
    display: none;
}

.set_spec .middle {
    overflow: hidden;
}

.set_spec .middle .thumb {
    width: 100px;
    float: left;
}

.set_spec .middle .thumb img {
    width: 100%;
    height: auto;
}

.set_spec .middle .thumb .area {
    display: none;
}

.set_spec .middle .sub_spec {
    width: calc(100% - 100px);
    float: right;
}

.set_spec .middle .sub_spec .spec li {
    font-weight: normal;
    line-height: 1.4;
}

.set_spec .middle .sub_spec .spec .yen {
    color: #ed6103;
    font-weight: 700;
}

.set_spec .middle .sub_spec .spec .yen span {
    font-size: 1.25em;
}

.set_spec .middle .sub_spec .sub_tag {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px dashed #d8d8d8;
}

.set_spec .middle .sub_spec .sub_tag p {
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 5px;
    font-size: 12px;
}

.set_spec .middle .sub_spec .sub_tag p:before {
    content: "#";
    width: 11px;
    margin: 2px 4px 0 0;
    font-weight: normal;
    color: #ed6103;
}

.set_spec .sub_comment {
    padding: 10px 15px;
    border-top: 1px dashed #d8d8d8;
}

.set_spec .sub_comment p {
    font-weight: normal;
    line-height: 1.5em;
    font-size: .875em;
}


/* set_spec */

.sec_property .property .set_spec .menu {
	border-top: 1px dashed #d8d8d8;
    padding: 12px 12px 12px 8px;
}


/* cssここまで */   
    
}