/*  General CSS  */
@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,sans-serif;
	font-size: 12px;
	letter-spacing: .15em;
	color: #222;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body.no-scroll {
    overflow: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
  color: #333;
  text-decoration: none;
}
strong {
	font-weight: bold;
}
.red {
	color: #c00;
}
img {
  line-height:0;
}
/*header*/
#header {
	text-align: center;
	margin-bottom:20px;
}
h1{
    margin: 0px 0 20px;
    font-size: 1.67em;
    letter-spacing: .1em;
    background-color: #444;
    color: #fff;
    padding: .5em 1em;
}
.htex_p{
	color: #333;
	margin: 0 2% 30px;
	line-height: 1.5em;
}
.btn_a,
.btn_ab {
    display: inline-block;
	color: #fff;
	background-color: #333;
    border-bottom: 3px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    padding:10px;
    font-size: 1.08em;
    font-weight: bold;
	cursor:pointer;
	width:auto;
	letter-spacing:0px;
}
.btn_ab {
	margin-left: 1em;
}
.btn_a:hover,
.btn_ab:hover {
	background-color: #666;
}
.btn_a:before,
.btn_ab:before {
    display:inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f015';
	font-weight:900;
	margin-right:5px;
}
.btn_ab:before{
	content: '\f004';/*ハートは（/f004）*/
	margin-right:0px;
}
/*contents*/
.cont1000 {
	margin: 0 3%;
}
.d_midashi {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 10px 0 15px;
	padding-bottom: .25em;
	border-bottom: 2px dotted #666;
}
.favo_count {
    text-align: right;
    margin: 0 1% .5em;
}
.favoColor {
	color: #ff3f00;
    font-weight: bold;
    font-size: 1.25em;
}
.d_btns {
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    letter-spacing: -.40em;
	text-align: center;
}
.d_btns li {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    text-align: center;
    background-color: #333;/*デザインに合わせて変更*/
}
.d_btns li:nth-child(4n+3) {
	background-color: #3193C5;/*デザインに合わせて変更*/
}
.dBtn {
    display: block;
    padding: 10px 0;
	cursor: pointer;
}
.dBtn.act {
    background: #ccc;
}
/*スライダー*/
#photoBox {
	margin: 20px auto;
}
#de-slider {
	margin-bottom: 40px;
}
#de-slider .slick-slide {
	margin: 5px 2px;
}
#de-slider .slick-dots {
	top: 235px;
}
#de-slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 2px;
}
#de-slider .slick-dots li button:before {
	width: 8px;
	height: 8px;
}
#de-slider .slider2 {
	height: 225px;
	overflow: hidden;
	position: relative;
	background: #F6F6F3;
}
/*article*/
.depd {
	line-height: 1.5em;
}
#detail_right {
	margin-bottom: 50px;
}
.komidashi {
    background: url("../images/midashi.png") left top no-repeat;
    font-size: 1.25em;
    line-height: 1.6em;
    margin: 20px 0 .5em;
    padding-left: 2.5em;
}
.d_time {
	margin-bottom: 20px;
	color: #004a6f;
	font-size: .92em;
}
.detail_rpoint {
	margin-bottom: 20px;
	padding: 10px;
	border:solid 2px #c00;
}
.h5_derp {
	width: 100%;
	height: 76px;
	background-image: url('../images/checkpoint.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-indent:-99999px;
}
.p_derp {
	padding: 15px 0;
	color: #c00;
	line-height: 1.4em;
	font-size: 1.66em;
}
.de_icon {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    letter-spacing: -.40em;
	margin: 0 auto 20px;
}
.de_icon li {
    display: inline-block;
    width: 18%;
    margin: 1%;
    line-height: 0;
}
.de_p {
	color: #1b1b1b;
	margin-top: 30px;
	padding: 50px 1% 20px;
	border-top: solid 2px #ccc;
	font-size: 1.33em;
    letter-spacing: .1em;
	line-height: 1.75em;
    word-break: break-all;
    word-wrap: break-word;
}
/*side_contents*/
.sideTtl {
	margin-bottom: 10px;
	padding-left: 1.3em;
	background:url('../images/iconr_rb.gif') left center no-repeat;
	color:#D4362A;
	font-size: 1.17em;
	line-height: 1em;
}
.img_madori {
	padding: 1%;
	border: 1px solid #ccc;
	text-align: center;
}
.img_madori img {
    width: auto;
    height: auto;
	max-width:280px;
	max-height:280px;
}
.de_table {
	width: 100%;
	margin: 20px 0 30px;
}
.de_table tr {
    border-bottom: 1px dotted #000;
}
.de_table th,
.de_table td {
    padding: 5px 0;
    vertical-align: middle;
}
.de_table th {
    width: 32%;
	max-width: 100px;
    font-size: 1.17em;
    text-align: left;
	padding-left: 1.75em;
}
.de_table th.i_yachin {
    background:url('../images/i_yachin.png') 3px center no-repeat;
}
.de_table th.i_madori {
    background:url('../images/i_madori.png') 3px center no-repeat;
}
.de_table th.i_access {
    background:url('../images/i_access.png') 3px center no-repeat;
}
.de_table th.i_address {
    background:url('../images/i_address.png') 3px center no-repeat;
}
.de_table th.i_seiyaku {
    background:url('../images/i_seiyaku.png') 3px center no-repeat;
}
.de_table td {
    font-size: 1.08em;
    line-height: 2em;
}
.de_table .yachin {
   font-size: 1.66em;
   color: red;
}
.de_table .type {
   font-size: 1.66em;
   color: blue;
}
.gmap {
    color: #4CB5BB;
    text-decoration: underline;
}
.gmap:hover {
    color: #999;
}
.de_table .kotsu_txt {
	font-size: .92em;
}
.tbig {
	font-size: 1.36em;
	font-weight: bold;
}
dl {
	margin : 5px 0 10px;
	padding-top: 10px;
	border-top: dotted 1px #666;
    line-height: 1.5em;
}
dt {
	clear: left;
	float: left;
	margin-bottom: .9em;
	width: 30%;
	border-left: solid 3px #eee;
	padding-left: .5em;
}
dd {
	width:70%;
	padding-left: 5px;
	margin-bottom: .9em;
	float: left;
}
.etcTtl {
	width: 100%;
    background: #f2f2f2;
    padding: 1em;
    margin: 0;
    border: none;
}
.etcBody {
    width: 100%;
    padding: 0;
    margin: 0;
}
.etcCon {
    border: none;
    border-bottom: 2px dotted #e2e2e2;
    padding: 0;
    padding-bottom: 8px;
	overflow: hidden;
}
.etcinTtl {
	width: 100%;
    border-bottom: 3px solid #eee;
    border-left: none;
    padding: .5em;
    margin: 0;
}
.etcTxt {
    width: 100%;
    padding: .5em;
	margin: 0;
}
.etctxt {
    width: 100%;
    padding: .5em;
	margin: 0;
    border-bottom: 3px dotted #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.75em;
}
.stb_icon {
    display: inline-block;
	position: relative;
    padding: 4px 8px;
    background: #f7f7f7;
    margin: 3px 2px 3px 0;
    border: 1px solid #dadada;
    border-radius: 5px;
}
/*contact*/
.bt_line {
	padding:5px 0;
	border-bottom:dotted 1px #666;
}
.tnp {
	display:none;
}
@media screen and (max-width:350px){
	.tnp {
		display:block;
		margin:50px 0 20px;
		line-height: 1.5em;
	}
	.tnpBox {
		display: flex;
		display: -webkit-flex;
		align-items: stretch;
		-webkit-align-items: stretch;
		margin: 10px 0;
	}
}
#shopimage {
	width: 34%;
    line-height: 1;
	float: left;
}
#shopimage img {
	width:100%;
	height:100%;
	max-width:100px;
	max-height:100px;
}
.contactTtl {
    display: inline-flex;
	display: -webkit-inline-flex;
    flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
    width: 66%;
    line-height: 1.5em;
    background-color: #f2f2f2;
    text-align: center;
    float: right;
}
.h4big {
	font-size: 1.2em;
}
.shop_tel {
	display: inline-block;
    margin: .3em 0;
    padding-left: 1em;
    line-height: 1em;
    font-size: 2.25em;
    font-weight: bold;
    background: url(../images/shop_tel.gif) center left no-repeat;
    clear: both;
}
address {
	font-style: normal;
}
.more_listing{
    text-align: center;
    margin: 40px 0 20px;
}
.more_listing_btn{
	display: inline-block;
    padding: 1.2em 2em;
	color: #fff;
    background-color: #3193C5;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 1.33em;
	font-weight: bold;
    letter-spacing: .1em;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	letter-spacing:0px;
}
.more_listing_btn:hover{
    opacity:0.7;
}
.more_listing_btn:before{
    display:inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
	font-weight:900;
	margin-right:5px;
}
/*footer*/
#footer {
	border-bottom:10px solid #999;
	padding-bottom: 60px;
	margin: 150px auto 0;
	width: 100%;
	position: relative;
}
#page_top {
	position: absolute;
    top: -70px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}
