@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.mainVisual::after {
	width: 100%;
	height: 7.5rem;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 1;
	content: "";
	background: url(../img/index/main_bg.png) no-repeat left bottom / 100% 100%;
}
.mainVisual img {
	width: 100%;
}
#main .about {
	padding: 2.5rem 0;
}
#main .about .centerText {
	margin-bottom: 3.8rem;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 2.09;
}
#main .about .photoList {
	margin-bottom: 4.7rem;
}
#main .about .photoList li {
	width: 50%;
}
#main .about .photoList img {
	width: 100%;
}
#main .about .text {
	margin-bottom: 2.7rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.2em;
	font-family: "Noto Serif JP", serif;
}
#main .tea {
	padding: 2.6rem 0;
}
#main .tea .headLine01 {
	margin-bottom: 3.1rem;
}
#main .tea .photoList {
	margin: -0.8% 0 3.7rem;
}
#main .tea .photoList li {
	margin: 0.8% 0.8% 0 0;
	width: 24.4%;
}
#main .tea .photoList li:nth-child(4n) {
	margin-right: 0;
}
#main .tea .photoList img {
	width: 100%;
}
#main .tea .comLink01 {
	margin-bottom: 3rem;
}
#main .tea .comBtn01 a {
	padding: 0.5rem 3.8rem 0.6rem;
	font-size: 1.9rem;
}
#main .totleBox {
	padding: 2.8rem 0;
}
#main .totleBox .imgBox .photoBox,
#main .totleBox .imgBox .textBox {
	width: 50%;
}
#main .totleBox .imgBox .photoBox img {
	width: 100%;
}
#main .totleBox .imgBox .textBox {
	background-color: rgba(84, 85, 45, 0.13);
}
#main .totleBox .imgBox .textBox a {
	padding: 0 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .totleBox .imgBox .textBox h2 {
	padding-left: 0.9rem;
	font-weight: 500;
}
#main .totleBox .imgBox .textBox h2 .en {
	margin-right: 5rem;
	display: inline-block;
	font-size: 2rem;
	letter-spacing: 0.15em;
	color: #949B5A;
	vertical-align: -0.3rem;
}
#main .totleBox .imgBox .textBox h2 .jp {
	font-size: 1.4rem;
	letter-spacing: 0.18em;
	font-family: "Noto Serif JP", serif;
}
#main .totleBox .imgBox:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#main .news {
	padding: 2rem 0 4.4rem;
}
#main .news.pd0 {
	padding: 0;
}
#main .news .content {
	max-width: 55rem;
}
#main .news .headLine01 {
	margin-bottom: 2.1rem;
}
#main .news .newsBox {
	margin: 0 -2rem 2rem 0;
}
#main .news .text {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 2.46;
}
#main .news .text .pc {
	display: block !important;
}
#main .news .text .sp {
	display: none !important;
}
#main .news .text span {
	display: block;
}
#main .news .title {
	margin-bottom: 2.1rem;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	line-height: 1.93;
	font-family: "Noto Serif JP", serif;
}
#main .news .insList {
	margin-bottom: 3.3rem;
}
#main .news .insList li {
	margin: 0 0.4rem;
	width: 10rem;
}
#main .news .insList a {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
}
#main .news .insList a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .news .insList a:hover {
	opacity: 0.7;
}
#main .contact {
	padding: 3.8rem 0 0.9rem;
	background-color: rgba(84, 85, 45, 0.13);
}
#main .contact .text {
	margin-bottom: 1.7rem;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.23em;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
}
#main .contact .comBtn01 {
	margin-bottom: 3.7rem;
}
#main .contact .comBtn01 a {
	padding: 0.2rem 1.5rem;
	background-color: #fff;
}
#main .contact .time {
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.23em;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
}
#main .contact .tel {
	margin: 0 auto 3.6rem;
	width: fit-content;
}
#main .contact .tel a {
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	font-size: 1.9rem;
	letter-spacing: 0.07em;
}
#main .contact .photoList li {
	width: 50%;
}
#main .contact .photoList img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .totleBox .imgBox .textBox a:hover {
		color: #c7a35f;
	}
	#main .totleBox .imgBox .textBox a:hover .en {
		color: #c7a35f;
		transition-delay: .13s;
	}
}
@media all and (max-width: 896px) {
	.mainVisual::after {
		height: 6.5rem;
		background-image: url(../img/index/main_bg_sp.png);
	}
	#main .about {
		padding: 3.6rem 0;
	}
	#main .about .centerText {
		margin-bottom: 4.3rem;
		font-size: 1.96rem;
		text-align: center;
		line-height: 2;
	}
	#main .about .photoList {
		margin-bottom: 5.1rem;
		display: block;
	}
	#main .about .photoList li {
		margin-bottom: 0.9rem;
		width: auto;
	}
	#main .about .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .about .headLine01 {
		margin-bottom: 3.8rem;
	}
	#main .about .text {
		margin-bottom: 3.5rem;
		font-size: 1.96rem;
	}
	#main .tea {
		padding: 1rem 0 2.5rem;
	}
	#main .tea .headLine01 {
		margin-bottom: 3.1rem;
	}
	#main .tea .photoList {
		margin: -0.5rem 0 3.7rem;
		justify-content: space-between;
	}
	#main .tea .photoList li {
		margin: 0.5rem 0 0 0;
		width: 49.5%;
	}
	#main .tea .comLink01 {
		margin-bottom: 3.3rem;
	}
	#main .tea .comBtn01 a {
		padding: 1.2rem 3.8rem 1rem;
		font-size: 2.25rem;
		letter-spacing: 0.2em;
	}
	#main .totleBox .imgBox {
		display: block;
	}
	#main .totleBox .imgBox .photoBox,
	#main .totleBox .imgBox .textBox {
		width: auto;
	}
	#main .totleBox .imgBox .textBox a {
		padding: 4.4rem 1rem;
		color: #545527;
	}
	#main .totleBox .imgBox .photoBox img {
		width: 100%;
	}
	#main .totleBox .imgBox .textBox h2 {
		padding-left: 0.9rem;
		font-weight: 500;
	}
	#main .totleBox .imgBox .textBox h2 .en {
		margin-right: 2.5rem;
		font-size: 2.8rem;
		font-weight: 400;
		color: #919A50;
	}
	#main .totleBox .imgBox .textBox h2 .jp {
		font-size: 1.96rem;
	}
	#main .totleBox .imgBox:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	#main .news {
		padding: 1.7rem 0 6rem;
	}
	#main .news .content {
		max-width: 100%;
	}
	#main .news .headLine01 {
		margin-bottom: 3.2rem;
	}
	.phone #main .news .newsBox {
		margin: 0 0 3rem;
	}
	.phone #main .news .text {
		font-size: 1.82rem;
		line-height: 1.5;
		font-weight: 400;
	}
	.phone #main .news .text .pc {
		display: none !important;
	}
	.phone #main .news .text .sp {
		display: block !important;
	}
	.phone #main .news .text span:not(:first-child) {
		margin-top: 2rem;
	}
	#main .news .title {
		margin-bottom: 3.3rem;
		font-size: 1.96rem;
		line-height: 1.75;
	}
	#main .news .insList {
		margin: 0 0.3rem 3.7rem;
		justify-content: left;
	}
	#main .news .insList li {
		margin: 0 calc(6.4% / 3) 0 0;
		width: 23.4%;
	}
	#main .news .insList li:nth-child(4n) {
		margin-right: 0;
	}
	#main .contact {
		padding: 4.1rem 0 0.9rem;
	}
	#main .contact .headLine01 {
		margin-bottom: 3.3rem;
	}
	#main .contact .text {
		margin-bottom: 2.5rem;
		font-size: 1.96rem;
		letter-spacing: 0.16em;
		line-height: 1.9;
	}
	#main .contact .comBtn01 {
		margin-bottom: 3.1rem;
	}
	#main .contact .comBtn01 a {
		padding: 1.1rem 1.5rem;
	}
	#main .contact .time {
		margin-bottom: 1.5rem;
		font-size: 1.96rem;
		letter-spacing: 0.16em;
		line-height: 1.9;
	}
	#main .contact .tel {
		margin-bottom: 4.5rem;
	}
	#main .contact .tel a {
		font-size: 2.8rem;
	}
	#main .contact .photoList li {
		width: 50%;
	}
	#main .contact .photoList img {
		width: 100%;
	}
}