@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202606-panante{background: url("../../../img/gourmet/202606-panante/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.panante202606_color {
  color: #c02624;
}
.panante202606_ruby_center {
    font-size: 40% !important;
    text-align: center;
    ruby-align: center;
    color: #353535;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .panante202606_is_bg {
    background-image: url("../../../img/gourmet/202606-panante/titlebg.jpg");
    background-size: cover;
    padding: 0.5em;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .panante202606_is_bg {
    background-image: url("../../../img/gourmet/202606-panante/titlebg.jpg");
    background-size: cover;
    padding: 0.1em;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/