@media (max-width: 979px) {
.menu_info{
display:none;
}
#main_contents{
background:url("../../images/common/bg_1.png") no-repeat center center,
url("../../images/common/bg_btm.jpg") no-repeat bottom center,
url("../../images/common/bg.jpg") no-repeat top center,
url("../../images/common/bg_loop.jpg") repeat-y top center,#000000;
}
h2{
width:100%;margin:0px auto 0px auto;max-width:900px;
}
h2.sub_title_bg{
background:url("../../images/common/title_s2.png");
background-size:contain;
margin:0px auto;color:#ffffff;font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-shadow:#663300 2px 2px 2px;font-size:18px;font-weight:bold;padding:2px 0px;
text-align:center;
}
.bg_mdl{
width:98%;/*background:url("../../images/about/common/bg_side.png");*/margin:0px auto 0px auto;
/*background-size:100% auto;*/max-width:900px;padding-bottom:5px;
}

/*ボックス*/
div.bg_box{
width:100%;padding:12px 0px 12px 0px;margin:0px auto 10px auto;
border:1px solid #ffea00;
background:url("../../images/common/bg_box2p_top_l.png")no-repeat left top,
url("../../images/common/bg_box2p_top_r.png")no-repeat right top,
url("../../images/common/bg_box2p_bot_l.png")no-repeat left bottom,
url("../../images/common/bg_box2p_bot_r.png")no-repeat right bottom,rgba(0,0,0,0.5);
}
.no-active {
display: none;
}
.fixed{
    position: fixed;
    top: 0;
    z-index: 1;
}
}