@charset "utf-8";
/**
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";

/**
 * 2. html, body
 */
	body {
		background-color: #000;
		background-image: url("../imgs/space.gif");
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #000;
		font-size: 12px;
		line-height: 1.5;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	#container {
		background: #000;
	}
	#gFooter,
	#fNote,
	#containerInner01 {
		background: #fff;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		color: #000;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ac9469;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}
#gHeader {
	background: #000;
}
/**
 * 4. Layout
 */
	#container {
	}
	#containerInner01 {
	}
	#containerInner02 {
	}
	img {
		max-width: 100%;
	}
	a.hov,
	.hov a	{
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
	}
	a.hov:hover,
	.hov a:hover {
		-ms-filter: "alpha(opacity=80)";
		opacity: .8;
	}
	.serif {
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	.sp {
		display: none;
	}

	.wrap {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}

	#gHeader .inner {
		position: relative;
		padding: 10px 0 9px 30px;
	}
	#pNav li {
		position: absolute;
	}
	#pNav .outline {
		top: 20px;
		right: 568px;
	}
	#pNav .map {
		top: 20px;
		right: 340px;
	}
	#pNav .request {
		top: 0px;
		right: 175px;
	}
	#pNav .reservation {
		top: 0px;
		right: 30px;
	}
	#pNav .tel,
	#pNav .menu ,
	#pNav .req,
	#pNav .res {
		display: none;
	}
	#gNav {
		padding: 0 0 3px;
		position: relative;
		background: #191919;
	}
	#gNav:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 2px;
		background: #ac9469;
	}
	#gNav li {
		display: inline-block;
		position: relative;
		vertical-align: top;
		text-align: center;
	}
	#gNav li .new {
		position: absolute;
		top: 0px;
		left: 0px;
		color: #fff;
	}
	#gNav .top {
		width: 8.3%;
	}
	#gNav .concept {
		width: 10%;
	}
	#gNav .access {
		width: 10%;
	}
	#gNav .location {
		width: 11.3%;
	}
	#gNav .design {
		width: 9%;
	}
	#gNav .plan {
		width: 8.3%;
	}
	#gNav .quality {
		width: 15.6%;
	}
	#gNav .structure {
		width: 12%;
	}
	#gNav .modelroom {
		width: 14.3%;
	}
	#gNav .outline,
	#gNav .map,
	#gNav .tel,
  #gNav .request,
  #gNav .blank,
  #gNav .width,
	#gNav .station,
	#gNav .close	 {
		display: none;
	}
	#gNav a,
	#gNav strong {
		display: block;
	}
	#gNav a:hover,
	#gNav strong {
		background: url("../imgs/bg-nav_ov.png") 50% 100% no-repeat;
	}
	#gNav .ov {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
	}
	#gNav a:hover .ov,
	#gNav strong .ov {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}
	#gNav a:hover .ov + img,
	#gNav strong .ov + img {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
	}
	#gNav img {
		vertical-align: top;
	}
	#gNav .off img {
		opacity: .5;
		-ms-filter: "alpha(opacity=50)";
	}
