<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	DESIGN CSS

	- #main_img
	- notes

-----------------------------------------*/

:root {
	--main_color: #2b665e;
}

.w1200 {
	max-width: 1200px;
}
.w1600 {
	max-width: 1600px;
	margin: 0 auto;
}

/*============================
#main_img
============================*/
#main_img {
	background: url("../img/design/main_img.jpg") no-repeat;
	background-size: cover;
	margin-bottom: 80px;
	position: relative;
}
#main_img::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background: rgb(0 0 0 / 29%);
	width: 397px;
	height: 172px;
	mix-blend-mode: multiply;
}
#main_img .caption_mv {
	text-shadow: 0px 0px 7px rgba(0,0,0,.8), 0px 0px 7px rgba(0,0,0,.8), 0px 0px 7px rgba(0,0,0,.8), 0px 0px 7px rgba(0,0,0,.8), 0px 0px 7px rgba(0,0,0,.8);
}
@media only screen and (max-width: 768px){
#main_img {
	margin-bottom: 40px;
}
#main_img::before {
	width: 160px;
	height: 90px;
}
}

/*============================
notes
============================*/
.notes {
	margin-bottom: 90px;
}
@media only screen and (max-width: 768px){
.notes {
	margin-bottom: 10px;
}
}


.text_wh{
	color: #FFF;
}


/*============================
#design_common
============================*/
#residence p,#architecural p,#landscape p{
	font-size: 16px;
}
#residence h4,#architecural h4,#landscape h4{
	font-size: 24px;
	color: #366c66;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}
#residence h4 span,#architecural h4 span,#landscape h4 span{
	font-size: 16px;
	color: #be934f;
	display: block;
	margin: 0 0 10px 0;
	letter-spacing: 0.1em;
}
#residence .img_cap,#architecural .img_cap,#landscape .img_cap{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
}
#residence .inner,#architecural .inner,#landscape .inner{
	max-width: 1220px;
	margin: 0 auto;
	/*! padding:0 5%; */
	box-sizing: border-box;
}
@media only screen and (max-width: 768px){
	#residence p,#architecural p,#landscape p{
		font-size: 14px;
	}
	#residence h4,#architecural h4,#landscape h4{
		font-size: 18px;
		margin-bottom: 17px;
		text-align: center;
	}
	#residence h4 span,#architecural h4 span,#landscape h4 span{
		font-size: 14px;
		color: #be934f;
		display: block;
		margin: 0 0 10px 0;
	}
	#residence .inner,#architecural .inner,#landscape .inner{
		padding:0 5%;
	}
	#residence .img_cap,#architecural .img_cap,#landscape .img_cap{
		padding: 0;
	}
}



/*============================
#residence
============================*/
#residence {
	margin-bottom: 60px;
}
#residence .catch {
	text-align: center;
	margin-bottom: 50px;
}
#residence h3 {
	color: #366c66;
	font-size: 32px;
	margin-bottom: 30px;
	text-align: center;
}
#residence .de_text_c {
	text-align: center;
	margin-bottom: 50px;
}
#residence .img100 {
	position: relative;
}
#residence .img100 img {
	width: 100%;
}
@media only screen and (max-width: 768px){
	#residence {
		margin-bottom: 60px;
	}
	#residence .catch {
		max-width: 70%;
		margin: 0 auto 30px;
	}
	#residence h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#residence .de_text_c {
		text-align: left;
		margin-bottom: 40px;
		padding: 0 5%;
	}
}



/*============================
#architecural
============================*/
#architecural {
	margin-bottom: 80px;
}
#architecural .big_catch {
	text-align: center;
	opacity: 0.6 !important;
	margin: -9vw 0 0 0;
	font-size: calc(98 / 1600 * 100vw);
	color: #366c66;
	mix-blend-mode: hard-light;
}
#architecural .area1 .block {
	display: flex;
	gap: 7%;
	padding: 0 6%;
	align-items: start;
	margin-bottom: 80px;
}
#architecural .area1 h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* font-size: 32px; */
	color: #366c66;
	font-size: calc(32 / 1600 * 100vw);
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#architecural .area1 .img {
	width: 84%;
	position: relative;
}
#architecural .area1 .img img {
	width:100%;
}
#architecural .area1 .img .img_cap {
	bottom: -20px;
}
#architecural .area2 {
	margin-bottom: 50px;
}
#architecural .area2 .inner {
	display: flex;
	justify-content: space-between;
}
#architecural .area2 .inner .left {
	width: 45%;
	padding-right: 5%;
}
#architecural .area2 .inner .right {
	width: 55%;
}
#architecural .area2 .img {
	margin-bottom: 30px;
}

