/**フッター上　コンタクト（電話、メール、LINE）ボタン**/
div[role=main] .row1x3{
    /* padding-bottom: 0px; */
}
#bottom_contact_wrap,
#footer_contact_wrap {
    width: 100%;
}
#bottom_contact_inner,
#footer_contact_inner {
    width: 996px;
    margin: 0px auto;
    padding-top: 45px;
    height: 160px;
}
#bottom_contact.centerColumn,
#footer_contact.centerColumn{
    width: 740px;
    margin: 0px auto 30px;
}
#bottom_contact.RightColumn{
    width: 740px;
    float: right;
}
#bottom_contact.LeftColumn{
    width: 740px;
    float: left;
}

#bottom_contact.buttons .form {
    position: relative;
    float: left;
    margin-right: 25px;
    padding: 0px;
    width: 220px;
    height: 100%;
    color: #000;
    background-color: #2e425b;
}
#bottom_contact.buttons .form:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    border-right:none;
    background: none;
    transition: all 0.3s ease;
}
#bottom_contact.buttons .form:after {
    content: "\7533\3057\8FBC\307F\30D5\30A9\30FC\30E0\306F\3053\3061\3089";
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    line-height: 60px;
}

#bottom_contact.buttons .tel div,
#footer_contact.buttons .tel div {
    margin-left: 0px;
}
#bottom_contact.buttons .tel,
#footer_contact.buttons .tel {
    position: relative;
    float: left;
    margin-right: 25px;
    color:#fff;
    width: 230px;
    height: 100%;
    background: #898787;
}
#bottom_contact.buttons .tel:before,
#footer_contact.buttons .tel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 56px;
    height: 100%;
    border-right: none;
    background: none;
}
#bottom_contact.buttons .tel2 {
    position: relative;
    float: left;
    margin-right: 10px;
    color:#fff;
    width: 220px;
    height: 100%;
    background: #898787;
}
#bottom_contact.buttons .tel2:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 56px;
    height: 100%;
    border-right: none;
    background: none;
}
#bottom_contact.buttons .tel2 div p:nth-child(1) {
    font-size: 10px;
    padding:5px 0px 0px 32px;
}
#bottom_contact.buttons .tel2 div p:nth-child(2) {
    position: relative;
    margin: -7px 0px 0px 0px !important;
    padding-left: 5px !important;
    font-size: 24px;
    letter-spacing: 2px;
}
#bottom_contact.buttons .tel2 .phone span{
    padding-left:27px;
    letter-spacing: 1px;
}

#bottom_contact.buttons .phone span,
#footer_contact.buttons .phone span{
    padding-left:9px;
    letter-spacing: 1px;
}
#bottom_contact.buttons .tel .phone span:before,
#footer_contact.buttons .tel .phone span:before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 34px;
    width: 30px;
    height: 100%;
    background: no-repeat center center url(/wp-common/img/icons/buttons/tel_white.png);
    background-size: 10px auto;
}
#bottom_contact.buttons .tel div p:nth-child(1),
#footer_contact.buttons .tel div p:nth-child(1) {
    font-size: 11px;
}
#bottom_contact.buttons .tel div p:nth-child(2),
#footer_contact.buttons .tel div p:nth-child(2) {
    position: relative;
    margin: 0 !important;
    padding-top: 8px !important;
    font-size: 18px;
}
/*`お問合せボタン*/
#bottom_contact.buttons .contact_btn,
#footer_contact.buttons .contact_btn {
    position: relative;
    float: left;
    padding: 0px;
    width: 230px;
    height: 100%;
    color: #FFF;
    background-color: #333;
}
#bottom_contact.buttons .contact_btn,
#footer_contact.buttons .contact_btn{
    padding-top: 18px;
}
#bottom_contact.buttons .contact_btn:hover,
#footer_contact.buttons .contact_btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
#bottom_contact.buttons .contact_btn span,
#footer_contact.buttons .contact_btn span {
    position: relative;
    font-size: 14px;
}

/*`メールボタン*/
#bottom_contact.buttons .mail {
    position: relative;
    float: left;
    padding: 0px;
    width: 230px;
    height: 100%;
    color: #FFF;
    background-color: #333;
}

