.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-ourhistory {
	/* background: url('../../img/history/ourhistory-bg.png') no-repeat; */
	height: 720px;
	position: relative;
	overflow: hidden;
}
.section-ourhistory .content {
	position: relative;
}
.section-ourhistory .content .ourhistory-top-img {
	position: absolute;
	top: -188px;
    left: -5%;
}
.section-ourhistory .ourhistory-top-message {
	position: absolute;
	top: 70px;
    left: 50%;
	margin-left: -70px;
	color: #5f4422;
}

.section-ourhistory .ourhistory-top-message .title {
	font-size: 4rem;
	/* font-weight: bold; */
	margin-bottom: 30px;
	letter-spacing: 0.6rem;
	line-height: 1.4em;
}

.section-ourhistory .ourhistory-top-message .txt {
	font-size: 1.6rem;
	letter-spacing: 0.4rem;
	line-height: 2em;
}

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

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

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

@media screen and (max-width: 767px) {
	.section-ourhistory {
		background: none;
		height: auto;
		position: static;
	}
	.section-ourhistory .ourhistory-top-message {
		position: static;
		margin-left: 0;
		padding: 0 25px;
	}
	.section-ourhistory .ourhistory-top-message .title {
		font-size: 2rem;
		margin-bottom: 25px;
		line-height: 1.6em;
	}
	.section-ourhistory .ourhistory-top-message .txt {
		font-size: 1.2rem;
		letter-spacing: 0.4rem;
		line-height: 1.7em;
		margin-bottom: 60px;
	}
	.section-ourhistory .headline__title-en {
		font-size: 2.25rem;
	}
	.section-ourhistory .headline__title-ja {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
}

.section-historydetail .section-content {
	padding: 60px 0 120px;
	text-align: center;
}

.section-historydetail .title {
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.4rem;
	margin-bottom: 60px;
}

.section-historydetail .txt {
	letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
	.section-historydetail .section-content {
		padding: 40px 0 80px;
	}
	.section-historydetail .title {
		font-size: 2rem;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	.section-historydetail .txt {
		padding: 0 20px;
		text-align: left;
	}
}

.section-photogallery {
	background: #faf6ef;
	padding: 120px 0;
}

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

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

.section-photogallery .photogallery-title {
	width: 100%;
	display: block;
	font-size: 5rem;
	color: #5f4422;
	letter-spacing: 0.7rem;
}

.section-photogallery .photogallery-title-en {
	font-family: 'Cormorant Garamond', serif;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	color: #5f4422;
	margin-bottom: 1em;
}

.section-photogallery li {
	width: calc((100% - 60px) / 4);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.section-photogallery li img {
	width: 100%;
}

.section-photogallery li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.section-photogallery {
		padding: 50px 10px;
	}
	.section-photogallery .photogallery-title {
		font-size: 2.6rem;
	}
	.section-photogallery .photogallery-title-en {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.section-photogallery li {
		width: calc((100% - 15px) / 2);
		float: left;
		margin-right: 14px;
		margin-bottom: 15px;
	}
	.section-photogallery li:nth-child(2n) {
		margin-right: 0;
	}
}

/*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;
	}
}

@media (max-width: 640px) {
    .sbi_item {
		width: 33.3333% !important;
	}
}