@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* タイトル */
	#page_title.sub_ttl {
		height: 100px;
	}
	#page_title.sub_ttl h2 {
		font-size: 21px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h2.sub {
		margin-bottom: 25px;
		font-size: 20px;
	}
	#container h3.sub {
		padding: 8px 15px;
		font-size: 18px;
	}
	#container h4.sub {
		margin-bottom: 10px;
		padding-left: 10px;
		font-size: 16px;
	}
	/* フッター */
	#footer .contact .tel a {
		font-size: 30px;
	}
	#footer .box dt img {
		max-width: 250px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.mbs { margin-bottom: 20px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_cat {
		padding: 15px 0;
	}
	#top_cat dl {
		padding: 10px 10px 1px;
		font-size: 120%;
		line-height: 1.3;
	}
	#top_cat dt {
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	#top_cat dt::after {
		display: none;
	}
	#top_cat dd {
		width: 32%;
		padding: 0 !important;
	}
	#top_cat dd a {
		padding: 0;
		font-size: 95%;
		line-height: 35px;
	}
	/**/
	#top_area {
		padding: 20px 0;
	}
	#top_area h2 {
		margin-bottom: 5px;
		padding-left: 30px;
		background-size: 20px auto;
		-webkit-background-size: 20px auto;
		font-size: 16px;
	}
	#top_area h2 b {
		font-size: 24px;
	}
	#top_area ul li {
		width: 25%;
		padding: 3px;
	}
	#top_area ul li a {
		font-size: 105%;
		line-height: 34px;
	}
	/**/
	#top_property dl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_property dt {
		width: 35%;
		height: auto;
	}
	#top_property dd {
		width: 65%;
		padding: 10px;
		box-sizing: border-box;
		font-size: 90%;
	}
	#top_property dd p {
		margin-bottom: 5px;
	}
	#top_property dd .ttl b {
		margin-top: 6px;
		font-size: 16px;
	}
	#top_property dd .tbl th,
	#top_property dd .tbl td {
		padding: 2px 8px;
	}
	/*--------------------------------------------------
		絞り込み検索
	--------------------------------------------------*/
	#search_box {
		border-width: 3px;
	}
	#search_box h2 {
		margin-bottom: 15px;
		font-size: 17px;
	}
	#search_box dt {
		padding: 5px;
		font-size: 100%;
	}
	#search_box dd .feas_clevel_01 {
		width: 48%;
	}
	/* 検索条件 */
	#search_conditions dt,
	#search_conditions dd {
		padding: 6px 10px;
	}
	#search_conditions dt {
		width: 80px;
		font-size: 100%;
	}
	/*--------------------------------------------------
		物件一覧
	--------------------------------------------------*/
	.property_ico span {
		padding: 0 8px;
		font-size: 11px;
	}
	/**/
	#property_list .photo a {
		height: 160px;
	}
	#property_list .txt {
		padding: 10px;
	}
	#property_list .ttl {
		margin-bottom: 10px;
	}
	#property_list .ttl b {
		display: block;
		margin: 5px 0 0;
		font-size: 18px;
	}
	#property_list .note {
		margin-bottom: 10px;
		padding: 5px 10px;
		background: #f4f4f4;
	}
	#property_list .tbl {
		border-bottom: 1px solid #bbb;
	}
	#property_list .tbl tr {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_list .tbl th,
	#property_list .tbl td {
		display: block;
		padding: 3px 5px;
		box-sizing: border-box;
		border-bottom: none;
	}
	#property_list .tbl th {
		width: 30% !important;
	}
	#property_list .tbl td {
		width: 70% !important;
		border-left: none;
	}
	#property_list .btn_link {
		display: block;
	}
	#property_list .btn_link img {
		width: 20px;
	}
	#property_list li+li a {
		margin-top: 10px;
	}
	/*--------------------------------------------------
		物件詳細
	--------------------------------------------------*/
	#property_detail .price .b {
		font-size: 20px;
	}
	#property_detail .btn a img {
		width: 20px;
	}
	#property_detail .photo {
		padding: 5px;
	}
	#property_detail .tbl tr {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_detail .tbl {
		border-bottom: 1px solid #bbb;
	}
	#property_detail .tbl th,
	#property_detail .tbl td {
		display: block;
		padding: 5px 8px;
		box-sizing: border-box;
		border-bottom: none;
	}
	#property_detail .tbl th {
		width: 35% !important;
		white-space: normal;
	}
	#property_detail .tbl td {
		width: 65% !important;
		border-left: none;
	}
	#property_detail .map iframe {
		height: 300px;
	}
	#property_detail .btn_footer {
		padding: 20px 0;
	}
	/**/
	#photo_main {
		height: 200px;
		padding: 5px;
		margin-bottom: 10px;
	}
	#photo_thumb {
		padding: 5px 3px 1px;
	}
	#photo_thumb li {
		float: left;
		width: 23%;
		margin: 0 1% 10px !important;
	}

/*------------------------------------------------*/
}
