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



/****************************************************************************************************
header
****************************************************************************************************/
#header {
	background-image: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.9));
	box-shadow: 0 8px 8px rgba(0,0,0,.05);
}
#header::after {
	position: absolute;
	display: block;
	content: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(90deg, #5D5442, #7D7460, #5D5442);
	opacity: 1;
	z-index: -1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	padding-top: 112px;
	padding-top: 138px;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	color: #FFF;
	font-size: 0.733rem;
	font-weight: bold;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
#main img {
	width: 100%;
}
#main #exterior {
	position: absolute;
	left: 0;
	bottom: -2.5vw;
	width: 39.75vw;
}
#main #exterior figure figcaption {
	right: auto;
	left: 0.8em;
	bottom: -1em;
	color: #000;
	font-weight: bold;
	text-shadow: none;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 80px 0 0 0;
}
#info1 {
	margin-bottom: 36px;
}
#info1 div {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#info1 h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	color: #8C0000;
	font-size: 5.466rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#info1 h2 .small {
	font-size: 3.2rem;
}
#contents #info1 p {
	margin-top: 0.5em;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#point {
	margin-bottom: 50px;
}
#present {
	margin-bottom: 30px;
}
#request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
#banner-block {
	margin-top: 50px;
}
#banner-block ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}



/****************************************************************************************************
contents
****************************************************************************************************/
.sec-ttl .english {
	color: #00847D;
	font-size: 1.733rem;
	line-height: 1.6;
}
.sec-ttl h3 {
	font-size: 2.533rem;
	line-height: 1.4;
}
.sec-ttl .english + h3 {
	margin-top: 0.3em;
}
.sec-ttl h3 + p {
	margin-top: 1em;
}
.sec-ttl + .sec-body {
	margin-top: 40px;
}
.sec-body {
	text-align: left;
}

#contents p {
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents p .small {
	display: inline-block;
	font-size: 0.866rem;
}

.text-set .english {
	color: #8C6900;
	font-size: 1.333rem;
	font-weight: bold;
	line-height: 1.4;
}
.text-set h4 {
	font-size: 1.733rem;
	line-height: 1.4;
}
.text-set .english + h4 {
	margin-top: 0.2em;
}
.text-set h4 + p {
	margin-top: 0.5em;
}

figure.img-box {
	position: relative;
	display: inline-block;
	text-align: left;
}
figure.img-box figcaption {
	margin-top: 0.6em;
	font-size: 0.866rem;
	line-height: 1.4;
}
figure.img-box figcaption.right {
	text-align: right;
}
figure.img-box figcaption.center {
	text-align: center;
}
figure.img-box figcaption.in {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
}
figure.img-box figcaption.in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}



/****************************************************************************************************
location
****************************************************************************************************/
#location {
	width: 1200px;
	margin: auto;
	padding-top: 100px;
}
#location-main {
	position: relative;
}
#location-main h4 {
	position: absolute;
	left: 50px;
	top: 50px;
	color: #FFF;
	font-size: 2.533rem;
	line-height: 1.4;
}
#flat-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
	margin-top: 50px;
}
#location-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-top: 30px;
}
#map {
	margin-top: 30px;
}



/****************************************************************************************************
design
****************************************************************************************************/
#design {
	padding-top: 100px;
}
#design-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
}
#design-main img {
	width: 100%;
	height: auto;
}
#green-planning {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
}
#green-planning2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	margin-top: 20px;
}
#green-planning3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	gap: 20px;
}
#architect {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	width: 860px;
	margin: auto;
	margin-top: 30px;
	padding: 30px;
	background: #CFE9E9;
}
#architect-ttl {
	position: absolute;
	right: 0;
	top: 0;
}
#architect-txt div {
	margin-bottom: 0.5em;
	font-size: 1.2rem;
	line-height: 1.6;
}
#architect-txt div strong {
	font-size: 1.733rem;
	font-weight: bold;
}



/****************************************************************************************************
planning
****************************************************************************************************/
#recommend-plan-banner {
	margin-top: 40px;
}
#plan-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: auto;
	width: 790px;
	width: 1200px;
	gap: 30px;
}
#plan-block div {
	width: 380px;
}
#planning {
	width: 1200px;
	margin: auto;
	padding-top: 100px;
}
#plan-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	gap: 20px;
}
#guide {
	margin-top: 30px;
	text-align: right;
}
#security-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
	margin-top: 50px;
}
.security-box {
	width: 580px;
}
.security-ttl {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.8rem 1.5rem;
	background: #F7F4DD;
	font-size: 1.333rem;
	line-height: 1.4;
}
.security-ttl h4 {
	flex: 1;
}
.security-ttl div {
	color: #C34F2F;
}
.security-txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.security-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
#equipment-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}
.equipment-box {
	width: 380px;
}
.equipment-box.double {
	width: 790px;
}
.equipment-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.equipment-box h4 {
	margin-top: 0.8em;
	color: #00837B;
	font-size: 1.333rem;
	line-height: 1.4;
}
.equipment-box h4 + p {
	margin-top: 0.2em;
}



