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

article {
	background-color: #FFFFFF;
}
/*////////////////////////////////////////////////////////////////////
Load
////////////////////////////////////////////////////////////////////*/
div#loading {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#loading div {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}
/*////////////////////////////////////////////////////////////////////
ロゴ
////////////////////////////////////////////////////////////////////*/
#top {
	position: relative;
}
div#logo {
	position:fixed;
	/*right:30px;*/
	left:30px;
	top:17px;
	z-index:9000;
}
div.request {
	position:fixed;
	right:30px;
	top:17px;
	z-index:9000;
}
#model_name {
	position: absolute;
	width: 100%;
	right:0;
	top:300px;
	z-index:900;
	text-align: center;
}
@media screen and (max-width:599px) {
	div#logo {
		display: none;
	}
	div.request {
		display: none;
	}

	#model_name {
		top:200px;
	}
	#model_name img {
		width: 80%;
		height: auto;
	}
}

/*//////////////////////////////////////////////////////////////////
メインビジュアル
//////////////////////////////////////////////////////////////////*/
ul#main_visual{
	width:100%;
	min-width:1000px;
	position:fixed;
	left:0;
	top:0;
	/*z-index:1;*/
	margin:0;
}
ul#main_visual img{
	vertical-align:bottom;
	width:100%;
	height:auto;
}
@media only screen and (max-width: 480px) {
	ul#main_visual{
		min-width:inherit;
	}
}

/*//////////////////////////////////////////////////////////////////
コンテナ
//////////////////////////////////////////////////////////////////*/
div#container{
	display:none;
	width:100%;
	height:95%;
	min-height:95%;
	min-width:1000px;
	padding:120px 0 0 0;
	position:relative;
	z-index:999;
}
@media only screen and (max-width: 480px) {
	div#container{
		min-width:inherit;
	}
}

/*////////////////////////////////////////////////////////////////////
header
////////////////////////////////////////////////////////////////////*/
header{
	background-color: #07014a;
	color: #FFFFFF;
	width:100%;
	height:90px;
	z-index:999;
}
header div#header_wrap{
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width:599px) {
	header{
		position: fixed !important;
		top: 0;
		height: 50px;
	}
}

/*////////////////////////////////////////////////////////////////////
ナビゲーション
////////////////////////////////////////////////////////////////////*/
nav ul{
	width:100%;
	text-align: center;
}
nav ul li{
	display: inline-block;
	vertical-align: middle;
}
nav ul li a{
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	padding: 1em 3em;
}
nav ul li a span{
	display: block;
	font-size: 12px;
	margin: 5px 0;
}
nav ul li:nth-of-type(5) br{
	display: none;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media screen and (max-width:599px) {
	nav ul li a{
		font-size: 0.9em;
		padding: 1.5em 0.4em;
		text-align: left;
	}
	nav ul li a span,
	nav ul li:nth-of-type(1) {
		display: none;
	}
}

/*////////////////////////////////////////////////////////////////////
ページトップへ戻る
*/
p#go_top {
	position: fixed;
	bottom: 33px;
	right: 40px;
	z-index: 999;
}
p#go_top:hover {
	opacity: 0.5;
}
@media screen and (max-width:599px) {
	p#go_top {
		bottom: 90px;
		right: 15px;
	}
}

