@charset "UTF-8";

.eng {
	font-family: 'Playfair Display', serif;
}
.eng_ttl {
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	line-height: 1.7;
	text-align: left;
	color: #111;
}
.txt24 {
	font-size: 24px;
	line-height: 1.7;
	text-align: left;
	color: #111;
}
.txt20 {
	font-size: 20px;
	line-height: 1.7;
	text-align: left;
	color: #111;
}
.txt18 {
	font-size: 18px;
	line-height: 1.7;
	text-align: left;
	color: #111;
}
.txt16 {
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
	color: #111;
}
.txt14 {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	color: #111;
}
.remark {
	width: 90%;
	max-width: 1000px;
	font-size: 12px;
	line-height: 1.6;
	color: #111;
	margin-left: auto;
	margin-right: auto;
}
.taC {
	text-align: center;
}
small {
	font-size: 80%;
}
.pos_rel {
	position: relative;
}
.pos_abs {
	position: absolute;
}
.img_cap {
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 13px;
	color: #fff;
	left: 0;
	bottom: 0;
	background-color:rgba(55,55,55,0.6);
	padding: 5px 10px 2px;
}
.img_cap2 {
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 13px;
	color: #fff;
	right: 0;
	bottom: 0;
	background-color:rgba(55,55,55,0.6);
	padding: 5px 10px 2px;
}

@media(max-width:979px) {
	.eng_ttl {
		font-size: 20px;
		line-height: 1.6;
	}
	.txt24 {
		font-size: 20px;
		line-height: 1.6;
	}
	.txt20 {
		font-size: 18px;
		line-height: 1.6;
	}
	.txt18 {
		font-size: 15px;
		line-height: 1.6;
	}
	.txt16 {
		font-size: 14px;
		line-height: 1.6;
	}
	.txt14 {
		font-size: 12px;
		line-height: 1.5;
	}
	.img_cap ,
	.img_cap2 {
		font-size: 11px;
	}
}

@media(max-width: 640px) {
	.eng_ttl {
		font-size: 16px;
	}
	.txt24 {
		font-size: 16px;
	}
	.txt20 {
		font-size: 14px;
	}
	.txt18 {
		font-size: 12px;
	}
	.txt16 {
		font-size: 12px;
	}
	.txt14 {
		font-size: 11px;
	}
	.img_cap ,
	.img_cap2 {
		font-size: 10px;
	}
}


