@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: #7e0308;
	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;
	}
}


/*////////////////////////////////////////////////////////////////////
共通
////////////////////////////////////////////////////////////////////*/
h2{
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 4px 18px;
	border-bottom: 0px;
	text-align: left;
	margin-bottom: 30px;
	background: #7e0308;
	color: #FFFFFF;
	display: table;
}
/*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;
	border-bottom: dotted #7e0308 2px;
	padding-bottom: 10px;
}
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;
	}
	h3{
	font-size: 16px;
	margin: 30px 0;
	border-bottom: dotted #7e0308 2px;
	padding-bottom: 10px;
}
h4{
	font-size: 14px;
	margin: 10px 0;
}
}

/*////////////////////////////////////////////////////////////////////
コンセプト
////////////////////////////////////////////////////////////////////*/
div#concept_l {
	width:40%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 5% 0 0;
}

div#concept_r {
	width:55%;
	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 p {
	font-size:16px;
	color:#595757;
}
div#concept_r ul{
	width:100%;
	height:100%;
	margin:auto;
	list-style:none;	
}
div#concept_r ul li{
	width:550px;
}
div#concept_r ul li img{
	margin:auto;
}
#concept .explain,
#concept .madori {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}
#concept .explain {
	width: 35%;
	margin-right: 5%;
}
#concept .madori {
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
#concept p {
line-height: 1.5;
color: #595757;
}
.explain h3 + p {
	color: #595757;
	font-size: 15px;
	line-height: 1.5;
  margin-bottom: 15px;
}
.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;
}
.madori dd span {
color: #FC2E2C;
}
#concept .explain {
margin-bottom: 50px;
}
#concept h2 + .explain {
/*position: relative;
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;
}
#concept .plan-sp {
	width:48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 20px 0;
	float: left;
}
#concept .left-set {
	margin-right: 4%;
}
#concept .plan-sp img {
margin-bottom: 10px;
}
#concept .plan-sp p {
line-height: 1.5;
color: #595757;
}
#concept .plan-sp.plan-sp-half {
	width:22%;
}
#concept .plan-sp-half .left-set {
	margin-right: 3.5%;
}
#concept .madori h4 {
background: #d2d2cf;
padding: 5px 20px;
display: inline-block;
}
#concept .madori h4+p {
line-height: 1.5;
color: #595757;
margin-bottom: 10px;
}
@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;
	}
	#concept .wrap {
		width:95%;
		margin:  inherit auto;
		display: block;
	}
	#concept .explain,
	#concept .madori {
		width: 95%;
		margin: 0 auto 20px;
		display: block;
		text-align: left;
	}
	#concept .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;
	}
	#concept h2 + .explain {
/*position: relative;
top: -70px;*/
margin-top: 10px;
}
.p-h2 {
visibility: hidden;
height: 1px;
}
#concept .plan-sp {
		width:95%;
		margin: 15px auto;
		display: block;
	}
#concept .plan-sp img {
		width:100%;
		height: auto;
	}
#concept .plan-sp.plan-sp-half {
		width:95%;
		margin: 15px auto;
		display: block;
	}
#concept .left-set {
	margin-right: 0;
}
#concept .left-set {
	margin-right: 0;
}
}
@media screen and (max-width:420px) {
	div#concept_l h3 {
	font-size: 16px;
	}
	div#concept_l p.txt{
	font-size:12px;
}
	div#concept p {
	font-size:12px;
}
	.madori dd {
	font-size: 12px;
	}
	.explain h3 + p {
	font-size: 13px;
}
/*#plan .explain h3 {
margin-top: 30px;
}*/
#concept .explain {
margin-bottom: 20px;
} 
#concept h2 + .explain {
/*position: relative;
top: -70px;*/
margin-top: 10px;
}
.p-h2 {
visibility: hidden;
height: 1px;
}
#concept .plan-sp h3 {
	font-size: 16px;
	}
#concept .plan-sp p {
	font-size:13px;
}
}

/*////////////////////////////////////////////////////////////////////
間取り
////////////////////////////////////////////////////////////////////*/
/*#plan {
	padding: 50px 0;
	background:#f9f9f9;
	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: 100%;
	text-align: left;
	padding-bottom: 30px;
}
#plan p {
line-height: 1.5;
color: #595757;
}
.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;
}

.madori dd span {
color: #FC2E2C;
}
#plan .explain {
margin-bottom: 50px;
}
#plan h2 + .explain {

}
.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;
}
#plan .plan-sp {
	width:48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 20px 0;
	float: left;
}
#plan .left-set {
	margin-right: 4%;
}
#plan .plan-sp img {
margin-bottom: 10px;
}
#plan .plan-sp p {
line-height: 1.5;
color: #595757;
}
#plan .plan-sp.plan-sp-half {
	width:22%;
}
#plan .plan-sp-half .left-set {
	margin-right: 3.5%;
}
#plan .madori h4 {
background: #d2d2cf;
padding: 5px 20px;
display: inline-block;
}
#plan .madori h4+p {
line-height: 1.5;
color: #595757;
margin-bottom: 10px;
}
@media screen and (max-width:599px) {
	#plan {
		padding: 30px 0;
		background:#f9f9f9;
	}
	#plan .wrap {
		width:95%;
		margin:  inherit auto;
		display: block;
	}
	#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 {
margin-top: 10px;
}
.p-h2 {
visibility: hidden;
height: 1px;
}
#plan .plan-sp {
		width:95%;
		margin: 15px auto;
		display: block;
	}
#plan .plan-sp img {
		width:100%;
		height: auto;
	}
#plan .plan-sp.plan-sp-half {
		width:95%;
		margin: 15px auto;
		display: block;
	}
#plan .left-set {
	margin-right: 0;
}
#plan .left-set {
	margin-right: 0;
}
}
@media screen and (max-width:380px) {
	.madori dd {
	font-size: 12px;
	}
	.explain h3 + p {
	font-size: 13px;
}
#plan .explain {
margin-bottom: 20px;
} 
#plan h2 + .explain {

margin-top: 10px;
}
.p-h2 {
visibility: hidden;
height: 1px;
}
#plan .plan-sp h3 {
	font-size: 16px;
	}
#plan .plan-sp p {
	font-size:13px;
}
}*/

/*////////////////////////////////////////////////////////////////////
設備
////////////////////////////////////////////////////////////////////*/
#equipment {
		padding: 30px 0;
		background:#eaeae4;
		}
#equipment .maker-set {
	width:100%;
	display: flex;
  justify-content: space-between;
  align-items: center;
	margin: 0 0 20px 0;
}
#equipment .left-set {
	margin-right: 4%;
}
#equipment .maker-set img {
margin-bottom: 10px;
}
#equipment .maker-set p {
  line-height: 1.8;
  color: #595757;
  width: 40%;
  font-size: 16px;
}
@media screen and (max-width:599px) {
#equipment .wrap {
		width:95%;
		margin:  inherit auto;
		display: block;
	}
#equipment .maker-set {
		width:95%;
		margin: 15px auto;
		display: block;
	}
	.maker-set img {
		width:100%;
		height: auto;
	}
  #equipment .maker-set p {
    width: 100%;
  }
}
@media screen and (max-width:420px) {
  #equipment .maker-set h3 {
    font-size: 16px;
  }
  #equipment .maker-set p {
    font-size:13px;
  }
}

/*////////////////////////////////////////////////////////////////////
アクセス
////////////////////////////////////////////////////////////////////*/
.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: #7e0308;
	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;
	}*/
}
