@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202604-kuzuhamall{background: url("../../../img/event/202604-kuzuhamall/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .kuzuhamall_202604_is_green {
    color: #008500;
}
.kuzuhamall_202604_is_green_Box {
    display: inline-block;
    color: #fff;
    background-color: #008500;
    padding: 6px;
    vertical-align: middle;
    border-radius: 8px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
	.kuzuhamall202604_bg_gr {
        display: block;
        background: #f1f6d7;
        height: 210px;
    }
	.titledecoration-202604-1 {
        position: absolute;
        right: 8px;
        width: 22%;
        top: 8px;
    }
	    .titledecoration-202604-2 {
        position: absolute;
        left: 8px;
        width: 22%;
        bottom: 8px;
    }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
	.kuzuhamall202604_bg_gr {
        display: block;
        background: #f1f6d7;
        height: 230px;
    }
	    .titledecoration-202604-1 {
        position: absolute;
        right: 10px;
        width: 24%;
        top: 10px;
    }
	.titledecoration-202604-2 {
        position: absolute;
        left: 10px;
        width: 24%;
        bottom: 10px;
    }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/