.champagne {
	overflow:hidden;
	width:100%;
}

#category_gallery h3{
  position: relative;
  padding: 8px 16px;
  outline: 1px solid #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  width: fit-content;
  /*max-width: 500px;*/
  text-align: center; 
  margin: 20px;
  margin-inline: auto;
}

#category_gallery h3::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #eee9e6;
  z-index:-999;
}

@media only screen and (max-width: 480px) {
	#category_gallery h3{
	font-size: 16px;
	margin: 16px;
	}
}
	
	/*color: #c2a65a;*/