@charset "utf-8";

/*
  File Name   : real-estate.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
#lay-main {
  padding-bottom: 0;
}

/* title
============================================================ */
.title-main-wrap {
  margin-bottom: 30px;
}
.title-main-wrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding:  20px 20px;
  border-radius: 5px;
  background-color: #008bdb;
}

.com-section-title-A {
  font-size: 20px;
  font-weight: bold;
  color: #008bdb;
  padding-bottom: 20px;
  border-bottom: solid 2px #008bdb;
  margin-bottom: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .company-section-title {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

/* -access-wrap
============================================================ */
.-access-wrap {
}
.-access-wrap .firest-lead-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #008bdb;
  text-align: center;
}
.-access-wrap .access-body {
  margin-top: 40px;
}
.-access-wrap .access-body .lead-text {
  color: #000;
}
.-access-wrap .access-body .desc-wrap {
  margin-top: 35px;
}
.-access-wrap .access-body .img-block img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 1100px;
}
.-access-wrap .access-body .map-block {
  margin-top: 60px;
}
.-access-wrap .access-body .map-block iframe {
  width: 100%;
  height: 400px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .-access-wrap .firest-lead-text {
    font-size: 24px;
    line-height: 1.5;
  }
  .-access-wrap .access-body {
    margin-top: 33px;
  }
  .-access-wrap .access-body .desc-wrap {
    margin-top: 35px;
  }
  .-access-wrap .access-body .img-block {
    margin: 0 -34px;
  }
  .-access-wrap .access-body .img-block img {
    max-width: 100%;
  }
  .-access-wrap .access-body .map-block {
    margin-top: 36px;
  }

  .-access-wrap .access-body .desc-block {
    margin-top: 10px;
  }
  .-access-wrap .access-body .desc-wrap .item {
    margin-top: 27px;
  }
  .-access-wrap .access-body .desc-wrap .item:first-child {
    margin-top: 0;
  }
  .-access-wrap .access-body .desc-wrap .title-wrap {
    position: relative;
    padding-left: 42px;
    margin-bottom: 5px;
  }
  .-access-wrap .access-body .desc-wrap .title-wrap span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    width: 30px;
    height: 30px;
    display: block;
    padding-top: 9px;
    border: solid 1px #008bdb;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .-access-wrap .access-body .desc-wrap .title-wrap .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .-access-wrap .access-body .desc-wrap li {
    font-size: 14px;
    line-height: 1.4;
    background-color: #f4fbff;
    border-radius: 5px;
    padding: 18px 19px 14px 48px;
    position: relative;
    margin-bottom: 5px;
  }
  .-access-wrap .access-body .desc-wrap li:last-child {
    margin-bottom: 0;
  }
  .-access-wrap .access-body .desc-wrap li span {
    font-weight: bold;
  }
  .-access-wrap .access-body .desc-wrap li.icon-train::before,
  .-access-wrap .access-body .desc-wrap li.icon-bus::before,
  .-access-wrap .access-body .desc-wrap li.icon-car::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 26px;
  }
  .-access-wrap .access-body .desc-wrap li.icon-train::before {
    background: url(../img/real-estate/icon-A.png) 0 0 no-repeat;
    background-size: 24px auto;
  }
  .-access-wrap .access-body .desc-wrap li.icon-bus::before {
    background: url(../img/real-estate/icon-B.png) 0 0 no-repeat;
    background-size: 24px auto;
  }
  .-access-wrap .access-body .desc-wrap li.icon-car::before {
    background: url(../img/real-estate/icon-C.png) 0 0 no-repeat;
    background-size: 24px auto;
  }
  .-access-wrap .access-body .desc-wrap {

  }
  .-access-wrap .access-body .desc-wrap {

  }
}

