html {
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #615f5f;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
p {
  font-size: 16px;
  line-height: 1.7em;
}
p.lead {
  line-height: 1.7em;
}
p.small {
  font-size: 15px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #1f96d9;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: white;
  color: #615f5f;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar {
  font-size: 16px;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
section {
  padding: 70px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #1f96d9;
  color: white;
}
section.gray {
  background: #615f5f;
  color: #615f5f !important;
}
section.cloud {
  background: #ECF0F1;
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
  section.first {
    padding-top: 70px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(31, 150, 217, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  border: solid 2px white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #1f96d9;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #adacac;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #adacac;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #1f96d9;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #adacac;
}
/* CONCEPT ================================ */
body.concept section.intro {
  pading-top: 0 !important;
  background: #eae6e2;
  border-top: 1px solid #e0d9d3;
}
body.concept section.intro h2 {
  background: url(../img/h2_concept.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 auto 35px;
  text-indent: -9999px;
}
body.concept section.intro img.circles {
  display: block;
  margin-top: 70px;
  margin-bottom: 35px;
  /*opacity: 0;*/
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
body.concept section.intro img.circles.on {
  opacity: 1;
}
@media (min-width: 768px) {
  body.concept section.method {
    /* != mobile */
  }
  body.concept section.method .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.concept section.method .btn-method {
  background: #fff;
  color: #615f5f;
  border-color: #e9e9e9;
  margin: 10px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
body.concept section.method .btn-method h5 {
  line-height: 64px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
body.concept section.method .btn-method img {
  width: 64px;
  height: 64px;
}
body.concept section.method .btn-method i.fa {
  line-height: 64px;
}
body.concept section.method .btn-method:hover {
  background: #f0f0f0;
  border-color: #e0e0e0;
}
@media (min-width: 768px) {
  body.concept {
    /* != mobile */
  }
  body.concept section.intro {
    background: #eae6e2;
    border-top: 1px solid #e0d9d3;
  }
  body.concept section.intro h2 {
    background: url(../img/h2_concept.svg) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto 35px;
    text-indent: -9999px;
  }
  body.concept section.intro img.circles {
    display: block;
    margin-top: 70px;
    margin-bottom: 35px;
    /*opacity: 0;*/
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
  }
  body.concept section.intro img.circles.on {
    opacity: 1;
  }
}
body.concept section.content {
  background: url(../img/bg_custom_built.stairway.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-color: #0050a3;
  padding: 0;
}
body.concept section.content .content-inner {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
  padding-bottom: 75px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
body.concept section.content .description {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  opacity: 0;
  position: relative;
  top: -30px;
}
body.concept section.content .description .inner p,
body.concept section.content .description .inner h3 {
  color: #fff;
}
body.concept section.content .description .inner .btn-custom {
  display: block;
  color: white;
  border: solid 2px white;
  padding: 10px;
  text-align: left;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
body.concept section.content .description .inner .btn-custom:hover,
body.concept section.content .description .inner .btn-custom:focus,
body.concept section.content .description .inner .btn-custom:active,
body.concept section.content .description .inner .btn-custom.active {
  color: #1f96d9 !important;
  background: white;
  border: solid 2px white;
}
body.concept section.content .description .inner .btn-custom h4 {
  font-size: 19px;
  line-height: 1em;
  margin-top: 16px;
  margin-bottom: 4px;
}
body.concept section.content .description .inner .btn-custom div {
  font-size: 13px;
}
body.concept section.content .description .inner .btn-custom img {
  width: 75px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  body.concept section.content .description .inner .btn-custom {
    /* != mobile */
  }
  body.concept section.content .description .inner .btn-custom h4 {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 6px;
  }
  body.concept section.content .description .inner .btn-custom div {
    font-size: 15px;
  }
  body.concept section.content .description .inner .btn-custom img {
    width: 75px;
    margin-right: 15px;
    margin-left: 5px;
  }
}
body.concept section.content.ready-built {
  background-image: url(../img/bg_ready_built.jpg);
}
body.concept section.content.renovation {
  background-image: url(../img/bg_renovation.jpg);
}
body.concept section.content.on .content-inner {
  background-color: rgba(0, 0, 0, 0.4);
}
body.concept section.content.on .description {
  opacity: 1;
  top: 0;
}
body.concept section.detail {
  background: #eae6e2;
}
body.concept section.detail p,
body.concept section.detail h5 {
  font-size: 16px;
}
body.concept section.detail h5 {
  line-height: 1.7em;
  margin-top: 1.3em;
  margin-bottom: 0;
}
body.concept section.detail .panel ul.list-inline {
  margin-bottom: 0;
}
body.concept section.detail .panel ul.list-inline li {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* TERMS ================================ */
body.terms section.main h4 {
  margin-top: 2em;
}
/* OVERRIDES ================================ */
.btn {
  line-height: 1em;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.btn-custom-built {
  background: #0096d9;
  color: white;
}
.btn-custom-built:hover {
  background: #0073a6;
  border-color: #0073a6;
}
.btn-ready-built {
  background: #6d83c1;
  color: white;
  border-color: #6d83c1;
}
.btn-ready-built:hover {
  background: #4b65b0;
}
.btn-renovation {
  background: #0050a3;
  color: white;
  border-color: #0050a3;
}
.btn-renovation:hover {
  background: #003770;
  border-color: #003770;
}
.label {
  position: relative;
  top: -2px;
  padding: 4px 5px;
}
.label-custom,
.label-custom-built {
  background: #0096d9;
  padding: 4px 5px;
}
.label-renovation {
  background: #0050a3;
  padding: 4px 5px;
}
.label-ready,
.label-ready-built {
  background: #6d83c1;
  padding: 4px 5px;
}
.gb-modal {
  overflow-y: scroll;
}
.gb-modal .modal-body h2 {
  font-size: 24px !important;
  line-height: 1.5em;
}
.gb-modal .modal-body h2 span {
  display: block;
  font-size: 18px;
  color: #adacac !important;
  margin-bottom: 10px;
}
.gb-modal .modal-body h2 small {
  display: block;
  margin: 0;
}
.gb-modal .modal-body h2 small.eng {
  letter-spacing: 0.09em;
  font-weight: normal;
  font-size: 0.5em;
  font-style: italic;
  color: #615f5f;
}
.gb-modal .modal-body h3 {
  margin: 35px 0 25px;
  line-height: 1.3;
}
.gb-modal .modal-body h4 {
  margin: 25px 0 10px;
  line-height: 1.3;
  text-align: left;
}
.gb-modal .modal-body h5 {
  margin: 25px 0;
  line-height: 1.3;
  text-align: center;
}
.gb-modal .modal-body h5:after {
  content: '';
  display: block;
  width: 10%;
  border-bottom: 1px solid #615f5f;
  margin: 15px auto;
}
.gb-modal .modal-body p {
  font-size: 16px;
  text-align: left !important;
}
.gb-modal .modal-body p.text-right {
  text-align: right !important;
}
.gb-modal .modal-body p.text-muted {
  color: #7b7878;
  font-size: 0.85em;
}
.gb-modal .modal-body img.pull-right {
  width: 30%;
  margin: 0 0 10px 10px;
}
.gb-modal .modal-body img.pull-left {
  width: 30%;
  margin: 0 10px 10px;
}
.gb-modal .modal-body img.img-small {
  width: 50%;
  margin: 20px auto;
}
.gb-modal .modal-body .btn-close {
  color: #798d8f;
}
.gb-modal .modal-body .btn-close:hover {
  color: #617274;
}
#modal-option img {
  /*box-shadow: 0px 1px 4px rgba(0,0,0,0.1);*/
}
#modal-option img.img-rounded:not(.pull-left, .pull-right) {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#modal-option .option-inner {
  margin-bottom: 25px;
  padding-bottom: 9px;
}
#modal-option .option-inner h4 {
  padding: 0;
  margin: 0 0 15px;
}
#modal-option .option-inner img {
  width: 25%;
  max-width: 200px;
}
#modal-option .exterior-container h4 {
  width: 75%;
  margin: 10px auto;
  font-size: 16px;
}
/* FOOTER ================================== */
footer {
  position: relative;
  background-color: #0050a3;
  color: white;
  padding: 25px 0 0 0;
}
footer .col {
  float: left;
  width: 20%;
  line-height: 1.5em;
}
footer .col a.parent,
footer .col small a {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
footer .col a.parent:hover,
footer .col small a:hover {
  opacity: 0.8;
}
footer .col small.anchors {
  line-height: 1.96em;
}
footer .col small a {
  font-size: 13px;
  border: none;
  margin: 0 10px;
  padding: 0;
}
footer .col-2x {
  width: 40%;
}
footer .col-2x .inner {
  margin: 0 10px;
}
footer .col-2x h5 {
  margin-top: 0;
}
footer .footer-above {
  padding: 0 15px 25px 15px;
  background-color: #0050a3;
  color: white;
}
footer .footer-menu {
  background-color: #0050a3;
  color: white;
  padding: 25px 0 0;
}
footer .footer-menu ul.hidden-xs {
  /* for PC */
}
footer .footer-menu ul.hidden-xs li {
  padding: 0 0.8em 0 0;
  margin: 0 0.8em 0 0;
  border-right: 1px solid white;
}
footer .footer-menu ul.hidden-xs li a:hover {
  color: white;
}
footer .footer-menu ul.hidden-xs li small {
  display: inline-block;
  margin-left: 0.5em;
}
footer .footer-menu ul.hidden-xs li small a {
  display: inline-block;
  margin-right: 0.5em;
}
footer .footer-menu ul.hidden-xs li:last-child {
  border: none;
}
footer .footer-menu ul.hidden-xs a {
  font-weight: bold;
  color: #fff;
}
footer .footer-menu ul.hidden-xs a:hover {
  color: #1f96d9;
  outline: none;
}
footer .footer-menu ui.visible-xs {
  /* for Mobile */
}
footer .footer-below {
  margin-top: 15px;
  padding: 25px 0;
  background-color: white;
  color: #615f5f;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  opacity: 0;
}
.scroll-top .btn {
  font-size: 19px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
  padding-top: 8px;
}
.scroll-top .btn:focus {
  outline: none;
}
.scroll-top .btn:hover {
  opacity: 1;
}
.scroll-top.on {
  opacity: 0.6;
}
.gb-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 75px 0;
  text-align: center;
}
.gb-modal .modal-content h2 {
  margin: 0;
  font-size: 19px;
}
.gb-modal .modal-content h3 {
  font-size: 19px;
}
.gb-modal .modal-content img {
  margin-bottom: 30px;
}
.gb-modal .modal-content .item-details {
  margin: 20px 0;
}
.gb-modal .modal-content .btn[data-dismiss^="modal"] {
  margin-top: 25px;
}
.gb-modal .close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.gb-modal .close-modal:hover {
  opacity: 0.3;
}
.gb-modal .close-modal .lr {
  height: 50px;
  width: 1px;
  margin-left: 15px;
  background-color: #0050a3;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.gb-modal .close-modal .lr .rl {
  height: 50px;
  width: 1px;
  background-color: #0050a3;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.gb-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
/* HEADER ============================================ */
.navbar-fixed-top {
  background: #fff;
  color: #615f5f;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.navbar-fixed-top a.navbar-brand {
  display: block;
  background: url(../img/logo.png) no-repeat 50% 50%;
  background-size: contain;
  text-indent: -9999px;
  width: 130px;
  margin-left: 15px;
}
.navbar-fixed-top .nav a {
  color: #615f5f !important;
}
.navbar-fixed-top .navbar-toggle {
  background: #615f5f;
}
@media (min-width: 768px) {
  /* != mobile */
  .navbar-fixed-top a.navbar-brand {
    width: 180px;
  }
  .navbar-fixed-top.navbar-shrink a.navbar-brand {
    width: 130px;
  }
}
/* INDEX ============================================= */
body.home section {
  padding: 50px 0;
}
body.home header.intro {
  margin-top: 0;
  background-size: cover;
  background-position: 50% 50%;
  text-indent: -9999px;
  padding-top: 60px;
}
body.home header.intro .container {
  padding: 40px;
}
body.home header.intro .copy {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-indent: -9999px;
  background: url(../img/maincopy.svg) no-repeat 50% 50%;
  background-size: contain;
  height: 200px;
}
body.home section#news {
  background: #f9f9f9;
  padding: 25px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.home section#news p {
  font-size: 14px;
  margin-bottom: 10px;
}
body.home section#news a {
  color: #1f96d9;
}
body.home h2.custom-header {
  background: url(../img/header_build.png) no-repeat top center;
  background-size: contain;
  height: 60px;
  padding: 0;
  margin: 0 10px 40px 10px;
  text-indent: -9999px;
}
body.home section#build p {
  color: #a89887 !important;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
body.home section#build .link-concept {
  color: #a89887;
}
body.home section#build .link-concept:hover {
  color: #927f6a;
}
body.home section#works {
  background: url(../img/bg_case.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.home section#works h2 {
  color: white !important;
}
body.home section#works p {
  color: white !important;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
body.home section#works .btn:hover {
  color: #a89887;
}
body.home section#about {
  background: url(../img/bg_aboutus.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.home section#about p {
  color: #a89887 !important;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
body.home section#about .btn {
  background: #a89887;
  border: none;
}
body.home section#about .btn:hover {
  background: #927f6a;
}
@media (min-width: 768px) {
  /* != mobile */
  body.home section {
    padding: 100px 0;
  }
  body.home header.intro {
    padding-top: 110px;
  }
  body.home header.intro .container {
    padding: 150px 0;
  }
}
body.home .intro-v2 {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.home .intro-v2 .copy-wrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-indent: -9999px;
  height: 200px;
  position: relative;
}
body.home .intro-v2 .copy-wrapper .copy-a,
body.home .intro-v2 .copy-wrapper .copy-b,
body.home .intro-v2 .copy-wrapper .copy-c {
  position: absolute;
  display: block;
  height: 200px;
  width: 100%;
  background: url(../img/maincopy_a.svg) no-repeat 50% 50%;
  background-size: contain;
  top: -20px;
}
body.home .intro-v2 .copy-wrapper .copy-b {
  background: url(../img/maincopy_b.svg) no-repeat 50% 50%;
  background-size: contain;
}
body.home .intro-v2 .copy-wrapper .copy-c {
  background: url(../img/maincopy_c.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  body.home .intro-v2 {
    /* != mobile */
    margin-top: 110px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* WORKS ============================================= */
body.works {
  background: #eae6e2;
}
body.works .refine {
  margin: 20px 0 35px;
}
body.works .refine .col-xs-12 {
  padding: 0;
}
body.works .refine .btn {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
}
body.works .works-item {
  margin-bottom: 35px;
}
body.works .works-item .inner {
  padding: 20px;
  background: white;
}
body.works .works-item .description {
  border-left: 4px solid #eae6e2;
  padding-left: 1em;
  font-size: 16px;
  margin: 2em 0 !important;
}
body.works .thumbnail-wrapper figure {
  display: block;
  float: left;
  width: 50%;
  height: auto;
}
body.works #masonry {
  margin-top: 25px;
}
body.works #masonry .item {
  background: white;
}
@media (min-width: 768px) {
  body.works {
    /* != mobile */
  }
  body.works figure {
    width: 33.33333333% !important;
  }
  body.works .refine {
    margin-bottom: 55px;
  }
  body.works .refine .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }
}
/* REAL ESTATES ====================================== */
#realestate.index {
  padding-top: 35px;
  padding-bottom: 0;
}
#realestate.index .refine {
  border-bottom: 1px solid #eae6e2;
  padding-bottom: 35px;
}
#realestate.index .btn-group-refine .btn {
  background-color: #0050a3;
  border-color: #1462b3 !important;
  border: 0;
  border-left: 1px solid #333;
  color: white;
}
#realestate.index .btn-group-refine .btn:hover {
  opacity: 0.65;
}
#realestate.index .btn-group-refine .btn-active {
  /*background-color: lighten(@brand-primary, 10%);
			border-color: lighten(@brand-primary, 10%) !important;
			*/
  color: white;
}
#realestate.index .container-wrapper.item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eae6e2;
}
#realestate.index .container-wrapper.item.sold {
  background: #eae6e2;
  border-bottom: 1px solid #e0d9d3;
}
#realestate.index .mainphoto {
  margin-bottom: 10px;
  padding-right: 0;
}
#realestate.index .mainphoto img {
  width: 100%;
}
#realestate.index .well.well-sm {
  margin-bottom: 10px;
}
#realestate.index h4 {
  line-height: 1.2em;
  font-size: 16px;
  margin-top: 0;
  margin-top: 8px;
}
#realestate.index p {
  line-height: 1.3em;
}
#realestate.index p.access {
  font-size: 13px !important;
}
@media (min-width: 768px) {
  #realestate.index {
    /* != mobile */
  }
  #realestate.index h4 {
    font-size: 19px;
  }
  #realestate.index .mainphoto {
    margin-bottom: 0 !important;
  }
}
#realestate.index .spec {
  font-size: 13px;
}
#realestate.index figure {
  width: 100%;
}
#realestate.index .realestates-link {
  display: block;
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
#realestate.index .item.sold .label-default {
  background-color: #a89887;
}
#realestate.detail {
  padding-top: 35px;
  padding-bottom: 0;
}
#realestate.detail h3 {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.5em;
}
#realestate.detail .list-inline {
  font-size: 16px;
  line-height: 1.5em;
}
#realestate.detail .list-inline li {
  margin: 3px 0;
}
#realestate.detail .mainphoto {
  margin-bottom: 15px;
  width: 100%;
}
#realestate.detail .container.description {
  margin-bottom: 50px;
}
#realestate.detail .container.description .well {
  line-height: 1.3em;
}
#realestate.detail table a {
  text-decoration: none;
}
#realestate.detail table a:hover {
  text-decoration: underline;
}
#realestate.detail table th {
  white-space: nowrap;
}
#realestate.detail table th,
#realestate.detail table td {
  padding: 0.3em;
  vertical-align: top;
}
#realestate.detail .container-wrapper .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#realestate.detail .container-wrapper .container p {
  font-size: 16px;
}
#realestate.detail .container-wrapper h4 {
  margin: 0 0 35px 0;
}
#realestate.detail .container-wrapper .thumbnail-wrapper img {
  width: 100%;
}
#realestate.detail .container-wrapper .container.madori-kukaku {
  padding-top: 0px;
}
#realestate.detail .container-wrapper .container.madori-kukaku div:nth-child(n+2) .section-header {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #realestate.detail .container-wrapper .container.madori-kukaku {
    /* != mobile */
  }
  #realestate.detail .container-wrapper .container.madori-kukaku .section-header {
    margin-top: 0 !important;
  }
}
#realestate.detail .error {
  padding: 100px 0 135px;
}
#realestate.detail #my_map {
  width: 100%;
  height: 300px;
}
.label-yuuryou,
.label-syouene {
  border: 2px solid #0c1175;
  color: #0c1175;
  color: white;
  background: url(../img/icon_yuuryou_invert.png) no-repeat 5px 40%;
  background-size: auto 14px;
  padding: 6px 8px 7px 28px;
  font-size: 14px;
  background-color: #0c1175;
  display: inline-block;
  font-weight: normal;
}
.label-syouene {
  border: 2px solid #009749;
  color: #009749;
  background: url(../img/icon_shouene.jpg) no-repeat 8px 40%;
  background-size: auto 18px;
  background-color: white;
}
.btn-yuuryou,
.btn-syouene,
.btn-option {
  border: 2px solid #0c1175;
  color: white;
  background: url(../img/icon_yuuryou_invert.png) no-repeat 5px 40%;
  background-size: auto 14px;
  padding: 6px 8px 7px 28px;
  font-size: 14px;
  background-color: #0c1175;
  display: inline-block;
  font-weight: normal;
}
.btn-yuuryou:hover,
.btn-syouene:hover,
.btn-option:hover {
  opacity: 0.5;
}
.btn-syouene {
  border: 2px solid #009749;
  color: #009749;
  background: url(../img/icon_shouene.jpg) no-repeat 8px 40%;
  background-size: auto 18px;
  background-color: white;
}
.btn-syouene:hover {
  color: #009b4b;
}
.btn-option {
  border: 2px solid #999;
  color: #999;
  background: none;
  padding: 6px 8px 7px 8px;
}
.btn-option:hover {
  color: #999;
}
/* CONTACT ====================================== */
body.contact #bytel,
body.contact #byemail {
  list-style: none;
  font-size: 26px;
  font-weight: bold !important;
  text-align: center;
  list-style-position: outside;
}
body.contact #bytel span,
body.contact #byemail span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
body.contact #errors ul {
  margin: 10px 10px 0;
}
body.contact form span.required {
  color: #d00;
}
body.contact #contact-info {
  margin-bottom: 50px;
}
body.contact #contact-info ul {
  margin: 0;
  padding: 0 !important;
}
/* ABOUT ====================================== */
body.about section.message .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}
body.about section.message p {
  text-indent: 1em;
}
body.about section.message .motto {
  text-indent: 0;
  font-weight: bold;
  color: #a89887;
}
body.about section.message .position {
  margin-top: 1em;
}
body.about section.message .sign {
  display: block;
  width: 100%;
  background: url(../img/sign.png) no-repeat 100% 100%;
  background-size: contain;
  text-indent: -9999px;
  height: 2.5em;
}
body.about section.logo h3.section-header {
  margin-bottom: 0 !important;
}
body.about section.logo h3.section-header:after {
  margin: 1em auto 0 !important;
}
body.about section.logo img {
  display: block;
  width: 80%;
  margin: 80px auto;
}
body.about section.outline #map {
  height: 353px;
}
/* Breadcrumb ======================================== */
.breadcrumb-wrapper {
  background: #efece8;
}
.breadcrumb {
  background: none;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 110px;
    margin-bottom: 0;
  }
}
/* page-header ======================================== */
.page-header {
  background-color: #c7bcaa;
  color: white;
  padding: 35px 0;
  margin: 0;
}
.page-header .container {
  padding: 0;
}
.page-header h2 {
  color: #a89887;
  letter-spacing: 0.25em;
  font-size: 24px;
  margin-bottom: 1em;
  color: white;
  margin: 0;
}
.page-header h2 span.eng {
  display: block;
  margin-top: 0.8em;
  letter-spacing: 0.09em;
  font-weight: normal;
  font-size: 0.5em;
  font-style: italic;
  padding-right: .5em;
}
@media (min-width: 768px) {
  .page-header h2 {
    /* != mobile */
    font-size: 36px;
  }
}
.page-header p {
  margin-top: 20px;
}
/* custom-header-text ================================ */
.custom-header-text {
  color: #a89887;
  letter-spacing: 0.25em;
  font-size: 24px;
  margin-bottom: 1em;
}
.custom-header-text span.eng {
  display: block;
  margin-top: 0.8em;
  letter-spacing: 0.09em;
  font-weight: normal;
  font-size: 0.5em;
  font-style: italic;
  padding-right: .5em;
}
@media (min-width: 768px) {
  .custom-header-text {
    /* != mobile */
    font-size: 36px;
  }
}
/* Utilities ========================================= */
.bg-gray {
  background: #615f5f;
  color: #fff;
}
.bg-white {
  background: white;
}
.bg-gray-lighter {
  background: #adacac;
}
.bg-gray-lightest {
  background: #eae6e2;
}
.bg-gray-lightest .well {
  background-color: #fff;
}
.thumbnail-wrapper figure {
  display: block;
  float: left;
  width: 25%;
  height: auto;
}
.thumbnail-wrapper figure .thumb-wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .thumbnail-wrapper figure {
    /* != mobile */
    width: 20%;
  }
}
table th {
  white-space: nowrap;
}
table th,
table td {
  padding: 0.3em;
  vertical-align: top;
}
figure {
  position: relative;
  height: auto;
}
figure a,
figure img {
  display: block;
}
figure figcaption {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(168, 152, 135, 0.9);
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  z-index: 100;
}
figure figcaption:hover {
  opacity: 1;
}
figure figcaption i.fa {
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -28.5px;
  margin-top: -22.5px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 19px;
  }
  section {
    padding: 35px 0;
  }
  section h2 {
    margin: 0;
    font-size: 2em;
  }
}
.section-header {
  margin-bottom: 2em;
  text-align: center;
  color: #a89887;
  letter-spacing: 0.25em;
}
.section-header small {
  display: block;
  color: #a89887;
  line-height: 1.5em !important;
  margin-top: 0.5em !important;
  letter-spacing: 0;
}
.section-header:after {
  content: '';
  display: block;
  border-bottom: 2px solid #dbd4c9;
  width: 20%;
  margin: 1em auto;
}
.label-price {
  background-color: #e74c3c;
  color: #fff;
}
.text-price {
  color: #e74c3c;
}
.fwsp {
  display: inline-block;
  width: 0.4em;
}
/* Modal - Methods =========== */
.modal-body-methods .img-rounded {
  display: block;
  width: 75%;
  height: auto;
  margin: 20px auto 35px;
}
/* Modal - 長期優良物件 / 省エネラベル =========== */
#modal-yuuryou .img-rounded,
#modal-shouene .img-rounded {
  display: block;
  width: 75%;
  height: auto;
  margin: 20px auto 35px;
}
/*body:after {
		content:"top : 50%";
		display:block;
		position:fixed;
		z-index:1;
		top:50%;
		left:0;
		width:100%;
		text-indent: 0.5em;
		border-top:2px dashed #FF0000;
}*/
