@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #272727;
	background-color: #F5F5F5;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 0.5em;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	font-family: "Alex Brush", cursive;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 72px;
	padding: 0 5%;
	background-color: #00D910;
	z-index: 100;
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	height: 100%;
}

.header_logo {
	width: 45%;
	height: auto;
}

.header_logo img {
    max-width: 100%;
    max-height: 100%;
}

.header_content {}

.header_link {
	display: block;
	width: 36px;
	height: auto;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		padding: 0 4%;
	}

	.header.active {
		/* background-color: rgba(255, 255, 255, 0.8); */
	}

	.header_inner {
	}

	.header_inner > * {
		/* background-color: #000; */
	}

	.header_logo {
		width: 20%;
	}

	.header_content {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: auto;
		height: 100%;
		margin: 0;
	}

	.header_list {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
	}

	.header_list_wrap {}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		gap: 24px;
	}

	.header_list_inner li {
		width: fit-content;
		margin: 0 auto;
	}

	.header_list_inner a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.5em;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1;
		color: #fff;
	}

	.header_list_inner a.now:after {
		content: "";
		position: absolute;
		bottom: -75%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #5dc1cf;
	}

	.header_list_inner a:hover:after {
		/* content: "";
		position: absolute;
		bottom: -75%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #5dc1cf;
		opacity: 0.5; */
	}

	.header_list_inner .inst {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 0.8rem;
	}

	.header_list_inner .inst img {
		max-width: 100%;
		max-height: 100%;
	}

	.header_list_inner a span {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.header_list_inner a span:nth-of-type(1) {
		font-size: 0.75em;
		color: #04B111;
	}

	.header_list_inner a span:nth-of-type(2) {}

	.header_list_inner a span:nth-of-type(2).active {}

	.header_link_1 {
		width: auto;
		height: 1.2rem;
	}

	.header_link_2 {
		width: auto;
		height: 2.4rem;
	}
}

@media screen and (min-width: 1024px) {
	.header_list_inner a {
		font-size: 1rem;
	}

	.header_list_inner .inst {
		height: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.header {
		padding: 0 15% 0 5%;
		height: 100px;
	}

	.header_inner {
		gap: 36px;
	}

	.header_logo {
		width: 17.5%;
	}

	.header_content {
		gap: 36px;
	}

	.header_list_inner {
		gap: 36px;
	}

	.header_list_inner a {
		font-size: 1.2rem;
	}

	.header_list_inner .inst {
		height: 1.2rem;
	}

	.header_link_1 {
		width: auto;
		height: 1.65rem;
	}

	.header_link_2 {
		width: auto;
		height: 3.3rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_logo {
		width: 15%;
	}

	.header_list_inner {
		gap: 36px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: max-content;
	gap: 4px;
	margin: 0 auto 0;
	padding: 0;
	font-family: "Alex Brush", cursive;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	color: #0BEC1B;
}

.heading span {
	display: block;
	width: fit-content;
	text-align: center;
}

.heading span:nth-of-type(2) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	font-weight: 700;
}

.heading a  {
	display: block;
}

.heading a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.heading_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: max-content;
	gap: 4px;
	margin: 0 auto 0;
	padding: 0;
	font-family: "Alex Brush", cursive;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	color: #2B8101;
}

.heading_2 span {
	display: block;
	width: fit-content;
}

.heading_2 span:nth-of-type(1) {}

.heading_2 span:nth-of-type(2) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	font-weight: 700;
}

.text {
	font-size: 1rem;
}

.text_en {
	font-size: 0.8rem;
	color: #024f5f;
}

@media screen and (min-width: 768px) {
	.heading {
		font-size: 3.6rem;
	}

	.heading span:nth-of-type(2) {
		font-size: 0.4em;
	}
}

@media screen and (min-width: 1440px) {
	.heading {
		font-size: 4.8rem;
	}

	.text_en {
		font-size: 1rem;
	}

	.heading_2 {
		flex-direction: row;
		justify-content: space-between;
		gap: 24px;
		width: 100%;
		border-bottom: 3px #2B8101 solid;
		font-size: 3.8rem;
	}
}

