@media screen and (max-width: 990px) {
  /****************** 新着情報 ********************/
  #main_contents_box > .top_column .news_info_box > .left_column{
    float:left;
    width:100%;
    margin-right:0px;
  }
  #main_contents_box > .top_column .news_info_box > .left_column > .top_column .news_list_box{
    width:100%;
  }
  #main_contents_box > .top_column .news_info_box > .left_column > .top_column .news_list_box .news_list{
    width:100%;
    height:100%;
    overflow-y: auto;
  }
  #main_contents_box > .top_column .news_info_box > .left_column > .bottom_column{
    margin-top: 1%;
  }
  #main_contents_box > .top_column .news_info_box > .left_column > .bottom_column > div{
    width:49.5%;
    height:auto;
  }
  #main_contents_box > .top_column .news_info_box > .left_column > .bottom_column > div:nth-of-type(2){
    margin-left: 1%;
  }
  #main_contents_box > .top_column .news_info_box > .right_column{
    width:100%;
    margin-top:1%;
  }
  #main_contents_box > .top_column .news_info_box > .right_column > div{
    float:left;
    width:49.5%;
    height:auto;
  }
  #main_contents_box > .top_column .news_info_box > .right_column > div:nth-of-type(2){
    margin-top: 0px;
    margin-left:1%;

  }
  /******************** ピックアップ ***************************/

  #main_contents_box > .center_column .pickup_item_box >.left_column{
    width:100%;
  }
  #main_contents_box > .center_column .pickup_item_box > .left_column > .img_box{
    width:49.5%;
    height:auto;
  }
  #main_contents_box > .center_column .pickup_item_box > .left_column > .img_box:not(:nth-of-type(1)):not(:nth-of-type(2)){
    margin-top: 1%;
  }
  #main_contents_box > .center_column .pickup_item_box > .left_column > .img_box:nth-of-type(odd){
    margin-right:1%;
  }

  #main_contents_box > .center_column .pickup_item_box >.right_column{
    width:100%;
  }
  #main_contents_box > .center_column .pickup_item_box > .right_column > .img_box:not(:nth-of-type(1)){
    margin-top: 1%;
  }
  #main_contents_box > .center_column .pickup_item_box > .right_column > .img_box{
    width:49.5%;
    height:auto;
    margin-top: 1%;
  }
  #main_contents_box > .center_column .pickup_item_box > .right_column > .img_box:nth-of-type(odd){
    margin-right:1%;
  }
}

@media screen and (max-width: 800px) {
  /**************************セール情報*****************************/
  #main_contents_box > .top_column .sale_info_box > .left_column{
    float:left;
    width:100%;
    height:auto;
  }

  #main_contents_box > .top_column .sale_info_box > .right_column{
    float:left;
    width:100%;
    margin-top:1%;
    margin-left:0%;
  }
  #main_contents_box > .top_column .sale_info_box > .right_column > div:nth-of-type(1){
    float:left;
    width:49.5%;
    height:auto;
  }
  #main_contents_box > .top_column .sale_info_box > .right_column > div:nth-of-type(2){
    float:left;
    width:49.5%;
    height:auto;
    margin-left:1%;
    margin-top:0%;

  }
}

@media screen and (max-width: 600px) {
  #main_contents_box > .top_column .bed_maker_box{
    display:block;
  }
  #main_contents_box > .top_column .sale_info_box > .right_column > div:nth-of-type(1) {
      width: 100%;
  }
  #main_contents_box > .top_column .sale_info_box > .right_column > div:nth-of-type(2) {
    width: 100%;
    margin-left: 0%;
    margin-top: 1%;
  }
  /*****************ピックアップ*********************/
  #main_contents_box > .center_column .pickup_item_box >.left_column{
    width:100%;
    margin-right: 0px;
  }
}
