html{
  font-size: 62.5%;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  color: #191818;
  font-size: 1.6rem;
}
*,*::after,*::before{
  box-sizing:border-box;
}
a{
  text-decoration: none;
}
main{
  display: block;
}

#inner{
  width: 960px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width:950px){
  #inner{
    padding: 0 20px;
  }
}
.container{
  margin-bottom: 120px;
}
@media screen and (max-width:650px){
  .container{
    margin-bottom: 48px;
  }
}
@media screen and (max-width:650px){
  .sp_inline{
    display: none;
  }
}

/* お悩み・相談エリア */
.trouble_content{
  font-size: 2.0rem;
  margin: 40px auto;
}
@media screen and (max-width:650px){
  .trouble_content{
    font-size: 1.6rem;
  }
}
.trouble_content ul{
  margin: 32px auto;
  list-style-type: none;

}
@media screen and (max-width:650px){
  .trouble_content ul{
    margin: 16px auto;
  }
}
.trouble_content ul li{
  color:#00B900;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;

}
/* 帯の箇所 */
.band{
  padding: 48px 0;
  margin: 64px auto;
}
@media screen and (max-width:650px){
  .band{
    padding: 16px 0;
    margin: 32px auto;
  }
}
#clean .band{
  background: #FF9E8C;
}
#kaigo .band,
#souzoku .band,
#sougi .band,
#photo .band{
  background: #00B900;
}
.band p{
  color:#FFFFFF;
  text-align: center;
  line-height: 2;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.13em;
}
@media screen and (max-width:650px){
  .band p{
    font-size: 2.0rem;
  }
}
/* 赤での強調箇所 */
.emphasis_red{
  color:#F80A0A;
  font-weight: bold;
}

h1{
  font-size: 3.0rem;
  color:#00B900;
  margin: 80px auto 32px;
  line-height: 2;
  letter-spacing: 0.13em;
}
@media screen and (max-width:650px){
  h1{
    font-size: 2.0rem;
    margin: 32px auto;
    line-height: 1.5;
  }
}

.sec_tit{
  font-size: 3.0rem;
  color:#00B900;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.01em;
  margin: 32px auto;

}
@media screen and (max-width:650px){
  .sec_tit{
    font-size: 2.0rem;
    margin: 32px auto 24px;
  }
}

