@charset "UTF-8";
.inputSelect select {
  padding: 8px 15px;
}

@-moz-document url-prefix() {
  .inputSelect select {
    padding: 8px 15px;
  }
  /* FireFox リンク選択時の点線を消す */
	.slide-nav a:link,
	.slide-nav a:visited,
	.slide-nav a:active,
	.slide-nav a:hover {
		overflow: hidden;
		outline: none;
	}
}


/* slideArea */
.slideArea {
  padding: 20px 0;
  margin-bottom: 28px;
  background-color: #EFEFEC;
}

.slideArea .wrap {
  width: 980px;
}

@media screen and (max-width: 860px) {
  .slideArea {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  .slideArea .wrap {
    width: 100%;
    padding: 0;
  }
}

/* slideContent */
.slideContent {
  overflow: hidden;
  position: relative;
  float: left;
  width: 720px;
}

.slideContent .slideBox__favorite-sp {
  display: none;
}

@media screen and (max-width: 860px) {
  .slideContent {
    float: none;
    width: 100%;
    height: auto;
  }
  .slideContent .slideBox__favorite-sp {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
  }
}

.slideContent .slides {
  background-color: #fff;
}

.slide-wrapper {
    position: relative;
    width: 720px;
    float: left;
}

@media screen and (max-width: 860px) {
    .slide-wrapper {
        position: relative;
        width: auto;
        float: none;
    }
}

.slide-nav {
    position: absolute;
    height: auto;
    width: 720px;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 860px) {
    .slide-nav {
        position: absolute;
        height: auto;
        width: 100%;
        top: 0;
        bottom: 0;
    }
}

.slide-nav li {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 34px;
  text-indent: -9999px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.slide-nav li.nav-disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.slide-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../png/bg-slide_arrow.png);
  background-repeat: no-repeat;
}

.slide-nav .slide-prev {
  left: 0;
}

.slide-nav .slide-prev a {
  background-position: 0 0;
}

.slide-nav .slide-next {
  right: 0;
}

.slide-nav .slide-next a {
  background-position: 100% 0;
}

#search_details.offices .slideContent .slides {
  background-color: #fff;
}

#search_details.offices .slideContent {
  width: 100%;
}

@media screen and (max-width: 860px) {
  #search_details.offices .slideContent {
    width: 100%;
    margin-left: 0;
  }
}

/* slides */
.slides {
  width: 50000px;
  height: 480px;
}

