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

.redtxt{
	color: #C7000B;
}

/* ++++++++++++++++++++ モデルハウス ++++++++++++++++++++ */
.model_head {
	margin-bottom: 40px;
	overflow:hidden;
}
.model_head div {
	float:left;
	width: 600px;
}
.model_head a {
	float:right;
	width: 470px;
	border:solid 1px #ccc;
	padding:15px;
}
.model_head a:hover {
	background-color:#ffffee;
	opacity:0.7;
}
.model_head a .left {
	float:left;
	width: 240px;
}
.model_head a .left img {
	width: 230px;
	height:auto;
}
.model_head a .left .copy {
	display:none;
}
.model_head a .left .txt {
	display:block;
	font-size:13px;
	line-height:1.6em!important;
}
.model_head a .right {
	float:right;
	width: 185px;
}
.model_head a .right img {
	width: 100%;
	height:auto;
}



/* ++++++++++++++++++++ 分譲地 ++++++++++++++++++++ */
.salesarea_list{
	width: 80%;
	margin: 40px auto 80px;
	font-size: 0;
	padding-right: 140px;
}

.salesarea_list ul li{
	transition: .5s;
	position: relative;
	display: inline-block;
	width: 20%;
	margin-right: 35px;
	font-size: 16px;
	text-align: center;
}
.salesarea_list li:hover{
	background-color: #F9E6CB;
}
.salesarea_list ul li:nth-child(5n),
.salesarea_list ul li:last-child{
	margin-right: -140px;
}
.salesarea_list ul li:after{
	transition: .5s;
	position: absolute;
	content: "";
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #808080;
}
.salesarea_list ul li:hover:after{
	background: #eaa94b;
}
.salesarea_list a{
	display: block;
	padding: 8px 0 12px;
	color: #404040;
}


.salesarea:before,
.salesarea:after {
	display: table;
	content: " ";
}
.salesarea:after {
	clear: both;
}

/* 分譲中 */
.salesarea{
	margin-bottom: 40px;
}
.salesarea .hl_type02{
	font-size: 20px;
	margin-bottom: 20px;
}
.salesarea .sa_left{
	float: left;
	width: 360px;
}
.salesarea .sa_images{
	position: relative;
	height: 270px;
	width: 100%;
	margin-bottom: 20px;
}
.salesarea .sa_images img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	max-width: 100%;
	max-height:100%;
}
.salesarea .sa_option{
	padding: 0 20px;
}
.salesarea .twobtn{
	letter-spacing: -1em;
	padding-right: 10px
}

