@charset "utf-8";
/* =================================================================
		トップページCSS GS用
================================================================= */


/* -----------------------------トップイメージ----------------------------*/
/*PC・モバイル共通*/
.topimg img {
vertical-align:bottom;
}
/*モバイル*/
@media screen and (max-width : 768px){
.topimg {
	margin-top:75px;
}
}
/* -----------------------------トップイメージ----------------------------*/


/* -----------------------------グローバルメニュー-----------------------------*/
/*PC・モバイル共通*/
#header {
	padding: 6px 0 0 0;
}
#header h1 {
	display: none;
}
#header .clear_box {
	margin: 0 0 15px 0;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.clear_box {
	overflow: hidden;
	zoom: 1;
}
#header_menu_btn {
	display: block;
	width: 50px;
	height: 38px;
	position: absolute;
	top: 15px;
	right: 8px;
	cursor: pointer;
}
.dropmenu {
 /*zoom: 1;*/
	list-style-type: none;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80px;
}
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li:last-child {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D6D6D6;
}
.dropmenu li:hover > a {
}
.dropmenu li > a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	    border-bottom-color: #fff;
    color: #fff;
	opacity: 0.6;
filter: alpha(opacity=60);/* IE6/7 */
-ms-filter: “alpha( opacity=60 )”;/* IE8 */
-moz-opacity: 0.6; /* Firefox */
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li.current {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #008CCE;
}
.dropmenu li ul li {
	width: 220%;
}
.dropmenu li ul li a {
	padding: 10px 10px;
	text-align: left;
	background-color: #F0F4FF;
}
#normal li ul {
	display: none;
}
#normal li:hover ul {
	display: block;
}
.inner_navi {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.dropmenu li {
	position: relative;
	font-weight:bold;
	float: left;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D6D6D6;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.dropmenu li a {
	display: block;
	margin: 0;
	color: #000;
	line-height: 1;
	text-decoration: none;
	height: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height:12px;
	color:#FFF;
	background-color: transparent;
}
.dropmenu li span{
display: inline-block;
width: 100%;
text-align: center;
margin-top: 4px;
}
/*PC*/
@media only screen and (min-width: 769px) {
#header h1 {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 0 0 15px 0;
}
#header .clear_box {
	margin: 0 0 30px 0;
}
.dropmenu li a {
	font-size: 100%;
}
.dropmenu li {
 width:23.5%;
    padding:10px 5px 10px 5px;
}
}
/*モバイル*/
@media screen and (max-width : 768px){
.inner {
	padding: 0 20px;
}
.dropmenu li a {
	font-size: 90%;
}
.dropmenu li {
	    width: 10.5%;
    padding: 10px 5px 20px 5px;
}
}
/*モバイル*/
@media screen and (max-width : 320px){
.dropmenu li a {
	font-size: 80%;
}
.dropmenu li {
	width: 10%;
	padding: 10px 5px 20px 5px;
}
}
/* -----------------------------グローバルメニュー-----------------------------*/


/* -----------------------------ローディング-----------------------------*/
/*PC・モバイル共通*/
#progressWrap {
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	width:100%;
	height:100%;
	background:#fff;
}
#progress {
	width: 100%;
	height: 50px;
	position:fixed;
	top:35%;
	z-index:10000;
}
#progressBar {
	width: 0;
	height: 1px;
	background-color:#41210f;
	margin-bottom:10px;
}
#progressTxt {
	font-size:1.2rem;
	width:100%;
	text-align:center;
}
#logo {
	margin:0 auto 20px;
	width:186px;
	height:120px;
	text-align:center;
}
#progressTitle {
	text-align:center;
	margin-bottom:50px;
	padding:0 15px;
}
/* -----------------------------ローディング-----------------------------*/



