/* ===================================================================

CSS information

 style info :top CSS

=================================================================== */
/*============================
#main
============================*/
#main {
  margin: 38px auto 50px;
  width: 700px;
}
#main .inner {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main {
    margin: 19px 0 50px;
    width: auto;
  }
  #main .inner {
    padding: 0 6%;
  }
}
.headline {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 17px;
  }
}

input[type="text"],
input[type="tel"],
input[type="number"] {
  height: 30px;
  font-size: 13px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e0da;
}

textarea {
  width: 100%;
  height: 250px;
  font-size: 13px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e0da;
}

.tell-input {
  display: flex;
  align-items: center;
}

.w1 {
  width: 190px;
}

.w2 {
  width: 350px;
}

.w3 {
  width: 95px;
}
.w3 + span {
  margin-left: 10px;
}

span + .w3 {
  margin-left: 10px;
}

input[type="submit"] {
  display: inline-block;
  border: 1px solid #4a3c31;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #4a3c31;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.back-btn {
  display: inline-block;
  border: 1px solid #4a3c31;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #4a3c31;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
}

.btn-style {
  display: inline-block;
  border: 1px solid #4a3c31;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #4a3c31;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
  font-weight: normal;
  letter-spacing: 0.05em;
}

input[type="submit"]:hover,
.btn-style:hover {
  opacity: .7;
  color: #fff;
}

.back-btn:hover {
  color: #4a3c31;
  opacity: .5;
}

.desc {
  font-size: 12px;
  text-align: center;
  margin: 0 0 25px;
  letter-spacing: 0.05em;
}

