@charset "UTF-8";

#catchcopy {
  font-size: 2em;
  font-weight:bold;
  padding-bottom: 20px;
}

#slide_block {
  padding-bottom: 60px;
}
#slide_block::after {
  content: "";
  display: block;
  clear:both;
}

#slide {
  width: 53.2%;/*545px;*/
  height: 355px;/*315px;*/
  float: left;
}
.slideItem {
  width: 100%;
  height: 355px;
}
.slideItem > cite {
  display: block;
  height: 315px;
  width: 100%;
  background-size: contain;
  background-position:center center;
  background-repeat:no-repeat;
}
.slideItem > span {
  display: block;
  padding-top: 5px;
}
.ms2_current, .ms2_next {
  display: block;
}
.ms2_stage {
  height: 355px;
}
div.ms2_container {
  overflow: hidden;
  height: 430px;
  width: 100%;
}

#slidePager {
  width: 45.9%;
  float: right;
}
#slidePager li {
  width: 23.9%;
  margin-right: 1.4%;
  float: left;
  height: 101px;
  margin-bottom: 7px;
  background-position: center center;
  background-size: cover;
}
#slidePager li:nth-child(4n) {
  margin-right: 0;
  float: right;
}

#slidePager li img {
  height: 100%;
}

#specs {
  margin-bottom: 30px;
  margin-top: 8px;
}
#specs::after {
  content: "";
  display: block;
  clear:both;
}

#specs dl {
  display: table;
  margin-bottom: 6px;
  width: 100%;
}
#specs dl dt {
  display: table-cell;
  width: 120px;
  vertical-align:middle;
  background-color: black;
  padding: 5px 0;
  text-align:center;
  color: white;
  font-weight:bold;
}
#specs dl dd {
  display: table-cell;
  vertical-align:middle;
  padding: 5px 0 5px 11px;
  background-color: #f5f5f5;
}

#description {
  margin-bottom: 60px;
}

#simulation {
  background-color: black;
  padding: 30px 0 35px;
  margin-bottom: 80px;
}

#simulation > dt {
  text-align:center;
  color: white;
  font-size: 1.15em;
  padding-bottom: 20px;
}
#simulation > dd {
  display: table;
  width: 607px;
  margin: 0 auto;
}
#simulation > dd .sim_a {
  display: table-cell;
  height: 65px;
  width: 124px;
  vertical-align:middle;
  background-color: white;
}
#simulation > dd .sim_a  dt {
  padding-left: 18px;
  font-size: 1.1em;
}
#simulation > dd .sim_a dd {
  font-size: 1.2em;
  padding-left: 18px;
}


#simulation > dd .sim_b {
  display: table-cell;
  vertical-align:middle;
  text-align:center;
  color: white;
  font-size: 1.2em;
  line-height:1;
}
#simulation > dd #sim4 {
  background-color: #ff0;
}
/**
#info {
  width: 100%;
  border-collapse:collapse;
  margin-bottom: 44px;
}
#info th {
  border: 1px solid #dcdcdc;
  text-align:center;
  font-weight:normal;
  font-size: 0.95em;
  background-color: #f5f5f5;
  text-align:left;
  padding: 11px;
  vertical-align:middle;
}
#info td {
  border: 1px solid #dcdcdc;
  text-align:left;
  vertical-align:middle;
  font-size : 0.95em;
  padding: 11px;
  width: 35%;
}
**/

/** キャッチコピー・備考・セールスポイント **/
.salespoint {
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.78;
}

/** 物件概要 **/
.estate_spec {
  /*  border-bottom: 1px solid #dcdcdc; */
  margin-bottom: 50px;
}
.estate_info {
  margin-top: 60px;
}
/* @SP */
@media all and (max-width: 767px) {
  .estateItem {
    margin-top: 30px;
  }
}

