@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202605-kuzuhamall{background: url("../../../img/event/202605-kuzuhamall/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .kuzuhamall_202605_is_color {
    color: #E14F79;
}
.kuzuhamall_202605_is_color_Box {
    display: inline-block;
    color: #fff;
    background-color: #E14F79;
    padding: 6px;
    vertical-align: middle;
    border-radius: 8px;
}
.kuzuhamall_202605_is_bordertop {
    border-top: #E14F79 3px dotted;
    padding-top: 10px !important;
}
.kuzuhamall_202605_is_borderbottom {
    border-bottom: #E14F79 3px dotted;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}
.kuzuhamall_202605_textindent {
	text-indent: 1.2em;
}
.kuzuhamall_202605_textindent02 {
	text-indent: 3.0em;
}
.kuzuhamall_202605_is_bg {
    background-color: #fde7f2;
    padding: 30px;
    border-radius: 15px;
}
.kuzuhamall_202605_fontsize {
	font-size: 150%;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/