@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202602-hirakatapark{background: url("../../../img/outing/202602-hirakatapark/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.hirakatapark_202602_bg {
  position: relative;
}
.hirakatapark_202602_lightbluetx {
  color: #4494d0;
}
.hirakatapark_202602_lightblueBox {
  display: inline-block;
  color: #fff;
  background-color: #4494d0;
  padding: 5px 10px;
  border-radius: 8px;
}
.hirakatapark_202602_boxcenter {
  display: flex;
  justify-content: center;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .hirakatapark_202602_bg::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    content: "";
    background: url(../../../img/outing/202602-hirakatapark/titledecoration02.png);
    background-size: contain;
  }
  .hirakatapark_202602_bg::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 90px;
    content: "";
    background: url(../../../img/outing/202602-hirakatapark/titledecoration01.png);
    background-size: contain;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .hirakatapark_202602_bg::before {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100px;
    height: 100px;
    content: "";
    background: url(../../../img/outing/202602-hirakatapark/titledecoration02.png);
    background-size: contain;
  }
  .hirakatapark_202602_bg::after {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 80px;
    height: 120px;
    content: "";
    background: url(../../../img/outing/202602-hirakatapark/titledecoration01.png);
    background-size: contain;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/