@charset "UTF-8";
/* CSS Document */

/* 共通======================================================================================================== */
.btn_bg a:after{
	display: block;
	height: 100%;
	width: 100%;
	content: "";
	background-image: url(images/btn_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

.btn_form a,
.btn_reserve a{
	display: block;
	height: 50px;
	width: 260px;
}

.btn_form a{
	background-color: #FE8000;
	background-image: url(images/btn_form.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_reserve a{
	background-color: #3D9941;
	background-image: url(images/btn_reserve.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_form a span,
.btn_reserve a span{
	display: none;
}

.btn_freeplan a{
	background-color: #00B2B2;
	background-image: url(images/btn_freeplan.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 80px;
	width: 540px;
}

.btn_freeplan a span{
	display: none;
}


.btn_bg2 a:after{
	display: block;
	height: 100%;
	width: 100%;
	content: "";
	background-image: url(images/btn_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

.btn_form2 a,
.btn_reserve2 a{
	display: block;
	height: 120px;
	width: 50px;
}

.btn_form2 a{
	background-color: #FE8000;
	background-image: url(images/btn_form2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_reserve2 a{
	background-color: #3D9941;
	background-image: url(images/btn_reserve2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_form2 a span,
.btn_reserve2 a span{
	display: none;
}



/* 詳細ヘッダー======================================================================================================== */
#detail_head{
	margin: 0 0 20px;
}

#detail_head h2{
	color: #3D9941;
	font-size: 22px;
	font-weight: bold;
	background-image: url(images/icon_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 0 0 0 90px;
	margin: 0 0 10px;
	font-style: normal;
	min-height: 40px;
}

#detail_head table{
	float: left;
	font-size: 14px;
	line-height: 1.8;
	width: 740px;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 0 20px;
}

#detail_head th,
#detail_head td{
	line-height: 30px;
}

#detail_head th{
	width: 80px;
	border: solid 1px #666;
	text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detail_head .price{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #D80000;
}

#detail_head #btn_container{
	float: right;
	margin: 0 0 20px;
}

#detail_head .btn_form,
#detail_head .btn_reserve{
	margin: 10px 0 0;
}

#detail_menu{
	display: block;
	float: none;
	clear: both;
}

#detail_menu{
	border-bottom: solid 5px #146731;
}

#detail_menu li{
	float: left;
	margin: 0 10px 0 0;
}

#detail_menu li a{
	background-image: url(images/detail_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 35px;
	width: 190px;
}

#detail_menu li#DM01 a{ background-position: left top; }
#detail_menu li#DM02 a{ background-position: -190px top; }
#detail_menu li#DM03 a{ background-position: -380px top; }
#detail_menu li#DM04 a{ background-position: -570px top; }
#detail_menu li#DM05 a{ background-position: -760px top; }

#detail_menu li#DM01 a.this,#detail_menu li#DM01 a:hover{ background-position: left -40px; }
#detail_menu li#DM02 a.this,#detail_menu li#DM02 a:hover{ background-position: -190px -40px; }
#detail_menu li#DM03 a.this,#detail_menu li#DM03 a:hover{ background-position: -380px -40px; }
#detail_menu li#DM04 a.this,#detail_menu li#DM04 a:hover{ background-position: -570px -40px; }
#detail_menu li#DM05 a.this,#detail_menu li#DM05 a:hover{ background-position: -760px -40px; }

#detail_menu li a span{
	display: none;
}


/* 詳細ボディ======================================================================================================== */
#detail_body .box{
	display: block;
	float: none;
	clear: both;
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 3px #3D9941;
}

#detail_body .box:first-child{
	margin: 0;
	padding: 0;
	border-top: none;
}

#detail_body h3{
	color: #3D9941;
	font-size: 20px;
}

/* バクダン */
#detail_body #bomb{
	margin: 20px 0;
}

#detail_body #bomb ul{
}

#detail_body #bomb li{
	float: left;
	margin: 0 10px 0 0;
}

/* スライダー */
#slider{
	display: block;
	float: none;
	clear: both;
}

