/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#main.florsquare .firstRow {
  padding: 2.5rem 0;
}

#main.florsquare .firstRow .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main.florsquare .firstRow .inner .img {
  width: 100px;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .firstRow .inner .img {
    width: 140px;
  }
}

#main.florsquare .firstRow .inner .img img {
  width: 100%;
}

#main.florsquare .firstRow .inner .text {
  flex: 1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #main.florsquare .firstRow .inner .text {
    font-size: 20px;
  }
}

#main.florsquare .firstRow .inner .text span {
  color: #FEB310;
}

#main.florsquare .secondRow {
  background-color: #F2F1EC;
  padding: 2rem 1rem;
}

#main.florsquare .secondRow .inner .logo {
  width: 80%;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .secondRow .inner .logo {
    margin-bottom: 2rem;
  }
}

#main.florsquare .secondRow .inner .img1 {
  width: 90%;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .secondRow .inner .img1 {
    margin-bottom: 2rem;
  }
}

#main.florsquare .secondRow .inner .feature {
  background-color: #EDF8F8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .feature {
    padding: 15px;
    padding-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
  }
}

#main.florsquare .secondRow .inner .feature h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  #main.florsquare .secondRow .inner .feature h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .feature h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #main.florsquare .secondRow .inner .feature h2.kosai {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  #main.florsquare .secondRow .inner .feature h2 {
    font-size: 14px;
  }
  #main.florsquare .secondRow .inner .feature h2.kosai {
    font-size: 12px;
  }
}

@media screen and (max-width: 330px) {
  #main.florsquare .secondRow .inner .feature h2 {
    font-size: 12px;
  }
  #main.florsquare .secondRow .inner .feature h2.kosai {
    font-size: 10px;
  }
}

#main.florsquare .secondRow .inner .feature h2 span {
  font-size: 36px;
}

@media screen and (max-width: 900px) {
  #main.florsquare .secondRow .inner .feature h2 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .feature h2 span {
    font-size: 24px;
  }
  #main.florsquare .secondRow .inner .feature h2 span.kosai {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  #main.florsquare .secondRow .inner .feature h2 span {
    font-size: 20px;
  }
  #main.florsquare .secondRow .inner .feature h2 span.kosai {
    font-size: 18px;
  }
}

@media screen and (max-width: 330px) {
  #main.florsquare .secondRow .inner .feature h2 span {
    font-size: 18px;
  }
  #main.florsquare .secondRow .inner .feature h2 span.kosai {
    font-size: 16px;
  }
}

#main.florsquare .secondRow .inner .feature h2 span.blue {
  color: #117FC7;
}

#main.florsquare .secondRow .inner .feature ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .feature ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.florsquare .secondRow .inner .feature ul li {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 900px) {
  #main.florsquare .secondRow .inner .feature ul li {
    font-size: 16px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .feature ul li {
    font-size: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 330px) {
  #main.florsquare .secondRow .inner .feature ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

#main.florsquare .secondRow .inner .feature ul li:last-child {
  margin-right: 0;
}

#main.florsquare .secondRow .inner .img3 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .secondRow .inner .img3 {
    margin-bottom: 2rem;
  }
}

#main.florsquare .secondRow .inner .contactBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .contactBtn {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.florsquare .secondRow .inner .contactBtn a {
  width: 379px;
  height: 72px;
  background-color: #FFEB3F;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .contactBtn a {
    margin: 0;
    width: 100%;
    height: 60px;
  }
  #main.florsquare .secondRow .inner .contactBtn a:last-child {
    margin-top: 15px;
  }
}

#main.florsquare .secondRow .inner .contactBtn a span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .contactBtn a span {
    font-size: 20px;
  }
}

#main.florsquare .secondRow .inner .contactBtn a.tel p {
  font-size: 12px;
}

#main.florsquare .secondRow .inner .contactBtn a.tel span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #main.florsquare .secondRow .inner .contactBtn a.tel span {
    font-size: 26px;
  }
}

#main.florsquare .thirdRow {
  padding: 2.5rem 0;
}

