@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-thousand{background: url("../../../img/gourmet/202601-thousand/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.is_pink-202601 {
  color: #D82B30;
}
.pinkborder_Box-202601 {
    display: inline-block;
    color: #D82B30;
    border: 2px solid #D82B30;
    padding: 5px 10px;
    border-radius: 8px;
}
.thousand202601_pt15 {
  padding-top: 15px;
}
.thousand202601_pb15 {
  padding-bottom: 15px;
}
.thousand202601_fontsize {
    font-size: 75% !important;
}
.thousand_202601_textindent02 {
  text-indent: 5.8em !important;
}
.thousand_202601_textindent01 {
  text-indent: 4.1em !important;
}

/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .titledecoration-202602 {
    position: absolute;
    right: 12px;
    width: 16%;
    bottom: 125px;
  }
	.titledecoration-202601 {
    position: absolute;
    left: 12px;
    width: 16%;
    bottom: 125px;
  }
  .bg_gr202601 {
    display: block;
    background-color: #FFF2EF;
  }

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .titledecoration-202602 {
    position: absolute;
    right: 52px;
    width: 15%;
    bottom: 118px;
  }
  .titledecoration-202601 {
    position: absolute;
    left: 52px;
    width: 15%;
    bottom: 118px;
  }
  .bg_gr202601 {
    display: block;
    background-color: #FFF2EF;
    }
  .mtb01-202601 {
    margin-bottom: 30px;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/