@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');



/*初期設定
----------------------------------------------------*/
html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}

body {
	padding: 0;
	min-width: 320px;
	line-height: 1.8;
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

.ie8 img{
	width: auto;
}

h1,h2,h3,h4,h5,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

i {
	padding: 0 0.5em 0 0;
}

p {
	margin: 0 0 10px;
}

a {
	transition: 0.5s;
}

a:hover {
	transition: 0.5s;
}

.green {
	color: #2d9629;
}

.brown {
	color: #b24123;
}

.en {
	font-family: 'Barlow', sans-serif;
}

.mb0 {
	margin-bottom: 0 !important;
}

.fadeup {
	animation: 1s fadeup ease-in-out forwards;
}
  
@keyframes fadeup {
0% {
	opacity: 0;
	transform: translateY(1em);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

.slide_right.active { 
	visibility: visible !important;
	animation: slide_right 2.0s cubic-bezier(.8, 0, .2, 1) 0.5s forwards;
	clip-path: inset(0 0 0 100%);
}

@keyframes slide_right {
	0% {
	clip-path: inset(0 0 0 100%);
	}
	100%{
	clip-path: inset(0 0 0 0);
	}
}

.slide_left.active { 
	visibility: visible !important;
	animation: slide_left 2.0s cubic-bezier(.8, 0, .2, 1) 0.5s forwards;
	clip-path: inset(0 100% 0 0);
}

@keyframes slide_left {
	0% {
	clip-path: inset(0 100% 0 0);
	}
	100%{
	clip-path: inset(0 0 0 0);
	}
}

.slide_up.active { 
	visibility: visible !important;
	animation: slide_up 1.5s 0.5s forwards;
	opacity: 0;
}

@keyframes slide_up {
	0% {
	opacity: 0;
	transform: translateY(40px);
	}
	100%{
	opacity: 1;
	transform: translateY(0);
	}
}

.zoomIn.active {
	visibility: visible !important;
	animation-name: zoomInAnime;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

@keyframes zoomInAnime{
  from {
    opacity: 0;
	transform: scale(0.8);
  }

  to {
  opacity: 1;
      transform: scale(1);
  }
}

.img_big {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img_big img {
  	transition: 0.3s;
}
 
.img_big img:hover {
	transform: scale(1.03);
}



/*layout
----------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.9);
}

header h1 {
	margin: 0;
	padding: 10px;
}

#menu_btn {
	opacity: 0.9;
	position: fixed;
	top:   15px;
	right: 15px;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin: 0;
	float: right;
	cursor: pointer;
}

.menu__line {
	position: absolute;
	display: block;
	width: 60%;
	height: 2px;
	background: #2d9629;
	border-radius: 2px;
	transition: transform .3s;
}

.menu__line--top {
	top: 10px;
	left: 8px;
}

.menu__line--center {
	top: 18px;
	left: 8px;
}

.menu__line--bottom {
	bottom: 11px;
	left: 8px;
}

.menu__line--top.active {
	top: 18px;
	transform: rotate(45deg);
	background: #2d9629;
}

.menu__line--center.active {
	transform: scaleX(0);
	background: #2d9629;
}

.menu__line--bottom.active {
	bottom: 20px;
	transform: rotate(135deg);
	background: #2d9629;
}

nav#g_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
}

nav#g_nav ul.menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0;
	background: #fff;
}

nav#g_nav ul.menu > li a {
	display: block;
	padding: 15px 1em;
	background: #fff;
	border-top: 1px solid rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #222;
	text-align: center;
}

nav#g_nav ul.menu > li a .btn__text:nth-child(2) {
	display: none;
}

nav#g_nav ul.menu > li > a:hover{
	background: #eee;
}

#mainImage {
	margin: 0;
	position: relative;
}

#mainImage .bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	width: 100%;
}

#mainImage .img {
	position: relative;
}

#mainImage .img::before {
	content: "";
	display: block;
	background: linear-gradient( rgba(100, 75, 29, 0.3));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: luminosity;
}

#mainImage .img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

#mainImage .text_box {
	position: absolute;
	top: calc(50% - 3lh);
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

#mainImage .text_box .text_mov {
	font-size: 30px;
}

.pagetitle {
	padding-top: 80px;
	padding: 30px;
	background: rgba(222, 227, 229, 0.3);
	margin-bottom: 50px;
	padding-left: 10%;
	position: relative;
}

.pagetitle p {
	margin: 0;
	line-height: 1.5;
	color: #427793;
	animation: slide_left 2.0s cubic-bezier(.8, 0, .2, 1) forwards;
	clip-path: inset(0 100% 0 0);
	font-weight: 600;
}

.pagetitle p.en {
	font-size: 46px;
	font-size: 4.6rem;
	color: #222;
	font-weight: 600;
}

#wrapper {
	clear: both;
	padding: 0 10px;
	background: #fff;
}

section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}

section.full {
	max-width: none;
	margin: 0 -10px;
	padding: 50px 0;
}

section.bg_gray,
section.bg_img {
	background: #f9f8f7;
}

section.bg_green {
	background: #f5f9ed;
}

section .inner {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto;
}

.section02 {
	margin: 0 0 30px;
}

.title01 {
	margin-bottom: 40px;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 40px;
	font-size: 4.0rem;
	position: relative;
	line-height: 1.2;
}

.title01 span.en {
	font-size: 1.4em;
	color: rgb(218, 231, 37);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
}

.title02 {
	margin-bottom: 40px;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 22px;
	font-size: 2.2rem;
	position: relative;
	color: #2d9629;
}

.title03 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 2em 0 1em;
	font-weight: 500;
}

p.catch01 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	font-size: 2.4rem;
	color: #9ad102;
	text-align: center;
	margin-bottom: 1em;
}

.box_round {
	padding: 1em;
	border-radius: 1.5em;
	margin-bottom: 5%;
	box-shadow: 0.3em 0.3em rgba(154, 209, 2, 0.3);
}

.box_gray {
	background: #f9f8f7;
}

.box_white {
	background: #fff;
}

.box_bo_green {
	border: 2px solid rgba(154, 209, 2, 0.3);
}

span.marker {
	background:linear-gradient(transparent 60%, #ffe34d 60%);
}

dl.list01 dt,
ul.list01 li {
	padding-left: 1.6em;
	position: relative;
	font-weight: 600;
	margin-bottom: 0.5em;
}

dl.list01 dt::before,
ul.list01 li::before {
	display: block;
	content: "";
	position: absolute;
	background: #427793;
	width: 0.8em;
	height: 3px;
	top: 0;
	left: 0;
	margin-top: 0.8em;
}

br.pc {
	display: none;
}

#banner01 ul li {
	margin-bottom: 1em;
}

#banner01 a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	font-size: 22px;
	font-size: 2.2rem;
}

footer {
	border-top: 5px solid rgba(154, 209, 2, 1.0);
	background: #fff;
	background-size: auto 40px;
}

footer .inner {
	padding: 1.5em 10px;
	max-width: 1200px;
	margin: 0 auto;
}

footer .logo {
	text-align: center;
}

footer p.address {
	margin: 2em 0;
	font-size: 1.1em;
}

footer ul.nav {
	margin: 1.5em 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: center;
	justify-content: center;
}

footer ul.nav > li {
	padding-left: 1.5em;
	position: relative;
	margin: 0 0 1em 2.5em;
	line-height: 1;
	font-size: 1.1em;
	width: fit-content;
}

footer ul.nav li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #2d9629;
    position: absolute;
    left: 0;
    top: calc( 50% - 0.1em);
	transition: 0.5s;
}

footer ul.nav li:hover::before {
    left: 5px; 
}

footer ul.nav li a {
	text-decoration: none;
	color: #222;
}

footer .copy {
	text-align: center;
	padding: 0 1em;
	font-size: 0.9em;
	background: #2d9629;
	color: #fff;
	height: 40px;
	line-height: 40px;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
	
	br.sp {
		display: none;
	}

	#wrapper {
		padding: 0 20px;
	}
	
	section {
		margin: 0 auto;
		padding: 5% 20px;
	}

	section.full {
		margin: 0 -20px;
		padding: 5% 0;
	}
	
	section .inner {
		padding: 0 20px;
	}

}
	
@media only screen and (min-width: 800px) {

	header {
		margin: 1em;
		width: calc(100% - 2em);
		border-radius: 10px;
		background: rgba(255,255,255,1.0);
		height: 70px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}

	header .head_inner {
		padding: 0 2em;
		margin: 0 auto;
		transition: .3s;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .head_inner.is-animation {
		background: none;
	}
	
	header h1 {
		width: auto;
		padding: 0;
		position: relative;
		z-index: 100000;
	}
	
	header h1 img {
		transition:all 0.3s;
	}

	header .is-animation h1 img {
		transform: scale(0.8,0.8);
	}

	nav#g_nav {
		position:relative;
		top: auto;
		left: auto;
		width: auto;
	}
		
	nav#g_nav.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		z-index: 100000;
	}	
	
	nav#g_nav #menu_btn{
		display: none;
	}
	
	nav#g_nav ul.menu {
		position: relative;
		display: flex;
		box-shadow: none;
		padding: 0 0 0;
		background: none;
		justify-content: flex-end;
		align-items: center;
		gap: 1em;
	}
	
	nav#g_nav ul.menu > li a {
		position: relative;
		float: none;
		display: block;
		border-top: none;
		background: none;
		color: #000;
		padding: 0 1em;
		text-shadow: 0 0 10px rgba(255,255,255,0.7);
		text-align: center;
		white-space: nowrap;
		height: 70px;
		line-height: 70px;
	}

	nav#g_nav ul.menu > li a::after {
		position: absolute;
		bottom: 0;
		left: calc( 50% - 15px);
		width: 30px;
		height: 0;
		content: "";
		display: block;
		border-top: 0 solid transparent;
		transition: all .3s ease-in-out;
		transition-property: height,border-color,border-top-width;
		border-radius: 5px 5px 0 0;
	}

	nav#g_nav ul.menu > li a:hover::after {
		height: 0;
		border-color: #2d9629;
		border-top-width: 5px;
	}
	
	nav#g_nav ul.menu > li a:hover {
		background: none;
		text-shadow: none;
	}
	
	#mainImage .text_box .text_mov {
		font-size: 44px;
		font-size: 4.4rem;
	}

	#mainImage .time_table {
		padding: 0.8em 1.5em;
		font-size: 18px;
		font-size: 1.8rem;
	}

	#mainImage .time_table th,
	#mainImage .time_table td {
		padding: 0.6em;
	}

	.pagetitle {
		padding-top: 105px;
	}

	.pagetitle p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagetitle p.en {
		font-size: 70px;
		font-size: 7.0rem;
	}
		
	.title01 {
		margin-bottom: 70px;
		font-size: 50px;
		font-size: 5.0rem;
	}

	.title02 {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.title03 {
		font-family: "Zen Maru Gothic", serif;
		font-size: 26px;
		font-size: 2.6rem;
	}

	p.catch01 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.box_round {
		padding: 5%;
		border-radius: 2em;	
		box-shadow: 1em 1em rgba(154, 209, 2, 0.3);
	}

	br.pc {
		display: inline;
	}

	ul.list01 li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	footer .inner {
		display: flex;
		justify-content: space-around;
	}

	footer ul.nav {
		margin: 0;
	}

}


@media only screen and (min-width: 1400px) {
	
	#mainImage .text_box .text_mov {
		font-size: 55px;
		font-size: 5.5rem;
	}

	section {
		font-size: 16px;
		font-size: 1.6rem;
	}

	p.catch01 {
		font-size: 44px;
		font-size: 4.4rem;
	}
	
}
