/* 全体 */
/*body {*/
/*    font-family: fot-tsukuardgothic-std, sans-serif;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:30% 100%;
    /*background-image:url('../images/balloon/彦根城_気球.jpg');*/
    background-size:cover;
    filter: brightness(60%)grayscale(10%);
}

.main {
    padding: 0 1rem;
}

.error {
    background-color: #d9534f;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;

    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
}

.hisu {
    background-color: #d9534f;
    display: inline-block;
    padding: 0.5em 0.5em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

.ninni {
    background-color: #78909C;
    display: inline-block;
    padding: 0.5em 0.5em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

/*「送信する」ボタン */
.btn-custom {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom {
    background-color: #d43f3a;
    border-color: #c9302c;
}

/* お問い合わせ */
.contact {
    padding: 10rem 0;
    width: 100%;
    margin:0 auto;
}

@media screen and (min-width: 960px) {
    .contact { width: 40%; }
}

.contact_title h2 {
    line-height: 3rem;
    font-weight: bold;
}

.contact_title p {
    line-height: 2rem;
    font-weight: bold;
}

.contact .label {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 3px 6px;
    /*background-color: rgba(0,0,0, 0.4);*/
}

.contact .item {
    padding: 2rem 0;
}

.contact .item-top {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.contact input[type="text"],.contact input[type="email"]{
    border: solid 1px #aaa;
    border-radius:5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1rem;
    font-size: 1.5rem;
}

.contact select{
    border: solid 1px #aaa;
    border-radius:5px;
    width: 100%;
    padding: 16px;
    font-size: 1.5rem;
}

.contact_form {
    /*background-image: url('../images/hado/hado-backdrop_6000x2660_A-preview.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    /*background-position: 30%;*/
    color: black;
}

#aria-errors {
    background-color: #d9534f;
    color: #fff;
    padding: 0.5em 1em;
    font-weight: bold;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.form-control {
    color: black;
}
