/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2025 | 03:52:04 */
.luxury-button {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #333;
  font-family: "Cormorant", "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 0;
  overflow: hidden;
}



.luxury-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 0;
  transition: all 0.4s ease;
}

.luxury-button:hover::before {
  left: 0;
}

.luxury-button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}

.luxury-button:hover span {
  color: #fff;
  letter-spacing: 1px;
}

/* ▼ レスポンシブ対応ここから ▼ */
@media (max-width: 768px) {
  .luxury-button {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .luxury-button {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.bu-w{ border: 1px solid #ffffff!important;
	color: #ffffff!important;
}
.tf{
	font-size:12px;
	text-align:center;
	background:#ffffff70;
	width:100%;
	  border: 1px solid #D4AF37; /* ゴールド枠線 */
}
.yoyaku{
	  border: 1px solid #D4AF37; /* ゴールド枠線 */
		width:100%;
		text-align:center;
	background:#ffffff70;
font-size:1rem;
}

.lpb{
	background-color:#fff;
}

