@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202509-keihanmall{background:url("../../../img/shopping/202509-keihanmall/img_kv.jpg")center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .keihanmall_202509_is_pink{		color: #d14e98;}
.l_main .keihanmall_202509_is_black{		color: #353535;}

.keihanmall_202509_is_bg {
  background-image: url("../../../img/shopping/202509-keihanmall/img_bg.jpg");
  background-size: cover;
  margin-top: 16px;
  padding: 1.0em;
}

.keihanmall_202509_is_pinkborder_Box {
    display: inline-block;
    color: #d14e98;
    border: 2px solid #d14e98;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0;
}

.keihanmall_202509_is_pink_Box {
    display: inline-block;
    color: #fff;
    background-color: #d14e98;
    padding: 5px 10px;
    border-radius: 8px;
}

.keihanmall_202509_is_bordertop {
  border-top: #d14e98 3px dotted;
  margin-top: 40px;
  padding-top: 10px !important;
}

.keihanmall_202509_is_bordertop02 {
  border-top: #c8c8c8 1px solid;
  padding-top: 40px;
}
.l_main .keihanmall_202509_is_iconpoint{
	font-size: 62%;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.l_main .keihanmall_202509_is_iconpoint img{
	width: auto;
	height: 30px;
	margin-right: 10px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

.keihanmall_202509_pxpc {
  font-size: 5.0vw !important;
}
.keihanmall_202509_textindent01 {
  text-indent: 9.2em !important;
}
.keihanmall_202509_textindent02 {
  text-indent: 10.3em !important;
}

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
.keihanmall_202509_textindent01 {
  text-indent: 8.1em !important;
}

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/