.estate_spec:after {
  content: "";
  display: block;
  clear: both;
}
.estate_spec > dl {
  width: 50%;
  border-top: 1px solid #dcdcdc;
  float: left;
  display: table;
}
.estate_spec > dl > dt {
  display: table-cell;
  width: 110px;
  padding: 10px 0 10px 5px;
}
.estate_spec > dl > dd {
  display: table-cell;
  padding: 10px 15px 10px 0;
}
.estate_spec > dl > dd span {
  display: inline-block;
}
.estate_spec > dl > dd > span.row {
  display:block;
}
.estate_spec .dottop {
  border-top: 1px dashed #dcdcdc;
  padding-top: 4px;
  margin-top: 4px;
}
.estate_spec > dl.estate_spec__long {
    width:100%;
    display:block;
}
.estate_spec > dl.estate_spec__long > dt,
.estate_spec > dl.estate_spec__long > dd {
  display: block;
  width: 100%;
}
.estate_spec > dl.estate_spec__long > dd {
  padding: 0 0 10px 5px;
}
.estate_spec > dl.estate_spec__full {
    width:100%;
}
#move {
  padding-bottom: 28px;
  width: 478px;
  margin: 0 auto;
}
#move div:after {
  content: "";
  display: block;
  clear: both;
}

#move a {
  display: block;
  text-decoration:none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  margin: 0 auto 20px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
#move a img {
  height: 25px;
}
#return_list {
  float: left;
}
#go_contact {
  float: right;
}

#move .button {
  text-align: center;
  position: relative;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  width: 210px;
  height: 45px;
}
#move .left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4e4e4e;
  border: 2px solid #4e4e4e;
}
#move .left:hover {
  color: #ffffff;
  background: #4e4e4e;
}
#move .right{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4e4e4e;
  border: 2px solid #4e4e4e;
}
#move .right:hover {
  color: #ffffff;
  background: #4e4e4e;
}
#move .one{
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4e4e4e;
  border: 2px solid #4e4e4e;
}
#move .one:hover {
  color: #ffffff;
  background: #4e4e4e;
}
#move .textLink {
  text-align: center;
}
#move .textLink.normal {
  margin-top: 1em;
  color: #4e4e4e;
  text-decoration: underline;
}
#move .textLink.normal:hover {
  text-decoration: none;
}
/** オープンハウス **/
#openhouse {
  padding-bottom: 60px;
}
#openhouse:after {
  content: "";
  display: block;
  clear: both;
}

#openhouse > h4 {
  font-size: 22px;
  font-weight:bold;
  padding-bottom: 25px;
}
.openhouse_date {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.openhouse_day {
  font-size: 15px;
  line-height:1;
  padding: 2px 3px;
  background-color: #fee503;
  display: inline-block;
}
.openhouse_time {
  font-size: 14px;
  display: inline-block;
}
.openhouse_map {
  height: 280px;
}

.openhouse_dual:after {
  content: "";
  display: block;
  clear: both;
}
.openhouse_dual .openhouse_text {
  width: 48.9%;
  float: left;
}
.openhouse_dual .openhouse_map {
  width: 48.9%;
  float: right;
}

/** 物件情報 **/
/*
#estate_info {
  padding-bottom: 40px;
}
#estate_info table {
  width: 100%;
  border-collapse:collapse;
}
#estate_info table th {
  padding: 11px;
  text-align:top;
  vertical-align:top;
  font-weight:normal;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  width: 80px;
}
#estate_info table td {
  padding: 11px;
  text-align:left;
  vertical-align:top;
  border: 1px solid #dcdcdc;
}
#b_area span {
  display: inline-block;
}

/** 周辺環境 **/
#near {
  padding-bottom: 40px;
}
#near:after {
  content: "";
  display:block;
  clear: both;
}
#near > h4 {
  font-size: 22px;
  font-weight:bold;
  padding-bottom: 25px;
}
.near_container {
  width: 30%;
  display: table;
  margin-bottom: 12px;
  margin-right: 3%;
  float: left;
}
.near_holder .near_container:nth-of-type(3n+1) {
  clear: both;
}
.near_holder .near_container:nth-of-type(3n) {
  float: right;
  margin-right: 0;
}
#near > .near_container > div {
  display: table-cell;
  height: 90px;
}
.near_text {
  padding-right: 10px;
}
.near_text span {
  display: block;
}
.near_img {
  width: 120px;
  height: 90px;
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
  display:table-cell;
}
.near_holder:after {
  content:"";
  display:block;
  clear:both;
}

