@CHARSET "UTF-8";

.furniture_main {
    overflow: hidden;
}

.furniture_main .bx-viewport {
    overflow: inherit !important;
}

.furniture_main h1 {
    text-align: center;
    margin: 100px 0 50px;
    font-size: 30px;
    line-height: 1.5;
    color: #001033;
}

.furniture_main h1 span {
    display: block;
    text-shadow: 0px 0px 3px #fff, 4px 4px 2px rgba(0,0,0,0.2);
    color: #001033;
    font-size: 60px;
}

.furniture_main {
    height: 640px;
}


.furniture_page_content {
    padding: 50px 0;
}

.furniture_page_content h2 {
    margin: 60px 0 30px;
    text-align: center;
    font-size: 30px;
    background: #001233;
    color: #fff;
    line-height: 70px;
    position: relative;
}

.furniture_page_content h2:before,
.furniture_page_content h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.furniture_page_content h2:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 20px;
    border-color: transparent transparent transparent #ffffff;
    left: 0;
}

.furniture_page_content h2:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 20px 35px 0;
    border-color: transparent #ffffff transparent transparent;
    right: 0;
}

.furniture_page_content h2:first-child {
    margin-top: 0;
}

.merit_box {
    background: #f2f2f2;
    padding: 20px;
    width: 320px;
}

.merit_box .point {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #001033;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 20px;
}

.merit_box .point span {
    font-size: 150%;
}

.merit_box .text {
    width: 100%;
    font-size: 16px;
    margin: 0;
    height: auto;
    font-weight: bold;
    color: #001033;
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
}

.merit_box .text span {
    display: table;
    font-size: 120%;
    margin: auto;
    position: relative;
    z-index: 10;
}

.merit_box .text span:after {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FFEB3B;
    transform: skewX(-40deg);
}

.merit_flex {
    margin: 0 0 30px;
}

table.furniture_table {
    width: 100%;
    font-size: 16px;
    line-height: 2;
}

table.furniture_table th {
    background: #eee;
}

table.furniture_table td {
    background: #f2f2f2;
}

table.furniture_table th,
table.furniture_table td {
    padding: 20px;
    text-align: left;
}

table.furniture_table td span {
    font-size: 150%;
    font-weight: bold;
}

table.furniture_table th.point {
    background: #FF9800;
    color: #fff;
    font-size: 110%;
}

table.furniture_table td.point {
    font-weight: bold;
    background: rgba(255,152,0,0.1);
}

.furniture_rental {
    justify-content: space-around;
}

.furniture_rental p {
    width: 480px;
}

.furniture_main .bx-wrapper {
    margin: 0 !important;
}

.furniture_main h1 span.sub {
    color: #fff;
    text-shadow: none;
    background: #001033;
    font-size: 25px;
    width: 500px;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 45px;
}

@media (max-width: 750px) {

    .furniture_main h1 span {
        font-size: 30px;
    }

    .furniture_main h1 span.sub {
        width: 70%;
        font-size: 16px;
        line-height: 30px;
    }
    
    .furniture_main h1 {
        font-size: 20px;
        margin: 50px 0 30px;
    }
    
    .furniture_main {
        height: 330px;
    }

    .furniture_page_content .wrap {
        width: 90%;
    }
    
    .furniture_page_content h2 {
        font-size: 16px;
        line-height: 60px;
    }
    
    .merit_box {
        width: 100%;
    }
    
    .merit_box + .merit_box {
        margin-top: 25px;
    }
    
    table.furniture_table th, table.furniture_table td {
        padding: 5px;
    }
    
    table.furniture_table {
        font-size: 12px;
        line-height: 1.5;
    }

    table.furniture_table td span {
        font-size: 120%;
    }

    table.furniture_table th {
        font-size: 10px;
    }
}