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

.redtxt{
	color: #C7000B;
}
/* ++++++++++++++++++++ モデルハウス ++++++++++++++++++++ */
.model_head {
	margin-bottom: 40px;
	overflow:hidden;
}
.model_head div {
	margin-bottom: 20px;
}
.model_head a {
	display:block;
	border:solid 1px #ccc;
	padding:15px;
}
.model_head a:hover {
	background-color:#ffffee;
	opacity:0.7;
}
.model_head a .left {
	display:block;
}
.model_head a .left img {
	width: 230px;
	height:auto;
	height:auto;
}
.model_head a .left .copy {
	display:none;
}
.model_head a .left .txt {
	display:block;
	width: 80%;
	margin: 10px auto;
	font-size:13px;
	line-height:1.2em!important;
}
.model_head a .right {
	display:block;
}
.model_head a .right img {
	width: 80%;
	height:auto;
}
/* ++++++++++++++++++++ 分譲地 ++++++++++++++++++++ */
.salesarea_list{
	width: 100%;
	margin: 0 auto 40px;
	font-size: 0;
	padding-right: 20px;
}
.salesarea_list ul li{
	transition: .5s;
	position: relative;
	display: inline-block;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.salesarea_list li:hover{
	background-color: #F9E6CB;
}
.salesarea_list ul li:nth-child(2n),
.salesarea_list ul li:last-child{
	margin-right: -20px;
}
.salesarea_list ul li:after{
	transition: .5s;
	position: absolute;
	content: "";
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #A0A0A0;
}
.salesarea_list ul li:hover:after{
	background: #eaa94b;
}
.salesarea_list a{
	display: block;
	padding: 8px 0 12px;
	color: #6d6c6c;
}

.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{
}
.salesarea .sa_images{
	margin-bottom: 20px;
}
.salesarea .sa_images img{
	width: 100%;
	height: auto;
}
.salesarea .twobtn{
	font-size: 0;
	padding-right: 10px;
}

.salesarea .document,
.salesarea .tour,
.salesarea .sa_go2detail{
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	margin: 0 auto 10px;
	border: solid 1px;
	text-align: center;
	padding: 10px;
}
.salesarea .sa_go2detail{
	display: block;
	padding: 20px 10px;
	background: #F9E6CB;
	border-color: #eaa94b;
	color: #333;
}
.salesarea .sa_go2detail:hover{
	color: white;
	background: #EAA94B;
}
.salesarea .sa_go2detail img{
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.salesarea .sa_go2detail .blank{
	float:right;
	margin-right:60px;
}
.salesarea .sa_go2detail:hover{
	color: white;
	background: #eaa94b;
}
.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: 28px;
	font-size: 16px;
	margin-bottom: 20px
}
.salesarea .document{
	margin-right: 10px;
	background: url('/town/common/img/fixed_menu_icon01.png') no-repeat center left 8px #eaa94b;
	background-size: 24px;
}
.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 #666;
	background-size: 24px;
}
.salesarea .tour:hover{
	background-color: #e0e0e0;
	color: #404040;
	border-color: #404040;
}
.salesarea .document::after,
.salesarea .tour::after,
.salesarea .sa_go2detail::after{
	position: absolute;
	content: "▶";
	right: 6px;
}

.salesarea .sa_right{
}
.salesarea .sa_copy{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	line-height: 1.2em;
	margin: -8px auto 20px;
}
.salesarea .sa_statue {
	width: 100%;
	margin-bottom: 20px;
}

.salesarea .sa_statue th,
.salesarea .sa_statue td{
	display: block;
	padding: 0 0 2px;
	width: 100%;
}

