@media print {

    html, body {
        width: 100%;
        max-width: 100%;
        zoom: 100%;
    }

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

    .only_sp {
        display: none !important;
    }

    .only_pc {
        display: block !important;
    }

    header,
    /* footer, */
    .page_header,
    .page_title,
    .fixed_button,
    .pagetop,
    .roomplanBtn,
    .footer__added,
    .footer__button,
    .footer__bottom,
    .copyright,
    .detail_btn,
    .sec_subttl,
    .detai_img.only_sp #room-plan .pageTit,
    .nav-tab,
    .roomType-info.only_sp {
        display: none !important;
    }

    .roomplan,
    #top,
    .page_section,
    #room-plan,
    .roomType,
    .flexBox {
        border: none;
        padding: 0;
        margin: 0;
    }


    .roomType-info,
    .roomType-info .only_sp,
    .detail_txt1,
    .detail_txt2 {
        float: left !important;
        width: 285px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .flexBox {
        display: flex;
        align-items: center !important;
        padding: 5% 0 0 !important;
        justify-content: space-between;
    }


    .roomType-note {
        margin: 0 0 !important;
    }

    .roomType-info .ul01 li {
        padding: 3px 0 !important;
    }

    .roomType-info .ul02 li {
        margin-bottom: 5px !important;
    }

    .roomType-img {
        float: right !important;
        width: 55% !important;
        height: 55% !important;
        margin: 0 !important;
    }

    .detail_txt2 ul {
        display: block !important;
    }

    .detail_txt2 ul li {
        width: auto !important;
        flex: none !important;
        margin: 0.75em auto !important;
        text-align: center !important;
    }

    .detail_btn {
        display: none !important;
    }

    .roomType-note {
        margin: 5% 0 0 !important;
    }


    .footer {
        margin: 2.5% 0 0 !important;
        padding: 3% 0 0 !important;
    }

    .footer__inquiry {
        width: 960px !important;
        padding-bottom: 3% !important;
    }

    .footer__inner {
        width: 100% !important;
        margin-left: 5%;
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }


    .footer__inquiry .box_right p:nth-child(2) {
        background-color: none !important;
    }



    .footer__inquiry .box_row {
        width: 960px !important;
        display: flex;
        justify-content: flex-start;
    }

    .footer__inquiry .box_left,
    .footer__inquiry .box_right {
        width: 45% !important;
    }

    .footer .box_right {
        margin-left: 2%;
    }

    /* .footer .box_right p {
        background-color: none !important;
    } */
    .text-letter-spacing {
        letter-spacing: -0.2em;
    }

}

@page {
    size: A4 portrait;
    margin: 0mm 5mm;
}