@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');




a {
	text-decoration:underline;
	color: #84BB88;
}

a:hover {
	color: #84BB88;
	text-decoration:none;
}



p {
	font-family: 'Kiwi Maru', serif;
}

h2 {
	font-family: 'Kiwi Maru', serif;
	color: #84BB88;
	font-weight: 900;
}

h2 span {
	font-size: 60%;
}

h6, h6 a, h6 a:hover, a.content_link .title {
	color: #74cbcc;
	font-size: 16px;
}

h6 span {
	color: #FFF;
}


.shiro {
	color: #FFF;
	line-height: 17px;
}

.shiro2 {
	color: #FFF;
	font-size: 85%;
	line-height: 17px;
	margin-bottom: 50px;
}

.shiro3 {
	color: #fff;
	font-size: 100%;
	margin-bottom: 0px;
	text-align: left;
	line-height: 18px;
}

.shiro3 span {
	color: #d93835;
}

.shiro4 {
	text-align: center;
	margin-top: 80px;
	color: #FFF;
	font-size: 110%;
	line-height: 26px;
}

.shiro4 span {
	color: #fff67f;
}

.shiro4 small {
	font-size: 70%;
}

.shiro4 a, a:hover {
	color: #fff;
}


.n001  {
	font-size: 90%;
	line-height: 17px;
	margin-top: 80px;
}

.n001 span {
	font-weight: bold;
}

.n002  {
	font-size: 80%;
	line-height: 17px;
	margin: 40px 0 40px 0;
}


.map {
	font-size: 120%;
}

.pro {
	font-size: 150%;
	color: #FFF;
}

.pro span{
	font-size: 75%;
}

.pro2 {
	color: #FFF;
	padding-top: 30px;
}

.con {
	font-size: 140%;
	text-align: center;
	line-height: 22px;
	color: #84BB88;
	font-weight: bold;
}

.con span{
	font-size: 60%;
	color: #444;
	font-weight: normal;
}


.copyright {
	font-size: 80%;
	color: #FFF;
	text-align: center;
}




#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
	background-color: #111;
}
#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown {
	background-color: #111;
}

#Footer {
	background-color: #111;
}




.section_wrapper {
	margin-bottom: -0px;
}


i {
	font-size: 200%;
}


#Footer a:hover {
	color: #84BB88;
	text-decoration:none;
}

.banner {
	text-align: center;
	margin: 100px 0 10px 0 ;
}





/* Table ----------------------------------------------------------------------------- */

.table1 {
	font-family: 'Kiwi Maru', serif;
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
}
.table1 th, .table1 td {
	padding: 3px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	border-color: #84BB88;
	background-color: #FFFEF5;
	border-radius: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after, body:not(.woocommerce-page) table tr:hover td, body:not(.woocommerce-page) table tr:hover td a {
	color: #84BB88;
}


@media only screen and (max-width: 767px) {
	
	
	.table1{
		font-size: 90%;
		line-height: 15px;
	}
	
	h2 {
	font-size: 25px;
	}
	
}