

.header-cover{ min-height: auto; padding-bottom: 20px;margin-bottom: 0;}
#primary { padding-top: 22px; padding-bottom: 80px;}

.coverPhotos,.pageDownIcon { display: none !important; }

.entry-title { font-size: 28px;}

.entry-content { max-width: 1280px ; margin: 0 auto 100px; }
#primary > article {
    background: #fcfcfcc9;
}
.entry-title { text-align: center; margin: 10px auto 0px; font-size: var(--font-size-xl);}

#fContactArea h2 { display: none;}

/* ******  content ****** */

.formTitle{ font-size: var(--font-size-xxl); } 
.formTitle::after { content: ""; display: block; 
    height: 2px; width: 50px; margin: 5px 0 ;
    background-image: linear-gradient(90deg, var(--color23) 50%, var(--color12) 50%);}

#contanctFormWrap{}
#contanctFormWrap {}
#contanctFormWrap label { }
label h3 { font-size: var(--font-size-sm); position: relative; width: max-content;}
label.required h3:before { content: "*"; color: red; position: absolute; right: -0.5em;}
label h3:after { content: ""; display: block; 
    height: 1px; width: 50px; margin: 5px 0 ;
    background-image: linear-gradient(90deg, var(--color23) 50%, var(--color12) 50%); }
label input , label select { height: 50px; padding: 0.5em 1em;}
label input {}
[data-name="your-name"],[data-name="your-email"],[data-name="your-tel"]{
    max-width: 500px;
    display: inline-block;
}

label select { width: 100%; appearance: none; background: #fcfcfc;}
label textarea {}

    /*  */
.wpcf7-character-count { display: block; text-align: right; color:var(--font-color3);}
.wpcf7-character-count::before { content: "あと"; display: inline-block; font-size: 10px;}
.wpcf7-character-count::after { content: "字"; display: inline-block; font-size: 10px;}
.wpcf7-not-valid-tip { font-size: var(--font-size-min); font-weight: bold; }
.wpcf7-not-valid-tip:before { content:"↑" }

.wpcf7-response-output{z-index: 99999999;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: rgb(243, 205, 211);
    border: none;
    color: darkred;
    box-shadow: 1px 1px 3px #ccc;
    padding: 1em 1.5em;
    font-size: 0.9em;
    position: fixed;
    bottom: 1em;
    margin: 0;
    left: 5%;
    width: 90%;
}
.wpcf7 form.sent .wpcf7-response-output {
    position: fixed;
    width: 100vw;
    left: 0;
    margin: 0;
    background: #ffffffe8;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    padding: 1em 3em 7em;
    border: none;
    z-index: 1;
    color: var(--color23);
}

.sent_ok_message {
    display: none !important;
    margin: 2em 0.5em 1em;
    padding: 0.2em 0.5em;
    text-align: left;
    color: #398f14;
    font-size: 1.2em;
}

.sent_ok_message .attention {
    color: #777;
    font-weight: normal;
    font-size: 0.7em;
}

/*  */
.submitWrap{max-width: 420px; margin: 2em auto 0em; position: relative;}
.submitWrap input[type="submit"]{ background: var(--color22); outline: 0; color: white; font-weight: bold;
min-width: 200px; width: 100%; max-width: 420px; margin: 0 auto; padding: 1.2em 1em 1em;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translate(0.7em, -47%);
    left: 50%;
    background: none;
}

/*  */
.noticeWrap { max-width: 420px; margin: 0 auto;}
.noticeWrap h5 { margin: 0;}
.noticeWrap p { margin: 0;}

@media screen and (min-width: 768px) {
    .header-cover{ min-height: auto; padding-bottom: 30px;margin-bottom: 0;}

    #primary > article {
        
        margin: 0 auto 0;
        padding: 20px;
    }
    .entry-content {
       max-width: 900px;
    }
}

@media screen and (min-width: 1024px) {
    
    
}
@media screen and (min-width: 1280px) {
    
}