/* Scss Document */
.sale-container {
  position: absolute;
  top: 4px;
  left: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.sale-body {
  margin-left: 10px;
  padding: 8px 16px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  width: 285px;
}
.sale-body .sale-text {
  font-size: 1.2rem;
  line-height: 1.2;
}
.sale-body .site-number,
.sale-body .lots-number {
  font-size: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.sale-body .site-number em,
.sale-body .lots-number em {
  color: #FFFF26;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  letter-spacing: -0.01em;
  font-weight: normal;
}
.sale-body .site-number span,
.sale-body .lots-number span {
  display: block;
  width: 1em;
  font-size: 1.4rem;
}
.sale-body .site-number {
  padding-right: 20px;
  background: url(../img/common/parts_slash.png) no-repeat right center;
}

.header {
  background: #003366;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.header .inner {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 1200px;
  height: 80px;
}
.header #logo {
  position: absolute;
  top: 22px;
  left: 30px;
}
.header #logo img {
  margin-right: 25px;
  display: inline-block;
}
.header address {
  position: absolute;
  top: 22px;
  right: 30px;
}
.header .btn-contact {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 255px;
}

.btn-contact a {
  padding: 0.6em 0.5em 0.6em 1.25em;
  color: rgb(255, 255, 255);
  background: #EF8200;
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.btn-contact a:after {
  padding-left: 0.75em;
  content: url(../img/common/arw_m_r_w.png);
  float: right;
}

#gnav {
  background: #002851;
  width: 100%;
  min-width: 1200px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#gnav .sale-container {
  display: none;
}
#gnav > ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1200px;
  letter-spacing: -0.5em;
  text-align: center;
  line-height: 1;
}
#gnav ul > li {
  display: inline-block;
  letter-spacing: normal;
  width: 16%;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  position: relative;
}
#gnav ul #gn-property a {
  color: #FFFF26;
}
#gnav ul #gn-openhouse,
#gnav ul #gn-tel {
  display: none;
}
#gnav ul #gn-map > a {
  padding-left: 1em;
  color: #B20000;
  background: linear-gradient(-70deg, #C0B283, #FEE9A0);
  position: relative;
}
#gnav ul #gn-map > a:hover {
  opacity: 1;
}
#gnav ul #gn-map > a img {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 16px;
}
#gnav ul #gn-contact {
  width: 20%;
}
#gnav ul #gn-contact a {
  background: #EF8200;
}
#gnav a {
  padding: 1em 0;
  color: rgb(255, 255, 255);
  display: block;
  letter-spacing: 0.125em;
  letter-spacing: -0.5px;
}
#gnav #gn-top {
  border-left: solid 1px rgba(255, 255, 255, 0.4);
}
#gnav li ul {
  position: absolute;
  top: 2.5em;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 0;
}
#gnav li:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#gnav li li {
  margin: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  border-right: none;
  float: none;
  width: 100%;
  letter-spacing: 0;
  font-size: 1.3rem;
  background: #A09670;
}
#gnav li li a {
  padding: 1em 0;
  background: #A09670;
}

main {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  background: #F6F6F6;
}

#crumbs {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
}
#crumbs li {
  font-weight: bold;
}
#crumbs li a {
  padding-right: 3rem;
  position: relative;
  display: block;
  font-weight: normal;
}
#crumbs li a:after {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 6px;
  height: 6px;
  border-top: 1px solid #251d1a;
  border-right: 1px solid #251d1a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.en {
  font-family: "Times New Roman";
  color: #002851;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#pagettl {
  margin: 0 0 60px;
  padding: 30px 0 0;
  background: rgb(255, 255, 255);
  width: 100%;
  min-width: 1200px;
  height: 120px;
  text-align: center;
}
#pagettl h1 {
  font-weight: bold;
}

