@charset "utf-8";
#top_img_plan {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan.jpg);
}
#top_img_plan_kazokuso {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan_kazokuso.jpg);
}
#top_img_plan_ippanso {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan_ippanso.jpg);
}
#top_img_plan_shaso {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan_shaso.jpg);
}
#top_img_plan_owakarekai {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan_owakarekai.jpg);
}
#top_img_plan_kasoshiki {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan_kasoshiki.jpg);
}
#top_img_plan_fukushiso {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  height: 300px;
  background-image: url(../plan/img/title_img_plan_fukushiso.jpg);
}
.plan_unit {
  margin-top: 60px;
}
.plan_catch {
  font-size: 120%;
  color: #773388;
  margin-bottom: 20px;
  font-weight: bold;
}
.plan_image {
  float: right;
  margin-bottom: 20px;
  margin-left: 40px;
  text-align: center;
  width: 300px;
}
.flow_image {
  float: left;
  width: 240px;
}
.flow_text {
  margin-left: 280px;
}
.flow_text h3 {
  margin-top: 0px;
}
.tel_number {
  font-size: 160%;
  margin-top: 0px;
  line-height: 200%;
}
@media screen and (max-width:768px) {
  #top_img_plan, #top_img_plan_kazokuso, #top_img_plan_ippanso, #top_img_plan_shaso, #top_img_plan_owakarekai, #top_img_plan_fukushiso {
    height: 100px;
  }
  .plan_unit {
    margin-top: 40px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
  }
  .plan_catch {
    font-size: 120%;
  }
  .plan_box {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .plan_image {
    float: none;
    text-align: center;
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
  }
  .flow_image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
  .flow_text {
    margin-left: 0px;
    margin-top: 10px;
  }
}