.w880 {
	max-width: 880px;
	margin: 0 auto;
}

.row {
	padding: 0;
}

#site-main {
	background-color: #FFF;
}

.section-content {
	padding-bottom: 0;
}

.section-hero .section-content {
	padding: 0;
}

.section-hero .section-content img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.section-content {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.section-content {
		padding-top: 20px;
		padding-bottom: 0;
	}
}

.section-landborrowing .headline {
	text-align: center;
}

.section-landborrowing .headline__title-en {
	font-family: 'Cormorant Garamond', serif;
	font-size: 4rem;
	font-weight: 500;
	color: #5f4422;
}

.section-landborrowing .headline__title-ja {
	width: 100%;
	display: block;
	font-size: 2.0rem;
	color: #5f4422;
}

.section-landborrowing .content .txt {
	text-align: center;
	/* font-weight: bold; */
	font-size: 3rem;
	color: #5f4422;
	margin-top: 60px;
	letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
	.section-landborrowing .headline__title-en {
		font-size: 2.25rem;
	}
	.section-landborrowing .headline__title-ja {
		font-size: 1.2rem;
	}
	.section-landborrowing .content .txt {
		font-size: 2rem;
		margin-top: 30px;
		letter-spacing: 0.3rem;
	}
}

.boshutyu {
	margin: 75px auto 30px;
	background: #faf6ef;
	padding: 40px;
}

.boshutyu .boshutyu-title {
	background: #7e6b5a;
	/* font-weight: bold; */
	letter-spacing: 0.4rem;
	padding: 20px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 5px;
}

.boshutyu-list {
	text-align: center;
	font-size: 1.8rem;
	margin: 45px 0 75px;
}

.boshutyu-list li {
	letter-spacing: 0.4rem;
	display: inline-block;
	margin: 0 10px;
}

a.more.fill {
	max-width: 300px;
	border-radius: 50px;
}

@media screen and (max-width: 767px) {
	.boshutyu {
		margin: 40px auto 30px;
		padding: 20px 20px 35px;
	}
	.boshutyu .boshutyu-title {
		padding: 15px;
		font-size: 1.2rem;
	}
	.boshutyu-list {
		font-size: 1.6rem;
		margin: 35px 0 35px;
	}
	a.more.fill {
		max-width: 200px;
		font-size: 1.3rem;
	}
}

/*footer-item footer-link*/

.section-footeritem {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQYV2NkgIKvb279h7FBNCNOCXSVMIWMyBLcImpgE0BixEkgWw4AeEMeY87Dl7IAAAAASUVORK5CYII=) repeat;
	padding: 60px 0;
	text-align: center;
	color: #735a3b;
}

.section-footeritem .section-content {
	padding-top: 0;
}

.section-footeritem img {
	width: 100%;
}

.section-footeritem .headline__title {
	line-height: 1;
	margin-bottom: 30px;
}

.section-footeritem .headline__title-main {
	font-size: 2.8rem;
	color: #5f4422;
	letter-spacing: 0.3rem;
}

.section-footeritem .headline__title-sub {
	width: 100%;
	display: block;
	font-size: 1.8rem;
	color: #5f4422;
}

.section-footeritem dt {
	font-size: 1.9rem;
	letter-spacing: 0.35rem;
	margin: 1em 0 0em;
	color: #5f4422;
}

.section-footeritem dd {
	letter-spacing: 0.35rem;
	font-size: 1.4rem;
	color: #5f4422;
}

.section-footeritem .content a {
	display: block;
}

@media screen and (max-width: 767px) {
	.section-footeritem {
		padding: 60px 0 40px;
	}
	.section-footeritem dt {
		font-size: 2.0rem;
	}
	.section-footeritem dd {
		font-size: 1.2rem;
	}
	.section-footeritem .headline__title {
		margin-bottom: 40px;
	}
	.section-footeritem .headline__title-sub {
		margin-top: 10px;
	}
	.section-footeritem .section-content {
		padding-left: 6%;
		padding-right: 6%;
	}
	.section-footeritem .content {
		margin: 0 15px;
	}
	.section-footeritem .cell {
		margin-bottom: 3em;
	}
}

.section-footerlink .section-content {
	padding-top: 0;
}

.section-footerlink img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.section-footerlink .cell {
		padding: 10px 0;
	}
	.section-footerlink {
		padding-top: 20px;
	}
}