@charset "utf-8";

#main {
	width: 100%;
}

/* メインビジュアルここから */
.topmv {
	width: 100%;
	background: linear-gradient(#2a1d16, #b2a283);
}

.topmvIn {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
/* メインビジュアルここまで */


.top00 {
	width: 100%;
	background-color: #f9f5f2;
}

.top00In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 75px;
}

.top01 {
	width: 100%;
	background-image: url(../imgs/top01bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.top01In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

.top01In01 div {
	margin: 15px 0px;
	color: #65562f;
	font-size: 1.7rem;
	line-height: 1.5;
	z-index: 101;
}

.top02 {
	width: 100%;
	background: #f8ebd0;
}

.top02In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.top02dtl ul {
	font-size: 0px;
}

.top02dtl ul li {
	display: inline-block;
	margin-top: 10px;
	width: calc( 100% / 3 );
	font-size: 1.7rem;
	text-align: center;
}

.top02dtl ul li div {
	margin: 0px 46px;
	text-align: left;
	color: #58493f;
	line-height: 1.5;
}

.top03 {
	width: 100%;
	background: #594940;
}

.top03In {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../imgs/top03bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 400px;
}

.top03In2 {
	width: 930px;
	padding-top: 90px;
	margin-left: auto;
	text-align: left;
}

.top03Inimg01 {
	width: 100%;
	max-width: 754px;
}

.top03In201 {
	margin-top: 20px;
	color: #e3dba4;
	font-size: 2.1rem;
	line-height: 1.5;
}

.top03In202 {
	margin-top: 20px;
	margin-left: 330px;
}

.top04 {
	margin-top: 126px;
	width: 100%;
	background: linear-gradient(#d3ba92, #ffffff);
	background: -moz-linear-gradient(bottom, #d3ba92 0%, #ffffff 20%, #ffffff); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#d3ba92), color-stop(20%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* IE10+ */
	background: linear-gradient(to bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* W3C */
}

.top04ttl {
	text-align: center;
	margin-top: -86px;
}

.top04In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 95px;
	padding-bottom: 85px;
}

.top04ttl2 {
	margin: 15px 0px;
	color: #65562f;
	font-size: 3.6rem;
	line-height: 1.5;
}

.top04In ul {
	font-size: 0px;
}

.top04In ul li {
	display: inline-block;
	margin-top: 70px;
	width: calc( ( 100% - 38px ) / 3 );
	color: #65562f;
	font-size: 1.8rem;
	line-height: 1.5;
	vertical-align: top;
}

.top04In ul li:nth-child(2) {
	margin-left: 19px;
	margin-right: 19px;
}

.top04In ul li:nth-child(5) {
	margin-left: 19px;
	margin-right: 19px;
}

.top04In ul li:nth-child(8) {
	margin-left: 19px;
	margin-right: 19px;
}

.top04In ul li:nth-child(11) {
	margin-left: 19px;
}

.top04listdtl {
	text-align: center;
}

.top04listdtlIn {
	margin-top: 14px;
	display: inline-block;
	text-align: left;
	color: #65562f;
}

.top04listdtlIn img {
	vertical-align: middle;
	margin-right: 7px;
}

.top04hr {
	background: -moz-linear-gradient(bottom, #faefe0 0%, #d2b371 17%, #e7cf9a 34%, #d8bb7a 50%, #a89461 67%, #a28d6d 83%, #ae9876 90%,#c7af89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#faefe0), color-stop(17%,#d2b371), color-stop(34%,#e7cf9a), color-stop(50%,#d8bb7a), color-stop(67%,#a89461), color-stop(83%,#a28d6d), color-stop(90%,#ae9876), color-stop(100%,#c7af89)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* IE10+ */
	background: linear-gradient(to bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* W3C */
	height: 8px;
	border: 0;
}


.top05 {
	width: 100%;
	background: linear-gradient(#87704f, #3b2b21);
	background: -moz-linear-gradient(bottom, #87704f 0%, #3b2b21 50%, #3b2b21); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#87704f), color-stop(50%,#3b2b21), color-stop(100%,#3b2b21)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* IE10+ */
	background: linear-gradient(to bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* W3C */
}

.top05In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 95px;
	padding-bottom: 85px;
}

.top05qa {
	max-width: 1070px;
	margin: 0 auto;
	background-image: url(../imgs/top05bg.png);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 50px;
}

.top05ttl div {
	color: #65562f;
	font-size: 3.6rem;
	margin-top: 20px;
}

.top05qaIn {
	width: 970px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 0px;
}

.top05qaIn ul {
	width: calc( ( 100% - 30px ) / 2 );
	display: inline-block;
	vertical-align: top;
}

.top05qaIn ul:nth-child(2) {
	margin-left: 30px;
}

.top05qaIn ul li {
	color: #65562f;
	line-height: 1.5;
	text-align: left;
}

.top05q {
	border-top: 1px solid #b39a35;
	padding: 10px;
	cursor: pointer;
	font-size: 0;
}

.top05q div {
	display:inline-block;
	font-size: 1.6rem;
}

.top05q div:first-child {
	width: 50px;
	vertical-align: top;
}

.top05q div:last-child {
	width: calc( 100% - 50px );
	padding-top: 10px;
}

.top05a {
	padding: 10px;
	border-top: 1px solid #a9a9a9;
	font-size: 0;
}

.top05a div {
	display:inline-block;
	font-size: 1.6rem;
}

.top05a div:first-child {
	width: 50px;
	vertical-align: top;
}

.top05a div:last-child {
	width: calc( 100% - 50px );
	padding-top: 10px;
}


.top06 {
	width: 100%;
	background: #fef6ea;
}

.top06In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 85px;
}

.top06ttl div {
	margin-top: 20px;
	color: #65562f;
	font-size: 3.6rem;
}

.top06dtl {
	text-align: left;
}

.top06dtl img {
	margin-bottom: 12px;
}

.top06In ul {
	font-size: 0;
}

.top06In ul li {
	display: inline-block;
	margin-top: 60px;
	width: calc( ( 100% - 60px ) / 3 );
	font-size: 1.4rem;
	color: #000000;
	line-height: 1.5;
	vertical-align: top;
	letter-spacing: 0.5px;
}

.top06In ul li {
	margin-left: 30px;
}

.top06In ul li:first-child {
	margin-left: 0px;
}

.top06In ul li:nth-child(4) {
	margin-left: 0px;
}

.top06In ul li div {
	margin: 0px 30px;
}

.top07 {
	width: 100%;
	background-image: url(../imgs/top07bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.top07In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 24px;
}

.top07In img {
	margin-bottom: 15px;
}


.top08 {
	width: 100%;
	background: #27170e;
}

.top08In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 35px;
	background-image: url(../imgs/top08bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.top08list {
	max-width: 970px;
	margin: 0 auto;
	color: #e3dba4;
}

.top08ttl {
	margin-top: 30px;
	font-size: 3.0rem;
}

.top08listIn {
	padding-top: 80px;
}

.top08listIn ul {
	font-size: 0;
}

.top08listIn ul li {
	display: inline-block;
	width: calc( 100% / 4 );
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 1169px) {
	#main {
		width: 100%;
	}

	/* メインビジュアルここから */
	.topmv {
		width: 100%;
		background: linear-gradient(#2a1d16, #b2a283);
	}

	.topmvIn {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
	}

	.topmvIn img {
		width: 100%;
	}
	/* メインビジュアルここまで */


	.top00In {
		padding: 30px 0 35px;
	}

	.top00In01 img {
		width: 94%;
	}

	.top01 {
		width: 100%;
		background-image: url(../imgs/top01bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #ffffff;
		background-size:contain;
	}

	.top01In {
		width: 94%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
	}

	.top01In img:first-child {
		width: 70%;
	}

	.top01In img:last-child {
		width: 90%;
	}

	.top01In01 div {
		margin: 15px 0px 0px 0px;
		color: #65562f;
		font-size: 1.7rem;
		line-height: 1.5;
	}


	.top02 {
		width: 100%;
		background: #f8ebd0;
	}

	.top02In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.top02In img {
		width: 80%;
	}

	.top02dtl ul {
		font-size: 0px;
	}

	.top02dtl ul li {
		display: inline-block;
		margin-top: 10px;
		width: calc( 100% / 3 );
		font-size: 1.1rem;
		text-align: center;
	}

	.top02dtl ul li img {
		width: 90%;
	}

	.top02dtl ul li div {
		margin: 0px 20px;
		text-align: left;
		color: #58493f;
		line-height: 1.5;
	}


	.top03 {
		width: 100%;
		background: #594940;
	}

	.top03In {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		text-align: center;
		background-image: url(../imgs/top03bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		min-height: initial;
	}

	.top03In2 {
		width: 90%;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.top03Inimg01 {
		width: 100%;
		max-width: 754px;
	}

	.top03In201 {
		margin-top: 20px;
		color: #f7f6f4;
		font-size: 2.1rem;
		line-height: 1.5;
	}

	.top03In202 {
		margin-top: 20px;
		margin-left: 400px;
	}


	.top04 {
		margin-top: 50px;
		width: 100%;
		background: linear-gradient(#d3ba92, #ffffff);
		background: -moz-linear-gradient(bottom, #d3ba92 0%, #ffffff 20%, #ffffff); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#d3ba92), color-stop(20%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* Opera 11.10+ */
		background: -ms-linear-gradient(bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* IE10+ */
		background: linear-gradient(to bottom, #d3ba92 0%,#ffffff 20%,#ffffff); /* W3C */
	}

	.top04ttl {
		text-align: center;
		margin-top: -50px;
	}

	.top04ttl img {
		width: 60%;
	}

	.top04In {
		width: 94%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	.top04In > img {
		width: 30%;
	}

	.top04ttl2 {
		margin: 15px 0px;
		color: #65562f;
		font-size: 2.4rem;
		line-height: 1.5;
	}

	.top04In ul {
		font-size: 0px;
	}

	.top04In ul li {
		display: inline-block;
		margin-top: 30px;
		width: calc( ( 100% - 38px ) / 3 );
		color: #65562f;
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.top04In ul li:nth-child(2) {
		margin-left: 19px;
		margin-right: 19px;
	}

	.top04In ul li:nth-child(5) {
		margin-left: 19px;
		margin-right: 19px;
	}

	.top04In ul li:nth-child(8) {
		margin-left: 19px;
		margin-right: 19px;
	}

	.top04In ul li:nth-child(11) {
		margin-left: 19px;
	}

	.top04listdtlIn {
		margin-top: 14px;
		display: inline-block;
		text-align: left;
		color: #65562f;
	}

	.top04listdtlIn img {
		height: 12.5px;
		vertical-align: middle;
		margin-right: 7px;
	}

	.top04listttl img {
		width: 100%;
	}

	.top04hr {
		background: -moz-linear-gradient(bottom, #faefe0 0%, #d2b371 17%, #e7cf9a 34%, #d8bb7a 50%, #a89461 67%, #a28d6d 83%, #ae9876 90%,#c7af89 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#faefe0), color-stop(17%,#d2b371), color-stop(34%,#e7cf9a), color-stop(50%,#d8bb7a), color-stop(67%,#a89461), color-stop(83%,#a28d6d), color-stop(90%,#ae9876), color-stop(100%,#c7af89)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* IE10+ */
		background: linear-gradient(to bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* W3C */
		height:8px;
		border:0;
	}


	.top05 {
		width: 100%;
		background: linear-gradient(#87704f, #3b2b21);
		background: -moz-linear-gradient(bottom, #87704f 0%, #3b2b21 50%, #3b2b21); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#87704f), color-stop(50%,#3b2b21), color-stop(100%,#3b2b21)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* Opera 11.10+ */
		background: -ms-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* IE10+ */
		background: linear-gradient(to bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* W3C */
	}

	.top05In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.top05qa {
		width: 90%;
		max-width: 970px;
		margin: 0 auto;
		background-image: url(../imgs/top05bg.png);
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 30px;
	}

	.top05ttl img {
		width: 60%;
	}

	.top05ttl div {
		color: #65562f;
		font-size: 2.4rem;
		margin-top: 14px;
	}

	.top05qaIn {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 0px;
	}

	.top05qaIn ul {
		width: calc( ( 100% - 20px ) / 2 );
		display: inline-block;
		vertical-align: top;
	}

	.top05qaIn ul:nth-child(2) {
		margin-left: 20px;
	}

	.top05qaIn ul li {
		color: #65562f;
		line-height: 1.5;
		text-align: left;
	}

	.top05q {
		border-top: 1px solid #b39a35;
		padding: 10px;
		cursor: pointer;
		font-size: 0;
	}

	.top05q div {
		display:inline-block;
		font-size: 1.4rem;
	}

	.top05q div:first-child {
		width: 50px;
		vertical-align: top;
	}

	.top05q div:last-child {
		width: calc( 100% - 50px );
		padding-top: 5px;
	}

	.top05a {
		padding: 10px;
		border-top: 1px solid #a9a9a9;
		font-size: 0;
	}

	.top05a div {
		display:inline-block;
		font-size: 1.4rem;
	}

	.top05a div:first-child {
		width: 50px;
		vertical-align: top;
	}

	.top05a div:last-child {
		width: calc( 100% - 50px );
		padding-top: 10px;
	}


	.top06 {
		width: 100%;
		background: #fef6ea;
	}

	.top06In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 75px;
		padding-bottom: 85px;
	}

	.top06ttl img {
		width: 30%;
	}

	.top06ttl div {
		margin-top: 20px;
		color: #65562f;
		font-size: 2.2rem;
	}

	.top06dtl {
		text-align: left;
	}

	.top06dtl img {
		margin-bottom: 8px;
	}

	.top06In ul {
		font-size: 0;
	}
	.top06In ul li {
		display: inline-block;
		margin-top: 30px;
		width: calc( ( 100% - 20px ) / 3 );
		font-size: 1.4rem;
		color: #000000;
		line-height: 1.5;
		vertical-align: top;
		letter-spacing: 0.5px;
	}

	.top06In ul li {
		margin-left: 10px;
	}

	.top06In ul li:first-child {
		margin-left: 0px;
	}

	.top06In ul li:nth-child(4) {
		margin-left: 0px;
	}
		.top06In ul li img {
			width: 100%;
		}

	.top06In ul li div {
		margin: 0px 14px;
	}

	.top07 {
		width: 100%;
		background-image: url(../imgs/top07bg.png);
		background-position: center top;
		background-repeat: repeat-x;
		background-color: #ffffff;
	}

	.top07In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 24px;
	}

	.top07In img {
		margin-bottom: 15px;
		width: 100%;
	}


	.top08 {
		width: 100%;
		background: #27170e;
	}

	.top08In {
		width: 94%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		background-image: url(../imgs/top08bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	.top08list {
		max-width: 970px;
		margin: 0 auto;
		color: #e3dba4;
	}

	.top08list img {
		width: 40%;
	}

	.top08ttl {
		margin-top: 20px;
		font-size: 2.2rem;
	}

	.top08listIn {
		padding-top: 30px;
	}

	.top08listIn ul {
		font-size: 0;
	}

	.top08listIn ul li {
		display: inline-block;
		width: calc( ( 100% - 15px ) / 4 );
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: left;
		vertical-align: top;
		margin-left: 5px;
	}

	.top08listIn ul li:first-child {
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	#main {
		width: 100%;
	}

	/* メインビジュアルここから */
	.topmv {
		width: 100%;
		background: linear-gradient(#2a1d16, #b2a283);
	}

	.topmvIn {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
	}

	.topmvIn img {
		width: 100%;
	}
	/* メインビジュアルここまで */

	.top00In01 img {
		width: 94%;
	}

	.top01 {
		width: 100%;
		background-image: url(../imgs/top01bgsp.png);
		background-position: center top;
		background-repeat: repeat-x;
		background-color: #ffffff;
		background-size: contain;
	}

	.top01In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
	}

	.top01In img:first-child {
		width: 80%;
	}

	.top01In img:last-child {
		width: 100%;
	}

	.top01In div {
		margin: 10px 0px 0px 0px;
		color: #65562f;
		font-size: 4.375vw;
		line-height: 1.5;
	}

	.top02 {
		width: 100%;
		background: #f8ebd0;
	}


	.top02In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.top02In img {
		width: 90%;
	}

	.top02dtl ul {
		font-size: 0px;
	}

	.top02dtl ul li {
		display: inline-block;
		margin-top: 10px;
		width: calc( 100% / 1 );
		font-size: 4.0625vw;
		text-align: center;
	}

	.top02dtl ul li img {
		width: 80%;
	}

	.top02dtl ul li div {
		margin: 0px 9.375vw;
		text-align: left;
		color: #58493f;
		line-height: 1.5;
	}


	.top03 {
		width: 100%;
		background: #594940;
	}

	.top03In {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		text-align: center;
		background-image: url(../imgs/top03bgsp.png);
		background-position: center top;
		background-repeat: no-repeat;
		min-height: initial;
	}

	.top03In2 {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.top03Inimg01 {
		width: 100%;
		max-width: 754px;
	}

	.top03In201 {
		margin-top: 10px;
		color: #f7f6f4;
		font-size: 4.375vw;
		line-height: 1.5;
	}

	.top03In202 {
		margin-top: 10px;
		margin-left: initial;
		text-align: right;
	}

	.top03In202 img {
		width: 40%;
	}


	.top04 {
		margin-top: 9.375vw;
		width: 100%;
		background: linear-gradient(#d3ba92, #ffffff);
		background: -moz-linear-gradient(bottom, #d3ba92 0%, #ffffff 18%, #ffffff); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#d3ba92), color-stop(18%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(bottom, #d3ba92 0%,#ffffff 18%,#ffffff); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(bottom, #d3ba92 0%,#ffffff 18%,#ffffff); /* Opera 11.10+ */
		background: -ms-linear-gradient(bottom, #d3ba92 0%,#ffffff 18%,#ffffff); /* IE10+ */
		background: linear-gradient(to bottom, #d3ba92 0%,#ffffff 14%,#ffffff); /* W3C */
	}

	.top04ttl {
		text-align: center;
		margin-top: -9.375vw;
	}

	.top04ttl img {
		width: 80%;
	}

	.top04In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	.top04In > img {
		width: 30%;
	}

	.top04ttl2 {
		margin: 10px 0px;
		color: #65562f;
		font-size: 4.375vw;
		line-height: 1.5;
	}

	.top04In ul {
		font-size: 0px;
	}

	.top04In ul li {
		display: inline-block;
		margin-top: 20px;
		width: 100%;
		color: #65562f;
		font-size: 4.375vw;
		line-height: 1.5;
	}

	.top04In ul li:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.top04In ul li:nth-child(5) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.top04In ul li:nth-child(8) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.top04In ul li:nth-child(11) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.top04In ul li:nth-child(even) {
		margin-left: 0;
	}

	.top04listdtlIn {
		margin-top: 10px;
		display: inline-block;
		text-align: left;
		color: #65562f;
	}

	.top04listdtlIn img {
		height: 1.875vw;
		vertical-align: middle;
		margin-right: 0.625vw;
	}

	.top04listttl img {
		width: 100%;
	}

	.top04hr {
		background: -moz-linear-gradient(bottom, #faefe0 0%, #d2b371 17%, #e7cf9a 34%, #d8bb7a 50%, #a89461 67%, #a28d6d 83%, #ae9876 90%,#c7af89 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#faefe0), color-stop(17%,#d2b371), color-stop(34%,#e7cf9a), color-stop(50%,#d8bb7a), color-stop(67%,#a89461), color-stop(83%,#a28d6d), color-stop(90%,#ae9876), color-stop(100%,#c7af89)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* IE10+ */
		background: linear-gradient(to bottom, #faefe0 0%,#d2b371 17%,#e7cf9a 34%,#d8bb7a 50%,#a89461 67%,#a28d6d 83%,#ae9876 90%,#c7af89 100%); /* W3C */
		height:8px;
		border:0;
	}


	.top05 {
		width: 100%;
		background: linear-gradient(#87704f, #3b2b21);
		background: -moz-linear-gradient(bottom, #87704f 0%, #3b2b21 50%, #3b2b21); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#87704f), color-stop(50%,#3b2b21), color-stop(100%,#3b2b21)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* Opera 11.10+ */
		background: -ms-linear-gradient(bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* IE10+ */
		background: linear-gradient(to bottom, #87704f 0%,#3b2b21 50%,#3b2b21); /* W3C */
	}

	.top05In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.top05qa {
		width: 93.5%;
		max-width: 970px;
		margin: 0 auto;
		background: #ffffff;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 10px;
	}

	.top05ttl img {
		width: 60%;
	}

	.top05ttl div {
		color: #65562f;
		font-size: 4.375vw;
		margin-top: 10px;
	}

	.top05qaIn {
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
		font-size: 0px;
	}

	.top05qaIn ul {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.top05qaIn ul:nth-child(2) {
		margin-left: 0px;
	}

	.top05qaIn ul li {
		color: #65562f;
		line-height: 1.5;
		text-align: left;
	}

	.top05q {
		border-top: 1px solid #b39a35;
		padding: 10px;
		cursor: pointer;
		font-size: 0;
	}

	.top05q div {
		display:inline-block;
		font-size: 3.75vw;
	}

	.top05q div:first-child {
		width: 6.25vw;
		vertical-align: top;
	}

	.top05q div:first-child img {
		width: 84%;
	}

	.top05q div:last-child {
		width: calc( 100% - 6.25vw );
		padding-top: 0px;
	}

	.top05a {
		padding: 10px;
		border-top: 1px solid #a9a9a9;
		font-size: 0;
	}

	.top05a div {
		display:inline-block;
		font-size: 3.75vw;
	}

	.top05a div:first-child {
		width: 6.25vw;
		vertical-align: top;
	}

	.top05a div:first-child img {
		width: 84%;
	}

	.top05a div:last-child {
		width: calc( 100% - 6.25vw );
		padding-top: 0px;
	}


	.top06 {
		width: 100%;
		background: #fef6ea;
	}

	.top06In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.top06ttl img {
		width: 60%;
	}

	.top06ttl div {
		margin-top: 10px;
		color: #65562f;
		font-size: 4.375vw;
	}

	.top06dtl {
		text-align: left;
	}

	.top06dtl img {
		margin-bottom: 8px;
	}

	.top06In ul {
		font-size: 0;
	}
	.top06In ul li {
		display: inline-block;
		margin-top: 20px;
		width: calc( ( 100% - 10px ) / 2 );
		font-size: 3.4375vw;
		color: #000000;
		line-height: 1.3;
		vertical-align: top;
		letter-spacing: 0.5px;
	}

	.top06In ul li:not(:first-child) {
		margin-left: 0px;
	}

	.top06In ul li:nth-child(even) {
		margin-left: 10px;
	}

	.top06In ul li img {
		width: 100%;
	}

	.top06In ul li div {
		margin: 0px 0px;
	}


	.top07 {
		width: 100%;
		background-image: url(../imgs/top07bg.png);
		background-position: center center;
		background-repeat: repeat-x;
		background-color: #ffffff;
		background-size: cover;
	}

	.top07In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 12px;
	}

	.top07In img {
		margin-bottom: 7px;
		width: 100%;
	}


	.top08 {
		width: 100%;
		background: #27170e;
	}

	.top08In {
		width: 94%;
		max-width: 1170px;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background-image: url(../imgs/top08bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 70% auto;
	}

	.top08list {
		max-width: 970px;
		margin: 0 auto;
		color: #e3dba4;
	}

	.top08list img {
		width: 60%;
	}

	.top08ttl {
		margin-top: 10px;
		font-size: 3.75vw;
	}

	.top08listIn {
		padding-top: 20px;
	}

	.top08listIn ul {
		font-size: 0;
	}

	.top08listIn ul li {
		display: inline-block;
		width: 90%;
		margin:0 auto;
		font-size: 3.75vw;
		line-height: 1.5;
		text-align: left;
		vertical-align: top;
		margin-left: 0px;
	}

	.top08listIn ul li:first-child {
		margin-left: 0px;
	}

	.top08listIn ul li:nth-child(2) {
		margin-left: 0px;
		margin-top: 20px;
	}

	.top08listIn ul li:nth-child(3) {
		margin-left: 0px;
		margin-top: 20px;
	}

	.top08listIn ul li:last-child {
		margin-top: 20px;
	}
}
