@charset "utf-8";
/* CSS Document */
h3:not(.name) {
	font-size: 2.0rem;
  border-bottom: solid 1px #b59358;
  margin-bottom: 3%;
	font-weight: 600;
}

h3:not(.name):before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f1b0";
  color: #b59358;
  margin-right: 10px;
}

/*############## price ##############*/
#price {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

#price ul li {
	margin-bottom: 30px;
}

#price .priceNote li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 27px;
}

#price .priceNote li:last-child {
  margin-bottom: 8px;
}

#price .priceNote li:before {
  position: absolute;
  top: 8px;
  left: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b59358;
  display: inline-block;
}

#price table {
	width: 100%;
}

#price table tr {
	border-bottom: solid 1px #c9c9c9;
}

#price table th {
	width: 60%;
}

#price table td {
	width: 40%;
  text-align: right;
}

#price table tr:first-child th,
#price table tr:first-child td {
	padding-top: 0;
}

#price table th,
#price table td {
	padding: 13px 0 5px 0;
}

#price .points {
	color: #fb3131;
}

#price .pointsBox {
	background-color: #f5ebd7;
	padding: 20px;
	font-size: 14px;
	margin-top: 20px;
}

#price .pointsBox li {
	margin-bottom: 7px;
}

#price .pointsBox li:last-child {
  margin-bottom: 0;
}

/*############## 560px以下 ##############*/
@media screen and (max-width:560px) {
  .sp_bl {
    display: block;
  }
}
