@charset "utf-8";


body.lower header.root,
#detail header.root{
	border-top: 8px solid #50a121;
}

body.lower header.root .wrapper section,
#detail header.root > .wrapper> section{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;	
	align-items: center;	
	margin: 0 auto;
	max-width: 940px;
}	

body.lower header.root > .wrapper> section a,
#detail header.root > .wrapper> section a{
	flex: 0 1 auto;
	width: 386px;
	max-width: 386px;
}

body.lower header.root > .wrapper> section #address,
#detail header.root > .wrapper> section #address{
	flex: 0 1 auto;
	position: relative;
	top: 8px;
	display: block;
	padding: 0;
}

body.lower header.root > .wrapper> section a h1,
#detail header.root > .wrapper> section a h1{
	max-width: 386px;
}


#messageArea{
	width: 80%;
}

#messageArea,
#messageArea p
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-all;

}

#headerNews,
#headerNews .contents
{
	display: block;
	
	padding: 20px;
	width: 100%;
	height: auto;
	background: #fbffe8;
	border: #5ea832 solid 1px;
	border-radius: 8px;
	box-sizing: border-box;
}

main>.area{
	margin-bottom: 12px;
}

#headerNews .wrapper{
	display: flex;
	flex-flow: row wrap;/*並びの方向　折り返しのありなし*/
	justify-content: space-between;
	
}

#headerNews h1{
	margin-bottom: min(2.75vw, 25px);
	font-size: min(5.5vw, 50px);
	font-weight: normal;
	color: #5ea832;
	line-height: 58px;
}

.area.off #headerNews #linkArea a{
	display: none;
}

.area.off #headerNews #linkArea i{
	position: absolute;
top: 50%;
right: 0px;
z-index: 22;
display: block;
margin-top: -9px;
width: 16px;
height: 16px;
background: #5ea832;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.area.off #headerNews #linkArea i,
.area.off #headerNews #linkArea i.fas,
.area.off #headerNews #linkArea i.fa-play:before{
	font-family: "Trebuchet MS";
	content: '';
}

#messageArea p#dateArea{
	margin-bottom: 8px;
	padding-right: 4px;
	font-size: 14px;
	color: #fff;
	text-align: right;
	background: #9e9e9e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#messageArea p b{
	/* color: #3b3c3d; */
	color: #424242;/*  */
}

#headerImg{
	width: 20%;
	text-align: center;
	/* max-width: 100px; */
	height: 100%;
}

#linkArea{
	display: table;
	z-index: 11;
	position: relative;
	margin-top: 32px;
	width: 100%;
	height: 40px;
}

#linkArea a{
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 22;
	display: block;
	margin-top: -16px;
	padding: 6px 20px 4px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #5ea832;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#linkArea #leftDot{
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 22;
	display: block;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	background: #5ea832;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#linkArea #rightArrow{
	position: absolute;
	top: 50%;
	right: -2px;
	z-index: 22;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	color: #5ea832;
}

#linkArea:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 100%;
	height: 2px;
	background: #5ea832;
}

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

	.portuguese header.root section.siteTopTitle{
		align-items: start;	
	}

	.portuguese header.root section.siteTopTitle #language{
		margin-right: 8px;
		height: 46px;
	}
	
	.portuguese 	#address span,
	.portuguese 	#address em{
		text-align: left;
	}
	
	.portuguese #announce.onlysp .wrapper em span,
	.portuguese 	#address span{
		display: block;
		color: #333333;
	}
	
}

@media only screen and (max-width: 767px){

	
	.portuguese 	#address span,
	.portuguese 	#address em{
		text-align: left;
	}
	
	.portuguese #announce.onlysp .wrapper em span,
	.portuguese 	#address span,
	.portuguese #announce.onlysp .wrapper span
	{
		display: block;
		color: #333333;
	}
	
	.portuguese #headerNews,
	.portuguese #headerNews .wrapper div p{
		margin-bottom: 0;
	}
	
	.portuguese #announce .wrapper{
		padding: 8px 0;
		font-size: 14px;
		border: #b3b3b3 solid;
		border-width: 0 0 1px;
	}

	
}

