@charset "utf-8";

#All_Wrap {
	position: relative;
	color: #343434;
}
.pc { display: block;}
.sp { display: none;}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 13px;
}
#pageTop img { width: 100%;}

/*     予告広告
---------------------------*/
div.yokoku {
	font-size: 0.8em;
	line-height: 1.4;
	margin-top: 3%;
}
div.yokoku dl{
	display: flex;
}
div.yokoku dt {
	padding: 15px;
	border: solid 1px #000;
}
div.yokoku dd {
	padding: 7px;
}


/*     header
---------------------------*/
header {
	width: 100%;
	z-index: 999;
	position: absolute;
}
header > div {
	padding: 15px 0;
	box-sizing: border-box;
	display: flex;
	max-width: 1000px;
	margin: auto;
	position: relative;
}
header h1 {
	max-width: 122px;
	width: 100%;
}
header > div ul { 
	position: absolute;
	right: 0;
}
header > div li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	width: 90px;
	margin-right: 10px;
}
header > div li:last-child {
	margin-right: 0;
}
/*物件概要・現地案内図リンク設定（トップ・下層共通）*/
header > div li:first-child a,
header > div li:nth-child(2) a {
	display: block;
	position: relative;
	color: #fff;
	text-align: right;
	text-shadow: 0 0 5px #343434;
}
header > div li:first-child a::after,
header > div li:nth-child(2) a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	width: 8px;
	height: 6px;
	margin-left: 10px; 
	border-top: 3px solid rgba(0,0,0,0);
	border-bottom: 3px solid rgba(0,0,0,0);
	border-left: 4px solid rgb(255, 255, 255);
	box-sizing: border-box;
	transition: 0.5s;
}
header > div li:first-child a:hover::after,
header > div li:nth-child(2) a:hover::after { 
	right: -18px;
}

/*ヘッダー資料請求ボタン*/
header > div li:nth-of-type(4) {
display: none;
/*
	width: 160px;
	margin-left: 30px;
	font-size: 0;
	transition: 0.5s;
*/
}
header > div li:nth-of-type(4) a img { transition: 0.5s;}
header > div li:nth-of-type(4) a:hover img { opacity: 0.5; transition: 0.5s;}

/**/
header > div li.online { 
    width: 40px;
/*width: 210px;*/
/*display:none;*/
}
header > div li.online a {
display: none;
/*
	display: block;
	background: #A9894A;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 12.4px 0;
	opacity: 1;
	transition: .5s;
*/
}
header > div li.online a:hover {
	opacity: 0.5;
	transition: .5s;
}

/*グローバルナビ*/
header > nav ul {
	width: 100%;
	font-size: 0;
	max-width: 1000px;
	margin: auto;
	text-shadow: 0 0 5px #343434;
}
header > nav li {
	display: inline-block;
	vertical-align: top;
	width: calc(99% / 7);
	font-size: 16px;
	background-size: 1px auto;
}
header > nav li:last-child { background: none; }
header > nav li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 21px 0;
	color: #fff;
	text-align: center;
	transition: background 0.5s;
}
header > nav li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	font-family: "Futura-CondensedExtra", Futura, sans-serif;
	font-weight: 100;
	width: 100%;
}

/* .here a span::before {
	position: absolute;
	top: -10px;
    left: 45%;
	content: "";
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
} */
header nav li a span {
	padding-bottom: 5px;
	border-bottom: solid 1px transparent;
}
.here a span,
header > nav li a span:hover {
	border-bottom: solid 1px #FFF;

}


/*-----下層ページヘッダー-----*/
#header_lower {
	position: relative;
	background-image: linear-gradient(-90deg, #c9a1a1, #325d89);
}


/*-----ポップアップページヘッダー-----*/
#header_pop {
	position: relative;
	background-image: linear-gradient(-90deg, #c9a1a1, #325d89);
}
#header_pop div {
    max-width: 96%;
    display: flex;
}
#header_pop ul {
    max-width: 100%;
}
#header_pop > div ul li {
    width: 100px;
    font-size: 1em;
    padding: 4%;
    margin: 0 auto;
    background: #FFF;
}
#header_pop > div li a {
    color: #000;
    text-shadow: none;
    text-align: center;
}
#header_pop > div li a::after {
    content: none;
}

