*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

.contact-area{
  border:2px solid #e0b20d;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}
.contact-area .tel {
  text-decoration: none;
  color: rgb(232, 76, 35);
  font-size: 18px;
  font-weight: bold;
}
.contact-area .mail {
  display: block;
  width: 90%;
  max-width: 300px;
  background: rgb(232, 76, 35);
  padding: 10px;
  margin: 15px auto;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.sec-contact {
  border-top: 5px solid #25af89;
  border-bottom: 5px solid #25af89;
}
.contact a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: rgb(232, 76, 35);
  width: 90%;
  max-width: 400px;
  padding: 10px;
  margin: 15px auto;
  display: block;
  border: 2px solid rgb(232, 76, 35);
  border-radius: 20px;
}

.contact a:hover {
  background-color: rgb(232, 76, 35);
  color: #fff;
}


/* fixed-contact */
.fixed-contact {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.fixed-contact .tel,.fixed-contact .mail{
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 13px;
  background-color: rgb(240, 172, 22);
  padding: 8px 0;
}
.fixed-contact .tel {
  background-color: rgb(102, 185, 103);
}

.sp-none {
  display: none;
}


header {width: 100%;
  position: relative;
  color: #fff;
  padding: 0;
  margin: 0;
}
.logo {
  min-width: 100px;
  background-color: #fff;
}
.lead {
  font-size: 13px;
  text-align: center;
  max-width: 1000px;
  margin: 10px auto;
  color: #000;
}
.eye-catch {
  width: 100%;
  min-height: 200px;
  margin: 0;
  background-image: url(../img/back-eyecatch.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.apeal {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: rgb(235, 233, 59);
  color: red;
}


footer {min-height: 300px;
  background-color: #25af89;
  color: #fff;
  position: relative;
}
footer .footer-content {width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding-top: 20px;}
  .footer-content ul.li-box { float: left;
    padding-right: 20px;
  }

  footer a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    display: block;
    text-align: center;
  }
  footer li {
    border-bottom: 1px solid #fff;

  }

  .copyright {
    clear: both;
    bottom: 40px;
    left: 0;
    right: 0;
    font-size: 15px;
  }
  #contents-main {width: 100%;
    height: auto;
  }
  /* -----------type-----------*/
  body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,table,th,td
  {margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
  }

  body {
    font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック";
  }

  p {margin: 10px 0;
  }

  h1 {font-size: 13px;
    font-weight: bold;
    padding: 10px;
    clear: both;
    color: rgb(247, 140, 14);
  }

  h2 {font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.3em;
    clear: both;

  }
  h2.h2-st01 {
    font-size: 20px;
    text-align: center;
  }
  .h2-st02 span{
    background: #fff;
     font-size: 18px;
    padding: 15px 25px;
  }
  .h2-st02 {
    margin-top: -30px;
  }

  h3{clear: both;
    font-size: 16px;
    margin-bottom: 20px;
  }

  h3.st01 {
    font-size: 20px;
    color: #00ac8e;
    text-align: center;
  }
  h3.st02 {
    font-size: 20px;
    color: rgb(238, 122, 48);
  }
  h3.midasi {
    background-color: #00ac8e;
    color: #fff;
    padding: 10px;
    margin: -10px -10px 15px -10px;
    border-radius:10px 10px 0 0;
  }

  li {margin-bottom: 15px;
    list-style: none;
  }

  dt {font-weight: bold;
  }

  table {width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 20px auto;
  }

  img {max-width: 100%;
    height: auto;
    padding: 10px;
  }

  iframe {max-width: 100%;}
  section {
    display: block;
    overflow: hidden;
  }
  .section-inner {
    width: 98%;
    max-width: 1200px;
    height: auto;
    min-height: 200px;
    margin: auto;
    padding: 50px 10px;
  }

  /* font*/

  .red {color: rgb(232, 41, 35);
  }
  .green {color: #00ac8e;
  }
  .ora {color: rgb(232, 76, 35);
  }
  .fff {color: #fff;
  }

  .b {font-weight: bold;
  }

  .font-s {font-size: 0.85em;
  }
  .font-l {font-size: 1.2em;
  }


  .price {
    font-size: 18px;
    color: rgb(240, 172, 22);
    font-weight: bold;
    font-style: italic;
  }

  .highlight {
    background: linear-gradient(transparent 75%, #ffff7f 75%);
  }


  /*  float*/

  .right {float: right;
    }/*pc-none*/
    .left {float: left;
      }/*pc-none*/


      .fl-r {float: right;
      }
      .fl-l {float: left;
      }

      .al-c {
        text-align: center;
      }
      .fl-c {clear: both;
      }

      /* box */
      .box0 {
        border: 1px solid rgb(171, 179, 170);
        border-radius: 10px;
        padding: 10px;
        margin: 10px auto;
        width: 90%;
        max-width: 1000px;
        overflow: auto;
      }
      .box-ye {
        border-radius: 10px;
        padding: 10px;
        margin: 10px auto;
        width: 90%;
        max-width: 1000px;
        background-color: rgb(250, 248, 192);
      }
      .box-gr {
        border-radius: 10px;
        padding: 10px;
        margin: 10px auto;
        width: 90%;
        max-width: 1000px;
        border: 3px solid rgb(32, 171, 113);
      }
      .back-gr {
        background-color: rgb(32, 171, 113);
      }


      /*--------flex-----------  */
      .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
      }
      .flex-item {
        padding: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
      }

      .flex-item-3col {
        margin-left: 1%;
        width: 48%;
      }
      .flex-item-2col {
        margin: 0;
        width: 50%;
      }
      .flex-item-2col a.list{
        display: block;
        background-color: rgb(33, 145, 92);
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
      }
      .flex-item-2col a.list:hover{
        opacity: 0.8;
      }


      .flex-item .ttl {
        padding: 5px 10px;
        color: #f2ad51;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border: 2px solid #f2ad51;
        border-radius: 10px;
        width: 90%;
        position: absolute;
        top: -30px;
        left: 5%;
        right: 5%;
      }


      .topSales {
        border: 2px solid #f2ad51;
        background-color: #fff;
        border-radius: 10px;
        position: relative;
      }
      .topSales img {
        float: left;
        padding-right: 10px;
      }
      .topSales-content {
        margin-top: 30px;
      }
      @media screen and (max-width: 800px){
        .flex-item .ttl {
          font-size: 14px;
        }
        .topSales img {
          float: none;
          text-align: center;
          padding-right: 0;
        }

      }

      /*  padding*/

      .pa20 {padding: 20px;
      }

      /*  ----margin----*/

      .mat-20 {margin-top: 20px;
      }

      .face {
        text-align: center;
      }
      .okaden2 {
        text-align: center;
      }

      /* btn */
      .btn-base {
        display: block;
        width: 300px;
        background: #e0b20d;
        border: 1px solid #e0b20d;
        padding: 10px;
        margin: 15px auto;
        border-radius: 20px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
      }
      .btn-bg-f {
        background-color: #fff;
        color: #e0b20d;
      }

      /*　リンクボタン */
      ul.link-btn ul {
        max-width: 1000px;
        margin: 10px auto;

      }
      ul.link-btn li {
        margin: 10px;
      }
      ul.link-btn a  {
        display: block;
        width: 80%;
        min-width: 320px;
        background-color: #25af89;
        border: 1px solid #25af89;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        background-image: url(../img/btn-icon01.png);
        background-position: center right 10px;
        background-repeat: no-repeat;
      }

      /* 工事フロー */
      dl.koji-flow dt span{
        background: linear-gradient(transparent 75%, #ffff7f 75%);
        font-size: 18px;
      }
      dl.koji-flow dd{
        margin-left: 50px;
        border: 2px solid rgb(203, 194, 192);
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
      }

      /* 工事例紹介 */
      .kojirei {
        width: 90%;
        max-width: 1000px;
        margin: 15px auto;
        padding: 10px;
        border-bottom: 1px solid rgb(152, 145, 142);
        clear: both;
      }
      .kojirei .title {
        font-weight: bold;
      }

      .kojirei img {
        text-align: center;
      }

      /*table */
      table.company {
        width: 90%;
        max-width: 1000px;
        margin: 15px auto;
        border: 1px solid rgb(157, 168, 159);
        border-radius: 10px;
      }
      table.company th,table.company td{
        padding: 20px 0;
      }
      table.company th {
        width: 40%;
        font-weight: bold;
      }
      table.company td {
        width: 60%;
      }

      table.cost {
        width: 100%;
        max-width: 1000px;
        margin: 30px auto;
      }

      table.cost th, table.cost td {padding: 15px;
      }
      table.cost th {border-bottom: 1px solid #D8E6E7;
        text-align: left;
      }
      table.cost td {text-align: right;
        width: 50%;
      }

      section.cost-table h3 {
        color: #00ac8e;
      }


      /* よくある質問 */
      dl.question {
        max-width: 1000px;
        margin: 10px auto;
      }
      dl.question dt{
        margin-top: 20px;
      }

      dl.question dt::before {
        content: "Q";
        color: rgb(219, 222, 26);
        margin-right: 15px;
      }
      dl.question dd{
        margin-left: 40px;
        margin-top: 10px;
        line-height: 1.2em;
        font-size: 14px;
        margin-bottom: 20px;

      }

      /* list */
      .list-img li {
        text-indent: -1em;
        padding-left: 1em;
      }

      /* 特徴 */
      .okaden-feature {
        clear: both;
        max-width: 1000px;
        margin: 25px auto;
      }
      .okaden-feature h3 {
        margin-bottom: 2px;
      }
      .feature {
        text-align: center;
      }
      .feature span.title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;

      }
  /* ハンバーガー */
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
    border: 1px solid rgb(207, 217, 215);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #777;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check {
    display: none;
}
/* メニューの装飾 */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #00ac8e;;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;#000;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 10px;;
    position: relative;
}
.menu-content ul li a:hover {
  background-color: #fff;
  color:#00ac8e;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
/* ３本線がタップされた時のX */
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
/* ボタンを押した時メニュー出現 */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #00ac8e;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
  /*  */



      /*topへボタン*/
      .pagetop {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 30px;
        bottom: 50px;
        background: #fff;
        border: solid 2px #000;
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 4;
        cursor: pointer;
      }
      .pagetop__arrow {
        display: block;
        height: 10px;
        width: 10px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: translateY(20%) rotate(-45deg);
      }
