@media screen and (min-width: 800px){

  .fixed-contact {
    display: none;
  }

  .contact-area .tel {
    font-size: 30px;
    padding-top: 15px;
  }

  .sp-none {
    display: block;
  }
/* contact */
.contact a {
  font-size: 22px;
}

  .contact-btn {
    display: flex;
    justify-content: space-around;
  }




  header {
    width: 100%;
    min-height: 200px;
    margin: 0;
    background-image: url(../img/pc-topback.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .lead {
    color: #fff;
}
  .eye-catch {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
  }


  footer {min-height: 100px;
  }

  footer a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
  }
  footer ul {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
  }
  footer li {
    border-bottom: none;
    text-align: center;

  }

  /*  */
  body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,table,th,td
  {
    font-size: 16px;
  }
  h1 {
    text-align: center;
    color: #fff;
  }
   h2.h2-st01 {
     font-size: 28px;
   }

  h3.st01 {
    font-size: 24px;
  }


  /*  */
  .price {
    font-size: 24px;
  }

  /* ポジション */
  .fl-l {
  }
  .face {
    float: left;
  }
  .okaden2 {
    float: left;
  }

  .flex-item-3col {
    margin-left: 1%;
    width: 32%;
  }


    .posi-left {
      float: left;
    }
    .posi-right {
    }




  /* btn */
.btn-base:hover {
  background-color: #fff;
  color: #e0b20d;
}

.btn-bg-f:hover{
  background-color: #e0b20d;
  color: #fff;
  border: 1px solid #fff;

}
ul.link-btn li {
  float: left;
  width: 48%;
  margin: 10px 0;;
}
ul.link-btn a  {
  display: block;
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
  padding: 20px 10px;
  border-radius: 10px;
  background-image: url(../img/btn-icon01.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}


  ul.link-btn a:hover {
    background-color: #fff;
    border: 1px solid #00ac8e;
    color: #00ac8e;
  }

  /*  */
  .feature span.title {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
  }

  table.cost td {text-align: right;
    width: 30%;
  }


  .kojirei img {
    float: left;
  }
  .kojirei {
    border: none;
  }

  /*  */



}
