@charset "UTF-8";
/* テキスト */
#article #main {
  float: none;
  width: 100%;
}

/*=============================================
*
* sec01
*
=============================================*/
#article #sec01 {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  #article #sec01 {
    padding-top: 40px;
  }
}
#article #sec01 .hArea {
  text-align: center;
}
#article #sec01 .hArea h1.heading.type1 {
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 640px) {
  #article #sec01 .hArea h1.heading.type1 {
    margin-bottom: 25px;
  }
}

#article #sec01 .inner01 {
  margin: 0 auto;
  max-width: 1120px;
  width: auto;
}

/* ============================================
フォーム
============================================ */
#article #sec01 .formArea {
  background: #1a1a1a;
  margin: 0 auto 40px auto;
  max-width: 1120px;
  padding: 20px;
  width: auto;
}
#article #sec01 .formArea ul {
  text-align: center;
}

@media screen and (max-width: 1120px) {
  #article #sec01 .formArea {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  #article #sec01 .formArea {
    margin-bottom: 15px;
  }
}
#article #sec01 .formArea li {
  display: inline-block;
  margin: 0 5px;
  text-align: left;
}

#article #sec01 .formArea select {
  border: none;
  color: #1a1a1a;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 15px;
  width: 250px;
  border-radius: 3px;
}

#article #sec01 .formArea .submitBtn input {
  background: #eea900;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 180px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  #article #sec01 .formArea li {
    display: block;
    margin: 0 0 5px 0;
  }
  #article #sec01 .formArea select,
#article #sec01 .formArea .submitBtn,
#article #sec01 .formArea .submitBtn input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 0;
  }
}
/* ============================================
リスト
============================================ */
#article #sec01 #propertyList .list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1120px) {
  #article #sec01 #propertyList .list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list {
    padding: 0 15px;
  }
}
#article #sec01 #propertyList .list li {
  background: #fff;
  float: left;
  margin-bottom: 40px;
  position: relative;
  width: 540px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

#article #sec01 #propertyList .list li:hover {
  /*CLB_FIX*/
  box-shadow: 1px 0px 1.7px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 0px 1.7px 0px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 1120px) {
  #article #sec01 #propertyList .list li {
    width: calc(50% - 20px);
    -webkit-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li {
    margin-bottom: 20px;
    width: 100%;
  }
}
#article #sec01 #propertyList .list li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

#article #sec01 #propertyList .list li:nth-child(odd) {
  margin-right: 40px;
}

#article #sec01 #propertyList .list li .detailArea {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea {
    padding: 15px;
  }
  #article #sec01 #propertyList .list li:nth-child(odd) {
    margin-right: 0;
  }
}
/* 写真 */
#article #sec01 #propertyList .list li .photo {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 360px;
  overflow: hidden;
}

#article #sec01 #propertyList .list li .photo img {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 400px) {
  #article #sec01 #propertyList .list li .photo {
    height: 250px;
  }
}
/* コピー */
#article #sec01 #propertyList .list li .detailArea .copy {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .copy {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
/* 物件名　*/
#article #sec01 #propertyList .list li .detailArea .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .name {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
/* データ */
@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .data {
    font-size: 12px;
  }
}
/* 価格 */
#article #sec01 #propertyList .list li .detailArea .data .price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .data .price {
    font-size: 13px;
  }
}
#article #sec01 #propertyList .list li .detailArea .data .price .num {
  color: #f17901;
  font-size: 26px;
  padding-left: 5px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .data .price .num {
    font-size: 21px;
    padding-left: 5px;
  }
}
#article #sec01 #propertyList .list li .detailArea .data .price .unit {
  color: #f17901;
  font-size: 14px;
  padding-left: 3px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .data .price .unit {
    font-size: 12px;
    padding-left: 2px;
  }
}
/* 駅から */
#article #sec01 #propertyList .list li .detailArea .data .address {
  background: url("../images/article/mapMarker.png") no-repeat left center;
  background-size: 14px;
  margin-bottom: 5px;
  min-height: 19px;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .data .address {
    background-size: 11px;
    margin-bottom: 5px;
    min-height: 19px;
    padding-left: 15px;
  }
}
/* 駅から徒歩 */
#article #sec01 #propertyList .list li .detailArea .data .station {
  background: url("../images/article/walkIcon.png") no-repeat left center;
  background-size: 11px;
  margin-bottom: 12px;
  min-height: 22px;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .data .station {
    background-size: 9px;
    margin-bottom: 5px;
    min-height: 19px;
    padding-left: 15px;
  }
}
/* 物件データ */
#article #sec01 #propertyList .list li .detailArea .propertyData {
  font-size: 13px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #article #sec01 #propertyList .list li .detailArea .propertyData {
    font-size: 12px;
  }
}
#article #sec01 #propertyList .list li .detailArea .propertyData tr {
  float: left;
  margin-bottom: 5px;
}