/* -----------------------------NEW-----------------------------*/
/*PC・モバイル共通*/
.news_new {
display: block;
color: #FFF;
background-color: #7c2f2f;
float: left;
width: 2.5em;
height: 1em;
line-height: 1em;
text-align: center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-size: 14px;
margin:5px 2px 0px 0px;
vertical-align:50%;
}
/* -----------------------------NEW-----------------------------*/


/* -----------------------------トップイメージ-----------------------------*/
/*PC・モバイル共通*/

/*文字・ロゴ 位置*/
.top_img .inner { 
padding:40px 0 40px 5px;;
}
/*文字・ロゴ*/
.top_img p {
display:block;
font-weight:bold;
}
/*PC*/
@media only screen and (min-width: 769px) {
/*文字・ロゴ*/
.top_img p { 
width:450px;
font-size:14px;
}
}
/*スマホ*/
@media screen and (max-width : 480px){
/*文字・ロゴ*/
.top_img p { 
font-size:12px;
}
}
/*スマホ*/
@media screen and (max-width : 320px){
/*文字・ロゴ*/
.top_img p { 
font-size:10px;
}
}
/* -----------------------------トップイメージ-----------------------------*/


/* -----------------------------コンセプト-----------------------------*/
/*PC・モバイル共通*/
/*背景・ボックス*/
.concept { 
background:url(../img/concept_img1.png) top right no-repeat; 
background-size: cover;
background-position: 30%;
background-origin:padding-box;
max-width:1600px; 
}
/*文字・ロゴ 位置*/
.concept .inner { 
padding:40px 0 40px 5px;;
}
/*文字・ロゴ*/
.concept p {
display:block;
font-weight:bold;
}
/*PC*/
@media only screen and (min-width: 769px) {
/*文字・ロゴ*/
.concept p { 
width:450px;
font-size:14px;
}
}
/*スマホ*/
@media screen and (max-width : 480px){
/*文字・ロゴ*/
.concept p { 
font-size:12px;
}
}
/*スマホ*/
@media screen and (max-width : 320px){
/*文字・ロゴ*/
.concept p { 
font-size:10px;
}
}
/* -----------------------------コンセプト-----------------------------*/


/* -----------------------------販売中物件-----------------------------*/
/*PC・モバイル共通*/
/*パース*/
.lineup_perth{
overflow:hidden;
}
/*物件タイトル*/
.lineup_title a{  
font-weight:bold;
color: #804e21;
}
.lineup_title a:hover {
text-decoration: underline;
 color: #804e21 !important;
}
/*公式サイト ボタン*/
.lineup_btn{
margin: 0 50px;
}
/*PC*/
@media only screen and (min-width: 769px) {
/*パース*/
 .lineup_perth {
width:490px;
height:280px;
margin-right:10px;
}
/*物件タイトル*/
.lineup_title a{
font-size:200%;
}
/*文字情報*/
.lineup_info{
width:500px;
}
}
/*スマホ*/
@media screen and (max-width : 768px){
/*パース・文字情報*/
.lineup_perth,
.lineup_info{
width:100%;
}
/*物件タイトル*/
.lineup_title a{
font-size:150%;
}
/*文字情報*/
.lineup_info{
height:auto;
padding-left:5px;
}
}
/* -----------------------------販売中物件-----------------------------*/


