/* contact */
.contact_top {
    background: url(bg.jpg);
}

.contact_top .wrapper {
    background: rgba(0,0,0,0.4);
}

.contact_top p {
    letter-spacing: 0.3em !important;
}

#contact h2 {
    margin-bottom: 50px;
}

/* お問い合わせ */
#contact {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 2300px;
    padding: 100px 60px 0;
    margin: auto;
}
#contact p {
    line-height: 2.0em;
}

.telnum {
    display: inline-block;
    font-size: 2.2em;
    font-weight: bold;
    color: #7d0000;
    margin: 20px 0 50px;
    transition: .3s;
}
.telnum:hover {
    color: #ad0000;
    transition: .3s;
}

@media screen and (max-width: 1049px) {
#contact {
    height: auto;
    padding: 0 0 50px;
    margin: auto;
}
h2 span {
    display: none;
}
p,.telnum {
    padding: 0 20px;
}
.enter_btn {
    margin-bottom: 100px;
}
}

/* オフィス所在地 */
.office_l {
    width: 65%;
    float: left;
    padding-right: 5%;
}
.office_r {
    width: 35%;
    overflow: auto;
    padding: 60px 30px 50px 5%;
}
.office_r p {
    display: block;
    font-size: 1.1em;
    line-height: 2.4em;
    letter-spacing: 0.1em;
}
.office_r b {
    display: block;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

@media screen and (max-width: 1049px) {
.office_l {
    width: 100%;
    padding: 0;
}
.office_r {
    width: 100%;
    padding: 60px 30px 30px;
}
.office_r p {
    font-size: 1.0em;
    line-height: 2.0em;
    letter-spacing: 0.05em;
}
}
