@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202604-hirakatapark{background: url("../../../img/event/202604-hirakatapark/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.hirakatapark_202604_redtx {
  color: #D90000;
}
.hirakatapark_202604_fontsize {
  font-size: 180% !important;
}
.hirakatapark_202604_fontsize2 {
  font-size: 75% !important;
}
.hirakatapark_202604_textindent {
  text-indent: 2.8em;
}
.hirakatapark_202604_redBox {
  display: inline-block;
  color: #fff;
  background-color: #D90000;
  padding: 5px 10px;
  border-radius: 8px;
}
.hirakatapark_202604_rt {
    font-size: 12px !important;
    color: #353535;
    text-align: center;
    ruby-align: center;
}

/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
	.hirakatapark_202604_bg {
      display: block;
      background: #8a8a8a;
      background: linear-gradient(90deg, rgba(138, 138, 138, 1) 0%, rgba(247, 247, 247, 1) 5%, rgba(247, 247, 247, 1) 95%, rgba(138, 138, 138, 1) 100%);
      height: 270px;
  }

}
/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
	.hirakatapark_202604_bg {
      display: block;
      background: #8a8a8a;
      background: linear-gradient(90deg, rgba(138, 138, 138, 1) 0%, rgba(247, 247, 247, 1) 5%, rgba(247, 247, 247, 1) 95%, rgba(138, 138, 138, 1) 100%);
      height: 190px;
  }

}