@media only screen and (max-width:960px) {
	#gNav .top,
	#gNav .concept,
	#gNav .access,
	#gNav .location,
	#gNav .design,
	#gNav .plan,
	#gNav .quality,
	#gNav .structure,
	#gNav .modelroom {
		width: 20%;
	}
	#gNav .top,
	#gNav .concept,
	#gNav .access,
	#gNav .location,
	#gNav .design {
		border-bottom: 1px solid #ac9469;
	}
}
@media only screen and (max-width:820px) {
	#siteTitle .sp {
		display: inline-block;
	}
	#siteTitle .sp + img {
		display: none;
	}
}
@media only screen and (min-width:768px) {
	#gNav {
		/*display: block !important;*/
	}
}
@media only screen and (max-width:768px) {
	/*#container {
		padding: 64px 0 0;
	}*/
	#gHeader {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background: #000;
	}
	#gHeader .inner {
		position: relative;
		padding: 12px 0 8px 6px;

	}
	#pNav > li {
		width: 50px;
	}
	#pNav .outline,
	#pNav .map,
	#pNav .request,
	#pNav .reservation {
		display: none;

	}
	#pNav .tel,
	#pNav .menu,
	#pNav .req,
	#pNav .res  {
		display: block;
		top: 8px;
	}
	#pNav .req {
		right: 120px;
	}
	/*
	#pNav .tel {
		right: 63px;
	}
	*/
	#pNav .res {
		right: 63px;
	}
	#pNav .menu {
		right: 6px;
	}
	#pNav img.active {
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	#pNav .active img.active {
		visibility: visible;
	}
	#pNav .active img.active + img {
		visibility: hidden;
	}
	#gNav {
		display: none;
		width: 100%;
		padding: 0;
		position: fixed;
		top: 64px;
		left: 0;
		z-index: 10000;
		background: rgba(0,0,0,.8);
	}
	#gNav:before {
		content: normal;
	}
	#gNav li {
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 2px solid #5d594e;
	}
	#gNav li:nth-child(odd) {
		border-right: 1px solid #5d594e;
	}
	#gNav li:nth-child(even) {
		border-left: 1px solid #5d594e;
	}
	#gNav .off {
		padding: 16px 0;
		color: #999;
	}
	#gNav .top,
	#gNav .concept,
	#gNav .access,
	#gNav .location,
	#gNav .design,
	#gNav .plan,
	#gNav .quality,
	#gNav .structure,
  #gNav .blank,
  #gNav .width,
	#gNav .station,
	#gNav .business,
	#gNav .modelroom {
		width: 50%;
	}
	#gNav .top,
	#gNav .concept,
	#gNav .access,
	#gNav .location,
	#gNav .design {
		border-bottom: 2px solid #5d594e;
	}
	#gNav .outline,
	#gNav .map,
	#gNav .tel,
  #gNav .blank,
  #gNav .width,
	#gNav .station,
  #gNav .business,
	#gNav .request,
	#gNav .close {
		display: inline-block;
	}

  #gNav .blank {
    border-bottom: none;
  }
  #gNav .width,
	#gNav .station,
	#gNav .business {
    border-top: 2px solid #5d594e;
    border-bottom: none;
    background-color: #391807;
  }
	#gNav .outline,
	#gNav .map {
		width: 50%;
	}
	#gNav .map {
		border-bottom: none;
		position: relative;
	}
	#gNav .map:after {
		content: '';
		display: block;
		width: 1px;
		position: absolute;
		top: 0;
		right: -2px;
		bottom: 0;
		background: #5d594e;
	}
	#gNav .request{
		width: 50%;
		border-top: 2px solid #5d594e;
		background: url("../imgs/bg-nav_sp.png") 0 0 repeat;
		clear: both;
	}
	#gNav .reservation {
		width: 50%;
		border-top: 2px solid #5d594e;
		background: url("../imgs/bg-nav-red_sp_15_sp.png") 0 0 repeat;
	}
	#gNav .tel {
		width: 100%;
		background: url("../imgs/bg-nav-gr_sp.png") 0 0 repeat;
		clear: both;
		border-right: 1px solid #5d594e;
		border-left: none !important;
	}
	#gNav .request {
		border-right: none !important;
		border-left: 1px solid #5d594e;
	}
	#gNav .close {
		width: 100%;
		border-left: none !important;
		border-bottom: none;
		clear: both;
		float: none;
		background: #262626;
	}
	#gNav a,
	#gNav strong,
	#gNav .close {
		padding: 16px 0;
		color: #fff;
		text-decoration: none;
	}
	#gNav a:hover,
	#gNav strong {
		background: none;
	}
	#gNav strong {
		color: #a1824f;
	}
	#gNav .sp {
		display: inline;
	}
	#gNav .sp ~ img {
		display: none;
	}
	#gNav a:hover .ov,
	#gNav strong .ov {
		display: none ;
	}
	#gNav .tel span {
		display: inline-block;
		padding: 0 0 0 30px;
		background: url("../imgs/blt-tel.png") 0 0 no-repeat;
	}
	#gNav .request span {
		display: inline-block;
		padding: 0 0 0 30px;
		background: url("../imgs/blt-request.png") 0 0 no-repeat;
	}
	#gNav .reservation span {
		display: inline-block;
		padding: 0 0 0 30px;
		background: url("../imgs/blt-reservation.png") 0 0 no-repeat;
	}
	#gNav .close span {
		display: inline-block;
		padding: 0 0 0 25px;
		background: url("../imgs/blt-close.png") 0 0 no-repeat;
	}
	#fContact li {
		display: block !important;
		margin: 0 auto 2% !important;
		text-align: center;
	}
	#fContact .sp {
		display: inline;
		text-align: center;
	}
}

	#mainContent {
		margin-top: 120px;
		margin-bottom: 120px;
	}

	#mainContent .wrap {
		padding-right: 10px;
		padding-left: 10px;
	}

	#breadCrumb {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		background: #383838;
		color: #fff;
		font-size: 10px;
		line-height: 15px;
		box-sizing: border-box;
	}
	#breadCrumb li {
		display: inline-block;
	}
	#breadCrumb li:after {
		content: '>';
		margin: 0 1em;
	}
	#breadCrumb li:last-child:after {
		content: normal;
	}
	#breadCrumb a {
		color: #fff;
		text-decoration: underline;
	}
	#breadCrumb a:hover,
	#breadCrumb strong {
		text-decoration: none;
		font-weight: normal;
		color: #a1824f;
	}


	.w100 {
		width: 100%;
	}