#slider_main{
	width: 640px;
	float: left;
}

#slider li{
	text-align: center;
	margin: 0 0 5px;
}

#slider li img{
	max-width: 640px;
	max-height: 480px;
}

.bx-wrapper{
	margin: 0;
}

#slider li a .p img{
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#slider li a:hover .p img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

#slider li .p{
	display: block;
	margin: 0 0 5px;
}

#slider li .icon_zoom{
	display: block;
	float: right;
}

#slider li p{
	font-size: 10px;
	text-align: left;
}

#slider #slider_control{
	width: 360px;
	float: right;
}

#slider #bx-pager{
}

#slider #bx-pager li{
	float: left;
	margin: 0 0 16px 16px;
	width:100px;
	height:75px;
}

#slider #bx-pager li a{
	display: block;
}

#slider #bx-pager li a img{
	border: solid 2px #FFF;
	max-width:100px;
	max-height:75px;
}

#slider #bx-pager li a.active img{
	border: solid 2px #3D9941;
	max-width:100px;
	max-height:75px;
}

#slider #bx-pager li a:hover img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
	cursor: pointer;
}


#slider #slider_arrow{
	margin: 0 2px 10px 20px;
	clear:both;
}

#slider #slider_arrow span{
	display: block;
	width: 49%;
	height: 50px;
}

#slider #slider_arrow span#slider-prev{ float: left; }
#slider #slider_arrow span#slider-next{ float: right; }

#slider #slider_arrow span a{
	background-color: #DDD;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 50px;
}

#slider #slider_arrow span#slider-prev a{ background-image: url(images/slide_arrow_prev.png); }
#slider #slider_arrow span#slider-next a{ background-image: url(images/slide_arrow_next.png); }

#slider #slider_arrow span a:hover{
	background-color: #BBB;
}

#slider #slider_arrow span a span{
	display: none;
}

#slider .btn_panorama{
	margin: 0 2px 0 20px;
}

#slider .btn_panorama a{
	background-color: #FF8000;
	background-image: url(images/btn_panorama.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 60px;
	width: 340px;
}


#slider .btn_panorama a span{
	display: none;
}


#slider .btn_panoramavr{
	margin: 0 2px 0 20px;
        padding-top:10px;
}

#slider .btn_panoramavr a{
	background-color: #FF0000;
	background-image: url(images/btn_vr.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 60px;
	width: 340px;
}


#slider .btn_panoramavr a span{
	display: none;
}



/* 写真リスト */
.photo_list{
}

.photo_list li{
	float: left;
	width: 220px;
	margin: 20px 0 0 28px;
}

.photo_list li h4{
	font-weight: bold;
	margin: 0 0 5px;
}

.photo_list li .photo{
	text-align: center;
	margin: 0 0 5px;
}

.photo_list li .photo img{
	max-width: 220px;
	max-height: 165px;
}

.photo_list li .photo a .p img{
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.photo_list li .photo a:hover .p img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

.photo_list li .photo .p{
	display: block;
	margin: 0 0 5px;
}

.photo_list li .photo .icon_zoom{
	display: block;
	float: right;
}

.photo_list li p{
	font-size: 10px;
}

/* 物件概要 */
table#outline_table {
	font-size: 14px;
	line-height: 1.8;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: solid 1px #3F9838;
	margin: 10px 0 0;
}

#outline_table th, #outline_table td{
	border-top: solid 1px #3F9838;
	padding: 8px;
}

#outline_table th {
	font-weight: bold;
	border-right: solid 1px #3F9838;
	border-left: solid 1px #3F9838;
}

#outline_table tr th:first-child{
	border-left: none;
}

/* 区画 */
.kukaku{
	margin: 20px auto;
	width: 640px;
	text-align: left;
}