.slides li {
  width: 720px;
  height: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slides li img, .slides li iframe, .slides li video {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.slides li.panorama img {
  opacity: .7;
}

.slides li.panorama a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 80px;
  background-image: url(../png/icn-panorama.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}

.slides li.slides-min {
  overflow: hidden;
}

.slides li.slides-min:before {
  content: '';
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.slides li.slides-min img {
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 400px;
  height: 300px;
}
.page.offices .slides li.slides-min {
  background-image: none!important;
}
.page.offices .slides li.slides-min img {
    border: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 860px) {
  .slides {
    height: 213px;
  }
  .slides li {
  	overflow: hidden;
    width: 100%;
  }
	.slides li img {
		max-width: inherit;
		height: 100%;
	  max-height: 100%;
	}
  .slides li.slides-min img {
    border: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: inherit;
  }
}

/* slide_count */
.slide_count {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

@media screen and (max-width: 860px) {
  .slide_count {
    left: inherit;
    right: 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
  }
}

/* specBox */
.specBox {
  position: relative;
  float: right;
  width: 240px;
  height: 480px;
}

.specBox__bukkenType, .specBox__bukkenTitle, .specBox__bukkenProperty, .specBox__bukkenPrice {
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
}

.specBox__bukkenType {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  margin-bottom: 20px;
  padding: 8px 10px;
  text-align: center;
  box-sizing: border-box;
  background-color: #333;
}

.specBox__bukkenTitle {
  color: #003894;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.specBox__bukkenTitle h2 {
  font-weight: 800;
}

.ken-only-property {
  font-size: 12px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  color: white;
  background-color: #003894;
  margin-top: 2px;
  padding: 3px 8px;
}

.showcase-property {
  font-size: 12px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  color: white;
  background-color: #f49c31;
  margin-top: 2px;
  padding: 3px 8px;
}

.ken-only-property-balloon-left {
  font-size: 12px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-weight: bold;
  color: white;
  background-color: #003894;
  position: relative;
  display: inline-block;
  padding: 3px 4px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.ken-only-property-balloon-left::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -8px;
  border: 4px solid transparent;
  border-right-color: #003894;
}

.ken-only-property-balloon-left:hover {
  background-color: #0daeea;
}

.ken-only-property-balloon-left:hover::before {
  border-right-color: #0daeea;
}

.specBox__bukkenProperty {
  margin-bottom: 10px;
}

.specBox__bukkenPrice {
  font-weight: 800;
  margin-bottom: 5px;
}

.specBox__bukkenPrice strong {
  font-size: 20px;
  font-weight: 800;
  margin-right: 5px;
}

.specBox__capBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
}

.margin-left8px {
  margin-left: 8px;
}

.font-size13px {
  font-size: 13px;
}

.video-shift, .panorama-shift .matterport-shift{
  display: block;
  margin-right: 13px;
  float: left;
}

.layout-shift {
  display: block;
  text-decoration: none;
  padding-top: 13px;
  clear: both;
}

.layout-shift img {
  position: relative;
  height: 165px;
  width: auto;
  padding: 0 20px;
  background-color: white;
}

@media screen and (max-width: 860px) {
  .slideArea .contents-navigation {
    width: 100%;
  }

  a.slide-layout-shift {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-decoration: none;
    float: left;
    font-weight: bold;
    color: #515151;
    background-color: #F5F5F5;
    text-align: center;
  }
}

.pc-display-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/* 画像キャプション */
.pc-display {
  display: inline-block;
}

.sp-display, .sp-display-icon {
  display: none;
}

@media screen and (max-width: 860px) {
  .specBox {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
   .offices.details .specBox__bukkenProperty,
   .offices.building .specBox__bukkenProperty {
    display: none;
  }
  .pc-display {
    display: none;
  }
  .sp-display {
    display: inline-block;
  }
  .specBox__bukkenPrice {
    margin-bottom: 10px;
  }
  .specBox__capBox {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
  }
  .video-shift, .panorama-shift, .layout-shift {
    text-decoration: none;
    display: none;
  }
  .sp-display-icons-box {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .sp-display-icon {
    display: block;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: baseline;
    color: black;
    background-color: white;
    z-index: auto;
  }
  .sp-display-icons-box .icon-arrow-enlarge {
    font-size: 5px;
  }
  .sp-display-icons-box .icon-floor-plan {
    font-size: 15px;
  }
  .offices .table tbody th,.offices .table tbody td {
    border-bottom: none;
    border-top: none;
  }
  .offices .table .sort_row {
    border-bottom: #adadad solid 1px;
  }
}

#search_details.offices {
  margin-bottom: 0;
}

/* thumbArea */
.thumbArea {
  margin-bottom: 50px;
}

.thumbArea .thumbContent {
  overflow: hidden;
  position: relative;
  margin-top: 16px;
  padding-left: 100px;
}

.thumbArea .thumbContent:first-child {
  margin-top: 0;
}

.thumbArea .thumb__title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thumbArea .thumb__wrap {
  width: 850px;
  overflow: hidden;
}

.thumbArea .thumb-nav li {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  cursor: pointer;
  outline: none;
  text-indent: -9999px;
  background-color: transparent;
  z-index: 1;
}

.thumbArea .thumb-nav li.nav-disabled {
  opacity: .5;
}

.thumbArea .thumb-nav a {
  display: block;
  position: static;
  top: inherit;
  margin: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.thumbArea .thumb-nav .thumb-prev {
  left: 120px;
}

.thumbArea .thumb-nav .thumb-prev a {
  -webkit-transform: translateX(-45px) translateY(2px) rotate(45deg);
  transform: translateX(-45px) translateY(2px) rotate(45deg);
}

.thumbArea .thumb-nav .thumb-next {
  right: 0px;
}

.thumbArea .thumb-nav .thumb-next a {
  -webkit-transform: translateY(2px) rotate(-135deg);
  transform: translateY(2px) rotate(-135deg);
}

@media screen and (max-width: 860px) {
  .thumbArea {
    display: none;
  }
}

.thumbs {
  width: 50000px;
}

.thumbs li {
  float: left;
  width: 60px;
  height: 45px;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
  opacity: .5;
  transition: .3s;
  display: flex;
}

.thumbs li img{
  align-self: center;
}

.thumbs li img.madori-thumb {
  height: 100%;
}

.thumbs li:first-child {
  margin-left: 0;
}

.thumbs li:hover, .thumbs li.active-thumb {
  opacity: 1;
}

#search_details.offices .thumbs li {
  width: 40px;
}

#search_details.offices .thumbs li.video img, #search_details.offices .thumbs li.panorama img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* bukkenDetail */
.bukkenDetail .headline--04 {
  margin-bottom: 20px;
  font-weight: bold;
}

.bukkenDetail hr {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .bukkenDetail .column__item {
    margin-top: 0;
  }
  .bukkenDetail hr {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  #search_details.building .bukkenDetail hr, #search_details.complex .bukkenDetail hr {
    display: none;
  }
}

/* specs */
.specs {
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.specs dl {
  word-wrap: break-word;
}

.specs dl span {
  color: #999;
  font-size: 12px;
}

.specs .dlVertical > dt {
  font-weight: 900;
}

.specs.column .column__item {
  max-width: 260px;
  -webkit-flex: 0 0 260px;
  flex: 0 0 260px;
  margin-bottom: 0;
}

.specs.column .column__item:nth-child(2n+1) {
  max-width: 360px;
  -webkit-flex: 0 0 360px;
  flex: 0 0 360px;
}

.specs.column .column__item.column--land {
  margin-top: 20px;
}

.specs .dlHorizontal--01 + .dlHorizontal--01 {
  margin-top: 5px;
}

.specs--landInfo {
  border-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 860px) {
  .specs {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .specs.column .column__item.column--land {
    margin-top: 0;
  }
  .specs.column .column__item.column--land:last-child .dlVertical > dt {
    display: none;
  }
  .specs .dlVertical > dt {
    margin-top: 20px;
  }
  .specs .dlHorizontal > dd:first-of-type {
    padding-top: 0;
  }
  .specs--landInfo {
    margin-top: -15px;
  }
}

/* equipments */
.equipments {
  padding-bottom: 18px;
}

.equipments .headline--04 {
  font-weight: 900;
}

.specs--landInfo + .equipments {
  border-top: 1px solid #ccc;
  padding-top: 36px;
}

@media screen and (max-width: 860px) {
  .equipments {
    padding-bottom: 0;
  }
  .equipments .dlHorizontal > dd:first-of-type {
    padding-top: 0;
  }
  .specs--landInfo + .equipments {
    border-top: 0;
    padding-top: 0;
    margin-top: -15px;
  }
}

.eqList {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.eqList li {
  -webkit-flex: 1;
  flex: 1;
  color: #B3B3B3;
  text-align: center;
}

.eqList li.eq-state-on {
  color: #003894;
}

.eqList li i {
  display: block;
  font-size: 38px;
  margin-bottom: 15px;
}

.eqList li p {
  font-size: 12px;
  font-weight: bold;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 860px) {
  .eqList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
  .eqList li {
    -webkit-flex: inherit;
    flex: inherit;
    width: 33.3333333333%;
    margin-top: 20px;
  }
  .eqList li:nth-child(-n+3) {
    margin-top: 0;
  }
}

/* comparisonSearch */
.comparisonSearch {
  margin-top: 35px;
}

.comparisonSearch:first-of-type {
  margin-top: 0;
}

.comparisonSearch__titleBox {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.comparisonSearch__titleBox .headline--04 {
  margin-bottom: 0;
  font-weight: 900;
}

.matterport-sample-area .headline--04 {
  font-weight: 900;
}

@media screen and (max-width: 860px) {
  .comparisonSearch__titleBox .headline--04 {
    margin-bottom: 10px;
  }
}

.comparisonSearch__titleBox .unitSort {
  margin-left: auto;
}

.comparisonSearch__titleBox .unitSort__sort {
  margin-left: 0;
}

.comparisonSearch__titleBox .unitSort__select {
  width: 180px;
}

@media screen and (max-width: 860px) {
  .comparisonSearch__titleBox .unitSort__select {
    width: 100%;
  }
}

.comparisonSearch.comparisonSearch-unmatched .unmatchedOverWrap {
  display: none;
}

.comparisonSearch .table {
  margin-top: 16px;
}

.comparisonSearch .table tbody th, .comparisonSearch .table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.comparisonSearch .table .table__cell--favorite a:hover {
  color: #ed1c24;
}
@media screen and (max-width: 860px) {
  .comparisonSearch .table .table__cell--favorite a:hover {
    color: #333;
  }
}

.comparisonSearch .table .table__cell--favorite {
  width: 50px;
  padding: 8px 0px 8px 0;
}

.comparisonSearch .table .table__cell--btn {
  width: 90px;
  padding-right: 0;
}

.comparisonSearch .table .table__cell--btn a {
  padding: 4px 0;
  font-weight: 800;
  margin-right: 0;
}

.comparisonSearch .table .labelProperty {
  display: inline-block;
}

@media screen and (max-width: 860px) {
  .comparisonSearch .table {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .comparisonSearch .table tr {
    cursor: pointer;
  }
  .comparisonSearch .table thead th, .comparisonSearch .table thead td {
    padding: 5px;
  }
  .comparisonSearch .table thead th, .comparisonSearch .table thead td, .comparisonSearch .table tbody th, .comparisonSearch .table tbody td {
    font-size: 12px !important;
  }
  .comparisonSearch .table .table__cell--label .labelProperty {
    padding-right: 5px;
    padding-left: 5px;
  }
  .comparisonSearch .table .table__cell--label .labelProperty--new {
    padding-right: 10px;
    padding-left: 10px;
  }
  .comparisonSearch .table .table__cell--plan {
    display: none;
  }
  .comparisonSearch .table .table__cell--floor, .comparisonSearch .table .table__cell--rooms, .comparisonSearch .table .table__cell--size {
    font-weight: bold;
  }
  .comparisonSearch .table tbody .table__cell--fee,
  .comparisonSearch .table tbody .table__cell--btn a {
    color: #039;
  }
}

@media screen and (max-width: 860px) {
  .comparisonSearch__titleBox {
    -webkit-display: block;
    display: block;
  }
}

#search_details.building .comparisonSearch .table .table__cell--label {
  width: 50px;
  padding-left: 0;
}

#search_details.building .comparisonSearch .table .table__cell--bld {
  width: 55px;
}

#search_details.building .comparisonSearch .table .table__cell--builName {
  width: 60px;
}

#search_details.building .comparisonSearch .table .table__cell--floor {
  width: 66px;
}

#search_details.building .comparisonSearch .table .table__cell--rooms {
  width: 30px;
}

#search_details.building .comparisonSearch .table .table__cell--plan {
  width: 90px;
}

#search_details.building .comparisonSearch .table .table__cell--plan .btn--detail {
  padding: 4px 0;
  max-width: 68px;
  margin: 0;
  font-weight: 800;
}

#search_details.building .comparisonSearch .table .table__cell--plan .btn--detail.rent {
  padding: 4px 0;
  max-width: 50px;
  margin: 0;
  font-weight: 800;
}

#search_details.building .comparisonSearch .table .table__cell--size {
  width: 80px;
}

