@charset "utf-8";
html {
	color: #333;
	font-size: 16px;
	scroll-behavior: smooth;
	touch-action: manipulation;
	overflow-x: hidden;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 100vw;
	overflow-x: hidden;
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #333;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

.flex {
	display: flex;
}

.relative {
	position: relative;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none;
}

@media screen and (max-width: 1025px) {
	.inner {
		max-width: 90vw;
	}
}

@media screen and (max-width: 480px) {
	.inner {
		max-width: 90vw;
	}

	.wrapper {
		padding: 0;
	}
}


/*== フッター ===================================*/
footer {
	background-color: #C7B5A3;
	padding: 80px 0 0;

	& .inner {
		max-width: min(1200px,85vw);
		background-color: #fff;
		border-radius: 50px 50px 0 0;
		text-align: center;
		padding: 70px 60px;

		& .banner {
			display: flex;
			justify-content: center;
		}

		& .sponsore {
			margin-top: 40px;

			& p.midashi-footer {
				margin-bottom: 20px;
			}

			& p.text {
				margin-top: 10px;
				font-size: 1.75rem;

				& .text-small {
					font-size: 1.25rem;
					margin-right: 8px;
				}
			}
		}

		& .contact {
			margin-top: 40px;

			& p.midashi-footer {
				margin-bottom: 20px;
			}

			& p.text {
				margin-top: 10px;
				font-size: 1.75rem;

				& .text-small {
					font-size: 1.25rem;
					margin-right: 8px;
				}
			}

			& p.tel {
				margin-top: 16px;
				& span {
					background-color: #333;
					color: #fff;
					padding: 2px 8px;
					margin-right: 8px;
				}
			}
		}
	}
}

@media screen and (max-width: 1025px) {
	footer {
		& .inner {
			& .banner {
				flex-direction: column;
			}
		}
	}
}

@media screen and (max-width: 768px) {
	footer {
		& .inner {
			padding: 60px 60px;
	
			& .sponsore {
				margin-top: 40px;
	
				& p.text {
					margin-top: 20px;
					font-size: 1.25rem;
	
					& .text-small {
						font-size: 1rem;
					}
				}
			}
	
			& .contact {	
				& p.text {
					margin-top: 20px;
					font-size: 1.25rem;
	
					& .text-small {
						font-size: 1rem;
					}
				}
			}
		}
	}
}

@media screen and (max-width: 480px) {
	footer {
		& .inner {
			padding: 30px 20px 150px;
			border-radius: 20px 20px 0 0;

			& .sponsore {
				& p.text {
					display: flex;
					flex-direction: column;
				}
			}

			& .contact {
				& p.text {
					display: flex;
					flex-direction: column;
				}

				p.tel {
					margin-top: 20px;
				}
			}
		}
	}
}

/*== 見出し ===================================*/
.midashi {
	text-align: center;
}

h2 {
	font-size: 4rem;
	font-weight: bold;
	color: #A48C77;
	text-align: center;
	display: inline-block;
	margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
	h2 {
		font-size: 2.25rem;
		margin-bottom: 50px;
	}
}

h2 .highlight {
	padding-left: 12px;
	padding-right: 12px;
	background: linear-gradient(transparent 60%, #FFFFC5 0%);
    line-height: 1.3em;
}


h2 .highlight.pr-text {
	background: linear-gradient(transparent 60%, #FFF 0%);
}

h2 {
	& .midashi-upper {
		position: absolute;
		top: -50%;
		left: 50%;
		transform: translateX(-50%);
	}

	& .midashi-left {
		position: absolute;
		top: 50%;
		left: -200px;
	}

	& .midashi-right {
		position: absolute;
		top: 50%;
		right: -200px;
	}
}

@media screen and (max-width: 480px) {
	h2 {
		& .midashi-upper {
			width: 65px;
			top: -60%;
		}

		& .midashi-left {
			left: -100px;
			width: 100px;
		}

		& .midashi-right {
			right: -100px;
			width: 100px;
		}
	}
}

h2.two-lines {
	font-size: 3rem;

	& .midashi-upper {
		top: -30%;
	}
}

@media screen and (max-width: 480px) {
	h2.two-lines {
		font-size: 2.25rem;
	}
}

h2 {
	& .midashi-tab-left {
		position: absolute;
		top: 50%;
		left: -200px;
	}

	& .midashi-tab-right {
		position: absolute;
		top: 50%;
		right: -200px;
	}
}

@media screen and (max-width: 480px) {
	h2 {
		& .midashi-tab-left {
			left: -100px;
			width: 100px;
		}

		& .midashi-tab-right {
			right: -100px;
			width: 100px;
		}
	}
}

h2.farm {
	color: #EC6C01;
}

h2.forest {
	color: #44AF35;
}

h2.fish {
	color: #01B8EE;
}


/*--------------------------------------------------
deco 装飾
--------------------------------------------------*/
.deco {
	position: absolute;
}

.deco01 {
	top: -80px;
	right: 60px;
	width: 130px;
}

.deco02 {
	top: -80px;
	left: 60px;
	width: 110px;
}

.deco03 {
	top: -50px;
	left: 120px;
	width: 150px;
}

.deco03.forest {
	width: 120px;
	top: 0px;
	left: 150px;
}

.deco04 {
	bottom: -30px;
	right: 70px;
	width: 120px;
}

.deco05 {
	top: 0;
	left: -20px;
	width: 120px;
}

.deco06 {
	bottom: 60px;
	right: -20px;
	width: 70px;
}

.deco06.forest {
	bottom: -40px;
	right: -50px;
	width: 120px;
}

.deco06.fish {
	bottom: -40px;
	right: -70px;
	width: 140px;
}

.deco07 {
	top: -90px;
	right: 0;
	width: 110px;
}

.deco08 {
	bottom: -80px;
	right: -100px;
	width: 70px;
}

@media screen and (max-width: 480px) {
	.deco01 {
		top: -90px;
		right: -10px;
		width: 80px;
	}

	.deco02 {
		left: 0px;
		width: 60px;
	}

	.deco03 {
		top: 20px;
		left: 0;
		width: 80px;
	}

	.deco03.forest {
		width: 90px;
		top: 30px;
		left: 0;
	}

	.deco04 {
		bottom: 0px;
		right: 20px;
		width: 80px;
	}

	.deco05 {
		top: -20px;
		left: -20px;
		width: 90px;
	}

	.deco06 {
		bottom: 20px;
		right: -20px;
		width: 60px;
	}

	.deco06.forest {
		bottom: -40px;
		right: -20px;
		width: 90px;
	}

	.deco06.fish {
		bottom: -30px;
		right: -40px;
		width: 120px;
	}

	.deco07 {
		top: -120px;
		right: -20px;
		width: 70px;
	}

	.deco08 {
		bottom: -50px;
		right: -20px;
		width: 40px;
	}
}