body {
  -webkit-print-color-adjust: exact;
}

.print_chd {
  max-width: 1200px;
  min-width: 1200px;
  margin-bottom: 100px;
}

h1 {
  font-size: 1rem;
}

.pr_tb1 {
  margin-top: 30px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  box-sizing: border-box;
}

.ttl_sq {
  background: #C0C0C0;
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
}

.bx1_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bx1_c2 .bx {
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
}
.bx1_c2 .bx .red {
  color: white;
  background: red;
}

.bx1_c22 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bx1_c22 .bx {
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  box-sizing: border-box;
}
.bx1_c22 .in_ttl1, .bx1_c22 .in_txt {
  padding: 5px 10px;
  box-sizing: border-box;
}
.bx1_c22 .in_ttl1 {
  background: #C0C0C0;
  border-bottom: 2px solid #808080;
  box-sizing: border-box;
}

.prh3 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
}

.lines {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.lines .ttl, .lines .txt {
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
}
.lines .ttl {
  background: #C0C0C0;
}

.intx2c {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.intx2c .intx {
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
}

.intx1c {
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
}

.atn {
  margin-top: 40px;
}

.print-btn {
  text-align: center;
  margin: 40px 0;
}
.print-btn a {
  display: inline-block;
  width: 280px;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #F29600;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}

@media print {
  body {
    overflow: visible !important;
    width: 100% !important;
  }
  .w_Head, .w_Footer {
    display: none !important;
  }
  main {
    padding-top: 0 !important;
    overflow: visible !important;
  }
  .print_chd {
    overflow: visible !important;
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
    font-size: 8px !important;
  }
  .ttl_sq, .bx1_c2 .bx {
    padding: 3px 6px;
  }
  .bx1_c22 .in_ttl1, .bx1_c22 .in_txt {
    padding: 3px 6px;
  }
  .lines .ttl, .lines .txt {
    padding: 3px 6px;
  }
  .intx2c .intx, .intx1c {
    padding: 3px 6px;
  }
  .lines {
    grid-template-columns: 190px 1fr;
  }
  .prh3 {
    font-size: 12px;
    margin-top: 20px;
  }
  .pr_tb1 {
    margin-top: 10px;
  }
  .ShopDetail {
    padding: 0 15px 0 40px !important;
  }
  @page {
    margin: 0 !important;
  }
  .shop-title {
    font-size: 16px;
    margin: 40px 0 20px 0;
  }
  .print-btn {
    display: none;
  }
}
/*------------------------------------------------------------
media
------------------------------------------------------------*/
/*--media_end--*/

/*# sourceMappingURL=print.css.map */