.salesarea .sa_statue th{
	color: #eaa94b;
	font-weight: normal;
	font-size: 16px;
}
.salesarea .sa_statue th.black{
	color: #333;
}
.salesarea .sa_statue th::before{
	content: "■";
	margin-right: 6px;
}
.sa_statue .price{
	font-size: 22px;
	font-weight: bold;
	color: #C7000B;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 4px;
}
.sa_statue .price span{
	margin: 10px 10px 0 0;
	display: inline-block;
	color: #333;
}
.sa_statue .area span{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}
.salesarea .sa_comment{
	padding: 15px 20px;
	background: #e5e5e5;
	margin-bottom: 20px;
}
.salesarea .sa_tags{
	margin: 0 -4px 0px;
}
.salesarea .sa_tags span{
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px 4px;
	border: solid 1px #7f7f7f;
	color: #7f7f7f;
	text-align: center;
	font-size: 12px;
}
.salesarea .sa_tags span.sokunyukyo{
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px 4px;
	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: 40px;
}

/* 物件詳細 */

.main_detail{
	
}
.detail_list{
	width: 100%;
	margin: 40px auto;
	font-size: 0;
	padding-right: 20px;
}

.detail_list ul li{
	position: relative;
	display: inline-block;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.detail_list ul li:nth-child(2n),
.detail_list ul li:last-child{
	margin-right: -20px;
}
.detail_list ul li:after{
	position: absolute;
	content: "";
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #A0A0A0;
}
.detail_list ul li:hover:after{
	background: #eaa94b;
}
.detail_list a{
	display: block;
	padding: 8px 0 12px;
	color: #6d6c6c;
}
.detail_list a:hover{
	background-color: #F9E6CB;
}
.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{
}
.main_detail .sa_d_copy{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666666;
	margin-top: -20px;
}
.main_detail .sa_d_copy2{
	font-weight: bold;
	letter-spacing: 2px;
	color: #404040;
	margin-bottom: 10px;
}
.sa_right .sa_d_statue {	margin-bottom: 20px;}

.sa_right .sa_d_statue th,
.sa_right .sa_d_statue td{
	display:block;
	width: 100%;
	padding: 4px 20px;
}

.sa_right .sa_d_statue th{
	color: #eaa94b;
	font-weight: normal;
	padding: 4px 0 0px 0 ;
	width: 100%;
}
.sa_right .sa_d_statue td{
}
.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: 24px;
	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: 20px;
}

.sa_d_detail .sa_d_left{
}
.sa_d_left .sa_d_images img{
	width: 100%;
	height: auto;
}

.sa_d_detail .sa_d_right{
	width: 100%;
	margin-top: 20px;
}
.main_detail .sa_d_right h4{
	text-align: center;
	margin-top: 20px;
}

.main_detail .sa_d_price{
	letter-spacing: -.8em;
	padding: 0;
	margin-top: 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;
	text-align: center;
}

.main_detail .sa_d_price span{
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.main_detail .price{
	width: 43%;
}
.main_detail .center_dash{
	width: 14%;
}
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: 10px;
}

.sa_se_list{
	margin-top: 20px;
}
.sa_se_list table{
	width: 100%;
}
.sa_se_list th{
	color: #eaa94b;
}
.sa_se_list th::before{
	content: "■";
	margin-right: 10px;
}
.sa_se_list th,
.sa_se_list td{
	display: block;
	width: 100%;
	padding: 2px 0;
}

.sa_se_list td{
	vertical-align: top;
}
.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){
}
.sa_se_list td:nth-of-type(3){
	letter-spacing: -.8em;
	padding-right: 10px;
}
.sa_se_list td:nth-of-type(3) span{
	display: inline-block;
	letter-spacing: normal;
	height: 24px;
	width: 50%;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 6px;
	background:#efefef;
	color: white;
}
.sa_se_list td:nth-of-type(3) span:nth-child(2n),
.sa_se_list td:nth-of-type(3) span:last-child{
	margin-right: -10px;
}
.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{
	margin-bottom: 20px;
}
.sa_env_map #map{
	height: 200px;
	border: solid 1px #bfbfbf !important;
	padding: 1px;
}
.sa_env_root{
	position: relative;
	margin-bottom: 40px;
}
.sa_env_root .root_copy{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 10px;
}
.sa_env_root .caution{
	margin-top: 10px;
	font-size: 14px;
}
.sa_env_root .list_type01{
	margin-top: 10px;
}