/*////////////////////////////////////////////////////////////////////
共通
////////////////////////////////////////////////////////////////////*/
h2{
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 0px;
	text-align: center;
	margin-bottom: 30px;
}
/*h2:after {
	position: absolute;
	left: 0;
	content: '';
	background-color: #FC2E2C;
	width: 3px;
	height: 20px;
}
#concept_l h2:after {
	left: 34%;
}
#plan h2:after {
	left: 45%;
	}
#photo h2:after {
	left: 36%;
}
#access h2:after {
	left: 10%;
}*/
h3{
	font-size: 20px;
	margin: 30px 0;
}
h4{
	font-size: 18px;
	margin: 10px 0;
}
h4 + p{
	color: #4d4d4d;
	margin-bottom: 50px;
}
a.contract{
	font-size:16px;
	color:#595757;
	display: inline-block;
	border: 3px solid #999999;
	padding: 10px 20px;
	border-radius: 25px;
	margin-bottom: 15px;
}
a.contract:hover,
#photo a.contract:hover {
	border: 3px solid #ed7823;
	color: #ed7823;
	text-decoration: none;
}
div#concept, div#plan, div#access{
	padding: 80px 0;
}
div.wrap {
	margin: 30px auto;
	font-size: 0;
}
div.l_wrap{
	margin: 0 auto;
	font-size: 0;
}
div.wrap{
	width:1000px;
}
div.l_wrap{
	max-width:1260px;
	width: 100%;
}
@media screen and (max-width:599px) {
	div#concept, div#plan, div#access{
		padding: 50px 0;
	}
	div.wrap, div.l_wrap{
		width:100%;
	}
/*	#concept_l h2:after {
		left: 24%;
	}
	#plan h2:after,
	#access h2:after {
		left: 35%;
	}
	#photo h2:after {
		left: 8%;
	}*/

	h3{
		margin: 20px 0;
	}
	h4 + p{
		margin-bottom: 20px;
	}
	a.contract{
		margin-bottom: 10px;
	}
}

/*////////////////////////////////////////////////////////////////////
コンセプト
////////////////////////////////////////////////////////////////////*/
div#concept_l,
div#concept_r{
	width:50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
div#concept_l p.txt{
	margin:0 0 50px 0;
	line-height:2.25;
	font-size:16px;
	color:#595757;
	text-align:left;
}

div#concept_r ul{
	width:100%;
	height:100%;
	margin:auto;
	list-style:none;	
}
div#concept_r ul li{
	width:450px;
}
div#concept_r ul li img{
	margin:auto;
}
@media screen and (max-width:599px) {
	div#concept_l,
	div#concept_r{
		width:95%;
		margin: 0 auto;
		display: block;
	}
	div#concept_r img {
		width:100%;
		height: auto;
	}

	div#concept_l{
		margin-bottom: 30px;
	}
	div#concept_l p.txt{
		margin:0 0 20px 0;
		line-height:1.5;
	}
	.none-slide img {
		width:100%;
		margin: 0 auto;
		display: block;
		height: auto;
	}
}
@media screen and (max-width:380px) {
	div#concept_l h3 {
	font-size: 16px;
	}
	div#concept_l p.txt{
	font-size:13px;
}
}
/*////////////////////////////////////////////////////////////////////
間取り
////////////////////////////////////////////////////////////////////*/
#plan {
	padding: 50px 0;
	background:#fff8d9;
	background-position: 10px 70%; 

}
#plan .explain,
#plan .madori {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}
#plan .explain {
	width: 35%;
	margin-right: 5%;
}
#plan .madori {
	width: 60%;
	text-align: right;
	padding-bottom: 30px;
}
/*.explain h3 span {
	display: block;
	width: 30%;
	border: 1px solid;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}*/