/*ナビゲーション　クローズ*/
/* header > nav li:nth-child(2), footer nav li:nth-child(2), #spNav ul li:nth-child(2), */ /* コンセプト*/
/* header > nav li:nth-child(3), footer nav li:nth-child(3), #spNav ul li:nth-child(3),  *//* デザイン*/
/* header > nav li:nth-child(4), footer nav li:nth-child(4), #spNav ul li:nth-child(4), */ /* ロケーション*/
 header > nav li:nth-child(5), footer nav li:nth-child(5), #spNav ul li:nth-child(5) 
 /* プラン*/
/* header > nav li:nth-child(6), footer nav li:nth-child(6), #spNav ul li:nth-child(6) */ /* モデルルーム*/
/* header > nav li:nth-child(7), footer nav li:nth-child(7), #spNav ul li:nth-child(7) */ /* クオリティ*/
{
	pointer-events: none;
	opacity: 0.4;
}

header img { width: 100%;}



/*     content
---------------------------*/
.inner {
	max-width: 1000px;
	width: 94%;
	margin: 0 auto;
}
.notes_Box { padding: 40px 0 50px;}
.notes {
	font-size: 12px;
	line-height: 1.8;
}


/*     footer
---------------------------*/
footer {
	width: 100%;
	background-color: #fff;
}
footer nav {
	width: 100%;
	padding: 12px 0;
	background-image: linear-gradient(-90deg, #c9a1a1, #325d89);
	box-sizing: border-box;
}
footer nav ul {
	width: 100%;
	font-size: 0;
	text-align: center;
	max-width: 1200px;
	margin: auto;
}
footer nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2%;
}
footer nav li a {
	display: block;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
	font-family: "Futura-CondensedExtra", Futura, sans-serif;
	font-weight: 100;
}
footer nav li a::after,
footer nav li:first-child a::before,
footer nav li:nth-child(4) a::before,
footer nav li:nth-child(8) a::before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 12px;
	margin: 0 15px;
}
footer nav li:nth-child(3) a::after,
footer nav li:nth-child(7) a::after { content: none;}
footer nav li a:hover { text-decoration: underline;}


footer .company_Area {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	max-width: 1000px;
	width: 94%;
	padding: 50px 0 30px;
	margin: 0 auto;
	flex-flow: column nowrap; 
}
footer .company_Area li { font-size: 0;}
footer .company_Area li:first-child p {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
footer .company_Area li:first-child p:nth-of-type(2) {
	max-width: 253px;
	margin-left: 10px;
}
footer .company_Area li:last-child p:first-of-type {
	font-size: 13px;
	text-align: center;
	margin: 10% auto 0;
}
footer .company_Area li:last-child > ul { 
	font-size: 0;
}
footer .company_Area li:last-child > ul li {
	display: inline-block;
	vertical-align: baseline;
	font-size: 13px;
	line-height: 1.5;
}
footer .company_Area li:last-child > ul li a {
	pointer-events: none;
	padding-right: 10px;
	color: #343434;
	font-size: 42px;
	font-family: 'Josefin Sans', sans-serif;
}
footer .company_Area li:last-child > ul li a::before {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 34px;
	height: 20px;
	margin-right: 5px;
	background: url(../img/common/tel.png) no-repeat center center;
	background-size: cover;
}
footer img { width: 100%;}
.copy_right {
	padding: 15px 0;
	font-size: 10px;
	text-align: center;
}


/*     資料請求ボタン
---------------------------*/	
.req_btn {
display: none;
/*
    margin: 5% auto;
    text-align: center;
    max-width: 322px;
*/
}
.req_btn img{width: 100%;}
.req_btn li {
    max-width: 420px;
    margin: auto;
}
.req_btn li img {
    width: 100%;
}
.req_btn a {
    transition: 0.5s;
}
.req_btn a:hover {
    transition: 0.5s;
    opacity: 0.5;
}

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 769px) {

.pc { display: none;}
.sp { display: block !important;}

#pageTop { display: none !important;}	

/*     header
---------------------------*/
/*header { position: relative;}*/
header > div {
	display: block;
	padding: 13px 3% 11px 4%;
	box-sizing: border-box;
}
header h1 {
	max-width: 341px;
	width: 18%;
	position: absolute;
	top: 10px;
	left: 10px;
}
/*下層ページ用ヘッダー設定*/
#header_lower {
	height: 60px;
	background: none;
}


header > div:first-of-type ul {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	display: flex;
}
header > div:first-of-type li {
	display: inline-block;
	vertical-align: middle;
/*    width: 25%;*/
	width: calc((100% - 0.01%) / 3);
	font-size: 15px;
	text-align: center;
	margin-right: 0;
}
header > div li:first-child a, header > div li:nth-child(2) a {
    text-align: center;
	position: unset;
}	
header > div:first-of-type li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 10px;
	font-weight: 700;
	font-family: "a-otf-ryumin-pr6n";
	color: #343434;
	background-color: #fff;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}