#search_details.building .comparisonSearch .table .table__cell--fee {
  width: 120px;
  font-weight: bold;
}

#search_details.building .comparisonSearch .table .table__cell--favorite {
  width: 10px;
}

#search_details.building .comparisonSearch .table .table__cell--btn a {
  padding: 4px 0;
  font-weight: 800;
  margin-right: 0;
}

#search_details.building .comparisonSearch .table .table__cell--floor, #search_details.building .comparisonSearch .table .table__cell--rooms, #search_details.building .comparisonSearch .table .table__cell--plan, #search_details.building .comparisonSearch .table .table__cell--size {
  background-color: #F2F2F2;
}

#search_details.building .comparisonSearch tbody tr:hover .table__cell--builName,
#search_details.building .comparisonSearch tbody tr:hover .table__cell--bld,
#search_details.building .comparisonSearch tbody tr:hover .table__cell--floor,
#search_details.building .comparisonSearch tbody tr:hover .table__cell--rooms,
#search_details.building .comparisonSearch tbody tr:hover .table__cell--plan,
#search_details.building .comparisonSearch tbody tr:hover .table__cell--size {
  background-color: #c1ccdf;
}

@media screen and (max-width: 860px) {
  #search_details.building.buy_forsale .comparisonSearch .table .table__cell--label,
  #search_details.building.buy_investment .comparisonSearch .table .table__cell--label,
  #search_details.building.offices .comparisonSearch .table .table__cell--label {
    width: 9%;
    padding-right: 0;
    text-align: center !important;
    display: none;
  }
  #search_details.building .comparisonSearch .table .table__cell--floor {
    width: 20%;
    padding-left: 10px;
  }
  #search_details.building .comparisonSearch .table .table__cell--rooms {
    width: 8%;
  }
  #search_details.building .comparisonSearch .table .table__cell--size {
    width: 18%;
  }
  #search_details.building .comparisonSearch .table .table__cell--fee {
    width: 40%;
    padding-left: 10px;
    word-break: break-all;
  }
  #search_details.building .comparisonSearch .table .table__cell--btn {
    width: 3%;
    padding-right: 10px;
    padding-left: 5px;
  }
  #search_details.building .comparisonSearch .table .table__cell--btn a {
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
}

