@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

/* ----------------------------
  PC用CSS
---------------------------- */
.site-footer .footer-bottom {
  background-color: #fdf9f1;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center; }
  .site-footer .footer-bottom .page-content .footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; }
    .site-footer .footer-bottom .page-content .footer-icon img {
      width: auto;
      height: 100px; }
  .site-footer .footer-bottom .page-content .footer-logo {
    margin-top: 10px; }
    .site-footer .footer-bottom .page-content .footer-logo img {
      width: auto;
      height: 100px; }
  .site-footer .footer-bottom .page-content .name {
    margin-top: 30px; }
    .site-footer .footer-bottom .page-content .name p {
      color: #f09e67;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center; }
      .site-footer .footer-bottom .page-content .name p span {
        color: #f09e67;
        font-size: 1.6rem;
        font-weight: normal;
        text-align: center; }
  .site-footer .footer-bottom .page-content .footer-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 15px; }
    .site-footer .footer-bottom .page-content .footer-nav li a {
      font-size: 1.6rem;
      color: #333;
      font-weight: bold;
      text-decoration: none;
      font-weight: 500; }
      .site-footer .footer-bottom .page-content .footer-nav li a:hover {
        text-decoration: underline; }
  .site-footer .footer-bottom .page-content .copyright {
    margin-top: 30px;
    font-size: 1.2rem;
    color: #333; }

/* ----------------------------
  SP用CSS（768px以下）
---------------------------- */
@media screen and (max-width: 768px) {
  .site-footer .footer-bottom {
    background-color: #fdf9f1;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center; }
    .site-footer .footer-bottom .page-content {
      width: 98vw; }
      .site-footer .footer-bottom .page-content .footer-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px; }
        .site-footer .footer-bottom .page-content .footer-icon img {
          width: auto;
          height: 80px; }
      .site-footer .footer-bottom .page-content .footer-logo {
        margin-top: 10px; }
        .site-footer .footer-bottom .page-content .footer-logo img {
          width: auto;
          height: 80px; }
      .site-footer .footer-bottom .page-content .name {
        margin-top: 20px; }
        .site-footer .footer-bottom .page-content .name p {
          color: #f09e67;
          font-size: 2.2rem;
          font-weight: bold;
          text-align: center; }
          .site-footer .footer-bottom .page-content .name p span {
            color: #f09e67;
            font-size: 1.4rem;
            font-weight: normal;
            text-align: center; }
      .site-footer .footer-bottom .page-content .footer-nav {
        width: 98%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 10px;
        margin: 30px auto; }
        .site-footer .footer-bottom .page-content .footer-nav li {
          display: flex;
          align-items: center;
          height: 24px; }
        .site-footer .footer-bottom .page-content .footer-nav li a {
          font-size: 1.4rem;
          color: #333;
          text-decoration: none;
          font-weight: bold; }
          .site-footer .footer-bottom .page-content .footer-nav li a:hover {
            text-decoration: underline; }
      .site-footer .footer-bottom .page-content .copyright {
        margin-top: 40px;
        font-size: 1.2rem;
        color: #333; } }

/*# sourceMappingURL=footer.css.map */
