@charset "utf-8";
header{
	background-color: #ffffff;
}
main{
	padding-top: 90px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 70px;
	}
}
footer{
	padding-bottom: 90px;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 0 0 150px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		height: auto;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 67px;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .text01{
		margin: 0 0 36px;
		font-size: 16px;
		line-height: 32px;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		gap: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: calc((100% - 40px * 2) / 3);
	height: auto;
	min-height: 56px;
	padding: 5px 0;
	margin: 40px 40px 0 0;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	letter-spacing: calc((20/1000)*1em);
	background-color: rgb(140, 116, 75, 1.0);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		width: calc(50% - 5px);
		padding: 5px;
		margin: 40px 40px 0 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01:nth-of-type(-n+3){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .text01:nth-of-type(3n){
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .text01:not(.text01.active):hover{
	opacity: .8;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01.active{
	cursor: auto;
	background-color: rgb(140, 116, 75, .8);
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 70px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02{
		margin: 30px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: none;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01.active{
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
		gap: 32px 16px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01{
	width: calc((100% - 40px * 2) / 3);
	height: auto;
	margin: 50px 40px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01{
		width: calc(50% - 8px);
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01:nth-of-type(-n+3){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01{
		margin: 0;
	}	
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01 > .link01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01 > .link01_01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01 > .link01_02{
	width: 100%;
	height: auto;
	margin: 11px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01 > .link01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .link01 > .link01_02 > .text01{
		font-size: 13px;
		line-height: 20px;
	}
}
/*.contents01ここまで*/