@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202603-moriguchi{background: url("../../../img/gourmet/202603-moriguchi/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.moriguchi202603_stripe02 {
  width: 100%;
  height: 7px;
  background-image: repeating-linear-gradient(90deg, transparent 0 2px, #c11920 2px 4px);
  margin-top: 40px;
}
.moriguchi202603_is_bordertop {
    border-top: #c8c8c8 1px solid;
    padding-top: 10px;
}
.moriguchi202603_redBox {
    display: inline-block;
    color: #fff;
    background-color: #c11920;
    padding: 5px 10px;
    border-radius: 8px;
}
.moriguchi202603_textindent {
    text-indent: 7.9em !important;
}
.moriguchi202603_textindent1 {
    text-indent: 10.2em !important;
}
.moriguchi202603_textindent3 {
    text-indent: 1.2em !important;
}
.moriguchi202603_fontsize {
    font-size: 75% !important;
}
.moriguchi202603_fontsize2 {
    font-size: 90% !important;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .moriguchi202603_textindent2 {
      text-indent: 11.4em !important;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/