@charset "UTF-8";
/* CSS Document */
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  color: rgb(34,24,11);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: rgb(255,255,255);
  background: rgb(255,255,255);
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  letter-spacing: .01em;
  word-break: break-all;
}
.main {
  height: 100%;
}
@font-face {
  font-family: 'taiko';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/taiko/taiko.eot');
  src: url('../fonts/taiko/taiko.eot?#iefix') format('embedded-opentype'),
  url('../fonts/taiko/taiko.woff') format('woff');
}
.mincho { font-family: 'Sawarabi Mincho', serif; }
.taiko-f {  font-family: 'taiko', serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1em;
}
.h1, .h2, .h3, h1, h2, h3 {
  letter-spacing: .05em;
}
.h1, h1 {
  font-size: 3em;
}
.h2, h2 {
  font-size: 1.8em;
}
.h3, h3 {
  font-size: 1.5em;
}
.h4, h4 {
  font-size: 1.2em;
  line-height: 1.8;
}
.h5, h5 {
  font-size: 1em;
}
.sub-head {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  text-align: center;
  display: block;
  letter-spacing: .1em;
  margin-bottom: 10px;
  padding-top: 20px;
}
@media only screen and (max-width:991px) {
  .h1, h1 {
    font-size: 2em;
  }
  .h2, h2 {
    font-size: 1.6em;
  }
  .h3, h3 {
    font-size: 1.2em;
  }
  .h4, h4 {
    font-size: 1.1em;
  }
  .h5, h5 {
    font-size: 1em;
  }
}
@media only screen and (max-width:767px) {
  body {font-size: .875em;}
  .h1, h1 {
    font-size: 1.5em;
  }
  .h2, h2 {
    font-size: 1.4em;
  }
  .h3, h3 {
    font-size: 1.2em;
  }
  .h4, h4 {
    font-size: 1.1em;
  }
  .h5, h5 {
    font-size: 1em;
  }
}
a {
  color: rgb(116, 130, 194);
  -webkit-transition: color .35s ease, background .35s ease, opacity .35s ease;
  transition: color .35s ease, background .35s ease, opacity .35s ease;
}
a:hover,
a:focus {
  color: rgb(60, 67, 108);
  outline: none;
  text-decoration: underline;
  -webkit-transition: color .35s ease, background .35s ease, opacity .35s ease;
  transition: color .35s ease, background .35s ease, opacity .35s ease;
}
p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 2;
}

.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.underline {
  text-decoration: underline;
}
.l-text {
  line-height: 1.8;
  font-size: 1.5em;
  letter-spacing: .1em;
}
.green-text {
  color: rgb(198,222,66) !important;
}
.border-hr {
  border-width: 1px;
  border-color: rgb(228,228,228);
  margin-top: 20px;
  margin-bottom: 20px;
}
.heading-hr {
  border-width: 1px;
  border-color: rgb(207,212,197);
  margin-top: 0;
  margin-bottom: 20px;
}
.heading {
  color: rgb(116, 130, 194);
  font-size: 2.5em;
  letter-spacing: .1em;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}
/**** hover-overlay ****/
.overlay-box {
  position: relative;
  display: block;
  width: 100%;
}
.overlay-block {
  position: absolute;
  background: rgba(0,0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: .35s ease;
  -webkit-transition: .35s ease;
}
.overlay-block:hover {
  background: rgba(0,0,0,.3);
  transition: .35s ease;
  -webkit-transition: .35s ease;
}
/**** buttons ****/
.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  padding: .5em;
  border: none;
  border-radius: 0;
  text-align: center;
  -webkit-transition: color .35s ease, background .35s ease, opacity .35s ease;
  transition: color .35s ease, background .35s ease, opacity .35s ease;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
  -webkit-transition: color .35s ease, background .35s ease, opacity .35s ease;
  transition: color .35s ease, background .35s ease, opacity .35s ease;
  outline: none;
}
.btn-alpha {
  background: transparent;
  color: rgb(60, 67, 108);
  border: 2px solid rgb(60, 67, 108);
  padding: .5em 2em;
}
.btn-alpha:hover, .btn-alpha:focus, .btn-alpha:active, .btn-alpha.active {
  background: rgb(60, 67, 108);
  color: #fff;
}
.btn-white {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: .5em 2em;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: #fff;
  color: rgb(116, 130, 194);
}
.btn-l {
  font-size: 1.2em;
}
.btn-s {
  font-size: .8em;
}
.news-icon > .new {
  background: rgb(116, 130, 194);
  color: #fff;
  padding: .3em .5em;
  margin-right: 1.5em;
  min-width: 3.2em;
  display: inline-block;
  font-size: 14px;
}
/**** to-top ****/

