@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

html {
	font-size: 4.5vw;
}

@media (min-width:480px) {
	html {
		font-size: 17px;
	}
}

@media (min-width:576px) {
	html {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

:root {
  --bs-breadcrumb-divider: "＞";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
	line-height: 1.7em;
	letter-spacing: 0.05rem;
	color: #222222;
}

@media (min-width: 768px) {
	body {
		line-height: 1.8em;
	}
}

body .letter-0 {
	letter-spacing: 0;	
}

body a {
	text-decoration: none;
}
body a:hover {
	color: #D5EDAC !important;
	text-decoration: none;
	transition-duration: 0.3s;
}
body a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
}

header, footer {
	overflow: hidden;
}

main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

main .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

main img {
	width: 100%;
	height: auto;
}

main p, footer p {
	text-align: justify;
	color: #3f3f3f;
}

main section {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	main section {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 80px;
	}
}

.d-flex, .d-md-flex, .d-lg-flex, .d-xl-flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

/*///// マージン下 /////*/
.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

/*///// マージン上 /////*/
.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

/*///// パディング上下 /////*/
.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}


/*///// 横幅設定 /////*/
.w-40 {
	width: 40% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w-50 {
	width: 50% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w-60 {
	width: 60% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w-70 {
	width: 70% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w-80 {
	width: 80% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w-90 {
	width: 90% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w-100 {
	width: 100% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (min-width:576px) {
/*///// マージン下 /////*/	
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}

	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}

	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}

	.mb-sm-80 {
		margin-bottom: 80px !important;
	}

	.mb-sm-90 {
		margin-bottom: 90px !important;
	}

	.mb-sm-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.mt-sm-10 {
		margin-top: 10px !important;
	}

	.mt-sm-0 {
		margin-top: 20px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mt-sm-50 {
		margin-top: 50px !important;
	}

	.mt-sm-60 {
		margin-top: 60px !important;
	}

	.mt-sm-70 {
		margin-top: 70px !important;
	}

	.mt-sm-80 {
		margin-top: 80px !important;
	}

	.mt-sm-90 {
		margin-top: 90px !important;
	}

	.mt-sm-100 {
		margin-top: 100px !important;
	}
	

/*///// パディング上下 /////*/
	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
/*///// 横幅設定 /////*/
	.w-sm-40 {
		width: 40% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-sm-50 {
		width: 50% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-sm-60 {
		width: 60% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-sm-70 {
		width: 70% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-sm-80 {
		width: 80% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-sm-90 {
		width: 90% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-sm-100 {
		width: 100% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}	
}

@media (min-width:768px) {
/*///// マージン下 /////*/	
	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-0 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}
	
	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

/*///// パディング上下 /////*/
	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
	
	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
/*///// 横幅設定 /////*/
	.w-md-40 {
		width: 40% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-md-50 {
		width: 50% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-md-60 {
		width: 60% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-md-70 {
		width: 70% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-md-80 {
		width: 80% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-md-90 {
		width: 90% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-md-100 {
		width: 100% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}	
}

@media (min-width: 992px) {
/*///// マージン下 /////*/	
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}
	
/*///// パディング上下 /////*/
	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
/*///// 横幅設定 /////*/
	.w-lg-40 {
		width: 40% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-lg-50 {
		width: 50% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-lg-60 {
		width: 60% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-lg-70 {
		width: 70% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-lg-80 {
		width: 80% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-lg-90 {
		width: 90% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-lg-100 {
		width: 100% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}	
}

@media (min-width: 1200px) {
/*///// マージン下 /////*/	
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}

	.mb-xl-70 {
		margin-bottom: 70px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px !important;
	}

/*///// マージン上 /////*/
	.mt-xl-0 {
		margin-top: 0px !important;
	}

	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mt-xl-70 {
		margin-top: 70px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mt-xl-90 {
		margin-top: 90px !important;
	}

	.mt-xl-100 {
		margin-top: 100px !important;
	}
	
/*///// パディング上下 /////*/
	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
/*///// 横幅設定 /////*/
	.w-xl-40 {
		width: 40% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-xl-50 {
		width: 50% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-xl-60 {
		width: 60% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-xl-70 {
		width: 70% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-xl-80 {
		width: 80% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-xl-90 {
		width: 90% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.w-xl-100 {
		width: 100% !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 575px) {
	.container {
		width: 94%;
		margin: 0 auto;
	}
}

/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	background-color: rgba(0,104,55,0.75);
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 50px;
}

header .c-name {
	width: auto;
	height: 50px;
	padding: 0 0 0 2.5%;
	display: flex;
	align-items: center;
}

header .c-name a {
	display: inline-block;
	padding-top: 0.2em;
}

header .c-name a .site-title1 {
	width: 165px;
	display: block;
	margin-bottom: 0.15rem;
}

header .tel {
	position: relative;
	background-color: #98D72C;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 3;
}

header .tel img {
	width: 26px;
	display: block;
	margin: 0.1rem auto;
}

header .tel p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
    position: absolute;
    left: 0%;
    top: 82%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header .toggle_btn {
	position: relative;
	background-color: #603813;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 3;	
}

header .toggle_btn p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
    position: absolute;
    left: 0%;
    top: 82%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}



@media (min-width: 768px) {
	header {
		height: 70px;
	}

	header .c-name {
		padding: 0 0 0 2.0%;
		width: auto;
		height: 70px;
	}

	header .c-name a .site-title1 {
		width: 210px;
		margin-bottom: 0.25rem;
	}

	header .toggle_btn {
		width: 70px;
		height: 70px;			
	}	
	
	header .toggle_btn p {
		font-size: 0.75rem;
	}
}

@media (min-width: 1200px) {
	header {
		height: 80px;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	
	header .c-name a {
		padding-top: 0.25em;
	}
	
	header .c-name a .site-title1 {
		width: 210px;
		margin-bottom: 0.3rem;
	}
	
	header .toggle_btn {
		width: 80px;
		height: 80px;			
	}	
	
	header .d-flex {
		width: 100%;
		max-width: 1500px;
		justify-content: space-between;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	header .c-name {
		width: 18%;
		padding: 0;
		height: 80px;
	}

	header .gnav-pc {
		width: 51%;
		height: 80px;
	}
	
	header .tel-pc {
		width: 30%;
		height: 80px;
		padding-top: 0.6rem;
		color: #FFF;
		text-align: right;
	}	

	header .gnav-pc ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		width: 100%;
	}

	header .gnav-pc ul li a {
		display: block;
		font-size: 0.9rem !important;
		text-align: center !important;
		color: #FFF;
		padding: 1.2rem 1.25rem 0;
		width: auto;
		height: 80px;
	}

	header .gnav-pc ul li a:hover {
		background-color: #98D72C;
		color: #fff !important;

	}
	
	header .tel-pc h2 {
		font-size: 1.1rem;
		line-height: 1.1em;
		display: block;
	}
	
	header .tel-pc p {
		font-size: 1rem;
		font-weight: 700;
		display: inline-block;
		color: #FFF;
	}
	
	header .tel-pc p img {
		width: 1.1rem !important;
		display: inline-block;
		margin-right: 0.1rem;
		vertical-align: -0.1rem;
	}
	
	header .tel-pc .telicon {
		vertical-align: -0.25rem;
	}
	
}

@media (min-width: 1400px) {
	header .gnav-pc ul li a {
		font-size: 1rem !important;
		padding: 1.2rem 1.5rem 0;
	}
	
	header .tel-pc p {
		font-size: 1.1rem;
	}
}


/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 1199px) {
	header nav {
		display: block;
		position: fixed;
		top: 0;
		left: -1200px;
		bottom: 0;
		width: 300px !important;
		background: rgba(255,255,255,1.00);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	header nav .inner {
		padding: 0;
	}
	header nav .inner .title {
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-style: normal;
		color: #222;
		font-size: 1.3rem;
		padding: 1.5rem 1rem 0;
		margin-bottom: 0;
	}
	header nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header nav .inner ul li {
		position: relative;
		margin: 0;
		border-bottom: 1px solid #CCC;
	}

	header nav .inner ul li a {
		font-weight: 400;
		font-style: normal;
		display: block;
		color: #222;
		font-size: 1.1rem;
		padding: 1rem !important;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}

	header nav .inner ul li a:hover {
		background: #98D72C;
		color: #fff !important;
		transition-duration: 0.3s;
	}
}

@media screen and (max-width: 767px) {
	header nav {
		left: -767px;
		width: 220px;
	}

	header nav .inner ul li a {
		padding: 1rem;
	}
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

@media (min-width: 768px) {
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	.toggle_btn span {
		left: 13px;
		width: 44px;
	}
	.toggle_btn span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn span:nth-child(2) {
		top: 28px;
	}
	.toggle_btn span:nth-child(3) {
		top: 42px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-315deg);
		transform: translateY(14px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(315deg);
		transform: translateY(-14px) rotate(315deg);
	}
}

/*////////////////// #mask ////////////////////*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}



/*//////////////////  メインビジュアル下層 ////////////////////*/
.mv {
	position: relative;
}

.mv .title2 {
    position: absolute;
    left: 0%;
    top: 64%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
}

.mv .title2 h1 {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	display: block;
	text-align: center;
}

@media (min-width: 576px) {
	.mv .title2 {
		top: 61%;
	}	
	
	.mv .title2 h1 {
		font-size: 1.9rem;
	}	
}	

@media (min-width: 768px) {
	.mv .title2 h1 {
		font-size: 2.0rem;
	}
}

@media (min-width: 900px) {
	.mv .title2 {
		top: 65%;
	}
	
	.mv .title2 h1 {
		font-size: 2.2rem;
	}	
}

@media (min-width: 1400px) {
	.mv .title2 {
		top: 63%;
	}		
	.mv .title2 h1 {
		font-size: 2.4rem;
	}
}

picture source, picture img {
	width: 100%;
	height: auto;
}


/*//////////////////  フッター ////////////////////*/
footer {
	text-align: center;
	font-size: 0.87rem !important;
	line-height: 1.6em;
	background-color: #006837;
	color: #FFF;;
}

footer .container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

footer .f-rogo {
	width: 70%;
	display: block;
	margin: 0 auto;
}

footer h3 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

footer .gnav {
	width: 100%;
	background-color: #287b59;
}

footer .gnav a {
	width: 50%;
	padding: 0.4rem;
	font-size: 0.87rem;
	color: #FFF;
}

footer .add {
	color: #FFF;
	letter-spacing: -0.01rem;
}

footer .num {
	font-size: 1.5rem;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.6rem;
}

footer .num img {
	width: 1.5rem;
	display: inline-block;
	margin-right: 0.2rem;
	vertical-align: -0.1rem;
}

footer .num a img {
	width: 1.4rem;
	display: inline-block;
	margin-right: 0;
	vertical-align: -0.25rem;
}

footer .num a {
	color: #FFF;
}

footer .gnav a:hover {
	color: #FFF !important;
	background-color: #98D72C;
}

footer .copy {
	color: #fff;
	font-size: 0.6rem;
	line-height: 1em;
	text-align: center;
	background-color: #45A075;
	padding: 0.6rem 0;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	footer .f-rogo {
		width: 58%;
		max-width: 280px;
	}
}

@media (min-width: 576px) {
	footer .f-rogo {
		width: 50%;
	}
	
	footer h3 {
		font-size: 1.1rem;
	}

	footer .num {
		font-size: 1.65rem;
		margin-bottom: 0.8rem;
	}

	footer .num img {
		width: 1.6rem;
		margin-right: 0.25rem;
	}

	footer .num a img {
		width: 1.5rem;
		vertical-align: -0.3rem;
	}

	footer .copy {
		color: #fff;
		font-size: 0.7rem;
		padding: 0.8rem 0;
	}
}

@media (min-width: 768px) {
	footer {
		text-align: center;
		font-size: 0.87rem !important;
		line-height: 1.6em;
		background-color: #006837;
		color: #FFF;;
	}

	footer .container {
		width: 726px;
		margin: 0 auto;
	}

	footer .f-rogo {
		width: 250px;
		margin: 0 auto 0 0;
	}

	footer h3 {
		font-size: 1rem;
		text-align: right;
		margin-bottom: 0.6rem;
	}

	footer .gnav .d-flex {
		justify-content: flex-start;
		margin-left: -3%;
	}
	
	footer .gnav a {
		width: auto;
		padding: 0.6rem 1.5rem;
		font-size: 0.87rem;
	}

	footer .num {
		font-size: 1.3rem;
		text-align: right;
		margin-bottom: 0.5rem;
	}

	footer .num img {
		width: 1.35rem;
		vertical-align: -0.1rem;
	}

	footer .num a img {
		width: 1.2rem;
		margin-right: 0;
		vertical-align: -0.1rem;
	}

	footer .copy {
		font-size: 0.65rem;
		line-height: 1em;
		text-align: right;
		background-color: rgba(69,160,117,0.00);
	}
}

@media (min-width: 992px) {
	footer {
		padding-bottom: 10px;
	}
	
	footer .container {
		width: 900px;
	}

	footer .f-rogo {
		width: 310px;
		display: block;
		margin-top: 0.6rem;
	}

	footer h3 {
		font-size: 1.15rem;
		margin-bottom: 1rem;
	}
	
	footer .gnav a {
		width: auto;
		padding: 1rem 1.5rem;
	}

	footer .num {
		font-size: 1.6rem;
		margin-bottom: 0.8rem;
	}
	
	footer .num img {
		width: 1.5rem;
		vertical-align: 0;
	}

	footer .num a img {
		width: 1.4rem;
		margin-right: 0;
		vertical-align: -0.15rem;
	}	

	footer .copy {
		font-size: 0.7rem;
	}
}

/*//////////////////  ボタン ////////////////////*/
.btn1 {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.btn1 a {
	font-size: 1.1rem;
	text-indent: 1.1rem;
	color: #3f3f3f;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0.8rem 0.6rem;
	border: 1px solid #ABABAB;
}

.btn1 a:hover {
	color: #fff !important;
	background-color: #98D72C;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 1px solid #98D72C;
}


@media (min-width: 576px) {
	.btn1 {
		width: 300px;
	}
}

@media (min-width: 768px) {
	.btn1 {
		width: 280px;
	}
}

@media (min-width: 992px) {
	.btn1 {
		width: 300px;
	}

	.btn1 a {
		padding: 1rem 0.6rem;
	}
}

@media (min-width: 1200px) {
	.btn1 {
		width: 340px;
	}
}


/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#pageTop a img {
	width: 48px;
	display: block;
	margin: 0;
}

@media (min-width: 576px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
	}	
	#pageTop a img {
		width: 58px;
	}
}


/*//////////////////  パンくず ///////////////////*/
.pan {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #3f3f3f;
}


/*////////////////// セクション見出し ////////////////////*/
section .title-e h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.65rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.75rem;
}

section .title-j h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.55rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.8rem;	
}

@media (min-width: 768px) {
	section .title-e h1 {
		font-size: 1.7rem;
	}
	
	section .title-j h1 {
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	section .title-e h1 {
		font-size: 1.8rem;
	}
	
	section .title-j h1 {
		font-size: 1.7rem;
	}	
}

@media (min-width: 1200px) {
	section .title-e h1 {
		font-size: 1.9rem;
	}	
	
	section .title-j h1 {
		font-size: 1.8rem;
	}		
}


/*////////////////// 下層タイトル下ライン ////////////////////*/
.under-line {
	width: 46px;
	display: block;
	height: 3px !important;
	margin: 0.3rem auto;
	background: linear-gradient(90deg, #006837 0%, #006837 50%, #8ebba8 50%, #8ebba8 100%);
	opacity: 1;
}


/*////////////////// 色設定 ////////////////////*/
.c-black {
	color: #222222;
}

.c-white {
	color: #ffffff;
}

.bg-white {
	background-color: #ffffff;
}

.bg-glay {
	background-color: #f2f2f2;
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.85rem;
	line-height: 1.6em;
	color: #666666;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/*//////////////////  位置揃え ///////////////////*/
.item-right {
	margin: 0 0 0 auto;
}

.item-left {
	margin: 0 auto 0 0;
}

.item-center {
	margin: 0 auto;
}

.align-items-center {
	align-items: center;
}

.align-items-top {
	align-items: top;
}

@media (min-width: 768px) {
	.item-md-right {
		margin: 0 0 0 auto;
	}

	.item-md-left {
		margin: 0 auto 0 0;
	}

	.item-md-center {
		margin: 0 auto;
	}

	.align-items-md-center {
		align-items: center;
	}

	.align-items-md-top {
		align-items: top;
	}
}

@media (min-width: 992px) {
	.item-lg-right {
		margin: 0 0 0 auto;
	}

	.item-lg-left {
		margin: 0 auto 0 0;
	}

	.item-lg-center {
		margin: 0 auto;
	}

	.align-items-lg-center {
		align-items: center;
	}

	.align-items-lg-top {
		align-items: top;
	}
}

@media (min-width: 1200px) {
	.item-xl-right {
		margin: 0 0 0 auto;
	}

	.item-xl-left {
		margin: 0 auto 0 0;
	}

	.item-xl-center {
		margin: 0 auto;
	}

	.align-items-xl-center {
		align-items: center;
	}

	.align-items-xl-top {
		align-items: top;
	}
}


/*//////////////////  運営（フッターTOP以外） ///////////////////*/
.operation {
	background-image: url(../../images/common/bgimg01-sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
}

.operation .data p {
	color: #FFF !important;
	text-align: center;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0;
	padding: 0.6rem 0;
}

.operation .data p:first-child {
	padding-top: 0;
}

.operation .data p:last-child {
	border-bottom: none;
}

.operation .data p a {
	color: #FFF;
}

.operation .btn1 {
	border: 1px solid #FFF;
}

.operation .btn1:hover {
	border: 1px solid #98D72C;
}

.operation .btn1 a {
	text-indent: 0 !important;
}

.operation .btn1 a, .operation .note {
	color: #FFF;
}

@media (min-width: 576px) {
	.operation .container {
		width: 88%;
		max-width: 540px;
	}
	
	.operation .data p {
		padding: 0.8rem 0;
	}
	
	.operation .btn1 {
		width: 360px;
	}	
	
	.operation .btn1 a {
		padding: 1.2rem 0;
	}
}

@media (min-width: 768px) {
	.operation {
		background-image: url(../../images/common/bgimg01-pc.jpg);
	}
	
	.operation .container {
		width: 100%;
		max-width: 940px;
	}
	
	.operation .data p {
		text-align: left;
	}
	
	.operation .data p:last-child {
		padding-bottom: 0;
	}
	
	.operation .btn1 {
		width: 100% !important;
	}
	
	.operation .d-md-flex {
		align-items: center;
	}
}


