@charset "utf-8";
/* CSS Document */

/*============================
予約販売のCSS（PC用）
============================*/

.p-reserve-howto h4 {
	font-size: 1.2em;
 	color: #ffffff;
	padding: 4%;
	margin-bottom: 5%;
	background-color: #9F764A;
	border-radius: 6px;
}
.shipping-list {
	margin-bottom: 4%;
}
.shipping-list li {
	margin: 0 0 2% 0;
}
.shipping-list li span:before {
	content: "◀";
	margin: 0 0 0 -2%;
	color: #d7bca4 ;
}
.shipping-list li span {
  	font-size: 0.78em;
	color: #fff;
	background-color: #d7bca4 ;
	margin:0 0 0 4%;;
	padding: 0.5%;
}
.shipping-list-small {
	font-size: 0.85em;
	line-height: 1.4;
}

.contact-us {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 3% 5%;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 1.2em;
  background: #b89a80;
}

.contact-us:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #b89a80;
}

.contact-us p {
  margin: 0;
  padding: 0;
}
.reserve-tel p {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 1%;
}
.reserve-tel a { color: #555555; }
.reserve-tel small {
	font-size: 0.9em;
}
.reserve-tel small span{
	font-size: 0.78em;
	color: #fff;
	background-color: #555555;
	margin:0 1% 0 0;
	padding: 0.5%;
}
.inquiry-form {
}
.inquiry-form a {
	font-size: 1.9em;
	display: block;
	color: #555555;
	text-align:center;
	margin-bottom: 8%;
	padding: 2% 5%;
	background-color: #fff002;
	border-radius: 40px;
	box-shadow:	
	0 1.4px 2px rgb(0 0 0 / 6%),
	0 5px 0.4px rgb(0 0 0 / 8%),
	0 1.1px 1.4px rgb(0 0 0 / 9%),
	0 1.2px 0.8px rgb(0 0 0 / 9%),
	0 6.4px 2.8px rgb(0 0 0 / 10%),
	0 52px 52px rgb(0 0 0 / 13%);
}