#search_details.complex .comparisonSearch .table .table__cell--label {
  width: 50px;
  padding-left: 0;
}

#search_details.complex .comparisonSearch .table .table__cell--builName {
  width: 60px;
}

#search_details.complex .comparisonSearch .table .table__cell--floor {
  width: 95px;
}

#search_details.complex .comparisonSearch .table .table__cell--rooms {
  width: 30px;
}

#search_details.complex .comparisonSearch .table .table__cell--plan {
  width: 110px;
}

#search_details.complex .comparisonSearch .table .table__cell--plan .btn--detail {
  padding: 4px 0;
  max-width: 68px;
  margin: 0;
  font-weight: 800;
}

#search_details.complex .comparisonSearch .table .table__cell--plan .btn--detail.rent {
  padding: 4px 0;
  max-width: 50px;
  margin: 0;
  font-weight: 800;
}

#search_details.complex .comparisonSearch .table .table__cell--size {
  width: 80px;
}

#search_details.complex .comparisonSearch .table .table__cell--fee {
  width: 120px;
  font-weight: bold;
}

#search_details.complex .comparisonSearch .table .table__cell--btn {
  width: 120px;
}

#search_details.complex .comparisonSearch .table .table__cell--favorite {
  padding: 8px 0px 8px 8px;
}