.copy {
	font-size: .83em;
	padding: 15px 0 12px;
	line-height: 1.5em;
	text-align: center;
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 768px){  
.no_sp {
	display:none;
	}
}
@media all and (min-width: 450px){
.de_icon li {
    width: 56px;
    margin: 6px;
}
}
/*----------スマホ以上min-width: 768px----*/
@media all and (min-width: 769px){
.no_pc {
	 display:none !important;
}
#head-inner,
.cont1000 {
	margin: 0 auto;
	max-width: 1000px;
}
.htex_p,
.btn_a,
.btn_ab {
	font-size: 1.25em;
}
.btn_a,
.btn_ab {
    width:220px;
}
.pcRight {
	float: right;
	width: 66%;
}
.pcLeft {
	width: 30%;
	float: left;
}
.d_midashi {
	font-size: 2em;
}
#photoBox {
	height: 480px;
	margin-bottom: 30px;
}
/*サムネイル画像用*/
.thumbnaillist {
	width: 30%;
	float: left;
 　_zoom: 1; /*IE6バグ対策*/
}
.ex_clearfix {
	display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    letter-spacing: -.40em;
 　_zoom: 1; /*IE6バグ対策*/
}
.thumimg {
	display: inline-block;
    width: 23%;
    height: 69px;
    margin: 0 1% 10px;
}
/*メイン画像表示*/
.mainimglist {
	position: relative;
	width: 66%;
	float: right;
}
.mainPhoto {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    height: 480px;
}
.mainimgcap{
	width: 100%;
    padding: 1em;
	font-size: 1.17em;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
	color: #fff;
    background-color: rgba(0, 0, 0, .35);
	z-index: 50;
}
.filter {
	display:block;
	width: 100%;  
	height:100%;
	position: absolute;
}
.filterimg {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*　縦横比そのまま写真リサイズ　*/
.mainimglist .resize {
	width: auto;
	height: auto;
	max-width: 640px;
	max-height: 480px;
}
* html body .mainimglist img.resize {
	width: expression(this.width > this.height ? "660px" : "auto");
	height: expression(this.width < this.height ? "493px" : "auto");
}
/*記事*/
.depd {
	padding: 0 1.5em;
}
.detail_rpoint {
    position: relative;
    min-height: 100px;
}
.h5_derp {
	width: 76px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -38px;
}
.p_derp {
    margin-left: 120px;
}
.de_p {
	font-size: 1.41em;
}
}
/*allclass*/
.page_c {
	text-align: center;
}
.fs14 {
	font-size: 1.16em;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*売買用追加CSS*/
.t_other {	
	margin: 0;
}
.h5Ttl {
    background: #eee;
    padding: .5em;
}
.baibaiCss dl {
	border-top: none;
}
.etctxt {
    border-bottom: 3px dotted #eee;
    margin-bottom: 20px;
}
/*YOUTUBE追加CSS*/
p.youtube_p{
	padding:0px;
	margin:0px 0px 5px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#ba0000;
}
iframe.youtube_fream{
	display:block;
	width:560px;
	height:315px;
	padding:0px;
	margin:0px auto 10px auto;
	border:10px solid #cccccc;
	border-radius:7px;
	-webkit-radius:7px; 
	-moz-border-radius:7px;
}
.btn_youtube{
	text-align:center;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.btn_youtube a{
	display:block;
	background: url(../images/btn_subscribe.gif) 0px 0px no-repeat;
	width:300px;
	height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px auto 20px auto;
}
.btn_youtube a:hover{
	display:block;
	background: url(../images/btn_subscribe_over.gif) 0px 0px no-repeat;
	width:300px;
	height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px auto 20px auto;
}
@media screen and (max-width: 560px){
	iframe.youtube_fream{
		display:block;
		width:95%;
		height:auto;
		padding:0px;
		margin:0px auto 10px auto;
		border:10px solid #cccccc;
		border-radius:7px;
		-webkit-radius:7px; 
		-moz-border-radius:7px;
	}
}
/*吹き出し設定*/
.clicks {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-115%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 200%;
    padding: 3px .5em;
    font-weight: bold;
}
.clicks:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .5);
    position: absolute;
    left: 1em;
    bottom: -20px;
}
.stb-qa {
    display: inline-block;
    background: url(../images/stb-qa.png) left top no-repeat;
    background-size: cover;
    padding: 6px;
    margin-left: 3px;
    margin-bottom: -1px;
}

