@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202509-biwakohotel{background: url("../../../img/gourmet/202509-biwakohotel/img_kv.jpg")center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #e07024;
    border-bottom: solid 2px #e07024;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #e07024;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.biwakohotel202509_orangecolor {
  color:#e07024;
}
.biwakohotel202509_textindent {
    text-indent: 3.9em !important;
}
.l_main .biwakohotel_202509_is_iconpoint{
	font-size: 62%;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.l_main .biwakohotel_202509_is_iconpoint img{
	width: auto;
	height: 30px;
	margin-right: 10px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .biwakohotel202509_titledecoration {
    position: absolute;
    right: 17px;
    width: 15%;
    bottom: -12px;
    transform: rotate(16deg);
  }
  .biwakohotel_202509_textindent01 {
    text-indent: 9.2em !important;
  }
  .biwakohotel_202509_textindent02 {
    text-indent: 10.3em !important;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
 .biwakohotel202509_titledecoration {
   position: absolute;
   right: 88px;
   width: 13%;
   bottom: -17px;
   transform: rotate(14deg);
  }
  .biwakohotel_202509_textindent01 {
    text-indent: 8.1em !important;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/