@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
*/

/* ====================================
   メインビジュアルの文字調整（サイズ・太さ）
   ==================================== */

/* --- スマホ・タブレット --- */
.p-mainVisual__slideTitle {
    font-size: 22px !important;
    font-weight: bold !important; /* 太字にする */
    line-height: 1.3;
    text-shadow: 0 4px 10px rgba(0,0,0,0.6); /* 影を濃くして厚みを出す */
}

.p-mainVisual__slideText {
    font-size: 15px !important;
    font-weight: 600 !important; /* サブコピーも少し太く */
    margin-top: 15px !important;
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

/* --- PC（画面幅960px以上） --- */
@media (min-width: 960px) {
    .p-mainVisual__slideTitle {
        font-size: 50px !important;
        font-weight: 800 !important; /* PCではさらに極太に（800） */
        letter-spacing: 0.05em;
        margin-bottom: 20px !important;
    }

    .p-mainVisual__slideText {
        font-size: 20px !important;
        font-weight: 700 !important; /* サブコピーも太く（700） */
        line-height: 1.8;
    }
}

/* ====================================
   汎用ユーティリティ：角丸（Radius）
   ==================================== */

/* 小さめの角丸（少しだけ柔らかくしたい時） */
.u-rounded-s {
    border-radius: 8px !important;
    overflow: hidden; /* 中身がはみ出さないように */
}

/* 標準の角丸（カードやボックスに最適） */
.u-rounded-m {
    border-radius: 16px !important;
    overflow: hidden;
}

/* 大きめの角丸（強調したいエリアや優しい印象に） */
.u-rounded-l {
    border-radius: 24px !important;
    overflow: hidden;
}

/* 完全な円（アイコン画像などを丸くしたい時） */
.u-rounded-circle {
    border-radius: 50% !important;
    overflow: hidden;
}

/* 画像ブロックに直接適用した場合の補正 */
.u-rounded-s img, 
.u-rounded-m img, 
.u-rounded-l img,
.u-rounded-circle img {
    border-radius: inherit !important;
}

/* ついでに：白い箱を浮き上がらせる「影」セット */
.u-shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease;
}

/* ホバー時に少し浮く動き（リンク付きカードなどに） */
.u-hover-float:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

/* ====================================
   汎用ユーティリティ：ボタンの影（Shadow）
   ==================================== */

/* ボタンに影をつけるクラス (.u-btn-shadow) */
.u-btn-shadow .swell-block-button__link {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important; /* 影の濃さと広がり */
    transition: all 0.3s ease; /* 動きをなめらかに */
}

/* ホバー時に「フワッ」と浮き上がる演出 */
.u-btn-shadow .swell-block-button__link:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important; /* 影を濃く広く */
    transform: translateY(-3px) !important; /* 3px上に浮かす */
}

/* ====================================
   Contact Form 7 デザインカスタマイズ
   ==================================== */

/* フォーム全体の最大幅と中央寄せ */
.p-contactForm {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* ラベル（項目名）のデザイン */
.p-contactForm label,
.p-contactForm .form-label {
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #333;
}

/* 必須・任意バッジのデザイン */
.p-contactForm .required,
.p-contactForm .any {
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 8px;
    font-weight: normal;
}

.p-contactForm .required {
    background: #E60012; /* 必須は赤 */
    color: #fff;
}

.p-contactForm .any {
    background: #ccc; /* 任意はグレー */
    color: #fff;
}

/* 入力欄（テキスト・エリア）のデザイン */
.p-contactForm input[type="text"],
.p-contactForm input[type="email"],
.p-contactForm textarea {
    width: 100%;
    padding: 15px;
    background: #f9f9f9; /* 薄いグレーの背景 */
    border: 1px solid #ddd;
    border-radius: 8px; /* 角丸 */
    font-size: 1rem;
    margin-bottom: 30px; /* 下の余白 */
    transition: all 0.3s ease;
}

/* 入力欄をクリックした時のフォーカスデザイン */
.p-contactForm input[type="text"]:focus,
.p-contactForm input[type="email"]:focus,
.p-contactForm textarea:focus {
    background: #fff;
    border-color: #E60012; /* 枠線を赤に */
    box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.1); /* ふわっと赤い光 */
    outline: none;
}

/* チェックボックス周りの調整 */
.p-contactForm .form-item {
    margin-bottom: 30px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 10px 0 !important;
}
.wpcf7-list-item-label {
    font-weight: normal;
    cursor: pointer;
}

/* 送信ボタンのデザイン（SWELLボタン風） */
.p-contactForm input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 320px; /* ボタンの最大幅 */
    margin: 0 auto; /* 中央寄せ */
    padding: 15px;
    background: #E60012; /* 赤色 */
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    border-radius: 50px; /* 丸くする */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* 影をつける */
    transition: all 0.3s;
}

/* 送信ボタンのホバー時（浮き上がる） */
.p-contactForm input[type="submit"]:hover {
    background: #cc0010; /* 少し濃く */
    transform: translateY(-3px); /* 浮き上がる */
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* スマホ調整 */
@media (max-width: 600px) {
    .p-contactForm input[type="text"],
    .p-contactForm input[type="email"],
    .p-contactForm textarea {
        padding: 12px;
        font-size: 16px; /* スマホで拡大されないように */
    }
}

/* ====================================
   オリジナル固定フッター（2分割・PC表示対応）
   ==================================== */

/* --- 全体の枠 --- */
.p-customFooterNav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px; /* バーの高さ */
    display: flex;
    z-index: 9999; /* 最前面に */
    box-shadow: 0 -4px 15px rgba(0,0,0,0.15); /* 影をリッチに */
}

/* --- 各ボタン共通設定 --- */
.p-customFooterNav__item {
    flex: 1; /* 2等分（50%ずつ） */
    display: flex;
    align-items: center;
    justify-content: center; /* 内容を中央寄せ */
    padding: 0 15px;
    text-decoration: none !important;
    color: #fff !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* 区切り線（真ん中） */
.p-customFooterNav__item:first-child {
    border-right: 1px solid rgba(0,0,0,0.1);
}

/* ホバー時の動き（PC用） */
.p-customFooterNav__item:hover {
    opacity: 1;
    filter: brightness(1.1); /* 少し明るく */
    padding-bottom: 5px; /* 動きをつける */
}

/* --- 色設定（サイトに馴染む深い色） --- */
/* メール（赤）：サイトのメインカラーに合わせる */
.p-customFooterNav__item.-red {
    background: linear-gradient(to right, #b30000, #cc0000); /* グラデーションで立体感 */
}

/* LINE（緑）：LINEらしさを残しつつ落ち着いた色に */
.p-customFooterNav__item.-green {
    background: linear-gradient(to right, #009900, #00b300);
}

/* --- テキスト部分 --- */
.p-customFooterNav__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* 左揃え */
    line-height: 1.3;
    margin-right: 15px; /* 矢印との隙間 */
}
.p-customFooterNav__content .small {
    font-size: 11px;
    font-weight: normal;
    opacity: 0.9;
    letter-spacing: 0.05em;
}
.p-customFooterNav__content .large {
    font-size: 16px; /* 2つになったので文字を大きく */
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* --- 矢印アイコン --- */
.icon-right-arrow {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.2); /* 丸い背景を追加 */
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.icon-right-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 45%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* --- スマホ調整（文字サイズ最適化） --- */
@media (max-width: 600px) {
    .p-customFooterNav__content .large {
        font-size: 15px;
    }
}

/* ▼ PCで非表示にしたい場合は、このコードを追加してください ▼ */
@media (min-width: 960px) {
    .p-customFooterNav {
        display: none;
    }
}