.desc span {
  display: block;
}
.desc span + span {
  margin-top: 1em;
}
.desc a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="tel"] {
    font-size: 13px;
  }

  textarea {
    height: 150px;
    font-size: 13px;
    padding: 10px;
  }

  .w1 {
    width: 132px;
  }

  .w2 {
    width: 100%;
  }

  .w3 {
    width: 30%;
  }

  .w3 + .w3 {
    margin-left: auto;
  }

  .btn {
    text-align: center;
  }

  input[type="submit"] {
    width: 47%;
  }

  .back-btn {
    width: 47%;
  }

  .btn-style {
    width: 47%;
  }

  input[type="submit"]:hover,
  .btn-style:hover {
    opacity: 1;
  }

  .back-btn:hover {
    opacity: 1;
  }

  .desc {
    font-size: 13px;
    text-align: left;
    margin: 0 0 20px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .w1 {
    width: 105px;
  }
}
.contact-box {
  /* border: 3px double #e6e0da; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 37px 36px;
  margin: 0 0 25px;
}
.contact-box div {
  width: 50%;
  text-align: center;
  position: relative;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}
.contact-box div span {
  display: block;
}
.contact-box div em {
  display: none
}
.contact-box div .name {
  font-weight: normal;
  font-size: 17px;
  margin: 0 0 5px;
  letter-spacing: 0.05em;
}
.contact-box div .no {
  font-weight: normal;
  font-size: 25px;
  margin: 0 0 4px 4px;
  letter-spacing: 0.05em;
}
.contact-box div .time {
  letter-spacing: 0.05em;
  font-size: 13px;
}
.contact-box div:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #e6e0da;
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contact-box {
    display: block;
    padding: 20px;
    margin: 0 0 10px;
  }
  .contact-box div {
    width: 100%;
    text-align: left;
  }
  .contact-box div span {
    display: inline;
  }
  .contact-box div.fax {
    margin: 5px 0 0;
  }
  .contact-box div em {
    display: inline;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .contact-box div .name {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .contact-box div .no {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin:0 0 4px ;
  }
  .contact-box div .time {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .contact-box div:first-child::after {
    display: none;
  }
}

/* .form h3 {
  text-align: center;
  position: relative;
  font-size: 15px;
  margin: 0 0 45px;
}
.form h3 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
} */
/* .form h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e0da;
  position: absolute;
  top: 10px;
  z-index: 0;
} */
.form .error {
  color: #8d0000;
  margin: 0 0 20px;
  font-size: 12px;
}
.form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}
.form dl dt {
  width: 190px;
  line-height: 2.0;
  margin: 8px 0 0;
  font-size: 13px;
}
.form dl dd {
  width: 480px;
}
.form dl dd label {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.form dl dd label em {
  position: absolute;
  top: 8px;
  left: -3.5em;
  width: 3em;
  text-align: right;
  font-style: normal;
  white-space: nowrap;
}
.form dl .name-input label {
  margin: 0 0 10px;
}
.form dl .kana-input label {
  margin: 0 0 30px;
}
.form dl .name-input label:nth-child(2) {
  margin: 0 0 0 55px;
}
.form dl .kana-input label:nth-child(2) {
  margin: 0 0 0 55px;
}
.form dl .mail1-input {
  margin: 0 0 10px;
}
.form dl .mail2-input {
  margin: 0 0 30px;
}
.form dl .text-input {
  margin: 0 0 30px;
}
.form dl .tell-input {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .form h3 {
    font-size: 13px;
    margin: 0 0 10px;
  }
  /* .form span {
    padding: 15px;
  } */
  .form::after {
    top: 5px;
  }
  .form dl {
    display: block;
  }
  .form dl dt {
    width: auto;
    /* line-height: 1.0; */
    /* margin: 0 0 10px; */
    font-size: 13px;
  }
  .form dl dd {
    width: auto;
    padding:0;
  }
  .form dl dd label {
    display: inline-block;
    position: relative;
    font-size: 12px;
  }
  .form dl dd label em {
    position: absolute;
    top: 5px;
    left: -2.5em;
    width: 2em;
    text-align: right;
  }
  .form dl .name-input {
    position: relative;
    left: 0.5em;
  }
  .form dl .name-input label {
    margin: 0 0 20px 20px;
  }
  .form dl .kana-input label {
    margin: 0 0 30px 2.5em;
  }
  .form dl .name-input label:nth-child(2) {
    margin: 0 0 0 40px;
  }
  .form dl .kana-input label:nth-child(2) {
    margin: 0 0 0 40px;
  }
  .form dl .mail1-input {
    margin: 0 0 20px;
  }
  .form dl .mail2-input {
    margin: 0 0 30px;
  }
  .form dl .text-input {
    margin: 0 0 30px;
  }
}

.confirm {
  font-size: 13px;
}
.confirm dt {
  padding: 10px 0;
}
.confirm dd {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .confirm {
    font-size: 13px;
  }
  .confirm dt {
    padding: 0;
  }
  .confirm dd {
    padding: 0 3px 20px;
  }
}
.confirm dl .mail1-input {
  margin: 0;
}
.confirm dl .text-input {
  margin: 0 0 10px;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.complete {
  padding: 100px 0;
  text-align: center;
}
.complete > p {
  line-height:2.0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .complete {
    padding: 20px 0 30px;
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }
  .complete .desc {
    font-size: 15px;
    margin: 0 0 10px;
    line-height:2.0;
  }
  .confirm dl .text-input {
    margin: 0 0 20px;
  }
}

.privacy_form {
  width: 700px;
  background: rgb(247, 241, 236);
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 0 0  30px;
}

.privacy_form a {
  text-decoration: underline;
}

.privacy_form > p {
  padding: 0 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.05em;
}

.privacy_form label {
  /* font-size: 15px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.05em;
}

.privacy_form input[type="checkbox"] {
  -webkit-appearance: checkbox;-moz-appearance: checkbox;appearance: checkbox;
  margin:0;
  cursor: pointer;
}
.privacy_form label[for="check"] {
  cursor: pointer;
  padding-left: 10px;
}

#submit[disabled] {
  opacity: .7;
  cursor: default;
}

.privacy_form aside {
  margin: 0 40px;
  font-size: 12px;
  text-align: center;
}
.privacy_form aside b{
  font-weight: bold;
  margin-left: -.5em;
}
.privacy_form aside p + p {
  margin-top: 1em;
}
.privacy_form aside p + ul {
  margin-top: 1em;
}
.privacy_form aside ul {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .privacy_form aside {
    text-align: left;
  }
  .privacy_form aside .title {
    text-align: center;
  }
  .privacy_form {
    width: 100%;
    background: rgb(247, 241, 236);
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }
  .privacy_form a {
    text-decoration: underline;
  }
  .privacy_form aside {
    margin: 0 20px;
    font-size: 11px;
  }
}

.form dl dd.btn {
  width: 100%;
  text-align: center;
}

hr {
  margin: 10px auto;
  border-top: 1px solid #f0ece9;
  width: 100%;
}

.last-product {
  margin-bottom: 30px;
}

.mail-order-address {
  height:50px;
}