<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === 繝輔ャ繧ｿ繝ｼ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ === */
.footer {
    background: #f8f6f5;
    padding-top: 60px;
    font-family: sans-serif;
    color: #333;
  }
  
  .footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
  }
  
  .footer-left {
    flex: 1;
    min-width: 250px;
    text-align: center;
  }
  .footer-left .kosugi-maru-text {
    font-family: 'Kosugi Maru', sans-serif;
    color: #333;
}
  .footer-left .kosugi-maru-text-wrap .kosugi-maru-text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 12px;
  }
 
.logo-footer img {
    width: 40%;
    margin: 0 auto;
}
  
  .footer-sns{
    width: 50%;
    margin: 0 auto;
    border-top: 2px solid #888;    /* 竊� 荳翫�邱壹ｒ霑ｽ蜉� */
    border-bottom: 2px solid #888; /* 竊� 荳九�邱壹ｒ霑ｽ蜉� */
  }
  .footer-sns p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  
  .footer-sns-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 20px 0; /* 繝懊�繝繝ｼ縺ｨ縺ｮ髢馴囈隱ｿ謨ｴ */
  }
  
  .footer-sns-icons img {
    width: 100%;
    height: auto;
  }
  
  .footer-right {
    flex: 1;
    min-width: 250px;
  }
  .footer-links-wrap {
    width: 70%;
  }
  .footer-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #888;
    padding-bottom: 22px;
  }
  .footer-links a:not(:first-child) {
    padding-top: 12px;
  }
  
  .footer-links a:hover {
    opacity: 0.8;
  }
  
  .arrow-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .footer-pc{
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;  
    color: #555;
    background: linear-gradient(to right, #fdf8e8, #fce7ef);
  }
  .footer-bottom .footer-pc .footer-pc-inner {
    margin: 0 auto;
    width: 72%;  
}
.footer-bottom .footer-pc .footer-pc-inner p{
    text-align: left;
}
  .footer-bottom .footer-only-mobile {
    display: none;
}

.footer-bottom .footer-pc .footer-pc-inner p {
    margin: 6px 0px;
}

  @media (max-width: 540px) {
    /* 縺薙�荳ｭ縺ｫ540px莉･荳九〒驕ｩ逕ｨ縺励◆縺�せ繧ｿ繧､繝ｫ繧定ｨ倩ｿｰ */
    .footer-inner{
        display: block;
    }
    .footer-left {
        width: 80%;
        margin: 0 auto 60px auto;
    }
    .footer-right {
        display: flex;
        justify-content: center;
    }
    .footer-links-wrap {
        width: 100%;
    }
    .footer-links {
        width: 65%;
        margin: 0 auto;        
    }
    .footer-links a {
        font-size: 16px;
        font-weight: bold;
    }

    .footer-bottom .footer-pc {
        display: none;
    }
    .footer-bottom .footer-only-mobile {
        padding: 20px 0px;
        display: block;
        font-size: 11px;    
        color: #555;
    background: linear-gradient(to right, #fdf8e8, #fce7ef);
    }
    .footer-bottom .footer-mobile-inner {
        width: 80%;
        margin: 0 auto;
    }
    .footer-bottom .footer-only-mobile p{
       text-align: left;
    }

  }</pre></body></html>