@charset "UTF-8";
#mainContents {
  margin: 0 auto;
  max-width: 980px;
}

#building {
  display: block;
}
#building .bodyArea {
  display: flex;
  flex-flow: row-reverse;
  width: 980px;
}
#building .bodyArea .right {
  width: 400px;
  margin-left: 20px;
  margin-bottom: 30px;
}
#building .bodyArea .left {
  margin-bottom: 30px;
  width: 560px;
}

#building .quickContact {
  background-color: #f5f5f5;
  margin-top: 15px;
  padding: 10px 25px 15px 25px;
  width: 350px;
  background-image: url("/images/bgi.bottomArrow.png");
  background-position: right 10px bottom -10px;
  background-repeat: no-repeat;
}

#building .quickContact .quickContactHeader {
  border-bottom: 1px solid #000;
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
}

#building .quickContact .quickContactHeader .quickContactBtn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#building .quickContact .quickContactHeader img {
  vertical-align: middle;
}

#building .quickContact .message {
  display: block;
  line-height: 1.4em;
}

#building .quickContact .bizTime {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4em;
}

/**/
.buildingHeader .name {
  font-weight: bold;
  font-size: 2rem;
}

.buildingHeader .address {
  margin-top: 15px;
  font-size: 1.3rem;
}

.buildingHeader .traffic {
  margin-top: 5px;
  font-size: 1.3rem;
}

.buildingHeader .traffic a {
  color: black;
  text-decoration: none;
}

.buildingHeader .traffic a:hover {
  color: #2396c7;
}

/**/
.openFloors {
  margin-top: 15px;
}

.openFloors .message {
  padding: 15px;
  background-color: #FFFFCA;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.1em;
}

