.header-l_wrap,
.footer-l_wrap,
.sky-bnr,
.breadcrumb-area {
  display: none !important;
}

.pink {
  color: #d6334e;
}

[class$="-inn"] {
  max-width: 1120px;
  margin: 0 auto;
}

.leftnavi-l-wrap {
  display: none;
}

.main-l_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  [class$="-inn"] {
    width: 93%;
  }
}

/*------------
hero
--------------*/
.lsize .hero {
  padding-top: 170px;
  background: url("https://www.umeya1951.jp/wp-content/themes/umeya2022/images/lsize-lp/img3_1.jpg") no-repeat center top/100%;
  padding-bottom: 115px;
}

.lsize .hero-ttl {
  width: 50%;
  padding: 0 0 45px;
  font-size: 65px;
  text-align: center;
}

.lsize .hero-ttl-img {
  display: block;
}

.lsize .hero .l-text {
  font-size: 75px;
}

.lsize .hero-btn {
  width: 50%;
  text-align: center;
}

.lsize .hero-btn a {
  font-size: 25px;
  padding: 14px 38px;
  color: white;
  background-color: #95ce6f;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .lsize .hero {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .lsize .hero-ttl {
    width: 100%;
    padding: 0 0 22px;
    font-size: clamp(27.73333px, 8.66667vw, 65px);
  }
  .lsize .hero-ttl-img {
    display: block;
  }
  .lsize .hero .l-text {
    font-size: clamp(32px, 10vw, 75px);
  }
  .lsize .hero-btn {
    margin: 0 auto;
  }
  .lsize .hero-btn a {
    font-size: clamp(10.66667px, 3.33333vw, 25px);
    padding: 7px 16px;
  }
}

/*------------
support
--------------*/
.lsize .support {
  position: relative;
  background: url("https://www.umeya1951.jp/wp-content/themes/umeya2022/images/lsize-lp/img3.jpg") no-repeat center bottom/100%;
}

.lsize .support h2 {
  font-size: 40px;
  text-align: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.lsize .support ul {
  background-color: #fff;
  padding: 40px 0 40px 70px;
  width: 100%;
  border-radius: 10px;
}

.lsize .support li {
  padding: 20px 0;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lsize .support h3 {
  padding: 60px 0 70px;
  font-size: 40px;
  text-align: center;
  color: white;
}

.lsize .support .img {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .lsize .support {
    background: url("https://www.umeya1951.jp/wp-content/themes/umeya2022/images/lsize-lp/img3.jpg") no-repeat center bottom/100%;
  }
  .lsize .support h2 {
    font-size: clamp(17.06667px, 5.33333vw, 40px);
  }
  .lsize .support ul {
    padding: 20px 15px;
  }
  .lsize .support li {
    padding: 10px 0;
    font-size: clamp(10.66667px, 3.33333vw, 25px);
  }
  .lsize .support li img {
    width: 3.33333vw;
    max-width: 25px;
  }
  .lsize .support .img {
    margin-right: 10px;
  }
  .lsize .support h3 {
    padding: 30px 0 35px;
    font-size: clamp(17.06667px, 5.33333vw, 40px);
  }
}

/*------------
point
--------------*/
.point {
  background: url("https://www.umeya1951.jp/wp-content/themes/umeya2022/images/lsize-lp/img8.jpg") no-repeat center bottom/100%;
  background-color: #fcf6f6;
  padding-bottom: 196px;
}

.point li {
  background-color: #fff;
  padding: 50px 34px;
  border-radius: 10px;
  margin-bottom: 70px;
}

.point h4 {
  font-size: 40px;
  padding-bottom: 40px;
}

.point h4 img {
  vertical-align: bottom;
}

.point-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point-img {
  width: 39.35361%;
}

.point-img img {
  display: block;
}

.point p {
  width: 57%;
  font-size: 25px;
  line-height: 1.4;
}

.point li:nth-of-type(even) .point-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.point h5 {
  text-align: center;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .point {
    padding-bottom: 100px;
  }
  .point li {
    background-color: #fff;
    padding: 25px 15px;
    margin-bottom: 35px;
  }
  .point h4 {
    font-size: clamp(17.06667px, 5.33333vw, 40px);
    padding-bottom: 20px;
  }
  .point h4 img {
    display: block;
    width: 20vw;
    max-width: 150px;
  }
  .point-img {
    width: auto;
  }
  .point-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point p {
    width: 100%;
    font-size: clamp(10.66667px, 3.33333vw, 25px);
    padding-top: 20px;
  }
  .point li:nth-of-type(even) .point-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point h5 {
    text-align: center;
    font-size: clamp(14.93333px, 4.66667vw, 35px);
  }
}
/*# sourceMappingURL=lsize-lp.css.map */