.kukaku a .p img{
	max-width: 640px;
	max-height: 480px;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.kukaku a:hover .p img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

.kukaku .p{
	display: block;
	margin: 0 0 5px;
}

.kukaku .icon_zoom{
	display: block;
	float: right;
}

.kukaku p{
	font-size: 10px;
	margin: 5px 0 0;
}



/* プラン */
.plan_title h3,
.plan_title p{
	display: inline-block;
	vertical-align: middle;
}

.plan_title p span{
	padding: 0 0 0 1em;
}

/* ライフインフォメーション */
.lifeinfo{
	margin: 20px 0 0;
}

.lifeinfo dl{
	display: block;
	float: left;
	width: 48%;
	margin: 0 1%;
	box-sizing: border-box;
}

.lifeinfo dt{
	float: left;
	padding: 20px 180px 20px 0;
}

.lifeinfo dd{
	padding: 20px 0;
	text-align: right;
	height:26px;
	border-bottom: solid 1px #CCC;
}

/* アクセス */
.access_main{
	margin: 20px auto;
	width: 640px;
	text-align: left;
}

.access_main a .p img{
	max-width: 640px;
	max-height: 480px;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.access_main a:hover .p img{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

.access_main .p{
	display: block;
	margin: 0 0 5px;
}

.access_main .icon_zoom{
	display: block;
	float: right;
}

.access_main p{
	font-size: 10px;
	margin: 5px 0 0;
}


/* マップ */
.google_map{
	margin: 40px 0 0;
}
div#map_canvas{
	height: 600px;
	width: 100%;
}

.google_map .carnavi{
	background-color: #3D9941;
	color: #FFF;
	padding: 10px;
}

.google_map .carnavi p{
	display: inline-block;
	vertical-align: middle;
}

.google_map .carnavi p:before{
	content:"";
	background-image: url(images/icon_carnavi.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	width: 27px;
	margin: 0 10px 0 0;
}

.google_map .carnavi p span{
	font-size: 20px;
	line-height: 30px;
}

.google_map .print_btn{
	float: right;
}

.google_map .print_btn a{
	background-color: #FFF;
	background-image: url(images/btn_map_print.png);
	display: block;
	height: 30px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}

.google_map .print_btn a span{
	display: none;
}

/* 詳細フッター======================================================================================================== */
#detail_footer{
	display: block;
	float: none;
	clear: both;
	width: 540px;
	margin: 40px auto 0;
}

#detail_footer .btn_freeplan{
	margin: 0 0 20px;
}

#detail_footer .btn_form{
	float: left;
	margin: 0 0 20px;
}

#detail_footer .btn_reserve{
	float: right;
	margin: 0 0 20px;
}

#detail_footer address{
	display: block;
	float: none;
	clear: both;
	height: 60px;
	background-color: #FF2626;
	background-image: url(images/tel.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#detail_footer address span{
	display: none;
}



/* レスポンシブ======================================================================================================== */
@media screen and (max-width: 670px){

/* 共通 */
.btn_form,
.btn_reserve{
	width: 100%;
}

.btn_form a,
.btn_reserve a{
	width: 100%;
}

.btn_freeplan a{
	background-color: #00B2B2;
	background-image: url(images/btn_freeplan.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: block;
	height: 80px;
	width: 100%;
}





/* 詳細ヘッダー */
#detail_head h2{
	font-size: 16px;
}

#detail_head table{
	display: none;
}

#detail_head #btn_container{
	display: none;
}

#detail_menu{
	border: none;
	margin: 0 -4vw;
}

#detail_menu ul{
	display: table;
	width: 100%;
	vertical-align: middle;
	border-top: solid 1px #146731;
	border-bottom: solid 1px #146731;
}

#detail_menu li{
	float: none;
	display: table-cell;
	margin: 0;
	width: 20%;
	border-right: solid 1px #146731;
	box-sizing: border-box;
	vertical-align: middle;
}

#detail_menu li:nth-child(5){
	border-right: none;
}

#detail_menu li a{
	background: none;
	font-size: 10px;
	color: #146731;
	text-decoration: none;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}

#detail_menu li a.this{
	background-color: #146731;
	color: #FFF;
}

#detail_menu li a span{
	display: table-cell;
	vertical-align: middle;
}

/* 詳細ボディ */
#detail_body .box{
	margin: 20px 0 0;
	padding: 20px 0 0;
}

