@charset "utf-8";
/*============================
diy_products
============================*/
.tableType1 {
  width: 100%;
  border-top: solid #ded9c1 1px;
  border-left: solid #ded9c1 1px;
}
.tableType1 th,
.tableType1 td {
  background: #fff;
  border-right: solid #ded9c1 1px;
  border-bottom: solid #ded9c1 1px;
  font-size: 14px;
  vertical-align: top;
}
.tableType1 th {
  padding: 8px 0;
  background: #c7bd8c;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.tableType1 td {
  padding: 8px 18px;
}
.tableType1 tr:nth-of-type(odd) td {
  background: #f7f6f1;
}
.tel-mail-contact {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #beb795;
}
.tel-mail-contact .contact-left {
  float: left;
  width: 245px;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}
.tel-mail-contact .contact-left:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../../common/images/tel-icon.png") no-repeat;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
}
.tel-mail-contact .contact-left.mail {
  font-size: 16px;
  margin-top: 20px;
}
.tel-mail-contact .contact-left.mail:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../../common/images/mail-icon.png") no-repeat;
  width: 19px;
  height: 14px;
  background-size: 19px 14px;
}
.tel-mail-contact .contact-right {
  font-size: 16px;
  float: left;
  border-left: 1px solid #beb795;
  padding-left: 20px;
}
.tel-mail-contact .contact-right strong {
  font-weight: bold;
}
.tel-mail-contact .contact-right.mail {
  font-size: 14px;
  width: 420px;
}
.tel-mail-contact .contact-right.mail strong {
  font-size: 16px;
}
.tel-mail-contact .mail-contact-left {
  float: left;
  width: 245px;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}
.tel-mail-contact .mail-contact-left.mail {
  font-size: 16px;
  margin-top: 95px;
}/*
.tel-mail-contact .mail-contact-left.mail:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../../common/images/mail-icon.png) no-repeat;
  width: 19px;
  height: 14px;
  background-size: 19px 14px;
}*/

/*============================
		SP
============================*/
@media screen and (max-width: 667px) {
  /*============================
  parts
  ============================*/
  .photo img {
    width: 100%;
    height: auto;
  }
  
  .tel-mail-contact .contact-left {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .tel-mail-contact .contact-left.mail {
    width: 100%;
    margin-top: 0;
  }
  .tel-mail-contact .contact-right {
    float: none;
    width: 100%;
    border-top: 1px solid #beb795;
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
  }
  .tel-mail-contact .contact-right.mail {
    width: 100%;
    margin-top: 0;
  }
  .tel-mail-contact .mail-contact-left {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .tel-mail-contact .mail-contact-left.mail {
    width: 100%;
    margin-top: 0;
  }
  .tel-mail-contact .mail-contact-left.mail .btn-green {
    margin: 0 auto;
  }
  #access .address {
    font-size: 14px;
  }
}