footer {
  position: relative;
  margin-top: 30px;
}

.pagetop {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  margin-top: -12px;
}
.pagetop img {
  width: 60px;
}

.foot-box {
  background-color: #f8f6f3;
}
.foot-box-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 5% 0px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot01 {
  width: 40%;
}
.foot02 {
  width: 55%;
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
}

.sintyo-nai {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
}

.sintyo-nai h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}
.sintyo-nai p {
  font-size: 100%;
  line-height: 1.5;
  border-left: 1px solid #6c5435;
  padding-left: 15px;
  margin-top: 10px;
}

.foot-jyusyo {
  font-weight: bold;
  line-height: 1.5;
  font-size: 110%;
  margin-top: 5px;
}

.foot-jyusyo span {
  display: none;
}

.foot-jyusyo a {
  color: #6c5435;
  text-decoration: underline;
}

.table-foot {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  margin-top: 15px;
  margin-bottom: 20px;
}

.table-foot td {
  font-size: 105%;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px;
}
.td01 {
  border-right: 1px solid #dbdbdb;
}

.foot-syosin-type2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 70%;
}

.foot-syosin a {
  background-color: #3f84e5;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}

.f-s02-type2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 130%;
}

.foot-syosin-type2_text {
  font-weight: bold;
  text-align: center;
}

.f-s02-type3 {
  margin-left: auto;
  margin-right: auto;
  font-size: 130%;
}

.foot-syosin-type3_text {
  font-weight: bold;
  text-align: center;
}
.foot-syosin-subtext {
  margin-top: -5px;
  font-size: 80%;
  text-align: center;
}

.foot-syosin-type3 {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.foot-syosin-type2 a {
  background-color: #f19eb4;
  padding: 10px 40px;
  border-radius: 50px;
}

.foot-syosin-type3 a {
  background-color: #00b900;
  padding: 10px 40px;
  border-radius: 50px;
}

.f-s01 {
  width: 25px;
  margin-right: 15px;
}
.f-s02 img {
  width: 200px;
}
.f-s02 p {
  font-size: 100%;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 5px;
}

.yoyaku-image-box {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}

.yoyaku_image {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yoyaku_image-line {
  width: 80%;
}

address {
  font-size: 80%;
  text-align: center;
  padding: 60px 0;
}

.br-none {
  display: none;
}

.sp-foot-menu {
  display: none;
}

@media screen and (max-width: 800px) {
  footer {
    margin-bottom: 80px;
  }
  .foot-box-box {
    display: inherit;
  }

  .foot01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot02 {
    width: 100%;
  }
  .br-none {
    display: inline;
  }
  .sla {
    display: none;
  }

  .sp-foot-menu {
    display: block;
    position: fixed;

    width: 100%;
    bottom: 0px;
    background-color: #fff;
    padding-top: 1px;
    box-sizing: border-box;
  }
  .sp-foot-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sp-foot-menu li {
    width: 33.33%;
  }
  .sp-foot-menu02 li {
    width: 50%;
  }
  .sp-foot-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    padding: 15px 10px;
  }
  .sp-foot-menu li a h5 {
    font-size: 110%;
    font-weight: bold;
  }
  .sp-foot-menu li a img {
    height: 20px;
    margin-right: 5px;
  }

  .spf01 a {
    background-color: #3f84e5;
  }
  .spf02 a {
    background-color: #00b900;
  }
  .spf03 a {
    background-color: #ababab;
  }
  .spf04 a {
    background-color: #f19eb4;
  }

  .foot-syosin-type2 {
    width: 100%;
    /* font-size: 120%; */
  }
  .foot-syosin-type3 {
    width: 100%;
    /* font-size: 120%; */
  }
}
