@charset "utf-8";

/**
 * スタイリオX 各物件ページ 共用
 */

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

#main-contents
.table-cell {
  display: table-cell;
}

#main-contents
.font-serif {
  font-family: 'NotoSerifCJKjp', serif;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * セクション タイトル
/* ---------------------------------------------------------------------------------------------- */

#main-contents
.section-title {
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.3;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

#main-contents
.section-title::before {
  content: '';
  width: 30px;
  height: 0;
  border-bottom: 6px solid #000;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0.65em;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main-contents
  .section-title {
    margin-bottom: 60px;
    padding-left: 160px;
    font-size: 30px;
  }

  #main-contents
  .section-title::before {
    width: 125px;
    border-bottom: 14px solid #000;
    top: 0.56em;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * レイアウト
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main-contents
  .column-1 {
    padding-left: 160px;
  }

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main-contents
  .column-2 {
    padding-left: 50px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2 カラム コンテンツ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main-contents
.contents {
  width: 100%;
  letter-spacing: -0.4em;
  display: table;
  table-layout: fixed;
}

#main-contents
.contents::after {
  content: '.';
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

#main-contents
.contents > * {
  padding-right: 3em;
  letter-spacing: normal;
}

#main-contents
.contents > *:last-child {
  padding-right: 0;
}

/* :::::::: ブレイクポイント（スマホ表示） :::::::: */

@media screen and (max-width:736px) {

  #main-contents
  .contents {
    display: block;
  }

  #main-contents
  .contents > *:first-child {
    margin-bottom: 20px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 画像
/* ---------------------------------------------------------------------------------------------- */

#main-contents
.contents div.image.float-l,
#main-contents
.contents div.image.float-r {
  padding-left: 0;
  padding-right: 0;
}

#main-contents
.contents div.image div.item ~ div.item {
  margin-top: 10px;
}

/* :::::::: ブレイクポイント（スマホ表示） :::::::: */

@media screen and (max-width:736px) {

  #main-contents
  .contents div.image {
    width: 100% !important;
    text-align: center;
    float: none;
    display: block;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

#main-contents
.contents div.content.float-l {
  padding-left: 0;
  padding-right: 3em;
}

#main-contents
.contents div.content.float-r {
  padding-right: 0;
  padding-left: 3em;
}

/* :::::::: ブレイクポイント（スマホ表示） :::::::: */

@media screen and (max-width:736px) {

  #main-contents
  .contents div.content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
    display: block;
  }

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */

#header {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}

#header div.body {
  padding-right: 10px;
}

#header div.header {
	background-color: #fff;
}

body.scroll-active
#header div.header {
	background-color: #fff;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.logo {
  display: block;
}

#header div.logo .item {
  min-width: 0;
  padding: 5px;
  color: #fff;
  background-color: #222;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#header div.logo .item img[src*="logo-image"] {
  width: 36px;
  margin-right: 8px;
  border: 1px solid #d0d0d0;
}

#header div.logo .item img[src*="logo-text"] {
  vertical-align: middle;
  display: inline-block;
}

body.scroll-active
#header div.logo .item img[src*="logo-text"] {
	visibility: visible;
	opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #header div.logo {
    white-space: nowrap;
    display:table-cell;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.contents {
  padding-left: 0;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #header div.contents {
    width: auto;
    display:table-cell;
  }

}

/* -------------------------------------------------------------------------------------------------
   * ナビ
/* ---------------------------------------------------------------------------------------------- */

#header div.contents ul.nav {
  width: 100%;
	margin-right: auto;
}

body.scroll-active
#header div.contents ul.nav {
	margin-right: 0;
}

#header div.contents ul.nav li {
  margin: 0;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  display: table-cell;
}

#header div.contents ul.nav li a {
  width: auto;
  height: auto;
  color: inherit;
}

#header div.contents ul.nav li .icon-mail {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #header div.contents ul.nav {
    width: auto;
    margin-right: 0;
  }

  #header div.contents ul.nav li {
    padding: 5px 15px;
  }

  #header div.contents ul.nav li img {
    vertical-align: middle;
  }

  #header div.contents ul.nav li .icon-mail {
    margin-left: 0.5em;
    margin-right: 0;
    vertical-align: middle;
    display: inline-block;
  }

  body.scroll-active
  #header div.contents ul.nav li .icon-mail {
    font-size: 20px;
  }

}

/* ****************************************************************************************************
   * コンテンツ 1
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-1 .section-title {
  font-size: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-1 .section-title {
    font-size: 60px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャッチコピー
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-1 .catchcopy {
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-1 .catchcopy {
    font-size: 20px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル画像
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-1 div.image {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-1 div.image {
    text-align: right;
  }

}

/* ****************************************************************************************************
   * コンテンツ 2
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * 建築家
/* ---------------------------------------------------------------------------------------------- */

#section-2 .contents div.content .designer {
  margin-bottom: 20px;
  font-size: 15px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 .contents div.content .designer {
    margin-bottom: 40px;
    font-size: 18px;
  }

}

