.rehabilitation {
  color: #512e00;
  font-size: 18px;
}

.main_wrap {
  width: 100%;
  height: 520px;
  background: url(../images/main.jpg) no-repeat top center;
  background-size: cover;
}

.title_wrap {
  width: 100%;
  margin-top: 35px;
}
.title_wrap p {
  margin: 35px 0 0 55px;
}

.lead_wrap {
  margin: 30px 0;
  padding: 100px 0;
  text-align: center;
  background-image: url(../images/article_back1.png), url(../images/article_back2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}
.lead_wrap p {
  margin: 0;
}

.example_list_wrap {
  background: #fffbf4;
}

.example_list_wrap_inner {
  padding: 60px 0;
  text-align: center;
}

.example_ttl {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.8;
}

.ttl_attention {
  padding-bottom: 3px;
  border-bottom: 8px solid #f39d49;
}

.example_list {
  width: 80%;
  margin: 40px auto 0;
  padding: 0;
  font-size: 24px;
  text-align: left;
}
.example_list li {
  list-style: none;
  display: block;
  margin-bottom: 20px;
  padding-left: 65px;
}
.example_list li:before {
  content: "";
  display: block;
  width: 47px;
  height: 44px;
  background: url(../images/check.svg) no-repeat;
  background-size: contain;
  float: left;
  margin-left: -65px;
  text-align: center;
}

.example_last_txt {
  margin-top: 40px;
}

.guide_wrap {
  padding: 60px 0;
  background: #f39d49;
}

.rehabilitation_ttl {
  margin-bottom: 45px;
  position: relative;
  padding: 16px 0;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  background: url(../images/title_back.png) repeat-x;
}
.rehabilitation_ttl:before {
  content: url(../images/title_back_flower1.png);
  position: absolute;
  top: 3px;
  left: -2px;
}
.rehabilitation_ttl:after {
  content: url(../images/title_back_flower2.png);
  position: absolute;
  top: -20px;
  right: -3px;
}

.guide_box {
  height: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 0px #af3e00;
}
.guide_box h3 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  margin: 0 auto 30px;
  color: #f39d49;
  font-size: 26px;
}
.guide_box h3:before, .guide_box h3:after {
  border-top: 1px dashed #f39d49;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
.guide_box h3:before {
  margin-right: 0.5em;
}
.guide_box h3:after {
  margin-left: 0.5em;
}
.guide_box .target_ttl {
  width: 50%;
}

.area_map {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: 2px solid #ccc;
}

.mt-30 {
  margin-top: 30px;
}

.guide_ttl {
  width: 90%;
}

.capacity {
  margin-bottom: 0;
  text-align: center;
  font-size: 60px;
  line-height: 1;
}
.capacity span {
  font-size: 30px;
}

.time_txt1, .time_txt2 {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
}

.time_txt1 {
  margin-bottom: 10px;
  font-size: 30px;
}
.time_txt1 span {
  font-size: 22px;
}
.time_txt1 .time_txt1_attention {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.time_txt2 {
  font-size: 24px;
}
.time_txt2 span {
  font-size: 32px;
}

.guide_btn {
  margin: 25px 0 0;
  text-align: center;
}
.guide_btn a {
  display: inline-block;
  padding: 7px 15px;
  background: #f39d49;
  color: #fff;
  border-radius: 30px;
}
.guide_btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
}
.guide_btn a:hover {
  opacity: 0.7;
}

.service_wrap {
  padding: 60px 0;
}

.flow_ttl {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
}
.flow_ttl span {
  border-bottom: 8px solid #f39d49;
}

.flow_box {
  width: 94%;
  margin: 0 auto 100px;
  border: 6px solid #512e00;
  border-radius: 10px;
}
.flow_box:after {
  margin: 35px 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 41%;
  border-style: solid;
  border-width: 44px 90px 0 90px;
  border-color: #f39d49 transparent transparent transparent;
}

.flow_box_article {
  padding: 25px;
}

.flow_box_ttl {
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 30px;
  color: #f39d49;
  border-bottom: 1px solid #f39d49;
  text-align: center;
}

.flow_txt {
  margin-bottom: 0;
  font-size: 20px;
}
.flow_txt span {
  font-size: 16px;
}

.flow_img {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 5px 0;
}

.mt-10 {
  margin-top: 10px;
}

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

.recreation_img_wrap {
  display: flex;
  padding: 15px 20px 20px;
  justify-content: space-between;
}

.recreation_img {
  padding: 0 10px;
}

.facebook_wrap {
  padding: 0 25px 25px;
}

.facebook_btn {
  margin-top: 10px;
}
.facebook_btn a {
  background: #3b5998;
}

.flow_box_last {
  margin-bottom: 0;
}
.flow_box_last:after {
  display: none;
}

.outline_wrap {
  padding: 60px 0;
  background: #fffbf4;
}

.outline {
  width: 58%;
  margin: 0 auto;
}

.outline_name {
  font-size: 24px;
}

.fa-fax, .responsible {
  margin-left: 40px;
}

.experience_ttl {
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
}
.experience_ttl:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  background: linear-gradient(45deg, #fffbf4, #fffbf4 48%, #f39d49 48%, #f39d49 52%, #fffbf4 52%, #fffbf4);
}
.experience_ttl:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  background: linear-gradient(-45deg, #fffbf4, #fffbf4 48%, #f39d49 48%, #f39d49 52%, #fffbf4 52%, #fffbf4);
}

.contact_btn {
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
}
.contact_btn a {
  display: inline-block;
  padding: 10px 30px;
  background: #f39d49;
  color: #fff;
  border-radius: 40px;
}
.contact_btn a:hover {
  opacity: 0.7;
}
.contact_btn a .fa-envelope-o {
  margin-left: 5px;
}

.footer {
  margin-top: 60px;
  padding: 20px 0;
  background: #f39d49;
  text-align: center;
}
.footer small {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}

.sticky_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background: #f39d49;
  position: fixed;
  bottom: 0;
  left: 0;
}

