@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202603-biwakohotel{background: url("../../../img/gourmet/202603-biwakohotel/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.biwakohotel202603_color {
  color: #A649A6;
}
.biwakohotel202603_fontsize {
	font-size: 18px !important;
}

.biwakohotel202603_is_purple_Box {
    display: inline-block;
    color: #fff;
    background-color: #A649A6;
    padding: 5px 10px;
    height: 100%;
    border-radius: 8px;
}
.biwakohotel202603_is_bordertop1 {
    border-top: #A649A6 2px solid !important;
    margin-top: 10px !important;
}
.biwakohotel202603_is_borderbottom1 {
    border-bottom: #A649A6 2px solid !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}
.biwakohotel202603_textindent01 {
    text-indent: 4.1em !important;
}
.biwakohotel202603_frameouter {
    border: 2px solid #A649A6;
    padding: 5px;
    position: relative;
    z-index: -1;
}
.biwakohotel202603_frameinner {
    border: 1px solid #A649A6;
    padding: 10px;
    position: relative;
}
.biwakohotel202603_frameouter::before,
.biwakohotel202603_frameouter::after,
.biwakohotel202603_frameinner::before,
.biwakohotel202603_frameinner::after {
  background: #f7f7f7;
  border: 2px solid #A649A6;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}
 
.biwakohotel202603_frameouter::before{
  top: -20px;
  left: -20px;
  clip: rect(18px, auto, auto, 18px);
}
 
.biwakohotel202603_frameouter::after {
  top: -20px;
  right: -20px;
  clip: rect(18px, 22px, auto, auto);
}
 
.biwakohotel202603_frameinner::before {
  bottom: -25px;
  left: -25px;
  clip: rect(auto, auto,23px,17px);
}
 
.biwakohotel202603_frameinner::after {
  bottom: -25px;
  right: -25px;
  clip: rect(auto, 23px, 23px, auto);
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .titledecoration-202603-1 {
      position: absolute;
      left: 0px;
      width: 15%;
      top: 24px;
  }
  .titledecoration-202603-2 {
      position: absolute;
      right: 0px;
      width: 15%;
      top: 24px;
  }
  .biwakohotel202603_spfontsize {
    font-size: 160% !important;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .titledecoration-202603-1 {
      position: absolute;
      left: 12px;
      width: 28%;
      top: 25px;
  }
  .titledecoration-202603-2 {
      position: absolute;
      right: 14px;
      width: 28%;
      top: 25px;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/