@charset "UTF-8";
/* ------------------------------------------------------------
   ニュースページ
------------------------------------------------------------ */
#contact .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#contact .subhead {
    background: url(../img/subhead_bg@2x.png);
    margin-top: 180px;
    height: 200px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    #contact .subhead {
        margin-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    #contact .subhead {
        font-size: 1.5rem;
        margin-top: 78px;
        height: 130px;
    }
}

/* ----- breadclumb ----- */
#contact .breadclumb ul {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #contact .breadclumb ul {
        font-size: .875rem;
        margin-bottom: 30px;
    }
}

#contact .breadclumb li {
    display: inline-block;
}

#contact .breadclumb a {
    background: url(../../common/img/breadclumb_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

#contact .contact {
    text-align: left;
}

#contact .contact table {
    width: 100%;
    margin-bottom: 20px;
}

#contact .contact tr:not(:last-child) {
    border-bottom: 2px solid #eaeaea;
}

#contact .contact th, #contact .contact td {
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    #contact .contact th, #contact .contact td {
        display: block;
    }
}

#contact .contact th {
    color: #19150a;
    font-weight: bold;
    font-size: 1rem;
    width: 30%;
}

@media screen and (max-width: 1024px) {
    #contact .contact th {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    #contact .contact th {
        padding-bottom: 0;
        width: 100%;
    }
}

#contact .contact th span {
    display: inline-block;
    padding: 8px;
    background: #976a4c;
    color: #fff;
    max-width: 95px;
    width: 100%;
    text-align: center;
    margin-right: 20px;
    font-weight: normal;
    font-size: 0.85rem;
}

#contact .contact td {
    padding: 20px 0;
    font-size: 1rem;
}

#contact .contact input, #contact .contact textarea {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 15px;
}

#contact .contact__name div {
    display: inline;
}

@media screen and (max-width: 1024px) {
    #contact .contact__name div {
        display: block;
        margin-bottom: 10px;
    }
    #contact .contact__name div input {
        max-width: 70%;
    }
}

#contact .contact__name input {
    max-width: 260px;
    width: 100%;
    margin: 0 50px 0 10px;
}

#contact .contact__name .mei {
    margin-right: 0;
}

#contact .contact__mail input {
    width: 100%;
}

#contact .contact__mail p {
    margin: 20px 0;
}

#contact .contact__contents textarea {
    width: 100%;
    min-height: 250px;
}

@media screen and (max-width: 767px) {
    #contact .contact__contents textarea {
        min-height: 125px;
    }
}

#contact .contact .ERR {
    text-align: center;
    margin-bottom: 5px;
    color: #c22929;
}

#contact .contact .more_btn {
    margin: 0 auto 100px;
    max-width: 250px;
    background: url(../../common/img/bg_white.gif) no-repeat right top/7px 7px, url(../../common/img/bg_white.gif) no-repeat left bottom/7px 7px, url(../../common/img/link_bg.gif) repeat bottom center/6px auto;
    padding-bottom: 7px;
    padding-right: 7px;
}

@media screen and (max-width: 767px) {
    #contact .contact .more_btn {
        max-width: 100%;
        width: 100%;
        margin: 10px auto 50px;
    }
}

#contact .contact .more_btn input {
    color: #19150a;
    text-decoration: none;
    transition: .3s;
    display: block;
    border: solid 1px #19150a;
    padding: 12px 20px;
    background: #fff url(../../common/img/arrow01.png) no-repeat right 15px center/30px auto;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

#contact .contact .more_btn input:hover {
    color: #fff;
    background: #19150a url(../../common/img/arrow02.png) no-repeat right 15px center/30px auto;
}

#contact .contact .more_column {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #contact .contact .more_column {
        flex-direction: column;
        margin-bottom: 50px;
    }
}

#contact .contact .more_column > .more_btn {
    margin: 0 20px 0;
    width: 250px;
}

@media screen and (max-width: 767px) {
    #contact .contact .more_column > .more_btn {
        margin: 0 0 20px;
        width: 100%;
    }
}

#contact .contact .thanks {
    min-height: 500px;
}

/* ----- contact ----- */
