@charset "UTF-8";
footer {
  /*background: $sec-c;*/
  width: 100%;
  border-top: solid 7px #B2DFDB;
  background: #555;
}
footer p,
footer h3,
footer a {
  color: #fff;
}

.ft_frame {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.ft_frame p, .ft_frame a {
  font-size: 1.6rem;
}
.ft_frame .ro {
  font-weight: 400;
  font-size: 2rem;
}

.ft_wrap {
  width: 100%;
}

.ft_link_frame {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}

.ft_ad {
  width: 100%;
  padding-bottom: 20px;
}
.ft_ad p {
  line-height: 2rem;
}

.ft_link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
}
.ft_link a:first-child {
  /*font-size:20px;*/
}
.ft_link a:nth-child(n+2) {
  margin-left: 1em;
  color: #9E9D24;
  border-left: solid 1px #ccc;
  padding-left: 5px;
}
.ft_link a:nth-child(n+2):hover {
  color: #ccc;
}
.ft_link a:hover {
  color: #ccc;
}

.ft_single {
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px 0;
}
.ft_single .ft_link {
  margin-bottom: 0;
}

.ft_txt {
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.ft_logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ft_logo img:nth-of-type(1) {
  width: 50px;
  padding: 5px;
  padding: 0;
  margin-right: 5px;
}
.ft_logo img:nth-of-type(2) {
  width: 100px;
  padding: 0;
}

.ft_img {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 20px;
}

.ft_img_frame {
  padding: 10px;
  width: 80px;
  border-radius: 50%;
  background: #A5D6A7;
}
.ft_img_frame:nth-child(2) {
  background: #C5E1A5;
}
.ft_img_frame:nth-child(3) {
  background: #E6EE9C;
}
.ft_img_frame:nth-child(4) {
  background: #FFF59D;
}
.ft_img_frame:nth-child(5) {
  background: #FFECB3;
}

.ro {
  font-weight: 400;
  font-size: 18px;
}

.kamoku {
  margin: 10px 0;
}
.kamoku p {
  padding: 2px 5px;
  color: #fff;
  background: #26A69A;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.ft_mlt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

/*診療時間*/
.ft_time {
  width: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.ft_sel {
  border: solid 1px #ccc;
  border-left: none;
  border-bottom: none;
  background: #fff;
}

.ft_time h3 {
  color: #26A69A;
  margin: 10px 0 0;
}

.ft_line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: solid 1px #ccc;
}
.ft_line p {
  color: #555;
  border-left: solid 1px #ccc;
  text-align: center;
  padding: 3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-size: 16px;
  flex: none;
}
.ft_line p:nth-child(n+2) {
  width: 25px;
}
.ft_line p span {
  width: 100%;
  color: #26A69A;
  font-size: 10px;
}
.ft_line p span:first-child {
  border-bottom: dashed 1px #ccc;
}

.ft_line1 {
  background: #26A69A;
}
.ft_line1 p {
  color: #fff;
}

.ft_line2 p:nth-child(n+2),
.ft_line3 p:nth-child(n+2) {
  color: #26A69A;
}

/*ページトップへ*/
[v-cloak] {
  display: none;
}

#pagetop {
  z-index: 999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #26A69A;
  opacity: 0.7;
  /*box-shadow: 0 0 4px 0px #555;*/
  border: solid 2px #ddd;
  transition: all 0.6s;
}
#pagetop.v-enter, #pagetop.v-leave-to {
  opacity: 0;
  bottom: 10px;
}
#pagetop i {
  font-size: 40px;
  color: #fff;
}

.ft_tw {
  margin-top: 20px;
}
.ft_tw h3 {
  color: #26A69A;
}
.ft_tw .tw_frame {
  height: 150px;
  overflow-y: scroll;
}

.ft_social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-start;
  border: solid 1px #ccc;
  border-right: none;
  border-left: none;
  padding: 5px 0;
  margin-bottom: 10px;
}
.ft_social a {
  padding: 5px 10px;
}
.ft_social a:hover {
  opacity: 0.5;
}
.ft_social a:nth-child(1) i {
  color: #00E676;
}
.ft_social a:nth-child(2) i {
  color: #76FF03;
}
.ft_social a:nth-child(3) i {
  color: #C6FF00;
}
.ft_social a:nth-child(4) i {
  color: #FFEA00;
}
.ft_social a i {
  font-size: 30px;
}

.ft_struct {
  padding: 20px 0 0;
}

.ft_st_img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.ft_st_img img {
  width: 110px;
  margin-right: 10px;
}

.ft_guide {
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.ft_guide p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: dashed 1px #ccc;
}
.ft_guide p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ev {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ev p {
  position: relative;
  display: inline-block;
  padding: 5px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #ccc;
  box-sizing: border-box;
}
.ev p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 1;
}
.ev p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ccc;
}
.ev img {
  border-radius: 100%;
  border: solid 5px #26A69A;
  width: 100px;
  margin-right: 20px;
}

.ft_msg {
  margin: 10px 0;
}

.ft_struct_frame {
  width: 100%;
}

.ft_right .ft_sel {
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

/*デスクトップ*************************************************************************/
@media all and (min-width: 768px) {
  .ft_link {
    flex-flow: row nowrap;
  }
  .ft_link_frame {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #pagetop {
    right: 50px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
  #pagetop:hover {
    opacity: 0.5;
  }
  .ft_struct_frame {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .ft_struct_frame .ft_struct {
    padding: 0;
    border: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .ft_txt {
    justify-content: center;
  }
  .ft_frame {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
  }
  .kamoku {
    margin-bottom: 0;
  }
  .ft_ad {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .ft_ad a {
    font-size: 20px;
    text-decoration: underline;
    color: #26A69A;
  }
  .ft_ad a:hover {
    opacity: 0.5;
  }
  .ft_line p {
    width: 150px;
  }
  .ft_single {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ft_wrap {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ft_wrap .ft_struct_frame {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .ft_wrap .ft_ad {
    border-bottom: none;
    padding: 0;
  }
  .ft_frame p, .ft_frame a {
    /* line-height: 1.5rem; */
  }
}
.copy {
  text-align: center;
  padding: 15px 0;
  background: #3299FF;
}
.copy p, .copy span {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}

/*デスクトップ*************************************************************************/
@media all and (min-width: 1024px) {
  .ft_tw {
    margin-left: 20px;
  }
  .ft_frame {
    justify-content: center;
  }
  .ft_single {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }
  .ft_link_frame {
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*デスクトップ*************************************************************************/
@media all and (min-width: 1440px) {
  /*.ft_txt{
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0 20px;
    .ft_frame{
      width: auto;
    }
    .ft_time{
      width: auto;
    }
  }*/
  /*.ft_struct_frame .ft_struct{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width:50%;
  }
  .ft_st_img{
    flex:none;
    margin-right: 20px;
    align-items: flex-end;
  }
  .ft_time{
    width:auto;
  }*/
  /*.ft_struct_frame .ft_struct{
    align-items: flex-end;
    &:first-child{
      justify-content: flex-end;
    }
  }*/
  /*.ft_line p {
    &:nth-child(1) {
      width: 150px;
    }
    &:nth-child(2) {
      width: 150px;
    }
    &:nth-child(n+3) {
      width: 150px;
    }
  }
  .ft_txt {
    justify-content: center;
    padding-left:20px;
  }
  .ft_line p {
    font-size: 16px;
    span{
      font-size: 16px;
    }
  }*/
}
/*# sourceMappingURL=maps/footer.css.map */
