#wrapper #gallery h2 img {
	margin:68px auto 0 auto;
	max-width:155px;
}

#wrapper #catalog .gf_lateef {
	font-family: 'Lateef', cursive;
	text-align:center;
	font-size:2.5em;
	color: #333;
}

#wrapper header .gf_lateef {
	font-family: 'Lateef', cursive;
	font-size: 1.2em;
	color: #333;
}


#catalog .section_head {
  margin: 2em auto 2.5em;
}


.section_head::after {
    content: none;
  }

#catalog {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 3em;
    overflow: hidden;
}
#catalog .item_module {
	padding-top:1.5em;
	width:90%;
	margin:auto auto;
}

#catalog .item_module:nth-child(3) {
	padding-top: 0;
}

#catalog .item_module .item_list li {
	margin-top:2em;
}
#wrapper #catalog .item_list img {
	max-width:300px;
	margin-left:2em;
}
#catalog .item_module li.item_list > ul > li {
    font-size: 20px;
}
#catalog .item_module .item_list li .catalog_more_btn {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width: 383px;
	padding: 13px 0;
	border: 1px solid #333;
	transition: all .7s;
}
#catalog .item_module .item_list li .catalog_more_btn:hover {
	color: #fff;
	background-color: #333;
}
#catalog .item_module .item_list li .catalog_more_btn span {
	font-weight:normal;
	font-size:12px;
}
.sp_only {
	display:none;
}
.note {
	width:90%;
	margin-top:2em;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
	font-size:45%;
	line-height: 1.8;
	padding-left:5em;
	text-indent:-1em;
}

/* 幅880px以下のブラウザでは以下を適用 */
@media only screen and (max-width: 880px) {
	#wrapper #gallery h2 img {
		margin:68px auto 0 auto;
		width:25%;
	}
		
	#wrapper header .gf_lateef {
		font-family: 'Lateef', cursive;
		font-size: 0.9em;
		color: #333;
}
	#catalog .section_head {
    	margin:1.5em auto 2em;
    	//font-size:1rem;
  	}
	#wrapper #catalog .gf_lateef {
	font-family: 'Lateef', cursive;
	text-align:center;
	font-size:1.8em;
	color: #333;
  }
	
	#catalog .item_module {
		padding-top:4em;
    }
	
	#wrapper #catalog ul > li.item_list {
		width: 100%;
		text-align:center;
	}
	#wrapper #catalog .item_list img {
		max-width:487px;
		margin-left:0;
	}
	#catalog .item_module .item_list li .catalog_more_btn {
		font-size: 14px;
		width: 100%;
		padding: 13px 0;
	}
	.sp_only {
		display:block;
	}
	.note {
		padding-left:1em;
	}
}