#detail_body h3{
	font-size: 16px;
}

/* スライダー */
#slider{
}

#slider_main{
	width: 100%;
	float: none;
}

#slider li img{
	max-width: 100%;
	max-height: inherit;
}

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

#slider #bx-pager{
	text-align: center;
	margin: 10px 0;
}

#slider #bx-pager li{
	float: none;
	display: inline-block;
	margin: 0 3px;
	width: auto;
	height: auto;
}

#slider #bx-pager li a{
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#slider #bx-pager li a.active{
	background-color: #3D9941;
}

#slider #bx-pager li a img{
	display: none;
}

#slider #slider_control{
	width: 100%;
	float: none;
}

#slider #slider_arrow{
	margin: 0 0 10px;
}

#slider .btn_panorama{
	margin: 0;
}

#slider .btn_panorama a{
	width: 100%;
}

#slider .btn_panoramavr{
	margin: 0;
}

#slider .btn_panoramavr a{
	width: 100%;
}

/* バクダン */
#detail_body #bomb{
	margin: 10px 0;
}

#detail_body #bomb ul{
}

#detail_body #bomb li{
	float: left;
	width: 31.3%;
	margin: 0 1%;
}


/* 写真リスト */
.photo_list li{
	float: left;
	width: 48%;
	margin: 10px 1% 0;
}

.photo_list li .photo img{
	max-width: 100%;
	max-height: auto;
}

/* 物件概要 */
#outline_table tr{
}

#outline_table th, #outline_table td{
	display: block;
	font-size: 12px;
	line-height: 1.8;
}

#outline_table th {
	border-right: none;
	border-left: none;
	float: left;
	clear: left;
	width: 100px;
}


/* 区画 */
.kukaku{
	margin: 20px auto;
	width: 100%;
	text-align: left;
}

.kukaku a .p img{
	max-width: 100%;
	max-height: inherit;
}

/* プラン */
.plan_title p{
	display: block;
}

.plan_title p span{
	font-size: 12px;
	display: block;
	padding: 0;
}

/* ライフインフォメーション */
.lifeinfo{
	margin: 10px 0 0;
}

.lifeinfo dl{
	float: left;
	width: 100%;
}

.lifeinfo dt{
	text-align: left;
	padding: 20px 0;
}

.lifeinfo dd{
	padding: 20px 0;
	text-align: right;
	border-bottom: solid 1px #CCC;
}



/* アクセス */
.access_main{
	margin: 20px auto;
	width: 100%;
	text-align: left;
}

.access_main a .p img{
	max-width: 100%;
	max-height: inherit;
}

/* マップ */
.google_map{
	text-align: center;
}

.google_map iframe{
	height: 300px;
}

#map_canvas{
	height: 600px;
	width: 100%;
}

.google_map .carnavi p{
	font-size: 12px;
}

.google_map .carnavi p span{
	font-size: 16px;
	display: block;
}

.google_map .print_btn{
	display: none;
}




/* 詳細フッター */
#detail_footer{
	width: 100%;
	margin: 20px auto 0;
}

#detail_footer .btn_freeplan{
	margin: 0 0 10px;
}

#detail_footer .btn_form{
	margin: 0 0 10px;
}

#detail_footer .btn_reserve{
	margin: 0 0 10px;
}

#detail_footer address{
	color: #FFF;
	height: auto;
	text-align: center;
	padding: 10px 0;
	background: none;
	background-color: #FF2626;
}

#detail_footer address span{
	display: inline;
}

#detail_footer address span span{
	display: block;
	font-size: 24px;
}

#detail_footer address span span:before{
	content:"";
	background-image: url(images/freedial.png);
	display: inline-block;
	height: 20px;
	width: 33px;
	margin: 0 10px 0 0;
}

#detail_footer address span a{
	color: #FFF;
}

}


/* サイドメニュー======================================================================================================== */
#floatMenu{

    position: absolute;
    right: 10px;
    top: 200px;
    z-index: 9000;
    overflow: hidden;
  display: inline-block;
    padding: 0px;
}