@media only screen and (max-width: 929px){
			
	main .area{
		padding: 8px;
		box-sizing: border-box;
	}
	
	#messageArea{
		word-break: break-all;
		max-width: 80%;
	}

	
}

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

	#headerNews h1{
		font-size: 5.5vw;
		line-height: 1.2;
		margin-bottom: 6vw;
	}

	#headerImg{
		width: 18%;
		max-width: 100px;
		height: 100%;
	}

	#headerImg img{
		width:  min(100%, 72px);
		height: auto;
	}
}

@media only screen and (max-width: 480px){
	
	#messageArea{
		flex: 0 -1 initial;
		word-break: break-all;
		max-width: 76%;
	}
	
	#messageArea{
		font-size: 14px;
		line-height: 24px;
	}
	
	#messageArea br{
		display: none;
	}


}
/* HEADER ++++++++++++++++++ */

header.root {
	position: relative;
	/* position: fixed; */
	z-index: 9990;
	margin-bottom: 0;
	padding: 0 0 4px;
	width: 100%;
	background: #fafbf5;
	-webkit-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	border-top: 8px solid #50a121;
	border-bottom: #e2e2e2 solid 1px;
}
header.root section{
	background: transparent;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

main{
	position: relative;
	padding-top: 20px;
	/* top: 62px; */
}

/* FIXED Def++++++++++++ */
#secondary{
	position: relative;
	position: static;
	z-index: 9900;
}

header.root.fixed{
	position: fixed;
	top: -12px;
	z-index: 999;
	-ms-transform: translate(0,56px);
	-webkit-transform: translate(0,56px);
	transform: translate(0,56px);
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.9);
}

#pcNavi{
	padding: 0 8px;
	background: rgba(255,255,255,1);
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

header #pcNavi nav.scrollNavi a{
	color: #4d4d4d;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}

header #pcNavi nav.scrollNavi a:hover{
	color: #50a121;
}

#pcNavi nav-collapse{
	-webkit-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}


/* FIXED ON++++++++++++ */

.fixedWrapper{
	position: sticky;
	top: 64px;
	z-index: 9000;
	margin-bottom: 0;
	padding: 0 0 12px;
	width: 100%;
	max-width: 220px;
	background: transparent;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);

}

.fixedWrapper.fixed {
  position: fixed;
  top: 56px;
  z-index: 9999;
}

.fixedWrapper.refixed {
  position: absolute;
  top: unset;
  bottom: 0;
}

#pcNavi.fixed{
	position: fixed;
	top: -12px;
	z-index: 9990;
	margin: 0 auto;
	padding: 12px 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background: rgba(255,255,255,1);
	-ms-transform: translate(0,12px);
	-webkit-transform: translate(0,12px);
	transform: translate(0,12px);
}
/*
#pcNavi.fixed nav-collapse{
	-ms-transform: translate(0,12px);
	-webkit-transform: translate(0,12px);
	transform: translate(0,12px);
}*/

/* REFIXED ++++++++++++ */


header.root>.wrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	/*max-width: 940px;*/
}

header.root>.wrapper>section{
	margin: 0 auto;
	
}

header.root section.siteTopTitle{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;	
	align-items: center;	
	margin: 0 auto;
	padding: 0 8px;
	width: 100%;
	max-width: 940px;
	/* border-top: 8px solid #50a121; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
}

header.root section.siteTopTitle #language{
	flex: 1 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-end;	
	margin-right: 4px;
	margin-left: 0px;
	text-align: right;
}

header.root section a{
	display: block;
	flex: 0 1 auto;
}

header.root section h1{
	margin: 0;
	padding: 4px 0;
	width: 386px;
	height: 38px;
	vertical-align: middle;
	text-indent: -9999px;
	background: url("images/logo.png") no-repeat 0 4px;
	background-size: 100% auto !important;
	-webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
}


/* portuguese: #edba17 */

@media only screen and (min-width: 768px){
	
	header.root section h1{
		min-width: 200px;

	}
	
}



#address{
	display: table-cell;
	padding: 8px 0 0;
	font-size: 12px;
	vertical-align: middle;
}