div.notfound{
  margin: 20px auto;
  border: solid 1px;
  width: 80%;
  height: 50px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #slide {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  #slidePager {
    width: 100%;
    float: none;
  }
  #slidePager li {
    width: 16.6%;
    height: 80px;
    margin-right: 0;
  }
  #slidePager li:nth-child(4n) {
    clear: none;
    float: left;
  }
  #slidePager li:nth-child(6n+1) {
    clear: left;
  }
  .openhouse_dual .openhouse_text,
  .openhouse_dual .openhouse_map {
    width: 100%;
    float: none;
  }
  .openhouse_dual .openhouse_text {
    padding-bottom: 20px;
  }
  .near_container {
    width: 48.9%;
    margin-right: 0!important;
  }
  .near_holder .near_container:nth-of-type(3n) {
    float: left;
  }
  .near_holder .near_container:nth-of-type(3n+1) {
    clear: none;
  }

  .near_holder .near_container:nth-of-type(odd) {
    float: left;
    clear: both;
  }
  .near_holder .near_container:nth-of-type(even) {
    float: right;
  }

}
@media only screen and (max-width: 736px) {
  #estate_info > dl {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 700px) {
  #simulation > dd {
    width: 95.6%;
  }
}
@media only screen and (max-width: 667px) {

}
@media only screen and (max-width: 568px) {
  #simulation > dd {
    display: block;
  }
  #simulation > dd:after {
    content: "";
    display: block;
    clear: both;
  }

  #simulation > dd .sim_a {
    width: 27%;
    float: left;
    display: block;
    height: auto;
    margin-bottom: 10px;

  }
  #simulation > dd .sim_a dt {
    font-size: 1em;
  }

  #simulation > dd .sim_b {
    display: block;
    float: left;
    padding-top: 14px;
    width: 5%;
  }
  #simulation > dd #sim4 {
    margin-left: auto;
    float: none;
    clear: both;
  }
  #move {
    width: auto;
    text-align:center;
  }
  #move a {
    float: none;
    margin-bottom: 20px;
  }

}
@media only screen and (max-width: 414px) {


  #slide ,
  .slideItem,
  .ms2_current, .ms2_next,
  .ms2_stage ,
  div.ms2_container {
    height: 260px;
  }
  .slideItem > cite {
    height: 215px;
  }
  #simulation > dd .sim_a {
    width: 100%;
    text-align:center;
    float: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  #simulation > dd .sim_b {
    width: 100%;
    text-align:center;
    float: none;
    padding: 6px 0;
  }
  #info,
  #info tbody,
  #info tbody tr,
  #info tbody tr th,
  #info tbody tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #info tbody tr th {
    border-bottom: none;
  }
  #info tbody tr td {
    border-top: none;
  }
  #slidePager li {
    width: 25%;
  }
  #slidePager li:nth-child(6n+1) {
    clear: none;
  }
  #slidePager li:nth-child(4n+1) {
    clear: left;
  }
  .near_container {
    width: 100%!important;
    float: none!important;
  }
  #estate_info > dl {
    display: block;
  }
  #estate_info > dl > dt {
    display: block;
    background-color: #f5f5f5;
    width: auto;
  }
  #estate_info > dl > dd {
    display: block;
    padding: 10px 5px;
  }

}

/** 物件情報 group  **/
#estate_property {
  margin-top: 60px;
  padding-bottom: 10px;
}
.estate-property {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #5a5a5a;
  border-left: 1px solid #cfcfcf;

}
.estate-property__item.type-one {
  width: 100%;
}
.estate-property__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  margin-top: -1px;
}
.estate-property__item.type-one dt {
  width: 15%;
}
.estate-property__item dt {
  width: 30%;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border-right: 1px solid #e9e9e9;
  -webkit-box-shadow: 1px 1px 0 0 #fff inset, -1px -1px 0 0 #fff inset;
          box-shadow: 1px 1px 0 0 #fff inset, -1px -1px 0 0 #fff inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estate-property__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  border-right: 1px solid #cfcfcf;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estate-property__item dd .row {
  display: block;
  width: 100%;
}
.estate-property__raname1 span,
.estate-property__raname2 span {
  display: inline-block;
}
.estate-property__raname2 {
  border-top: 1px dashed #dcdcdc;
  padding-top: 5px;
  margin-top: 3px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .estate-property__item.type-one dt,
  .estate-property__item dt {
    padding: 10px 0px 10px 10px;
  }
  .estate-property__item dd {
    padding: 10px 5px 10px 10px;
  }
}
@media only screen and (max-width: 568px) {
  #estate_property {
    padding-bottom: 0;
  }
  .estate-property__item {
    width: 100%;
  }
  .estate-property__item.type-one dt,
  .estate-property__item dt {
    width: 35%;
    padding: 10px 0px 10px 8px;
  }
}

