@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202602-biwakohotel{background: url("../../../img/gourmet/202602-biwakohotel/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.biwakohotel202602_color {
  color: #DB0000;
}
.biwakohotel202602_fontsize {
	font-size: 18px !important;
}

.biwakohotel202602_is_red_Box {
    display: inline-block;
    color: #fff;
    background-color: #DB0000;
    padding: 5px 10px;
    height: 100%;
    border-radius: 8px;
}
.biwakohotel202602_is_bordertop1 {
    border-top: #DB0000 2px solid !important;
    margin-top: 10px !important;
}
.biwakohotel202602_is_borderbottom1 {
    border-bottom: #DB0000 2px solid !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}
.biwakohotel202602_textindent01 {
    text-indent: 4.1em !important;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .titledecoration-202602-1 {
      position: absolute;
      left: 0px;
      width: 15%;
      top: 24px;
  }
  .titledecoration-202602-2 {
      position: absolute;
      right: 0px;
      width: 15%;
      top: 24px;
  }
  .biwakohotel202602_spfontsize {
    font-size: 160% !important;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .titledecoration-202602-1 {
      position: absolute;
      left: 12px;
      width: 28%;
      top: 25px;
  }
  .titledecoration-202602-2 {
      position: absolute;
      right: 14px;
      width: 28%;
      top: 25px;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/