#article #sec01 #propertyList .list li .detailArea .propertyData tr:nth-child(2n+1) {
  clear: both;
}

#article #sec01 #propertyList .list li .detailArea .propertyData th {
  background: #f0f0f0;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding: 0 5px;
}

#article #sec01 #propertyList .list li .detailArea .propertyData td {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding: 0;
}

/* ============================================
見出し
============================================ */
#article #sec01 #propertyList .list li .overlayArea {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-opacity: 0;
  /*
  justify-content: center;
  align-items: center;
  */
}

#article #sec01 #propertyList .list li:hover .overlayArea {
  -webkit-animation: overlayShow 0.15s linear 0s forwards;
          animation: overlayShow 0.15s linear 0s forwards;
  display: block;
  padding-top: 130px;
}

@-webkit-keyframes overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  #article #sec01 #propertyList .list li:hover .overlayArea {
    -webkit-animation: overlayShow 0.15s linear 0s forwards;
            animation: overlayShow 0.15s linear 0s forwards;
    display: block;
    padding-top: 75px;
  }
}
#article #sec01 #propertyList .list li:hover .overlayArea .txt {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #article #sec01 #propertyList .list li:hover .overlayArea .txt {
    margin-bottom: 10px;
  }
}
#article #sec01 #propertyList .list li:hover .overlayArea .linkBtnArea {
  font-size: 16px;
  text-align: center;
}

#article #sec01 #propertyList .list li:hover .overlayArea .linkBtnArea a {
  border-bottom: 1px #666 solid;
  font-size: 16px;
  padding-bottom: 2px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #article #sec01 #propertyList .list li:hover .overlayArea .linkBtnArea,
#article #sec01 #propertyList .list li:hover .overlayArea .linkBtnArea a {
    font-size: 14px;
  }
}
/*=============================================
*
* detail
*
=============================================*/
#article.detail #propertyDataArea {
  background: #fff;
  border-top: 3px #1a1a1a solid;
  padding-bottom: 10px;
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #article.detail #propertyDataArea {
    padding: 25px 15px 0 15px;
  }
}
/* ============================================
見出し
============================================ */
#article.detail #propertyDataArea h2.heading {
  color: #1a1a1a;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px; /*50*/
  text-align: center;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea h2.heading {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
#article.detail #propertyDataArea .copy {
  color: #1a1a1a;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px; /*50*/
  text-align: center;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea .copy {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
/* ============================================
詳細など
============================================ */
#article.detail #propertyDataArea .data {
  font-size: 20px;
  margin-bottom: 30px; /* 50 */
  text-align: center;
}

#article.detail #propertyDataArea .data .num {
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea .data {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #article.detail #propertyDataArea .data .num {
    font-size: 14px;
  }
}
/* 価格 */
#article.detail #propertyDataArea .data .price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea .data .price {
    font-size: 13px;
  }
}
#article.detail #propertyDataArea .data .price .num {
  color: #f17901;
  font-size: 31px;
  padding-left: 5px;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea .data .price .num {
    font-size: 21px;
    padding-left: 5px;
  }
}
#article.detail #propertyDataArea .data .price .unit {
  color: #f17901;
  font-size: 16px;
  padding-left: 1px;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea .data .price .unit {
    font-size: 14px;
    padding-left: 2px;
  }
}
/* 駅から徒歩 */
#article.detail #propertyDataArea .data .station {
  background: url("../images/article/walkIcon.png") no-repeat left center;
  background-size: 11px;
  display: inline-block;
  margin-bottom: 12px;
  min-height: 22px;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  #article.detail #propertyDataArea .data .station {
    background-size: 9px;
    font-size: 12px;
    margin-bottom: 5px;
    min-height: 19px;
    padding-left: 15px;
  }
}
/* ============================================
サムネイル
============================================ */
#propertyDataArea #mainPhoto {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  height: 440px;
}