@media only screen and (max-width:960px) {
	.titleA .sp {
		display: inline;
		font-size: 45px;
		line-height: 60px;
	}
	.titleB .sp {
		display: inline;
		font-size: 35px;
		line-height: 48px;
	}
	.titleA .sp ~ img,
	.titleB .sp ~ img {
		display: none;
	}
}
@media only screen and (max-width:768px) {
	#mainContent {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.titleA .sp {
		font-size: 24px;
		line-height: 36px;
	}
	.titleB .sp {
		font-size: 18px;
		line-height: 27px;
	}
}




	#fNav {
		border-top: 1px solid #c8baa2;
		padding: 10px 0;
		background: #000;
		position: relative;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
	}
	#fNav:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		top: -2px;
		left: 0;
		background: #c8baa2;
	}
	#fNav li {
		display: inline-block;
	}
	#fNav a {
		color: #fff;
		text-decoration: none;
	}
	#fNav a:hover,
	#fNav strong {
		color: #a1824f;
	}
	#fNav .off {
		color: #999;
	}
	#fNav li:after {
		content: '│';
		margin: 0 1em;
	}
	#fNav .last:after {
		content: normal;
	}

	#contact {
		border-bottom: 1px solid #d6d6d6;
		background-color: #2f2f2f;
		padding: 0 0 3px;
		position: relative;
	}
	#contact:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 2px;
		background: #ac9469;
	}
	#contact .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 25px 20px;
	}
	#contact .inner img {
		vertical-align: top;
	}
	#contact .info {
		/*float: left;*/
		text-align: center;
	}

	#contact .contactText {

	}
	#contact .request {
		float: left;
		margin: 0 10px;
	}
	#contact .reservation {
		float: left;
		margin: 0 10px;
	}
	#contact .contact {
		float: right;
	}
	#fNote {
		border-bottom: 1px solid #d6d6d6;
		/* border-top: 1px solid #d6d6d6; */
	}
	#fNote .caption {
		max-width: 870px;
		padding: 37px 10px 28px;
	}
	#fContact {
		background-color: #000;
		border-top: 1px solid #4d4d4d;
		border-bottom: 1px solid #dbdbdb;
		padding: 23px 0px;
	}
	#fContact .wrap {
		box-sizing: border-box;
		padding: 0 10px;
		text-align:center;
	}
	#fContact li {
		margin: 0 5px;
		display: inline-block;
		vertical-align: middle;
	}
	#fContact .tel {
		display: inline-block;
		margin: 0px 25px 0 25px;
		text-align: center;
	}
	#ci {
		border-bottom: 1px solid #d6d6d6;
		padding: 30px 10px;
		text-align: center;
	}
	#ci li {
		display: inline-block;
		margin: 0 0 0 20px;
	}
	#ci li:first-child {
		margin: 0;
	}
	#copyright {
		background: #000;
		color: #fff;
		font-size: 10px;
		line-height: 1.5;
	}
	#copyright .inner {
		padding: 7px 30px 8px;
	}
	#copyright .fText {
		float: left;
	}
	#copyright .copyright {
		padding: 10px 0;
		text-align: center;
	}
@media only screen and (max-width:1300px) {
	#copyright {
		text-align: center;
		/* margin-bottom: 18.59375%; */
	}
	#copyright .fText {
		float: none;
		margin: 0 0 10px;
	}
	#copyright .copyright {
		padding: 0;
		float: none;
	}
}
@media only screen and (max-width:1200px) {
	#contact {
		text-align: center;
	}
	#contact .info {
		display: block;
		float: none;
	}
	#contact .request,
	#contact .reservation {
		display: inline-block;
		float: none;
	}
	#contact .contact {
		float: none;
		margin-top: 20px;
	}
}