#bottom_contact.buttons .mail{
    padding-top: 18px;
}
#bottom_contact.buttons .mail:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
#bottom_contact.buttons .mail span{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}
#bottom_contact.buttons .mail:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 10%;
    border-right: none;
    background: none;
}
#bottom_contact.buttons .mail span:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 100%;
    border-right: none;
    background: no-repeat center center url(/wp-common/img/icons/buttons/mail.png);
}
#bottom_contact.buttons .mail:after {
    content: "" !important;
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 183px;
    height: 100%;
    color: #FFF;
    font-size: 13px;
    line-height: 60px;
    transition: all 0.3s ease;
}

/*LINEボタンｎ*/
#bottom_contact.buttons .line {
    position: relative;
    float: left;
    margin-left: 25px;
    padding: 0px;
    width: 230px;
    height: 100%;
    color: #686868;
    background-color: #FFF;
}
#bottom_contact.buttons .line:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
#bottom_contact.buttons .line{
    padding-top: 20px;
}
#bottom_contact.buttons .line span{
    position: relative;
    padding-left: 48px;
    font-size: 14px;
}
#bottom_contact.buttons .line:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 10%;
    border-right: none;
    background: none;
}
#bottom_contact.buttons .line span:before {
    content: "";
    position: absolute;
    display: block;
   top: -13px;
    left: -7px;
    width: 43px;
    height: 40px;
    border-right: none;
    background: no-repeat center center url(/wp-common/img/icons/buttons/line.png);
}
#bottom_contact.buttons .line:after {
    content: "" !important;
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 183px;
    height: 100%;
    color: #FFF;
    font-size: 13px;
    line-height: 60px;
    transition: all 0.3s ease;
}
/*一棟資料請求ボタン*/
#bottom_contact.buttons .rent_catalog,
#footer_contact.buttons .rent_catalog {
    position: relative;
    float: left;
    margin-left: 25px;
    padding: 0px;
    width: 230px;
    height: 100%;
    color: #003366;
    background-color: #FFF;
    font-weight: bold;
    letter-spacing: .05em;
}
#bottom_contact.buttons .rent_catalog:hover,
#footer_contact.buttons .rent_catalog:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
#bottom_contact.buttons .rent_catalog,
#footer_contact.buttons .rent_catalog {
    padding-top: 20px;
}
#bottom_contact.buttons .rent_catalog span,
#footer_contact.buttons .rent_catalog span {
    position: relative;
    padding-left: 38px;
    font-size: 14px;
}
#bottom_contact.buttons .rent_catalog:before,
#footer_contact.buttons .rent_catalog:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 10%;
    border-right: none;
    background: none;
}
#bottom_contact.buttons .rent_catalog span:before,
#footer_contact.buttons .rent_catalog span:before {
    content: "";
    position: absolute;
    display: block;
   top: -8px;
    left: -2px;
    width: 28px;
    height: 28px;
    border-right: none;
    background: no-repeat center center url(/wp-common/img/icons/buttons/pamphlet.png);
}
#bottom_contact.buttons .rent_catalog:after,
#footer_contact.buttons .rent_catalog:after {
    content: "" !important;
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 183px;
    height: 100%;
    color: #FFF;
    font-size: 13px;
    line-height: 60px;
    transition: all 0.3s ease;
}
/*資料請求ボタン（お問合せページ）*/
#bottom_contact.buttons .catalog {
    position: relative;
    float: left;
    line-height: 100%;
    margin-left: 25px;
    padding: 22px 0 0 0;
    width: 230px;
    height: 100%;
    color: #FFF;
    background-color: #474747;
}
#bottom_contact.buttons .catalog:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
#bottom_contact.buttons .catalog span{
    position: relative;
    font-size: 14px;
}
#contact #bottom_contact.centerColumn{
    width: 100%;
    margin: 0px auto 30px;
}

/*左カラム用調整*/
 #bottom_contact.buttons.leftColumn .line{
    margin-left: 29px;
}
#bottom_contact.buttons.leftColumn .tel{
    margin-right: 29px;
}