.explain h3 + p {
	color: #595757;
	font-size: 15px;
	line-height: 1.5;
}
.madori dl {
	margin: 20px 0;
}
.madori dt, .madori dd {
	color: #595757;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.madori dt {
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
}
.madori dd {
	text-align: left;
	letter-spacing: 0.1em;
}
.link {
	text-align: center;
}
.link a.contract{
	background-color: #FFFFFF;
	margin: 0 10px 15px;
}
#plan .explain h3 {
border-bottom: solid #ccc 2px;
padding-bottom: 10px;
margin-top: 0;
}
.explain h3 span {
color: #666;
font-size: 16px;
}
.madori dd span {
color: #FC2E2C;
}
#plan .explain {
margin-bottom: 50px;
}
#plan h2 + .explain {
/*position: relative;
top: -70px;*/
margin-top:-70px;
}
.p-h2 {
font-size: 18px;
font-weight: 700;
position: relative;
padding-bottom: 10px;
padding-left: 10px;
border-bottom: 0px;
margin-bottom: 30px;
text-align: left;
text-indent: 2.5em;
}
@media screen and (max-width:599px) {
	#plan {
		padding: 30px 0;
		background:#fff8d9;

	}
	#plan .explain,
	#plan .madori {
		width: 95%;
		margin: 0 auto 20px;
		display: block;
		text-align: left;
	}
	#plan .madori img {
		width: 100%;
		height: auto;
	}
	.madori dl {
		margin: 10px 0;
	}
	.madori dt, .madori dd {
		display: block;
	}
	.madori dt {
		padding: 0 10px;
	}
	.madori dd {
		letter-spacing: 0;
	}
	.link a.contract{
		margin: 0 10px 10px;
	}
	.explain img {
	width: 100%;
	height: auto;
	}
	#plan h2 + .explain {
/*position: relative;
top: -70px;*/
margin-top: 10px;
}
.p-h2 {
visibility: hidden;
height: 1px;
}
}
@media screen and (max-width:380px) {
	.madori dd {
	font-size: 12px;
	}
	.explain h3 + p {
	font-size: 13px;
}
#plan .explain h3 {
margin-top: 30px;
}
#plan .explain {
margin-bottom: 20px;
}
#plan h2 + .explain {
/*position: relative;
top: -70px;*/
margin-top: 10px;
}
.p-h2 {
visibility: hidden;
height: 1px;
}
}

/*////////////////////////////////////////////////////////////////////
アクセス
////////////////////////////////////////////////////////////////////*/
.half {
	/*width: 50%;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
@media screen and (max-width:599px) {
	.half {
		width: 95%;
		margin: 0 auto 30px;
		display: block;
		padding: 0;
	}
	.half iframe {
		height: 250px;
	}
}

/*////////////////////////////////////////////////////////////////////
フォトギャラリー
////////////////////////////////////////////////////////////////////*/
#photo {
	/*background-color: #020b7e;*/
	background-color: #07014a;
	padding-top: 50px;
}
#photo h2 {
	color: #FFFFFF;
}
#photo .stitle,
#photo .gaikan {
	display: inline-block;
	vertical-align: middle;
}
#photo .stitle {
	width: 40%;
	text-align: center;
}
#photo .gaikan {
	width: 60%;
	text-align: right;
}
#photo h5 + p {
	color: #FFFFFF;
	margin: 60px 0;
	line-height: 2;
}
#photo a.contract{
	color:#cccccc;
}
#photo p.note {
	color: #FFFFFF;
	line-height: 1.3;
}
.gaikan .bx-wrapper,
.gaikan .bx-viewport {
	background-color: #000000 !important;
}
@media screen and (max-width:599px) {
	#photo .stitle,
	#photo .gaikan {
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	#photo .stitle {
		margin-bottom: 10px;
	}
	#photo .stitle img {
		width: 70%;
		height: auto;
	}
	#photo .gaikan img {
		width: 100%;
		height: auto;
	}
	#photo h5 + p {
		margin: 30px 0;
	}
}

/*////////////////////////////////////////////////////////////////////
注釈
////////////////////////////////////////////////////////////////////*/
p.note {
	font-size: 13px;
	text-align: center;
	color: #000000;
	margin-top: 10px;
}
@media screen and (max-width:599px) {
	p.note {
		width: 80%;
		margin: 0 auto;
	}
}