.top_btn {
  margin-bottom: 0;
}
.top_btn a {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 30px;
  color: #333;
}
.top_btn a span {
  margin-left: 5px;
}
.top_btn a:hover {
  opacity: 0.7;
}

.service_flow_btn {
  margin-left: 20px;
  margin-bottom: 0;
}
.service_flow_btn a {
  display: inline-block;
  padding: 6px 15px;
  background: #93c678;
  border-radius: 30px;
  border: 4px solid #359700;
  color: #fff;
  text-shadow: 0px 0px 7px #359700;
}
.service_flow_btn a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 576px) {
  .main_wrap_sp {
    display: none;
  }
  .sp_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .area_under {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main_wrap {
    background-size: 1000px auto;
    height: 371px;
  }
  .title_wrap {
    margin-top: 15px;
  }
  .title_wrap h1 {
    width: 52%;
  }
  .title_wrap p {
    width: 42%;
    margin: 25px 0 0 20px;
  }
  .lead_wrap {
    background-size: contain;
  }
  .example_list {
    width: 100%;
  }
  .example_last_txt {
    text-align: left;
  }
  .flow_img {
    padding-top: 17px;
  }
  .outline {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .lead_wrap {
    padding: 65px 0;
  }
  .guide_box .target_ttl {
    width: 90%;
  }
  .area_right {
    display: none;
  }
  .flow_box:after {
    left: 36%;
  }
  .outline {
    width: 100%;
  }
  .contact_btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .rehabilitation {
    font-size: 16px;
  }
  .main_wrap {
    display: none;
  }
  .lead_wrap {
    padding: 45px 0;
    text-align: left;
  }
  .example_ttl {
    font-size: 24px;
  }
  .example_list {
    font-size: 20px;
  }
  .example_list li {
    padding-left: 40px;
  }
  .example_list li:before {
    width: 36px;
    height: 34px;
    margin-left: -40px;
  }
  .rehabilitation_ttl {
    padding: 22px 0;
    font-size: 24px;
  }
  .rehabilitation_ttl:before {
    content: url(../images/title_back_flower1_sp.png);
    top: 23px;
  }
  .rehabilitation_ttl:after {
    content: url(../images/title_back_flower2_sp.png);
    top: -9px;
  }
  .guide_box {
    padding: 15px;
  }
  .guide_box .target_ttl {
    width: 100%;
    font-size: 20px;
  }
  .guide_box h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .guide_ttl {
    width: 100%;
  }
  .capacity {
    font-size: 45px;
  }
  .capacity span {
    font-size: 24px;
  }
  .time_txt1 {
    font-size: 24px;
  }
  .time_txt1 span {
    font-size: 18px;
  }
  .time_txt2 {
    font-size: 20px;
  }
  .time_txt2 span {
    font-size: 28px;
  }
  .flow_ttl {
    font-size: 24px;
  }
  .flow_box:after {
    left: 27%;
  }
  .flow_box_ttl {
    font-size: 24px;
  }
  .flow_txt {
    font-size: 18px;
  }
  .flow_box_article {
    padding: 20px;
  }
  .flow_img {
    padding: 0 0 15px;
  }
  .flow_individual {
    display: block;
    padding: 0 15px 15px;
  }
  .flow_txt span {
    font-size: 14px;
  }
  .recreation_img_wrap {
    flex-wrap: wrap;
    padding: 15px;
  }
  .recreation_img {
    margin-bottom: 10px;
  }
  .outline_name {
    font-size: 20px;
  }
  .experience_ttl {
    font-size: 20px;
  }
  .experience_ttl:before {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .experience_ttl:after {
    width: 34px;
    height: 34px;
    margin-left: 10px;
  }
  .contact_btn {
    margin-top: 20px;
    font-size: 16px;
  }
  .contact_btn a {
    padding: 10px 14px;
  }
  .sticky_wrap {
    padding: 10px;
    font-size: 12px;
  }
  .top_btn {
    display: flex;
    width: 40%;
  }
  .top_btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
  }
  .top_btn a span {
    margin-left: 0;
  }
  .top_btn img {
    width: 75%;
  }
  .service_flow_btn {
    width: 60%;
    margin-left: 10px;
  }
  .service_flow_btn a {
    padding: 5px;
    border-radius: 3px;
  }
  .footer {
    margin-top: 20px;
  }
  .fa-fax, .responsible {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .flow_box:after {
    left: 23%;
  }
}