/* ****************************************************************************************************
   * 空室情報
**************************************************************************************************** */

#rent {
  /*display: none;*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #rent {
    padding: 60px 40px;
    border: 1px solid #ddd;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 賃料・空室情報をみる
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#rent div.room {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#rent div.room div.detail .button {
  width: 100%;
}

#rent div.room div.memo {
  margin-top: 15px;
  font-size: 0.75em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #rent div.room div.detail .button {
    font-size: 1.25em;
  }

  #rent div.room div.memo {
    text-align: center;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 空室一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#rent div.room-list {
  margin-top: 10px;
}

#rent div.room-list ul.item,
#rent div.room-list ul.item li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#rent div.room-list ul.item {
  padding: 10px;
  letter-spacing: -0.4em;
  font-size: 14px;
  background-color: #eee;
  position: relative;
  z-index: 1;
}

#rent div.room-list ul.item ~ ul.item {
  margin-top: 10px;
}

#rent div.room-list ul.item li {
  width: 50%;
  padding: 3px 0;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

#rent div.room-list ul.item li[data-head]::before {
  content: attr(data-head) '：';
  vertical-align: top;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #rent div.room-list {
    margin-top: 60px;
  }

  #rent div.room-list ul.item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: table;
  }

  #rent div.room-list ul.item li {
    width: auto;
    padding: 0 1em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 1;
  }
  #rent div.room-list ul.item li.room_number {
    width: 76px;
  }
  #rent div.room-list ul.item li.price {
    width: 120px;
  }
  #rent div.room-list ul.item li.m_price {
    width: 120px;
  }
  #rent div.room-list ul.item li.madori {
    width: 100px;
  }
  #rent div.room-list ul.item li.b_area {
    width: 118px;
  }


  #rent div.room-list ul.item li[data-head]::before {
    content: attr(data-head);
    width: 100%;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 1;
    top: -10px;
    left: 0;
  }

  #rent div.room-list ul.item ~ ul.item li[data-head]::before {
    content: none;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 詳細を見る
/* ---------------------------------------------------------------------------------------------- */

#rent div.room-list ul.item li.button {
  width: 100%;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #rent div.room-list ul.item li.button {
    width: 140px;
    padding: 5px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * この物件の空室を全て表示
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#rent div.form-button {
  margin-top: 10px;
}

#rent div.form-button ul.list li {
  width: 100%;
  padding: 0;
}

#rent div.form-button .button-search-1 {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

#rent div.form-button .button-search-1[target="_blank"]::after,
#rent div.form-button .button-search-1[formtarget="_blank"]::after {
  content: url(../../_image/_common/icon-blank-1.svg);
  margin-top: -0.375em;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #rent div.form-button {
    margin-top: 60px !important;
  }

}

/* ****************************************************************************************************
   * 周辺地図
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * Google Mapでみる
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#map .link {
  margin-top: -1em;
  text-align: right;
}

/* ****************************************************************************************************
   * 物件概要
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#outline div.content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#outline .update {
  font-size: 14px;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #outline div.content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer div.footer {
  position: relative;
  z-index: 1;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * お問い合わせ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.contact {
  padding: 30px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background-color: #a9b1b4;
}

#footer div.contact a {
  color: inherit;
}

#footer div.contact div.content {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #footer div.contact {
    padding: 60px 0;
    font-size: 16px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * TEL
/* ---------------------------------------------------------------------------------------------- */

#footer div.contact .tel {
  margin-top: 0;
  font-size: 20px;
}

#footer div.contact .tel .number {
  font-size: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #footer div.contact .tel .number {
    font-size: 40px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * ボタン
/* ---------------------------------------------------------------------------------------------- */

#footer div.contact div.button-list {
  margin-top: 20px;
  letter-spacing: -0.4em;
  text-align: center;
}

#footer div.contact div.button-list > * {
  letter-spacing: normal;
}

#footer div.contact div.button-list .item {
  margin: 0;
  padding: 10px;
  vertical-align: top;
  display: inline-block;
}

#footer div.contact div.button-list .item a {
  padding: 1em 1em;
  padding-right: 3em;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fff;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  color: inherit;
  background-color: transparent;
}

#footer div.contact div.button-list .item a:hover {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.2);
}

#footer div.contact div.button-list .item a::before {
  content: '\e904';
  margin-top: -6px;
  margin-right: 0.5em;
  line-height: 1;
  font-family: icomoon;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
}

#footer div.contact div.button-list .item a::after {
  content: '\e902';
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0.75em;
  margin-top: -12px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #footer div.contact div.button-list {
    margin-top: 40px;
  }

  #footer div.contact div.button-list .item a {
    padding: 1em 4em;
    font-size: 20px;
  }

  #footer div.contact div.button-list .item a::before {
    margin-top: -5px;
    font-size: 24px;
  }

  #footer div.contact div.button-list .item a::after {
    margin-top: -10px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 東急ロゴ / バナー
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.company .logo {
  display: none;
}

#footer div.company ul.nav {
  display: none;
}
