@charset "UTF-8";

/* ---------------------------------------------------------------------
 * 間取り詳細ページ
 * --------------------------------------------------------------------- */
 
.pages_main_title{height:auto;position: relative;}
.pages_main_title .inner{position: static;padding: 0}
@media screen and (max-width: 767px) {/*スマホ設定*/

}

/* 詳細 */
#body_roomplan{padding: 60px 0}
#body_roomplan img{max-width: 100%;height: auto}
#body_roomplan a:hover{opacity: 0.8}



#body_roomplan .plan_detail_title h2{margin-bottom: 60px}
#body_roomplan .plan_detail_title h3{color:#80722a;font-size: 1.8rem;font-weight: normal; letter-spacing: 0.1em; }

#body_roomplan .point{display: inline-block;text-align: left;border-left: 5px solid #80722a;padding-left: 15px;margin-top: 30px;box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
#body_roomplan .copy{line-height: 2;margin-left: 1em;margin: 6px 0;font-size: 18px}
#body_roomplan .copy::first-letter {color:#80722a;}
#body_roomplan .notice{text-align: left;margin-top: 30px;}
#body_roomplan .mark{text-align: right;margin-top: 20px}
#body_roomplan .plan_detail_zu{width: 800px;margin: 60px auto 0}

@media screen and (max-width: 767px) {/*スマホ設定*/
#body_roomplan{padding: 30px 0}
#body_roomplan .plan_detail_title h2{width: 70%;margin: 0 auto 30px}
#body_roomplan .plan_detail_title h3{width: 80%;margin: auto; font-size: 1.2rem; }
#body_roomplan .point{width: 80%;margin: 30px auto}
#body_roomplan .copy{margin-left: 1em;text-indent: -1em;font-size: 13px}
#body_roomplan .plan_detail_zu{width: 100%;margin: 30px auto 0}
}

/* 鳥かご */
#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_a{top:52px;left:81px;width:54px;height:324px;background: URL("../images/plan/detail/roomplan_floors_b.svg") no-repeat 0 0;background-size: cover}


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

}
/* ボタン */
.roomplan_detail_btns {    width: 820px;    margin: 60px auto 0px auto;}
.roomplan_detail_btns p img{width: 100%;height: auto}
.roomplan_detail_btns p.roomplan_detail_print {	float:right;  width: 400px;  height: 64px;}
.roomplan_detail_btns p.roomplan_detail_close {	float:left;  width: 400px;  height: 64px;}
.roomplan_detail_btns p.roomplan_detail_print a {  background: url(../images/plan/detail/detail_print_ov.svg) no-repeat 0 0;  display: block; background-size: cover; height: 64px;  width: 400px;}
.roomplan_detail_btns p.roomplan_detail_close a {  background: url(../images/plan/detail/detail_back_ov.svg) no-repeat 0 0;  display: block; background-size: cover;  height: 64px;  width: 400px;}
.roomplan_detail_btns p.roomplan_detail_print a:hover img,
.roomplan_detail_btns p.roomplan_detail_close a:hover img {  display: none;}

.roomplan_detail_navi_prev {    position: fixed;    top: 50%;    left: 0;    margin-top: -58px;    z-index: 100;}
.roomplan_detail_navi_next {    position: fixed;    top: 50%;    right: 0;    margin-top: -58px;    z-index: 100;}
/*===============================================================================
===============================================================================*/
@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}
#footer_contents_menu_area {padding-top: 0}


/* ボタン */
.roomplan_detail_btns {  width: 80%;  margin: 20px auto 0;}
.roomplan_detail_btns p.roomplan_detail_close a,
.roomplan_detail_btns p.roomplan_detail_close img {  width: 100%;height: auto;  background: none;}
.roomplan_detail_btns p.roomplan_detail_close {  float:none;  width: 100%;}
.roomplan_detail_btns p.roomplan_detail_close a:hover img {  display: block;}

.roomplan_detail_navi_prev,
.roomplan_detail_navi_next {width: 45px;}
.roomplan_detail_navi_prev img,
.roomplan_detail_navi_next img {width: 100%;height: auto}

.roomplan_detail_navi_prev {    position: fixed;    top: 50%;    left: 0;    margin-top: -58px;    z-index: 100;    width: 30px;    height: 58px;}
.roomplan_detail_navi_next {    position: fixed;    top: 50%;    right: 0;    margin-top: -58px;    z-index: 100;    width: 30px;    height: 58px;}
}

/*===============================================================================
===============================================================================*/
@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}

}