/*////////////////////////////////////////////////////////////////////
下部スライダー
////////////////////////////////////////////////////////////////////*/
/**/
.slideFrame {
	width:100%;
	height:350px;
	position:relative;
}
.slideFrame ul {
	margin:0;
	padding:0;
}
.slideFrame ul li {
	float:left;
	list-style:none;
}
.slideCtrl {
	position:absolute;
	top:0;
	width:30px;
	height:350px;
	color:#fff;
	display:table;
	background-color:#000;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	opacity:0.7;
	font-weight:700;
	font-size:16px;
	padding-top:175px;
}
.slideFrame div.left {
	left:0;
}
.slideFrame div.right {
	right:0;
}
@media screen and (max-width:599px) {
/*	.slideFrame {
		height:200px;
	}
	.slideCtrl {
		height:200px;
		padding-top:100px;
	}
	.slideCell img {
		height:200px;
		width: 100%;
	}
	#footer_slide {
		display: none;
	}*/
}

/*////////////////////////////////////////////////////////////////////
フッター
////////////////////////////////////////////////////////////////////*/
footer{
	width:100%;
	height:145px;
	padding: 20px;
	box-sizing: border-box;
}
#foot{
	margin: 20px 0;
}
#foot img, #foot nav, #foot ul li{
	display: inline-block;
	vertical-align: middle;
}
#foot ul{
	margin-left: 20px;
}
#foot ul li{
	margin: 0 10px;
}
small{
	font-size: 12px;
	color: #999999;
}

#foot_smp{
	display: none;
}
.footer-request {
float:right;
margin-right: 120px;
margin-top: -24px;
height: 36px;
}
@media screen and (max-width:599px) {
.footer-request{
margin: 0 0 5px;
width: 100%;
float: none;
clear: both;
}
small{
float: left;
margin: 5px 0;
}
/*	footer{
		height:auto;
		padding: 10px;
	}
*/	#foot{
		display: none;
	}
	article{
		margin-bottom: 60px;
	}
	#foot_smp{
		display: inherit;
		border-top: 1px solid;
		position: fixed;
		bottom: 0;
		z-index: 999;
		background-color: #FFFFFF;
		font-size: 0;
		height: 60px;
		padding: 0;
	}
	#foot_smp div{
		display: inline-block;
		padding: 10px;
	}
	#tel__btn {
		position: fixed;
		bottom:0;
		left: 45%;
		cursor: pointer;
		padding: 0 !important;
	}
	/*#tel__btn span:after {
		content:url(../img/smp_tel_btn.png);
	}*/
	#con__btn {
		cursor: pointer;
	}
	.menu {
		/*position: fixed;
		top: 0;
		left: 0;*/
		position:absolute;
		bottom:60px;
		left:0;
		display: table;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.9);
		/*-webkit-transition: all .5s;
		transition: all .5s;*/
		visibility: hidden;
		opacity: 0;
		z-index:100;
	}
	#tel__nav ul,
	#con__nav ul {
		display:table;
		font-size:0;
		width:100%;
		padding:10px 5px;
		box-sizing: border-box;
	}
	#tel__nav ul li {
		display:block;
		width:80%;
		margin: 0 auto;
	}
	#tel__nav ul li a {
		padding: 0.7em 0;
	}
	#con__nav ul li {
		display:table-cell;
		width:50%;
		text-align:center;
		font-size: 18px;
	}
	#tel__nav ul li img {
		width:95%;
		filter: invert(100%);
	}
	#con__nav ul li a {
		text-align: center;
		border: 1px solid;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open_tel #tel__nav,
	.open_con #con__nav {
		/*-webkit-transition: all .5s;
		transition: .5s;*/
		visibility: visible;
		opacity: 1;
	}
	#foot_smp div.btn{
		width: 33%;
		height: 100%;
		float: right;
		background-color: #999999;
		color: #FFFFFF;
		text-align: center;
	}
	#foot_smp div.btn span{
		font-size: 16px;
	}
	img.foot_logo{
		width: 85%;
		height: auto;
		margin: 3% 0;
	}
}
@media screen and (max-width:320px) {
	#tel__btn {
		left: 44%;
	}
	img.foot_logo{
		width: 80%;
	}
}