/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  margin-bottom: 21.3333333333vw;
}
.fv:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32vw;
  display: inline-block;
  width: 48.8vw;
  height: 39.8666666667vw;
  background-image: url(../img/fv/deco_sp.svg);
  background-size: contain;
}

.fv-catch {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.fv-catch-sub {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% + 16vw);
  left: 5.3333333333vw;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.12em;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.fv-image {
  margin-left: auto;
  width: 87.3333333333vw;
}
.fv-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 133.3333333333vw;
}

@media screen and (min-width: 751px) {
  .fv {
    margin-bottom: 9.0277777778vw;
  }
  .fv:after {
    bottom: -13.8888888889vw;
    width: 26.4583333333vw;
    height: 20.7638888889vw;
    background-image: url(../img/fv/deco.svg);
  }
  .fv-catch {
    left: 6.9%;
    font-size: 4.1666666667vw;
  }
  .fv-catch-sub {
    top: calc(50% + 8.3333333333vw);
    left: 6.9%;
    font-size: 2.2222222222vw;
  }
  .fv-image {
    width: calc(100% - 10.4166666667vw);
  }
  .fv-image img {
    height: 55.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    margin-bottom: 130px;
  }
  .fv:after {
    bottom: -200px;
    width: 381px;
    height: 299px;
  }
  .fv-catch {
    font-size: 6rem;
  }
  .fv-catch-sub {
    font-size: 3.2rem;
  }
  .fv-image {
    width: calc(100% - 150px);
  }
  .fv-image img {
    height: 800px;
  }
}
/*  #news
-------------------------------------------------------------------------------*/
.news {
  position: relative;
  padding: 13.3333333333vw 0;
}

.news-heading {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}

.news-btn {
  margin-top: 10.6666666667vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .news {
    padding: 9.0277777778vw 0;
  }
  .news-heading {
    margin-bottom: 6.9444444444vw;
  }
  .news-btn {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .news {
    padding: 130px 0;
  }
  .news-heading {
    margin-bottom: 100px;
  }
  .news-btn {
    margin-top: 80px;
  }
}
/*  property
-------------------------------------------------------------------------------*/
.property {
  position: relative;
  padding: 17.3333333333vw 0;
}
.property:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25.8%;
  background-color: #ffffff;
}
.property:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 10.6666666667vw 10.6666666667vw;
  border-color: transparent transparent #ffffff transparent;
}

.property-heading {
  margin-bottom: 17.3333333333vw;
}

.property-btn {
  margin-top: 13.3333333333vw;
  text-align: center;
}

.property--land {
  background-color: #f8f3eb;
}
.property--land .btn-circle .circle span {
  background-color: #f8f3eb;
}

.property--house {
  background-color: #eff1f2;
}
.property--house .btn-circle .circle span {
  background-color: #eff1f2;
}

@media screen and (min-width: 751px) {
  .property {
    padding: 10.4166666667vw 0 6.9444444444vw 0;
  }
  .property:before {
    height: 50.5%;
  }
  .property:after {
    border-width: 0px 0px 5.5555555556vw 5.5555555556vw;
  }
  .property-heading {
    margin-bottom: 6.9444444444vw;
  }
  .property-btn {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .property {
    padding: 150px 0 100px 0;
  }
  .property:after {
    border-width: 0px 0px 80px 80px;
  }
  .property-heading {
    margin-bottom: 100px;
  }
  .property-btn {
    margin-top: 90px;
  }
}
/*  #reserve
-------------------------------------------------------------------------------*/
.reserve {
  padding-top: 13.3333333333vw;
}

.reserve-contents {
  margin-bottom: 13.3333333333vw;
}

.reserve-image {
  position: relative;
  left: 6.6666666667vw;
  margin-bottom: 16vw;
  width: 86.6666666667vw;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
}

.reserve-heading {
  margin-bottom: 13.3333333333vw;
}

.reserve-content-inner {
  margin: 0 auto;
  width: 73.3333333333vw;
}

.reserve-btn {
  margin-top: 8vw;
}

.reserve-map .ggmap {
  padding-bottom: 93.3%;
}

@media screen and (max-width: 750px) {
  .reserve-text {
    margin-left: auto;
    width: 62vw;
  }
}
@media screen and (min-width: 751px) {
  .reserve {
    padding-top: 10.4166666667vw;
  }
  .reserve-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 9.0277777778vw;
  }
  .reserve-image {
    margin: 0;
    left: 0;
    width: 34.7222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reserve-content {
    width: 44.4444444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reserve-heading {
    margin-bottom: 5.5555555556vw;
  }
  .reserve-content-inner {
    margin: 0 0 0 auto;
    width: 24.3055555556vw;
  }
  .reserve-text {
    padding-right: 5.9027777778vw;
  }
  .reserve-btn {
    margin-top: 2.0833333333vw;
  }
  .reserve-map .ggmap {
    padding-bottom: 38.1%;
  }
}
@media screen and (min-width: 1441px) {
  .reserve {
    padding-top: 150px;
  }
  .reserve-contents {
    margin-bottom: 130px;
  }
  .reserve-image {
    width: 500px;
  }
  .reserve-content {
    width: 640px;
  }
  .reserve-heading {
    margin-bottom: 80px;
  }
  .reserve-content-inner {
    width: 350px;
  }
  .reserve-text {
    padding-right: 85px;
  }
  .reserve-btn {
    margin-top: 30px;
  }
}