@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 全体
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
  min-width: 320px;
  color:#585858;
  font: 13px/1.6 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothic, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

a[href] {
  transition: color 0.3s ease-in-out 0.0s;
  color: inherit;
}

a[href]:hover {
  color: #bbb;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------
   * レイアウト用
/* ---------------------------------------------------------------------------------------------- */

#body {
  position: relative;
  z-index: 2;
}

body.layout-lower
#body > * {
  background-color: #fff;
}

div.body {
  padding-left: 10px;
  padding-right: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  div.body {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */

body.layout-lower
#header {
  width: 100%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

body.layout-lower
#header div.body {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 0;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  body.layout-lower
  #header div.body {
    padding-right: 20px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#header .logo {
  width: 66px;
  vertical-align: middle;
  display: table-cell;
}

body.layout-lower
#header .logo a {
  display: block;
}

body.layout-lower
#header .logo img {
  height: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  body.layout-lower
  #header .logo img {
    height: auto;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * グローバル ナビ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#nav {
  padding: 5px 0;
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: middle;
  display: none;
}

#nav > * {
  letter-spacing: normal;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #nav {
    display: table-cell;
  }

}

/* -------------------------------------------------------------------------------------------------
   * リスト
/* ---------------------------------------------------------------------------------------------- */

#nav ul.list,
#nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul.list {
  padding: 5px 0;
  letter-spacing: -0.4em;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}

#nav > * {
  letter-spacing: normal;
}

#nav ul.list li {
  padding: 0 0.5em;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

#nav ul.list li a {
  padding: 5px 0.5em;
  color: #ddd;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#nav ul.list li a[href] {
  color: inherit;
}

#nav ul.list li a[href]:hover {
  color: #bbb;
}

#nav ul.list li.current a::after {
  content: '';
  width: 100%;
  height: 14px;
  margin-top: -2px;
  background: url(../../_image/_common/nav-current.png);
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ランディングページ ナビ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#nav-landing {
  width: 80%;
  padding: 5px 0;
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: middle;
  display: none;
}

#nav-landing > * {
  letter-spacing: normal;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #nav-landing {
    display: table-cell;
  }

}

/* -------------------------------------------------------------------------------------------------
   * リスト
/* ---------------------------------------------------------------------------------------------- */

#nav-landing ul.list,
#nav-landing ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-landing ul.list {
  margin-left: auto;
  margin-right: 0;
  padding: 5px 0;
  letter-spacing: -0.4em;
  font-size: 14px;
  display: table;
}

#nav-landing > * {
  letter-spacing: normal;
}

#nav-landing ul.list li {
  padding: 0 0.5em;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

#nav-landing ul.list li a {
  padding: 5px 0.5em;
  color: #ddd;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#nav-landing ul.list li a[href] {
  color: inherit;
}

#nav-landing ul.list li a[href]:hover {
  color: #bbb;
}

#nav-landing ul.list li.current a::after {
  content: '';
  width: 100%;
  height: 14px;
  margin-top: -2px;
  background: url(../../_image/_common/nav-current.png);
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.contents {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 1000;
}

/* -------------------------------------------------------------------------------------------------
   * ナビ
/* ---------------------------------------------------------------------------------------------- */

#header div.contents ul.nav,
#header div.contents ul.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header div.contents ul.nav {
  margin-left: auto;
  margin-right: 0;
  display: table;
}

#header div.contents ul.nav li {
  padding-right: 20px;
  vertical-align: middle;
  display: table-cell;
}

#header div.contents ul.nav li:last-child {
  padding-right: 0;
}

#header div.contents ul.nav li a {
  vertical-align: middle;
  display: inline-block;
}

#header div.contents ul.nav li.contact img {
  min-width: 112px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ハンバーガー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header div.drawer-trigger {
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 1;
}

#header div.drawer-trigger i.icon {
  width: 100%;
  height: 0;
  display: block;
  border-bottom: 5px solid #000;
  position: absolute;
  left: 0;
}

#header div.drawer-trigger i.icon::before,
#header div.drawer-trigger i.icon::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  border-bottom: 5px solid #000;
  position: absolute;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #header div.drawer-trigger {
    display: none;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 上
/* ---------------------------------------------------------------------------------------------- */

