@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202606-biwakohotel{background: url("../../../img/gourmet/202606-biwakohotel/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.biwakohotel202606_color {
  color: #005C98;
}
.biwakohotel202606_ruby_center {
    font-size: 40% !important;
    text-align: center;
    ruby-align: center;
    color: #353535;
}
.hirakatamall_202606_titlwrap {
    border-top: 4px double #3977A1;
    border-bottom: 4px double #3977A1;
    padding: 10px 0 20px;
    position: relative;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
    .titledecoration-202606-1 {
      position: absolute;
      left: 12px;
      width: 18%;
      top: 36px;
  }
      .titledecoration-202606-2 {
        position: absolute;
        right: 20px;
        width: 18%;
        top: 18px;
    }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .titledecoration-202606-1 {
        position: absolute;
        left: 62px;
        width: 16%;
        top: 43px;
    }
        .titledecoration-202606-2 {
        position: absolute;
        right: 74px;
        width: 16%;
        top: 15px;
    }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/