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