@charset "utf-8";

a,
img {
  display: inline-block;
}

body {
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic", YuGothic, Helvetica, Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
  color: #3A2C29;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.wrap {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.wrap2 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.pc img {
  width: 100%;
}



h1 img {
  width: 22%;
  position: absolute;
  top: 40px;
  left: 140px;
  z-index: 99;
}

.pc .fv img {
  position: relative;

}

h2 {
  font-weight: bold;
  font-size: 40px;
  color: #377E58;
  letter-spacing: 0.2em;
  padding: 100px 0 60px;
  margin: 0;
}

.onayamikoumoku {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 860px;
}

.onayamikoumoku img {
  width: 50%;
}

.onayamifam img {
  width: 60%;
}

.onayamiar img {
  width: 20%;
  margin: 60px 0 60px;
}

#kaiketu {
  background-color: #FFFAF1;

  padding-bottom: 100px;
}

.point {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.pointkoumoku {
  width: 33%;
  margin: 10px;
  background-color: #ffffff;
  padding: 10px 20px 10px;
}

.pointkoumoku h3 {
  color: #006a2f;
  font-weight: 700;
  font-size: 20px;
}

.point2 h3 {
  margin-bottom: -10px;
}

.pointkoumoku p {
  text-align: left;
}

.pointkoumoku img {
  width: 100px;
  margin: 20px 0;
}

#menu {
  background-color: #F5F1E8;
  text-align: center;
  padding: 100px 0;
}

.menu {
  width: 1080px;
  background: #ffffff;
  margin: 0 auto;
  padding-bottom: 60px;
}

.menuwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menuitem {
  width: 44%;
  margin: 20px;
}

.menuitem img {
  width: 100%;
}

.menutitle {
  font-weight: 800;
  font-size: 20px;
  border-bottom: 2px solid #F5F1E8;
  padding-bottom: 10px;
  margin: 10px 0;
}

.menuitemtext {
  text-align: left;
  padding-left: 10px;
}

.price {
  font-size: 15px;
  color: #BDBDBD;
  font-weight: 700;
}


.casewrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.caseitem {
  width: 46%;
  margin: 20px;
}

.caseitem h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  color: #377E58;
}

.caseitem img {
  width: 100%;
}

.caseitembottom {
  display: flex;
}

.caseitemtext {
  text-align: left;
  padding-top: 10px;
}

.caseitemtext p {
  margin-top: 6px;
}

.caseitemtext span {
  font-weight: 800;
}

.caseitembottom img {
  width: 183px;
  height: 115px;
  margin: 10px 20px 0 0;
}



#step {
  background-image: url("../images/stepbg.webp");
  text-align: center;
  padding: 100px 0;
  margin-top: 100px;
}


.step {
  width: 1080px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding-bottom: 60px;
}

.stepwrap {
  display: flex;
  justify-content: start;
  justify-content: center;
}

.stepleft img {
  width: 100px;
}

.stepright {
  margin: 10px 0 0 50px;
}

.stepright h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}

.steptext {
  background-color: #FFFAF1;
  width: 436px;
  padding: 20px;
  margin-top: 10px;
}

.steptext p {
  text-align: left;
  margin: 0;
}

.free span {
  font-weight: bold;
  color: #ffffff;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #377E58;
  margin-left: 40px;
}

.right {
  display: flex;
}




.accordion-001 {
  max-width: 760px;
  background-color: #fffaf1;
  margin: 0 auto;
}



.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #e2d8c4;
  color: #3A2C29;
  font-weight: normal;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  text-align: left;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #3a2c29;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

#area img {
  width: 40%;
}

.areaitem h3 {
  background-color: #ffffff;
  padding: 14px 20px;
  margin: 0 0 10px;
  border-radius: 10px;
}

.areaitem {
  margin: 0 auto;
  background-color: #FFFAF1;
  padding: 20px 40px;
  width: 40%;
  border-radius: 10px;
}

.areaitem p {
  text-align: left;
}


#estimate {
  margin-top: 100px;
  background: linear-gradient(to right, #FBF2E1 0%, #FBF2E1 50%, #F0E6D1 50%, #F0E6D1 100%);
}


.cta a {
  color: #ffffff;
  font-weight: bold;
  background-color: #377E58;
  padding: 24px 90px;
  margin: 60px 0 80px;
  text-decoration-line: none;
}

.dli-chevron-round-right {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

#company img {
  width: 100%;
}

table {
  margin: 60px auto 40px;
  border-collapse: collapse;
  width: 100%;
  max-width: 780px;
}

#company table th,
table td {
  padding: 16px;
  border: none;
  text-align: left;
}


#company table th {
  color: #377E58;
  padding-left: 200px;

}

