@charset "utf-8";
/* =============================================================
   SHOWTIME お問い合わせページ リデザイン
   トップと同じトンマナ：白 × 赤 ／ 親しみ・柔らかい・洗練
   ※ .stc-contact 配下のみに適用
============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.stc-contact {
    --c-red: #e8443b;
    --c-red-2: #ff6b5e;
    --c-red-deep: #c9302a;
    --c-pink: #fff1ef;
    --c-cream: #fffaf8;
    --c-ink: #38322f;
    --c-sub: #7c736e;
    --c-line: #f2e3df;
    --c-round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", sans-serif;
    --c-font: "Zen Kaku Gothic New", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    --c-radius: 26px;
    --c-shadow: 0 18px 44px -20px rgba(200, 60, 50, .26);
    --c-shadow-soft: 0 10px 30px -14px rgba(90, 70, 65, .20);

    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 4px;
    color: var(--c-ink);
    font-family: var(--c-font);
    line-height: 1.9;
    overflow: hidden;
}
.stc-contact * { box-sizing: border-box; }

/* 背景の淡いブロブ（このページでは非表示） */
.stc-contact::before,
.stc-contact::after {
    content: none !important; display: none !important; background: none !important;
}
.stc-inner { position: relative; z-index: 1; }

/* 見出し */
.stc-head { text-align: center; margin: 0 0 40px; }
.stc-en {
    display: inline-block; font-family: var(--c-round);
    font-size: 12px; font-weight: 700; letter-spacing: .34em;
    color: var(--c-red); margin: 0 0 12px; padding-left: .34em;
}
.stc-en::before, .stc-en::after {
    content: ""; display: inline-block; width: 26px; height: 2px; border-radius: 2px;
    background: var(--c-red); vertical-align: middle; margin: 0 12px 3px;
}
.stc-title {
    font-family: var(--c-round); font-weight: 700;
    font-size: clamp(25px, 5vw, 32px); line-height: 1.35; margin: 0 0 14px; color: var(--c-ink);
}
.post-content p.stc-lead { max-width: 640px; margin: 0 auto; color: var(--c-sub); font-size: 15px; }

/* カード共通 */
.stc-card {
    position: relative; background: #fff; border: 1px solid var(--c-line);
    border-radius: var(--c-radius); box-shadow: var(--c-shadow-soft);
    padding: 38px 40px; margin: 0 0 26px;
}
.stc-card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 16px; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--c-red), var(--c-red-2));
    color: #fff; box-shadow: var(--c-shadow);
}
.stc-card-icon svg { width: 26px; height: 26px; }
.stc-card-title {
    font-family: var(--c-round); font-weight: 700; font-size: 21px;
    margin: 0 0 18px; color: var(--c-ink);
}

/* アイコンと見出しを同じ行に並べる */
.stc-tel-block,
.stc-card-mail {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 16px;
}
.stc-tel-block > .stc-card-icon,
.stc-card-mail > .stc-card-icon {
    grid-column: 1; grid-row: 1; margin-bottom: 0;
}
.stc-tel-block > .stc-card-title,
.stc-card-mail > .stc-card-title {
    grid-column: 2; grid-row: 1; margin: 0;
}
.stc-tel-block > .stc-tel,
.stc-tel-block > .stc-tel-urgent,
.stc-card-mail > .stc-alert,
.stc-card-mail > .stc-form {
    grid-column: 1 / -1;
}

/* 電話カード */
.stc-card-tel {
    display: grid; grid-template-columns: 1fr auto; align-items: center;
    gap: 20px 40px;
    background:
        radial-gradient(120% 140% at 100% 0%, var(--c-pink) 0%, rgba(255, 241, 239, 0) 55%),
        #fff;
}
.stc-tel-block { min-width: 0; }
.stc-tel {
    display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
    font-style: normal; margin: 12px 0 0; line-height: 1;
}
.stc-tel-label {
    font-family: var(--c-round); font-weight: 700; font-size: 16px; color: var(--c-red);
}
.stc-tel-num,
.stc-tel .tel-link {
    font-family: var(--c-round); font-weight: 700;
    font-size: clamp(30px, 6vw, 40px); letter-spacing: .02em;
    color: var(--c-ink); line-height: 1.1; text-decoration: none;
}
a.stc-tel { text-decoration: none; }
a.stc-tel:hover .stc-tel-num,
.stc-tel a.tel-link:hover { color: var(--c-red-deep); }

