@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  min-width: 1000px;
  font-feature-settings: "palt";
}

.In-wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 60px);
}

.PC-none {
  display: none;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:link,
a:visited {
  color: #0b3525;
}

a:hover,
a:active {
  text-decoration: none;
}

a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.8;
}

a,
button,
label,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

img {
  width: 100%;
}
/* --------------------------------------------------------
-----------------------------------------------------------
Content-block
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-block {
  padding-top: 130px;
  padding-bottom: 131px;
}

.Content-block .content-title {
  margin-bottom: 69px;
  display: flex;
  justify-content: center;
  position: relative;
}

.Content-block .content-title::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid rgba(0, 0, 0, 0);
  border-left: 40px solid rgba(0, 0, 0, 0);
  border-top: 40px solid #1c6147;
  border-bottom: 0;
}

.Content-block .content-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  line-height: 1.7em;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #1c6147;
  width: 100%;
}

.Content-block .content-title h2::before,
.Content-block .content-title h2::after {
  content: "";
  display: inline-block;
  width: 123px;
  height: 123px;
  margin-right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-28%);
}

.Content-block.lineup-block .content-title h2::before,
.Content-block.rental-block .content-title h2::before {
  background-image: url(/lp/img/title_HandheldBrushCutter01.png);
  left: 5%;
}
.Content-block.lineup-block .content-title h2::after,
.Content-block.rental-block .content-title h2::after {
  background-image: url(/lp/img/title_RidingLawnMower.png);
  right: 2%;
}

.Content-block.select-block .content-title h2::before,
.Content-block.flow-block .content-title h2::before {
  background-image: url(/lp/img/title_HammerMower.png);
  left: 5%;
}
.Content-block.select-block .content-title h2::after,
.Content-block.flow-block .content-title h2::after {
  background-image: url(/lp/img/title_HandheldBrushCutter02.png);
  right: 2%;
}

h3 {
  font-size: 30px;
}

.point {
  font-weight: bold;
}
.red {
  color: #ff1c1c;
}
.line {
  background: linear-gradient(transparent 50%, #fdedaf 60%);
  padding-bottom: 0.1em;
  font-weight: bold;
  display: inline;
  width: fit-content;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
top-img-block
-----------------------------------------------------------
----------------------------------------------------------- */
.top-img-block {
  position: relative;
  min-height: 500px;
  height: 70vh;
  overflow: hidden;
}

.top-img-bg {
  position: absolute;
  inset: 0;
  background-image: url(/lp/img/top.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.top-img-block .h1-wrap {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-img-block .h1-wrap img {
  max-height: 370px;
  width: auto;
}

.top-img-block .h1-wrap h1 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 4px #42210b;
}

/* --------------------------------------------------------
-----------------------------------------------------------
message-block
-----------------------------------------------------------
----------------------------------------------------------- */
.message-block {
  background: url(/lp/img/message_bg.jpg) no-repeat center center / cover;
  padding-bottom: 160px;
}

.message-block p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
}

.message-block p + p {
  margin-top: 23px;
}

.message-block .point {
  font-size: 23px;
  color: #ff8400;
}

.message-block .underline {
  font-size: 35px;
  font-weight: bold;
  text-underline-offset: 8px;
  margin-right: 5px;
  color: #ff8400;
}
/* --------------------------------------------------------
-----------------------------------------------------------
lineup-block
-----------------------------------------------------------
----------------------------------------------------------- */
.lineup-block {
  padding-top: 129px;
  background: url(/lp/img/bg.jpg) no-repeat center bottom / cover;
}

.lineup-block .lineup-item {
  padding: 30px 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 33px;
  background-color: #fff;
}

.lineup-block .lineup-item:last-of-type {
  margin-bottom: 0;
}

.lineup-block h3 {
  margin-bottom: 25px;
  color: #ff8400;
  position: relative;
  display: block;
}

.lineup-block h3::after {
  background: #ff8400;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  width: 100%;
  z-index: 0;
}

.lineup-block h4 {
  margin-bottom: 18px;
}

.lineup-block .text-wrap {
  margin-bottom: 10px;
}

.lineup-block .text-wrap .item-copy {
  font-size: 21px;
  margin-bottom: 30px;
}

.lineup-block .text-wrap .item-detail p {
  margin-bottom: 30px;
}

.lineup-block .text-wrap .item-detail p:last-of-type {
  margin-bottom: 0;
}

.lineup-block .text-wrap .item-detail .point {
  font-size: 18px;
}

.lineup-block .img-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}

.lineup-block .img-wrap img {
  width: calc((100% - 15px) / 2);
}

.lineup-block .recommend {
  background-color: #ff8400;
  padding: 7px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}

.lineup-block .recommend::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/lp/img/point_w.svg);
}

.lineup-block .recommend-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.lineup-block .recommend-list li {
  padding-left: 32px;
  position: relative;
  text-indent: 0;
  font-size: 19px;
}
.lineup-block .recommend-list li + li {
  margin-top: 15px;
}
.lineup-block .recommend-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/lp/img/check_o.svg);
}

.lineup-block .recommend-detail img {
  width: 280px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
select-block
-----------------------------------------------------------
----------------------------------------------------------- */
.select-block {
  background: url("/lp/img/select-bg.jpg") no-repeat center center / cover;
  position: relative;
}

.select-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(91 91 91 / 50%);
  z-index: 1;
}

.select-block .select-inner {
  position: relative;
  z-index: 2;
}

.select-block .content-title {
  margin-bottom: 67px;
}

.select-block .select-text .problem {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  text-shadow: 5px 3px 5px #161616;
}

