@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202604-thousand{background: url("../../../img/outing/202604-thousand/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.is_green-202604 {
  color: #018000;
}
.greenborder_Box-202604 {
    display: inline-block;
    color: #018000;
    border: 2px solid #018000;
    padding: 5px 10px;
    border-radius: 8px;
}
.thousand202604_pt15 {
  padding-top: 15px;
}
.thousand202604_pb15 {
  padding-bottom: 15px;
}
.thousand202604_fontsize {
    font-size: 75% !important;
}
.thousand_202604_textindent01 {
  text-indent: 1.2em !important;
}

/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .bg_gr202604 {
    display: block;
    background-color: #F6F4D4;
  }

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .bg_gr202604 {
    display: block;
    background-color: #F6F4D4;
    }
  .mtb01-202604 {
    margin-bottom: 30px;
  }
.thousand_202604_photol {
    display: flex;
	justify-content: space-between;
}
.thousand_202604_width {
  width: 100%;
}

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/