@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202609-moriguchi{background: url("../../../img/event/202609-moriguchi/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.moriguchi202609_color {
  color: #BF4D00;
}
.moriguchi202609_orangeBox {
    display: inline-block;
    color: #fff;
    background-color: #BF4D00;
    padding: 5px 10px;
    border-radius: 8px;
}
.moriguchi202609_fontsize {
    font-size: 75% !important;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .moriguchi202609_bg_gr {
      display: block;
      background: #fff5d7;
      padding-bottom: 10px;
      z-index: -2;
  }
  .titledecoration-202609-1 {
      position: absolute;
      right: 26px;
      width: 24%;
      top: 60px;
      z-index: -1;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .moriguchi202609_bg_gr {
      display: block;
      background: #fff5d7;
      padding-bottom: 10px;
      z-index: -2;
  }
  .titledecoration-202609-1 {
      position: absolute;
      right: 8px;
      width: 24%;
      top: 62px;
      z-index: -1;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/