.salesarea .document,
.salesarea .tour,
.salesarea .sa_go2detail{
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	margin: 0 auto 20px;
	border: solid 1px;
	text-align: center;
	padding: 10px;
}
.salesarea .document::after,
.salesarea .tour::after,
.salesarea .sa_go2detail::after{
	position: absolute;
	content: "▶";
	right: 10px;
}
.salesarea .sa_go2detail::after{
	-webkit-transition: .5s;
	transition: .5s;
	color: #eaa94b;
}
.salesarea .sa_go2detail{
	display: block;
	padding: 20px 10px;
	background: #f9e6cb;
	border-color: #eaa94b;
	color: #333;
	font-weight: bold;
}
.salesarea .sa_go2detail span{
	display: block;
	font-size:12px;
	font-weight: normal;
}
.salesarea .sa_go2detail img{
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.salesarea .sa_go2detail::before{
	position: absolute;
	content: "";
	display: block;
	border: solid 1px white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.salesarea .sa_go2detail:hover::after{
	color: white;
}
.salesarea .sa_go2detail:hover{
	color: white;
	background: #eaa94b;
}


.salesarea .document,
.salesarea .tour{
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	color: white;
	text-align: right;
	padding-right: 36px;
}
.salesarea .onebtn .document,
.salesarea .onebtn .tour{
	display: inline-block;
	width: 100%;
	letter-spacing: normal;
	color: white;
	text-align: center;
	padding-right: 36px;
}
.salesarea .document{
	margin-right: 10px;
	background: url('/town/common/img/fixed_menu_icon01.png') no-repeat center left 8px #eaa94b;
}
.salesarea .document:hover{
	background-color: #F9E6CB;
	color: #eaa94b;
	border-color: #eaa94b;
}
.salesarea .tour{
	margin-right: -10px;
	background: url('/town/common/img/fixed_menu_icon02.png') no-repeat center left 8px #404040;
}
.salesarea .tour:hover{
	background-color: #e0e0e0;
	color: #404040;
	border-color: #404040;
}
.salesarea .sa_right{
	float: right;
	width: 700px;
}
.salesarea .sa_copy{
	font-weight: bold;
	color: #404040;
	line-height: 1.6em;
	margin: 10px auto 20px;
}
.salesarea .sa_statue {	margin-top: -5px;margin-bottom: 20px;}

.salesarea .sa_statue th,
.salesarea .sa_statue td{
	padding: 4px 20px;
}

.salesarea .sa_statue th{
	color: #eaa94b;
	width: 100px;
	font-weight: normal;
	padding: 4px 0 ;
}
.salesarea .sa_statue th.black{
	color: #333;
}
.salesarea .sa_statue th::before{
	content: "■";
	margin-right: 6px;
}
.sa_statue .price{
	letter-spacing: .1em;
	font-weight: bold;
}
.sa_statue .price span{
	font-size: 28px;
	font-weight: bold;
	color: #C7000B;
	margin: 0 6px 0 0;
}
.sa_statue .area span{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
}
.salesarea .sa_comment{
	padding: 15px 20px;
	background: #e5e5e5;
}
.salesarea .sa_tags{
	margin: 0 -4px 0px;
}
.salesarea .sa_tags span{
	display: inline-block;
	padding: 6px 10px;
	margin: 0 4px 10px;
	border: solid 1px #7f7f7f;
	color: #7f7f7f;
	text-align: center;
	font-size: 12px;
}
.salesarea .sa_tags span.sokunyukyo{
	display: inline-block;
	padding: 6px 10px;
	margin: 0 4px 10px;
	background-color:#e9a94b;
	border: solid 1px #e9a94b;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

/* 分譲間近 */
.comming_soon .hl_type02{
	background-color: #cccccc
}
.comming_soon .hl_type02 .tag{
	background-color: #7f7f7f;
	color: white;
}
.comming_soon .sa_statue .price span,
.comming_soon .sa_statue th,
.comming_soon .sa_statue td{
	color: #7f7f7f;
}

/* -----------------------------------------
   分譲地詳細
   -----------------------------------------*/

.main_detail,
.sa_section,
.sa_env,
.sa_gallery,
.sa_outline,
.sa_plan,
.salesarea_slider{
	margin-bottom: 80px;
}

/* 物件詳細 */

.main_detail{
	
}
.detail_list{
	width: 100%;
	margin: 80px auto;
	font-size: 0;
	padding-right: 100px;
}
.detail_list ul li{
	transition: .5s;
	position: relative;
	display: inline-block;
	width: 25%;
	margin-right: 20px;
	font-size: 16px;
	text-align: center;
}
.detail_list li:hover{
	background-color: #F9E6CB;
}
.detail_list ul li:nth-child(6n),
.detail_list ul li:last-child{
	margin-right: -100px;
}
.detail_list ul li:after{
	transition: .5s;
	position: absolute;
	content: "";
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #808080;
}
.detail_list ul li:hover:after{
	background: #eaa94b;
}
.detail_list a{
	display: block;
	padding: 8px 0 12px;
	color: #404040;
}
.detail_list ul li.none a{
	pointer-events: none;
	color:#ddd;
}
.detail_list ul li.none:after{
	transition: .0s;
}
.detail_list ul li.none:hover{
	background: #fff;
}
.detail_list ul li.none a:hover{
	background: #fff;
}
.detail_list ul li.none:after{
	background: #ddd;
}


.main_detail .sa_comment{
	margin-top: 20px;
}
.main_detail .sa_d_copy{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #404040;
	margin-top: -10px;
}
.main_detail .sa_d_copy2{
	font-weight: bold;
	letter-spacing: 2px;
	color: #404040;
	margin: 10px 0px 20px;
}
.sa_right .sa_d_statue {	margin: -5px 0px 20px;}

.sa_right .sa_d_statue th,
.sa_right .sa_d_statue td{
	padding: 4px 20px;
}

.sa_right .sa_d_statue th{
	color: #eaa94b;
	width: 100px;
	font-weight: normal;
	padding: 4px 0 ;
}
.sa_right .sa_d_statue td{
	width: 470px;
}
.sa_right .sa_d_statue th.black{
	color: #333;
}
.sa_right .sa_d_statue th::before{
	content: "■";
	margin-right: 6px;
}
.sa_right .sa_d_statue .price{
	letter-spacing: .1em;
	font-weight: bold;
}
.sa_right .sa_d_statue .price span{
	font-size: 28px;
	font-weight: bold;
	color: #C7000B;
	margin: 0 6px 0 0;
}
.sa_right .sa_d_statue .area span{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
}
.sa_right .sa_d_comment{
	padding: 15px 20px;
	background: #e5e5e5;
	margin-bottom: 0px;
}
.sa_right .sa_d_tags{
	margin: 0 -4px 0px;
}
.sa_right .sa_d_tags span{
	display: inline-block;
	padding: 6px 10px;
	margin: 0 4px 10px;
	border: solid 1px #7f7f7f;
	color: #7f7f7f;
	text-align: center;
	font-size: 12px;
}
.sa_right .sa_d_tags span.sokunyukyo{
	display: inline-block;
	padding: 6px 10px;
	margin: 0 4px 10px;
	background-color:#e9a94b;
	border: solid 1px #e9a94b;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.main_detail .sa_d_detail{
	margin-top: 30px;
}

.sa_d_detail .sa_d_left{
	float: left;
	width: 480px;
}
.sa_d_left .sa_d_images img{
	width: 100%;
	height: auto;
}

.sa_d_detail .sa_d_right{
	float: right;
	width: 580px;
}
.main_detail .sa_d_right h4{
	text-align: center;
	margin-top: 30px;
}

.main_detail .sa_d_price{
	letter-spacing: -.8em;
	padding: 20px;
}
.main_detail .sa_d_price p{
	display: inline-block;
	vertical-align: middle;
}
.main_detail .sa_d_price h4,
.main_detail .sa_d_price p,
.main_detail .sa_d_price small{
	letter-spacing: normal;
}

.main_detail .sa_d_price span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
}
.main_detail .price{
	width: 44%;
}
.main_detail .center_dash{
	width: 12%;
}
small{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}


/* 区画 */
.sa_se_image{
	border: solid 1px #bfbfbf;
	text-align: center;
}
.sa_se_image img{
	max-width: 100%;
	height: auto;
	padding: 15px;
}

.sa_section h3{
	margin-top: 40px;
}

.sa_se_list{
	margin-top: 0px;
}
.sa_se_list table{
	width: 100%;
}
.sa_se_list th{
	width: 15%;
	vertical-align: top;
	color: #eaa94b;
}
.sa_se_list th::before{
	content: "■";
	margin-right: 10px;
}
.sa_se_list th,
.sa_se_list td{
	padding: 6px 0;
}

.sa_se_list td{
	vertical-align: top;
	width: 85%;
}
.sa_se_list td ul{
	letter-spacing: -.8em;
}
.sa_se_list td ul li,
.sa_se_list td ul p,
.sa_se_list td ul span{
	letter-spacing: normal;
}
.sa_se_list td:nth-of-type(1),
.sa_se_list td:nth-of-type(2){
	width: 20%;
	text-align: center;
}
.sa_se_list td:nth-of-type(3){
	width: 60%;
	letter-spacing: -.8em;
	padding-right: 20px;
}
.sa_se_list td:nth-of-type(3) span{
	display: inline-block;
	letter-spacing: normal;
	height: 24px;
	width: 33.33%;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 6px;
	background:#efefef;
	color: white;
}
.sa_se_list td:nth-of-type(3) span:nth-child(3n),
.sa_se_list td:nth-of-type(3) span:last-child{
	margin-right: -20px;
}
.sa_se_list td:nth-of-type(3) .cl1{
	background-color: #4FA34F;
}
.sa_se_list td:nth-of-type(3) .cl2{
	background-color: #4C6DB7;
}
.sa_se_list td:nth-of-type(3) .cl3{
	background-color: #EA4848;
}
.sa_se_list td:nth-of-type(3) .cl4{
	background-color: #E9934A;
}
.sa_se_list td:nth-of-type(3) .cl5{
	background-color: #7f7f7f;
}

/* 周辺環境 */

.sa_env_map{
	float: left;
	width: 540px;
	margin-bottom: 20px;
}
.sa_env_map #map{
	width: 540px;
	height: 500px;
	border: solid 1px #bfbfbf !important;
	padding: 1px;
}
.sa_env_root{
	position: relative;
	float: right;
	width: 510px;
	height: 500px;
	margin-bottom: 20px;
}
.sa_env_root .root_copy{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
}
.sa_env_root .caution{
	margin-top: 0;
	font-size: 14px;
}
.sa_env_root .traficbikou{
	margin: 20px 0;
}
.sa_env_root .list_type01{
	margin-bottom: 25px;
}
.sa_env_root .list_type01 li{
	font-size: 20px;
	color: #333;
	margin-bottom: 3px;
}

.sa_env_root .root_map{
	position: absolute;
	border: solid 1px #bfbfbf;
	bottom: 0;
}
.sa_env .carnavi{
	clear: both;
	border: solid 1px #bfbfbf;
	background-color:#eee;
	padding:20px;
	margin-bottom: 40px;
}
.sa_env .carnavi span {
	font-weight: bold;
}
.sa_env .carnavi span span {
	color: #eaa94b;
}

/* 周辺施設 */
.sa_env_facility{
	
}
.sa_env_facility ul{
	letter-spacing: -.8em;
	padding-right: 60px;
}
.sa_env_facility li{
	position: relative;
	display:inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 25%;
	margin:0 20px 10px 0;
	line-height: 1.6em;
}
.sa_env_facility li:nth-child(4n){
	margin-right: -60px;
}
.sa_icon_list{
	text-align: right;
	margin-bottom: 20px;
}
.sa_icon_list ul{
	padding: 10px;
	border: solid 1px #bfbfbf;
	display: inline-block;
}

.sa_icon_list li{
	display: inline-block;
}
.sa_icon_list i{
	display: inline-block;
	margin-right: 10px;
}

.sa_env_facility .icon{
	padding: 10px 20px 10px 40px;
}

.sa_env_facility .icon.fc01{
	background: url('../images/fc_icon01.png') no-repeat top 10px left;
}
.sa_env_facility .icon.fc02{
	background: url('../images/fc_icon02.png') no-repeat top 10px left;
}
.sa_env_facility .icon.fc03{
	background: url('../images/fc_icon03.png') no-repeat top 10px left;
}
.sa_env_facility .icon.fc04{
	background: url('../images/fc_icon04.png') no-repeat top 10px left;
}

/* ギャラリー */
.sa_gallery_video,
.sa_gallery_photo{
	margin-bottom: 40px;
}
.sa_gallery_video ul,
.sa_gallery_photo ul{
	letter-spacing: -.8em;
	padding-right: 40px;
}
.sa_gallery_video ul li,
.sa_gallery_photo ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 33.33%;
	margin-right: 20px;
	margin-bottom: 40px;
}
.sa_gallery_photo ul li a{
	display: block;
	height:290px;
}
.sa_gallery_photo ul li a p{
	display: block;
	height:252px;
	border: solid 1px #bfbfbf;
	background-color:#eee;
	margin: auto auto;
	position: relative;
}
.sa_gallery_photo .txt{
	display: block;
	padding-bottom: 0 !important;
}
.sa_gallery_photo .cap{
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	width: 100%;
	height:1.2em;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sa_gallery_video ul li:nth-child(3n),
.sa_gallery_video ul li:last-of-type,
.sa_gallery_photo ul li:nth-child(3n),
.sa_gallery_photo ul li:last-of-type{
	margin-right: -40px;
}
.sa_gallery_photo li a img{
	max-height:250px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sa_gallery_360 .txt,
.sa_gallery_video .txt,
.sa_gallery_photo .txt{
	display: block;
	text-align: center;
	padding: 10px 15px;
}
.sa_gallery_360 .txt,
.sa_gallery_video .txt,
.sa_gallery_photo .txt{
	display: block;
	text-align: center;
	padding: 10px 15px;
}
.sa_gallery_360 ul{
	text-align: center;
	letter-spacing: -.8em;
}
.sa_gallery_360 ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 100%;
	max-width: 940px;
	margin-top: 40px;
	text-align: center;
}
.sa_gallery_360 div{
	height: 470px;
}


/* 分譲概要 */
.sa_outline table{
	width: 100%;
}
.sa_outline th,
.sa_outline td{
	vertical-align: top;
	padding-bottom: 20px;
}
.sa_outline th{
	width: 16%;
	color: #eaa94b;
}
.sa_outline td{
	position: relative;
	width: 84%;
	padding: 0 15px 20px;
}
.sa_outline td::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 20px);
	background-color: #eaa94b;
}
.sa_outline .caution{
	padding-left: 3em;
	text-indent: -3em;
}
.sa_outline .caution::before{
	content: "（※）";
}

