@charset 'utf-8';


/* 共通 */
body {

    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .1em;
    color: #222;
    background-color: #ffffff;
}

.warapper {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

img{
    display: block;
}

.button {
    display: flex;
    justify-content: center;
    width: 260px;
    padding: 1em 0;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    color: #222;
    border: 1px solid #222;
    background-color: #EF7C1A;
}

.button_b {
    display: flex;
    justify-content: center;
    width: 260px;
    padding: 1em 0;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    color: #05173f;
    border: 1px solid #05173f;
    background-color: #fff;
}

.button:hover {
    color: #222;
    border: 1px solid #222;
    background-color: #ffa95e;
}

.button_b:hover {
    color: #fff;
    background-color: #05173f;
    border: 1px solid #fff;
}

/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 1em calc(50vw - 50%);
    margin-top: 100px;
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #fff;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 600px;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 1.5em;
}
/* 項目名 */
.label {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 1rem;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #e29b5d;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"] {
    width: 100%;
    border: solid 1px #777;
    padding: .5rem;
    font-size: 1rem;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #777;
    padding: .5rem;
    height: 207px;
    font-size: 1rem;
}

.wpcf7-textarea{
    width: 100%;
}
/* ボタン
.btnArea {
    
} */

input[type="submit"]{
    background: #e29b5d;
    border: 2px solid #ffffff;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1.2rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    color: #e29b5d;
    background-color: #ffffff;
    border-color: #e29b5d;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 480px) {
    .contact_item {
        margin-bottom: 1.6rem;
    }
    .label {
        font-size: 1.5rem;
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 1.1rem;
    }
    input[type="text"],input[type="email"] {
        padding: .4rem;
        font-size: 1.5rem;
    }
    textarea {
        padding: .4rem;
        font-size: 1.5rem;
    }
    input[type="submit"]{
        font-size: 1.5rem;
    }

    input[type="text"],input[type="email"] {
    width: 90%;
    }

    textarea.form-control {
    height: 100px;
    }

    .wpcf7-textarea{
    width: 90%;
    }

    .contactForm{
        padding-left: 2em;
    }

}


/* ヘッダー */
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
}


.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_inner a{
    width: 20%;
}

.header_image {
    padding: 1em 1em;
    width: 80%;
}

.gNav {
    display: flex;
    justify-content: flex-end;
    width: 60%;
}

.gNav_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 70px;
}

.gNav_list a {
    font-size: 18px;
    text-decoration: none;
    color: #05173f;
}

.gNav_list a::after {
    display: block;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s;
    background-color: #05173f;
}

.gNav_list a:hover::after {
    width: 100%;
}


.contact_mv {
    width: 100%;
    width: 100%;
    height: 300px;
    background-image: url(../contactimage/contact_mv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.contact_mv_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.contact_mv_subtitle{
        position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.contact_mv_title {
    font-size: 40px;
}



/* フッター */
.footer {
    background-color: #fff;
    padding-bottom: 14px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    color: #222;
}

.footer_ligo{
    width: 80%;
}

.footer_gNav {
    width: 100%;
}

.footer_gNav_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 50%;
}

.footer_gNav_list a {
    font-size: 18px;
    text-decoration: none;
    color: #222;
}

.footer_gNav_list a::after {
    display: block;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s;
    background-color: #222;
}

.footer_gNav_list a:hover::after {
    width: 100%;
}

.footer_copyright {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #222;
    padding: .5em 0;
}


@media (max-width:912px){

    .header_image {
    padding: 1em 1em;
    width: 10em;
    }

.gNav{
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        top: 0;
        left: 100vw;
        margin-top: 0;
        transition: 0.4s;
    }

    .gNav_list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 30% 0;
        box-sizing: border-box;
    }

    .gNav_list li{
        margin-top: 2em;
    }
    
    .nav-button {
        border-radius: 100px;
        background-color: #05173f;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10px;
        top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 100;
}

    .nav-button span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 2px auto;
    }

    .gNav.show {
        left: 0;
    } 

    .warapper{
        max-width: 98%;
        overflow: hidden;
    }

    .contact_mv{
        width: 100%;
        height: 30vh;
    }

    .contact_mv_title{
        font-size: 28px;
        padding-top: 1em;
    }
    .contact_title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .footer_inner{
        display: none;
    }

    .footer_gNav{
        display: none;
    }

    .footer_copyright{
        padding-top: 1em;
        font-size: 9px;
    }

}