#header div.drawer-trigger i.icon::before {
  top: -10px;
  transition:
    transform 0.4s ease-in-out 0.0s,
    left 0.6s ease-in-out 0.0s;
}

body.menu-active
#header div.drawer-trigger i.icon::before {
  -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
  left: -200%;
}

/* -------------------------------------------------------------------------------------------------
   * 中
/* ---------------------------------------------------------------------------------------------- */

#header div.drawer-trigger i.icon {
  top: 50%;
  margin-top: -3px;
  transition:
    opacity 0.6s ease-in-out 0.0s,
    left 0.6s ease-in-out 0.0s;
  opacity: 1;
}

body.menu-active
#header div.drawer-trigger i.icon {
  opacity: 0;
  left: 200%;
}

/* -------------------------------------------------------------------------------------------------
   * 下
/* ---------------------------------------------------------------------------------------------- */

#header div.drawer-trigger i.icon::after {
  top: 10px;
  transition:
    transform 0.4s ease-in-out 0.0s,
    left 0.6s ease-in-out 0.0s;
}

body.menu-active
#header div.drawer-trigger i.icon::after {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
  left: -200%;
}

/* ****************************************************************************************************
   * メニュー
**************************************************************************************************** */

#menu {
  width: 100%;
  height: 100%;
  background-color: rgba(111, 255, 255, 0.95);
  visibility: hidden;
  position: fixed;
  z-index: 200;
  top: -200%;
  left: 0;
  opacity: 0;
}

body.menu-active
#menu {
  visibility: visible;
  top: 0;
  opacity: 1;
}

#menu div.list {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
  z-index: 1;
  top: 48%;
  left: 50%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #menu {
    display: none;
    transition: none;
    top: -100%;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ハンバーガー
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu div.drawer-trigger {
  width: 20%;
  padding-bottom: 20%;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}

#menu div.drawer-trigger i.icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#menu div.drawer-trigger i.icon::before,
#menu div.drawer-trigger i.icon::after {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 2px solid #000;
  transition: transform 0.4s ease-in-out 0.0s;
  position: absolute;
  top: 50%;
  left: 0;
}

/* -------------------------------------------------------------------------------------------------
   * before
/* ---------------------------------------------------------------------------------------------- */

#menu div.drawer-trigger i.icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.menu-active
#menu div.drawer-trigger i.icon::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* -------------------------------------------------------------------------------------------------
   * after
/* ---------------------------------------------------------------------------------------------- */

#menu div.drawer-trigger i.icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.menu-active
#menu div.drawer-trigger i.icon::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * リスト
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu ul,
#menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul.list li {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  transition: left 0.3s ease 0.6s;
}

#menu ul.list li:nth-child(odd) {
  left: -100%;
}

#menu ul.list li:nth-child(even) {
  left: 100%;
}

#menu ul.list li a {
  padding: 0.25em 1em;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  z-index: 1;
  display: none;
}

#menu ul.list li a[href] {
  display: inline-block;
}

#menu ul.list li a[href]:hover,
#menu ul.list li a[href].hover {
  color: inherit;
  background: url(../../_image/_common/stripe-2.gif) center center no-repeat;
  background-size: auto 1em;
}

#menu ul.list li.current > a {
  color: #bbb;
}

/* 1 */

body.menu-active
#menu ul.list li:nth-child(1) {
  left: -1em;
}

/* 2 */

body.menu-active
#menu ul.list li:nth-child(2) {
  left: -2em;
}

/* 3 */

body.menu-active
#menu ul.list li:nth-child(3) {
  left: 1em;
}

/* 4 */

body.menu-active
#menu ul.list li:nth-child(4) {
  left: 2em;
}

/* 5 */

body.menu-active
#menu ul.list li:nth-child(5) {
  left: -1em;
}

/* 6 */

body.menu-active
#menu ul.list li:nth-child(6) {
  left: 3em;
}

/* 7 */

body.menu-active
#menu ul.list li:nth-child(7) {
  left: 1em;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu .logo {
  padding-top: 6%;
  color: #888;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#menu .logo a {
  text-decoration: none;
}

#menu .logo img {
  width: 90px;
  margin-top: 0.5em;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * SNS
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu .sns {
  text-align: center;
}

