@charset "utf-8";

/* PC・SP共通 出し分けの制御
	通常、非表示状態
	表示したい要素をコメントアウトする ------------------------------------- */

/* -------------------------------------
	決済サービス
 ------------------------------------- */
 /* ゼウス */
.zeus_display {
	/* display: none !important; */
}
/* Softbank */
.softbank_display {
	display: none !important;
}

/* -------------------------------------
	営業時間切替
 ------------------------------------- */

/* 営業時間 */
/* 通常営業表示 */
.business_day {
	display:none !important;
}

/* 日祝休みのみ表示 */
.business_sat {
	display:none !important; 
}

/* 年中無休表示 */
.business_all {
	/* display:none !important; */
}


/* -------------------------------------
	サイドメニュー等グループ内バナー
 ------------------------------------- */

/* 年賀状サイトへのリンク制御 */
.nenga_display {
	 display: none !important;
}
/* 喪中はがきサイトへのリンク制御 */
.mochu_display {
	 display: none !important;
}
/* 寒中見舞いサイトへのリンク制御 */
.kanchu_display {
	display: none !important;
}
/* 暑中見舞いサイトへのリンク制御 */
.shochu_display {
	 /* display: none !important; */
}


/* -------------------------------------
	キャンペーン・表示制御
 ------------------------------------- */

/* 運用上の注意 2021.2.3 UPDATE
--------------------------------------------------------------------------
年賀サイトクローズタイミングで、
旧サイト宛名キャンペーン終了と同時に非表示にしないように要注意!
--------------------------------------------------------------------------
*/
 /* 宛名基本料金0円キャンペーン */
.cam_atena_display {
	 /* display: none !important; */
}
.cam_atena_end_display {
	display: none !important;
}

/* 送料無料キャンペーン */
.cam_postage0_display {
	 /* display: none !important; */
}

/* 複数購入割引キャンペーン */
.cam_plurality_display {
	  /*display: none !important; */
}
.cam_plurality_end_display {
	display: none !important;
}

/* アンケート　年末キャンペーン */
.cam_win_display {
	  /*display: none !important; */
}
/* アンケート　なっとく夏得キャンペーン */
.cam_smr_display {
	  display: none !important; 
}

/* 新生活応援キャンペーン */
.cam_spr_display {
	 display: none !important;
}
/* -------------------------------------
	期間表示　完売・終了制御
 ------------------------------------- */

/* 年賀はがき取扱い切替 */
.nenga_hagaki_display {
	display: none !important;
}
.nenga_hagaki_end_display {
	 /* display: none !important; */
}
/* /年賀はがき取扱い切替 */

/* 投函代行 */
.posting_display {
	 display: none !important; 
}

/* 年賀結婚LP導線 */
.lp_nenga_display {
	/*display: none !important;*/
}