#search_details.complex .comparisonSearch .table .table__cell--builName, #search_details.complex .comparisonSearch .table .table__cell--floor, #search_details.complex .comparisonSearch .table .table__cell--rooms, #search_details.complex .comparisonSearch .table .table__cell--rooms, #search_details.complex .comparisonSearch .table .table__cell--plan, #search_details.complex .comparisonSearch .table .table__cell--size {
  background-color: #F2F2F2;
}

#search_details.complex .comparisonSearch tbody tr:hover .table__cell--builName,
#search_details.complex .comparisonSearch tbody tr:hover .table__cell--floor,
#search_details.complex .comparisonSearch tbody tr:hover .table__cell--rooms,
#search_details.complex .comparisonSearch tbody tr:hover .table__cell--plan,
#search_details.complex .comparisonSearch tbody tr:hover .table__cell--size {
  background-color: #c1ccdf;
}

@media screen and (max-width: 860px) {
  #search_details.complex.buy_forsale .comparisonSearch .table .table__cell--label,
  #search_details.complex.buy_investment .comparisonSearch .table .table__cell--label,
  #search_details.complex.offices .comparisonSearch .table .table__cell--label {
    width: 9%;
    padding-right: 0;
    text-align: center !important;
    display: none;
  }
  #search_details.complex .comparisonSearch .table .table__cell--builName {
    padding-left: 10px;
    font-weight: bold;
  }
  #search_details.complex .comparisonSearch .table .table__cell--floor {
    width: 18%;
  }
  #search_details.complex .comparisonSearch .table .table__cell--rooms {
    width: 5%;
    padding-left: 0;
  }
  #search_details.complex .comparisonSearch .table .table__cell--size {
    width: 12%;
    padding-right: 8px;
    padding-left: 4px;
  }
  #search_details.complex .comparisonSearch .table .table__cell--fee {
    width: 16%;
    padding-left: 4px;
    padding-right: 0;
    word-break: break-all;
  }

  .buy_forsale#search_details.complex .comparisonSearch .table .table__cell--fee {
    width: unset;
  }

  #search_details.complex .comparisonSearch .table thead .table__cell--fee {
    text-align: center;
  }

  #search_details.complex .comparisonSearch .table tbody .table__cell--fee {
    text-align: right;
  }

  #search_details.complex .comparisonSearch .table .table__cell--favorite {
    padding-right: 2px !important;
  }
  #search_details.complex .comparisonSearch .table .table__cell--btn {
    width: 3%;
    padding-right: 0;
    padding-left: 0;
  }
  #search_details.complex .comparisonSearch .table .table__cell--btn a {
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
}

#search_details.buy_forsale.complex .comparisonSearch .table .table__cell .btn--detail {
  font-size: 10px;
}

#search_details.buy_forsale.complex .comparisonSearch .table .table__cell .btn--detail .icon {
  margin-left: 4px;
}

@media screen and (max-width: 860px) {
  #search_details.buy_forsale.complex .comparisonSearch .table .table__cell--floor {
    width: 20%;
  }
}

