@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

body {
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  min-width: 1080px; }

h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif, serif; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

.uk-container {
  padding: 0; }

/* Header	 ==================================================================== */
#header {
  position: relative;
  padding: 0;
  width: 100%;
  /*PC用メニュー ----------------------------------------------------------------*/ }
  #header h1 {
    font-size: 12px;
    text-align: center; }
  #header .logo {
    display: inline-block;
    padding: 15px 0; }
    #header .logo img {
      width: 220px; }
  #header .nav-pc {
    font-size: 0.1px;
    margin: auto;
    padding-left: 0; }
    #header .nav-pc li {
      list-style: none;
      display: inline-block;
      font-size: 14px; }
  #header .nav-pc {
    text-align: center;
    color: #ccc; }
    #header .nav-pc a {
      color: #000;
      font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
      font-weight: bold;
      text-decoration: none;
      padding-bottom: 12px; }
      #header .nav-pc a:hover, #header .nav-pc a.uk-active {
        border-bottom: #009ddf 2px solid;
        padding-bottom: calc(10px + 0px); }
      #header .nav-pc a:hover {
        border-bottom: #ccc 2px solid; }
      #header .nav-pc a.uk-active {
        border-bottom: #009ddf 2px solid; }
    #header .nav-pc li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      padding: 15px; }
      #header .nav-pc li.header-tel {
        padding: 0px 0px 0px 20px; }
        #header .nav-pc li.header-tel a:hover {
          border-bottom: none;
          padding-bottom: calc(20px + 2px); }
  #header .nav-mobile li {
    text-align: left; }

/* Footer ---------------------------------------------------------------- */
.gototop {
  padding: 10px 0 0;
  margin: 0;
  transition: all 1s 7ease 0s;
  color: #000;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box; }
  .gototop a {
    display: block;
    margin-right: 30px;
    margin-left: auto;
    width: 40px;
    height: 40px; }
  .gototop img, .gototop svg {
    width: 40px;
    height: 40px; }
  .gototop.fixed-bottom {
    bottom: 0px;
    right: 0px;
    position: fixed;
    width: auto; }

#footer {
  margin-top: 150px; }
  #footer .footer-inner {
    padding: 60px 0 40px;
    background: #009ddf; }
  #footer * {
    color: #fff; }
  #footer a {
    text-decoration: none;
    font-weight: bold; }
  #footer .info {
    float: left;
    font-size: 11px;
    line-height: 1em; }
    #footer .info .logo {
      margin: 0 0 10px; }
      #footer .info .logo img, #footer .info .logo svg {
        width: 220px;
        height: 50px; }
    #footer .info .company_name {
      font-size: 14px;
      margin: 0 0 15px; }
    #footer .info p {
      margin: 0 0 10px; }
  #footer .footer-menu {
    float: right;
    width: 600px; }
  #footer .contents-list {
    margin-bottom: 30px;
    padding: 0; }
    #footer .contents-list li {
      line-height: 2em;
      text-align: center;
      list-style: none; }
      #footer .contents-list li a {
        display: block;
        padding: 15px 0px; }

.copyright {
  clear: both;
  margin: 50px auto 0;
  padding: 0; }
  .copyright p {
    font-size: 10px;
    padding: 0;
    margin-bottom: 0; }

/* Body		 ==================================================================== */
/* ページ内タイトル　写真背景の部分 ---------------------------------------------------------------- */
.title-area {
  /* 背景画像と位置はそれぞれのCSSに記載 */
  background-size: cover;
  background-repeat: no-repeat; }

.title-en {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  line-height: 1em;
  padding: 50px 0 30px; }

.title-contents {
  text-align: right;
  font-size: 20px;
  line-height: 1em;
  padding: 0px 0 50px; }

