.bk_detail_wrap {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto 20px;
  text-align: center;
}

.bk_detail_wrap h2 {
  font-size: 1.8rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.total_wrap {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.price_wrap {
  border-bottom: 1px dashed #000;
  padding: 10px 0;
}

.priceRight{
  display: block;
  text-align: right;
  max-width: 103px;
}

.lb-image {
  width: 95vw !important;
  height: auto !important;
}

@media (orientation: landscape) {
  .lb-image {
    width: 85vw !important;
    height: auto !important;
  }
}

.bk_img {
  border-bottom: 1px solid #000;
  padding: 5px 0;
}

.bk_img > a {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 5px 0;
}

.bk_img > a:nth-child(odd) {
  margin-right: 5px;
}

.bk_img > a:nth-child(even) {
  margin-left: 5px;
}

.bk_img img {
  width: 100%;
  height: auto; 
}

.price-table {
  width: 100%;
  table-layout: fixed;
}

.price-table th,
.price-table td {
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;

}

.price_wrap h3,
.notes_wrap h3 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

.price-table td {
  padding-left: 20px;
}

.total_wrap {
  display: flex;
  text-align: left;
}

.total_wrap div {
  padding-left: 20px;
}

.total_wrap div:nth-child(1) {
  width: 60%;
}

.total_wrap div:nth-child(2) {
  width: 40%;
}

.notes_wrap {
  padding: 10px 0;
  text-align: left;
}

.notes_wrap div {
  padding-left: 20px;
}

@media (min-width: 600px) {}

@media (min-width: 1200px) {

  .price_wrap {
    padding: 20px 0;
  }

  .lb-image {
    width: 70vw !important;
    height: auto !important;
  }

  .bk_img {
    padding: 10px 0;
  }

  .bk_img > a {
    width: calc(50% - 10px);
    margin: 10px 0;
  }

  .bk_img > a:nth-child(odd) {
    margin-right: 10px;
  }

  .bk_img > a:nth-child(even) {
    margin-left: 10px;
  }

  .price_wrap h3,
  .notes_wrap h3 {
    font-size: 1.8rem;
    padding-left: 14%;
  }

  .price-table tr td:nth-child(1),
  .total_wrap div:nth-child(1),
  .notes_wrap div {
    padding-left: 15%;
  }
}