header > div:first-of-type li:nth-child(4) {
display: none;
/*margin: 0;*/
}
/*
header > div:first-of-type li:nth-child(4) a {
	color: #fff;
	background-color: #485090;
	height: 100%;
	border-right: none;
}
*/
header > div:first-of-type li:first-child a::before {
	content: '';
	display: block;
	width: 18px;
	height: 28px;
	margin: 0 auto 7px;
	background: url(../img/common/outline_icon.png) no-repeat center top;
	background-size: 100%;
}
header > div:first-of-type li:nth-child(2) a::before {
	content: '';
	display: block;
	width: 21px;
	height: 27px;
	margin: 0 auto 8px;
	background: url(../img/common/map_icon.png) no-repeat center top;
	background-size: 100%;
}
header > div:first-of-type li:nth-child(3) a::before {
	content: '';
	display: block;
	width: 26px;
	height: 27px;
	margin: 0 auto 8px;
	background: url(../img/common/tel_icon.png) no-repeat center top;
	background-size: 100%;
}
header > div:first-of-type li:nth-child(4) a::before {
	content: '';
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto 8px;
	background: url(../img/common/request_icon.png) no-repeat center top;
	background-size: 100%;
}
header > div li:first-child a,header > div li:nth-child(2) a {
	text-shadow: none;
}


header > div:first-of-type li:nth-child(5) {
display: none;
/*
	position: absolute;
	width: 100%;
	bottom: 55px;
*/
}
/*
header > div:first-of-type li:nth-child(5) a {
	display: block;
	background: #A9894A;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
}
*/
/*
header > div:first-of-type li:nth-child(5) a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
    right: 20px;
}
*/



header > div li:first-child a::after { content: none;}
header > nav { display: none;}

/*ハンバーガーメニュー*/
#spMenu {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	color: #30455e;
	z-index: 999;
	text-align: center;
}
#spMenu .bar {
	width: 30px;
	height: 22px;
	display: block;
	margin: 0 auto 5px;
	position: relative;
}
#spMenu,
#spMenu .bar span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#spMenu .bar span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #30455e;
	border-radius: 2px;
}
#spMenu .bar span:nth-of-type(1) { top: 0;}
#spMenu .bar span:nth-of-type(2) { top: 10;}
#spMenu .bar span:nth-of-type(3) { bottom: 0;}
#spMenu .bar span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#spMenu p {	font-size: 11px;}
#spMenu.active .bar span:nth-of-type(1) {
	background-color: #fff;
	-webkit-transform: translateY(10px) rotate(-315deg) scale(.8);
	transform: translateY(10px) rotate(-315deg) scale(.8);
}
#spMenu.active .bar span:nth-of-type(2) {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 1.5px solid #fff;
	border-radius: 50%;
}
#spMenu.active .bar span:nth-of-type(3) {
	background-color: #fff;
	-webkit-transform: translateY(-10px) rotate(315deg) scale(.8);
	transform: translateY(-10px) rotate(315deg) scale(.8);
}
#spMenu.active p {
	opacity: 0;
}
#spNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
	height: 100%;
	background-color: #5d638d;
	padding: 80px 5% 0;
	box-sizing: border-box;
}
#spNav ul {
	left: 0;
	right: 0;
}
#spNav ul li {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 15px 0px;
	text-align: center;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
#spNav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#spNav ul li:nth-of-type(9) { display: none;!important }
#spNav ul li:last-of-type { border-bottom: 1px solid #ccc; }


#header_pop {
    height: 60px;
	background: none;
    display: block;
}
#header_pop div {
    display: none;
}
header h1.pop_h1 {
    width: 80% !important;
    max-width: 650px;
    text-align: center;
}


/*     footer
---------------------------*/
footer { padding-bottom: 90px;}
footer nav { display: none;}
footer .company_Area {
	flex-direction: column;
	padding: 30px 0 30px;
	text-align: center;
	text-shadow: none;
}
footer .company_Area li { font-size: 0;}
footer .company_Area li:first-child p {
	display: block;
	max-width: 200px;
}
footer .company_Area li:last-child p {
	max-width: 200px;
}
.copy_right {
	padding: 12px 0;
	border-top: 1px solid #ccc;
}
/*     資料請求ボタン
---------------------------*/	
.req_btn li {
    width: 90%;
}

.notes {
	font-size: 10px;
	line-height: 1.5;
}


}
































