@charset "UTF-8";

/* 本文の幅（他ページと揃える） */
.page-id-254 .media {
    max-width: 80%;
    margin: auto;
}

/* 見出し「お聞かせください！あなたのご意見」 */
.page-id-254 .media .page_title {
    margin-bottom: 30px;
}

.page-id-254 .media .page_title .title {
    color: #ff922a;
}

/* ------------------------------
   お問い合わせエリア
------------------------------ */
.contact_info {
    margin: 50px 0 30px;
    text-align: center;
}

.contact_info_lead {
    display: inline-block;
    margin: 0 auto 40px;
    font-size: 2.4rem;
    font-weight: bold;
}

/* カードのレイアウト */
.contact_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

/* 各カード */
.contact_card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    border-top: 5px solid #ff922a;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    text-align: center;
}

.contact_card--line {
    border-top-color: #06c755;
}

.contact_card--mail {
    border-top-color: #ff922a;
}

/* カード見出し */
.contact_card_head {
    margin-bottom: 20px;
}

.contact_card_label {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.contact_card_desc {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #888;
}

/* QRコード */
.contact_card_qr {
    width: 200px;
    max-width: 80%;
    margin: 0 auto 20px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
}

.contact_card_qr img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* メールカードの大アイコン（QRと視覚的な重さを揃える） */
.contact_card_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff2e4;
}

.contact_card_icon svg {
    width: 50px;
    height: 50px;
    fill: #ff922a;
}

/* メールアドレスの見出し */
.contact_card_address_label {
    display: block;
    margin-bottom: 10px;
    color: #888;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .08em;
}

/* メールアドレス（強調ボックス） */
.contact_card_address {
    margin: 0 auto 20px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    background: #fff7ef;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .02em;
    word-break: break-all;
}

/* ボタン */
.contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact_btn:hover {
    color: #fff !important;
    opacity: .85;
}

.contact_btn svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: currentColor;
}

/* LINEアイコン（緑ボタン上で見えるよう白バッジに載せる） */
.contact_btn_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

.contact_btn--line {
    background: #06c755;
}

.contact_btn--mail {
    background: #ff922a;
}

/* 注意書き */
.contact_note {
    margin: 30px auto 50px !important;
    max-width: 800px;
    color: #d93939;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}

/* ------------------------------
   レスポンシブ
------------------------------ */
@media screen and (max-width: 980px) {
    .page-id-254 .media {
        max-width: 100%;
    }
    .contact_card {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    /* スマホ版は見出しを中央寄せ */
    .page-id-254 .media .page_title {
        text-align: center;
    }
}