@media only screen and (max-width: 360px) {
  #specs dl {
    display: block;
    margin-bottom: 0;
  }
  #specs dl dt {
    display: block;
    text-align:left;
    width: auto;
    padding-left: 12px;
  }
  #specs dl dd {
    display: block;
  }
}

.estate-property-section {
  margin-bottom: 30px;
}

.estate-property-section__title {
  margin-bottom: .2em;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* @SP */
@media all and (max-width: 767px) {
  .estate-property-section {
    margin-bottom: 15px;
  }

}

figure {
  margin: 0;
  padding: 0;
}

/* コンテナ調整
--------------------------------------------------------- */
/* @SP */
@media all and (max-width: 767px) {
  .container.-estate-detail {
    width: 100%;
    margin: 8px auto 40px;
  }

  .area {
    margin-left: auto;
    margin-right: auto;
  }

  .area.-w100p {
    width: 100%;
  }

  .area.-lg {
    width: 97%;
  }

  .area.-md {
    width: 95%;
  }

  .area.-sm {
    width: 93%;
  }



}


/* headArea
--------------------------------------------------------- */
.headArea {
  position: relative;
}

.headArea_col {

}

.headArea_address {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
}

.headArea_pref {
  display: inline-block;
  background-color: #424242;
  color: #fff;
  padding: 0 1em;
  font-size: 16px;
}

.headArea_city {
  padding-left: .2em;
  display: inline-block;
  color: #333;
}

.headArea_title {
  width: 100%;
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.headArea_labels {
}

.head_update {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}


/* @SP */
@media all and (max-width: 767px) {
  .headArea {
    display: none;
  }

  .headArea_address {
    display: none;
  }
}


/* sp-headArea
--------------------------------------------------------- */
.sp-headArea {
  display: none;
}

/* @SP */
@media all and (max-width: 767px) {
  .sp-headArea {
    position: relative;
    display: block;
  }

  .sp-head_update {
    text-align: right;
    line-height: 1;
    font-size: 13px;
  }

  .sp-labels {
    margin-top: 8px;
  }

  .sp-labels_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-labels_row:not(:first-child) {
    margin-top: 4px;
  }


  .sp-labels_row .label:not(:first-child) {
    margin-left: 4px;
  }

  .sp-headArea_title {
    text-align: left;
    margin-top: 12px;
  }



}


/* .label
--------------------------------------------------------- */
.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.label.-estateHead {
  font-weight: bold;
  font-size: 14px;
  padding: .3em .8em;
}

.label.-house {
  color: #fff;
  background-color: #C1A064;
}

.label.-mansion {
  color: #fff;
  background-color: #6AA0C2;
}

/* リノベ向き */
.label.-state0 {
  color: #fff;
  background-color: #932925;
}

/* リノベ済み */
.label.-state1 {
  color: #fff;
  background-color: #617C7C;
}

.label.-pref {
  color: #fff;
  background-color: #424242;
}

.label.-city {
  color: #333;
  background-color: transparent;
}

.label.-lg {
  width: 60%;
}
.label.-f1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/* @SP */
@media all and (max-width: 667px) {
  .label.-estateHead {
    font-size: 13px;
    padding: .3em 0;
  }


}


/* coverArea
--------------------------------------------------------- */
.coverArea {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coverArea_coverBox {
  position: relative;
  width: 54%;
}

.coverArea_coverBox .photo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(350 / 498 * 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.coverArea .pickupBox {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* @SP */
@media all and (max-width: 767px) {
  .coverArea {
    margin-top: 12px;
    display: block;
  }

  .coverArea_coverBox {
    width: 100%;
  }

  .coverArea_coverBox .photo {
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(332 / 498 * 100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }


  .coverArea .pickupBox {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}


/* pickupArea
--------------------------------------------------------- */
.pickupArea {
  margin-top: 30px;
}

.pickupArea dt {
  font-size: 22px;
  color: #333;
}

.pickupArea dd {
  margin-top: 14px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}


/* @SP */
@media all and (max-width: 767px) {
  .pickupArea {
    display: none;
  }
}

/* pickupBox
--------------------------------------------------------- */
.pickupBox {
  width: 280px;
  padding: 26px 16px 32px 26px;
  background-color: rgba(255, 255, 255, 1);
  color: #333;
}

.pickupBox dl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pickupBox dt {
  font-size: 18px;
  font-weight: bold;
}

.pickupBox dd {
  margin-top: 8px;
  line-height: 1.6;
}


/* @SP */
@media all and (max-width: 767px) {
  .pickupBox {
    width: 100%;
    padding: 12px 12px 0;
  }

  .pickupBox dt {
    text-align: center;
    font-size: 18px;
  }

  .pickupBox dd {
    text-align: center;
    margin-top: 8px;
    line-height: 1.6;
  }

}


/* summaryArea
--------------------------------------------------------- */
.summaryArea {
  position: relative;
  margin-top: 12px;
}


.summaryArea_btn:not(:first-child) {
  margin-top: 8px;
}

/* @SP */
@media all and (max-width: 767px) {
  .summaryArea {
    margin-top: 14px;
  }


  .summaryArea_btns {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-top: 14px;
  }

  .summaryArea_btn {
    width: 100%;
    padding-left: 4px;
  }

  .summaryArea_btn:not(:first-child)   {
    margin-top: 0;
  }

}


/* summaryBox
--------------------------------------------------------- */
.summaryBox {
  width: 46%;
  padding: 20px 20px 20px 20px;
  /* border: 1px solid #333; */
}

.summaryBox_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

/* @SP */
@media all and (max-width: 767px) {
  .summaryBox {
    margin-top: 12px;
    float: none;
    width: 100%;
    padding: 3%;
    /* border: 1px solid #333; */
  }

  .summaryBox_row {
    display: block;
  }

}

/* sp-summaryArea
--------------------------------------------------------- */
.sp-summaryArea {
  display: none;
  position: relative;
}
.sp-summaryArea_btn:not(:first-child) {
  margin-top: 8px;
}

/* @SP */
@media all and (max-width: 767px) {
  .sp-summaryArea {
    display: none;
    margin-top: 14px;
  }


  .sp-summaryArea_btns {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-top: 14px;
  }

  .sp-summaryArea_btn {
    width: 100%;
    padding-left: 4px;
  }

  .sp-summaryArea_btn:not(:first-child)   {
    margin-top: 0;
  }

}


/* sp-summaryBox
--------------------------------------------------------- */
.sp-summaryBox {
  float: left;
  width: 70%;
  padding: 12px 9px 12px 18px;
  border: 1px solid #333;
}

.sp-summaryBox_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* @SP */
@media all and (max-width: 767px) {
  .sp-summaryBox {
    float: none;
    width: 100%;
    padding: 3%;
    border: 1px solid #333;
  }

  .sp-summaryBox_row {
    display: block;
  }

}


/* summaryData
--------------------------------------------------------- */
.summaryData {
  width: 55%;
  line-height: 1.5;
}

.summaryData.-sm {
  width: 40%;
}

.summaryData.-md {
  width: 45%;
}

.summaryData.-lg {
  width: 52%;
}

.summaryData.-full {
  width: 100%;
}


.summaryData.-f1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.summaryData dt {
  width: 7.5em;
  padding: 4px 4px 0px;
  font-size: 14px;
  color: #888;
   font-weight: bold;
  border-bottom: 2px solid #dcdcdc;
}
.summaryData dd {
  width: auto;
  padding: 4px;
  font-size: 14px;
  color: #333;
  /* font-weight: bold; */
}
.summaryData__strow {
  display: block;
  border-top: 1px dashed #dcdcdc;
  padding-top: 5px;
  margin-top: 3px;
}

/* @SP */
@media all and (max-width: 767px) {
  .summaryData {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 1.5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .summaryBox_row:first-child .summaryData:first-child {
    margin-top: 0;
  }

  .summaryData.-sm {
    width: 100%;
  }

  .summaryData.-md {
    width: 100%;
  }

  .summaryData.-lg {
    width: 100%;
  }
  .summaryData dt {
    width: 100%;
    padding: 0;
  }

  .summaryData dd {
    width: 100%;
    padding: .2em 0 0;

  }
  .summaryData__strow {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

}

/* title
--------------------------------------------------------- */
.title {
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
.title.-lv1 {
  font-size: 24px;
}

.title.-lv2 {
  font-size: 18px;
}

.title.-lv3 {
  font-size: 16px;
}

.title.-lv4 {
  font-size: 14px;
}

.title.-lv5 {
  font-size: 12px;
}
/* @SP */
@media all and (max-width: 767px) {
  .estateItem {
    width: 100%;
  }
}


/* button
--------------------------------------------------------- */
.button.-entry1 {
  width: 210px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #4e4e4e;
  padding: .8em 2em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #4e4e4e;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

.button.-entry1:hover {
  background-color: #4e4e4e;
  color: #fff;
}

.button.-entry2 {
  width: 210px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #4e4e4e;
  padding: 1em 2em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #4e4e4e;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

.button.-entry2:hover {
  background-color: #4e4e4e;
  color: #fff;
}


.button.-entry3 {
  display: inline-block;
  border: 2px solid #ec7157;
  padding: .8em 0;
  width: 230px;
  background-color: #ec7157;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}

.button.-entry3:hover {
  color: #ec7157;
  background-color: transparent;
}


.button.-entry4 {
  display: inline-block;
  border: 2px solid #000;
  padding: .8em 0;
  width: 230px;
  background-color: #000;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}

.button.-entry4:hover {
  opacity: 0.7;
}

.button.-entry5 {
  display: inline-block;
  border: 1px solid #0074a9;
  padding: .8em 0;
  width: 230px;
  background-color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #0074a9;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  border-radius: 4px;
}

.button.-entry5:hover {
  opacity: 0.7;
}

.button.-entry6 {
  display: inline-block;
  border: 1px solid #0074a9;
  padding: .8em 0;
  width: 230px;
  background-color: #0074a9;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  border-radius: 4px;
}

.button.-entry6:hover {
  opacity: 0.7;
}

/* @SP */
@media all and (max-width: 767px) {
  .button.-entry1 {
    width: 100%;
    padding: 1em 0;
    font-size: 11px;
  }


  .button.-entry2 {
    width: 100%;
    padding: 1em 0;
    font-size: 11px;
  }


  .button.-entry3 {
    width: 100%;
    padding: 1em 0;
    font-size: 11px;
  }


  .button.-entry4 {
    width: 100%;
    padding: 1em 0;
    font-size: 11px;
  }

  .button.-entry5 {
    width: 100%;
    padding: 1em 0;
    font-size: 11px;
  }

  .button.-entry6 {
    width: 100%;
    padding: 1em 0;
    font-size: 11px;
  }
}
/* galleryArea
--------------------------------------------------------- */
.galleryArea {
  margin-top: 48px;
}
/*** 加盟店の場合 ***/
.fcshop .galleryArea {
  margin-bottom: 60px;
}



.galleryHead {
  position: relative;
  width: 70%;
}

.galleryHead.-center {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.galleryHead_photoBox {
  outline: none;
}

.galleryHead_photoBox .photo{
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(308 / 498 * 100%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.galleryHead_photoBox figcaption {
  margin-top: 12px;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

.galleryHead .pickupBox {
  position: absolute;
  z-index: 50;
  top: calc(50% - 12px);
  left: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.galleryArea_body {

}

.gallerySection {
  margin-top: 12px;
}

.gallerySection:not(:first-child) {
  margin-top: 24px;
}

.gallerySection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -5px;
}

.gallerySection_item {
  width: 11.11111%;
  padding: 5px 0 0 5px;
}


.gallerySection_title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}


.gallerySection_item .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(75 / 75 * 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallerySection_item .thumb:hover {
  cursor: pointer;
}


.gallerySection_item .thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .26s linear;
  -o-transition: opacity .26s linear;
  transition: opacity .26s linear;
  background-color: rgba(0, 0, 0, .3);
}

.gallerySection_item.thumb-current .thumb::after {
  opacity: 0;
}



.gallerySection_list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}


/* @SP */
@media all and (max-width: 767px) {


  .galleryArea {
    margin-top: 12px;
  }

  .galleryHead {
    position: static;
    width: 100%;
    margin-top: 6px;
  }


  .gallerySection_title {
    font-size: 18px;
  }


  .galleryHead .pickupBox {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .galleryHead.-center {
    width: 98%;
  }
  .galleryHead_photoBox .photo{
    height: 300px;
  }

  .galleryHead_slideBox {
    margin-top: 16px;
    position: relative;
  }


  .gallerySection_list {
    margin-left: -4px;
  }

  .gallerySection_item {
    width: 20%;
    padding: 4px 0 0 4px;
  }

}


/* slideNav
--------------------------------------------------------- */
.slideNav {
  position: absolute;
  bottom: 24px;
  left: 105%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slideNav_item {
  width:  20px;
  margin: 0 5px;
}

.slideNav_item:hover {
  opacity: .7;
  cursor: pointer;
}

.slideNav_item img {
  width: 100%;
  height: auto;
}

.sp-slideNav {
  display: none;
}

/* @SP */
@media all and (max-width: 767px) {
  .slideNav {
    display: none;
  }

  .sp-slideNav {
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - 12px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 28px;
  }

  .sp-slideNav_item {
    width:  28px;
    padding: 2px;
    background: rgba(255,255,255,0.5);
    margin: 0;
  }

  .sp-slideNav_item:hover {
    cursor: pointer;
  }

  .sp-slideNav_item img {
    width: 100%;
    height: auto;
  }

  .sp-slideNav_item.slidePrev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-slideNav_item.slideNext {
    position: absolute;
    right: 0;
    top: 0;
  }

}


/* slideNav2
--------------------------------------------------------- */
.slideNav2 {
  position: absolute;
  bottom: 50%;
  left: -5%;
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slideNav2_item {
  width:  20px;
  margin: 0 5px;
}

.slideNav2_item:hover {
  opacity: .7;
  cursor: pointer;
}

.slideNav2_item img {
  width: 100%;
  height: auto;
}

.sp-slideNav2 {
  display: none;
}

/* @SP */
@media all and (max-width: 767px) {
  .slideNav2 {
    display: none;
  }

}

/* surroundArea
--------------------------------------------------------- */
.surroundArea {
  margin-top: 40px;
}

.surroundArea_list {
  margin-top: 8px;
  text-align: center;
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.surroundArea_list li {
  width: 25%;
  margin-top: 12px;
  padding-left: 12px;
}

.surroundArea_thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(90 / 120 * 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.surroundArea_list p {
  margin-top: 4px;
  text-align: center;
  font-size: 13px;
  color: #000;
}

.surroundArea_title {
  text-align: center;
}

/* @SP */
@media all and (max-width: 767px) {
  .surroundArea {
    margin-top: 20px;
  }
  .surroundArea_title {
    text-align: left;
  }

  .surroundArea_list {
    margin: 12px -8px 0;
  }

  .surroundArea_list li {
    width: auto;
    margin-top: 0;
    padding: 0 6px;
  }


  .surroundArea_list .slick-prev,
  .surroundArea_list .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 12px) ;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
  }

  .surroundArea_list .slick-next {
    background: rgba(255,255,255,0.5) url(../../../items/images/icon-next.png);
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
    right: 8px;
  }

  .surroundArea_list .slick-prev {
    background: rgba(255,255,255,0.5) url(../../../items/images/icon-prev.png);
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
    left: 8px;
  }


  .surroundArea_list .slick-prev:before,
  .surroundArea_list .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .surroundArea_list .slick-next:before {
    content: '';
  }

  .surroundArea_list .slick-prev:before {
    content: '';
  }

  .surroundArea_list p {
    font-size: 11px;
  }



}



/* linkArea
--------------------------------------------------------- */
.linkArea {
  margin-top: 20px;
}

.linkArea.-mt-md {
  margin-top: 30px;
}

.linkArea.-mt-lg {
  margin-top: 40px;
}

.linkArea.-mt-xl {
  margin-top: 60px;
}

.linkArea_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkArea .button {
  margin:  0 16px;
}
.linkArea_button .button{
  font-size: 16px;
  font-weight: bold;
}
.linkArea_comment {
  font-size: 11px;
}

/* @SP */
@media all and (max-width: 767px) {
  .linkArea {
    margin-top: 15px;
  }

  .linkArea.-mt-md {
    margin-top: 20px;
  }

  .linkArea.-mt-lg {
    margin-top: 20px;
  }

  .linkArea.-mt-xl {
    margin-top: 40px;
  }

  .linkArea_row {
    margin-left: -4px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .linkArea_button {
    width: 100%;
    padding-left: 4px;
  }

  .linkArea .button {
    margin: 0;
  }
}

/* simArea
--------------------------------------------------------- */
.simArea {
  border: 1px solid #333;
  margin-top: 64px;
  padding: 24px 20px;
}

.simArea_title {
  text-align: center;
}

.simArea_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*align-items: center;*/
  margin-top: 18px;
}

.simArea_floorBox {
  width: 30%;
  padding: 0 20px 0 0;
}

.simArea_imageBox {
  padding-bottom:10px;
}

.simArea_floorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px auto 0;
}

.simArea_floorImage {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(90 / 120 * 100%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.simArea_sim {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/* サムネ無しのとき */
.simArea_desc.-one-line .simArea_name {
  display: inline-block;
  margin-right: 1.5em;
}

.simArea_desc.-one-line .simArea_floorInfo {
  margin-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* @SP */
@media all and (max-width: 767px) {
  .simArea {
    border: 0;
    padding: 0;
    margin-top: 40px;
  }

  .simArea_body {
    display: block;
  }

  .simArea_floorBox {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .simArea_imageBox {
    padding-top:20px;
  }

  .simArea_desc {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }


  .simArea_floorInfo {
    display: block;
    margin: 6px auto 0;
  }


  /* サムネ無しのとき */
  .simArea_desc.-one-line .simArea_floorInfo {
    margin-top: 6px;
  }
}

/* floorInfo
--------------------------------------------------------- */
.floorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floorInfo:not(:last-child) {
  margin-right: 2em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floorInfo dt,
.floorInfo dd {
  letter-spacing: normal;
  white-space: nowrap;
}

.floorInfo dt {
  padding-right: .5em;
  font-size: 14px;
  color: #888;
  font-weight: bold;
}
.floorInfo dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}


/* simulation
--------------------------------------------------------- */

.simulation {
  margin-top: 12px;
  padding: 20px;
  background-color: #e8e8e8;
}

.simulation_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.simulation_col {
  position: relative;
  padding: 0 14px;
}

.simulation_col:first-child {
  padding-left: 0;
}

.simulation_col:last-child {
  padding-right: 0;
}

.simulation_col.-plus::before {
  display: block;
  content: '＋';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
  font-weight: bold;
  font-size: 14px;

}

.simulation_col.-eq::before {
  display: block;
  content: '＝';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
  font-weight: bold;

}

.simulation_col dl {
  font-weight: bold;
}

.simulation_col dt,
.simulation_col dd {
  white-space: nowrap;
}




.simulation_col dt {
  text-align: center;
  font-size: 13px;
}

.simulation_col dd {
  font-size: 14px;
  margin-top: .3em;
  text-align: center;
}

.label.-price {
  color: #878687;
  padding-right: 1em;
}

.simulationNote {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  font-size: 11px;
  color: #605F60;
}

/* @SP */
@media all and (max-width: 767px) {
  .simulation {
    width: 95%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .simulation::-webkit-scrollbar {
    height: 5px;
  }
  .simulation::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 3px;
  }
  .simulation::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

  .simulation_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 1em;
    width: 170%;
  }


  .simulationNote {
    width: 90%;
    margin-top: 16px;
  }



}


/* Utility
--------------------------------------------------------- */
.u-sp-show {
  display: none;
}

.u-pc-show {
  display: block;
}
/* @SP */
@media all and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
  .u-pc-show {
    display: none;
  }
}


/* SNS Share */
.p_sns {
    display:flex;
    margin-bottom: 60px;
}
.p_sns .fb-share-button,
.p_sns .twitter-share-button {
    margin-right: 10px;
}