/* ****************************************************************************************************
   * メイン
**************************************************************************************************** */

#main {
  font-size: 14px;
}

body.layout-lower
#main {
  padding: 40px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #main {
    font-size: 15px;
  }

  body.layout-lower
  #main {
    padding: 50px 0 80px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * セクショニング
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main .section ~ .section {
  margin-top: 50px;
}

#main .column ~ .column {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #main .section ~ .section {
    margin-top: 80px;
  }

  #main .column ~ .column {
    margin-top: 50px;
  }

}

/* ****************************************************************************************************
   * 共用コンテンツ
**************************************************************************************************** */

#common {
  padding: 0 10px;
  color: #555;
}

#common div.body {
  max-width: none;
  padding: 40px 0;
  border-top: 1px solid #bfbfbf;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #common div.body {
    padding: 60px 0;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * オフィスの内覧／イベントスペース利用申込／お問い合わせ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#common .contact-1 {
  text-align: center;
}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#common .contact-1 .title {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: bold;
}

#common .contact-1 .title span {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #common .contact-1 .title span {
    vertical-align: middle;
    display: inline-block;
  }

}

/* -------------------------------------------------------------------------------------------------
   * お問い合わせフォーム
/* ---------------------------------------------------------------------------------------------- */

#common .contact-1 .button {
  margin-bottom: 30px;
}

#common .contact-1 .button a {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
   * TEL
/* ---------------------------------------------------------------------------------------------- */

#common .contact-1 .tel {
  font-size: 17px;
}

#common .contact-1 .tel .number {
  font-size: 28px;
}

/* -------------------------------------------------------------------------------------------------
   * 管理・運営
/* ---------------------------------------------------------------------------------------------- */

#common .contact-1 .for {
}

/* -------------------------------------------------------------------------------------------------
   * 営業時間
/* ---------------------------------------------------------------------------------------------- */

#common .contact-1 .time {
  font-size: 12px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 広報関連・取材等、賃貸借以外のお問い合わせ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#common .contact-2 {
  margin-top: 40px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #common .contact-2 {
    margin-top: 60px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#common .contact-2 .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  padding: 0 10px;
  color: #888;
  text-align: center;
}

#footer div.body {
  max-width: none;
  padding: 0;
  padding-top: 43px;
  border-top: 1px solid #bfbfbf;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer .logo {
  font-size: 18px;
  font-weight: bold;
}

#footer .logo a {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

#footer .logo img {
  padding-top: 32px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer div.contents {
}

/* -------------------------------------------------------------------------------------------------
   * SNS アイコン
/* ---------------------------------------------------------------------------------------------- */

#footer div.contents ul.sns,
#footer div.contents ul.sns li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer div.contents ul.sns {
  margin: 35px 0 60px;
}

#footer div.contents ul.sns a {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
   * ページトップ
/* ---------------------------------------------------------------------------------------------- */

#footer div.contents i.pagetop {
  margin-top: 60px;
}

#footer div.contents i.pagetop a {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------------
   * 注釈
/* ---------------------------------------------------------------------------------------------- */

#footer div.contents .note {
  margin: 50px 0;
  font-size: 9px;
}

/* -------------------------------------------------------------------------------------------------
   * ReBITA／KEIO
/* ---------------------------------------------------------------------------------------------- */

#footer div.contents ul.management,
#footer div.contents ul.management li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer div.contents ul.management {
  margin-top: 35px;
  padding: 1px 2px 8px;
  letter-spacing: -0.4em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#footer div.contents ul.management a {
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

#footer div.contents ul.management li {
  width: 50%;
  letter-spacing: normal;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

#footer div.contents ul.management li:last-child {
  text-align: right;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 管理者
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer .address {
  padding: 20px 0;
  font-size: 9px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:766px) {

  #footer .address {
    padding: 25px 0 35px;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 管理者名
/* ---------------------------------------------------------------------------------------------- */

#footer .address .name span {
  vertical-align: middle;
  display: inline-block;
}

#footer .address .name a {
  color: #0093E3;
}

/* -------------------------------------------------------------------------------------------------
   * コピーライト
/* ---------------------------------------------------------------------------------------------- */

#footer .address .copyright {
}