#mainPhoto img {
  display: none;
  max-height: 100%;
}

#propertyDataArea #thumbArea {
  margin-bottom: 50px;
}
#propertyDataArea #thumbArea .list {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #propertyDataArea #mainPhoto {
    /*height: 300px;*/
    margin-bottom: 15px;
  }
  #propertyDataArea #thumbArea {
    margin-bottom: 30px;
  }
}
/*
@media screen and (max-width:450px){
	#propertyDataArea #mainPhoto {
		height: 230px;
	}
}
*/
#thumbArea li {
  cursor: pointer;
  display: inline-block;
  /*margin: 0 2px 10px 2px;*/
  /*CLB_FIX*/
  padding: 0 0 10px 0;
  background-color: blue;
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 640px) {
  #thumbArea li {
    margin: 0 2px 10px 2px;
    height: 50px;
    width: 50px;
  }
}
#thumbArea li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

/* ============================================
下部エリア
============================================ */
@media screen and (max-width: 640px) {
  #propertyDataArea .btnArea {
    margin-bottom: 25px;
  }
  #propertyDataArea .txt .br1 {
    display: block;
  }
}
#propertyDataArea .btnArea .btnType1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #propertyDataArea .btnArea .btnType1 {
    margin-bottom: 0;
  }
}
/* テキスト */
#propertyDataArea .txt {
  font-size: 16px;
  margin-bottom: 80px;
  padding-top: 5px;
  text-align: center;
}

#propertyDataArea .txt .br1 {
  display: none;
}

@media screen and (max-width: 640px) {
  #propertyDataArea .txt {
    font-size: 12px;
    padding: 12px 0 0 0;
    margin-bottom: 40px;
  }
  #propertyDataArea .txt .br1 {
    display: block;
  }
}
#propertyDataArea .station {
  font-size: 16px;
  text-align: center;
}

/* ============================================
アイコン
============================================ */
#facilityArea {
  margin: 0 auto 40px auto;
  max-width: 860px;
  width: 100%;
}

#facilityArea .heading {
  background: #f5f3f2;
  border: 1px #666 solid;
  border-top: none;
  padding: 10px 0 10px 10px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#facilityArea ul {
  border: 1px #666 solid;
  border-top: none;
  /*CLB_FIX*/
  padding: 30px 20px 0 40px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #facilityArea ul {
    padding: 30px 10px 0 10px;
  }
}
#facilityArea li {
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
  vertical-align: top;
  width: 19%;
  /*CLB_FIX*/
  max-height: 155px;
}

@media screen and (max-width: 640px) {
  #facilityArea li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  #facilityArea .txt {
    margin-bottom: 0;
  }
}
/* ============================================
ボタン
============================================ */
/*---------------------------------------------
.btnType1
---------------------------------------------*/
#article.detail .btnType1 {
  max-width: 400px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

@media screen and (max-width: 640px) {
  #article.detail .btnType1 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
}
#article.detail .btnType1 a {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 640px) {
  #article.detail .btnType1 a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
}
/*---------------------------------------------
.btnType9
---------------------------------------------*/
#article.detail .btnType9 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #article.detail .btnType9 {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=article.css.map */