#address em{
	display: block;
	text-align: right;
	line-height: 16px;
}

#address span{
	display: block;
	font-weight: bold;
	text-align: right;
}


#pcNavi nav.scrollNavi{
	margin: 0 auto;
	width: 100%;
	max-width: 940px;

}

#announce{
	margin-bottom: 4px;
	padding: 0 8px;
}

#announce{
	margin-bottom: 4px;
	padding: 0 8px;
}

#announce .wrapper{
	padding: 8px 0;
	font-size: 14px;
	border: #b3b3b3 solid;
	border-width: 1px 0;
}

#announce .wrapper span{
	font-weight: bold;
}


.onlysp{
	display: none;
}

.unw480{
	display: none;
}

@media only screen and (max-width: 828px){
		
	header #pcNavi nav.scrollNavi a{
		color: #4d4d4d;
		font-weight: bold;
		font-size: 14px;
		vertical-align: middle;
	}

}


@media only screen and (max-width: 767px){
	
	.onlysp{
		display: block;
	}

	.onlypc{
		display: none !important;
	}
	
	header.root{
		-webkit-transition: unset;
		-ms-transition: unset;
		transition: unset;
	}
	
	header section{
		 /* border-top: 8px solid #50a121; */
	}

	header.root section.siteTopTitle #language{
		padding-right: 32px;
	}
	
	header section h1{
		width: 204px;
		height: 44px;
	}
		
	#announce .wrapper em{
		display: block;
		font-size: 12px;
	}
		
	.fixedWrapper{
		width: 100%;
		max-width: 768px;
	}
	/* 角Rを付けるのに必要 */
	 header button{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		
	 #spNavi .spNaviButton{
		position: absolute;
		position: fixed;
		top: 16px;
		 right: 8px;
		 z-index: 1001;
	 }
		
	 #spNavi .spNaviButton.fixed{
		 position: fixed;
	 }
	
	.naviWrapper{
		height: auto;
		overflow: hidden;
	}
	 
	#scrollNavi.scrolldown .naviWrapper,
	header.fixed .naviWrapper{
		height: 200px;
	}
 
	header.fixed,
	header.fixed section{
		background: transparent !important;
		box-shadow: none !important;
		border: none !important;
	}
	
	header.fixed #spNavi .spNavi.wrapper{
		position: fixed;
		top: 0;
		right: 8px;
	}
	
	header.fixed #nav-collapse{
		opacity: 0.8;
	}
	
	header.fixed #scrollNavi{
		top: -148px !important;
	}
	
	header.fixed #spNavi{
		position: fixed;
		top: -68px;
		left: 0;
		width: 100%;
		background: #fff;
	}
	
	header.fixed section h1{
		display: none;
	}
	
	#scrollNavi{
		background: #fff;
	}
}


@media only screen and (max-width: 479px){
	.unw480{
		display: block;
	}
	
	.ovw480{
		display: none;
	}
		
	#announce .wrapper em{
		display: block;
	}
			
	.fixedWrapper .wrapperSingle{
		padding: 0;
		
	}

	#announce .wrapper{
		padding: 4px 0;
		font-size: 14px;
		border: #b3b3b3 solid;
		border-width: 1px 0;
	}


	#mainVisual{
		margin-bottom: 0px;
	}

	#linkArea a{
		position: absolute;
		top: 50%;
		right: 40px;
		z-index: 22;
		display: block;
		margin-top: -14px;
		padding: 6px 20px 4px;
		font-size: 16px;
		line-height: 16px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		background: #5ea832;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

}