@charset "utf-8";

.cart .cart01 {
  width: 800px;
  position: absolute;
  top: 675px;
  left: 386px;
}

.cart .cart01 img {
  float: left;
}

.cart .cart02 {
  width: 800px;
  position: absolute;
  top: 708px;
  left: 383px;
}

.contact_bg {}

.contact {
  font-family: 'Pontano Sans', "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  color: #3b3932;
  width: 1105px;
  padding: 40px 25px;
  margin: 0 auto;
}

.contact h1 {
  border-bottom: 2px #79766c solid;
  padding: 10px 40px 15px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

.contact p {
  padding-left: 30px;
}

.contact form {
  margin: 30px 0 0 0;
}

.contactform {
  border-top: 1px #a8a498 solid;
  width: 900px;
  margin: 0 auto;
}

.contactform th {
  font-weight: bold;
  white-space: nowrap;
}


.contactform th em {
  background: #e9879d;
  color: #fff;
  padding: 3px 7px;
  font-size: 11px;
}

.contactform th,
table.contactform td {
  padding: 10px;
  border-bottom: 1px #a8a498 solid;
  line-height: 1.4;
}

.contactform td input[type=text],
.contactform td input[type=tel],
.contactform td input[type=email],
.contactform td select,
.contactform td textarea {
  border: 1px #bab7ae solid;
  width: 280px;
  height: 27px;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
}

.contactform td input.left {
  border: 1px #bab7ae solid;
  width: 135px;
  height: 27px;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
}

.contactform td input.right {
  border: 1px #bab7ae solid;
  width: 135px;
  height: 27px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
}

.privacy {
  padding: 10px;
  border-bottom: 1px #a8a498 solid;
  width: 600px;
  margin: 0 auto;
}

.privacy .ttl {
  font-weight: bold;
}

.privacy .content {
  width: 580px;
  margin: 0 auto 10px;
  height: 100px;
  overflow: auto;
  background: #fff;
  border: 1px #bab7ae solid;
  padding: 10px;
  line-height: 1.5;
}

.privacy p {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 !important;
}

.btn {
  text-align: center;
  padding: 40px 0 0;
  margin: 0;
}

.btn a {
  background: #3b3932;
  color: #fff;
  border: 0 none;
  padding: 15px 50px;
  font-size: 16px;
}

.btn button {
  background: #3b3932;
  color: #fff;
  border: 0 none;
  padding: 15px 50px;
  font-size: 16px;
}

.btn a:hover {
  opacity: 0.6;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.note {
  font-size: 80%;
  color: #ff0000;
}