.openFloors .sclink {
  display: block;
  font-size: 1.8rem;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.openFloors .annotation {
  margin-bottom: 10px;
  font-size: 1.1rem;
  text-align: right;
}

.updateDate {
  border-top: 1px solid #ccc;
  padding: 5px 0;
  text-align: right;
}

.updateDate time {
  display: inline-block;
  margin-left: 10px;
}

/**
 フロアリスト（詳細ページのフロアリストは、detail.cssで定義されている）
 */
.floorLists {
  width: 100%;
  margin: 0;
}
.floorLists .item {
  display: flex;
  cursor: pointer;
  min-height: 78px;
  position: relative;
}
.floorLists .item:hover {
  background-color: #fff0f3;
}
.floorLists .item .floorData {
  display: flex;
  border-top: 1px solid #ccc;
  width: 100%;
  min-height: 78px;
  align-items: center;
}
.floorLists .item .floorData a {
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
}
.floorLists .item .floorData a .madori {
  position: relative;
  width: 47px;
  height: 47px;
  overflow: hidden;
  padding: 14px 14px 14px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.floorLists .item .floorData a .madori img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline;
}
.floorLists .item .floorData .floorNumber {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  padding-right: 10px;
}
.floorLists .item .floorData .floorNumber .kai {
  font-size: 2rem;
  display: block;
}
.floorLists .item .floorData .floorNumber .roomNumber {
  font-size: 1.2rem;
  display: block;
}
.floorLists .item .floorData .extent {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 115px;
  padding-right: 10px;
}
.floorLists .item .floorData .extent .tsubo {
  font-size: 2rem;
  display: block;
  text-align: right;
  padding-right: 20px;
}
.floorLists .item .floorData .extent .squaremeter {
  font-size: 1.2rem;
  display: block;
  text-align: right;
  padding-right: 20px;
}
.floorLists .item .floorData .costInfo {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 115px;
  padding-right: 10px;
}
.floorLists .item .floorData .costInfo .cost {
  font-size: 2rem;
  display: block;
}
.floorLists .item .floorData .costInfo .unitCost {
  font-size: 1.2rem;
  display: block;
  margin-top: 1px;
}
.floorLists .item .floorData .costInfo .manageCost {
  font-size: 1rem;
  display: block;
  margin-top: 3px;
}
.floorLists .item .floorData .ctrl {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 32px;
}
.floorLists .item .preview {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  left: -410px;
  width: 380px;
  top: 0;
  height: fit-content;
  text-align: center;
  bottom: -50px;
  z-index: 100;
  /* border-radius */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px 1px;
}
.floorLists .item .preview img {
  max-width: 380px;
  max-height: 380px;
}
.floorLists .item .recommend {
  border-top: 1px solid #ccc;
  width: 320px;
  margin: 0 0 0 auto;
}
.floorLists .item .recommend .mess {
  padding: 10px 0;
}
.floorLists .item .recommend .recommendLists {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.floorLists .item .recommend .recommendLists .item {
  float: left;
  width: 70px;
  margin-right: 10px;
}
.floorLists .item .recommend .recommendLists .item a {
  text-decoration: none;
  color: black;
}
.floorLists .item .recommend .recommendLists .item a:hover {
  color: #2396c7;
}
.floorLists .item .recommend .recommendLists .item span {
  display: block;
}

.closeFloors .showLists {
  font-size: 1.2rem;
  font-weight: normal;
  cursor: pointer;
  padding-left: 15px;
  margin-bottom: 10px;
  background-image: url("/images/bottomTriangle.black.png");
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: underline;
}

.closeFloors .showLists:hover {
  color: #EC7063;
}

.closeFloors .floorLists {
  display: none;
}

/**/
.buildingComment {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.buildingComment .commentTitle {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.buildingComment .commentBody {
  font-size: 1.3rem;
  line-height: 1.6em;
}

.buildingComment .grade {
  margin: 10px 0;
}

/**/
.buildingSpec {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.buildingSpec .specTitle {
  padding: 20px 0 15px 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.buildingSpec .specLists {
  border-collapse: separate;
  border-spacing: 0 8px;
  font-size: 1.3rem;
}

.buildingSpec .specLists th {
  width: 109px;
  border-right: 1px solid #000;
  font-weight: normal;
  text-align: left;
  padding: 2px 0 2px 0;
}

.buildingSpec .specLists td {
  width: 280px;
  padding: 2px 0 2px 10px;
}

.buildingSpec .specLists .trafficTitle {
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 5px;
}

.buildingSpec .specLists .lineUl {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.buildingSpec .specLists .lineUl li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.buildingSpec .specLists .lineUl:last-child {
  margin-bottom: 0;
}

.buildingSpec .specLists .lineUl a {
  color: #2396c7;
}

.buildingSpec .specLists .lineUl a:hover {
  color: #EC7063;
}

/**/
.buildingDevice {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.buildingDevice .deviceTitle {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.buildingDevice .deviceIcon {
  display: inline-block;
}

.buildingDevice .deviceIcon li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/**/
.mapArea {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  position: relative;
}

.mapArea .mapTitle {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.mapArea .nearlyAverageCost {
  position: absolute;
  right: 0;
  top: 25px;
}

.mapArea .mapView {
  width: 100%;
  height: 360px;
}

/**/
.nearySpecArea {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.nearySpecArea .nearySpecTitle {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: normal;
}

/**/
.content {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.content .title {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.sectionLinks {
  position: relative;
  overflow: hidden;
  display: flex;
}
.sectionLinks .cover {
  display: inline-block;
  width: 2000px;
}
.sectionLinks .item {
  margin-right: 25px;
  padding-top: 125px;
  position: relative;
  width: 120px;
}
.sectionLinks .item:last-child {
  margin-right: 0;
}
.sectionLinks .item a {
  display: block;
  color: black;
  text-decoration: none;
}
.sectionLinks .item a:hover {
  color: #2396C7;
}
.sectionLinks .item .imgArea {
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
  display: table;
}
.sectionLinks .item .imgArea li {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.sectionLinks .item img {
  position: absolute;
  top: -20px;
  left: 0;
  max-height: 160px;
  max-width: 160px;
}
.sectionLinks .item .name {
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: normal;
}
.sectionLinks .item .address {
  margin-top: 5px;
}
.sectionLinks .item .data {
  margin-top: 5px;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
}
.sectionLinks .item .kai {
  float: left;
  font-size: 1.4rem;
  display: block;
  width: 40%;
}
.sectionLinks .item .tsubo {
  float: right;
  text-align: right;
  display: block;
  width: 60%;
}
.sectionLinks .item .st {
  float: left;
  display: block;
  width: 40%;
  font-size: 1.2rem;
  margin-top: 5px;
  vertical-align: bottom;
}
.sectionLinks .item .cost {
  float: right;
  text-align: right;
  display: block;
  width: 60%;
}

/**
* RELATION LINKS
*/
.relationLinks {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

.relationLinks .title {
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 30px;
}

.relationLinks .item {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.relationLinks .item:last-child {
  margin: 0;
}

.relationLinks .item a {
  background-color: #e8e8e8;
  display: block;
  text-align: center;
  color: black;
  min-width: 74px;
  padding: 8px 8px;
  text-decoration: none;
}

.relationLinks .item a:hover {
  background-color: #ffd6d6;
}

.wideContent .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/**
 * スライダー設定を上書き
 */
.floorSlider .item .name {
  font-size: 1.6rem;
  margin: 5px 0 2px 0;
}

.floorSlider .item .data .address {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.floorSlider .item .data .traffics {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.floorSlider .item .data .extent {
  display: block;
  font-size: 1.6rem;
  margin-top: 4px;
}

/**
 * ストリートビューを上書き
 */
.svArea {
  background-color: black;
  border: 4px solid #fff;
  border-radius: 4px;
  height: 130px;
  left: 10px;
  position: absolute;
  top: 190px;
  width: 130px;
  z-index: 2;
}
.svArea.large {
  width: 320px;
  height: 320px;
  left: 10px;
}

/*# sourceMappingURL=building.css.map */
