/*concept*/
.concept_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 20px;	
	text-align: center;
}
.concept_box h2 {
	color: #333;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	margin-bottom: 20px;
}

.concept_box p {
	color: #666;
	font-size: 14px;		
	text-align: center;
	letter-spacing: 0.02em;
}
/*prperty*/
.prperty_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.prperty_box_h2 {
	color: #333;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	margin-top: 20px;
	padding-top: 20px;
}

.prperty_box h3 {
	color: #007d69;
	font-size: 30px;		
	text-align: center;
	letter-spacing: 0.02em;
}

.prperty_box .land {
	font-size: 22px;
	color: #221814;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #007d69;
	border-bottom-color: #007d69;
}
.land_number {
	font-size: 32px;	
}

.prperty_box p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
}

.kanbai {
	font-size: 24px;
	color: #F00;	
}

/*prfile*/
.profile_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/profile_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.profile_box img {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.profile_box .more {
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -130px;
}

.profile_box .more2 {
	z-index: 50;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -130px;
}

/*business*/
.business_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 270px;
}
.business_box h2 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.business_box h3 {
	color: #fff;
	font-size: 16px;		
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
}
.business_box p {
	color: #fff;
	font-size: 14px;		
	text-align: center;
	letter-spacing: 0.02em;
}


/*flow*/
.flow_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/flow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 270px;
}
.flow_box h2 {
	color: #fff;
	font-size: 28px;		
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.flow_box h3 {
	color: #fff;
	font-size: 16px;		
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
}
.flow_box p {
	color: #fff;
	font-size: 14px;		
	text-align: center;
	letter-spacing: 0.02em;
}

/*news*/
.news_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 20px;	
	text-align: center;
}
.news_box h2 {
	color: #333;
	font-size: 28px;		
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.news_box ul {
	margin-top: 30px;	
}
.news_box li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news_box .type_a {
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
	background-color: #066;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 100px;
	display: inline-block;
}
.news_box .type_b {
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
	background-color: #990;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 100px;
	display: inline-block;
}
.news_box .type_c {
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
	background-color: #666;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 100px;
	display: inline-block;
}

/*news*/
.gallery_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: center;
	background-color: #000;
}
.top_news{
	text-align: left;
	padding-left: 0px;	
	
}

/*.top_news_box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	
}*/

.news_honbun{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	
}


/*top*/
.home-slider-fullscreen .slide .slide-logo {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -60px;
}

/*スライド　タイトル*/
.topslide-title {	
    font-size: 55px;    
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-left: 30px;
    line-height: 1.4;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    opacity: 0.9;
	letter-spacing: 0.3em;
}



.topslide-subtitle {
	letter-spacing: 0.3em;
    margin-bottom: 40px;
    opacity: .7;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

.topslide-subtitle2 {
	letter-spacing: 0.1em;
    margin-bottom: 40px;
    opacity: .7;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}



.top-item a img {
	width: 100%;
}

/*スライド　ギャラリー*/
.slide_space{
	padding-top: 15px;
	padding-bottom: -10px;
}

/*分譲地スライド*/
.estate .item img.estate-main-picture {
	width: 240px;
	margin: 10px auto 0;
	opacity: .9;
	overflow: hidden;
	-webkit-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	   -moz-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	     -o-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	        transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#estate .owl-carousel .owl-item {
	-webkit-backface-visibility: inherit;
}

.estate-part {
	height: auto;
}

#estate-carousel {
	height: 100%;
    position: relative;
    top: 0%;
    width: 100%;
}

#estate-carousel .owl-controls {
	display: none;
}

.estate-item {
	position: relative;
}

.estate-item:hover > img.estate-main-picture {
	-webkit-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	   -moz-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	     -o-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	        transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(-15px);
       -moz-transform: translateY(-15px);	        
        -ms-transform: translateY(-15px); 
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
}

.owl-carousel .owl-item img.estate-shadow {
	margin: 0 auto;
	width: auto;
	opacity: 0;
	-webkit-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	   -moz-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	     -o-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	        transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.estate-item:hover > img.estate-shadow {
	opacity: .9;
	 -webkit-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	    -moz-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
		  -o-transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
	 		 transition:  all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#estate .page {
	padding: 60px 0;
}
h3.estate-title {
	font-size: 14px;
	letter-spacing: 0.15em;
	margin: 10px 0 5px;
	text-align: center;
}

p.estate-subtitle {
	font-size: 10px;
	 color: #777;
    font-weight: 300;
    line-height: 1.86;
    margin: 0 auto;
    opacity: .9;
    letter-spacing: 0.1em;
}





@media (max-width: 1200px) {
	
.business_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 340px;
}

.flow_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/flow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 340px;
}	
	
}


@media (max-width: 992px)  {
.topslide-title {	
    font-size: 45px;    
}

.business_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 340px;
}

.flow_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/flow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 340px;
}	
	
}



@media (max-width: 768px)  {
.topslide-title {	
    font-size: 35px;    
}

.business_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 300px;
}

.flow_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/flow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 300px;
}	
		
}


@media (max-width: 468px) {
	
.business_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 300px;
}

.flow_box {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(../images/flow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 360px;
}	


}
