#mainvisual {
	width: 100%;
	margin: 0;
	background: url(../img/index/bg_indexmv.jpg) bottom center repeat-x;
}

#mainvisual .container {
	width: 1100px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}

#mainvisual h2 {
	font-size: 45px;
	writing-mode: vertical-rl;
	font-family: "Klee One", cursive;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.1em;
	z-index: 100;

}

#mainvisual p {
	font-size: 14px;
	writing-mode: vertical-rl;
	font-family: "Klee One", cursive;
	font-weight: 300;
	line-height: 180%;
	padding-top: 50px;
	padding-left: 40px;
	z-index: 101;
}

#mainvisual .container img {
	margin-bottom: 70px;
}

#mainvisual .container img.deco {
	position: absolute;
	right: -50px;
	top: 250px;
	z-index: 1;
}


/**/

#cont0 {
	width: 800px;
	margin: 50px auto;
	text-align: center;
	padding: 30px;
	font-family: "Noto Serif", serif;
	font-size: 20px;
	background: #FFF4D5;
	border: 15px solid #FFFDF4;
}

/**/

#cont1 {
	padding: 70px 0;
}

#cont1 .container {
	width: 1100px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}

#cont1 h2.vert {
	font-size: 45px;
	writing-mode: vertical-rl;
	font-family: "Klee One", cursive;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.1em;
	z-index: 100;
}

#cont1 h2.vert strong {
	background: #FFF4D5;
}

#cont1 p.vert {
	font-size: 14px;
	writing-mode: vertical-rl;
	font-family: "Klee One", cursive;
	font-weight: 300;
	line-height: 180%;
	padding-top: 50px;
	padding-left: 70px;
	z-index: 101;
}

#cont1 .moviebox {
	width: 700px;
}

#cont1 .moviebox .youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 800px;
	display: block;
	margin: 0 auto 30px auto;
}

#cont1 .moviebox .mvinquiry {
	background: #E4F1E5;
	border-radius: 10px;
	padding: 15px 30px;
	display: flex;
}

#cont1 .moviebox .mvinquiry h3 {
	border-right: 1px solid #B3D7B6;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 50px 20px 0;
}

#cont1 .moviebox .mvinquiry p.num {
	font-size: 16px;
	color: #3F7A44;
	font-family: "Noto Serif", serif;
	padding: 0 0 0 50px;
	letter-spacing: 0.1em;
}

#cont1 .moviebox .mvinquiry p.num strong {
	font-size: 36px;
}

#cont1 .moviebox .mvinquiry p.num span {
	display: block;
	color: #000;
	padding: 5px 0 0 0;
	font-size: 14px;
}

#cont1 .container img.deco {
	position: absolute;
	left: -50px;
	top: 250px;
	z-index: 1;
}

.news_area_top {
	padding: 70px 0 0;
}

.news_top_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	border: solid 1px #407B44;
	border-radius: 20px;
	padding: 20px 35px 35px;
}

.news_top_head h3 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
}

.news_top_head h3 span {
	font-size: 16px;
	color: #407B44;
	display: block;
	padding: 0 0 12px;
	font-family: "Noto Serif", serif;
}

.news_top_btn {
	margin-top: 20px;
}

.news_top_btn a {
	display: block;
	color: #fff;
	background: #417C44;
	border: 5px solid #C6E8CB;
	border-radius: 35px;
	padding: 5px 35px;
}

.news_top_list {
	flex: 1;
}

.news_list li a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
	color: #000;
}

.news_list li .news_list_date {
	margin: 0;
	color: #407B44;
	font-weight: 400;
}

.news_list li .news_list_title {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}

/******* SP style *******/

@media only screen and (max-width: 480px) {

	#contents {}

	/**/

	#mainvisual {
		width: 100%;
		margin: 0;
		background: none;
	}

	#mainvisual .container {
		width: 100%;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}

	#mainvisual h2 {
		width: 20%;
		font-size: 35px;
		writing-mode: vertical-rl;
		font-family: "Klee One", cursive;
		font-weight: 300;
		line-height: 140%;
		letter-spacing: 0.1em;
		z-index: 100;
		padding: 15px 15% 0 10%;
	}

	#mainvisual p {
		width: 45%;
		font-size: 14px;
		writing-mode: vertical-rl;
		line-height: 180%;
		padding: 50px 0 0 10%;
		margin-bottom: 50px;
	}

	#mainvisual .container img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	#mainvisual .container img.deco {
		position: absolute;
		right: 0;
		top: 520px;
		z-index: 1;
		width: 45%;
	}

	#cont0 {
		width: 70%;
		font-size: 16px;
		line-height: 130%;
		padding: 15px;
	}

	/**/

	#cont1 {
		padding: 30px 0;
	}

	#cont1 .container {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}

	#cont1 h2.vert {
		width: 20%;
		font-size: 35px;
		writing-mode: vertical-rl;
		font-family: "Klee One", cursive;
		font-weight: 300;
		line-height: 140%;
		letter-spacing: 0.1em;
		z-index: 100;
		padding: 15px 15% 0 10%;
	}

	#cont1 h2.vert strong {
		background: #FFF4D5;
	}

	#cont1 p.vert {
		width: 45%;
		font-size: 14px;
		writing-mode: vertical-rl;
		line-height: 180%;
		padding: 50px 0 0 10%;
		margin-bottom: 50px;
	}

	#cont1 .moviebox {
		width: 100%;
	}

	#cont1 .moviebox .youtube-16-9 {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		max-width: 800px;
		display: block;
		margin: 0 auto 30px auto;
	}

	#cont1 .mvinquiry {
		flex-wrap: wrap;
	}

	#cont1 .mvinquiry h3 {
		border-right: 1px solid #B3D7B6;
		font-size: 16px;
		font-weight: 400;
		padding: 20px 50px 20px 0;
	}

	#cont1 .mvinquiry p.num {
		font-size: 16px;
		color: #3F7A44;
		font-family: "Noto Serif", serif;
		padding: 0 0 0 50px;
		letter-spacing: 0.1em;
	}

	#cont1 .mvinquiry p.num strong {
		font-size: 36px;
	}

	#cont1 .mvinquiry p.num span {
		display: block;
		color: #000;
		padding: 5px 0 0 0;
		font-size: 14px;
	}

	#cont1 .container img.deco {
		position: absolute;
		left: -20px;
		top: 500px;
		z-index: 1;
		width: 45%;
	}

	.news_area_top {
		width: 94%;
		margin-inline: auto;
	}

	.news_top_box {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.news_list li a {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.news_top_head h3 {
		font-size: 24px;
	}



}


@media only screen and (min-width: 481px) {
	.sp {
		display: none;
		 !important
	}
}

@media only screen and (max-width: 480px) {
	.pc {
		display: none;
		 !important
	}
}