#search_details.offices.building .comparisonSearch .table__cell--floor {
  width: 110px;
}

#search_details.offices.building .comparisonSearch .table__cell--size {
  width: 90px;
}

#search_details.offices.building .comparisonSearch .table__cell--fee {
  width: 165px;
}

#search_details.offices.building .comparisonSearch .table__cell--fee2 {
  width: 95px;
}

@media screen and (max-width: 860px) {
  #search_details.offices.building .comparisonSearch .table__cell--date {
    padding-left: 10px !important;
  }
  #search_details.offices.building .comparisonSearch .table__cell--favorite {
    padding-left: 5px;
  }
  #search_details.offices.building .comparisonSearch .table__cell--floor {
    width: 20%;
  }
  #search_details.offices.building .comparisonSearch .table__cell--size {
    width: 20%;
  }
}

#search_details.offices.building .comparisonSearch tbody tr:nth-child(odd) th {
  border-bottom: none;
}

#search_details.offices.building .comparisonSearch tbody:hover {
  background-color: #ccd7ea;
}

#search_details.offices.building .comparisonSearch tbody:hover .table__cell--floor, #search_details.offices.building .comparisonSearch tbody:hover .table__cell--size {
  background-color: #c1ccdf;
}

/* askProperty */
.askProperty {
  margin-bottom: 25px;
  background-color: #F7F7FB;
}

.askProperty__title {
  font-size: 13px;
  font-weight: bold;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  padding: 10px 20px;
  background-color: #E9E9F4;
}

.askProperty__inner {
  padding: 20px;
  box-sizing: border-box;
}

.askProperty__attention {
  font-size: 13px;
  margin-bottom: 35px;
}

.formBtn__text {
  margin-bottom: 17px;
}

.formBtn__text a .icon-arrowR {
  font-size: 10px;
}

.askProperty .tableForm th, .askProperty .tableForm td {
  padding: 5px 0;
  border-bottom: none;
}

.askProperty .tableForm .formBtn {
  margin-top: 10px;
}

.askProperty .tableForm .formBtn .btn {
  font-weight: 800;
  font-family: "Lato", sans-serif;
}

.askProperty .tableForm .formName__select select {
  height: 42px;
}

@media screen and (max-width: 860px) {
  .askProperty .tableForm .formName .input {
    margin: 0;
  }
  .askProperty .tableForm .formName__select select {
    height: 42px;
  }
  .askProperty__inner {
    min-height: auto;
  }
}

.shareBtn {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.shareBtn__title {
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
}

.shareBtn ul {
  -webkit-display: flex;
  display: flex;
  margin-left: auto;
}

.shareBtn ul li {
  margin-left: 15px;
}

.shareBtn ul li:first-child {
  margin-left: 0;
}

.shareBtn ul li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shareBtn ul li a:hover {
  opacity: 0.5;
}

/* mapArea */
.map {
  position: relative;
  width: 980px;
  margin: 40px auto 65px;
}

.map_iframe {
  width: 100%;
  height: 294px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 860px) {
  .map {
    width: 100%;
    box-sizing: border-box;
  }
}

/* localInfo */
.localInfo {
  margin-top: 0;
  margin-bottom: 58px;
}

.localInfo .column__item {
  margin-bottom: 0;
}

.localInfo .headline--02 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 860px) {
  .localInfo .column__item {
    margin-top: 60px;
  }
  .localInfo .column__item.facilities {
    margin-top: 0;
  }
  .localInfo .headline--02 {
    margin-bottom: 20px;
  }
}

.facilities li {
  -webkit-display: flex;
  display: flex;
  margin-top: 14px;
}

.facilities li:first-child {
  margin-top: 0;
}

.facilities__title {
  font-weight: bold;
}

.facilities__detail {
  max-width: 320px;
}

.facilities .facilities__image {
  margin-right: 17px;
}

