@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202602-tables{background: url("../../../img/gourmet/202602-tables/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.tables_202602_orangetx {
  color: #e8860e;
}
.tables_202602_ruby_center {
    font-size: 35% !important;
    text-align: center;
    ruby-align: center;
    color: #353535;
}
.tables_202602_is_bgtop {
  border: 1px solid #e8860e;
  position: relative;
}
.tables_202602_is_bgbottom {
  border: 1px solid #e8860e;
  position: relative;
  margin: 1px;
  padding: 15px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .tables_202602_is_bgtop::before {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    transform:rotate(180deg);
    z-index: 1;
  }
  .tables_202602_is_bgtop::after {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    transform:rotate(270deg);
    z-index: 1;
  }
  .tables_202602_is_bgbottom::before {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    bottom: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    transform:rotate(90deg);
    z-index: 1;
  }
  .tables_202602_is_bgbottom::after {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    bottom: -3px;
    right: -3px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    z-index: 1;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .tables_202602_is_bgtop::before {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    transform:rotate(180deg);
    z-index: 1;
  }
  .tables_202602_is_bgtop::after {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    transform:rotate(270deg);
    z-index: 1;
  }
  .tables_202602_is_bgbottom::before {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    bottom: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    transform:rotate(90deg);
    z-index: 1;
  }
  .tables_202602_is_bgbottom::after {
    position: absolute;
    background: url("../../../img/gourmet/202602-tables/img_bg.png") no-repeat;
    bottom: -3px;
    right: -3px;
    width: 20px;
    height: 20px;
    content: "";
    background-size: contain;
    z-index: 1;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/