@charset "UTF-8";

/* ---------------------------------------------------------------------
 * 間取り詳細ページ
 * --------------------------------------------------------------------- */
#main_image_plan{height: auto;background: #000; position: relative;}
#main_image_plan .inner h2{padding: 0;}
#main_image_plan .inner h2 img {display: block;width: 1000px;margin: 0 auto;}

@media screen and (max-width: 767px) {/*スマホ設定*/
#main_image_plan .inner h2 img {display: block;width: 100%;margin: 0 auto;}
}

/* 詳細 */
#body_roomplan{padding: 100px 0 0;color: #231815;}
#body_roomplan h3{font-size: 28px;color: #231815;letter-spacing: 0.1em;text-indent: 0.1em;margin-bottom: 50px; line-height: 2.0; border-bottom: 1px solid #000; padding-bottom: 30px;}

#body_roomplan .roomplan_contents{ display: flex; justify-content: space-between;}
#body_roomplan .point {display: inline-block;text-align: left; width: 440px; padding: 20px 0 0 0;}
#body_roomplan .point_item{margin-bottom: 30px;}
#body_roomplan .point_item img{max-width: 100%;}
#body_roomplan .mark img{width: 254px; margin-top: 30px;}

#body_roomplan .zu{margin: 0; width: 730px;}
#body_roomplan .zu img{max-width: 100%;}

@media screen and (max-width: 767px) {/*スマホ設定*/
#body_roomplan{padding: 0}
#body_roomplan h3{font-size: 22px;color: #231815;letter-spacing: 0.1em;text-indent: 0.1em; line-height: 1.6; border-bottom: 1px solid #000; padding-bottom: 30px; width: 100%;margin: 0 auto 40px;}

#body_roomplan .roomplan_contents{ display: block;}
#body_roomplan .point {display: inline-block;text-align: left; width: 80%; padding: 20px 0 0 0;}
#body_roomplan .point_item{margin-bottom: 20px;}
#body_roomplan .point_item img{max-width: 100%;}
#body_roomplan .mark img{width: 30%; margin-top: 20px;}

#body_roomplan .zu{margin: 30px auto 20px; width: 80%;}

#body_roomplan .zu img{max-width: 100%;}
}

/* 鳥かご */
#roomplan_detail_floorBox {position: relative;text-align:left;margin: 0px auto 40px;}
#roomplan_detail_floorBox .floors {  position: absolute;  cursor: pointer;  opacity: 0;  -webkit-transition: opacity 0.25s linear;  -o-transition: opacity 0.25s linear;  transition: opacity 0.25s linear;}
#roomplan_detail_floorBox .floors:hover,
#roomplan_detail_floorBox .floors.onover {  opacity: 1;}
#roomplan_detail_floorBox .floors a {  display: block;  height: 100%;}

#roomplan_detail_floorBox #type_b{top:52px;left:81px;width:54px;height:324px;background: URL("../images/plan/detail/roomplan_floors_b.svg") no-repeat 0 0;background-size: cover}
#roomplan_detail_floorBox #type_h{top:52px;left:439px;width:54px;height:324px;background: URL("../images/plan/detail/roomplan_floors_h.svg") no-repeat 0 0;background-size: cover}
#roomplan_detail_floorBox #type_l{top:24px;left:185px;width:99px;height:22px;background: URL("../images/plan/detail/roomplan_floors_l.svg") no-repeat 0 0;background-size: cover}
#roomplan_detail_floorBox #type_n{top:24px;left:394px;width:99px;height:22px;background: URL("../images/plan/detail/roomplan_floors_n.svg") no-repeat 0 0;background-size: cover}

#roomplan_detail_floorBox #type_b.s2{top:52px;left:37px;width:54px;height:324px;background: URL("../images/plan/detail/roomplan_floors_b.svg") no-repeat 0 0;background-size: cover}
#roomplan_detail_floorBox #type_h.s2{top:52px;left:396px;width:54px;height:324px;background: URL("../images/plan/detail/roomplan_floors_h.svg") no-repeat 0 0;background-size: cover}
#roomplan_detail_floorBox #type_l.s2{top:24px;left:142px;width:99px;height:22px;background: URL("../images/plan/detail/roomplan_floors_l.svg") no-repeat 0 0;background-size: cover}
#roomplan_detail_floorBox #type_n.s2{top:24px;left:351px;width:99px;height:22px;background: URL("../images/plan/detail/roomplan_floors_n.svg") no-repeat 0 0;background-size: cover}

@media screen and (max-width: 767px) {/*スマホ設定*/

}

/* ボタン */
.roomplan_detail_btns{margin: 80px 0}
.roomplan_detail_btns p.roomplan_detail_print {	width: 380px;}
.roomplan_detail_btns p.roomplan_detail_close {width: 380px;}
@media screen and (max-width: 767px) {/*スマホ設定*/
.roomplan_detail_btns{margin: 30px 0}
.roomplan_detail_btns p.roomplan_detail_close {width: 80%;}
}

/* 次へ／前へ */
.flex--between{/*両端揃え*/-webkit-box-pack:justify;  -ms-flex-pack:justify;  justify-content:space-between;}
.roomplan_detail_navi_prev {width: 256px;}
.roomplan_detail_navi_next {width: 256px;}
@media screen and (max-width: 767px) {/*スマホ設定*/
.roomplan_detail_navi_prev,
.roomplan_detail_navi_next{width: 40%}
}

/*===============================================================================
===============================================================================*/
@media screen and (max-width: 767px) {/*スマホ設定*/
#roomplan_detail_floorBox {width: 50%;margin:0px auto}
#roomplan_detail_floorBox .floors a{display: none}
#roomplan_detail_floorBox .floors{display: none}
}

/*===============================================================================
===============================================================================*/
@media print {/*印刷設定*/

#roomplan_area .box_plan a:before,
#main_title_plan,
.roomplan_detail_btns,.roomplan_detail_navi_prev,.roomplan_detail_navi_next {display: none;}
#body_roomplan .box_plan a img {width: 100%;}
#body_roomplan .body_area_inner{width: 80%;margin: auto}

}
