@charset "UTF-8";

#contact__page{

}
#contact__page .fv{
    position: relative;
}
#contact__page .fv .inner{
    padding-bottom: 300px;
    position: relative;
}
#contact__page .fv .inner h3{
    position: absolute;
    color: #fff;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact__page .fv .thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}
#contact__page .contents{

}
#contact__page .contents .inner{
    padding: 80px 40px;
    max-width: 660px;
    margin: auto;
}
#contact__page .contents input,
#contact__page .contents select{
    width: 100%;
    height: 40px;
    padding: 4px;
    font-size: 14px;
}
#contact__page .contents .mwform-tel-field input{
    width: 25%;
}
#contact__page .contents .box{
    margin-bottom: 30px;
}
#contact__page .contents .box .error{
    margin-top: 5px;
    font-size: 12px;
}
#contact__page .contents .box p{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
#contact__page .contents .btn_wrap{
    margin-top: 60px;
}
#contact__page .contents .btn_wrap input{
    background-color: #c27327;
    color: #fff;
    font-weight: bold;
    height: 60px;
    border: unset; /*枠線*/
    box-sizing: border-box;
}
#contact__page .mw_wp_form_preview .box{
    font-size: 14px;
}
#contact__page .submitBack__wrap input{margin-bottom: 20px;}

#contact__page .mw_wp_form_complete{
    text-align: center;
}
#contact__page .mw_wp_form_complete .view-more-btn{
    margin-top: 40px;
}

#contact__page .mw_wp_form_complete .view-more-btn p{
    font-size: 16px;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #contact__page .contents .inner {
    padding: 60px 20px;}
    #contact__page .fv .inner {
    padding-bottom: 200px;
    position: relative;
}
}