.to-top {
  position: fixed;
  z-index: 500;
  right: 20px;
}
.to-top a {
  font-size:.875em;
  padding: .5em;
  color: rgb(255, 255, 255);
  background-color: rgba(96,108,178,.6);
  text-align: center;
  display: block;
}
.to-top a:hover {
  text-decoration: none;
  background-color: rgb(96,108,178);
}
.to-top a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
.to-top {z-index:2;}
.to-top a, .to-top a:hover, .to-top a:focus {background-color: rgba(96,108,178,.6);}
}

/**** navbar ****/
.drawer--navbarTopGutter {
  padding-top: 60px;
}
.drawer-navbar {
  height: auto;
  box-shadow: none;
  border: none;
  z-index: 5;
}
.drawer-container {
  max-width: 1170px;
}
.dropdown-backdrop {
  position: static;
}
.drawer-overlay {
  background-color: rgba(0,0,0,.3);
}
.drawer-navbar .drawer-navbar-header {
  height: 60px;
  background-color: rgba(96,108,178,1);
  border-bottom: none;
}
.drawer-navbar-header h1, .drawer-navbar-header .h1 {
  margin: 0;
  line-height: 1;
  height: 60px;
}
.drawer-navbar .drawer-brand {
  font-size: 1em;
  padding: 0;
  color: #fff;
  width: auto;
  margin-top: 15px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.drawer-navbar .drawer-brand > img {
  height: 30px;
  width: auto;
}
.drawer-navbar .drawer-nav {
  padding-top: 60px;
  background: transparent;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 60px;
  background-color: rgba(96,108,178,1);
}
.drawer-navbar .drawer-menu-item, .drawer-dropdown-menu-item {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: .875em;
  line-height: 1.5em;
  letter-spacing: .01em;
  font-weight: 400;
}
.drawer-dropdown-menu {
  background-color: transparent;
}
.drawer-dropdown-menu-item {
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
}
.drawer-dropdown-menu-item i {
  display: none;
}
.drawer-navbar .drawer-menu-item:hover, .drawer-dropdown-menu-item:hover {
  color: rgb(60, 67, 108);
  text-decoration: underline;
}
.drawer-dropdown > .drawer-menu-item > i {
  transition: .2s ease;
}
.drawer-dropdown.open > .drawer-menu-item > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .2s ease;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .drawer--navbarTopGutter {
    padding-top: 0;
  }
  .drawer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .drawer-navbar {
    background-color: rgba(96,108,178,.7);
  }
  .drawer-navbar .drawer-navbar-header {
    background-color: transparent;
  }
  .drawer-dropdown-menu {
    background-color: rgba(60, 67, 108,.7);
  }
  .drawer-navbar .drawer-menu-item, .drawer-dropdown-menu-item {
    font-size: 1em;
    line-height: 45px;
    height: 45px;
    padding: 0 1em;
    min-width: 80px;
    border-bottom: none;
  }
  .drawer-navbar .drawer-menu-item {
    text-align: center;
  }
  .drawer-navbar .drawer-menu-item:hover, .drawer-dropdown-menu-item:hover {
    text-decoration: none;
  }
  .drawer-navbar .drawer-menu-item:hover, .drawer-navbar .drawer-dropdown:hover > .drawer-menu-item {
    border-bottom: 4px solid rgb(60, 67, 108);
  }
  .drawer-navbar .drawer-nav {
    padding:0;
    height: 85px;
    z-index: 2;
  }
  .drawer-navbar .drawer-menu {
    height: 40px;
    padding: 40px 0 0;
    background-color: transparent;
  }
  .drawer-navbar .drawer-dropdown {
    position: relative;
  }
  .drawer-navbar .drawer-dropdown-menu {
    width: auto;
    min-width: 200%;
    top: 45px;
    left: 0;
    border: none;
  }
  .drawer-navbar .drawer-dropdown-menu .drawer-dropdown-menu-item {
    color: #fff;
    border-right: none;
    padding: 0 1em;
    line-height: 45px;
    height: 45px;
    text-align: left;
  }
  .drawer-navbar .drawer-dropdown-menu .drawer-dropdown-menu-item:hover {
    color: rgb(175, 180, 214);
  }
  .drawer-navbar .drawer-dropdown-menu li:last-child .drawer-dropdown-menu-item {
    border-bottom: none;
  }
  .drawer-navbar .drawer-dropdown:hover > .drawer-dropdown-menu {
    display: block;
  }
  .drawer-navbar .nav-contact {
    position: absolute;
    right: 0;
    top: 0;
  }
  .drawer-navbar .nav-contact a {
    border: 1px solid;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    font-size: .875em;
    padding: 0 1.5em;
    background: transparent;
  }
  .drawer-navbar .nav-contact a:hover {
    border-bottom: 1px solid;
  }
  .drawer-navbar .drawer-navbar-header {
    height: 85px;
    background: transparent;
  }
  .drawer-navbar .drawer-brand {
    margin-top: 27px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .drawer-navbar .drawer-menu-item, .drawer-dropdown-menu-item {font-size: .875em;}
}
/**** page ****/

.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 85px;
  background-size: cover;
}
.page-banner .catch {
  padding: 100px 0;
}
.catch h1 {
  color: #fff;
  text-align: center;
  font-size: 3.5em;
  letter-spacing: .4em;
  font-weight: 400;
  text-shadow: 0 0 12px rgba(0,0,0,1);
}

