@charset "UTF-8";

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

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　SP用の設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* スライド
-------------------------------------------------- */

.slide_view {
    background-color: #fff;
}

.slide_view .copy {
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 10px;
}


/* 画像 ------------------------------ */

.slide_view .slider-for {
    background-color: #333333;
    margin-bottom: 0px !important;
}

.slide_view .slider-for figure {
    width: 100%;
    text-align: center;
}

.slide_view .slider-for img {
    width: auto;
    height: 240px;
    display: inline;
}

.slider-for {
    position: relative;
}

.slider-for .prev {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1000;
}

.slider-for .prev img {
    width: 25px;
    height: auto;
    margin-top: -25px;
}

.slider-for .next {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1000;
}

.slider-for .next img {
    width: 25px;
    height: auto;
    margin-top: -25px;
}


/* ナビゲーション ------------------------------ */

.slide_view .slider-nav figure {
/*    background-color: #000;*/
}

.slide_view .slider-nav figure img {
    width: 100%;
    height: auto;
    border: 2px solid #ccc;
}


/* 上書き ------------------------------ */

.slick-dots {
    display: none !important;
}








/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　物件情報
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 値段
-------------------------------------------------- */

#sec_info {
	overflow: hidden;
}

#sec_info .head_plice  {
	overflow: hidden;
	padding: 15px 10px;
	color: #ed6103;
    font-size: 1.25em;
    font-weight: bold;
}


/* 大見出し
-------------------------------------------------- */

#sec_info {
	overflow: hidden;
}

#sec_info .wrap_title {
	overflow: hidden;
	z-index: 1;
    position: relative;
    padding: 10px;
    line-height: 1.5;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}

#sec_info .wrap_title .tag {
	background-color: #ed6103;
	display: inline-block;
    margin-right: 5px;
    padding: .25em;
    line-height: 1;
    color: #fff;
    font-size: .875em;
}

#sec_info .wrap_title .set_txt {
    display: inline-block;
}

#sec_info .wrap_title .set_txt .name {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#sec_info .wrap_title .set_txt .conpany {
	display: none;
}


/* テーブル関係
-------------------------------------------------- */

#sec_info .wrap_main {
	overflow: hidden;
	border-top: 1px solid #d8d8d8;
	background-color: #fff;
}


/* table */

#sec_info .table a {
    margin-bottom: 0;
    }

#sec_info .table dl {
	margin-bottom: 0;
	}
#sec_info .table dl {
    display: block;
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
	}
#sec_info .table dl dt {
    background: #f7f7f7;
    height: auto !important;
    display: block;
}

#sec_info .table dl dt {
    border-bottom: 1px solid #d8d8d8;
    width: calc(30% - 20px);
    padding: 10px;
    line-height: 1.5;
    /*font-size: 110%;*/
    font-weight: bold;
}

#sec_info .table dl dd {
    border-bottom: 1px solid #d8d8d8;
    width: calc(70% - 20px);
    padding: 10px;
    line-height: 1.5;
    /*font-size: 110%;*/
}

#sec_info .table dl dd.yen {
	color: #ed6103;
    font-weight: bold;
}


/* table */

#sec_info .wrap_main .inquiry {
	padding: 10px 20px;
	text-align: center;
	overflow: hidden;
}

#sec_info .wrap_main .inquiry img {
	width: 100%;
	height: auto;
}


/* tag */

/*#sec_info .table .tag p {
	display: flex;
    align-items: center;
    position: relative;
    padding: 4px 8px;
    border: 1px solid #d8d8d8;
    text-decoration: none;
    margin-top: 10px;
    font-size: 80%;
}*/

#sec_info .table .tag p span {
	color: #ed6103;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　物件画像
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sec_photos {
	display: none;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　この物件の情報
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sec_spec {
	overflow: hidden;
	background-color: #fff;
}

#sec_spec .wrap_title {
	display: none;
}


/* 共通
-------------------------------------------------- */

#sec_spec .detail h3 {
	position: relative;
    padding: .75em 10px .75em 25px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    font-size: 1.125em;
    font-weight: bold;
}

#sec_spec .detail h3::before {
    content: "";
    position: absolute;
    top: .5em;
    bottom: .5em;
    left: 10px;
    width: 7px;
    border-radius: 3px;
    background-color: #ed6103;
}


/* タグ
-------------------------------------------------- */

#sec_spec .detail .tag {
	padding: 10px 10px 20px 10px;
}

#sec_spec .detail .tag p {
	border: 0;
    padding: 4px 0;
    color: #ed6013;
    font-size: 1.2rem;
    margin: 10px 0 0 10px;
    display: inline-block;
}


/* table */

#sec_spec .detail table {
	width: 100%;
	}

#sec_spec .detail table tr {
    width: 100%;
	}

#sec_spec .detail table tr th {
    background: #f7f7f7;
}

#sec_spec .detail table tr th {
    border-bottom: 1px solid #d8d8d8;
    width: 30%;
    padding: 10px;
    line-height: 1.5;
    /*font-size: 110%;*/
    text-align: left;
    font-weight: bold;
}

#sec_spec .detail tr td {
    border-bottom: 1px solid #d8d8d8;
    width: 70%;
    padding: 10px;
    line-height: 1.5;
    /*font-size: 110%;*/
}

#sec_spec .detail .btn_inquiry {
	padding: 20px 10px;
}

#sec_spec .detail .btn_inquiry img {
	width: 100%;
	height: auto;
}

/* bukkenEquipment */

.bukkenEquipment {
	overflow: hidden;
}

.bukkenEquipment li {
	float: left;
    margin-bottom: 10px;
    width: 50%;
}

.bukkenEquipment li span {
	display: block;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    font-size: .875em;
    text-align: center;
}

.bukkenEquipment .active span {
	background-color: #ed6103;
}

.bukkenEquipment li del {
	display: block;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    font-size: .875em;
    text-align: center;
}

.bukkenEquipment .inactive del {
	background-color: #c4c4c4;
    text-decoration: none;
}


/* スタッフコメント
-------------------------------------------------- */

#sec_spec .detail .set_staff .sub_name {
	overflow: hidden;
}

#sec_spec .detail .set_staff .sub_name .photo {
	overflow: hidden;
	background-color: #f7f7f7;
    text-align: center;
    width: 130px;
    float: left;
}

#sec_spec .detail .set_staff .sub_name .photo img {
	width: 100%;
	height: auto;
}

#sec_spec .detail .set_staff .sub_name .txt {
	overflow: hidden;
    width: calc(100% - 150px);
    float: right;
    line-height: 1.5;
    padding: 10px;
}

#sec_spec .detail .set_staff .sub_info {
	padding: 15px 10px;
    border-top: 1px solid #d8d8d8;
}

#sec_spec .detail .set_staff .sub_info .title::before {
    content: "●";
    color: #ed6103;
}

#sec_spec .detail .set_staff .sub_info .title {
	margin-bottom: 10px;
	font-size: 110%;
}

#sec_spec .detail .set_staff .sub_info .txt {
	line-height: 1.5em;
	font-size: 110%;
}


/* シェアボタン */

#sec_spec .wrap_main .btn_share {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

#sec_spec .wrap_main .btn_share p {
    text-align: center;
    padding: 0 10px;
}

#sec_spec .wrap_main .btn_share p img {
    width: 100%;
    height: auto;
}

/* cssここまで */   
    
}