.sa_env_root .root_map{
	width: 100%;
	border: solid 1px #bfbfbf;
	margin-top: 10px;
}
.sa_env .carnavi{
	clear: both;
	border: solid 1px #bfbfbf;
	background-color:#eee;
	padding:10px;
	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: 20px;
}
.sa_env_facility li{
	position: relative;
	display:inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
}
.sa_env_facility li:nth-child(2n){
	margin-right: -20px;
}

.sa_icon_list{
	margin-bottom: 20px;
}
.sa_icon_list ul{
	padding: 10px;
	border: solid 1px #bfbfbf;
	display: inline-block;
	letter-spacing: -.8em;
}
.sa_icon_list li{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
	letter-spacing: normal;
	margin-top: 10px;
}
.sa_icon_list li:nth-child(1),
.sa_icon_list li:nth-child(2){
	margin: 0;
}
.sa_icon_list i{
	display: inline-block;
	vertical-align: middle;
	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: 20px;
}
.sa_gallery_video ul,
.sa_gallery_photo ul{
	letter-spacing: -.8em;
	padding-right: 0;
}
.sa_gallery_video ul li,
.sa_gallery_photo ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 100%;
	margin-right: 0;
}
.sa_gallery_photo ul li a{
	display: block;
	margin-bottom: 10px;
}
.sa_gallery_photo ul li a p{
	height:200px;
	display: block;
	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;
	text-align: center;
}
.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{
	position: absolute;
	height: 100%;
	width:auto;
	max-height:250px;
	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 ul{
}
.sa_gallery_360 ul li {
	position: relative;
}

.sa_gallery_360 ul li .ricoh-theta-spherical-image,
.sa_gallery_360 ul li .ricoh-theta-tour-image,
.sa_gallery_360 ul li .ricoh-theta-iframe{
	height: 300px !important;
}
.sa_gallery_360 li iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px !important;
}

/* 分譲概要 */
.sa_outline table{
	width: 100%;
}
.sa_outline th,
.sa_outline td{
	vertical-align: top;
}
.sa_outline th{
	display: block;
	color: #eaa94b;
	padding: 6px 0;
}
.sa_outline td{
	display: block;
	position: relative;
	padding: 6px 10px;
}
.sa_outline .caution:before{
	content: "※"
}
.sa_outline .caution{
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
}

/* その他分譲地 */
.sa_plan{}
.plan_wrap{
	letter-spacing: -.8em;
	padding-right: 10px;
}
.planbox{
	letter-spacing: normal;
	display:inline-block;
	vertical-align: top;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.planbox:nth-child(2n),
.planbox:last-child{
	margin-right: -10px;
}
.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: 80%;
}
.dbFacility h4{
	padding: 10px 20px;
	color: white;
	background-color: #eaa94b;
	margin-bottom: 20px;
}
.dbFacility .left{
	display: block;
}
.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;
	display: block;
}
.dbFacility td{
	display: block;
	position: relative;
	padding: 6px;;
}
.dbFacility .right{
	display: block;
	margin-top: 20px;
}
.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: block;
	text-align: center;
	margin-top: 20px;
}
.madoriBox img{
	width: 100%;
}
.madoriBox p{
	padding: 10px;
}
.dbShop{
	background-color:#eee;
	padding:20px 40px;
	margin-bottom:20px;
}

.dbShop div.name{
}

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

.dbShop div.name div.inr p{
	color:#333;
	line-height:1.4;
	margin-bottom: 6px;
}

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

.dbShop div.data{
	text-align:right;
}

.dbShop div.data p{
	display: block;
}
.dbShop div.data p.tel img{
	float:right;
}
.dbShop div.data p.mail img{
	clear:both;
	float:right;
}

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

.dbShop div.data p.tel span{
	font-size:22px!important;
}

.dbShopS div.name{
}

.dbShopS div.name div.inr{
	padding:5px 0 0 5px;
}

.dbShopS div.name div.inr p{
	font-size:93%!important;
	color:#333;
	line-height:1.4;
}

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