section {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
section .inner {
  margin: 0 auto 60px;
  padding: 0 30px;
  width: 1200px;
}
section h2,
section .catch {
  margin: 2em auto 1em;
  padding-bottom: 0.5em;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
section h3 {
  margin: 1.5em 0 1em;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.ttl-m {
  margin: 3em 0 2em;
  border: none;
}
.ttl-m .en {
  margin-bottom: 0 !important;
  font-size: 3rem;
}
.ttl-m h3 {
  margin: 0;
  font-size: 2rem;
}

.bnr-area {
  background: rgb(255, 255, 255);
  margin: 0;
  padding: 60px 0;
}
.bnr-area .inner {
  margin: 0 auto;
}
.bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bnr-list li {
  width: 24%;
}

footer {
  margin: 0;
  color: rgb(255, 255, 255);
  background: #003366;
  width: 100%;
  min-width: 1200px;
}
footer .inner {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
footer a {
  color: rgb(255, 255, 255);
}
footer span {
  color: rgba(255, 255, 255, 0.3);
}
footer figure {
  float: left;
  font-size: 0;
  line-height: 0;
}

.f-contact-wrap {
  padding: 30px;
  float: right;
  width: 315px;
  height: 254px;
  background: #002851;
  text-align: center;
}
.f-contact-wrap h3 {
  margin: 0 0 2em;
  font-weight: bold;
  letter-spacing: -1px;
}

footer .btn-contact {
  margin: 1.5em 0 0;
}

#fnav ul {
  letter-spacing: -0.5em;
}
#fnav li {
  display: inline-block;
  letter-spacing: normal;
}
#fnav li:after {
  padding: 0 0.5em;
  content: "|";
  display: inline-block;
}

.f-company-wrap {
  padding: 30px;
  position: relative;
  float: left;
  width: 445px;
  height: 254px;
  font-size: 1.3rem;
}

.f-company {
  position: absolute;
  bottom: 30px;
  left: 30px;
  line-height: 1.3;
}
.f-company h3 {
  margin-bottom: 0.25em;
}
.f-company .prc-notes {
  margin: 4em 0 0;
  font-size: 1.2rem;
}
.f-company .copyright {
  margin: 1em 0 0;
}

@media only screen and (max-width: 600px) {
  .header {
    min-width: 100%;
    position: relative;
    z-index: 10;
  }
  .header .inner {
    padding: 4vw;
    width: 100%;
    height: 14vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header #logo {
    position: static;
  }
  .header #logo img {
    width: auto;
    height: 7vw;
  }
  .header .sale-container {
    display: none;
  }
  .header address,
  .header .btn-contact {
    display: none;
  }
  #gnav {
    background: #002851;
    width: 100%;
    min-width: 100%;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    top: 14vw;
    left: 0;
    display: none;
    z-index: 10;
  }
  #gnav .sale-container {
    margin-top: 2vw;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav .sale-container .sale-body {
    width: auto;
  }
  #gnav > ul {
    margin: 0 auto 0;
    padding: 10px 30px;
    width: 100%;
    letter-spacing: -0.5em;
    text-align: center;
    line-height: 1;
  }
  #gnav ul > li {
    display: block;
    letter-spacing: normal;
    width: 100%;
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    position: relative;
  }
  #gnav a {
    padding: 1.5em 0;
    color: rgb(255, 255, 255);
    display: block;
    letter-spacing: 0.125em;
    letter-spacing: -0.5px;
  }
  #gnav #gn-top {
    border-left: none;
  }
  #gnav ul #gn-openhouse {
    display: inherit;
  }
  #gnav ul #gn-tel {
    border: none;
    display: inherit;
  }
  #gnav ul #gn-map {
    padding: 0.5em;
    background: linear-gradient(-70deg, #C0B283, #FEE9A0);
  }
  #gnav ul #gn-map a {
    padding: 1em;
  }
  #gnav ul #gn-contact {
    margin-top: 1em;
    border: none;
    display: inherit;
    width: 100%;
  }
  #gnav ul #gn-contact a {
    padding: 1em 0.5em 1em 1.25em;
    color: rgb(255, 255, 255);
    background: #EF8200;
    font-size: 1.8rem;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #gnav ul #gn-contact a:after {
    padding-left: 0.75em;
    content: url(../img/common/arw_m_r_w.png);
    float: right;
  }
  #gnav li ul {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: auto;
    left: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #gnav li ul li {
    border: none;
    width: 49%;
  }
  #gnav li ul li a {
    border: solid 1px rgb(255, 255, 255);
  }
  .btn-gnav {
    display: block;
    width: 6vw;
    height: 6vw;
    background: url(../img/common/parts_gnav.png) no-repeat center center;
    background-size: 8vw auto;
  }
  .btn-gnav.close {
    background: url(../img/common/parts_close.png) no-repeat center center;
    background-size: 8vw auto;
  }
  main {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
  }
  .en {
    font-family: "Times New Roman";
    color: #002851;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #pagettl {
    margin: 0 0 5vw;
    padding: 5vw 0;
    background: rgb(255, 255, 255);
    width: 100%;
    min-width: 100%;
    height: auto;
    text-align: center;
  }
  #pagettl h1 {
    font-weight: bold;
  }
  section {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
  }
  section .inner {
    margin: 0 auto 8vw;
    padding: 0 4vw;
    width: 100%;
  }
  section h2,
  section .catch {
    margin-bottom: 1.5em;
    line-height: 1.6;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
  }
  section h3 {
    margin: 1.5em 0 1em;
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
  }
  .ttl-m {
    margin: 3em 0 2em;
  }
  .ttl-m .en {
    margin-bottom: 0 !important;
    font-size: 3rem;
  }
  .ttl-m h3 {
    margin: 0;
    font-size: 2rem;
  }
  .bnr-area {
    padding: 4vw 0;
  }
  .bnr-list li {
    margin: 1.5vw 0;
    width: 48%;
  }
  footer {
    margin: 70px 0 0;
    color: rgb(255, 255, 255);
    background: #444;
    width: 100%;
    min-width: 100%;
  }
  footer .inner {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  footer a {
    color: rgb(255, 255, 255);
  }
  footer span {
    color: rgba(255, 255, 255, 0.3);
  }
  footer figure {
    float: none;
  }
  .f-contact-wrap {
    padding: 30px;
    float: right;
    width: 100%;
    height: auto;
    background: #002851;
    text-align: center;
  }
  .f-contact-wrap h3 {
    margin: 0 0 2em;
    font-weight: bold;
    letter-spacing: -1px;
  }
  footer .btn-contact {
    margin: 1.5em 0 0;
  }
  #fnav ul {
    letter-spacing: -0.5em;
  }
  #fnav li {
    display: inline-block;
    letter-spacing: normal;
  }
  #fnav li:after {
    padding: 0 0.5em;
    position: relative;
    content: "|";
    display: inline-block;
  }
  .f-company-wrap {
    padding: 30px;
    position: relative;
    float: left;
    width: 100%;
    height: 254px;
    font-size: 1.5rem;
  }
  .f-company {
    margin-top: 3em;
    position: static;
  }
  .f-company h3 {
    margin-bottom: 1em;
  }
}