#main.florsquare .thirdRow .section-title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .section-title {
    font-size: 1.5rem;
  }
}

#main.florsquare .thirdRow .property-card {
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card {
    padding: 1.5rem 0;
  }
}

#main.florsquare .thirdRow .property-card:hover .image .prop-img {
  transform: scale(1.05);
}

#main.florsquare .thirdRow .property-card:first-child {
  border-top: 1px solid #D9D9D9;
}

#main.florsquare .thirdRow .property-card .image {
  width: 40.5%;
  overflow: hidden;
}

#main.florsquare .thirdRow .property-card .image .prop-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1);
}

#main.florsquare .thirdRow .property-card .infoBox {
  flex: 1;
  padding-left: 4.5%;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .infoBox {
    padding-left: 5%;
  }
}

#main.florsquare .thirdRow .property-card .prop-title {
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .prop-title {
    font-size: 18px;
  }
}

#main.florsquare .thirdRow .property-card .prop-price {
  color: #e60012;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .prop-price {
    font-size: 20px;
  }
}

#main.florsquare .thirdRow .property-card .prop-price .unit {
  font-size: 11px;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .prop-price .unit {
    font-size: 16px;
  }
}

#main.florsquare .thirdRow .property-card .prop-price .area-size {
  font-size: 0.8rem;
  margin-left: 0.25rem;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .prop-price .area-size {
    font-size: 1rem;
  }
}

#main.florsquare .thirdRow .property-card .prop-address {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .prop-address {
    font-size: 1rem;
  }
}

#main.florsquare .thirdRow .property-card .point-box {
  position: relative;
  border-top: 1px solid #FEB310;
  border-bottom: 1px solid #FEB310;
  padding-top: 0.8rem;
  margin-top: 0.75rem;
  background: #fff;
  padding: 0.75rem 0.75rem 0.5rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .point-box {
    padding: 1rem 0.75rem 0.5rem;
  }
}

#main.florsquare .thirdRow .property-card .point-box .point-label {
  position: absolute;
  top: -12px;
  left: 0;
  background-color: #FEB310;
  padding: 0 1rem;
  font-family: "Kaushan Script", cursive;
  font-size: 0.8rem;
  font-weight: 700;
  transform: skewX(-10deg);
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .point-box .point-label {
    font-size: 15px;
  }
}

#main.florsquare .thirdRow .property-card .point-box .point-label span {
  display: inline-block;
  transform: skewX(10deg);
}

#main.florsquare .thirdRow .property-card .point-box p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #main.florsquare .thirdRow .property-card .point-box p {
    font-size: 1rem;
  }
}

#main.florsquare .fourthRow {
  padding: 2.5rem 0;
}

#main.florsquare .fourthRow .section-title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  #main.florsquare .fourthRow .section-title {
    font-size: 1.5rem;
  }
}

#main.florsquare .fourthRow ul {
  display: flex;
  justify-content: space-between;
}

#main.florsquare .fourthRow ul li {
  width: 47.5%;
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  #main.florsquare .fourthRow ul li {
    width: 31.5%;
  }
}

#main.florsquare .fourthRow ul li:last-child {
  display: none;
}

@media screen and (min-width: 768px) {
  #main.florsquare .fourthRow ul li:last-child {
    display: block;
  }
}

#main.florsquare .fourthRow ul li a {
  background-color: #FFF;
  padding: 10px;
  display: block;
}

#main.florsquare .fourthRow ul li a:hover .img div {
  transform: scale(1.05);
}

#main.florsquare .fourthRow ul li a .img {
  margin-bottom: 10px;
  width: 100%;
  height: 30vw;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #main.florsquare .fourthRow ul li a .img {
    height: 150px;
  }
}

#main.florsquare .fourthRow ul li a .img div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform: scale(1);
}

#main.florsquare .fourthRow ul li a .detail h4 {
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  #main.florsquare .fourthRow ul li a .detail h4 {
    font-size: 18px;
  }
}

#main.florsquare .fourthRow ul li a .detail .desc {
  display: none;
}

/*# sourceMappingURL=florsquare.css.map */