@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202602-okoshibus{background: url("../../../img/outing/202602-okoshibus/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.okoshibus_202602_bg {
  background-color: #fceff5;
  padding: 15px;
  position: relative;
}
.okoshibus_202602_pinktx {
  color: #ce195d;
}
.okoshibus_202602_pink_Box {
  display: inline-block;
  color: #fff;
  background-color: #ce195d;
  padding: 5px 10px;
  border-radius: 8px;
}
.okoshibus_202602_textspace {
  letter-spacing: 2.4em;
}
.okoshibus_202602_textindent {
  text-indent: 1.15em;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .okoshibus_202602_bg::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 72px;
    content: "";
    background: url(../../../img/outing/202602-okoshibus/titledecoration01.png);
    background-size: contain;
  }
  .okoshibus_202602_bg::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 72px;
    content: "";
    background: url(../../../img/outing/202602-okoshibus/titledecoration02.png);
    background-size: contain;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .okoshibus_202602_bg::before {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100px;
    height: 90px;
    content: "";
    background: url(../../../img/outing/202602-okoshibus/titledecoration01.png);
    background-size: contain;
  }
  .okoshibus_202602_bg::after {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 100px;
    height: 90px;
    content: "";
    background: url(../../../img/outing/202602-okoshibus/titledecoration02.png);
    background-size: contain;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/