/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding: 10px 20px;
  margin: 0px 0 20px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}

.pager {
	height: auto;
	overflow: hidden;
  	margin-bottom: 20px;
}
.pager .left,
.pager .right {
	width: 50%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
.pager .right {
	float: right;
  	text-align: left;
}
.pager a {
	display: inline-block;
	padding: 15px 25px;
	border-radius: 2px;
	transition: 0.4s;
	line-height: 1;
	text-align: left;
}
.pager a:hover {
	background: #312f2d;
	text-decoration: none;
	color: #d8d0c5;
}
.pager .left,
.pager .left a {
	text-align: right;
}

/*============================
    背景
============================*/

.father_bg {
    background: url(../images/bg_father.jpg) center center no-repeat;
    background: url(https://img07.shop-pro.jp/PA01333/318/etc/bg_father.jpg?cmsp_timestamp=20210616164310) center center no-repeat;
}