@media only screen and (max-width: 1023px) {
  .page-banner {
    padding-top: 0;
  }
  .page-banner .catch {
    padding: 60px 0;
  }
  .catch h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 459px) {
  .catch h1 {
    font-size: 2em;
  }
}


/**** entry-list ****/



/** works-list, estate-list **/
@media only screen and (max-width: 767px) {
  .section-container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .heading {
    margin-bottom: 40px;
  }
  .info-list {
    display: block;
  }
  .estate-list .info-list dl {
    font-size: .875em;
  }
}

/** news-list **/

.news-list ul {
  margin-bottom: 2em;
}
.news-list ul li a {
  display: block;
  border-top: 2px solid rgb(246,246,246);
  padding: 1.5em 1em;
}
.news-list ul li:last-child a {
  border-bottom: 2px solid rgb(246,246,246);
}
.news-tag {
  display: inline-block;
  background: rgb(86,184,225);
  vertical-align: middle;
  font-size: .875em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  color: #fff;
  text-align: center;
  margin-right: 1em;
}
.news-list .date {
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.news-list ul li a h3 {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}


/**** footer ****/

.footer {
  background: rgb(116,130,194);
  color: #fff;
}
.footer > .container {
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer h2 {
  margin: 8px 0 16px;
}
.footer h2 img {
  height: 30px;
  width: auto;
}
.footer h3 {
  margin-bottom: 16px;
}
.footer address {
  margin-bottom: 16px;
  font-size: .875em;
  line-height: 1.5;
}
.footer-tel {
  color: #fff;
  font-size: 1.3em;
}
.site-map ul li {
  margin: 8px 0;
}
.site-map ul {
  padding-left: 1em;
}
.site-map-item {
  font-size: .875em;
  color: #fff;
  line-height: 1.5;
  transition: .35s ease;
  display: inline-block;
}
a.site-map-item:hover, a.site-map-item:focus, a.site-map-item:active {
  text-decoration: none;
}
.copyright {
  background: rgb(60, 67, 108);
  color: rgb(116,130,194);
  padding: .2em 0;
  text-align: center;
  font-size: .75em;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .site-map {
    padding-top: 40px;
  }
  .site-map ul li {
    margin: 0;
  }
  .site-map-item {
    display: block;
    padding: 1em 0;
    font-size: 1em;
    border-bottom: 1px solid #fff;
  }
  .site-map > ul > li > ul > li > .site-map-item {
    padding-left: 1em;
  }
}