@charset "UTF-8";

#mainVisual .mainVisualTit .en>span span {
	font-family: 'Libre Caslon Display', serif;
}

.bg {
	background: #94adab;
	padding: 0 0 200px;
}

.intro {
	padding: 100px 0;
	text-align: center;
	color: #fff;
}


.landlease {
	max-width: 1118px;
	background: #fff;
	margin: 0 auto 60px;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
	padding: 40px 45px 65px 65px;
}

.landlease:last-child {
	margin-bottom: 0;
}

.landlease .txt-en {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0;
}

.landlease .txt-en span {
	font-family: 'Libre Caslon Display', serif;
}

.landlease .landlease__tit {
	font-size: 35px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #94adab;
}

.landlease .inner .inner__txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0 60px;
}

.landlease .inner .inner__txt .landlease__tit {
	width: 280px;
}

.landlease .inner .inner__txt > p {
	width: calc(100% - 280px);
	padding-left: 30px;
	border-left: 1px solid #94adab;
}





.landlease01 .inner {
	align-items: flex-start;
	margin: 30px 0 0;
}

.landlease01 .inner .landlease__tit {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.landlease01 .inner .photo {
	width: 37.27634%;
}

.landlease01 .inner .inner__txt {
	width: 59%;
	margin: 0;
}

.landlease01 .inner .inner__txt ul li {
	background: #f4f3d5;
	position: relative;
	padding: 20px 10px 20px 100px;
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 35px;
}

.landlease01 .inner .inner__txt ul li:last-child {
	margin-bottom: 0;
}

.landlease01 .inner .inner__txt ul li::before {
	content: '';
	position: absolute;
	width: 76px;
	height: 46px;
	background: url('../imgs/arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.landlease01 .inner .inner__txt ul li span {
	font-size: 25px;
	color: #d88e5b;
}









.landlease02 .inner .inner__img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.landlease02 .inner .inner__img figure {
	width: 47.5%;
}



.landlease03 .inner .inner__txt .landlease__tit {
	width: 430px;
}

.landlease03 .inner .inner__txt > p {
	width: calc(100% - 430px);
}

.landlease03 .note {
	text-align: right;
	margin-top: 10px;
}





.landlease04 .inner .inner__txt .landlease__tit {
	width: 430px;
}

.landlease04 .inner .inner__txt > p {
	width: calc(100% - 430px);
}



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

	.bg {
		padding-bottom: 60px;
	}

	.intro {
		padding: 60px 0;
	}

	.intro p {
/*		text-align: left;*/
	}
	
	.landlease {
		width: calc(100% - 40px);
		padding: 40px 20px;
		margin-bottom: 40px;
	}

	.landlease .txt-en {
		font-size: 4vw;
		margin-bottom: 20px;
	}

	.landlease .landlease__tit {
		font-size: 5.4vw;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.landlease01 .inner {
		margin-top: 0;
	}

	.landlease .inner .inner__txt {
		margin: 0 0 30px !important;
	}

	.landlease .inner .inner__txt .landlease__tit {
		width: 100% !important;
	}

	.landlease .inner .inner__txt > p {
		width: 100% !important;
		padding-left: 0;
		border-left: none;
		margin-top: 0;
	}

	.landlease02 .inner .inner__txt {
		margin-top: 2.5vw;
		margin-bottom: 8vw;
	}

	.landlease01 .inner .photo {
		width: 100%;
		margin: 0 0 15px;
	}

	.landlease01 .inner .photo img {
		width: 100%;
	}

	.landlease01 .inner .inner__txt {
		width: 100%;
		margin-bottom: 0 !important;
	}	

	.landlease01 .inner .inner__txt ul li {
		margin-bottom: 15px;
		padding-left: 11vw;
		font-size: 3.6vw;
	}

	.landlease01 .inner .inner__txt ul li:last-child {
		margin-bottom: 0;
	}

	.landlease01 .inner .inner__txt ul li span {
		font-size: 4.5vw;
		display: block;
	}

	.landlease01 .inner .inner__txt ul li::before {
		width: 7vw;
		left: 10px;
	}


	.landlease02 .inner .inner__img figure:nth-of-type(1) {
		width: 100%;
		margin-top: 6vw;
		text-align: center;
	}

	.landlease02 .inner .inner__img figure:nth-of-type(2) {
		width: 100%;
		order: -1;
		text-align: center;
	}


	.landlease03 .photo {
		padding-top: 50px;
	}	

	.landlease03 .note {
		text-align: left;
	}

	.landlease04 .photo {
		padding-top: 40px;
	}
	
}