
@media print {
    /* Hide elements not needed for print */
    #header, #footer,
    .side_menu,
    .inquiry-button,.navbar-collapse,.estate_images_area,.modal,.nearby_properties  {
        display: none;
    }

    .container-fluid {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .main_content {
        width: 100%;
    }
    .detail_inner,.main_content,.detail_inner_table {
        width: 100%;
    }

    /*-------------------------
    物件詳細ページ
  -------------------------*/
    /* 見出し （物件名）*/
    .detail_inner h3 {
        padding: 0.5rem;
        border-left: 5px solid #00B72B;
        margin-bottom: 0;
    }

    /* 掲載開始日・物件番号*/
    .publication_start_date,.property_code {
        text-align: right;
    }

    .property_code {
        margin-bottom: -1.5rem;
    }
    .publication_start_date h5,.publication_start_date p,.property_code h5,
    .property_code p {
        display: inline-block;
        margin-bottom: 0;

    }

    .publication_start_date h5,.property_code h5 {
        font-size: 1rem;
        font-weight: normal;
        margin-right: 0.25rem;
    }

    .property_code p,.publication_start_date p {
        margin-bottom: 0;
    }

    /* 詳細 （上）*/
    .detail_inner_table th,.detail_inner_table td {
        border-bottom:1px dotted #D9D9D0;
        vertical-align: middle;
    }

    .detail_inner_table {
        table-layout: fixed;
        margin-top: 1rem;
    }

    .detail_inner_table p {
        margin-bottom: 0;
    }

    /* 見出し （学区）*/

    .school_h5 {
        background:#F2F2E9;
        border: 1px solid #D9D9D0;
        padding: 0.25rem;
        font-size: 1rem;
        display: inline-block;
    }

    /* 学区 */
    .school_table th,.school_table td {
        border-style: dotted;
        border-color: #D9D9D0;
    }

    /* 物件種目*/
    .items_type {
        font-size: 0.875rem;
        font-weight: normal;
        color: #fff;
        border: 1px solid #00B72B;
        padding: 0.25rem;
        margin-right: 0.5rem;
        background: #00B72B;
        border-radius: 0.375rem;
    }

    .estate_types {
        list-style: none;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .estate_types li {
        padding: 0 0.5rem;
        background: #F2F2E9;
        margin: 0.25rem 0.5rem;
        border-radius: 0.375rem;
        border: 1px solid #D9D9D0;
    }

    /* サムネイル*/
    .thumbnail_list {
        flex-wrap: wrap;
        display: flex;
    }

    .thumbnail {
        width: 50%;
        display: block;
        padding: 1rem;
        width: calc(100% / 2 - 2rem);
        object-fit: scale-down;
    }

    /* 見出し （h4）*/
    .detail_inner h4 {
        padding: 0.5rem;
        border-left: 5px solid #00B72B;
    }

    /* 詳細 （下) */

    .overview_table {
        border: 1px solid #D9D9D0;
        font-size: 12px;
        vertical-align: middle;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .overview_table th {
        background: #F2F2E9;
        text-align: center;
        border-bottom: 1px solid #D9D9D0;
        border-right: 1px solid #D9D9D0;
        padding: 0.5rem;
        width: 10%;
    }

    .overview_table td {
        border-bottom: 1px solid #D9D9D0;
        border-right: 1px solid #D9D9D0;
        padding: 0.5rem;
        width: 10%;
    }

    .overview_table p {
        margin-bottom: 0
    }

    /* その他一時金　*/
    .other_payments_list {
        list-style: none;
        margin-bottom: 0;
    }

    /*  接道　　*/
    .overview .road_table th {
        background: none;
    }

    .overview .road_table {
        table-layout: fixed;
        text-align: center;
        border-collapse: collapse;
    }

    .overview .road_table tr:first-child td {
        border-top: 1px solid #D9D9D0;
    }

    .overview .road_table th,.overview .road_table td {
        border-style: dotted;
        border-color: #D9D9D0;
        border-right: none;
        border-left: none;
        border-top: none;
    }

    .overview .road_table tr:last-child th,.overview .road_table tr:last-child td {
        border: none;
    }

    /* 設備 */
    .overview .bg-secondary {
        background-color: #fff3cd !important;
        border: 1px solid #fcb900;
        color: black;
        font-weight: normal;
        margin-bottom: 0.5rem;
        padding: 0.35em 0.65em;
        font-size: 0.75em;
        border-radius: 0.375em;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        display: inline-block;
    }

}

/* 画像 */
.thumbnail_list img:nth-child(n+7){
    display: none;
}