/* 写真の一覧 ---------------------------------------------------------------- */
/* ページ遷移 ---------------------------------------------------------------- */
.pagenation {
  text-align: center;
  margin-top: 30px;
  margin-left: -10px; }
  .pagenation p,
  .pagenation ul,
  .pagenation li {
    display: inline-block;
    vertical-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0; }
  .pagenation ul {
    margin: 0;
    font-size: 0; }
  .pagenation li {
    font-size: 14px;
    color: #ccc; }
  .pagenation a {
    display: block;
    /* line-height: 30px; */
    border: 1px solid #eee;
    background: #fff;
    padding: 8px 0 6px;
    min-width: 40px;
    text-decoration: none;
    color: #000; }
    .pagenation a.bt {
      padding-left: 15px;
      padding-right: 15px; }
    .pagenation a:hover {
      background: #dff6ff; }
  .pagenation p {
    margin-left: 5px; }
  .pagenation .active {
    padding: 8px 0 6px;
    min-width: 35px;
    border: #009ddf 1px solid;
    background: #009ddf;
    color: #fff; }
    .pagenation .active a {
      color: #fff; }
      .pagenation .active a:hover {
        color: #fff;
        background: #3F729B; }

/* パンくず ---------------------------------------------------------------- */
.breadcrumb {
  padding: 10px;
  font-size: 10px;
  margin-bottom: 50px; }

/* ボタン ---------------------------------------------------------------- */
.bt-contents {
  display: inline-block;
  border: 1px solid #000;
  width: 300px;
  line-height: 60px;
  background: url(/common/image/img_puls_b.svg) no-repeat center right 15px; }
  .bt-contents:hover {
    border: 1px solid #2a7c9f; }

.bt-contents-white {
  border: 1px solid #fff;
  color: #fff;
  background: url(/common/image/img_puls_w.svg) no-repeat center right 15px; }
  .bt-contents-white:hover {
    color: #fff;
    border: 1px solid  #fff;
    background-color: rgba(255, 255, 255, 0.1); }

.bt-contact {
  text-align: center;
  margin-bottom: 50px; }
  .bt-contact a {
    width: 40%;
    display: block;
    color: #fff;
    background: #111111;
    text-decoration: none;
    font-size: 1.8em;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    margin: auto;
    line-height: 2em; }

button.bt-contact {
  width: 40%;
  display: block;
  color: #fff;
  background: #111111;
  text-decoration: none;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  margin: auto;
  line-height: 2em; }

/* 物件一覧 ---------------------------------------------------------------- */
.block-list-estate {
  margin-bottom: 120px; }
  .block-list-estate p {
    margin: 0; }

.box-list-estate {
  margin-bottom: 30px; }
  .box-list-estate h3 {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
    line-height: 2;
    color: inherit;
    margin-bottom: 0; }

/* お問い合わせ関連 ---------------------------------------------------------------- */
.block-attention {
  margin-bottom: 30px; }
  .block-attention .att-mark {
    float: left;
    margin-right: 15px; }
    .block-attention .att-mark i {
      font-size: 82px;
      color: #009ddf; }
    .block-attention .att-mark .dmain {
      color: #009ddf;
      font-weight: bold; }

.block-contact ul {
  font-size: 0.1em;
  text-align: center;
  margin: 0;
  padding: 0; }
  .block-contact ul li {
    list-style: none; }

.block-contact table {
  margin-bottom: 50px;
  border: 1px solid #eee; }
  .block-contact table th, .block-contact table td {
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 30px 15px;
    font-size: 14px; }
  .block-contact table th {
    width: 20em; }
  .block-contact table td ul {
    text-align: left; }
    .block-contact table td ul li {
      margin-bottom: 2px;
      font-size: 14px; }
      .block-contact table td ul li:last-child {
        margin-bottom: 0;
        font-size: 14px; }

.block-contact .hissu {
  color: #fff;
  background: #000;
  margin-right: 0.75em;
  padding: 0.25em;
  white-space: nowrap;
  font-size: 0.8em; }

.block-contact .uk-form .legend {
  border-left: 3px solid #ffff00;
  padding-left: 1em;
  line-height: 2em; }

/* 汎用テキスト ---------------------------------------------------------------- */
.detail-area {
  position: relative;
  margin: 50px 10%;
  padding: 0;
  font-size: 14px; }
  .detail-area:first-child {
    margin-top: 0; }
  .detail-area p {
    font-size: 14px; }
  .detail-area * {
    margin-bottom: 0; }
  .detail-area .detail-title {
    text-align: center;
    margin-bottom: 30px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-size: 36px;
    line-height: 1; }
    .detail-area .detail-title span {
      display: inline-block;
      padding-bottom: 20px;
      border-bottom: 1px #009ddf solid; }
  .detail-area li, .detail-area p {
    font-size: 14px; }

/* SISE NEW PC ONLY	 ==================================================================== */
@media (min-width: 1220px) {
  /* 写真の一覧 ---------------------------------------------------------------- */
  .block-list-box .box-article {
    height: 16.66vw; }
  .block-list-box .box-movie {
    height: 33.33vw; }
  .block-list-box .uk-width-xlarge-1-6 {
    width: 16.66%; }
  .block-list-box .uk-width-xlarge-2-6 {
    width: 33.333%; } }

/* SISE Smart Phone		 ==================================================================== */
@media (max-width: 480px) {
  body {
    position: relative;
    min-width: inherit; }
  .uk-container {
    padding: 0 3%; }
  /* HEADER ---------------------------------------------------------------- */
  #header {
    z-index: 1000;
    background: #fff; }
    #header h1 {
      display: none; }
    #header .logo {
      text-align: left;
      margin: 0px;
      padding: 10px; }
      #header .logo img, #header .logo svg {
        width: 175px;
        height: auto; }
    #header .uk-button {
      font-size: 15px;
      min-height: 40px;
      width: 40px;
      text-align: center;
      background: #fff;
      border: none;
      font-size: 24px;
      font-weight: normal;
      color: #666;
      padding: 0;
      margin: 10px; }
    #header .uk-open .uk-icon-navicon:before, #header .uk-open .uk-icon-reorder:before, #header .uk-open .uk-icon-bars:before {
      content: "\efb8";
      font-family: 'IcoFont' !important; }
    #header .uk-dropdown-small {
      padding: 0;
      margin: 0;
      border: 0;
      background: rgba(17, 17, 17, 0.8);
      height: calc(100vh - 60px); }
      #header .uk-dropdown-small .uk-nav {
        width: 100%; }
      #header .uk-dropdown-small .dropdown-inner {
        height: 100%;
        position: relative; }
      #header .uk-dropdown-small ul li {
        text-align: center;
        width: 100%; }
      #header .uk-dropdown-small ul a {
        font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
        line-height: 40px;
        color: #fff; }
        #header .uk-dropdown-small ul a i {
          margin-right: 0.5em;
          color: #f0f7fa;
          font-size: 1.2em; }
    #header .nav-mobile {
      background: #fff;
      width: 100%;
      height: 62px;
      text-align: right; }
      #header .nav-mobile .header-tel {
        padding: 10px;
        background: #f5f511;
        position: absolute;
        bottom: 0;
        width: 100%;
        box-sizing: border-box; }
        #header .nav-mobile .header-tel span, #header .nav-mobile .header-tel a {
          display: inline-block;
          vertical-align: middle;
          line-height: 1em; }
          #header .nav-mobile .header-tel span img, #header .nav-mobile .header-tel span svg, #header .nav-mobile .header-tel a img, #header .nav-mobile .header-tel a svg {
            margin-left: 10px;
            width: 182px; }
  /* footer ---------------------------------------------------------------- */
  #footer {
    text-align: center;
    margin-top: 75px; }
    #footer .info, #footer .footer-menu {
      float: none;
      display: inline-block;
      text-align: left;
      margin: 0; }
    #footer .info {
      margin-bottom: 50px; }
    #footer .footer-menu {
      width: inherit; }
    #footer .contents-list li a {
      padding: 0;
      line-height: 40px; }
  /* パンくず ---------------------------------------------------------------- */
  .breadcrumb {
    font-size: 10px;
    display: none; }
    .breadcrumb .uk-active {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 14em; }
  /* ページ内タイトル ---------------------------------------------------------------- */
  .title-area {
    background-position: bottom 0 center;
    margin-bottom: 50px;
    font-size: 70px; }
  .title-en {
    font-size: 80px;
    padding: 40px 0 20px; }
  .title-contents {
    font-size: 20px;
    padding: 0px 0 40px; }
  /* 汎用テキスト ---------------------------------------------------------------- */
  .detail-area {
    margin: 0 0 50px 0; }
    .detail-area:last-child {
      margin: 0 0 50px 0; }
    .detail-area p {
      font-size: 12px; }
  /* ページ遷移 ---------------------------------------------------------------- */
  .pagenation {
    margin-left: -2px; }
    .pagenation p,
    .pagenation ul,
    .pagenation li {
      margin-left: 2px; }
  /* お問い合わせ関連 ---------------------------------------------------------------- */
  .block-contact table th, .block-contact table td {
    font-size: 12px;
    padding: 10px; }
  .block-contact table th {
    width: 12em; }
  .block-contact table td ul li {
    font-size: 12px; }
  .block-contact .uk-form .legend {
    border-left: 3px solid #ffff00;
    padding-left: 1em;
    line-height: 2em; } }
