/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 09:28:45 */
.productsList {
	background-color:#FFFBEE;
	padding-top:100px;
	padding-bottom:100px;
}
.productsList .photo {
	background-color:#FFF;
	padding:20px 20px;
	border-radius:20px;
}
.productsList h2 {
	margin-top:10px;
}
.productsList h2 a {
		font-size:22px;
   font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#94755D;
}
.productsList .pn {
	margin-top:30px;
}
.productsList .pn a {
	margin-left:5px;
	margin-right:5px;
}


.productsDetail {
	padding-top:70px;
	padding-bottom:100px;
}
.productsDetail h2 {
		font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:30px;
	line-height: 1.4;
	border-bottom:3px solid #94755D;
	color:#333;
}
.productsDetail p {
	margin-top:20px;
	margin-bottom:50px;
}
.productsDetail .btn {
  color: #333;
	margin-top:50px;
}
.productsDetail .btn a {
  position: relative;
    padding-top: 15px;
	 padding-right: 55px;
    padding-left: 75px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #94755D;
   font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
.productsDetail .btn a:hover {
  background-color: #94755D;
  opacity: 0.7;
}
.productsDetail .btn a:before {
  background: url(http://pegasus-b.com/wp-content/uploads/2025/09/ico_arrow_white.svg);
  content: "";
  width: 28px;
  height: 6px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
	.productsList {
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
.productsList .photo {
	padding:15px 15px;
	border-radius:15px;
}
.productsList h2 {
		font-size:20px;
	margin-top:5px;
}
	
	.productsDetail {
	padding-top:35px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
.productsDetail h2 {
		font-size: 26px;
	margin-bottom:20px;
}
.productsDetail p {
	margin-top:15px;
	margin-bottom:35px;
}
.productsDetail .btn {
	margin-top:35px;
}
	
}