/* その他分譲地 */
.sa_plan{}
.plan_wrap{
	letter-spacing: -.8em;
	padding-right: 80px;
}
.planbox{
	letter-spacing: normal;
	display:inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-right: 40px;
	margin-bottom: 20px;
}
.planbox:nth-child(3n),
.planbox:last-child{
	margin-right: -80px;
}
.planbox_in{
	border: solid 1px #bfbfbf;
	padding: 1px;
}
.planbox_in .img img{
	width: 100%;
	height: auto;
}
.planbox_in .area{
	padding: 20px;
}
.planbox_in .txt{
	display: block;
	text-align: center;
	color: #6f6f6f;
	font-weight: bold;
}
.planbox_in a{
	transition: .5s;
	display: block;
	position: relative;
	text-align: center;
	color: #eaa94b;
	border: solid 1px #eaa94b;
	padding: 10px;
	margin-top: 20px;
}
.planbox_in a:hover{
	color: white;
	background-color: #eaa94b;
}
.planbox_in a::after{
	content: "▶";
	position: absolute;
	right: 10px;
}
/* 参考プラン詳細 lightbox */
.dbFacility{
	width: 800px;
}
.dbFacility h4{
	padding: 10px 20px;
	color: white;
	background-color: #eaa94b;
	margin-bottom: 20px;
}
.dbFacility .left{
	display: inline-block;
	width: 460px;
	margin-right: 40px;
	vertical-align: top;
}
.dbFacility table{
	margin-top: 20px;
	width: 100%;
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
}
.dbFacility tr{
	display: block;
	margin: 10px 0;
}
.dbFacility th{
	color: #eaa94b;
	font-weight: normal;
	width: 90px;
}
.dbFacility td{
	position: relative;
	padding-left: 1em;
}
.dbFacility td::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 70%;
	background: #eaa94b;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dbFacility .right{
	display: inline-block;
	width: 240px;
}
.dbFacility .right img{
	max-width: 100%;
	height: auto;
}
.dbFacility .right p{
	padding: 10px;
	height: auto;
}
.fac_section li img{
	border: solid 1px #bfbfbf;
}
.madoriBox{
	border: solid 1px #bfbfbf;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.madoriBox img{
	width: 100%;
}
.madoriBox p{
	padding: 10px;
}

/* =======================
	各店舗のお問い合わせ先
========================== */


.dbShop{
	background-color:#eee;
	margin-bottom:30px;
	padding:20px 40px;
}

.dbShop div.name{
	float:left;
	width:600px;
}

.dbShop div.name{
	padding:5px 0 0 0;
}

.dbShop div.name p{
	color:#333;
}

.dbShop div.name p.big{
	font-size:22px!important;
	font-weight:bold;
	margin-bottom:5px;
}

.dbShop div.data{
	float:right;
	text-align:right;
	width:400px;
}

.dbShop div.data p{
	line-height:1.4;
}

.dbShop div.data p.tel{
	color:#d91813;
	font-size:16px!important;
	font-weight:bold;
}
.dbShop div.data p.fax{
	color:#d91813;
	font-size:14px!important;
	font-weight:bold;
}

.dbShop div.data p.tel span{
	font-size:34px!important;
}
.dbShop div.data p.mail{
	vertical-align: middle;
}
.dbShop div.data p.mail img{
	background-color:#000eee;
	margin-bottom: 5px!important;
}
