@charset "UTF-8";
/* ---------------------------------------------------------------------
* furnitureページ
* --------------------------------------------------------------------- */
#main_image_furniture{height:auto;}
#main_image_furniture h2{background: #5e3045;color: #fff;text-align: center;font-size: 26px;letter-spacing: 0.1em;padding: 16px 0}
@media screen and (max-width: 767px) {/*スマホ設定*/
#main_image_furniture h2{font-size: 17px}
}

#body_furniture .sec{position: relative;}
#body_furniture .sec img{width: 100%;height: auto}
#body_furniture .sec .caption{width: 100%; position: absolute;left: 0;bottom: 0;padding: 20px 0;text-align: center;background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.2) 100%);}
#body_furniture .sec .caption dl{color: #fff;text-align: left}
#body_furniture .sec .caption dt{font-size: 25px;padding-bottom: 8px;margin-bottom: 8px}
#body_furniture .sec .caption dt span{border-bottom: 1px solid #fff;}
#body_furniture .sec .caption dd{font-size: 17px;}
@media screen and (max-width: 767px) {/*スマホ設定*/
#body_furniture .sec .caption{padding: 12px 0;}
#body_furniture .sec .caption dt{font-size: 15px;padding-bottom: 5px;margin-bottom: 5px}
#body_furniture .sec .caption dd{font-size: 12px;}
}

#body_furniture .zu{background: url("../images/furniture/bg.jpg") center top no-repeat;background-size: cover;padding: 60px 0}
#body_furniture .zu h3{font-size: 28px;letter-spacing: 0.1em;margin: 50px 0 50px}
#body_furniture .zu .img img{width: 810px;height: auto}
@media screen and (max-width: 767px) {/*スマホ設定*/
#body_furniture .zu h3{font-size: 20px;margin: 30px 0}
#body_furniture .zu .img img{width: 96%;height: auto}
}


#body_furniture .point{padding:50px 0 0}
#body_furniture .point img{width: 100%;height: auto}
#body_furniture .point .body_area_inner{width: 960px;}
#body_furniture .point .body_area_inner li{}
#body_furniture .point .body_area_inner li .box{background: url("../images/furniture/bg.jpg") no-repeat;padding: 25px;text-align: left;box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;margin-bottom: 50px}
#body_furniture .point .body_area_inner li p{margin-top: 12px;font-size: 18px;font-feature-settings: "palt";-webkit-font-feature-settings: "palt";}
/*===============================================================================
===============================================================================*/
@media screen and (max-width: 767px) {/*スマホ設定*/
#body_furniture .point .body_area_inner{width: 80%;}
#body_furniture .point .body_area_inner li.col2{width: 100%}
#body_furniture .point img{width: 100%;height: auto}
#body_furniture .point .body_area_inner li p{font-size: 13px}
}
/*===============================================================================
===============================================================================*/
@media screen and (max-width: 767px) {/*スマホ設定*/

}
/*===============================================================================
===============================================================================*/
@media print {/*印刷設定*/
#body_furniture .body_area_inner{width: 96%;margin: auto}
}