@charset "utf-8";

.post_pagenation .wp-pagenavi{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.post_pagenation .wp-pagenavi span,.post_pagenation .wp-pagenavi a{
    display: inline-block;
    padding: 4px 5px 5px;
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    background: #eee;
    text-align: center;
    transition: .2s ease-in-out;
}
.post_pagenation .wp-pagenavi .current{
    background: #000;
    color: #FFF;
}

/* お問い合わせフォーム  */
.contact_nav li {
    margin: 0 !important;
    margin: 0 20px !important;
}
.submit_area p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit_area .wpcf7-previous{
    background-color: #fff !important;
    border: 1px solid #383838 !important;
    color: #383838 !important;
}
.submit_area .wpcf7-previous:hover{
    background-color: #eee !important;
}
.submit_area .wpcf7-form-control{
    border-radius: 5px;
}
.form_response{
    width: 960px;
    margin: 0 auto;
}

.confirm .main_img{
    width: 960px;
    margin: 80px auto;
}
.confirm .read{
    width: 960px;
    margin: 80px auto;
    font-family: "source-han-serif-japanese", serif;
    line-height: 2.0;
    text-align: center;
}
.wpcf7-response-output:empty {
    display: none;
}
.confirm_check{
    width: 960px;
    margin: 30px auto;
}
.confirm_check p{
    background-color: #ac8a25;
    padding: 8px 10px;
    width: 620px;
    margin: 0 auto;
    text-align: center;
}

/* お問い合わせフォーム 送信完了 */
.complete .complete__section{
    width: 960px;
    margin: 90px auto 50px;
}
.complete .complete__section p{
    text-align: center;
}
.complete .complete__sectionLink{
    margin-top: 40px;
}

.header .header__inq{
    height: 100%;
    padding: 35px 20px 19px;
}