@charset "UTF-8";

/*ファーストビューエリア*/
.first_view_area img{
  width:100% ;
  padding-top: 5vw;
  height: calc(55vw - 7vw);
}

/*タイトルエリア*/
.service_title{
  display: flex;
  margin: 4.8vw 0;
}
.title_line{
  border: .1px solid #c1c1c1;
  width: 17vw;
  height: 1px;
  margin-top: 4.2vw;
}
.num_box{
  display: inline-flex;
  font-style: italic;
  margin: 0 1vw 0 1vw;
  font-family: 'Marion';
}
.num_box h4{
  color: #c1c1c1;
  font-size: 50px;
  padding-top: 12px;
}
.num_box h5{
  color: #c1c1c1;
  font-size: 70px;
}
.title_box{
  display: flex;
}
.num_box h4{
  color: #c1c1c1;
  font-size: 7vw;
  padding-top: 15%;
}
.num_box h5{
  color: #c1c1c1;
  font-size: 9vw;
}
.title_box{
  display: flex;
}
.service_title h6{
  align-items: center;
  font-size: 3vw;
  font-weight: normal;
  font-style: normal;
  padding-top: 3.5vw;
  padding-left: 1vw;
  margin-right: 1vw;
  font-family: 'Avenir-Light-Oblique';
  color: #000;
}
.service_title p{
  color: rgba(0, 0, 0, .9);
  font-size: 2vw;
  font-family: 'FutoMinA';
  margin-top: 3.8vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}
.title_box2{
  display: flex;
}
.title_line2{
  border: 0.1vw solid #c1c1c1;
  width: 1vw;
  height: 1px;
  margin-top: 4.8vw;
}

/*About&plice共通*/
.about_area,
.price_area{
  margin: 7.5vw auto;
}
.all_title{
  width: 38vw;
  display: block;
  font-family: 'Raleway-Italic';
  font-weight: 250;
  font-size: 3vw;
  letter-spacing: 3px;
  border-bottom: 2px solid #c1c1c1;
  margin: 8vw auto 50px
}
.all_title p{
  text-align: center;
  margin-bottom: 0.8vw;
}

/*Aboutエリア*/
.about_info{
  margin: 5vw auto;
  text-align: center;
  font-size: 1.9vw;
  line-height: 2.8vw;
}
.about_exp{
  text-align: center;
  line-height: 3vw;
  font-size: 1.4vw;
  margin-bottom: 12vw;
}

/*Priceエリア*/
.non_d{
  display: none;
}
.intro p{
  text-align: center;
  line-height: 3vw;
  font-size: 1.4vw;
  margin-bottom: 5vw;
}
.intro img{
  display: block;
  margin: 40px auto 100px auto;
  width: 60%;
}

/*剪定・除草・ゴミ処分共通*/
.each_title{
  text-align: center;
  font-size: 2vw;
  margin-bottom: 30px;
}
.each_info p{
  text-align: center;
  font-size: 1.6vw;
  line-height: 3vw;
  margin-bottom: 30px;
}
.each_exp{
  text-align: center;
  line-height: 3vw;
  font-size: 1.2vw;
}
.price_table{
  margin: 3vw auto 9vw auto;
  width: 80%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.price_table tr{
  height: 5vw;
}
.price_table tr th,
.price_table tr td{
  background-color: #F0F0F0;
  width: 50%;
  font-size: 1.9vw;
}

/*ここからレスポンシブルCSS*/
@media (max-width: 768px){
  .first_view_area{
    margin-top: 8vw;
    width: 100%;
  }
  .service_title{
    display: flex;
    margin: 5vw 0;
  }
  .title_line{
    border: .1px solid #c1c1c1;
    width: 15vw;
    height: 1px;
    margin-top: 6vw;
  }
  .num_box{
    margin: 0 1vw 0 1vw;
  }
  .num_box h4{
    font-size: 12vw;
    padding-top: 15%;
  }
  .num_box h5{
    font-size: 15vw;
  }
  .title_box{
    flex-direction: column;
  }
  .service_title h6{
    font-size: 6vw;
    padding-left: 2vw;
    margin-right: 1vw;
    padding-top: 0;
  }
  .service_title p{
    font-size: 5vw;
    margin-left: 2vw;
    margin-right: 0;
    margin-top: 1vw;
  }
  .title_line2{
    width: 3vw;
    height: 1px;
    margin-top: 3.5vw;
    margin-left: 5vw;
  }

  /*共通エリア*/
  .about_area,
  .price_area{
    margin: 10vw auto;
}
.all_title{
  width: 60vw;
  font-size: 9vw;
  border-bottom: 1.5px solid #c1c1c1;
  margin: 0 auto 40px auto;
}
  /*Aboutエリア*/
  .about_area{
    margin-top: 10vw;
  }
  .about_info{
    margin: 10vw auto;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .about_exp{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    line-height: 6vw;
    font-size: 3.3vw;
  }

/*Priceエリア*/
.intro p{
  text-align: center;
  font-size: 3.3vw;
  line-height: 6vw;
}
.intro img{
  display: block;
  margin: 40px auto 100px auto;
  width: 90%;
}

/*剪定・除草・ゴミ処分共通*/
.non_d{
  display: unset;
}
.each_title{
  text-align: center;
  font-size: 7vw;
  margin-bottom: 7vw;
}
.each_info p{
  text-align: center;
  font-size: 5vw;
  line-height: 8vw;
  margin-bottom: 7vw;
}
.each_exp{
  text-align: center;
  font-size: 4vw;
  line-height: 7vw;

}
.price_table{
  margin: 40px auto 80px auto;
  width: 95%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.price_table tr{
  height: 50px;
}
.price_table tr th,
.price_table tr td{
  background-color: #F0F0F0;
  width: 50%;
  font-size: 4vw;
}
}