table tr {
  text-decoration-line: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.last {
  text-align: center;
  margin-top: 120px;
}

.last a {
  text-decoration-line: none;
  color: #333333;
  padding: 0 20px;
}


.footer {
  margin-top: 10px;
  background-color: #377E58;
}

.footer p {
  text-align: center;
  padding: 20px 0;
  color: #ffffff;
}

.sp {
  display: none;
}

.br-sp {
  display: none;
}

.fixed {
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #FFFAF1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px;
  position: -webkit-sticky;
  z-index: 99999;
}


.fixed .btn img {
  width: 100%;
}

.btn a {
  color: #ffffff;
  font-weight: bold;
  background-color: #377E58;
  padding: 20px 100px;
  text-decoration-line: none;
}


/* プライバシーポリシー特商法 */

.other {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.other p {
  text-align: left;
}

.other h2 {
  font-weight: bold;
  font-size: 30px;
  padding: 100px 0 20px;
}

.other h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 30px 0 10px;
}

.other table {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
}

.other table th,
table td {
  padding: 20px;
  border: none;
  text-align: left;
}


.other table th {
  color: #377E58;
  font-size: 20px;
  width: 30%;

}

.other table tr {
  text-decoration-line: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.other h4 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin: 20px 0 10px;
}




/* スマホ */
@media screen and (max-width: 1080px) {
  .br-sp {
    display: block;
  }

  .sp {
    display: block;
    text-align: center
  }

  .pc {
    display: none;
  }

  .sp img {
    width: 100%;

  }

  h1 img {
    width: 40%;
    left: 26px;
  }

  .sp .fv img {
    position: relative;
  }

  .wrap {
    width: 100%;
  }

  .wrap2 {
    width: 100%;
  }

  h2 {
    font-size: 30px;
    padding: 60px 0 40px;
  }

  .onayamikoumoku {
    display: block;
    width: 100%;
  }

  .onayamikoumoku img {
    width: 80%;
    max-width: 300px;
  }


  .onayamifam img {
    width: 70%;
    max-width: 300px;
  }

  .onayamiar img {
    width: 30%;
    margin: 30px 0 40px;
  }

  #kaiketu {
    padding-bottom: 40px;
  }

  .pointkoumoku {
    margin: 0 10px 30px;
    width: 300px;
  }

  .point {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  #menu {
    padding: 40px 0 40px;
  }

  .menu {
    width: 90%;
    padding-bottom: 20px;
  }

  .menuitemtext p {
    margin-bottom: 6px;
  }


  .menuwrap {
    display: block;
  }

  .menuitem {
    width: 90%;
    margin: 0 auto 40px;
  }

  .casewrap {
    display: block;
  }

  .caseitem {
    width: 90%;
    margin: 0 auto 40px;
  }

  .caseitembottom img {
    width: 40%;
    height: 40%;
  }

  #step {
    padding: 60px 0;
  }

  .step {
    width: 90%;
    padding-bottom: 20px;
  }

  .stepwrap {
    width: 96%;
    margin: 0 auto;
  }

  .steptext {
    width: 86%;
    max-width: 320px;
    padding: 10px 14px;
    margin-bottom: 30px
  }

  .steptext p {
    margin: 0;
  }

  .stepleft img {
    width: 50px;
  }

  .free span {
    margin-left: 8px;
    font-size: 12px;
    padding: 4px 10px;
  }

  .stepright {
    margin-left: 10px;
  }

  .right h3 {
    font-size: 20px;
    margin: 0;
  }

  .areaitem {
    width: 70%;
  }

  #area img {
    width: 60%;
  }

  table {
    max-width: 100%;
  }

  #company table th {
    padding-left: 20px;
    width: 30%;
  }

  #estimate p {
    padding: 0 10px;
  }

  .cta a {
    padding: 20px 40px;
    margin: 40px 0 60px;

  }

  .footer p {
    font-size: 14px;
    padding: 14px 0 14px;
  }

  .btn a {
    padding: 16px 60px;
    text-decoration-line: none;
  }

  .other {
    width: 86%;
  }

  .other th,
  td {
    display: block;
  }

  .other table th {
    width: 80%;
    padding-bottom: 0;
  }



}


/* お問合せフォーム */
#contact table.formTable th,
.formTable td {
  padding: 0;
}






table.formTable {
  width: 620px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

.sp-br {
  display: none;
}

@media screen and (max-width:750px) {
  table.formTable {
    width: 80%;
  }
}

form {
  margin-bottom: 60px;
}

table.formTable td {
  border: 1px solid #C9C9C9;
  width: 413px;
}

table.formTable .checkbox {
  border: none;
}


table.formTable th {
  /* width:40%; */
  font-weight: normal;
  text-align: left;
}

form input[type="text"],
form textarea {
  width: 100%;
  padding: 5px;
  font-size: 110%;
  display: block;
  text-align: left;
}

form select {
  width: 100%;
}

label {
  /* margin-right: 20px; */
  margin-top: 10px;
}




/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:750px) {
  .sp-br {
    display: block;
  }

  #contact {
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    margin-bottom: 10px;
  }


  form input[type="text"],
  form textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}




.contact-form__required {
  font-size: 14px;
  font-weight: 400;
  color: #BD0000;
  margin-left: 10px;
}

.contact__text {
  width: 80%;
  margin-inline:auto;
}

/* 施工種別 */

/* 送信ボタンのスタイル */
button {
  background-color: #377E58;
  color: white;
  padding: 14px 80px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 245px;
  margin-top: 30px;
}

 /* PC時は改行を無効化 */
 .sp-checkbox {
  display: none; /* PC時は非表示にする */
}


/* モバイル時は改行を有効化 */
@media screen and (max-width: 491px) {
.sp-checkbox {
  display: inline; /* モバイル時は表示 */
}
.pc-checkbox {
  display: none;
}
}




/* サンクスページ */
.section-thanks {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section-thanks__title {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(29 / 20);
}

@media screen and (max-width:750px) {
  .section-thanks__title {
    font-size: 18px;
  }
}

.section-thanks__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
}


.section-thanks__box {
  margin-top: 50px;
  margin-inline: auto;
  background-color: #F0F0F0;
  padding: 20px;
  max-width: 350px;
  width: 70%;
}

.section-thanks__time {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.section-thanks__day {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.contact__box {
  background-color: #377E58;
  color: #fff;
  border-radius: 60px;
  min-width: 347px;
  margin-inline: auto;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (max-width:750px) {
  .contact__box {
    min-width: 50%;
  }
}

.contact__box-img img {
  width: 18px;
  margin-right: 8px;
}

.section-thanks__btn {
  margin-top: 35px;
}

.contact__box-tel {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(35 / 24);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin: 10px;
}