/* Footer */
footer {
  padding-top: 80px;
  line-height: 1.6em; }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 60px; } }
  @media screen and (max-width: 480px) {
    footer {
      padding-top: 40px; } }
  footer .top-text {
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .top-text {
        text-align: justify; } }
  footer .f-contact {
    background: #FFF;
    background-image: url("../images/f-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
    footer .f-contact .inner {
      width: 1024px;
      margin: 0 auto;
      padding: 40px 0 80px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 1100px) {
        footer .f-contact .inner {
          width: 94%; } }
      @media screen and (max-width: 768px) {
        footer .f-contact .inner {
          width: 90%;
          padding: 30px 0 40px; } }
      @media screen and (max-width: 480px) {
        footer .f-contact .inner {
          width: 90%;
          padding: 20px 0 30px; } }
      footer .f-contact .inner .tel, footer .f-contact .inner .mail, footer .f-contact .inner .dw {
        width: 31.5%;
        padding: 1.0em 1.5em;
        box-sizing: border-box;
        border: 1px solid #8FC18C;
        background-color: #FFF;
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          footer .f-contact .inner .tel, footer .f-contact .inner .mail, footer .f-contact .inner .dw {
            width: 100%;
            margin-bottom: 15px; } }
        footer .f-contact .inner .tel .icon, footer .f-contact .inner .mail .icon, footer .f-contact .inner .dw .icon {
          width: 80px;
          margin: 0 auto 1.5em; }
        footer .f-contact .inner .tel .title, footer .f-contact .inner .mail .title, footer .f-contact .inner .dw .title {
          text-align: center;
          font-weight: 700;
          font-size: 1.8rem;
          margin-bottom: 1em; }
        footer .f-contact .inner .tel .btn, footer .f-contact .inner .mail .btn, footer .f-contact .inner .dw .btn {
          margin: 1em 0 0;
          text-align: center; }
          footer .f-contact .inner .tel .btn a, footer .f-contact .inner .mail .btn a, footer .f-contact .inner .dw .btn a {
            background-color: #D56422;
            color: #FFF;
            padding: 8px 0;
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
            position: relative; }
            footer .f-contact .inner .tel .btn a:after, footer .f-contact .inner .tel .btn a:before, footer .f-contact .inner .mail .btn a:after, footer .f-contact .inner .mail .btn a:before, footer .f-contact .inner .dw .btn a:after, footer .f-contact .inner .dw .btn a:before {
              content: '';
              position: absolute;
              top: 50%;
              display: inline-block;
              width: 20px;
              height: 1px;
              background-color: rgba(255, 255, 255, 0.3); }
            footer .f-contact .inner .tel .btn a:before, footer .f-contact .inner .mail .btn a:before, footer .f-contact .inner .dw .btn a:before {
              left: 0; }
            footer .f-contact .inner .tel .btn a:after, footer .f-contact .inner .mail .btn a:after, footer .f-contact .inner .dw .btn a:after {
              right: 0; }
        footer .f-contact .inner .tel .t-tel, footer .f-contact .inner .mail .t-tel, footer .f-contact .inner .dw .t-tel {
          margin-bottom: 1em;
          text-align: center; }
          footer .f-contact .inner .tel .t-tel span, footer .f-contact .inner .mail .t-tel span, footer .f-contact .inner .dw .t-tel span {
            padding: 2px 4px;
            border: 1px solid #50974C;
            color: #50974C;
            margin-right: 1em; }
          footer .f-contact .inner .tel .t-tel a, footer .f-contact .inner .mail .t-tel a, footer .f-contact .inner .dw .t-tel a {
            font-size: 2.4rem;
            font-weight: 700;
            color: #1E671A; }
            @media screen and (max-width: 1100px) {
              footer .f-contact .inner .tel .t-tel a, footer .f-contact .inner .mail .t-tel a, footer .f-contact .inner .dw .t-tel a {
                font-size: 2.0rem; } }
            @media screen and (max-width: 768px) {
              footer .f-contact .inner .tel .t-tel a, footer .f-contact .inner .mail .t-tel a, footer .f-contact .inner .dw .t-tel a {
                font-size: 2.0rem; } }
        footer .f-contact .inner .tel .reception, footer .f-contact .inner .mail .reception, footer .f-contact .inner .dw .reception {
          text-align: center;
          font-size: 1.4rem;
          line-height: 1.4em; }
          footer .f-contact .inner .tel .reception span, footer .f-contact .inner .mail .reception span, footer .f-contact .inner .dw .reception span {
            font-size: 1.2rem; }
  footer .link-copy {
    background-color: #668764;
    color: #FFF;
    font-size: 1.4rem;
    padding: 10px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .link-copy ul {
      display: flex;
      flex-wrap: wrap; }
      footer .link-copy ul li {
        margin-right: 2em; }
        footer .link-copy ul li:last-child {
          margin-right: 0; }
      footer .link-copy ul a {
        color: #FFF; }
    footer .link-copy p {
      color: #94AB92; }
