@charset "UTF-8";

/**
 * オリジナルcss
 */

.footer_introduction {
  margin-top: 93px;
  background-image: url(../images/footer/bg_footer_info.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  .footer_info_body {
    text-align: center;
    h2 {
      color: var(--color-theme);
      font-size: 3.6rem;
      font-weight: 700;
      text-shadow: 1px 1px 0px #ffffff;
    }
    p {
      margin-top: 24px;
      margin-bottom: 0;
    }
    .footer_info_buttons {
      margin-top: 48px;
      display: flex;
      flex-wrap: wrap;
      gap: 33px;
      justify-content: center;
      .footer_info_button {
        background: rgba(255, 255, 255, 0.8);
        max-width: 440px;
        width: 100%;
        padding: 51px 0;
        .footer_info_pref {
          font-weight: 700;
        }
        .footer_info_content {
          margin-top: 16px;
          color: var(--color-theme);
          a {
            color: var(--color-theme);
            text-decoration: none;
          }
          img {
            margin-right: 12px;
            vertical-align: middle;
          }
        }
        p {
          font-size: 1.4rem;
          margin-top: 16px;
          margin-bottom: 0;
        }
      }
      .footer_info_button_mail {
        .footer_info_content {
          font-size: 3.2rem;
          font-weight: 700;
        }
      }
      .footer_info_button_tel {
        .footer_info_content {
          font-size: 4.8rem;
          font-weight: 700;
          font-family: var(--font-en);
          img {
            margin-right: 0;
          }
        }
      }
    }
  }
}

#footer {
  color: var(--c1);
  background-image: url(../images/footer/bg_footer.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  padding-top: 80px;
}

.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  .footer_info {
    .footer_address {
      font-size: 1.4rem;
    }
    .footer_sns {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 16px;
    }
    .footer_contact {
      margin-top: 31px;
      a {
        display: block;
        width: fit-content;
        text-decoration: none;
        padding: 22px 52px;
        color: #fff;
        background: var(--color-theme);
      }
    }
  }
}

.footer_copyright {
  margin-top: 48px;
  border-top: 1px solid #cbdce7;
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

/* footer */

@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 740px) {
  .footer_introduction {
    background-image: url(../images/footer/bg_footer_info_sp.png);
    .footer_info_body {
      h2 {
        font-size: 3.2rem;
      }
      p {
        font-size: 1.4rem;
      }
      .footer_info_buttons {
        margin-top: 32px;
        gap: 16px;
        .footer_info_button {
          padding: 24px 0;
          .footer_info_content {
            margin-top: 8px;
          }
        }
        .footer_info_button_mail {
          .footer_info_content {
            font-size: 2.6rem;
          }
        }
        .footer_info_button_tel {
          .footer_info_content {
            font-size: 3.6rem;
            img {
              width: 43px;
            }
          }
        }
      }
    }
  }
  .footer_copyright {
    margin: 40px auto 0 auto;
    width: calc(100% - 48px);
    text-align: center;
    font-size: 1.4rem;
    justify-content: center;
    gap: 8px;
    span {
      margin-left: 24px;
    }
  }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
}