.design_area.l_container{
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.de_img01 {
	width: 96%;
	max-width: 1200px;
	margin: 50px auto 100px;
}
.de_img01 .ttl {
	font-size: 28px;
	line-height: 1.6;
	color: #111;
	margin-left: 10%;
	margin-bottom: 10px;
}
.de_img01 .txt {
	font-size: 16px;
	line-height: 1.8;
	color: #111;
	margin-left: 10%;
	margin-bottom: 10px;
}

.de_img02 {
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
.de_text {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 30px;
}
.de_text .ttl {
	font-size: 24px;
	line-height: 1.6;
	color: #111;
	margin-bottom: 15px;
}
.de_text .txt {
	font-size: 16px;
	line-height: 1.8;
	color: #111;
}
.de_img03 {
	position: relative;
	width: 92%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
@media(max-width:979px) {
	.de_img01 {
		margin: 40px auto 50px;
	}
	.de_img01 .ttl {
		font-size: 20px;
	}
	.de_img01 .txt {
		font-size: 13px;
		line-height: 1.6;
	}
	.de_img02 {
		margin: 0 auto 40px;
	}
	.de_text .ttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.de_text .txt {
		font-size: 13px;
		line-height: 1.6;
	}
	.de_img03 {
		margin: 0 auto 50px;
	}
	.de_img03 .ttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.de_img03 .txt {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
}
@media(max-width:640px) {
	.de_img01 {
		width: 100%;
		margin: 20px auto 30px;
	}
	.de_img01 .ttl {
		font-size: 16px;
	}
	.de_img01 .txt {
		font-size: 11px;
		line-height: 1.5;
		margin-left: 2%;
		margin-right: 2%;
	}
	.de_img02 {
		margin: 0 auto 20px;
	}
	.de_text .ttl {
		font-size: 14px;
	}
	.de_text .txt {
		font-size: 11px;
		line-height: 1.5;
	}
	.de_img03 {
		margin: 0 auto 30px;
	}
	.de_img03 .ttl {
		font-size: 14px;
	}
	.de_img03 .txt {
		font-size: 11px;
		line-height: 1.5;
	}
}


.land_area {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.land_area > .ttl {
	font-size: 24px;
	line-height: 1.6;
	color: #111;
	margin-left: 10%;
	margin-bottom: 10px;
}
.land_area > .txt {
	font-size: 16px;
	line-height: 1.8;
	color: #111;
	margin-left: 10%;
	margin-bottom: 30px;
}
.land_area .txt2 {
	width: 94%;
	max-width: 1140px;
	font-size: 18px;
	line-height: 1.8;
	color: #593b22;
	margin: 0 auto;
}
.land_area .img {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.land_text {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	max-width: 1200px;
	margin: 40px auto 0;
}
.land_text li {
	float: left;
	width: 23%;
	margin: 0 1% 30px;
}
.land_text .top {
	font-size: 18px;
	line-height: 1.5;
	color: #111;
}
.land_text .top span {
	font-family: "EB Garamond", serif;
	font-size: 16px;
	color: #fff;
	background: #593b22;
	margin-right: 5px;
	padding: 3px 10px;
}
.land_text .txt {
	font-size: 14px;
	line-height: 1.5;
	color: #111;
	border-top: solid 1px #111;
	margin-top: 10px;
	padding-top: 5px;
}
.land_text .img {
	width: 100%;
}
@media(max-width:979px) {
	.land_area > .ttl {
		font-size: 18px;
		margin-left: 3%;
		margin-bottom: 10px;
	}
	.land_area > .txt {
		font-size: 13px;
		margin-left: 3%;
		margin-bottom: 20px;
	}
	.land_area .txt2 {
		font-size: 15px;
		line-height: 1.6;
	}
	.land_text li {
		float: left;
		width: 30.3%;
		margin: 0 1.5% 25px;
	}
	.land_text .top {
		font-size: 15px;
	}
	.land_text .top span {
		font-size: 14px;
	}
	.land_text .txt {
		font-size: 12px;
	}
}
@media(max-width:640px) {
	.land_area {
		margin: 0 auto 20px;
	}
	.land_area > .ttl {
		font-size: 15px;
		margin-left: 2%;
		margin-right: 2%;
	}
	.land_area > .txt {
		font-size: 11px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.land_area .txt2 {
		width: 90%;
	}
	.land_area .img {
		margin: 0 auto 20px;
	}
	.land_text {
		width: 98%;
		margin: 20px auto 0;
	}
	.land_text li {
		float: none;
		width: 90%;
		margin: 0 5% 20px;
	}
	.land_text .top {
		font-size: 13px;
	}
	.land_text .top span {
		font-size: 13px;
		padding: 2px 7px;
	}
	.land_text .txt {
		font-size: 11px;
		margin-top: 5px;
		padding-top: 3px;
	}
	.land_text .img {
		width: 90%;
		margin: 0 5%;
	}
}


.view_area {
	width: 96%;
	max-width: 1100px;
	margin: 50px auto 80px;
}
.view_area .view {
	display: flex;
	flex-wrap: nowrap;
}
.view_area .view .txt {
	width: 45%;
	font-size: 16px;
	line-height: 1.8;
	color: #111;
	margin: 40px 3% 10px 0;
}
.view_area .view .txt span {
	font-family: 'Playfair Display', serif;
}
.view_area .view .img {
	width: 52%;
}
.view_area .cap {
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #111;
	margin-top: 20px;
}
@media(max-width:979px) {
	.view_area {
		margin: 30px auto 50px;
	}
	.view_area .view .txt {
		font-size: 13px;
		line-height: 1.6;
		margin: 30px 3% 10px 0;
	}
}
@media(max-width:640px) {
	.view_area {
		margin: 20px auto 50px;
	}
	.view_area .view {
		display: block;
	}
	.view_area .view .txt {
		width: 80%;
		font-size: 11px;
		line-height: 1.6;
		margin: 5px 10%;
	}
	.view_area .view .img {
		width: 80%;
		margin: 0 10%;
	}
}


.green_area {
	width: 100%;
	max-width: 1080px;
	margin: 60px auto 80px;
}
.green_area li {
	float: left;
	width: 47%;
	margin: 0 1.5%;
}
.green_area .img1 {
	margin-top: 10px;
}
.green_area .img2 {
	margin-top: 50px;
}

.designer {
	width: 90%;
	max-width: 700px;
	background: #ddd;
	margin: 50px auto 80px;
	padding: 20px 2%;
}
.designer .prof {
	float: left;
	width: 68%;
	padding-left: 2%;
}
.designer .img {
	float: right;
	width: 26%;
	max-width: 200px;
	padding: 0 0 0 4%;
	box-sizing: unset;
}
.designer .img img {
	width: 100%;
}
@media(max-width:979px) {
	.green_area {
		margin: 0 auto 50px;
	}
}
@media(max-width:640px) {
	.green_area {
		width: 92%;
		margin: 0 auto 20px;
	}
	.green_area li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.green_area .img1 {
		margin-top: -20%;
	}
	.green_area .img2 {
		margin-top: 20px;
	}
	.designer {
		width: 90%;
		margin: 30px auto;
		padding: 10px 0;
	}
	.designer .img {
		float: none;
		width: 50%;
		max-width: 140px;
		padding: 0;
		margin: 10px auto;
	}
	.designer .prof {
		float: none;
		width: 92%;
		padding-right: 0;
		margin: 10px auto;
	}
}

@media(max-width:640px) {
	footer .prevnext {
		margin: 80px auto 40px;
	}
}
