/*バナー切り替え用*/
.d-980 {display:block;}
.d980-320 {display:none;}
/* Phone Landscape (980px) */
@media screen and (max-width:980px) {
.d-980 {display:none;}
.d980-320 {display:block;}
}


.bnr_content{position:relative; height:250px;}
.bnr_contentx730{position:relative; height:220px;}

.bnr_content img{width:auto;}

/*x980バナー用*/
.x980_bg_bnr {
    position: absolute;
    width: 895px !important;
    height: 225px !important;
    left: 45px;
    top: 15px;
}
.x980_arr_bnr {
    position: absolute;
    width: 99px !important;
    height: 118px !important;
    left: 20px;
    top: 74px;
    pointer-events: none;
}
.x980_txt1_bnr {
    position: absolute;
    width: 497px !important;
    height: 34px !important;
    left: 77px;
    top: 37px;
    pointer-events: none;
}
.x980_txt2_bnr {
    position: absolute;
    width: 498px !important;
    height: 39px !important;
    left: 75px;
    top: 178px;
    pointer-events: none;
}
.x980_bg_btn_bnr {
    position: absolute;
    width: 306px !important;
    height: 156px !important;
    left: 600px;
    top: 49px;
    pointer-events: none;
}
.x980_gentei_bnr {
    position: absolute;
    width: 94px !important;
    height: 95px !important;
    left: 850px;
    top: 9px;
    pointer-events: none;
}
.x980_tel_bnr {
    position: absolute;
    width: 496px !important;
    height: 96px !important;
    left: 83px;
    top: 80px;
    pointer-events: none;
}
.x980_txt_btn_bnr {
    position: absolute;
    width: 306px !important;
    height: 156px !important;
    left: 600px;
    top: 49px;
    pointer-events: none;
}

/*x730バナー用*/

    .x730_bg_bnr {
      position: absolute;
      width: 675px !important;
      height: 180px !important;
      top: 12px;
      left: 32px;
    }
    .x730_arr_bnr {
      position: absolute;
      width: 75px !important;
      height: 88px !important;
      left: 20px;
      top: 61px;
      pointer-events: none;
    }
    .x730_bg_btn_bnr {
      position: absolute;
      width: 229px !important;
      height: 117px !important;
      left: 459px;
      top: 50px;
      pointer-events: none;
    }
    .x730_gentei_bnr {
      position: absolute;
      width: 70px !important;
      height: 71px !important;
      left: 634px;
      top: 18px;
      pointer-events: none;
    }
    .x730_tel_bnr {
      position: absolute;
      width: 391px !important;
      height: 73px !important;
      left: 60px;
      top: 66px;
      pointer-events: none;
    }
    .x730_txt_btn_bnr {
      position: absolute;
      width: 227px !important;
      height: 117px !important;
      top: 50px;
      left: 459px;
      pointer-events: none;
    }
    .x730_txt1_bnr {
      position: absolute;
      width: 371px !important;
      height: 26px !important;
      left: 60px;
      top: 31px;
      pointer-events: none;
    }
    .x730_txt2_bnr {
      position: absolute;
      width: 371px !important;
      left: 60px;
      height: 26px !important;
      top: 146px;
      pointer-events: none;
    }

/* サイド固定バナー用 */

.side_bnr_content { position: relative; height: 150px;}
.side_bnr_content img {width:auto;}

.side_menu_btn_bnr {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0px;
    top: 0px;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.side_bg_bnr {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0px;
    top: 0px;
}
.side_arr_bnr {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0px;
    top: 0px;
}
