/*縲?迚ｩ莉ｶ荳?隕ｧ?亥商縺?ｼ峨??*/

/*　おすすめ　*/
a {

}
img.hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
0-}


/*　Hタグ　*/
.areaA {
	background-color: #79B520;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
	font-size: 1.8rem;
	line-height: 3;
	font-weight: bold;
}
.areaA a {
}
.areaA a:link {
  color: #FFFFFF;
}
.bukkenlist-old .areaA a:hover {
  text-decoration: underline;
}
.areaA a:visited {
  color: #FFFFFF;
}
.areaAp {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    font-size: 1.2rem;
}
.areaB {
	font-size: 1.6rem;
	line-height: 2.25;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 17px;
	border: 7px #79B520 solid;
	background-color: white;
  text-align: center;
}
.areaB a {
}
.areaB a:link {
}
.bukkenlist-old .areaB a:hover {
  text-decoration: underline;
}
.areaB a:visited {
}
.areaBp {
    background-color: rgb(237, 237, 237);
    padding-top: 11px;
    padding-bottom: 0px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: left;
    font-size: 1.2rem;
}
.areaC {
	font-size: 1.6rem;
	line-height: 2.25;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 20px;
	border: 2px #79B520 solid;
}

.area-link {
}
.area-link ul {
}
.area-link li:last-child{
  border: none !important;
}
.area-link h3 {
  font-size: 2.1rem;
  line-height: 1.3;
  padding-top: 12px;
  padding-bottom: 7px;
  display: inline-block;
}
.area-link img {
  border-radius: 5px;
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.area-link p {
  font-size: 1.2rem;
  line-height: 1.5;
}


/* ---------------------------------------------- */
.bukkenlist-old {
}
.bukkenlist-old ul {
    width: 100%;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: whitesmoke;
}
.bukkenlist-old li {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    background-color: white;
    text-align: center;
}
/* ---------------------------------------------- */
.bukkenlist-old .thumbnail { 
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    object-fit: cover;
    justify-content: space-between;
    object-position: center;
}
.object-position-top {
    object-position: top !important;
}
.object-position-center {
    object-position: center !important;
}
.object-position-bottom {
    object-position: bottom !important;
}
.object-position-left {
    object-position: left 0px !important;
}
.object-position-right {
    object-position: right !important;
}
.object-fit-inherit {
    object-fit: inherit !important;/* 画像の上下が切れたくない場合に（SYNTH北浜） */
}
.bukkenlist-old .thumbnail img { 
    /* width: 24%; */
    /* height: 88px; */
    /* object-fit: cover; */
    /* border-radius: 5px; */
    width: 100%;
    height: 250px;
    float: left;
    /* display: flex; */
    /* flex-wrap: wrap; */
    object-fit: cover;
    justify-content: space-between;
    /* object-position: center; */
}
.bukkenlist-old .thumbnail img:nth-child(n+2) { 
    display: none;
}

/* ↓画像が1〜3枚の場合。divに指定しているので全て同じサイズになる。縦を大きくしている。金沢ページで使用中。結構いい感じ。縦２横２でもよさそうだけど物件数が多いとスクロールが大変そう。*/
.thumbnail.photo1 {
    height: 175px;
}
.thumbnail.photo1 img {
    width: 100% !important;
    height: 175px;
}
.thumbnail.photo2 {
    height: 175px;
}
.thumbnail.photo2 img {
    width: 49.2% !important;
    height: 175px;
}
.thumbnail.photo3 {
    height: 175px;
}
.thumbnail.photo3 img {
    width: 32.6% !important;
    height: 175px;
}

/* ↓画像が2〜3枚の場合にimgに指定する。3枚の場合2枚に指定する。神戸ページで使用中。*/
.bukkenlist-old .thumbnail img.photo2x {
    width: 49.5% !important;
}
/* ---------------------------------------------- */
.bukkenlist-old .shisetsu {
    /* vertical-align: middle; */
    /* font-weight: normal; */
    font-size: 1.9rem;
    display : inline-block;
    /* margin-left: 3%; */
    /* margin-top: 8px; */
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}
.bukkenlist-old .shisetsu img {
    width: 50px;
    height: 14px;
    vertical-align: 0px;
}
/* ---------------------------------------------- */
.bukkenlist-old .catch {
  width: 88%;
  display : inline-block; 
  font-size: 3.7333333333vw;
  line-height: 1.8;
  text-align: left;
}
.bukkenlist-old .catch p:first-of-type {
    background-color: hsl(39 69% 95% / 1);
    padding: 2% 3%;
}
.bukkenlist-old .catch p:nth-of-type(n+2) {
}
.bukkenlist-old .catch p {
  margin-bottom: 5px;
}
.bukkenlist-old .catch p strong {
    margin-right: 3px;
    background: linear-gradient(transparent 70%, gold 80%);
}
/* ---------------------------------------------- */
.bukkenlist-old .type {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}
.bukkenlist-old .type img {
    /* display: inline-flex; */
    width: 10%;
    height: 24px;
}
.bukkenlist-old .type2025-1 {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    justify-content: space-between;
}
.bukkenlist-old .type2025-1 p {
        color: white;
            text-align: center;
    line-height: 3;
}
p.type_koshitsu {
    background-color: #923622;
    width: 21.8%;
}
p.type_share {
    background-color: #e73209;
    width: 21.8%;
}
p.type_coworking {
    background-color: #e57a1f;

    width: 28.8%;
}
p.type_virtual {
    background-color: #c7a00b;

    width: 26.8%;
}
.bukkenlist-old .type2025-2 {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    justify-content: space-between;
    margin-top: 1px;
}
.bukkenlist-old .type2025-2 p {
    color: white;
    text-align: center;
    line-height: 2;
    padding-top: 3px;
    padding-bottom: 3px;
}
.bukkenlist-old .type2025-2 p.type_front {
    background-color: #2d913a;
    width: 13%;
}
.bukkenlist-old .type2025-2 p.type_tel {
    background-color: #157364;
    width: 13%;
}
.bukkenlist-old .type2025-2 p.type_meeting {
    background-color: #e57a1f;
    width: 10%;
}
.bukkenlist-old .type2025-2 p.type_oa {
    background-color: #c7a00b;
    width: 11%;
}
.bukkenlist-old .type2025-2 p.type_net {
    background-color: #cb377f;
    width: 18%;
}
.bukkenlist-old .type2025-2 p.type_touki {
    background-color: #666766;
    width: 14%;
}
.bukkenlist-old .type2025-2 p.type_24h {
    background-color: #424242;
    width: 19%;
}
/* ---------------------------------------------- */
.bukkenlist-old .plan {
  font-size: 1.3rem;
  line-height: 1.1;
   display: flex;
   justify-content: space-between;
   text-align: center;
   color: white;
   margin-top: 5px;
   margin-bottom: 3px;
       width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.bukkenlist-old .service {
  font-size: 1.3rem;
  line-height: 1.1;
   display: flex;
   justify-content: space-between;
   text-align: center;
   color: white;
       width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------- */
.bukkenlist-old .plan span {
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  align-content: center;
}
.bukkenlist-old .service span {
  width: calc(100% / 8);
  padding-top: 5px;
  padding-bottom: 5px;
  align-content: center;
}
.bukkenlist-old .plan span.none {
  background-color: gainsboro;
}
.bukkenlist-old .plan span.koshi {
  background-color: #b1633e;
}
.bukkenlist-old .plan span.share {
  background-color: #fe7c65;
}
.bukkenlist-old .plan span.cowor {
  background-color: orange;
}
.bukkenlist-old .plan span.virtu {
  background-color: #d5a220;
}

.bukkenlist-old .service span.none {
  background-color: gainsboro;
}
.bukkenlist-old .service span.furni {
  background-color: #268e1a;
}
.bukkenlist-old .service span.inter {
  background-color: #3aaf31;
}
.bukkenlist-old .service span.meeti {
  background-color: lightseagreen;
}
.bukkenlist-old .service span.print {
  background-color: #0095ff;
}
.bukkenlist-old .service span.yujin {
  background-color: #4b6bd2;
}
.bukkenlist-old .service span.denwa {
  background-color: mediumpurple;
}
.bukkenlist-old .service span.touki {
  background-color: #da70d6;
}
.bukkenlist-old .service span.h24 {
  background-color: #f07ab5;
}


/* ---------------------------------------------- */
.bukkenlist-old dl {
      width: 94%;
    margin-left: auto;
    margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bukkenlist-old dl div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
    /* border-bottom: solid 1px gainsboro; */
      padding-top: 5px;
    padding-bottom: 5px;
}
.bukkenlist-old dl div:last-child {
  border-bottom: none;
}
.bukkenlist-old dt {
    font-size: 1.2rem;
  width: 17%;
  text-align: right;
  color: dimgray;
}
.bukkenlist-old dd {
  width: 83%;
  text-align: left;
  padding-left: 12px;
}
.bukkenlist-old dd:nth-of-type(n+2) {
  padding-top: 5px;
}


.bukkenlist-old dd dl {
  margin-top: 5px;
}
.bukkenlist-old dd dl dt {
 white-space: nowrap;
 width: 25%;
}
.bukkenlist-old dd dl dd {
width: 75%;
}




.bukkenlist-old .list-address {
}
.bukkenlist-old .list-address dt {
}
.bukkenlist-old .list-address dd {
}
.bukkenlist-old .station {
}
.bukkenlist-old .syoki {
}
.bukkenlist-old .getsu {
   }
.bukkenlist-old .ninzu {
}
.bukkenlist-old .denwa {
}
.bukkenlist-old .kosiki {
}
.bukkenlist-old .kosiki a:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(images/icon/exlink.png) no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    vertical-align: middle;
    margin: -3px 3px 0px 0px;
}
.bukkenlist-old .tel {
  font-size: 1.6rem;
  line-height: 1.4;
    text-indent: 1.2em;
    display: block;
    margin-top: 7px;
}
.bukkenlist-old .tel {
  font-size: 1.6rem;
  line-height: 1.4;
    text-indent: 1.2em;
    display: block;
    margin-top: 7px;
}
.bukkenlist-old .tel:before {
    content: "";
    display: inline-block;
    background: url("../../../../images/icon/tel-blue.gif") no-repeat;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: contain;
    top: 1px;
}
/* ---------------------------------------------- */

.bukkenlist-old .lite  {
    font-size: 1.3rem;
}

/* ---------------------------------------------- */
.address {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    font-size: 1.3rem;
    line-height: 1.4;
    padding-left: 37%;
    margin-top: 3px;
    position: relative;
}
.address:before {
    content: "塔ｶ";
    position: absolute;
top: -2px;
left: 32%;
}
/* ---------------------------------------------- */
.detail {
    width: 88%;
    margin-bottom: 15px;
    display: inline-block;
}
.detail-none {
    border: solid 1px gainsboro;
    color: gainsboro;
}
.detail a{
    font-size: 1.3rem;
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px dodgerblue;
    border-radius: 5px;
    text-align: center;
    margin-top: 7px;
  display: block !important;
  color: dodgerblue;
  position: relative;
    z-index: 1;
}
/* ---------------------------------------------- */
.official {
    font-size: 1.3rem;
    line-height: 2.5;
    border: solid 1px dodgerblue;
    background-color: dodgerblue;
    border-radius: 3px;
    text-align: center;
    width: 68%;
    float: right;
    /* margin-top: 7px; */
    position: absolute;
    bottom: 10px;
    /* right: ??; */
    left: 32%;
  color: white;
}
