@charset "utf-8";

:root {
	font-size: 13px;
	line-height: 1.6;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #e5ffe5;
}

img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/

.header,.header_en {
	width: 100%;
	height: 70px;
	background-color: #2a2522;
	background-image: url(../images/header_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header1 {
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.header1 span {
	position: relative;
	display: inline-block;
	color: #007300;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.header_en .header1 span {
	font-size: 90%;
	text-align: left;
}
.header2 {
	display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/

.topmenu {
	position: fixed;
	top: 0px;
	right: -70%;
	z-index: 100;
	overflow-x: none;
	overflow-y: auto;
	width: 70%;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	background-color: #007300;
	color: #fff;
	transition: All 0.5s ease;
}

.topmenu ul {
}

.topmenu li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
}

.topmenu li a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.08em;
}

.topmenu li a::before {
	content: attr(data-title);
	display: block;
}

.topmenu li a:visited {
	text-decoration: none;
	color: #fff;
}

.topmenu a:hover,
.topmenu li.selected {
	background-color: rgb(255, 255, 255, .2);
	text-decoration: none;
	color: #fff;
}

.topmenu li a img {
	display: none;
}

.sp_nav_open {
	right: 0 !important;
}
.sp_nav_trigger {
	cursor: pointer;
	position: fixed !important;
	z-index: 1000;
	top: 10px;
	right: 10px;
    width: 50px;
    height:50px;
	background:#007300;
	border-radius: 5px;
	border: none;
    transition: all .4s ease;
}
.sp_nav_trigger span {
    position: absolute;
    display: inline-block;
    transition: all .4s ease;
}
.sp_nav_trigger span:nth-of-type(1),
.sp_nav_trigger span:nth-of-type(3) {
	left: 10px;
	width: 62%;
	height: 2px;
	background: #fff;
    transition: all .4s ease;
}
.sp_nav_trigger span:nth-of-type(1) {
	top: 13px;	
}
.sp_nav_trigger span:nth-of-type(2) {
	top: 21px;
	left: 14px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
}
.sp_nav_trigger span:nth-of-type(3) {
	top: 36px;
}
.sp_nav_trigger.sp_active {
	background: #fff;
}
.sp_nav_trigger.sp_active span {
	background: #007300;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
	opacity: 0;
}
.sp_nav_trigger.sp_active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** Top page image
******************************************************************************
----------------------------------------------------------------------------*/
.topimage {
	width: 100%;
	height: 100%;
	max-height: 36vw;
	background-image: url(../images/topimage_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 16 / 9;
}

/*----------------------------------------------------------------------------
******************************************************************************
** contents
******************************************************************************
----------------------------------------------------------------------------*/
.contents {
    display: flex;
    flex-direction: column;
}
.main {
	order: 1;
	margin: 0;
	padding: 0 10px;
	background: #fff;
}
.main h1,.top h1{
	margin: 15px 0 10px;
	padding: 5px 10px;
	background: linear-gradient(to bottom,  #e1f9e1 0%,#fefefe 100%);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #007300;
	font-size: 123%;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 120%;
}
.main h2,.top h2 {
	margin: 12px 0 10px;
	padding: 6px 12px;
	background-color: #ebebeb;
	color: #007300;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 116%;
	line-height: 120%;
}
.main h3,.top h3 {
	margin: 12px 15px 9px 15px;
	color: #000;
	font-size: 108%;
}
.main p,.top p {
	margin: 0 15px 8px 15px;
	padding: 0;
	line-height: 150%;
	font-size: 108%;
}

.main ul, main ol,.top ul,.top ol {
	margin: 0 15px 8px 30px;
	font-size: 108%;
}
.main ul ul,.top ul ul {
	margin: 0 0 0px 20px;
}
.main a,.top a{
	text-decoration: none;
}

.main a:link,.main a:visited,.top a:link,.top a:visited{
	color: #339933;
}

.main a:hover,.top a:hover{
	text-decoration: underline;
	color: #339933;
}

.main table,.top table {
	width: 100%;
	margin: 0 15px 15px;
	padding: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 108%;
}

.main th,.top th {
	padding:5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	background-color:#eee;
	color:#000;
	white-space:nowrap;
}

.main td,.top td {
	padding: 5px;
	line-height: 150%;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	background-color: #fff;
	color: #000;
}

.leftmenu {
	order: 2;
	display: flex;
	justify-content: center;
	padding: 20px 10px;
	background-image:repeating-linear-gradient(#e0f8e0, #e0f8e0 1px, #FFF 1px, #FFF 2px);
}
.leftmenu br {
	display: none;
}
.leftmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: max-content;
	margin:	0;
	padding: 0 5px;
	font-size: 108%;
	color:#007300;
	list-style-type: none;
	line-height: 100%;
}
.leftmenu li {
	padding-left: 10px;
	background-image:url(../images/list2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #007300;
    text-align: left;
}
.leftmenu li.selected {
	background-image: url(../images/list3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#ff6699;
}
.leftmenu li a, .leftmenu ul li ul li a {
	display: block;
	text-decoration: none;
	color:	#007300;
}
.leftmenu a:visited {
	text-decoration: none;
	color:#007300;
}
.leftmenu a:hover {
	text-decoration: none;
	color:#ff6699;
}
.leftmenu ul li ul {
	margin:	0;
	padding: 10px 0 0;
}
.leftmenu ul li ul li {
	padding: 0 0 10px 10px;
}
@media screen and (min-width:591px) and (max-width:921px) {
	.leftmenu li,
	.leftmenu li b {
		display: flex;
		align-items: center;
		letter-spacing: 0.03em;
	}
}
@media screen and (max-width:590px) {

	.leftmenu ul {
		flex-direction: column;
	}
	.leftmenu li,
	.leftmenu li b {
		display: flex;
		align-items: center;
		letter-spacing: 0.03em;
	}
}

.main.index > .news-scroll {
	height: 70vh;
	margin: 0 0 20px !important;
	padding: 10px 5px;
	overflow-y: scroll;
}
.main.index > .news-scroll::-webkit-scrollbar {
	width: 3px;
}
.main.index > .news-scroll::-webkit-scrollbar-track {
	background-color: #eee;
}
.main.index > .news-scroll::-webkit-scrollbar-thumb {
	background-color: #007300;
	border-radius: 8px;
}
.main.index > .news-scroll h3 {
    margin: 0 0 10px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
    line-height: 1;
}
.main.index > .news-scroll img {
    margin-right: 10px;
}

.sp_tbl_wrap {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 15px 20px;
	overflow: auto;
	box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2) inset;
}
.sp_tbl_wrap table {
	margin: 0!important;
	min-width: 200%!important;
	white-space: nowrap;
}

.image-map img {
	max-width: 100%;
	height: auto!important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/

.footer {
	order: 3;
	width: 100%;
	margin: 0 auto;
	padding: 2px 0;
	background-color: #fff;
	color: #cc9;
	font-size: 85%;
	text-align: center;
	border-top: solid 1px #cc9;
	border-bottom: solid 1px #cc9;
}