/* -----------------------------分譲実績-----------------------------*/
/*PC・モバイル共通*/
/*パース*/
.results_perth {
overflow:hidden;
}
/*Googlemap*/
#gs {
height:500px;
width:1000px;
}
.gm-style-iw * {
display: block;
width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
margin: 0;
padding: 0;
}
.gm-style-iw a {
color: #4272db;
}
/*文字情報*/
ul.results_area_list li {
border-bottom: 1px solid #cccccc;
}
dl.results_area dd dd.results_area_icon {
float: left;
display: block;
}
dl.results_area dd dd.results_area_icon img{
width: auto;
height: auto;
}
/*PC*/
@media only screen and (min-width: 769px) {
/*パース・文字情報*/
.results_perth,
.results_info {
width:250px;
}
/*文字情報*/
ul.results_area_nav, ul.results_area_list {
width: 100%;
overflow: hidden;
}
ul.results_area_nav li{
text-align: center;
float: left;
color: #000;
padding: 4px 0px 4px 0;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul.results_area_nav li:nth-child(1) {
width: 33%;
background: #a2a1a1;
}
ul.results_area_nav li:nth-child(2) {
width: 37%;
background: #c5c5c5;
}
ul.results_area_nav li:nth-child(3)
{
background: #d6d5d5;
width: 15%;
}
ul.results_area_nav li:nth-child(4) {
width: 15%;
background: #f3f3f3
}

ul.results_area_list {
padding-top: 5px;
}
ul.results_area_list li {
width: 100%;
font-size: 16px;
padding: 10px 0 8px 0;
}
ul.results_area_list li dl {
width: 100%;
overflow: hidden;
}
ul.results_area dd dt {
width: 31%;
background: none;
font-size: 16px;
color: #333;
text-align: left;
padding: 5px 10px 0 0;
float: left;
font-weight: bold;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
dl.results_area {
padding-bottom: 50px;
}
dl.results_area dd dd.results_area_icon {
width: 40px;
}
dl.results_area dt {
background: #000;
font-size: 18px;
color: #fff;
text-align: center;
padding: 15px 0;
}
dl.results_area dd dd {
float: left;
padding-right: 10px;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
}
dl.results_area dd dt span {
width: -webkit-calc(100% - 40px);
display: block;
float: left;
}
dl.results_area dd dt {
width: 29%;
background: none;
font-size: 18px;
color: #333;
text-align: left;
padding: 5px 10px 0 0;
float: left;
font-weight: bold;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
dl.results_area dd dd.results_area_ad {
width: 42%;
text-align: left;
padding: 5px 10px 0 0;
}
dl.results_area dd dd.results_area_num {
width: 15%;
padding: 5px 10px 0 0;
}
dl.results_area dd dd.results_area_year
{
padding: 5px 10px 0 0;
}
}
/*スマホ*/
@media screen and (max-width : 768px){
/*パース*/
.results_perth{
width:50%;
}
/*文字情報*/
.results_info {
width:10%;
}
dl.results_area{
padding-bottom:25px;
}
dl.results_area dt{
font-size:14px;
padding:4px 0;
}
ul.results_area_nav{
display:none;
}
ul.results_area_list{
padding-top:0;
}
ul.results_area_list li{
font-size:12px;
padding:10px;
position:relative;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
dl.results_area dd dt{
width:100%;
font-size:12px;
padding:0;
float:none;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-weight:normal;
}
dl.results_area dd dd.results_area_icon {
width: 30px;
padding-right:10px;
padding-top:30px;
}
dl.results_area dd dt span{
width: auto;
vertical-align:middle;
float: none;
padding-top: 0;
}
dl.results_area dd dd{
float:none;
padding-right:0px;
}
dl.results_area dd dd.results_area_ad{
width:100%;
}
dl.results_area dd dd.results_area_num{
width:100%;
text-align:left;
padding-left: 0;
}
dl.results_area {
padding-bottom: 25px;
}
dl.results_area dt {
font-size: 14px;
padding: 4px 0;
}
ul.results_area_nav {
display: none;
}
}
/* -----------------------------分譲実績-----------------------------*/


/* -----------------------------分譲用地募集-----------------------------*/
/*PC*/
@media only screen and (min-width: 769px) {
/*文字*/
.land_ct { 
font-size:16px;
}
}
/*スマホ*/
@media screen and (max-width : 480px){
/*文字*/
.land_ct { 
font-size:12px;
}
}
/*スマホ*/
@media screen and (max-width : 320px){
/*文字*/
.land_ct { 
font-size:10px;
}
}
/* -----------------------------分譲用地募集-----------------------------*/
