@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   koei PC固定フッター
======================================== */
@media (min-width: 1025px) {
  #koeiPcFooter {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    background: #c07820;
    box-shadow: 0 -3px 12px rgba(0,0,0,0.2);
    overflow: visible !important;
    height: 80px;
  }
  #koeiPcFooterLeft {
    position: relative;
    flex-shrink: 0;
    width: 160px;
  }
  #koeiPcFooterLeft img {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 130px !important;
    width: auto !important;
    object-fit: contain;
  }
/* 吹き出しを女性の左側に配置 */
  #koeiPcFooterBalloon {
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 100%;
    transform: none;
    background: #fff;
    border: 2px solid #c07820;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
  }
  #koeiPcFooterBalloon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-width: 8px 0 8px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #c07820;
  }

  /* 電話アイコンを白に */
  .koei-tel-icon {
    font-size: 24px;
    filter: brightness(0) invert(1);
  }
#koeiPcFooterTel {
    flex: 0 0 auto;
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  .koei-tel-label {
    color: #fff;
    font-size: 16px;
    margin: 0 0 4px;
  }
  .koei-tel-number {
    color: #fff !important;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
  }
  .koei-tel-number:hover { opacity: 0.8; }
  .koei-tel-icon { font-size: 24px; }
#koeiPcFooterCta {
    flex-shrink: 0;
    background: #e53935;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    gap: 12px;
  }
  #koeiPcFooterCta:hover {
    background: #c62828;
    opacity: 1 !important;
  }
  #koeiPcFooterQr {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 4px;
  }
  .koei-cta-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .koei-cta-sub {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }
  .koei-cta-main {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  #koeiPcFooter { display: none !important; }
}

@media (min-width: 1025px) {
  .p-fixBtnWrap {
    bottom: 100px !important;
    z-index: 9999998 !important;
  }
}