@media screen and (max-width: 860px) {
  .facilities .facilities__image {
    width: 39.285714285714285%;
  }
  .facilities .facilities__detail {
    width: 55.00000000000001%;
  }
  .facilities img {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .facilities .facilities__detail {
    font-size: 10px;
  }
}

.info ul {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.info ul li {
  margin-top: 40px;
}

.info ul li:first-child {
  margin-top: 0;
}

.info__image img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.info__image .column_image{
  width:280px;
  height: 95px;
  object-fit: cover;
}



.info__title {
  margin-top: 10px;
}

h5.headline.headline--04.link.link--default.info-title {
  display: block;
  margin-top: 10px;
}

/* remarks */
.remarks {
  margin-bottom: 40px;
}

/* disclaimer */
.disclaimer .headline--04, .remarks .headline--04 {
  font-weight: 900;
  margin-bottom: 16px;
}

.disclaimer ul li, .remarks ul li {
  position: relative;
  padding-left: 8px;
  line-height: 17px;
}

.disclaimer ul li::before, .remarks ul li::before {
  content: '-';
  position: absolute;
  left: 3px;
  margin-right: 3px;
}

/* similar */
.similar {
  margin-top: 80px;
  padding: 40px 0;
  background-color: #EFEFEC;
}

@media screen and (max-width: 860px) {
  .similar .wrap {
    padding: 0;
  }
}

.similar .headline--02 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.similarList li {
  float: left;
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.similarList li:first-child {
  margin-left: 0;
}

.similarList li:last-child {
  margin-right: 0;
}

.similarList a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.similarList a:hover img {
  opacity: .7;
}

.similarList img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: auto;
  height: 135px;
}

.similarList .similarList__image {
	overflow: hidden;
  height: 135px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}

.similarList .similarList__title {
  position: relative;
/*  color: #003894;*/
  font-size: 13px;
  font-weight: bold;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  margin-bottom: 5px;
  padding-left: 12px;
}

.similarList .similarList__title::before {
  content: '▶︎';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.similarList .similarList__spec {
  margin-bottom: 30px;
}

.similarList .similarList__spec02 {
  -webkit-display: flex;
  display: flex;
}

.similarList .similarList__spec02 li {
  flex: 1;
}

.similar .similarList > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .slideContent{
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .similarList {
    padding: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .similar .similarList > ul {
    display: block;
    justify-content: inherit!important;
    height: 100%;
    padding: 0 0 15px 20px;
  }
  .similarList li {
    width: 180px;
    margin: 0;
    padding-right: 20px;
  }
}

/* spForm */
.spForm {
  display: none;
}

@media screen and (max-width: 860px) {
  .spForm {
    display: block;
    margin-top: 40px;
  }
  .spForm .tableForm {
    margin-left: 0;
    margin-right: 0;
  }
  .spForm .shareBtn ul {
    width: 100%;
    text-align: center;
  }
  .spForm .shareBtn li {
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0;
  }
  .spForm .btn--properties {
    height: auto;
    padding: 15px 0 15px 30px;
  }
}

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

.propertyId .propertyId__name {
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  padding: 5px 80px;
  border: 1px solid #ccc;
  background-color: #EFEFEC;
  border-radius: 3px;
}

@media screen and (max-width: 860px) {
  .propertyId .propertyId__name {
    width: 100%;
    margin: 5px 0 0;
    padding: 5px 10px;
    box-sizing: border-box;
  }
}

/* btnSales */
.btnSales {
  width: 380px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.btnSales .btn--properties::before {
  content: '▶︎';
}

@media screen and (max-width: 860px) {
  .btnSales {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/* facilities__link */
.facilities__link a {
  text-decoration: none;
}

/* salesComments specialsComments*/
.salesComments,
.specialsComments {
  margin-top: 40px;
}

@media screen and (max-width: 860px) {
  .salesComments,
  .specialsComments {
    margin-top: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* contents */
.contents--column-2 {
  padding-right: 320px;
}

@media screen and (max-width: 860px) {
  .contents--column-2 {
    padding-right: 0;
  }
}

.side {
  width: 280px;
}

.side .btn--properties {
  height: auto;
  padding: 30px 20px 30px 30px;
}

.side .btn--properties::before {
  margin-top: -7px;
}

@media screen and (max-width: 860px) {
  .side {
    width: auto;
  }
}

/* safari hack */
_::-webkit-full-page-media, _:future, :root .side .formName .input {
  margin: 0;
}

/* fireFox hack */
@-moz-document url-prefix() {
  .side .formName .input {
    padding: 12px 15px 11px;
  }
}

/* IE11 hack */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .side .formName .input {
    padding: 12px 15px 11px;
  }
}

/* quick form switch style */
#form_complete.askProperty__inner {display: none;}
#form_input.askProperty__inner.ACTIVE { display: block;}

#form_complete.askProperty__inner.ACTIVE {display: block;}
#form_input.askProperty__inner { display: none;}


.formError { display: none;}
.formError.active { display: block;}

.input.state-error {
    border-color: #d00058;
}
table tr.error .input {
    border-color: #d00058;
}

.btn.btn--disable {
    text-transform: none;
    font-weight: 600 !important;
    background-color:#fff;
}
/* btn */
    .formBtn.is_disable .obj_disable { display: block;}
    .formBtn.is_disable .obj_primary { display: none;}
    .formBtn.is_primary .obj_disable { display: none;}
    .formBtn.is_primary .obj_primary { display: block;}

/* placeholder */
#PC_FORM .tableForm input#name::-webkit-input-placeholder,#PC_FORM .tableForm input#email::-webkit-input-placeholder,#PC_FORM .tableForm input#phone::-webkit-input-placeholder { color: #d00058;}
#PC_FORM .tableForm input#name:-ms-input-placeholder ,#PC_FORM .tableForm input#email:-ms-input-placeholder ,#PC_FORM .tableForm input#phone:-ms-input-placeholder { color: #d00058;}
#PC_FORM .tableForm input#name::-moz-placeholder,#PC_FORM .tableForm input#email::-moz-placeholder,#PC_FORM .tableForm input#phone::-moz-placeholder { color: #d00058;}

#PC_FORM .tableForm input#name:focus::-webkit-input-placeholder,#PC_FORM .tableForm input#email:focus::-webkit-input-placeholder,#PC_FORM .tableForm input#phone:focus::-webkit-input-placeholder { color: #fff;}
#PC_FORM .tableForm input#name:focus:-ms-input-placeholder ,#PC_FORM .tableForm input#email:focus:-ms-input-placeholder ,#PC_FORM .tableForm input#phone:focus:-ms-input-placeholder { color: #fff;}
#PC_FORM .tableForm input#name:focus::-moz-placeholder,#PC_FORM .tableForm input#email:focus::-moz-placeholder,#PC_FORM .tableForm input#phone:focus::-moz-placeholder { color: #fff;}

#SP_FORM .tableForm input#name::-webkit-input-placeholder,#SP_FORM .tableForm input#email::-webkit-input-placeholder,#SP_FORM .tableForm input#phone::-webkit-input-placeholder { color: #d00058;}
#SP_FORM .tableForm input#name:-ms-input-placeholder ,#SP_FORM .tableForm input#email:-ms-input-placeholder ,#SP_FORM .tableForm input#phone:-ms-input-placeholder { color: #d00058;}
#SP_FORM .tableForm input#name::-moz-placeholder,#SP_FORM .tableForm input#email::-moz-placeholder,#SP_FORM .tableForm input#phone::-moz-placeholder { color: #d00058;}

#SP_FORM .tableForm input#name:focus::-webkit-input-placeholder,#SP_FORM .tableForm input#email:focus::-webkit-input-placeholder,#SP_FORM .tableForm input#phone:focus::-webkit-input-placeholder { color: #fff;}
#SP_FORM .tableForm input#name:focus:-ms-input-placeholder ,#SP_FORM .tableForm input#email:focus:-ms-input-placeholder ,#SP_FORM .tableForm input#phone:focus:-ms-input-placeholder { color: #fff;}
#SP_FORM .tableForm input#name:focus::-moz-placeholder,#SP_FORM .tableForm input#email:focus::-moz-placeholder,#SP_FORM .tableForm input#phone:focus::-moz-placeholder { color: #fff;}


.slides-min.OFFICE {
  background-image: none!important;
}

li.noImg_list {
  background-color: #efefec;
}

.closeupContent{
  margin-bottom: 50px;
}

.TranslucentWrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.TranslucentWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%);
  position: absolute;  /*  */
  top: 0;
  left: 0;
}

.listInline.spAnchorLink {
  display: none;
}

@media screen and (max-width: 860px) {
  .listInline.spAnchorLink {
    display: block;
  }
  .listInline.spAnchorLink a {
    text-decoration: none;
  }
  .closeupContent {
    margin-top: 20px;
  }
  .specBox__bukkenTitle {
    margin-bottom: 25px;
  }
  .closeupContent .accordion div img {
    width: 100%!important;
    height: auto!important;
    margin-left: 0!important;
    margin-bottom: 20px!important;
  }
}

.toggleBtnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.toggleBtn {
  background: #003894;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.toggleBtn:before, .toggleBtn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggleBtn:before {
  width: 2px;
  height: 15px;
}

.toggleBtn.open:before {
  display: none;
}

.showMore, .close{
  color: #003894;
  font-weight: bold;
}

.close{
  display: none;
}

