


@page {
	size: A4 portrait;
	margin: 0;
}
.print_btn_area{
    margin: 0 30px;
    text-align: right;
}
.print_btn{
    background: transparent;
    border: 1px solid #000000;
    padding: 0.5rem 1rem;
    color: #000000;
}
.print_header,
.print_gmap,
.print_footer{
    display: none;
}
@media print{
body {
    -webkit-print-color-adjust: exact;
    height: unset;
}
.page #nav-wrap2, .single #nav-wrap2,
.page #mainv, .single #mainv,
.breadcrumbs,
.page-h2,
#footer,
.print_btn_area,
.gmap,
#shopinfo,
br,
h2
{
    display: none;
}
.print_header{
    display: flex;
    height: 10vh;
    width: 100%;
    order: 1;
}
.head_logo{
    background: #000000;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_logo img{
    width: 80%;
    height: 80%;
    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;
}
        
#coupon_page{
    background: #FFFFFF;
    color: #000000;
    padding: 10mm 20mm;
}
#coupon_page #body-in{
    display: flex;
    flex-direction: column;
    height: unset;
    width: 640px;
}
#coupon_list{
    /*margin: 10vw 0 0 0;*/
    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;
}
.coupon_post{
    width: 100%;
    margin: unset;
    border: 0.5px solid #000000;
}
.coupon-wrap{
    margin: unset;
    padding: unset;
}
.coupon-head{
    width: 100%;
    color: #000000;
    line-height: 1.1;
    font-size: 10px;
    margin: unset;
    padding: unset;
    background: #CCCCCC;
}
.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%;
    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;
}


}














