@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202603-keihanmall{background:url("../../../img/gourmet/202603-keihanmall/img_kv.jpg")center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .keihanmall_202603_is_red{		color: #E3004C;}
.keihanmall_202603_is_red_Box {
    display: inline-block;
    color: #fff;
    background-color: #E3004C;
    padding: 5px 10px;
    border-radius: 8px;
}
.keihanmall_202603_is_bordertop02 {
  border-top: #c8c8c8 1px solid;
  padding-top: 10px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

  .bg_gr202603 {
      display: block;
	  background: #FFF1BD;
      background: linear-gradient(180deg,rgba(255, 241, 189, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 241, 189, 1) 100%);
	  padding: 20px 0px;
  }
  .titledecoration-202603 {
    position: absolute;
    right: 15px;
    width: 16%;
    bottom: -2px;
  }
	.titledecoration-202601 {
    position: absolute;
    left: 15px;
    width: 16%;
    bottom: -2px;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .bg_gr202603 {
      display: block;
	  background: #FFF1BD;
      background: linear-gradient(180deg,rgba(255, 241, 189, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 241, 189, 1) 100%);
	  padding: 20px 0px;
  }
.titledecoration-202603 {
    position: absolute;
    right: 52px;
    width: 15%;
    bottom: -32px;
  }
  .titledecoration-202601 {
    position: absolute;
    left: 52px;
    width: 15%;
    bottom: -32px;
  }
.mtb01-202601 {
    margin-bottom: 30px;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/