/****************************************************************************************************
zeh-m
****************************************************************************************************/
#zeh-m {
	padding: 100px 0 0 0;
}
#zeh-m .sec-body {
	text-align: center;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access {
	padding: 100px 0;
}
#access .sec-body {
	text-align: center;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap.pd0,
	#wrap {
		padding-top: 8vw;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
	}
	#main figure figcaption {
		font-size: 0.533rem;
	}
	#main img {
		width: 100%;
	}
	#main #exterior {
		bottom: -4vw;
		width: 56vw;
	}
		
		
		
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 9vw 4vw 0 4vw;
	}
	#info1 {
		margin-bottom: 5vw;
	}
	#info1 div {
		font-size: 1.466rem;
		line-height: 1.4;
	}
	#info1 h2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
		width: 100%;
		margin: auto;
		margin-top: 2vw;
		font-size: 3.066rem;
	}
	#info1 h2 .small {
		font-size: 2.0rem;
	}
	#contents #info1 p {
		margin-top: 1em;
		font-size: 0.866rem;
	}
	#point {
		margin-bottom: 8vw;
	}
	#present {
		margin-bottom: 4vw;
	}
	#request-box {
		gap: 1vw;
		min-width: initial;
		min-width: auto;
		margin: 3vw 0 0 0;
	}
	#request-box > div {
		width: 100%;
	}
	#request-box > div img {
		width: 100%;
	}
	#banner-block {
		margin-top: 4vw;
	}
	#banner-block ul {
		gap: 1vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	.sec-ttl .english {
		font-size: 1.2rem;
	}
	.sec-ttl h3 {
		font-size: 1.4rem;
	}
	.sec-ttl + .sec-body {
		margin-top: 6vw;
	}
	.sec-body {
		width: 92vw;
		margin: auto;
	}
	
	#contents p {
		font-size: 1.0rem;
	}
	#contents p .small {
		font-size: 0.733rem;
	}
	
	.text-set .english {
		font-size: 1.0rem;
	}
	.text-set h4 {
		font-size: 1.333rem;
	}
	
	figure.img-box {
		position: relative;
		display: inline-block;
		text-align: left;
	}
	figure.img-box figcaption {
		margin-top: 0.5em;
		font-size: 0.733rem;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location {
		width: 100%;
		padding-top: 15vw;
	}
	#location-main h4 {
		left: 5vw;
		top: 5vw;
		font-size: 1.2rem;
	}
	#flat-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
		margin-top: 4vw;
	}
	#location-photo {
		gap: 2vw;
		margin-top: 4vw;
	}
	#location-photo > figure {
		width: 45vw;
	}
	#map {
		margin-top: 4vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	#design {
		padding-top: 15vw;
	}
	#design-main {
		width: 100vw;
		gap: 2px;
		margin-left: -4vw;
	}
	#design-main img {
		width: 100%;
		height: auto;
	}
	#green-planning {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
		margin-top: 4vw;
	}
	#green-planning2 {
		gap: 0.5vw;
		margin-top: 2vw;
	}
	#green-planning3 {
		gap: 4vw;
	}
	#architect {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 2vw;
		width: 100%;
		margin-top: 4vw;
		padding: 4vw;
	}
	#architect-ttl {
		width: 60vw;
	}
	#architect-img {
		width: 30%;
	}
	#architect-txt {
		width: 70%;
	}
	#architect-txt div {
		font-size: 1.0rem;
	}
	#architect-txt div strong {
		font-size: 1.2rem;
	}
	
	
	
	/****************************************************************************************************
	planning
	****************************************************************************************************/
	#recommend-plan-banner {
		margin-top: 6vw;
	}
	#plan-block {
		gap: 2vw;
		width: 100%;
	}
	#plan-block div {
		width: 45vw;
	}
	#planning {
		width: 100%;
		padding-top: 15vw;
	}
	#plan-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 6vw;
	}
	#guide {
		margin-top: 6vw;
	}
	#guide img {
		width: 40vw;
	}
	#security-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
		margin-top: 6vw;
	}
	.security-box {
		width: 100%;
	}
	.security-ttl {
		padding: 0.8rem 1.0rem;
		font-size: 0.933rem;
	}
	.security-txt {
		gap: 2vw;
		margin-top: 2vw;
	}
	.security-img {
		gap: 1vw;
	}
	.security-img img {
		width: 20vw;
	}
	#equipment-block {
		gap: 4vw 2vw;
		margin-top: 4vw;
	}
	.equipment-box {
		width: 45vw;
	}
	.equipment-box.double {
		width: 45vw;
	}
	.equipment-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
	}
	.equipment-box h4 {
		margin-top: 0.5em;
		font-size: 1.2rem;
	}
	
	
	
	/****************************************************************************************************
	zeh-m
	****************************************************************************************************/
	#zeh-m {
		padding: 15vw 0 0 0;
	}
	#zeh-m .sec-body {
		text-align: center;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access {
		padding: 15vw 0;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}