@charset "utf-8";
:root {
  --wc-main1:#00a6ba;
  --wc-main2:#f2fafb;
  --wc-sub1:#00a6ba;
  --wc-sub2:#00a6ba;
}
#wcfront_pagetitle {
    display: none !important;
}

#wcfront_foot { background:var(--wc-main1); padding-bottom:30px; }
#wcfront_foot_navi > ul > li > a { color:#fff; font-weight:normal; text-decoration:underline; }
body.pc #wcfront_foot_navi a:hover { color:#fff; text-decoration:none; opacity:0.7; }
.custom_head_contact_wrap p { font-size:0.8em; line-height:1.3; }
.custom_head_contact .button { background:#e71c21; padding:15px; }
.custom_head_contact .button > span { color:#fff; font-weight:bold; }
#custom_copyright { font-size:0.8em; padding:10px 0; }
@container wciBase (width < 992px) {
  #wcfront_foot_logo a { max-width:200px; }
  #wcfront_foot_navi { display:block; text-align:center; }
  #custom_head_contact_wrap { display:none; }
  #custom_head_contact_wrap_sp { text-align:center; padding:20px 0; }
}
@container wciBase (width >= 992px) {
  #wcfront_head_logo { padding:10px 5px 10px 15px; }
  #wcfront_foot .wcfront_foot_wrap { flex-direction:column; align-items:center; }
  #wcfront_foot_logo a { max-width:300px; }
  #wcfront_foot2 { margin-left:0; }
  #custom_head_contact_wrap { display:flex; align-items:center; gap:0 15px; padding-right:20px; }
  #custom_head_contact_wrap_sp { display:none; }
}


/*CONTACT*/
/* 全体の背景エリア：画面幅いっぱいに広げる指定を追加 */
.contact-section {
    background-color: #0097af; 
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    /* ▼ 画面の左右端まで背景を伸ばすテクニック ▼ */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    box-sizing: border-box;
}

/* 背景の大きな透かし文字（INQUIRY） */
.contact-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15vw; /* 文字が少し長くなったのでサイズ調整 */
    font-weight: 900;
    color: rgba(255, 255, 255, 0.08); 
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

.contact-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contact-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-catch {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
}

.contact-actions {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.action-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.action-accent {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* --- 左：電話ボタンのデザイン（文字色を確実に黒に） --- */
.btn-phone {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none !important; /* リンクの下線を消す */
    color: #333333 !important;        /* 文字を確実に黒系に */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    box-sizing: border-box;
}

.btn-phone:hover { transform: translateY(-3px); }

.phone-area-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333333;
}

.phone-number-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #333333;
}

.icon-phone {
    width: 36px;
    height: 36px;
    fill: #333333; /* アイコンを黒に */
}

.phone-number {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #333333 !important; /* 電話番号が青リンクにならないよう強制 */
}

.phone-number rt {
    font-size: 13px;
    color: #e60012; 
    letter-spacing: 2px;
    transform: translateY(-2px);
}

.phone-bottom-text {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333333;
}

.tag-free {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}

/* --- 右：メール・LINEボタンのデザイン（文字色を確実に白に） --- */
.btn-mail {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 20px 30px;
    text-decoration: none !important;
    color: #ffffff !important; /* 文字を白に強制 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.2s, transform 0.2s;
}

.btn-mail:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.btn-mail-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
}

.icon-calc {
    width: 40px;
    height: 40px;
    fill: #ffffff; /* 電卓アイコンを白に */
}

.mail-text {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff !important;
}

.arrow-circle {
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.arrow-circle svg {
    width: 20px;
    height: 20px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 850px) {
    .contact-catch { font-size: 22px; }
    .contact-actions {
        flex-direction: column;
        gap: 30px;
    }
    .phone-number { font-size: 28px; }
    .mail-text { font-size: 18px; }
}

/************/
/*追従ボタン*/
/* フッターがコンテンツに被るのを防ぐため、bodyの下部に余白を設ける */
body {
    padding-bottom: 100px !important;
}

/* 追従フッター全体の設定 */
.intex-fixed-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
    z-index: 99999; /* 最前面に固定 */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 内側のレイアウト：高さを強制的に揃える（align-items: stretch） */
.intex-fixed-footer-inner {
    display: flex;
    align-items: stretch; /* これで3つのボタンが同じ高さになります */
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ボタン共通設定 */
.intex-fixed-btn {
    flex: 1;
    display: flex;
    flex-direction: row; /* アイコンと文字を横並びに固定 */
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    color: #ffffff !important; 
    transition: transform 0.2s, opacity 0.2s;
    box-sizing: border-box;
    margin: 0 !important;
    border: none !important;
}

.intex-fixed-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* 各ボタンの背景色（他と被らない名前） */
.intex-fixed-bg-blue { background-color: #00a0ea !important; }
.intex-fixed-bg-red { background-color: #e60012 !important; }
.intex-fixed-bg-green { background-color: #06c755 !important; }

/* 丸いアイコンの設定 */
.intex-fixed-icon-circle {
    width: 48px;
    height: 48px;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0 !important;
}

/* アイコンの色をそれぞれのボタン色に合わせる */
.intex-fixed-bg-blue .intex-fixed-icon-circle { color: #00a0ea !important; }
.intex-fixed-bg-red .intex-fixed-icon-circle { color: #e60012 !important; }
.intex-fixed-bg-green .intex-fixed-icon-circle { color: #06c755 !important; }

.intex-fixed-icon-circle svg {
    width: 26px;
    height: 26px;
    display: block;
}

/* テキストエリア */
.intex-fixed-text-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 電話のルビ（フリガナ） */
.intex-fixed-ruby {
    font-size: 11px !important;
    letter-spacing: 1px !important;
    margin-bottom: -2px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

/* メインの大きな文字 */
.intex-fixed-main {
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    margin: 2px 0 !important;
}

/* サブテキスト */
.intex-fixed-sub {
    font-size: 13px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

/* PCとスマホで表示を切り替えるための設定 */
.intex-fixed-sp-text { display: none !important; }
.intex-fixed-pc-text { display: block !important; }

/* --- レスポンシブ対応（スマホ画面） --- */
@media (max-width: 800px) {
    body {
        padding-bottom: 85px !important;
    }
    
    .intex-fixed-footer-wrapper {
        padding: 8px 5px;
    }

    .intex-fixed-footer-inner {
        gap: 6px;
    }

    /* スマホではアイコンを上に、テキストを下に縦並びにする */
    .intex-fixed-btn {
        flex-direction: column !important;
        padding: 8px 4px !important;
        border-radius: 6px !important;
    }

    .intex-fixed-icon-circle {
        width: 34px !important;
        height: 34px !important;
        margin-right: 0 !important;
        margin-bottom: 6px !important;
    }

    .intex-fixed-icon-circle svg {
        width: 18px !important;
        height: 18px !important;
    }

    .intex-fixed-text-box {
        text-align: center !important;
    }

    /* PCの長いテキストを隠し、スマホ用の短いテキストを表示 */
    .intex-fixed-pc-text { display: none !important; }
    .intex-fixed-sp-text { 
        display: block !important; 
        font-size: 12px !important;
        font-weight: bold !important;
        line-height: 1.3 !important;
        color: #ffffff !important;
        white-space: nowrap !important;
    }
}