/* お急ぎ（携帯）行 */
.stc-tel-urgent {
    display: inline-flex; align-items: center; flex-wrap: nowrap; gap: 7px;
    width: fit-content; margin: 6px 0 0;
    font-size: 13px; font-weight: 500; line-height: 1;
    color: var(--c-sub); text-decoration: none; white-space: nowrap;
}
.stc-tel-urgent svg {
    flex: 0 0 auto; width: 14px; height: 14px; display: block;
    color: var(--c-red); margin: 0;
}
.stc-tel-urgent span {
    font-family: var(--c-round); font-weight: 700; font-size: 15px;
    line-height: 1; color: var(--c-red-deep); white-space: nowrap;
}
.stc-tel-urgent:hover span { text-decoration: underline; }
.post-content ul.stc-notes { list-style: none; margin: 0; padding: 0; }
.stc-notes li {
    position: relative; padding-left: 20px; font-size: 13.5px; color: var(--c-sub);
    line-height: 1.7;
}
.stc-notes li::before {
    content: ""; position: absolute; left: 2px; top: .7em;
    width: 7px; height: 7px; border-radius: 50%; background: var(--c-red); opacity: .55;
}

/* メールカード */
.stc-alert {
    background: var(--c-cream); 
	border: 1px solid var(--c-line);
    /*border-left: 4px solid var(--c-red);*/
    border-radius: 16px; padding: 20px 24px; margin: 26px 0 30px;
}
.stc-alert-title {
    display: flex; align-items: center; gap: 9px;
    font-family: var(--c-round); font-weight: 700; font-size: 16px;
    color: var(--c-red-deep); margin: 0 0 8px;
}
.stc-alert-title svg { width: 20px; height: 20px; flex: none; }
.stc-alert p:last-child { margin: 0; font-size: 14px; color: var(--c-sub); }

/* Contact Form 7 */
.stc-form .wpcf7-form p { margin: 0 0 18px; }
.stc-form label {
    display: block; font-family: var(--c-round); font-weight: 700;
    font-size: 14px; color: var(--c-ink); margin-bottom: 6px;
}
.stc-form input[type="text"],
.stc-form input[type="email"],
.stc-form input[type="tel"],
.stc-form input[type="url"],
.stc-form input[type="number"],
.stc-form input[type="date"],
.stc-form textarea,
.stc-form select {
    width: 100%; font-family: var(--c-font); font-size: 15px; color: var(--c-ink);
    background: var(--c-cream);
    border: 1.5px solid var(--c-line); border-radius: 14px;
    padding: 13px 16px; transition: border-color .2s, box-shadow .2s, background .2s;
    -webkit-appearance: none; appearance: none;
}
.stc-form textarea { min-height: 150px; resize: vertical; line-height: 1.8; }
.stc-form input:focus,
.stc-form textarea:focus,
.stc-form select:focus {
    outline: none; background: #fff; border-color: var(--c-red);
    box-shadow: 0 0 0 3px rgba(232, 68, 59, .14);
}
.stc-form input::placeholder,
.stc-form textarea::placeholder { color: #c3b8b3; }

/* 送信ボタン */
.stc-form input[type="submit"],
.stc-form .wpcf7-submit {
    display: block; margin: 8px auto 0;
    min-width: 230px;
    font-family: var(--c-round); font-weight: 700; font-size: 16px; letter-spacing: .04em;
    color: #fff; cursor: pointer;
    background: linear-gradient(120deg, var(--c-red) 0%, var(--c-red-2) 100%);
    border: none; border-radius: 999px; padding: 16px 40px;
    box-shadow: var(--c-shadow); transition: transform .2s, box-shadow .2s, background .2s;
}
.stc-form input[type="submit"]:hover,
.stc-form .wpcf7-submit:hover {
    transform: translateY(-2px); background: var(--c-red-deep);
    box-shadow: 0 20px 40px -16px rgba(200, 60, 50, .5);
}

/* CF7 バリデーション表示 */
.stc-form .wpcf7-not-valid-tip { color: var(--c-red-deep); font-size: 13px; margin-top: 5px; }
.stc-form .wpcf7-not-valid { border-color: var(--c-red) !important; }
.stc-form .wpcf7-response-output {
    border-radius: 14px !important; border-width: 1.5px !important;
    padding: 14px 18px !important; font-size: 14px; margin: 24px 0 0 !important;
}
.stc-form .wpcf7-acceptance,
.stc-form .wpcf7-list-item { font-weight: 400; }
.stc-form .wpcf7-list-item { margin-left: 0; }

/* レスポンシブ */
@media screen and (max-width: 640px) {
    .stc-card { padding: 28px 22px; }
    .stc-card-tel { grid-template-columns: 1fr; gap: 18px; text-align: left; }
    .stc-alert { padding: 18px; }
    .stc-form input[type="submit"],
    .stc-form .wpcf7-submit { width: 100%; min-width: 0; }
}