@media screen and (min-width: 1920px) {
	.heading {
		font-size: 4.4rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.btn {
	display: block;
	width: 210px;
	margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1440px) {
	.btn {
		width: 390px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.map_1 iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

.map_2 iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.map_1 {
		width: 100%;
		height: 100%;
	}

	.map_1 iframe {
		aspect-ratio: auto;
		width: 100%;
		height: 100%;
	}

	.map_2 iframe {
		aspect-ratio: 3 / 1;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.footer_inner {}

.footer_container_inner {}

.footer_content_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.footer_content_1 .footer_content_inner {
	background-color: #00D910;
}

.footer_content_1 .footer_content_inner_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	padding: 15% 0;
}

.footer_content_1 .heading:nth-of-type(1) {
	position: relative;
	width: 90%;
	margin: 0 auto;
	color: #fff;
}

.footer_content_1 .heading:nth-of-type(2) {
	position: relative;
	width: 90%;
	margin: 20% auto 0;
	color: #fff;
}

.footer_content_1 .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 80%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 0.75rem;
	color: #fff;
}

.footer_content_1 .text img {
	width: auto;
	height: 1.8rem;
}

.footer_content_1 .date_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: max-content;
	margin: 0 auto 0;
}

.footer_content_1 .date_flex > * {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
	width: 100%;
	font-size: 0.75rem;
	color: #fff;
}

.footer_content_1 .btn_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 60%;
	margin: 0 auto 0;
}

.footer_content_2 {
	padding: 10% 0;
	background-color: #F9F8EB;
}

.footer_content_2 .footer_content_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.footer_content_2 .heading {
	width: 40%;
}

.footer_list {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto;
}

.footer_list_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	width: 100%;
}

.footer_list_inner li {
	/* width: calc((100% - (4px * 5)) / 6); */
}

.footer_list_inner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.55rem;
	font-weight: 700;
	color: #00D910;
}

.footer_list_inner span {
	display: block;
	line-height: 1;
}

.footer_list_inner span:nth-of-type(1) {
	font-size: 0.75em;
}

.footer_list .inst {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.75rem;
	height: auto;
}

.footer_list .inst img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.copyright {
	display: block;
	padding: 2.5% 5%;
	background-color: #00D910;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footer_content_1 .footer_content_inner {}

	.footer_content_1 {
		flex-direction: row;
	}

	.footer_content_1 .footer_content_inner_1 {
		gap: 24px;
		padding: 0;
		flex: 5;
		aspect-ratio: 4 / 3;
	}

	.footer_content_1 .footer_content_inner_2 {
		flex: 5;
		aspect-ratio: 4 / 3;
	}

	.footer_content_1 .heading:nth-of-type(1) {}

	.footer_content_1 .heading:nth-of-type(1)::before {
		width: 40%;
	}

	.footer_content_1 .heading:nth-of-type(2) {
		margin: 10% auto 0;
	}

	.footer_content_1 .heading:nth-of-type(2)::before {
		width: 40%;
	}

	.footer_content_1 .text {
		font-size: 0.75rem;
	}

	.footer_content_1 .text img {}

	.footer_content_1 .btn_flex {
		flex-direction: row;
		width: 80%;
	}

	.footer_content_2 {
		padding: 5% 0;
	}

	.footer_content_2 .footer_content_inner {
		gap: 24px;
	}

	.footer_content_2 .heading {
		width: 15%;
	}

	.footer_list {
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		width: max-content;
	}

	.footer_list_inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: max-content;
	}

	.footer_list_inner li {
		width: fit-content;
	}

	.footer_list_inner a {
		font-size: 0.75rem;
	}

	.footer_list .inst {
		width: auto;
		height: 0.75rem;
	}

	.copyright {
		padding: 2.5%;
	}
}

@media screen and (min-width: 1024px) {
	.footer_content_1 .heading:nth-of-type(1) {
		width: 70%;
	}

	.footer_content_1 .heading:nth-of-type(2) {
		width: 70%;
	}
}

@media screen and (min-width: 1440px) {
	.footer_content_1 .footer_content_inner_1 {
		gap: 36px;
	}

	.footer_content_1 .heading:nth-of-type(2) {
		margin: 15% auto 0;
	}

	.footer_content_1 .text {
		font-size: 1.2rem;
	}

	.footer_content_1 .date_flex > * {
		font-size: 1rem;
	}

	.footer_content_1 .btn_flex {
		gap: 24px;
	}

	.footer_content_2 .footer_content_inner {
		gap: 36px;
	}

	.footer_list {
		gap: 36px;
	}

	.footer_list_inner {
		gap: 36px;
	}

	.footer_list_inner a {
		font-size: 1.3rem;
	}

	.footer_list .inst {
		height: 1.3rem;
	}

	.copyright {
		padding: 1% 0;
	}
}

@media screen and (min-width: 1920px) {
	.footer_content_1 .footer_content_inner_1 {
		gap: 48px;
	}

	.footer_content_1 .text {
		font-size: 1.3rem;
	}

	.footer_content_1 .btn_flex {
		gap: 36px;
	}
}