.select-block .select-text > p {
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 5px 3px 5px #161616;
}

.select-block .select-text .select-point {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.select-block .select-text .point {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.select-block .select-text .title-wrap {
  display: flex;
  font-weight: bold;
  color: #ff8400;
  align-items: center;
  padding: 17px;
}

.select-block .select-text .point-title {
  font-size: 21px;
  font-weight: bold;
  margin-right: 7px;
}

.select-block .select-text .point-title::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/lp/img/point_o.svg);
  margin-right: 10px;
}

.select-block .select-text .number {
  font-size: 33px;
  margin-right: 19px;
}

.select-block .select-text .point-detail {
  color: #444;
  font-size: 25px;
}

.select-block .select-text .text-wrap {
  display: flex;
}

.select-block .select-text .text-wrap .select-item {
  width: calc(100% / 2);
  padding: 10px 20px 17px 20px;
  display: flex;
  flex-direction: column;
}

.select-block .select-text .text-wrap.first .select-item {
  width: calc(100% / 3);
}

.select-block .select-text .text-wrap.first .select-item:nth-of-type(even),
.select-block .select-text .text-wrap.second .select-item:nth-of-type(even),
.select-block .select-text .text-wrap.third .select-item:nth-of-type(odd) {
  background: #fff5ee;
}
.select-block .select-point + .select-point {
  margin-top: 35px;
}

.select-block .select-point .line {
  font-size: 20px;
  margin-top: 9px;
}

.select-block .select-point .select-text {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
}
/* --------------------------------------------------------
-----------------------------------------------------------
rental-block
-----------------------------------------------------------
----------------------------------------------------------- */
.rental-block {
  background: url(/lp/img/bg.jpg) no-repeat center center / cover;
  text-align: center;
  position: relative;
}

.rental-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 35%);
  z-index: 1;
}
.rental-block .content-title {
  margin-bottom: 80px;
}

.rental-block .rental-inner {
  z-index: 2;
  position: relative;
}

.rental-block .rental-wrap {
  display: flex;
  gap: 15px;
  position: relative;
  justify-content: flex-end;
}

.rental-block .rental-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #90998c;
  bottom: 96px;
}
.rental-block .rental-wrap > span {
  position: absolute;
  left: 30px;
  font-size: 18px;
}

.rental-block .rental-wrap > span:first-of-type {
  top: 288px;
}

.rental-block .rental-wrap > span:last-of-type {
  top: 353px;
}

.rental-block .attention {
  font-size: 14px;
  text-align: right;
  margin-top: 13px;
}

.rental-block .rental-item {
  text-align: center;
  width: 270px;
  display: flex;
  flex-direction: column;
}

.rental-block .rental-item .img-wrap {
  margin-bottom: 5px;
}

.rental-block .rental-item .img-wrap img {
  width: 100%;
}

.rental-block .rental-item .item-name {
  font-size: 17px;
  margin-bottom: 50px;
  height: 2em;
}

.rental-block .rental-item .price-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.rental-block .rental-item .day {
  line-height: 1.4;
}

.rental-block .rental-item .price-cell {
  display: flex;
  flex-direction: column;
  position: relative;
}

.rental-block .rental-item .price-cell::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #90998c;
  position: absolute;
  left: -7px;
}

/* 価格表示 */
.price {
  font-weight: bold;
  font-size: 23px;
  margin-right: 3px;
}

.price-cell p {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* 2日目はオレンジ */
.price-cell .price-detail .two {
  color: #e6792a;
}

/* 注釈（刃付） */
.price-cell br + span,
.price-cell br + small,
.price-cell {
  font-size: 15px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
flow-block
-----------------------------------------------------------
----------------------------------------------------------- */
.flow-block {
  background: url(/lp/img/bg.jpg) no-repeat center center / cover;
  padding-bottom: 0;
}

.flow-block .Content-block {
  margin-top: 0px;
}

.flow-block .flow-wrap {
  display: flex;
  gap: 90px;
  justify-content: space-between;
}

.flow-block .flow-wrap .flow-step {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.flow-block .flow-wrap .flow-step + .flow-step::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-image: url(/lp/img/next.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(50%);
  top: 50%;
  left: -40%;
}

.flow-block .flow-wrap .flow-step img:first-of-type {
  width: 80px;
}

.flow-block .flow-wrap .flow-step img:last-of-type {
  max-width: 270px;
}
.flow-block .flow-wrap .flow-step .point {
  font-size: 25px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
contact-block
-----------------------------------------------------------
----------------------------------------------------------- */
.contact-block {
  background: url(/lp/img/bg.jpg) no-repeat center center / cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-block:last-of-type {
  padding-bottom: 131px;
}

.contact-block .btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-block .btn-wrap p {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
}

.contact-block .btn-wrap p::before {
  content: "";
  background-size: 270px auto;
  background-repeat: no-repeat;
  width: 270px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  background-image: url(/lp/img/decoration.svg);
}

.contact-block .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff8400;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 1px;
  width: 402px;
  height: 80px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.contact-block .btn-wrap a::after {
  content: "";
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url(/lp/img/icon_next.svg);
}

.contact-block .btn-wrap span {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  background: #002718;
  padding: 80px 0;
}

.Footer .logo-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.Footer .logo-wrap img {
  width: 300px;
}

.Footer .inner-wrap > p {
  text-align: center;
  font-size: 14px;
  line-height: 2.1;
  color: #fff;
  margin-bottom: 75px;
}

.Footer .copyright {
  font-size: 11px;
  color: #fff;
  text-align: center;
}