.appeal_tit{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 2.4rem;
  color:#52872D;
  background: #F1F4EC;
  padding-left: 24px;
  border-top: 3px solid #52872D;
  margin-bottom: 40px;
}
@media screen and (max-width:650px){
  .appeal_tit{
    height: 45px;
    line-height: 45px;
    font-size: 2.0rem;
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.appeal_sen{
  font-size: 2.0rem;
  color:#FF9E8C;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
@media screen and (max-width:650px){
  .appeal_sen{
    font-size: 1.6rem;
  }
}
.normal_sen{
  font-size: 2.0rem;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
@media screen and (max-width:650px){
  .normal_sen{
    font-size: 1.6rem;
  }
}

.btn_postion_wrapper{
  text-align: center;
  margin: 40px auto;
}

.details_btn{
  display: inline-block;
  padding: 18px 48px;
  font-size: 2.0rem;
  color: #FFFFFF;
  border-radius: 15px;
  background: #FF9E8C;
  box-shadow: 0 3px 6px #00000029;
  margin: 40px auto;
  transition: 0.6s;
  cursor: pointer;
}
@media screen and (max-width:650px){
  .details_btn{
    padding: 18px 120px;
    font-size: 1.6rem;
    margin: 15px auto;
  }
  #clean .details_btn,
  #kaigo .details_btn,
  #sougi .details_btn,
  #souzoku .details_btn,
  #photo .details_btn{
    padding: 18px 48px;
  }
}
.details_btn:hover{
  opacity: 0.7;
}


/* 写真エリアの共通設定 */
.state_images{
  margin: 40px auto;
  display: flex;
}
@media screen and (max-width:650px){
  .state_images{
    margin: 24px auto;
  }
}
.state_images figure:first-child{
  margin-right: 40px;
}
@media screen and (max-width:650px){
  .state_images figure:first-child{
    margin-right: 24px;
  }

}
@media screen and (max-width:650px){
  .state_images figure{
    width: 45%;
    height: auto;
  }
  .state_images img{
    max-width: 100%;
    height: auto;
  }
}

/*---------------------

        料金体系

-----------------------*/
.cost_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-bottom: 48px; */
}
@media screen and (max-width:650px){
  .cost_wrapper{
    display: block;
    /* margin-bottom: 32px; */
  }

}
.cost_contents{
  width: 43%;
  margin-bottom: 48px;
}
@media screen and (max-width:650px){
  .cost_contents{
    width: 100%;
  }
}
.cost_item{
  width: 100%;
  height: 60px;
  background: #F8EFEF;
  margin-bottom: 14px;
  border-left: solid 3px #52872D;
}
@media screen and (max-width:650px){
  .cost_item{
    height: 50px;
  }
}
.cost_item_tit_wrapper{
  height: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.cost_item_tit{
  font-size: 1.6rem;
  color:#191818;
  font-weight: bold;
  padding-left: 24px;
}
@media screen and (max-width:650px){
  .cost_item_tit{
    padding-left: 16px;
  }
}
.cost_box{
  padding-right: 16px;
}
.cost_box span{
  font-size: 1.6rem;
  font-weight: lighter;
  color:#191818;
  margin-right: 4px;

}
#photo .cost_box span{
  font-size: 1.2rem;
}
.cost_box .cost{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  color:#FF9E8C;
  margin-bottom: 6px;
}
.cost_box .cost:last-child{
  margin-bottom: 0;
}
.cost_contents_list{
  list-style-type: none;
  margin-bottom: 8px;
}
.cost_contents_list li{
  margin-bottom: 16px;
}
.cost_contents_list_attension{
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
/*--------------------

      header

------------------------*/

.header_wrapper{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width:767px){
  .header_wrapper{
    display: none;
  }
}

.header_info_box .address_number,
.header_info_box .address,
.header_info_box .info_time{
  font-family: 'Noto Serif JP', serif;
}

.header_info_box .address{
  margin-bottom: 3px;
}
.header_info_box img{
  vertical-align: middle;
  position: relative;
  top:-3px;
  margin-right: 4px;
}
.header_info_box span a{
  font-size: 1.6rem;
  font-weight:bold;
  color:#00B900;

}
.header_info_box .info_time{
  margin-top: 3px;
}

/*---------------------

      sp_header

----------------------*/




/*--------------------

        nav

-----------------------*/

nav{
  width: 100%;
  height: 60px;
  background: #00B900;
}
@media screen and (max-width:767px){
  nav{
    display: none;
  }
}
nav ul{
  text-align: center;
}
nav ul li{
  display: inline-block;
}
nav ul li::after{
  content:"";
  display: inline-block;
  width: 1px;
  height: 30px;
  position: relative;
  top:10px;
  background: #FFFFFF;
}
nav ul li a{
  font-size: 2.0rem;
  display: inline-block;
  padding: 0 24px;
  color:#FFFFFF;
  line-height: 60px;
  transition:  all 0.6s;
}
nav ul li a:hover{
  opacity: 0.5;
}

/* hero_wrapper */
@media screen and (max-width:767px){
  .hero_wrapper{
    padding-top: 45px;
  }
}




/*------------------------

     レスポンシブ
     ヘッダー部分

-----------------------------*/
.sp_head{
  display: none;
  width: 100%;
  height: 45px;
  background:#FFFFFF;
  position: fixed;
  top:0;
  left:0;
  z-index: 1000;
}
@media screen and (max-width:767px){
  .sp_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sp_tit{
  overflow: hidden;
  padding-left: 15px;
}
.sp_tit img{
  vertical-align: middle;
}

/* toggle */

.toggle{
  width: 45px;
  height: 45px;
  background:#00B900;
  cursor: pointer;

}
.toggle span{
  width:75%;
  display: block;
  margin: auto;
  height: 3px;
  background-color:#FFFFFF;
  border-radius: 20px;
}
.toggle span:nth-child(1){
  position: relative;
  top:7px;
}
.toggle span:nth-child(2){
  position: relative;
  top:12px;
}
.toggle span:nth-child(3){
  position: relative;
  top:17px;
}
.toggle span:nth-child(4){
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  color:#FFFFFF;
  background: transparent;
  position: relative;
  top:19px;
}
.toggle span:nth-child(5){
  display: none;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  color:#FFFFFF;
  background: transparent;
  position: relative;
  top:19px;
}
.toggle.active span:nth-child(4){
  display: none;
}
.toggle.active span:nth-child(5){
  display:block;
}


.sp_menu_list{
  text-align: center;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  /* padding-top: 100px; */
  background: #FFFFFF;
  z-index: 999;
}
.sp_menu_list.active{
  /* display: block; */
  display: flex;
  align-items: center;
}
.sp_nav{
  list-style-type: none;
  /* text-align: center; */
  margin: auto;

}
.sp_nav li{
  margin-bottom: 24px;
}
.sp_nav  li a{
  display: block;
  font-size: 1.6rem;
  padding: 8px 0;
  color:#454545;
  color:#00B900;
  letter-spacing: 0.1em;
}

.sp_info{
  width: 100%;
  text-align: center;
  padding: 24px 0;
  color:#FFFFFF;
  background: #00B900;
  position: fixed;
  left:0;
  bottom:0;
}
.sp_info img{
  margin-right: 4px;
  vertical-align:middle;
  position:relative;
  top:-2px;
}
.sp_info span a{
  color:#FFFFFF;
}
.sp_info .info_time{
  margin-top: 8px;
}



/*--------------------------------

             aside

---------------------------------*/

aside{
  width: 100%;
  padding: 80px 0;
  border-top: 3px solid #00B900;
}
@media screen and (max-width:650px){
  aside{
    padding: 30px 0;
  }
}
.koukoku_wrapper{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.koukoku_wrapper figure{
  margin-bottom: 24px;
}
.facebook_img{
  border: 1px solid #395899;
}
/*------------------------------

             footer

------------------------------*/
footer{
  width: 100%;
  background: #00B900;
  padding: 15px 0 ;
}
footer nav{
  width: 100%;
  height: 30px;
  margin-bottom: 24px;

}

@media screen and (max-width:650px){
  footer nav{
    display: none;
  }
}

footer > nav ul li{
  margin: 0 16px;
}
footer > nav ul li a{
  line-height: 1;
  display: inline-block;
  padding: 0;
}
footer > nav ul li::after{
  content:none;
}

.copy_right{
  /* padding: 8px 0; */
  text-align: center;
  font-size: 1.2rem;
  color:#FFFFFF;
}



/*----------------------------

            top

-------------------------------*/

/* 代表者の思い */
.delegate_wrapper{
  display: flex;
}
@media screen and (max-width:959px){
  .delegate_wrapper{
    display: block;
  }
}
.delegate_sen_box{
  width: 60%;
}
@media screen and (max-width:959px){
  .delegate_sen_box{
    width: 100%;
  }
}
.delegate_wrapper .pc_figure{
  width: 40%;
}
.delegate_wrapper .sp_figure{
  display: none;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width:959px){
  .delegate_wrapper .sp_figure{
    display: block;
  }
  .delegate_wrapper .sp_figure .sp_img{
    max-width: 350px;
    width: 100%;
    height: auto;
  }
}
.delegate_wrapper figure .pc_img{
  max-width: 435px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:959px){
  .delegate_wrapper figure .pc_img{
    display: none;
  }

}


/* サービス内容 */
.service_wrapper{
  margin-bottom: 120px;
}
@media screen and (max-width:650px){
  .service_wrapper{
    margin-bottom: 56px;
  }
}


.sp_service_img{
  display: none;
  margin-bottom: 24px;
}
@media screen and (max-width:650px){
  .sp_service_img{
    display: block;
  }
}

.service_box{
  display: flex;
  justify-content:space-between;
  margin-bottom: 120px;
  /* align-items: center; */
}

@media screen and (max-width:650px){
  .service_box{
    display: block;
    margin-bottom: 56px;
  }
}
.service_box:nth-child(even){
  flex-direction: row-reverse;
}
.service_left_box{
  width: 50%;
}
@media screen and (max-width:650px){
  .service_left_box{
    width: 100%;
  }
}
.service_right_box{
  width: 40%;
}
@media screen and (max-width:650px){
  .service_right_box{
    display: none;
  }
}
.service_item{
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #52872D;
  margin-bottom: 24px;
}
@media screen and (max-width:650px){
  .service_item{
    font-size: 2.0rem;
  }
}
.service_tit{
  font-size: 2.0rem;
  color:#00B900;
  padding-bottom: 8px;
  border-bottom: 1px solid #00B900;
  margin-bottom: 8px;
}
@media screen and (max-width:650px){
  .service_tit{
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.service_sen{
  margin-bottom: 24px;
  line-height: 2;
}
.service_box figure .pc_service_img{
  max-width: 400px;
  width: 100%;
  height: auto;
}