@media only screen and (max-width:768px) {
	#fNav {
		display: none;
	}
	#contact {
		border-bottom: none;
	}
	#contact .inner {
		padding: 10px 0 15px;
	}
	#contact .info,
	#contact .request {
		display: block;
	}
	#contact .info {
		padding: 0 10px;
	}
	#contact .request {
	}
	#contact .sp {
		display: inline-block;
	}
	#contact .sp + img {
		display: none;
	}
	#fNote .caption {
		padding: 28px 10px 28px;
	}
	#ci {
		border-bottom: none;
		padding: 20px 0 25px 20px;
	}
	#ci li,
	#ci li:first-child {
		box-sizing: border-box;
		width: 50%;
		margin: 10px 0 0;
		padding: 0 20px 0 0;
	}
	#fContact .tel {
		margin: 0px;
	}
	#fNavSp {
		display: block;
		border-top: 2px solid #5d594e;
		border-bottom: 2px solid #5d594e;
		background: #000;
	}
	#fNavSp li {
		box-sizing: border-box;
		width: 50%;
		border-bottom: 2px solid #5d594e;
		float: left;
		text-align: center;
	}
	#fNavSp li:nth-child(odd) {
		border-right: 1px solid #5d594e;
	}
	#fNavSp li:nth-child(even) {
		border-left: 1px solid #5d594e;
	}
	#fNavSp li:last-child {
		border-bottom: none;
		position: relative;
	}
	#fNavSp li:last-child:after {
		content: '';
		display: block;
		width: 1px;
		position: absolute;
		top: 0;
		right: -2px;
		bottom: 0;
		background: #5d594e;
	}
	#fNavSp .off {
		padding: 16px 0;
		color: #999;
	}
	#fNavSp a,
	#fNavSp strong {
		display: block;
		padding: 16px 0;
		color: #fff;
		text-decoration: none;
	}
	#fNavSp strong {
		color: #a1824f;
	}
	#copyright .inner {
		padding: 0;
	}
	#copyright .clearfix:after {
		content: normal;
	}
	#copyright .fText {
		margin: 0;
		border-bottom: 1px solid #4d4d4d;
		padding: 17px 10px 18px;
	}
	#copyright .fText br.sp {
		display: inline;
	}
	#copyright .fText br.sp + span{
		display: none;
	}
	#copyright .copyright {
		padding: 7px 10px 5px;
	}
	#copyright .copyright .sp {
		display: inline;
	}
	#copyright .copyright .sp + img {
		display: none;
	}
}
#Pagetop {
    display: none;
    position: fixed;
    right: 70px;
    bottom: 50px;
	z-index: 999;
	box-shadow: 0px 0px 16px -1px rgba(255,255,255,0.6);
	width: 22px;
}
@media only screen and (max-width:768px) {
#Pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
}
.pc {
	display: inline-block;
}

@media only screen and (max-width:768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
#mainImage span, .image02 span, .sl span {
	bottom: 58%;
}

}

#fContact .spFtrConv,
#fContact li.spFtrConv{
	display: none;
}

#fContact .notice {
  color: #fff;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {

.pcFtrConv{
	display: none;
}

#fContact .spFtrConv{
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
}

}
@media screen and (max-width: 870px) {
	#fContact li.tel {
		display: block;
		margin-top: 15px;
	}
}

.obi {
	background: url("../imgs/bg_usp_pc.png") repeat-x;
	text-align: center;
	width: 100%;
}
.obi .inner {
	box-sizing: border-box;
	max-width: 960px;
	padding-bottom: 8px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	margin: 0 auto;
}
.obi img {
vertical-align: middle;
}

@media screen and (max-width:768px) {
	.obi {
		padding: 18px 0 7px;
		background: url("../imgs/bg_usp_sp.png") repeat-x;
		background-position: center;
		text-align: center;
		width: 100%;
	}
	.obi img {
		width: 67.03125%;
		max-width: 429px;
		vertical-align: middle;
	}
  .fixedArea {
    position: fixed;
    bottom: 0;
    z-index: 0;
    width: 100%;
		z-index: 998;
  }
  .fixedArea img {
    width: 100%;
  }
  #Pagetop {
		height: 51px;
    bottom: 18.59375vw;
  }
}
