/* =========================
  Contact / Hero
========================= */
.whisk-contact-hero {
    padding: 44px 0 18px;
}

.whisk-contact-hero__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.whisk-contact-hero__lead {
    margin: 0;
    line-height: 1.9;
}

/* =========================
  Contact / Info Box
========================= */
.whisk-contact-info {
    padding: 16px 0 52px;
}

.whisk-contact-info__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.whisk-contact-info__box {
    padding: 18px 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 18px;
}

.whisk-contact-info__heading {
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.6;
}

.whisk-contact-info__text {
    margin: 0;
    line-height: 1.9;
}

.whisk-contact-info__text+.whisk-contact-info__text {
    margin-top: 10px;
}

.whisk-contact-info__divider {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    margin: 14px 0;
}

.whisk-contact-info__link {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: opacity 0.2s ease;
}

.whisk-contact-info__link:hover {
    opacity: 0.7;
}

.whisk-contact-info__sub {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.8;
}




/************************************
** Contact form 7 CSSカスタマイズ
************************************/

@media screen and (max-width: 767px) {

    table {
        font-size: 100%;
        display: block;
        width: 100%;
    }

    table tbody {
        display: block;
        width: 100%;
    }

    table tr {
        display: block;
        width: 100%;
    }

    table th {
        display: block;
        width: 100%;
    }

    table.CF7_table tr {
        width: 100%;
    }
}

.CF7_table input {
    max-width: 65vw;

}

/* table */


table.CF7_table {
    width: 100%;
    margin: 0 auto;
}

table.CF7_table tr {
    border-top: 1px solid #e5e5e5;
}

table.CF7_table th {
    background-color: #F6F8F8;
    font-size: 100%;
    vertical-align: middle;
    text-align: left;
    font-weight: lighter;
    border-radius: 10px;

}

/* trごとの“間隔”を増やす（縦だけ） */
.wpcf7-form .CF7_table {
    border-collapse: separate !important;
    border-spacing: 0 20px;
    /* ←ここが行間（縦） */
}

table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
    padding: 1rem 1rem !important;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
    display: table;
}

.CF7_table ::placeholder {
    color: #797979;
}

/* 文字数の多いセルのフォントサイズ */
.CF7_many {
    font-size: 90%
}



/* テキストエリアの設定 */
table.CF7_table textarea {
    resize: vertical;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}

/* 入力欄とテキストエリア共通 */
.CF7_table input,
.CF7_table select,
.CF7_table textarea {
    border: 1px solid #d8d8d8;
    font-size: 100%;
    padding: 0.75rem 0.75rem !important;
}

/* CF7：指定した項目だけ input を100% */
.wpcf7-form .wpcf7-form-control-wrap[data-name="your-name"] input,
.wpcf7-form .wpcf7-form-control-wrap[data-name="your-katakana"] input,
.wpcf7-form .wpcf7-form-control-wrap[data-name="your-tel"] input,
.wpcf7-form .wpcf7-form-control-wrap[data-name="your-email"] input,
.wpcf7-form .wpcf7-form-control-wrap[data-name="your-email_confirm"] input,
.wpcf7-form .wpcf7-form-control-wrap[data-name="text-630"] input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
}

/*「必須」文字*/
.CF7_req {
    font-size: .9em;
    padding: 4px 9px;
    background: #B85A66;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
    font-size: .9em;
    padding: 4px 9px;
    background: #B89F91;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    background-color: #B85A66;
    border: 2px solid #B85A66;
    color: #ffffff;
    font-size: 100%;
    margin: 0 auto;
    padding: 10px 50px;
    transition: all 0.5s 0s ease;
}

.wpcf7 input.wpcf7-submit:hover {
    color: #B85A66;
    background-color: rgba(255, 255, 255, 0.2);
}

.CF7_btn {
    text-align: center;
    margin: 0px;
}

.wpcf7-spinner {
    width: 0;
    margin: 0;
}

/* レスポンス */
.wpcf7-response-output {
    border-bottom-color: #B85A66 !important;
    border-left-color: #B85A66 !important;
    border-right-color: #B85A66 !important;
    border-top-color: #B85A66 !important;
    border-radius: 10px;


}