#architecural .inner  .point {
	display: flex;
	justify-content: space-between;
}
#architecural .inner .right .point .num {
	width: 21%;
	padding-right: 2%;
}
#architecural .inner .right .point p {
	width: 94%;
}
@media only screen and (max-width: 768px){
	#architecural {
		margin-bottom: 60px;
	}
	#architecural .big_catch {
		text-align: center;
		opacity: 0.6;
		margin: -8vw 0 30px 0;
		font-size: calc(130 / 1600 * 100vw);
		color: #366c66;
		mix-blend-mode: hard-light;
	}
	#architecural .area1 .block {
		display: block;
		gap: 7%;
		padding: 0 3%;
		align-items: start;
		margin-bottom: 80px;
		text-align: center;
		margin: 0 auto 30px;
	}
	#architecural .area1 h3 {
		writing-mode: inherit;
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	#architecural .area1 .img {
		width: auto;
		position: relative;
		margin: 0 auto;
	}
	#architecural .area1 .img img {
		width:100%;
	}
	#architecural .area1 .img .img_cap {
		bottom: -20px;
	}
	#architecural .area2 {
		margin-bottom: 50px;
	}
	#architecural .area2 .inner {
		display: block;
	}
	#architecural .area2 .inner .left {
		width: auto;
		padding-right: 0;
		margin-bottom: 40px;
	}
	#architecural .area2 .inner .right {
		width: auto;
	}
	#architecural .area2 .img {
		margin-bottom: 15px;
	}
	
	#architecural .inner  .point {
		display: flex;
		justify-content: space-between;
	}
	#architecural .inner .right .point .num {
		width: 35%;
		padding-right: 2%;
	}
	#architecural .inner .right .point p {
		width: 94%;
	}
}



#architecural .area3 {
	margin-bottom: 100px;
}
#architecural .area3 .inner {
	display: flex;
	justify-content: space-between;
	gap: 0.95%;
}
#architecural .area3 .inner .box {
	width: 32.4%;
}
#architecural .area3 .inner .box .img {
	margin-bottom: 30px;
	position: relative;
}
#architecural .area3 .inner .box .point .num {
	width: 31%;
	padding-right: 2%;
}
#architecural .area3 .inner .point p {
	width: 71%;
}
@media only screen and (max-width: 768px){
	#architecural .area3 {
		margin-bottom: 60px;
	}
	#architecural .area3 .inner {
		display: block;
	}
	#architecural .area3 .inner .box {
		width: auto;
		margin-bottom: 30px;
	}
	#architecural .area3 .inner .box .img {
		margin-bottom: 15px;
	}
	#architecural .area3 .inner .box .img img {
		width: 100%;
	}
	#architecural .area3 .inner .box .point .num {
		width: 31%;
		padding-right: 2%;
	}
	#architecural .area3 .inner .point p {
		width: 71%;
	}
}


#architecural .area4 {
	margin-bottom: 80px;
	text-align: center;
}
#architecural .area4 .img {
	position: relative;
}
#architecural .area4 .img02 {
	position: relative;
	margin: 45px auto 0;
	max-width: 1400px;
	width: 90%;
}
#architecural .area4 img {
	width: 100%;
}
@media only screen and (max-width: 768px){
	
#architecural .area4 {
	margin-bottom: 60px;
	text-align: center;
}
#architecural .area4 h4,#architecural .area4 p {
	padding: 0 5%;
}
#architecural .area4 p {
	text-align: left;
}
#architecural .area4 .img_cap {
	padding: 0;
}
#architecural .area4 .img {
	position: relative;
	margin-top: 20px;
}
#architecural .area4 img {
	width: 100%;
}
}


#architecural .area5 {
	margin-bottom: 100px;
}
#architecural .area5 h4 {
	text-align: center;
}
#architecural .area5 .bg {
	background: rgb(220 235 233 / 58%);
    padding: 50px 0;
}
#architecural .area5 ul {
	display: flex;
	justify-content: space-between;
}
#architecural .area5 ul li {
	width: 26.66%;
}
@media only screen and (max-width: 768px){
	#architecural .area5 .bg {
		padding: 25px 0;
	}
	#architecural .area5 ul {
		/* flex-direction: column; */
		flex-flow: wrap;
		gap: 10px;
	}
	#architecural .area5 ul li {
		width: 48%;
	}
	#architecural .area5 ul li:last-child {
		width: 100%;
	}
	#architecural .area5 ul li img {
		width: 100%;
	}
	#architecural .area5 ul li:last-child img {
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}
}

/*============================
#landscape
============================*/
#landscape {
	background:rgb(220 235 233 / 58%);
	margin-top: 180px;
	padding: 0 0 110px 0;
	margin-bottom: 50px;
}
@media only screen and (max-width: 768px){
	#landscape {
		margin-top: 60px;
		padding: 0 0 60px 0;
		margin-bottom: 40px;
	}
}