/* -facility-wrap
============================================================ */
.-facility-wrap {
  margin-top: 150px;
}
.-facility-wrap .facility-list ul {
  display: flex;
  flex-wrap: wrap;
}
.-facility-wrap .facility-list li {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.-facility-wrap .facility-list li:nth-child(2n) {
  margin-right: 0;
}
.-facility-wrap .facility-list li:nth-child(n + 3) {
  margin-top: 40px;
}
.-facility-wrap .facility-list li .img-block {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.-facility-wrap .facility-list li .desc-block .title {
  font-size: 16px;
  font-weight: bold;
}
.-facility-wrap .facility-list li .desc-block .text {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .-facility-wrap {
    margin-top: 100px;
  }
  .-facility-wrap .facility-list ul {
    display: block;
  }
  .-facility-wrap .facility-list li {
    width: 100%;
    margin-right: 0;
  }
  .-facility-wrap .facility-list li:nth-child(2n) {
  }
  .-facility-wrap .facility-list li:nth-child(n + 2),
  .-facility-wrap .facility-list li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .-facility-wrap .facility-list li .img-block {
    margin-bottom: 15px;
  }
  .-facility-wrap .facility-list li .desc-block .title {
    font-size: 16px;
    font-weight: bold;
  }
  .-facility-wrap .facility-list li .desc-block .text {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
  }
}

/* -overview-wrap
============================================================ */
.-overview-wrap {
  margin-top: 135px;
}
.-overview-wrap .img-block {
  max-width: 411px;
  margin: 34px auto 0;
}
.-overview-wrap .flex-box {
  display: flex;
  margin-top: 60px;
}
.-overview-wrap .flex-box .item {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.-overview-wrap .flex-box .item:nth-child(2n) {
  margin-right: 0;
}
.-overview-wrap .com-base-table th {
  width: 158px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .-overview-wrap {
    margin-top: 85px;
  }
  .-overview-wrap .img-block {
    margin: 30px auto 0;
    padding: 0 50px;
  }
  .-overview-wrap .flex-box {
    display: block;
    margin-top: 60px;
  }
  .-overview-wrap .flex-box .item {
    width: 100%;
    margin-right: 0;
  }
  .-overview-wrap .flex-box .item:nth-child(2n) {
    margin-top: 65px;
  }
  .-overview-wrap .com-base-table th {
    width: 100%;
  }
}

/* -contact-wrap
============================================================ */
.-contact-wrap {
  margin-top: 150px;
  height: 370px;
  background: url(../img/real-estate/real-estate-contact-img-bg.jpg) center center no-repeat;
  background-size: cover;
}
.-contact-wrap .title-wrap {
  padding-top: 100px;
}
.-contact-wrap .title-wrap .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4.3px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: solid 2px #fff;
}
.-contact-wrap .outer {
  max-width: 820px;
  margin: 0 auto;
}
.-contact-wrap .flex-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.-contact-wrap .item-left .tel-wrap {
  padding-right: 40px;
}
.-contact-wrap .item-left .tel-wrap a {
  display: flex;
  align-items: center;
}
.-contact-wrap .item-left .tel-wrap .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 12px 14px;
  border: solid 2px #fff;
  border-radius: 4px;
  margin-right: 20px;
}
.-contact-wrap .item-left .tel-wrap .number {
  font-size: 50px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2.5px;
  color: #fff;
}
.-contact-wrap .item-right {
  margin-left: auto;
}
.-contact-wrap .item-right .btn-wrap a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #008bdb;
  display: block;
  padding: 33px 30px;
  background-color: #fff;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}
.-contact-wrap .item-right .btn-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}
.-contact-wrap .item-right .btn-wrap a span {
  position: relative;
  padding-right: 42px;
}
.-contact-wrap .item-right .btn-wrap a span::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-blank-bl.svg) 0 0 no-repeat;
  background-size: 10px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .-contact-wrap {
    margin-top: 100px;
    height: auto;
    background: url(../img/real-estate/real-estate-contact-img-bg-sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 57px 0 60px;
  }
  .-contact-wrap .title-wrap {
    padding-top: 0;
  }
  .-contact-wrap .title-wrap .title {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 3.6px;
    padding-bottom: 22px;;
  }
  .-contact-wrap .flex-box {
    display: block;
    margin-top: 30px;
  }
  .-contact-wrap .item-left .tel-wrap {
    padding-right: 0;
  }
  .-contact-wrap .item-left .tel-wrap a {
    display: flex;
    align-items: center;
  }
  .-contact-wrap .item-left .tel-wrap .text {
    color: #008bdb;
    white-space: nowrap;
    padding: 23px 12px 0;
    border: solid 1px #fff;
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    background-color: #fff;
    width: 85px;
    height: 60px;
  }
  .-contact-wrap .item-left .tel-wrap .number {
    font-size: 26px;
    white-space: nowrap;
    letter-spacing: 2.5px;
    padding: 15px 14px 0;
    border: solid 2px #fff;
    border-radius: 0 4px 4px 0;
    width: calc(100% - 85px);
    height: 60px;
    position: relative;
  }
  .-contact-wrap .item-left .tel-wrap .number::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: url(../img/common/icon-arrow-right-wh.svg) 0 0 no-repeat;
    background-size: 6px auto;
  }
  .-contact-wrap .item-right {
    margin-left: 0;
    margin-top: 20px;
  }
  .-contact-wrap .item-right .btn-wrap a {
    padding: 33px 30px;
  }
  .-contact-wrap .item-right .btn-wrap a:hover {
    opacity: 1;
  }
  .-contact-wrap .item-right .btn-wrap a span {
    padding-right: 32px;
    display: block;
  }
  .-contact-wrap .item-right .btn-wrap a span::after {
    top: 7px;
  }
}
@media screen and (max-width: 321px) {
  .-contact-wrap .title-wrap .title {
    font-size: 18px;
  }
  .-contact-wrap .item-left .tel-wrap .number {
    font-size: 20px;
    white-space: normal;
    letter-spacing: 1px;
    padding-top: 17px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .hoge {
  }
}


