@charset "utf-8";

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


  /*-- pc電話発信無効 --*/
  @media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }

/*--------------------------------------------------------
  サブページ  タイトル　共通
--------------------------------------------------------*/
#sb-main{
	width: 100%;
	position: relative;
	background: #fff;
}
.sb_ttl{
	width: 100%;
	height: 140px;
}
.sb_ttl img{
	width: 100%;
	height: 140px;
	object-fit: cover;
}

  /*--------------------------------------------------------
    サブページ  ブログ
  --------------------------------------------------------*/
  /* ブログ タイトル */
  .sb_ttl_blog{
  	position: absolute;
  	top: 90px;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	font-size: 60px;
  	text-align: center;
  	color: #1259A1;

  }
  .sb_ttl_blog_jp{
  	font-size: 18px;
  	margin-top: 5px;
  	opacity: 1;
  	color: #333;
  	letter-spacing: 0.3em;
  }
  .sb_blog_container{
  	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin: 0 auto 60px;
  }
  .sb_blog_left{
  	width: 90%;
  }
  .sb_blog_right{
  	width: 90%;
  }
  .sb_blog_inner_ttl{
  	font-size: 22px;
  	line-height: 1.5em;
  	margin-top: 20px;
  	margin-bottom: 20px;
  }
  .sb_blog_inner_content{
  	font-size: 16px;
  	line-height: 1.8em;
  	margin-top: 20px;
  	margin-bottom: 20px;
  }

  /*--------------------------------------------------------
    サイドバー
  --------------------------------------------------------*/
  .archive{
  	line-height: 2em;

  	color: #1259A1;

  }
  .archive_list{
  	line-height: 2em;
  	font-size: 16px;
  	border-top: solid 1px #dcdcdc;
  	border-bottom: solid 1px #dcdcdc;
  	padding: 10px;
  	background: #f6f6f6;
  }
  .wp-block-heading{
  		font-size: 22px;
  		padding-bottom: 10px;
  }
  /*--------------------------------------------------------
    ブログ　アーカイブ
  --------------------------------------------------------*/
  .sb_blog-archive-area{
  	margin-bottom:50px;
  }
  .blog-archive_contents{
  	width: 100%;
  	background: #1259A1;
  	margin-bottom: 60px;
  }
  .blog-archive_container{
  	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin: 0 auto;
  	padding-top: 50px;
  }
  .blog-archive_item{
  	width: 85%;
  	margin-bottom: 40px;
  }
  .blog-archive_left{
  	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin: 0 auto;

  }
  .blog-archive_right{
  		width: 100%;
  }
  /*--------------------------------------------------------
    ページネーション
  --------------------------------------------------------*/
  .archive_pagination{
  	width: 80%;
  	margin: 0 auto 60px;
  	letter-spacing: 0.2em;

  }
  .page-numbers{
      border: solid 1px #dcdcdc;
      padding: 5px 10px;
  }
/*--------------------------------------------------------
  売却実績　一覧
--------------------------------------------------------*/
/* タイトル */
.sb_ttl_results{
	position: absolute;
  width: 70%;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: var(--font-title);
	letter-spacing: 0.3em;
	padding: 15px 30px;
	border: solid 1px #1259A1;
	background: #fff;
	text-align: center;
	color: #1259A1;

	  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

/* コンテナ */
.sb_results_container{
  max-width: 1200px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}


/* loop-results */
.sb_results_items{
	width: 90%;
}
.loop-results-block{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 100%;
  margin: 20px;
}
.loop-results-pic img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.loop-results-name{
  font-size: 16px;
  padding: 10px 25px;
  background: #80C8EF;
  font-weight: bold;
  color: #fff;
}
.loop-results-detail{
  line-height: 1.6em;
  background: #f6f6f6;
  padding: 10px 25px 15px;
    font-size: 14px;
}








  /*--------------------------------------------------------
    取引業者一覧
  --------------------------------------------------------*/
  /* コンテナ */
  .sb_trader_container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 40px;
  }
  .sb_trader_items{
    width: 42%;
    margin: 3%;
  }
  .loop-trader-block{
    width: 100%;
    margin: 0px;
  }

  .loop-trader-pic{
      width: 100%;
      height: 150px;

    }
    .loop-trader-pic img{
        width: 100%;
        height: 150px;
        object-fit: cover;
      }
  .loop-trader-name{
    font-size: 14px;
    padding: 10px 5px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.5em;
  }


  .
  /*--------------------------------------------------------
    404
  --------------------------------------------------------*/
.not-found_area{
}
.not-found_area{
  width: 90%;
  margin: 0px auto 100px;
}
  .not-found_number{
    font-size: 32px;
    text-align: center;
    color: #1259A1;
  }
.not-found_txt{
    text-align: center;
    line-height: 2em;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  /* タイトル */
  .sb_ttl_notfound{
  	position: absolute;
  	top: 110px;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	font-size: 60px;
  	letter-spacing: 0.2em;
  	text-align: center;
  	color: #1259A1;
  }













} /**** END media screen *****/
