/* ------------------------------------- */
/*  お問い合わせ
/* ------------------------------------- */
.title_area{
    width: 100%;
    position: relative;
    padding: 6em 0;
    background: url('../../img/contact_pic.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .title_area{
    padding: 12em 0 6em;
}
    }

.title_area h1{
    color: #fff;
    font-size: 2.1rem;
    font-family: "DM Serif Display", "Noto Serif JP", serif;
}


.main p{
    font-size: .9rem;
}

.contact_intro{
    margin-bottom:10px;
    text-align:left; }

.form_area {
    margin:0;
    margin-bottom:5px;
}
.form-group { width:650px;}

.form_area label {
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight: 400;
    font-size: .9rem;
}
.form_area span.required {
    padding: 0.1rem 0.5rem;
    margin: 0 0 0 1rem;
    display: inline-block;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1.2rem;
    color: #ffffff;
    background-color: #900020;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mk_red { 
    padding-left:5px;
    color:#900020; }
.answer {
    font-size:.9rem;
}

.form_area .error {
    margin-top:5px;
    font-size:.8rem;
    color:#900020;
    background-color:#fdeff2;
}
.form_area label.error {
    margin-bottom:15px;}

#mailmag {
    color:#000000;
    font-size:1.4rem;
    line-height:2rem;}

.btn_field {
    padding:10px 0 10px 30px;
    margin: 0 0 10px 0;
    width:700px;
    text-align:left;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}


/* button Brown*/
.btn-br {
  color: #e0c970;
  font-weight:400;
  background-color: #302400;
  border-color: #b9b09c;
}
.btn-br:focus,
.btn-br.focus {
  color: #302400;
  background-color: #b9b09c;
  border-color: #302400;
}
.btn-br:hover {
  color: #fff;
  background-color: #9b7e0f;
  border-color: #b9b09c;
}
.btn-br:active,
.btn-br.active,
.open > .dropdown-toggle.btn-br {
  color: #302400;
  background-color: #b9b09c;
  border-color: #b9b09c;
}

/* コンテンツ幅より小さくなったら、横幅に追従 */
@media screen and (max-width: 730px) {
.form_area {
    margin:5px auto 10px;
    width:99%;}
.form-group { width:99%;}
.mk_red {
    padding-left:0px;
}
#mailmag {
    font-size:1.3rem;
    line-height:1.8rem;
}
.btn_field {
    padding:0;
    margin: 0 0 10px 0;
    width:100%;
    text-align:center;
}
}

/* thanks */
.thanks h3{
    font-size: 1.1rem;
    line-height: 1.8;
}