/*ボタンカラー設定*/
.d_btns li.chintai,.chintai{
	background-color: #3193C5;/*賃貸物件（ブルー）*/
}
.d_btns li.baibai,.baibai{
	background-color: #cd853f;/*売買物件（茶）*/
}
.d_btns li.shops,.shops{
	background-color: #EA5A24;/*店舗物件（オレンジ）*/
}
.d_btns li.works,.works{
	background-color: #0B5D88;/*事務所物件（紺）*/
}
.d_btns li.souko,.shouko{
	background-color: #20b2aa;/*倉庫物件（エメグリ）*/
}
.d_btns li.c21,.c21{
	background-color: #F3BD00;/*センチュリー（イエロー）*/
}
.d_btns li:hover {
	background-color:#999;/*デザインに合わせて変更*/
}
/*追加部分*/
.mbtn_box{
	width:100%;
	box-sizing:border-box;
	  margin:0px auto 40px auto;
	  background-color:#fff;
	  text-align:center;
	  z-index:99;
	  padding:15px;
	position: -webkit-sticky; /* safari対応 */
  	position: sticky;
  	top:0px;　/* 上端から10pxのところで固定 */
}
@media screen and (max-width:1100px){
	#head-inner,.cont1000{
		margin-left:50px;
	}
	.mbtn_box{
		  padding-left:50px;
	}
}
@media screen and (max-width:370px){
	.btn_a,
	.btn_ab {
		width:auto;
		margin-bottom:7px;
		margin-left:5px;
		font-size:12px;
	}
}
@media screen and (max-width:320px){
	.img_madori img {
		width: 100%;
		height: auto;
	}
	.mbtn_box{
		  position: static;
	}
}