@page {
    size: A4 portrait;
    margin: 0;
}
.coupon-no{
	display: none;
}
.print_btn_area{
    margin: 0 30px;
    text-align: right;
}
.print_btn{
    background: transparent;
    border: 1px solid #2d2d2d;
    padding: 0.5rem 1rem;
    color: #2d2d2d;
}
.print_coupon_post,
.print_header,
.print_gmap,
.print_footer{
    display: none;
}
@media print{
body {
  -webkit-print-color-adjust: exact;
  border-top: none;
}
#under_mainv,
.breadcrumbs,
#footer,
.print_btn_area,
.gmap,
#section_ttl,
#footer_wrap,
#sp_cv,
#menu-trigger-box,
.heading,
footer,
#totop > img,
br,
h2,
header,
#header_na,
.coupon_post
{
    display: none;
}
#main_contents{
  border-left: unset;
  padding: unset;
}
#main_contents section{
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
}
section {
    padding: unset;
}
.coupon_box {
    background: none;
    margin: unset;
    padding: unset;
}
.print_header{
    display: flex;
    height: 10vh;
    width: 100%;
    order: 1;
}
.head_logo{
    /*background: #000000;*/
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.head_info{
    font-size: 10px;
    padding: 0 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.head_info_name{
    width: 100%;
    line-height: 1.3;
    font-size: 10px;
}
.head_info_access{
    width: 100%;
    line-height: 1.3;
    font-size: 10px;
}
.head_info_date{
    width: 100%;
    line-height: 1.3;
    font-size: 10px;
    text-align: right;
}
        
/*#shopinfo dl:nth-of-type(n+4){*/
/*    display: none;*/
/*}*/
/*#shopinfo h3{*/
/*    font-size: 10px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 3px;*/
/*}*/
#coupon_page{
  background: #FFFFFF;
  color: #000000;
  padding: 10mm 20mm;
}
#coupon_page #body_inner{
  display: flex;
  flex-direction: column;
  width: 640px;
}
.coupon_post{
  width: 100%;
  margin: unset;
  padding: unset;
  border: 0.5px solid #000000;
}
/* .coupon-wrap{ */
.menu_list_wrap {
    margin-bottom: unset;
    font-size: 10px;
    width: 100%;
    max-width: unset;
    order: 2;
    padding: 1px 3px 1px 1px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.print_coupon_post{
  	display: block;
    width: 100%;
    margin: unset;
    border: 0.5px solid #000000;
}
.coupon-head{
    width: 100%;
    color: #000000;
    line-height: 1.1;
    font-size: 10px;
    margin: unset;
    padding: unset;
    background: #CCCCCC;
	  display: flex;
}
.coupon-no{
    width: 15%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    border-right: unset;
    padding: 1px;
    display: flex;
    align-items: center;
}
.coupon-head-body, .coupon-body-body{
    margin-left: unset;
    width: 85%;
}
.coupon-title{
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    border-left: 1px dashed #666666;
    margin-left: unset;
    padding: 1px;
}
.coupon_detail{
    width: 100%;
    margin: unset;
    padding: unset;
}
.coupon_detail_item{
    width: 100%;
  	display: flex;
    align-items: center;
}
.coupon_detail_title{
    width: 15%;
    font-size: 10px;
    line-height: 1;
    padding-bottom: unset;
    border-right: unset;
    padding: 1px;
}
.coupon_detail_body{
    width: 85%;
    font-size: 10px;
    line-height: 1;
    padding-bottom: unset;
    border-left: 1px dashed #666666;
    margin-left: unset;
    padding: 1px;
}
.coupon-content{
    display: none;
}
.print_gmap{
    display: block;
    width: 100%;
    order: 3;
}
.print_gmap img{
    width: 100%;
}
.print_footer{
    display: block;
    width: 100%;
    order: 4;
    font-size: 10px;
    line-height: 1.3;
}
.print_footer_in{
    display: flex;
    flex-direction: column;
    border: 0.5px solid #666666;
    margin: 1px 1px 1px 1px;
}
.print_footer dl{
    width: 100%;
    display: flex;
    border-bottom: 0.5px solid #666666;
}
.print_footer dl dt{
    width: 15%;
    padding: 1px;
  	background: #CCCCCC;
}
.print_footer dl dd{
    width: 85%;
    border-left: 1px dashed #666666;
    padding: 1px;
}
}