#landscape .area1 {
}
#landscape .area1 .big_catch {
	text-align: center;
	opacity: 0.6 !important;
	font-size: calc(98 / 1600 * 100vw);
	color: #366c66;
	mix-blend-mode: hard-light;
	position: relative;
	top: -6vw;
}
#landscape .area1 .block {
	display: flex;
	gap: 7%;
	padding: 0 6%;
	align-items:center;
	margin-bottom: 80px;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	row-gap: 50px;
	justify-content: start;
}
#landscape .area1 h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* font-size: 32px; */
	color: #366c66;
	font-size: calc(32 / 1600 * 100vw);
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#landscape .area1 .img {
	width: 84%;
	position: relative;
}
#landscape .area1 .img img {
	width:100%;
}
@media only screen and (max-width: 768px){
	#landscape .area1 .big_catch {
		text-align: center;
		opacity: 0.6;
		font-size: calc(130 / 1600 * 100vw);
		color: #366c66;
		mix-blend-mode: hard-light;
		position: relative;
		top: -6vw;
	}
	#landscape .area1 .block {
		/* display: block; */
		padding: 0 6%;
		margin-bottom: 30px;
		flex-direction: column;
		gap: 20px;
	}
	#landscape .area1 h3 {
		writing-mode: inherit;
		color: #366c66;
		font-size: 20px;
		text-align: center;
		/* margin-bottom: 20px; */
	}
	#landscape .area1 .img {
		width: auto;
	}
}



#landscape .area2 {
	margin-bottom: 40px;
}
#landscape .area2 .inner {
	display: flex;
	justify-content: space-between;
}
#landscape .area2 .left {
	width: 45%;
}
#landscape .area2 .left p{
	margin-bottom: 50px;
}
#landscape .area2 .right {
	width: 50%;
}
#landscape .area2 .right .img {
	position: relative;
}
@media only screen and (max-width: 768px){
	#landscape .area2 {
		margin-bottom: 40px;
	}
	#landscape .area2 .inner {
		display: block;
	}
	#landscape .area2 .left {
		width: auto;
	}
	#landscape .area2 .left p{
		margin-bottom: 50px;
	}
	#landscape .area2 .right {
		width: auto;
	}
	#landscape .area2 .right .img {
		position: relative;
	}
}


#landscape .area3 {
	margin-bottom: 120px;
}
#landscape .area3 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#landscape .area3.reverse .inner {
	flex-direction: row-reverse;
}
#landscape .area3 .left {
	width: 44%;
}
#landscape .area3 .left .img {
	position: relative;
}
#landscape .area3 .right {
	width: 50%;
}
@media only screen and (max-width: 768px){
	#landscape .area3 {
		margin-bottom: 50px;
	}
	#landscape .area3 .inner {
		flex-direction: column;
		gap: 20px;
	}
	#landscape .area3.reverse .inner {
		flex-direction: column;
	}
	#landscape .area3 .left {
		width: auto;
	}
	#landscape .area3 .left .img {
		position: relative;
		/* margin-bottom: 20px; */
	}
	#landscape .area3 .right {
		width: auto;
	}
}

#landscape .area4 {
	margin-bottom: 70px;
}
#landscape .area4 h3 {
	color: #366c66;
	text-align: center;
	font-size: 32px;
	margin-bottom: 50px;
}
#landscape .area4 .img {
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px){
	#landscape .area4 {
		margin-bottom: 70px;
	}
	#landscape .area4 h3 {
		color: #366c66;
		text-align: center;
		font-size: 20px;
		margin-bottom: 50px;
	}
	#landscape .area4 .img {
		text-align: center;
		margin-bottom: 40px;
	}
}


#landscape .area5 {
	margin-bottom: 60px;
}
#landscape .area5 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#landscape .area5 .inner .text {
	width: 52%;
}
#landscape .area5 .inner .img {
	width: 45%;
}
@media only screen and (max-width: 768px){
	#landscape .area5 {
		margin-bottom: 60px;
	}
	#landscape .area5 .inner {
		display: block;
	}
	#landscape .area5 .inner .text {
		width: auto;
		margin-bottom: 20px;
	}
	#landscape .area5 .inner .img {
		width: auto;
	}
}


#landscape .area6 {
	border: #366c66 1px solid;
	padding: 3%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
#landscape .area6 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5% 5%;
	margin-bottom: -4%;
}
#landscape .area6 ul li {
	width: 47.5%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 4% 0;
}
#landscape .area6 .left {
	width: 67%;
}
#landscape .area6 .right {
	width: 30%;
}
#landscape .area6 h5 {
	color: #366c66;
	font-size: 23px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 768px){
	#landscape .area6 {
		border: #366c66 1px solid;
		padding: 5%;
		max-width: 1200px;
		margin: 0 5%;
		box-sizing: border-box;
	}
	#landscape .area6 ul {
		display: block;
		margin-bottom: -4%;
	}
	#landscape .area6 ul li {
		width: auto;
		display: block;
		justify-content: space-between;
		margin: 0 0 40px 0;
	}
	#landscape .area6 .left {
		width: auto;
		margin-bottom: 10px;
	}
	#landscape .area6 .right {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#landscape .area6 .right img {
		width: 100%;
	}
	#landscape .area6 h5 {
		color: #366c66;
		font-size: 16px;
		margin-bottom: 15px;
	}
}</pre></body></html>