.product__image.row {width: 550px;float: left;margin-right: 50px;}
.product__image-main {text-align: left;width: 100%;padding: 0;margin-bottom: 30px;}
.product__image-thumb ul li {cursor: pointer;margin-bottom: 0px;padding: 0 10px;}

.col-lg-5 {width: 100%;text-align: left;padding: 0;}
.col-lg-3 {width: 23%;margin-right: 2%;}
.col-lg-3:nth-child(4n) {width: 23%;margin-right: 0%;}

.product__guide.row {float: right;width: 400px;}


.product__order {border-top: 0;border-bottom:0;padding: 40px 0 60px;}
h2.section__title-h2.product__name {border-bottom: none;font-size: 22px;text-align: left;}
ul.order-btn-list.row.col.col-lg-8.unstyled {width: 400px;padding: 0;text-align: left;}
ul.product__social-list.unstyled.mar-b--20 {display: none;}

.product__info.col.col-lg-5 {width: 400px;margin: 50px 0 0;}

.product__explain {line-height: 1.8;
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
    padding: 0px 10%;font-size: 16px;}

.vintage_description {
    width: 400px;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.contact_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 5% 24%;
  text-decoration: none;
  color: #00BCD4;
  background:#fff;
  border: solid 1px #00BCD4;
  transition: .4s;
}

.contact_btn:hover {
  background: #00bcd4;
  color: white;
}

ul.order-btn-list.row.col.col-lg-8.contact {
    width: 400px;
    padding: 0;
    text-align: center;margin-top: 30px;
}

table{width: 100%;border-collapse: collapse;}
tbody {border-top: solid 1px #ccc;}
table tr *:nth-child(1){text-align: center;font-size: 14px;color: #54c4c8;width: 16%;}
table tr *:nth-child(2){background: #fff;color: #333;text-align: left;font-size: 14px;width: 80%;}
table th,table td{color:white;border-bottom: solid 1px #ccc;text-align: center;padding: 10px 10px;}

.brand_description {text-align: center;}
.brand_description h3 span {font-family: "Lora",serif;font-size: 30px;margin: 0;}
.brand_description h3 {font-size: 14px;margin: 0;}
.brand_description p {text-align: left;}
p.brand_link {text-align: center;}

.brandlink_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1% 6%;
  text-decoration: none;
  color: #00BCD4;
  background:#fff;
  border: solid 1px #00BCD4;
  transition: .4s;
}

.brandlink_btn:hover {
  background: #00bcd4;
  color: white;
}