@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202511-okoshibus{background: url("../../../img/outing/202511-okoshibus/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .okoshibus_202511_is_bordertop1 {
    border-top: #DD2400 2px solid !important;
    margin-top: 10px !important;
}
.l_main .okoshibus_202511_is_borderbottom1 {
    border-bottom: #DD2400 2px solid !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}
.l_main .okoshibus_202511_is_orange {
    color: #DD2400;
}
.okoshibus_202511_orangeborder_Box {
    display: inline-block;
    color: #DD2400;
    border: 2px solid #DD2400;
    padding: 5px 10px;
    border-radius: 8px;
}
.okoshibus_202511_orange {
    color: #DD2400;
}
.textindent-202511 {
    text-indent: 6.4em !important;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
    .titledecoration-202511 {
        position: absolute;
        left: 4px;
        width: 17%;
        bottom: 64px;
    }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
    .titledecoration-202511 {
        position: absolute;
        left: 20px;
        width: 17%;
        bottom: 38px;
    }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/