/* 作成者名: 羽祢田 */
.footer_container {
  height: 100%;
  max-height: 32.6rem;
  background: url(../img/footer_pc.png) no-repeat bottom / cover;
  color: #333333;
  text-shadow: 0 0.2rem 0 #00000029;
  margin-top: 0;
}
.footer_info {
  position: relative;
}
.footer_heading {
  position: absolute;
  top: 5.5rem;
  left: 9.8rem;
}
.footer_logo_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sect_name {
  font-size: 2rem;
  letter-spacing: calc(2em / 20);
  line-height: calc(29 / 20);
  padding-right: 0.5rem;
}
.temple_name {
  font-size: 3rem;
  letter-spacing: calc(7.2em / 30);
  line-height: calc(44 / 30);
}
.footer_outer {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
  padding: 5.9rem 0 6rem;
}
.f_call_area {
  display: flex;
  column-gap: 4rem;
  justify-content: flex-end;
  padding-right: 7.6rem;
  padding-bottom: 1.1rem;
  border-bottom: solid 0.1rem #707070;
}
.f_tel {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: calc(2.25em / 15);
  line-height: calc(21 / 15);
}
.f_tel a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}
.f_nav_list {
  writing-mode: vertical-rl;
  padding-right: 7.5rem;
  margin-top: 2.7rem;
  display: flex;
  flex-direction: column;
  row-gap: 5.45rem;
  padding-left: 36.5rem;
}
.f_nav_item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc(21 /15);
  letter-spacing: 0.4em;
}
@media screen and (max-width: 699.98px) {
  .footer_container {
    max-height: 31rem;
    background: url(../img/footer_sp.png) no-repeat bottom / cover;
  }
  .footer_heading {
    top: 3.6rem;
    left: 2rem;
  }
  .footer_logo_flex {
    align-items: flex-start;
  }
  .sect_name {
    font-size: 1.6rem;
    letter-spacing: calc(1.6em / 16);
    line-height: calc(24 / 16);
    padding-right: 0;
  }
  .temple_name {
    font-size: 2rem;
    letter-spacing: calc(4.8em / 20);
    line-height: calc(29 / 20);
  }
  .footer_outer {
    max-width: 33.6rem;
    padding: 6.8rem 0 3.7rem;
  }
  .f_call_area {
    flex-direction: column;
    row-gap: 0.6rem;
    align-items: flex-end;
    padding-right: 1.8rem;
  }
  .f_tel a[href^="tel:"] {
    pointer-events: auto;
   }
  .f_nav_list {
    padding-left: 1.7rem;
    padding-right: 0;
    row-gap: 3.8rem;
  }
}